Digital SAT Math Practice Test 12: The Final Advanced Module

This final advanced module covers the most nuanced topics in the Digital SAT syllabus, including statistical reliability, complex rate conversions, and advanced trigonometric identities. Mastery of these questions ensures readiness for a top-tier score.

Domain 1: Algebra (Advanced)

Question 1

A car is traveling at a constant speed of \(s\) kilometers per hour. Express the distance the car travels in \(m\) minutes, in terms of \(s\) and \(m\).

View Solution

This is a unit conversion challenge. We have speed in kilometers per hour and time in minutes.

Step 1: Convert speed to kilometers per minute

Since there are 60 minutes in an hour, divide the hourly speed by 60:

\[ \text{Speed (km/min)} = \dfrac{s}{60} \]

Step 2: Use the distance formula

Distance = Rate \(\times\) Time:

\[ \text{Distance} = \left(\dfrac{s}{60}\right) \times m = \dfrac{sm}{60} \]

Question 2

A system of inequalities consists of \(y > 2x + 1\) and \(y < -x + 4\). In which quadrant(s) of the \(xy\)-plane do the solutions to this system lie?

View Solution

Step 1: Find the intersection of boundary lines

\[ 2x + 1 = -x + 4 \Rightarrow 3x = 3 \Rightarrow x = 1, y = 3 \]

The boundary lines meet at \((1, 3)\) in Quadrant I.

Step 2: Analyze the shaded regions

  • Above \(y = 2x + 1\): Covers areas in Quadrants I, II, and III.
  • Below \(y = -x + 4\): Covers areas in Quadrants I, II, III, and IV.

Step 3: Test quadrants

The overlap contains the intersection point in Quadrant I. Testing \((-1, 2)\) satisfies both, confirming Quadrant II. Testing \((-5, -2)\) also satisfies both, confirming Quadrant III. No points in Quadrant IV satisfy \(y > 2x+1\) while remaining below \(y = -x+4\).

Solutions lie in Quadrants I, II, and III.

Domain 2: Advanced Math (Advanced)

Question 3

What are all possible values of \(k\) for which the quadratic equation \(x^2 - kx + 16 = 0\) has exactly two distinct real solutions?

View Solution

Two distinct solutions exist when the discriminant (\(b^2 - 4ac\)) is greater than zero.

\[ (-k)^2 - 4(1)(16) > 0 \]

\[ k^2 - 64 > 0 \Rightarrow k^2 > 64 \]

This inequality is true when \(k\) is further from zero than 8: \(k < -8\) or \(k > 8\).

Question 4

The expression \(\dfrac{x^2 - 9}{2x^2 - 5x - 3}\) is equivalent to \(\dfrac{x+3}{Ax+B}\). What is the value of \(A + B\)?

View Solution

Factor both the numerator and denominator:

Numerator: \((x - 3)(x + 3)\)

Denominator: \(2x^2 - 6x + x - 3 = 2x(x - 3) + 1(x - 3) = (2x + 1)(x - 3)\)

Simplifying the fraction: \[ \dfrac{(x - 3)(x + 3)}{(2x + 1)(x - 3)} = \dfrac{x + 3}{2x + 1} \]

Comparing to the target form, \(A = 2\) and \(B = 1\). Thus, \(A + B = 3\).

Domain 3: Problem-Solving and Data Analysis (Advanced)

Question 5

A survey of 400 residents shows 60% support with a 4% margin of error. Which is a valid conclusion?

  1. Exactly 60% support the park.
  2. Between 56% and 64% support the park.
  3. If the sample size was 800, the error would be 8%.
  4. The survey proves exactly 240 residents support the park.
View Solution

The margin of error creates a range around the estimate: \(60\% \pm 4\%\). This gives a range of 56% to 64%. Choice B is the only statistically sound conclusion.

Question 6

A set of positive integers has a minimum of 12. If the standard deviation is 0, what is the mean?

View Solution

A standard deviation of 0 means there is no variation in the data; all numbers in the set must be identical. If the smallest number is 12, then every number is 12. Therefore, the mean is 12.

Domain 4: Geometry and Trigonometry (Advanced)

Question 7

A circle with center \((2, -3)\) is tangent to the line \(y = 1\). What is the area of the circle?

View Solution

The distance from the center to the tangent line is the radius. The vertical distance between the center y-coordinate (\(-3\)) and the line \(y = 1\) is:

\[ r = |1 - (-3)| = 4 \]

\[ \text{Area} = \pi r^2 = \pi (4^2) = 16\pi \]

Question 8

If \(\cos(x^\circ) = \sin(24^\circ)\) and \(0 < x < 90\), what is the value of \(x\)?

View Solution

By the complementary angle identity, \(\cos(x) = \sin(90 - x)\). For this to equal \(\sin(24)\):

\[ 90 - x = 24 \Rightarrow x = 66 \]