1Using the Discriminant for One Solution
4x² + kx + 9 = 0. In the given equation, k is a positive constant. The equation has exactly one real solution. What is the value of k?
Answer Explanation
A quadratic has exactly one real solution when its discriminant equals zero: b² − 4ac = 0. Here, a = 4, b = k, c = 9: k² − 4(4)(9) = 0.
Solve: k² = 144, so k = ±12. Since k is positive, k = 12.
2Finding the Sum of Solutions
x² − x − 12 = 0. What is the sum of the solutions to the given equation?
Answer Explanation
For any quadratic ax² + bx + c = 0, the sum of the solutions equals −b/a without needing to solve for the roots individually. Here, a = 1 and b = −1: sum = −(−1)/1 = 1.
Check by factoring: x² − x − 12 = (x − 4)(x + 3), giving roots 4 and −3, which do sum to 1. The correct answer is C.
3Finding the Sum of Solutions
3x² − 2x − 7 = 0. What is the sum of the solutions to the given equation?
Answer Explanation
The sum of the solutions to ax² + bx + c = 0 equals −b/a. Here, a = 3 and b = −2.
Sum = −(−2)/3 = 2/3.
4Interpreting a Function Value in Context
h(t) = −4.9t² + 10t. The function h models the height h(t), in meters, of a football t seconds after it is kicked. What is the interpretation of h(2) = 0.40 in this context?
- A) The football has a maximum height of 0.40 meter
- B) The football has a maximum height of 2 meters
- C) The football has a height of 0.40 meter 2 seconds after it is kicked
- D) The football has a height of 2 meters 0.40 second after it is kicked
Answer Explanation
In h(t), the input t is measured in seconds, and the output is the height in meters — not necessarily the maximum height, just the height at that specific moment.
So h(2) = 0.40 means 2 seconds after the kick, the football's height is 0.40 meter. The correct answer is C.
5Using the Discriminant for One Solution
18x² + 24x + c = 0. In the given equation, c is a constant. The equation has exactly one solution. What is the value of c?
Answer Explanation
Set the discriminant equal to zero: 24² − 4(18)(c) = 0, so 576 − 72c = 0.
Solve: 72c = 576, so c = 8.
6Using Vertex Form to Evaluate a Function
The function g is a quadratic function. In the xy-plane, the graph of y = g(x) has a vertex at (−1, −4) and passes through the points (−2, −43) and (1, −160). What is the value of g(0) − g(2)?
Answer Explanation
Write g in vertex form: g(x) = a(x + 1)² − 4. Use (−2, −43): a(−1)² − 4 = a − 4 = −43, so a = −39. Check with (1, −160): −39(2)² − 4 = −156 − 4 = −160 ✓.
So g(x) = −39(x+1)² − 4. Then g(0) = −39(1) − 4 = −43, and g(2) = −39(9) − 4 = −355. g(0) − g(2) = −43 − (−355) = 312. The correct answer is D.
7Finding the Vertex of a Revenue Model
An auditorium has seats for 3,200 people. Tickets to attend a show at the auditorium currently cost $8.00. For each $1.00 increase to the ticket price, 100 fewer tickets will be sold. This situation can be modeled by the equation −100x² + 2,400x = 25600, where x represents the increase in ticket price, in dollars, and y represents the revenue, in dollars, from ticket sales. If the equation is graphed in the xy-plane, at what value of x is the maximum of the graph?
Answer Explanation
The maximum of a downward-opening parabola y = ax² + bx occurs at its vertex, x = −b/(2a), regardless of any specific point the graph passes through. Here, a = −100 and b = 2,400.
x = −2,400/(2 × −100) = −2,400/−200 = 12. The correct answer is B.
8Solving a Rational Equation for a Constant
(x + 1)/(5x²) = k/x. In the given equation, k is a constant. The solution to the given equation is 1/174. What is the value of k?
Answer Explanation
Cross-multiply: x(x + 1) = 5x²k. Divide both sides by x (valid since x ≠ 0): x + 1 = 5xk, so k = (x + 1)/(5x).
Substitute x = 1/174: k = (1/174 + 1)/(5 × 1/174) = (175/174)/(5/174) = 175/5 = 35.
9Expanding a Squared Binomial
If (x + 3)² = 30, what is the value of x² + 6x?
Answer Explanation
Expand the left side: x² + 6x + 9 = 30.
Subtract 9 from both sides: x² + 6x = 21. The correct answer is A.
10Solving a Radical Equation
What is the solution to the equation 2√x = 3?
Answer Explanation
Isolate the radical: √x = 3/2.
Square both sides: x = (3/2)² = 9/4. The correct answer is C.
11Using the Discriminant to Count Solutions
3x² − 4x + 7 = 0. How many distinct real solutions does the given equation have?
- A) Zero
- B) Exactly one
- C) Exactly two
- D) Infinitely many
Answer Explanation
Check the discriminant: b² − 4ac = (−4)² − 4(3)(7) = 16 − 84 = −68.
Since the discriminant is negative, the equation has no real solutions. The correct answer is A.
12Solving a Quadratic to Match a Given Form
x² − 4x − 1 = 0. A solution to the given equation is x = √k + 2. What is the value of k?
Answer Explanation
Use the quadratic formula: x = (4 ± √(16 + 4))/2 = (4 ± √20)/2 = 2 ± √5.
Matching the positive-root solution 2 + √5 to the given form √k + 2, we get √k = √5, so k = 5.
13Finding a Constant from a Factored Form
0.24x² + 0.56x + 1.52. The given expression can be rewritten as a(3x² + 7x + 19), where a is a constant. What is the value of a?
Answer Explanation
Match the x² coefficients: 0.24 = 3a, so a = 0.08.
Check against the other terms: 7(0.08) = 0.56 ✓ and 19(0.08) = 1.52 ✓, confirming a = 0.08.
14Using the Discriminant for One Solution
In the equation 10x² + 50x + c = 0, c is a constant. If the equation has exactly one solution, what is the value of c?
Answer Explanation
Set the discriminant equal to zero: 50² − 4(10)(c) = 0, so 2,500 − 40c = 0.
Solve: 40c = 2,500, so c = 125/2. The correct answer is D.
15Combining Roots from Two Quadratics
The solutions to x² + 10x + 23 = 0 are r and s, where r < s. The solutions to x² + 10x + 17 = 0 are t and u, where t < u. The solutions to x² + 20x + c = 0, where c is a constant, are r + u and s + t. What is the value of c?
Answer Explanation
Solve each quadratic: x²+10x+23=0 gives x = −5 ± √2, so r = −5−√2, s = −5+√2. x²+10x+17=0 gives x = −5 ± 2√2, so t = −5−2√2, u = −5+2√2.
Compute r+u = (−5−√2)+(−5+2√2) = −10+√2, and s+t = (−5+√2)+(−5−2√2) = −10−√2. For x²+20x+c=0, c equals the product of the roots: (−10+√2)(−10−√2) = 100 − 2 = 98.
16Solving a Rational Equation
1/x + 1/(x−3) = 6/(x²−3x). What are all the solutions to the given equation?
- A) −1 and 6
- B) 0 and 3
- C) 3
- D) 9/2
Answer Explanation
Factor the right side's denominator: x²−3x = x(x−3), which is the common denominator. Combine the left side: [(x−3)+x]/[x(x−3)] = 6/[x(x−3)].
Since the denominators match, set numerators equal: 2x − 3 = 6, so x = 9/2. This value doesn't violate the domain restrictions (x ≠ 0, 3). The correct answer is D.
17Using the Discriminant for No Real Solutions
x² − 12x + c = 0. In the given equation, c is a constant. The equation has no real solutions if c > n. What is the least possible value of n?
Answer Explanation
No real solutions requires a negative discriminant: (−12)² − 4c < 0, so 144 − 4c < 0.
Solve: 144 < 4c, so c > 36. Since the equation has no real solutions exactly when c > 36, the least possible value of n is 36. The correct answer is D.
18Finding a Constant from a Product of Roots
22x² + (22s + r)x + rs = 0. In the given equation, r and s are positive constants. The product of the solutions to the given equation is krs, where k is a constant. What is the value of k?
Answer Explanation
For ax² + bx + c = 0, the product of the solutions equals c/a. Here, the constant term is rs and the leading coefficient is 22, so the product of the solutions is rs/22.
Setting this equal to krs: krs = rs/22, so k = 1/22.
19Using the Discriminant for a Tangent Line
y = −4x² − 23 and y = qx − 19. In the given system of equations, q is a positive constant. The graphs of the equations in the given system intersect at exactly one point (x, y) in the xy-plane. What is the value of x?
Answer Explanation
Set the equations equal: −4x² − 23 = qx − 19, which rearranges to 4x² + qx + 4 = 0. For exactly one intersection point, the discriminant must equal zero: q² − 4(4)(4) = 0, so q² = 64, giving q = 8 (positive).
Substitute back: 4x² + 8x + 4 = 0. Divide by 4: x² + 2x + 1 = 0, which factors as (x+1)² = 0, giving x = −1. The correct answer is D.
20Interpreting a Y-Intercept in Context
y = −(1/4)x² + x + 28. The given equation models a company's active projects over 6 months, where y is the estimated number of active projects x months after the end of April 2012, where 0 ≤ x ≤ 6. Which statement is the best interpretation of the y-intercept of the graph of this equation in the xy-plane?
- A) At the end of April 2012, the estimated number of active projects was 0.
- B) At the end of April 2012, the estimated number of active projects was 28.
- C) At the end of May 2012, the estimated number of active projects was 0.
- D) At the end of May 2012, the estimated number of active projects was 28.
Answer Explanation
The y-intercept occurs at x = 0: y = −(1/4)(0)² + 0 + 28 = 28. Since x represents months after the end of April 2012, x = 0 corresponds to the end of April 2012 itself.
So the y-intercept means the estimated number of active projects was 28 at the end of April 2012. The correct answer is B.
21Finding the Smallest Factor Constant
One of the factors of 4x³ + 88x² + 468x is x + b, where b is a positive constant. What is the smallest possible value of b?
Answer Explanation
Factor out the common term first: 4x³ + 88x² + 468x = 4x(x² + 22x + 117). Now factor the quadratic: look for two numbers multiplying to 117 and adding to 22 — that's 9 and 13, since 117 = 9 × 13.
So the full factorization is 4x(x+9)(x+13). The two constants that fit the form x+b are 9 and 13, and the smallest is 9.