Digital SAT Math Practice Test 1

This practice test contains questions adapted for the new Digital SAT format. To reflect the adaptive nature of the exam, the questions are 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 of linear equations, and inequalities.

Question 1

If \(5x + 3y = 2\), what is the value of \(0.25x + 0.15y\)?

View Solution

Notice that the target expression is a scalar multiple of the given equation. This is a common shortcut on the SAT to avoid solving for \(x\) and \(y\) individually.

Factor out \(0.05\) from the target expression to see the relationship:

\[ 0.25x + 0.15y = 0.05(5x + 3y) \]

Now, substitute the known value of \((5x + 3y)\) which is given as \(2\):

\[ 0.05(2) = 0.10 \]

Question 2

A function is defined by the formula \(y = \dfrac{2x - 1}{x + 3}\). What is the value of \(x\) when \(y = -\dfrac{1}{4}\)?

View Solution

To find the value of \(x\), substitute \(-\dfrac{1}{4}\) for \(y\) in the original equation:

\[ -\dfrac{1}{4} = \dfrac{2x - 1}{x + 3} \]

Next, use cross-multiplication to eliminate the fractions:

\[ -1(x + 3) = 4(2x - 1) \]

Distribute the terms on both sides:

\[ -x - 3 = 8x - 4 \]

Collect the \(x\) terms on one side and the constants on the other:

\[ -3 + 4 = 8x + x \]

\[ 1 = 9x \]

Divide by 9 to isolate \(x\):

\[ x = \dfrac{1}{9} \]

Question 3

If \(4x + y = 5\) and \(2x + 3y = 12\), what is the value of \(3x + 2y\)?

View Solution

While you could solve for \(x\) and \(y\) using substitution or elimination, the Digital SAT often rewards looking for a direct linear combination. Add the two given equations together:

\[ (4x + y) + (2x + 3y) = 5 + 12 \]

Combine the like terms:

\[ 6x + 4y = 17 \]

Notice that the coefficients in our new equation (\(6\) and \(4\)) are exactly twice the coefficients of the target expression (\(3\) and \(2\)). Divide the entire equation by 2:

\[ \dfrac{6x + 4y}{2} = \dfrac{17}{2} \]

\[ 3x + 2y = 8.5 \]

Domain 2: Advanced Math

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

Question 4

What is the solution set for the equation \(x^2 = 7|x| - 10\)?

View Solution

To solve this equation, start by recognizing that \(x^2\) is mathematically equivalent to \(|x|^2\). This allows us to rewrite the equation as a standard quadratic in terms of the absolute value of \(x\):

\[ |x|^2 - 7|x| + 10 = 0 \]

Factor the quadratic expression:

\[ (|x| - 5)(|x| - 2) = 0 \]

This gives us two possible values for \(|x|\):

1) \(|x| = 5 \Rightarrow x = 5 \text{ or } x = -5\)

2) \(|x| = 2 \Rightarrow x = 2 \text{ or } x = -2\)

The complete solution set is \(\{-5, -2, 2, 5\}\).

Question 5

The function \(f\) is given by \(f(x) = x^2 + ax + b\), where \(a\) and \(b\) are constants. If the division of \(f(x)\) by \(x - 1\) gives a remainder of \(-2\) and the division of \(f(x)\) by \(x + 2\) gives a remainder of \(-5\), what are the values of \(a\) and \(b\)?

View Solution

According to the Polynomial Remainder Theorem, dividing a function \(f(x)\) by \((x - c)\) results in a remainder equal to \(f(c)\).

From the problem, we know: \(f(1) = -2\) and \(f(-2) = -5\).

Step 1: Set up the first equation using \(f(1) = -2\):

\[ 1^2 + a(1) + b = -2 \Rightarrow 1 + a + b = -2 \Rightarrow a + b = -3 \]

Step 2: Set up the second equation using \(f(-2) = -5\):

\[ (-2)^2 + a(-2) + b = -5 \Rightarrow 4 - 2a + b = -5 \Rightarrow -2a + b = -9 \]

Step 3: Solve the system:

Subtract the second equation from the first to eliminate \(b\):

\[ (a - (-2a)) = -3 - (-9) \Rightarrow 3a = 6 \Rightarrow a = 2 \]

Substitute \(a = 2\) back into \(a + b = -3\):

\[ 2 + b = -3 \Rightarrow b = -5 \]

Question 6

If \(x + y = \sqrt{22}\) and \(x - y = \sqrt{10}\), what is the value of the product \(xy\)?

View Solution

A clever way to solve this is to square both given equations to reveal the \(xy\) term:

1) \((x + y)^2 = (\sqrt{22})^2 \Rightarrow x^2 + 2xy + y^2 = 22\)

2) \((x - y)^2 = (\sqrt{10})^2 \Rightarrow x^2 - 2xy + y^2 = 10\)

Now, subtract the second equation from the first. This will eliminate the \(x^2\) and \(y^2\) terms:

\[ (x^2 + 2xy + y^2) - (x^2 - 2xy + y^2) = 22 - 10 \]

\[ 4xy = 12 \]

Divide by 4 to find the product:

\[ xy = 3 \]

Domain 3: Problem-Solving and Data Analysis

Question 7

The price of a product was first reduced by 10%. Then, the new price was reduced by a further 20%. If the original price was \(x\), which expression represents the final price of the product?

View Solution

Reductions are multiplicative, not additive. Let's apply each reduction step-by-step:

First reduction: A 10% reduction means you are paying 90% of the original price. This is represented by \(0.90x\).

Second reduction: A 20% reduction on the new price means you are paying 80% of that value.

\[ \text{Final Price} = 0.80 \times (0.90x) \]

\[ \text{Final Price} = 0.72x \]

Question 8

The arithmetic mean of 3 numbers is 42. The arithmetic mean of another 5 numbers is 50. What is the arithmetic mean of all 8 numbers grouped together?

View Solution

To find the mean of the combined group, you must first find the total sum of all the numbers.

Sum of the first group: \(3 \times 42 = 126\)

Sum of the second group: \(5 \times 50 = 250\)

Combined total sum: \(126 + 250 = 376\)

Combined mean: Divide the total sum by the total count (8 numbers):

\[ \text{Mean} = \dfrac{376}{8} = 47 \]

Question 9

To the nearest hour, how many hours will it take to finish a 30-page essay if the rate is 11 pages every 2 hours and 35 minutes?

View Solution

First, convert the time to a single unit (minutes) to make the calculations easier:

2 hours 35 minutes = \((2 \times 60) + 35 = 155\) minutes.

Now, set up a proportion to find the total time (\(T\)) needed for 30 pages:

\[ \dfrac{11 \text{ pages}}{155 \text{ minutes}} = \dfrac{30 \text{ pages}}{T} \]

Cross-multiply to solve for \(T\):

\[ 11T = 30 \times 155 \Rightarrow 11T = 4650 \Rightarrow T \approx 422.7 \text{ minutes} \]

Convert minutes back into hours: \(422.7 \div 60 \approx 7.045\) hours.

Rounded to the nearest hour, the answer is 7.

Domain 4: Geometry and Trigonometry

Question 10

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

View Solution

First, find the slope of each line by converting to slope-intercept form (\(y = mx + b\)).

For \(Mx + Ny = P\): \(Ny = -Mx + P \Rightarrow y = -\dfrac{M}{N}x + \dfrac{P}{N}\). The slope is \(-\dfrac{M}{N}\).

For \(Ax + By = C\): \(By = -Ax + C \Rightarrow y = -\dfrac{A}{B}x + \dfrac{C}{B}\). The slope is \(-\dfrac{A}{B}\).

Perpendicular lines have slopes that are negative reciprocals:

\[ \left(-\dfrac{A}{B}\right) \left(-\dfrac{M}{N}\right) = -1 \]

We are given \(\dfrac{M}{N} = 5\). Substitute this into the equation:

\[ \left(-\dfrac{A}{B}\right) (-5) = -1 \Rightarrow 5\left(\dfrac{A}{B}\right) = -1 \Rightarrow \dfrac{A}{B} = -\dfrac{1}{5} \]

Question 11

What is the diameter of a circle whose area and circumference have the same numerical value?

View Solution

Set the formula for area (\(\pi r^2\)) equal to the formula for circumference (\(2\pi r\)):

\[ \pi r^2 = 2\pi r \]

Divide both sides by \(\pi r\):

\[ r = 2 \]

The question asks for the diameter (\(d = 2r\)):

\[ d = 2(2) = 4 \]

Question 12

What is the smaller angle formed by the hands of a clock at 2:50?

View Solution

Position of the Minute Hand: At 50 minutes, the minute hand points exactly at the 10 mark (\(300^\circ\) from 12:00).

Position of the Hour Hand: At 2:00, the hour hand is at \(60^\circ\). In 50 minutes, it moves toward the 3 mark:

\[ \dfrac{50}{60} \times 30^\circ = 25^\circ \]

The hour hand's position is \(60^\circ + 25^\circ = 85^\circ\).

Calculate the angle: The difference is \(300^\circ - 85^\circ = 215^\circ\). To find the smaller angle:

\[ 360^\circ - 215^\circ = 145^\circ \]