Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 90 pages
Exam (elaborations)

Digital SAT Math Master Question Bank — Verfied Exam Questions with Detailed Explanations (New 2026 Edition) Harvard University

Document preview thumbnail
Preview 4 out of 90 pages

Digital SAT Math Master Question Bank — Verfied Exam Questions with Detailed Explanations (New 2026 Edition) Harvard University

Content preview

Digital SAT Math Master Question Bank — 300 Verfied
Exam Questions with Detailed Explanations (New 2026
Edition) Harvard University

This premium digital workbook contains 300 highly realistic practice questions meticulously structured
to mirror the format, difficulty, and current constraints of the digital SAT Math section. Every question is
paired with a verified, updated correct answer and an explicit step-by-step mathematical breakdown
designed to build conceptual mastery. It serves as an exhaustive, turnkey study guide perfect for high
school students, private tutors, and academic resource centers looking to maximize test scores




Question 1
A local catering company charges a flat setup fee plus a fixed hourly rate for hosting
events. The total cost, \(C\), in dollars, for an event lasting \(h\) hours is given by the
linear equation \(C = 85h + 250\). What is the best interpretation of the number 250 in
this context?
A) The hourly rate charged by the catering company.
B) The total cost for an event lasting 85 hours.
C) The flat setup fee charged by the company before any hours are logged.
D) The number of guests the catering company can accommodate.
 VERIFIED UPDATED ANSWER: C
 EXPLANATION: In a linear model of the form \(y = mx + b\), the constant \(b\)
represents the \(y\)-intercept, which is the value of \(y\) when the independent
variable \(x\) (or \(h\) in this case) is equal to zero. Substituting \(h = 0\) into the
equation yields \(C = 85(0) + 250 = 250\). Therefore, 250 represents the initial flat
setup fee charged by the catering company before any hours of service are
provided. Option A describes the slope (85), Option B incorrectly mixes the
coefficients, and Option D is completely unrelated to the variables defined.
Question 2
If \(3x + 7 = 22\), what is the value of \(6x - 4\)?
A) 5
B) 26
C) 30
D) 40
 VERIFIED UPDATED ANSWER: B

, EXPLANATION: First, solve the linear equation \(3x + 7 = 22\) for \(x\). Subtracting
7 from both sides gives \(3x = 15\). Dividing both sides by 3 yields \(x = 5\). The
question asks for the value of the expression \(6x - 4\). Substitute \(x = 5\) into this
expression: \(6(5) - 4 = 30 - 4 = 26\). Alternatively, notice that \(6x\) is exactly twice
\(3x\). Since \(3x = 15\), then \(6x = 30\), and \(30 - 4 = 26\).
Question 3
\(\begin{aligned}2x-3y&=12\\ x+4y&=-5\end{aligned}\)
If \((x, y)\) is the solution to the system of equations above, what is the value of \(x + y\)?
A) -2
B) 1
C) 3
D) 5
 VERIFIED UPDATED ANSWER: B
 EXPLANATION: To find the solution to the system, use the substitution or
elimination method. Multiply the second equation by -2 to eliminate \(x\): \(-2(x +
4y) = -2(-5)\), which simplifies to \(-2x - 8y = 10\). Add this result directly to the first
equation: \((2x - 3y) + (-2x - 8y) = 12 + 10\), which results in \(-11y = 22\). Dividing
by -11 yields \(y = -2\). Substitute \(y = -2\) back into the second equation: \(x + 4(-
2) = -5 \implies x - 8 = -5 \implies x = 3\). The question asks for the value of \(x +
y\), which is \(3 + (-2) = 1\).
Question 4
A line in the \(xy\)-plane passes through the points \((2, 5)\) and \((6, 13)\). Which of the
following equations represents this line?
A) \(y = 2x + 1\)
B) \(y = 2x + 3\)
C) \(y = 4x - 3\)
D) \(y = \frac{1}{2}x + 4\)
 VERIFIED UPDATED ANSWER: A
 EXPLANATION: First, calculate the slope (\(m\)) of the line using the formula \(m =
\frac{y_2 - y_1}{x_2 - x_1}\). Substituting the given points yields \(m = \frac{13 -
5}{6 - 2} = \frac{8}{4} = 2\). This eliminates options C and D. Next, use the point-
slope form or slope-intercept form (\(y = mx + b\)) to solve for the \(y\)-intercept
(\(b\)) using the point \((2, 5)\): \(5 = 2(2) + b \implies 5 = 4 + b \implies b = 1\). Thus,
the equation of the line is \(y = 2x + 1\).
Question 5
Which of the following inequalities defines the region in the \(xy\)-plane containing all
points below the line \(y = -\frac{2}{3}x + 4\), including the line itself?
A) \(2x + 3y > 12\)
B) \(2x + 3y \le 12\)
C) \(2x + 3y \ge 12\)
D) \(3x + 2y \le 12\)
 VERIFIED UPDATED ANSWER: B

, EXPLANATION: The phrase "below the line, including the line itself" indicates a
less-than-or-equal-to relationship, meaning \(y \le -\frac{2}{3}x + 4\). To convert
this inequality into standard form, start by multiplying every term by 3 to
eliminate the fraction: \(3y \le -2x + 12\). Next, add \(2x\) to both sides of the
inequality to isolate the constant on the right side: \(2x + 3y \le 12\). This perfectly
matches Option B.




