Digital SAT Math Practice Test 13: The Final Advanced Module

This comprehensive practice module contains 25 questions and detailed solutions strictly validated for the current Digital SAT format. The questions have been meticulously categorized into the four official testing domains: Algebra, Advanced Math, Problem-Solving and Data Analysis, and Geometry and Trigonometry.

Domain 1: Algebra

Focus: Linear equations, systems, linear modeling, and inequalities.

Question 1

If the points with coordinates $(a, b)$ and $(c, d)$ lie on the line with equation $2y + 3x = 4$ and $a - c = 3$, then what is the value of $d - b$?

View Solution

Step 1: Find the slope from the equation

The slope $m$ can be calculated by rewriting the equation in the form $y = mx + k$.

$$2y + 3x = 4 \implies 2y = -3x + 4 \implies y = -\frac{3}{2}x + 2$$

The slope $m$ is $-\frac{3}{2}$.

Step 2: Use the slope formula

Use the coordinates of the two points to express the slope $m$:

$$m = \frac{d - b}{c - a}$$

Equate this to the slope found above:

$$-\frac{3}{2} = \frac{d - b}{c - a}$$

Step 3: Solve for the target expression

We are given $a - c = 3$, which means $c - a = -3$. Substitute this into the equation:

$$d - b = -\frac{3}{2}(c - a) = -\frac{3}{2}(-3) = \frac{9}{2}$$

Answer: $\frac{9}{2}$

Question 2

Write the inequality $\frac{3}{2} \le x \le \frac{5}{2}$ using one inequality symbol only.

View Solution

Find the midpoint (center) of the range and the distance from the center to the boundaries.

Midpoint: $\frac{1}{2}\left(\frac{3}{2} + \frac{5}{2}\right) = \frac{8}{4} = 2$.

Distance from center to boundary: $\frac{5}{2} - 2 = 0.5$.

An absolute value inequality $|x - \text{center}| \le \text{distance}$ describes this range.

Answer: $|x - 2| \le 0.5$

Question 3

What is the value of $0.25x + 0.15y$ if $5x + 3y = 2$?

View Solution

Notice the proportional relationship between the target expression and the given equation. Multiply the given equation by $0.05$:

$$0.05(5x + 3y) = 0.05(2)$$

$$0.25x + 0.15y = 0.1$$

Answer: $0.1$

Domain 2: Advanced Math

Focus: Quadratics, higher-order polynomials, rational equations, and non-linear systems.

Question 4

Which positive real number is equal to the quarter of its cube root?

View Solution

Let $x$ be the number to find. Write the algebraic equation:

$$x = \frac{1}{4} \sqrt[3]{x}$$

Multiply all terms by 4 and cube both sides:

$$4x = \sqrt[3]{x} \implies (4x)^3 = (\sqrt[3]{x})^3$$

$$64x^3 = x$$

Rewrite with zero on the right, factor, and solve:

$$64x^3 - x = 0 \implies x(64x^2 - 1) = 0$$

Solutions: $x = 0$ and $64x^2 - 1 = 0 \implies x^2 = \frac{1}{64} \implies x = \pm \frac{1}{8}$.

Since we are looking for a positive number, we take the positive root.

Answer: $x = \frac{1}{8}$

Question 5

Given the system of equations:

$$\frac{1}{3}x^2 - \frac{1}{3}y^2 = 7$$

$$0.01x + 0.01y = 0.05$$

What is $x - y$?

View Solution

Multiply all terms of the first equation by 3 to obtain:

$$x^2 - y^2 = 21$$

Multiply all terms of the second equation by 100 to obtain:

$$x + y = 5$$

Factor the left side of the squared equation as a difference of squares:

$$(x + y)(x - y) = 21$$

Substitute $(x + y) = 5$ into the equation and solve for $x - y$:

$$5(x - y) = 21 \implies x - y = \frac{21}{5}$$

Answer: $\frac{21}{5}$

Question 6

Function $f$ is given by $f(x) = x^2 + ax + b$, where $a$ and $b$ are real numbers. What are the values of $a$ and $b$ if the division of $f(x)$ by $x - 1$ gives a remainder equal to $-2$ and the division of $f(x)$ by $x + 2$ gives a remainder equal to $-5$?

View Solution

According to the Polynomial Remainder Theorem, the remainder of the division of $f(x)$ by $(x - c)$ is $f(c)$.

$$f(1) = 1^2 + a(1) + b = -2 \implies a + b = -3$$

$$f(-2) = (-2)^2 + a(-2) + b = -5 \implies 4 - 2a + b = -5 \implies -2a + b = -9$$

Subtract the second equation from the first to eliminate $b$:

$$(a - (-2a)) = -3 - (-9) \implies 3a = 6 \implies a = 2$$

Substitute $a = 2$ back into $a + b = -3$ to find $b$:

$$2 + b = -3 \implies b = -5$$

Answer: $a = 2$ and $b = -5$

Question 7

What are the values of the real numbers $a, b$, and $c$ if the equation $-4x(x + 5) - 3(4x + 2) = ax^2 + bx + c$ is true for all values of $x$?

View Solution

Expand the left side and group like terms:

$$-4x^2 - 20x - 12x - 6 = ax^2 + bx + c$$

$$-4x^2 - 32x - 6 = ax^2 + bx + c$$

Equate the corresponding coefficients.

Answer: $a = -4, b = -32, c = -6$

Question 8

A function is defined by $y = \frac{2x - 1}{x + 3}$. What is the value of $x$ for $y = -\frac{1}{4}$?

View Solution

Set $y = -\frac{1}{4}$ and solve for $x$:

$$-\frac{1}{4} = \frac{2x - 1}{x + 3}$$

Cross multiply:

$$-(x + 3) = 4(2x - 1) \implies -x - 3 = 8x - 4 \implies -9x = -1$$

Answer: $x = \frac{1}{9}$

Question 9

What is the solution set for the equation $|x - 3| = \sqrt{x + 17}$?

View Solution

Square both sides of the equation to eliminate the radical and absolute value:

$$(|x - 3|)^2 = (\sqrt{x + 17})^2 \implies (x - 3)^2 = x + 17$$

$$x^2 - 6x + 9 = x + 17 \implies x^2 - 7x - 8 = 0$$

Factor the quadratic equation:

$$(x + 1)(x - 8) = 0$$

Answer: $\{-1, 8\}$

Question 10

Find the solution set for $x^2 = 7|x| - 10$.

View Solution

Rewrite the equation as $x^2 - 7|x| + 10 = 0$. Since $x^2 = |x|^2$, we can let $u = |x|$:

$$u^2 - 7u + 10 = 0 \implies (u - 5)(u - 2) = 0$$

This gives $u = 5$ and $u = 2$. Re-substitute $|x|$ for $u$:

$$|x| = 5 \implies x = \pm 5$$

$$|x| = 2 \implies x = \pm 2$$

Answer: $\{-5, -2, 2, 5\}$

Question 11

What is the solution set for $(x - 2)(x^2 - 7x + 13) - x + 2 = 0$?

View Solution

Rewrite the last two terms as $-(x - 2)$ to factor out the common binomial:

$$(x - 2)(x^2 - 7x + 13) - (x - 2) = 0$$

$$(x - 2)(x^2 - 7x + 13 - 1) = 0 \implies (x - 2)(x^2 - 7x + 12) = 0$$

Factor the resulting quadratic expression:

$$(x - 2)(x - 3)(x - 4) = 0$$

Answer: $\{2, 3, 4\}$

Question 12

Find all values of $k$ for which $-2|x - 4| - 2 = k + 1$ has two distinct solutions.

View Solution

Isolate the absolute value expression:

$$-2|x - 4| = k + 3 \implies |x - 4| = \frac{k + 3}{-2}$$

For an absolute value equation to have two solutions, the right-hand side must be strictly positive ($> 0$).

$$\frac{k + 3}{-2} > 0 \implies k + 3 < 0 \implies k < -3$$

Answer: $k < -3$

Question 13

Find the value of $x$ if $(x + 2)^2 + 2(x + 2) + y = -2$ and $y - 2 = x$.

View Solution

From the linear equation $y - 2 = x$, we can isolate $y = x + 2$.

Let $u = x + 2$. This also means $y = u$. Substitute into the first equation:

$$u^2 + 2u + u = -2 \implies u^2 + 3u + 2 = 0$$

Factor the quadratic:

$$(u + 1)(u + 2) = 0 \implies u = -1 \text{ or } u = -2$$

Substitute back $x = u - 2$:

$$x = -1 - 2 = -3 \text{ or } x = -2 - 2 = -4$$

Answer: $-3$ and $-4$

Question 14

What is the solution set for $\frac{2}{w + 2} = \frac{4}{w + 3} - \frac{1}{3}$?

View Solution

Multiply the entire equation by the Least Common Multiple (LCM), which is $3(w+2)(w+3)$:

$$6(w + 3) = 12(w + 2) - (w + 2)(w + 3)$$

$$6w + 18 = 12w + 24 - (w^2 + 5w + 6)$$

Move all terms to one side to form a quadratic equation:

$$w^2 - w = 0 \implies w(w - 1) = 0$$

Answer: $\{0, 1\}$

Question 15

The equations of two parabolas are $y = x^2 + Ax + B$ and $y = -x^2 + Mx + N$. They are tangent (touch at exactly one point) and $A - M = 2$. Find $B - N$.

Tangent parabolas
View Solution

Set the two equations equal to each other to find their intersection:

$$x^2 + Ax + B = -x^2 + Mx + N \implies 2x^2 + (A - M)x + (B - N) = 0$$

For the parabolas to be tangent, the resulting quadratic must have exactly one solution. Therefore, the discriminant $D$ must equal 0:

$$(A - M)^2 - 4(2)(B - N) = 0$$

Substitute $A - M = 2$ into the equation:

$$(2)^2 - 8(B - N) = 0 \implies 4 = 8(B - N)$$

Answer: $B - N = \frac{1}{2}$

Question 16

Solve for $x$ in terms of $K, L, M, N,$ and $P$: $-\frac{Kx - L}{Mx - N} = P$.

View Solution

Multiply both sides by the denominator $(Mx - N)$:

$$-Kx + L = P(Mx - N) \implies -Kx + L = PMx - PN$$

Group all $x$ terms on one side and constants on the other:

$$L + PN = PMx + Kx \implies L + PN = x(PM + K)$$

Isolate $x$:

$$x = \frac{L + PN}{PM + K}$$

Answer: $x = \frac{L + PN}{PM + K}$

Question 17

The square root of a real number plus twice the same number is equal to 10. Find the number.

View Solution

Translate to an algebraic equation: $\sqrt{x} + 2x = 10$.

Let $u = \sqrt{x}$, which means $u^2 = x$. Substitute into the equation:

$$u + 2u^2 = 10 \implies 2u^2 + u - 10 = 0$$

Factor the quadratic equation:

$$(2u + 5)(u - 2) = 0 \implies u = 2 \text{ or } u = -2.5$$

Since a principal square root $u = \sqrt{x}$ must be non-negative, $u = 2$. Therefore, $x = 2^2 = 4$.

Answer: $4$

Question 18

Given the system of equations $0.2(x + y)^2 = 4$ and $0.5(x - y)^2 = 3$, find the value of the product $xy$.

View Solution

First, isolate the squared binomials:

$$(x + y)^2 = \frac{4}{0.2} = 20$$

$$(x - y)^2 = \frac{3}{0.5} = 6$$

Subtract the second equation from the first:

$$(x + y)^2 - (x - y)^2 = 20 - 6$$

$$(x^2 + 2xy + y^2) - (x^2 - 2xy + y^2) = 14$$

$$4xy = 14 \implies xy = \frac{14}{4} = \frac{7}{2}$$

Answer: $\frac{7}{2}$

Domain 3: Problem-Solving and Data Analysis

Focus: Rates, percentages, unit conversions, and mathematical modeling.

Question 19

There are 200 liters of water in a tank which started leaking at the rate of $0.25$ liters per minute for about one hour. Then the rate at which water is leaking from the tank increases to $0.4$ liters per minute. What is the quantity $q$ of water left in the tank $t$ hours after the tank started leaking with $t > 1$?

View Solution

Calculate the water leaked in the first hour ($60$ minutes):

$$60 \times 0.25 = 15 \text{ L}$$

Calculate the water leaked after the first hour. The remaining time in minutes is $60(t - 1)$.

$$\text{Second leak amount} = 60(t - 1) \times 0.4 = 24(t - 1) \text{ L}$$

Subtract the total leaked amount from the initial 200 L:

$$q = 200 - 15 - 24(t - 1) \implies q = 185 - 24t + 24 \implies q = 209 - 24t$$

Answer: $q = 209 - 24t$

Question 20

Zoe has to write an essay of 30 pages. On average, she writes 11 pages every 2 hours and 35 minutes. How many hours would it take Zoe to finish the essay? Round answer to the nearest hour.

View Solution

First, convert her writing time to minutes to establish a single unit rate: $2 \times 60 + 35 = 155$ minutes.

Her rate is $\frac{11}{155}$ pages per minute.

Calculate total time needed for 30 pages:

$$\text{Time} = 30 \div \frac{11}{155} = 30 \times \frac{155}{11} \approx 422.73 \text{ minutes}$$

Convert back to hours:

$$\frac{422.73}{60} \approx 7.05 \text{ hours}$$

Answer: $\approx 7$ hours

Question 21

A new car was bought at $\$50,000$. The price of the car decreased at a rate of $\$4000$ a year for the first two years and it has been decreasing continuously at a constant rate of $\$6000$ since. Write a formula for the price $P$ in dollars as a function of time $t$ in years with $t = 0$ corresponding to 2 years after the car was bought.

View Solution

Calculate the price of the car exactly 2 years after purchase (which is our $t = 0$ point):

$$50000 - 2 \times 4000 = 42000$$

From this point onward, the car depreciates at $\$6000$ per year. Set up the linear equation:

$$P(t) = 42000 - 6000t$$

Answer: $P(t) = 42000 - 6000t$

Domain 4: Geometry and Trigonometry

Focus: Coordinate geometry, lines, and graphical intersections.

Question 22

Which of the graphs below may be that of equation $-3x + 3y = 3$?

Graphs of lines for SAT question
View Solution

Rewrite the equation in slope-intercept form ($y = mx + b$):

$$3y = 3x + 3 \implies y = x + 1$$

The line has a slope of $1$ and a y-intercept of $1$. Looking at the provided graph options, this corresponds to line L.

Answer: line L

Question 23

Which of the graphs below may be that of equation $2y - 2(x - 2)^2 - 2 = 0$?

Graphs of parabolas for SAT question
View Solution

Solve for $y$ to convert the equation into standard vertex form:

$$2y = 2(x - 2)^2 + 2 \implies y = (x - 2)^2 + 1$$

This equation represents a standard upward-facing parabola shifted $2$ units to the right and $1$ unit up. This corresponds to graph M.

Answer: Parabola M

Question 24

If the lines with equations $Ax + By = C$ and $Mx + Ny = P$ are perpendicular and $\frac{M}{N} = 5$, what is the value of $\frac{A}{B}$?

View Solution

Find the slopes of both lines by isolating $y$:

Line 1 ($Ax + By = C$): Slope $m_1 = -\frac{A}{B}$

Line 2 ($Mx + Ny = P$): Slope $m_2 = -\frac{M}{N}$

We are given $\frac{M}{N} = 5$, so $m_2 = -5$.

Perpendicular lines have slopes that multiply to $-1$ ($m_1 m_2 = -1$):

$$\left(-\frac{A}{B}\right)(-5) = -1 \implies 5\frac{A}{B} = -1 \implies \frac{A}{B} = -\frac{1}{5}$$

Answer: $-\frac{1}{5}$

Question 25

The graph of $f(x) = -x^2 + a$ and the line $y = x - 2$ are shown. The two graphs intersect at a point that is on the x-axis. Find $a$.

Parabola and line intersecting on x-axis
View Solution

First, find the x-intercept of the line $y = x - 2$ by setting $y = 0$:

$$0 = x - 2 \implies x = 2$$

Since the parabola and line intersect at this exact point $(2, 0)$ on the x-axis, the point must also satisfy the parabola's equation.

Substitute $(2, 0)$ into $f(x) = -x^2 + a$:

$$0 = -(2)^2 + a \implies 0 = -4 + a \implies a = 4$$

Answer: $a = 4$