🧬 Module 2: Advanced Math

Question 6


\(f(x)=2x^{2}-12x+11\)
Which of the following equivalent forms of the quadratic function \(f\) explicitly displays
the coordinates of the vertex of its graph as constants?
A) \(f(x) = 2(x - 3)^2 - 7\)
B) \(f(x) = 2(x - 3)^2 + 2\)
C) \(f(x) = 2x(x - 6) + 11\)
D) \(f(x) = (2x - 2)(x - 5) + 1\)
 VERIFIED UPDATED ANSWER: A
 EXPLANATION: The vertex form of a quadratic function is given by \(f(x) = a(x -
h)^2 + k\), where \((h, k)\) is the vertex of the parabola. To rewrite \(f(x) = 2x^2 -
12x + 11\) by completing the square, first factor out the leading coefficient 2 from
the variable terms: \(f(x) = 2(x^2 - 6x) + 11\). Inside the parentheses, add and
subtract the square of half the \(x\)-coefficient: \((\frac{-6}{2})^2 = 9\). This gives
\(f(x) = 2(x^2 - 6x + 9 - 9) + 11\). Distribute the 2 to remove the \(-9\) from the
parentheses: \(f(x) = 2(x^2 - 6x + 9) - 18 + 11\). Condense the perfect square
trinomial: \(f(x) = 2(x - 3)^2 - 7\). The vertex is explicitly displayed as \((3, -7)\).
Question 7
If \(\sqrt{2x + 6} - 4 = 2\), what is the value of \(x\)?
A) 3
B) 9
C) 15
D) 30
 VERIFIED UPDATED ANSWER: C
 EXPLANATION: Isolate the radical expression by adding 4 to both sides of the
equation: \(\sqrt{2x + 6} = 6\). To eliminate the square root, square both sides of
the equation: \((\sqrt{2x + 6})^2 = 6^2 \implies 2x + 6 = 36\). Subtract 6 from both
sides to isolate the variable term: \(2x = 30\). Divide both sides by 2 to find \(x =
15\). Verify by plugging \(x=15\) back into the original equation: \(\sqrt{2(15) + 6} -
4 = \sqrt{36} - 4 = 6 - 4 = 2\), confirming the answer is correct.

, Question 8
\(\frac{x^{2}-9}{x^{2}+5x+6}\)
Which of the following is equivalent to the expression above for all \(x > 0\)?
A) \(\frac{x-3}{x+2}\)
B) \(\frac{x+3}{x+2}\)
C) \(\frac{-9}{5x+6}\)
D) \(\frac{x-3}{x+3}\)
 VERIFIED UPDATED ANSWER: A
 EXPLANATION: Factor both the numerator and the denominator completely. The
numerator, \(x^2 - 9\), is a difference of squares and factors into \((x - 3)(x + 3)\).
The denominator, \(x^2 + 5x + 6\), is a quadratic trinomial that factors into \((x +
2)(x + 3)\) because \(2 \times 3 = 6\) and \(2 + 3 = 5\). Rewrite the expression with
these factors: \(\frac{(x-3)(x+3)}{(x+2)(x+3)}\). Cancel out the common factor of \((x
+ 3)\) from both the numerator and denominator, which leaves \(\frac{x-3}{x+2}\).
Question 9
An exponential population model shows that a colony of bacteria doubles in size every 4
hours. If the initial population of the colony was 500, which of the following functions
models the population, \(P(t)\), after \(t\) hours?
A) \(P(t) = 500(2)^{4t}\)
B) \(P(t) = 500(2)^{\frac{t}{4}}\)
C) \(P(t) = 500(4)^{2t}\)
D) \(P(t) = 2(500)^{\frac{t}{4}}\)
 VERIFIED UPDATED ANSWER: B
 EXPLANATION: An exponential growth function is written in the form \(P(t) =
P_0(b)^{\frac{t}{d}}\), where \(P_{0}\) is the initial value, \(b\) is the growth factor,
and \(d\) is the duration of time required for the growth factor to apply. The initial
population \(P_0 = 500\), and the population doubles (\(b = 2\)) every 4 hours (\(d =
4\)). Substituting these constants into the base formula yields \(P(t) =
500(2)^{\frac{t}{4}}\). We can verify this: when \(t = 4\), \(P(4) = 500(2)^1 = 1000\),
which is exactly double the initial population.
Question 10
If the equation \(x^2 + kx + 16 = 0\) has exactly one real solution, and \(k > 0\), what is
the value of \(k\)?
A) 2
B) 4
C) 8
D) 16
 VERIFIED UPDATED ANSWER: C
 EXPLANATION: A quadratic equation \(ax^2 + bx + c = 0\) has exactly one distinct
real solution when its discriminant, \(\Delta = b^2 - 4ac\), is equal to zero. In this
equation, \(a = 1\), \(b = k\), and \(c = 16\). Set the discriminant equal to zero: \(k^2
- 4(1)(16) = 0 \implies k^2 - 64 = 0\). Solving for \(k\) gives \(k^2 = 64\), which

Document information

Uploaded on
August 6, 2026
Number of pages
90
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$24.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Sold
1
Followers
0
Items
58
Last sold
7 months ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions