import { type PracticeQuestion } from "../../types/lesson";
export const NONLINEAR_EQ_EASY: PracticeQuestion[] = [
{
id: "1e003284",
type: "mcq",
questionHtml:
"x = 49
y = √(x) + 9
The graphs of the given equations intersect at the point (x, y) in the xy-plane. What is the value of y?",
choices: [
{ label: "A", text: "16" },
{ label: "B", text: "40" },
{ label: "C", text: "81" },
{ label: "D", text: "130" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. It's given that the graphs of the given equations intersect at the point (x, y) in the xy-plane. It follows that (x, y) represents a solution to the system consisting of the given equations. The first equation given is x = 49. Substituting 49 for x in the second equation given, y = √(x) + 9, yields y = √(49) + 9, which is equivalent to y = 7 + 9, or y = 16. It follows that the graphs of the given equations intersect at the point (49, 16). Therefore, the value of y is 16.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "3c95093c",
type: "mcq",
questionHtml:
"Which of the following inequalities is equivalent to the inequality above?",
choices: [
{ label: "A", text: "x − y > 2" },
{ label: "B", text: "2 x − 3 y > 4" },
{ label: "C", text: "3 x − 2 y > 4" },
{ label: "D", text: "3 y − 2 x > 2" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. Both sides of the given inequality can be divided by 3 to yield 2 x − 3 y > 4.Choices A, C, and D are incorrect because they are not equivalent to (do not have the same solution set as) the given inequality. For example, the ordered pair 0 −1 . 5 is a solution to the given inequality, but it is not a solution to any of the inequalities in choices A, C, or D.",
hasFigure: false,
},
{
id: "3de7a7d7",
type: "mcq",
questionHtml:
"Which of the following is a solution to the equation 2 x² − 4 = x² ?",
choices: [
{ label: "A", text: "1" },
{ label: "B", text: "2" },
{ label: "C", text: "3" },
{ label: "D", text: "4" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. Subtracting x2 from both sides of the given equation yields x2 – 4 = 0. Adding 4 to both sides of the equation gives x2 = 4. Taking the square root of both sides of the equation gives x = 2 or x = –2. Therefore, x = 2 is one solution to the original equation.Alternative approach: Subtracting x2 from both sides of the given equation yields x2 – 4 = 0. Factoring this equation gives x2 – 4 = (x + 2)(x – 2) = 0, such that x = 2 or x = –2. Therefore, x = 2 is one solution to the original equation.
Choices A, C, and D are incorrect and may be the result of computation errors.",
hasFigure: false,
},
{
id: "4236c5a3",
type: "mcq",
questionHtml:
"If (x + 5, ), ² = 4, which of the following is a possible value of x ?",
choices: [
{ label: "A", text: "1" },
{ label: "B", text: "−1" },
{ label: "C", text: "−2" },
{ label: "D", text: "−3" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. If (x + 5, ), ² = 4, then taking the square root of each side of the equation gives x + 5 = 2 or x + 5 = −2. Solving these equations for x gives x = −3 or x = −7. Of these, −3 is the only solution given as a choice.Choice A is incorrect and may result from solving the equation x + 5 = 4 and making a sign error. Choice B is incorrect and may result from solving the equation x + 5 = 4. Choice C is incorrect and may result from finding a possible value of x + 5.",
hasFigure: false,
},
{
id: "4ca30186",
type: "mcq",
questionHtml:
"For the curve in the system:
Moving from left to right:
The curve passes from quadrant 2 to quadrant 1.
In quadrant 2, the curve trends up gradually to point (0 comma 3.25).
In quadrant 1, the curve trends up sharply.
The curve passes through the following points:
(1 comma 3.5)
(2 comma 4)
(4 comma 7)
For the line in the system:
The line slants gradually up from left to right.
The line passes through the following points:
(2 comma 4)
(7 comma 7.5)
The graph of a system of a linear equation and a nonlinear equation is shown. What is the solution (x, y) to this system?",
choices: [
{ label: "A", text: "(0, 0)" },
{ label: "B", text: "(0, 2)" },
{ label: "C", text: "(2, 4)" },
{ label: "D", text: "(4, 0)" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. The solution to the system of two equations corresponds to the point where the graphs of the equations intersect. The graphs of the linear equation and the nonlinear equation shown intersect at the point (2, 4). Thus, the solution to the system is (2, 4).
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: true,
figureUrl: "/practice-images/4ca30186_svg1.svg",
},
{
id: "568aaf27",
type: "mcq",
questionHtml:
"If the ordered pair x, y is a solution to the system of equations above, which of the following is a possible value of x?",
choices: [
{ label: "A", text: "0" },
{ label: "B", text: "1" },
{ label: "C", text: "2" },
{ label: "D", text: "3" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. Substituting x² from the second equation for y in the first equation yields x + x² = 12. Subtracting 12 from both sides of this equation and rewriting the equation results in x² + x − 12 = 0. Factoring the left-hand side of this equation yields (x − 3, ) · (x + 4, ) = 0. Using the zero product property to solve for x, it follows that x − 3 = 0 and x + 4 = 0. Solving each equation for x yields x = 3 and x = −4, respectively. Thus, two possible values of x are 3 and −4. Of the choices given, 3 is the only possible value of x.Choices A, B, and C are incorrect. Substituting 0 for x in the first equation gives 0 + y = 12, or y = 12; then, substituting 12 for y and 0 for x in the second equation gives 12 = 0², or 12 = 0, which is false. Similarly, substituting 1 or 2 for x in the first equation yields y = 11 or y = 10, respectively; then, substituting 11 or 10 for y in the second equation yields a false statement.",
hasFigure: false,
},
{
id: "70f98ab4",
type: "mcq",
questionHtml:
"q − 29 r = s
The given equation relates the positive numbers q, r, and s. Which equation correctly expresses q in terms of r and s?",
choices: [
{ label: "A", text: "q = s − 29 r" },
{ label: "B", text: "q = s + 29 r" },
{ label: "C", text: "q = 29 r s" },
{ label: "D", text: "q = − (s) / (29 r)" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. Adding 29 r to each side of the given equation yields q = s + 29 r. Therefore, the equation q = s + 29 r correctly expresses q in terms of r and s.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "7cb3a8ee",
type: "spr",
questionHtml:
"|x − 5| = 10
What is one possible solution to the given equation?",
choices: [],
correctAnswer: "15, -5",
explanation:
"The correct answer is 15 or −5. By the definition of absolute value, if |x − 5| = 10, then x − 5 = 10 or x − 5 = −10. Adding 5 to both sides of the first equation yields x = 15. Adding 5 to both sides of the second equation yields x = −5. Thus, the given equation has two possible solutions, 15 and −5. Note that 15 and -5 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "84e5e36c",
type: "mcq",
questionHtml:
"y = 76
y = x² − 5
The graphs of the given equations in the xy-plane intersect at the point (x, y). What is a possible value of x?",
choices: [
{ label: "A", text: "−(76) / (5)" },
{ label: "B", text: "−9" },
{ label: "C", text: "5" },
{ label: "D", text: "76" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. Since the point (x, y) is an intersection point of the graphs of the given equations in the xy-plane, the pair (x, y) should satisfy both equations, and thus is a solution of the given system. According to the first equation, y = 76. Substituting 76 in place of y in the second equation yields x² − 5 = 76. Adding 5 to both sides of this equation yields x² = 81. Taking the square root of both sides of this equation yields two solutions: x = 9 and x = −9. Of these two solutions, only −9 is given as a choice.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect. This is the value of coordinate y, rather than x, of the intersection point (x, y).",
hasFigure: false,
},
{
id: "98f735f2",
type: "mcq",
questionHtml:
"The total revenue from sales of a product can be calculated using the formula T = P Q, where T is the total revenue, P is the price of the product, and Q is the quantity of the product sold. Which of the following equations gives the quantity of product sold in terms of P and T ?",
choices: [
{ label: "A", text: "Q = P over T" },
{ label: "B", text: "Q = T over P" },
{ label: "C", text: "Q = P T" },
{ label: "D", text: "Q = T − P" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. Solving the given equation for Q gives the quantity of the product sold in terms of P and T. Dividing both sides of the given equation by P yields T over P = Q, or Q = T over P. Therefore, Q = T over P gives the quantity of product sold in terms of P and T.Choice A is incorrect and may result from an error when dividing both sides of the given equation by P. Choice C is incorrect and may result from multiplying, rather than dividing, both sides of the given equation by P. Choice D is incorrect and may result from subtracting P from both sides of the equation rather than dividing both sides by P.",
hasFigure: false,
},
{
id: "a67a439d",
type: "mcq",
questionHtml:
"x + 7 = 10
(x + 7)² = y
Which ordered pair (x, y) is a solution to the given system of equations?",
choices: [
{ label: "A", text: "(3, 100)" },
{ label: "B", text: "(3, 3)" },
{ label: "C", text: "(3, 10)" },
{ label: "D", text: "(3, 70)" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. The solution to a system of equations is the ordered pair (x, y) that satisfies all equations in the system. It's given by the first equation in the system that x + 7 = 10. Substituting 10 for x + 7 into the second equation yields 10² = y, or y = 100. The x-coordinate of the solution to the system of equations can be found by subtracting 7 from both sides of the equation x + 7 = 10, which yields x = 3. Therefore, the ordered pair (3, 100) is a solution to the given system of equations.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "ad03127d",
type: "mcq",
questionHtml:
"6 r = 7 s + t
The given equation relates the variables r, s, and t. Which equation correctly expresses s in terms of r and t?",
choices: [
{ label: "A", text: "s = 42 r − t" },
{ label: "B", text: "s = 7 (6 r − t)" },
{ label: "C", text: "s = six sevenths r − t" },
{ label: "D", text: "s = (6 r − t) / (7)" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. Subtracting t from both sides of the given equation yields 6 r − t = 7 s. Dividing both sides of this equation by 7 yields (6 r − t) / (7) = s. Therefore, the equation s = (6 r − t) / (7) correctly expresses s in terms of r and t.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "b76a2815",
type: "mcq",
questionHtml:
"The power P produced by a machine is represented by the equation above, where W is the work performed during an amount of time t. Which of the following correctly expresses W in terms of P and t ?",
choices: [
{ label: "A", text: "W = P t" },
{ label: "B", text: "W = the fraction P over t" },
{ label: "C", text: "W = the fraction t over P" },
{ label: "D", text: "W = P + t" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. Multiplying both sides of the equation by t yields P · t = (the fraction w over t, ) · t, or P t = W, which expresses W in terms of P and t. This is equivalent to W = Pt.
Choices B, C, and D are incorrect. Each of the expressions given in these answer choices gives W in terms of P and t but doesn’t maintain the given relationship between W, P, and t. These expressions may result from performing different operations with t on each side of the equation. In choice B, W has been multiplied by t, and P has been divided by t. In choice C, W has been multiplied by t, and the quotient of P divided by t has been reciprocated. In choice D, W has been multiplied by t, and P has been added to t. However, in order to maintain the relationship between the variables in the given equation, the same operation must be performed with t on each side of the equation.",
hasFigure: false,
},
{
id: "b8c4a1cd",
type: "mcq",
questionHtml:
"8 j = k + 15 m
The given equation relates the distinct positive numbers j, k, and m. Which equation correctly expresses j in terms of k and m?",
choices: [
{ label: "A", text: "j = (k) / (8) + 15 m" },
{ label: "B", text: "j = k + (15 m) / (8)" },
{ label: "C", text: "j = 8 (k + 15 m)" },
{ label: "D", text: "j = (k + 15 m) / (8)" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. To express j in terms of k and m, the given equation must be solved for j. Dividing each side of the given equation by 8 yields j = (k + 15 m) / (8).
Choice A is incorrect. This is equivalent to 8 j = k + 120 m.
Choice B is incorrect. This is equivalent to 8 j = 8 k + 15 m.
Choice C is incorrect. This is equivalent to (j) / (8) = k + 15 m.",
hasFigure: false,
},
{
id: "c7789423",
type: "spr",
questionHtml:
"|x − 2| = 9
What is one possible solution to the given equation?",
choices: [],
correctAnswer: "11, -7",
explanation:
"The correct answer is 11 or −7. By the definition of absolute value, if |x − 2| = 9, then x − 2 = 9 or x − 2 = −9. Adding 2 to both sides of the equation x − 2 = 9 yields x = 11. Adding 2 to both sides of the equation x − 2 = −9 yields x = −7. Thus, the given equation, |x − 2| = 9, has two possible solutions, 11 and −7. Note that 11 and -7 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "c8bf5313",
type: "mcq",
questionHtml:
"x = 8
y = x² + 8
The graphs of the equations in the given system of equations intersect at the point (x, y) in the xy-plane. What is the value of y?",
choices: [
{ label: "A", text: "8" },
{ label: "B", text: "24" },
{ label: "C", text: "64" },
{ label: "D", text: "72" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. Since the graphs of the equations in the given system intersect at the point (x, y), the point (x, y) represents a solution to the given system of equations. The first equation of the given system of equations states that x = 8. Substituting 8 for x in the second equation of the given system of equations yields y = 8² + 8, or y = 72. Therefore, the value of y is 72.
Choice A is incorrect. This is the value of x, not y.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "ce940f80",
type: "mcq",
questionHtml:
"(x²) / (25) = 36
What is a solution to the given equation?",
choices: [
{ label: "A", text: "6" },
{ label: "B", text: "30" },
{ label: "C", text: "450" },
{ label: "D", text: "900" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. Multiplying the left- and right-hand sides of the given equation by 25 yields x² = 900. Taking the square root of the left- and right-hand sides of this equation yields x = 30 or x = −30. Of these two solutions, only 30 is given as a choice.
Choice A is incorrect. This is a solution to the equation x² = 36.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "eb268057",
type: "mcq",
questionHtml:
"Which of the following values of x satisfies the given equation?",
choices: [
{ label: "A", text: "−8" },
{ label: "B", text: "4" },
{ label: "C", text: "32" },
{ label: "D", text: "128" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. Solving for x by taking the square root of both sides of the given equation yields x = 8 or x = −8. Of the choices given, −8 satisfies the given equation.Choice B is incorrect and may result from a calculation error when solving for x. Choice C is incorrect and may result from dividing 64 by 2 instead of taking the square root. Choice D is incorrect and may result from multiplying 64 by 2 instead of taking the square root.",
hasFigure: false,
},
{
id: "f11ffa93",
type: "spr",
questionHtml: "What value of x satisfies the equation above?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is 117. Squaring both sides of the given equation gives x + 4 = 11², or x + 4 = 121. Subtracting 4 from both sides of this equation gives x = 117.",
hasFigure: false,
},
{
id: "fcb78856",
type: "mcq",
questionHtml:
"b = 42 c f
The given equation relates the positive numbers b, c, and f. Which equation correctly expresses c in terms of b and f?",
choices: [
{ label: "A", text: "c = (b) / (42 f)" },
{ label: "B", text: "c = (b − 42) / (f)" },
{ label: "C", text: "c = 42 b f" },
{ label: "D", text: "c = 42 − b − f" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. It's given that the equation b = 42 c f relates the positive numbers b, c, and f. Dividing each side of the given equation by 42 f yields (b) / (42 f) = c, or c = (b) / (42 f). Thus, the equation c = (b) / (42 f) correctly expresses c in terms of b and f.
Choice B is incorrect. This equation can be rewritten as b = c f + 42.
Choice C is incorrect. This equation can be rewritten as b = (c) / (42 f).
Choice D is incorrect. This equation can be rewritten as b = 42 − c − f.",
hasFigure: false,
},
];
export const NONLINEAR_EQ_MEDIUM: PracticeQuestion[] = [
{
id: "062f86db",
type: "mcq",
questionHtml:
"5 x² − 37 x − 24 = 0
What is the positive solution to the given equation?",
choices: [
{ label: "A", text: "three fifths" },
{ label: "B", text: "3" },
{ label: "C", text: "8" },
{ label: "D", text: "37" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. The left-hand side of the given equation can be factored as (5 x + 3) (x − 8). Therefore, the given equation, 5 x² − 37 x − 24 = 0, can be written as (5 x + 3) (x − 8) = 0. Applying the zero product property to this equation yields 5 x + 3 = 0 and x − 8 = 0. Subtracting 3 from both sides of the equation 5 x + 3 = 0 yields 5 x = −3. Dividing both sides of this equation by 5 yields x = −three fifths. Adding 8 to both sides of the equation x − 8 = 0 yields x = 8. Therefore, the two solutions to the given equation, 5 x² − 37 x − 24 = 0, are −three fifths and 8. It follows that 8 is the positive solution to the given equation.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "0980fcdd",
type: "mcq",
questionHtml:
"A solution to the given system of equations is the ordered pair x, y. Which of the following is a possible value of xy ?",
choices: [
{ label: "A", text: "0" },
{ label: "B", text: "6" },
{ label: "C", text: "12" },
{ label: "D", text: "36" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. Solutions to the given system of equations are ordered pairs x, y that satisfy both equations in the system. Adding the left-hand and right-hand sides of the equations in the system yields x² + y = 6 x + −6 x + y + 36, or x² + y = y + 36. Subtracting y from both sides of this equation yields x² = 36. Taking the square root of both sides of this equation yields x = 6 and x = −6. Therefore, there are two solutions to this system of equations, one with an x-coordinate of 6 and the other with an x-coordinate of −6. Substituting 6 for x in the second equation yields y = −6 · 6 + 36, or y = 0; therefore, one solution is the ordered pair 6, 0. Similarly, substituting −6 for x in the second equation yields y = −6 · −6 + 36, or y = 72; therefore, the other solution is the ordered pair − 6, 72. It follows then that if the ordered pair x, y is a solution to the system, then possible values of xy are 6 · 0 = 0 and −6 · 72 = −432. Only 0 is among the given choices.Choice B is incorrect. This is the x-coordinate of one of the solutions, the ordered pair 6, 0. Choice C is incorrect and may result from conceptual or computational errors. Choice D is incorrect. This is the square of the x-coordinate of one of the solutions, the ordered pair 6, 0.",
hasFigure: false,
},
{
id: "11ccf3e1",
type: "mcq",
questionHtml:
"14 j + 5 k = m
The given equation relates the numbers j, k, and m. Which equation correctly expresses k in terms of j and m?",
choices: [
{ label: "A", text: "k = (m − 14 j) / (5)" },
{ label: "B", text: "k = one fifth m − 14 j" },
{ label: "C", text: "k = (14 j − m) / (5)" },
{ label: "D", text: "k = 5 m − 14 j" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. Subtracting 14 j from each side of the given equation results in 5 k = m − 14 j. Dividing each side of this equation by 5 results in k = (m − 14 j) / (5).
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "13e57f0a",
type: "mcq",
questionHtml:
"− 4 x² − 7 x = −36
What is the positive solution to the given equation?",
choices: [
{ label: "A", text: "seven fourths" },
{ label: "B", text: "nine fourths" },
{ label: "C", text: "4" },
{ label: "D", text: "7" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. Multiplying each side of the given equation by −16 yields 64 x² + 112 x = 576. To complete the square, adding 49 to each side of this equation yields 64 x² + 112 x + 49 = 576 + 49, or (8 x + 7)² = 625. Taking the square root of each side of this equation yields two equations: 8 x + 7 = 25 and 8 x + 7 = −25. Subtracting 7 from each side of the equation 8 x + 7 = 25 yields 8 x = 18. Dividing each side of this equation by 8 yields x = (18) / (8), or x = nine fourths. Therefore, nine fourths is a solution to the given equation. Subtracting 7 from each side of the equation 8 x + 7 = −25 yields 8 x = −32. Dividing each side of this equation by 8 yields x = −4. Therefore, the given equation has two solutions, nine fourths and −4. Since nine fourths is positive, it follows that nine fourths is the positive solution to the given equation.
Alternate approach: Adding 4 x² and 7 x to each side of the given equation yields 0 = 4 x² + 7 x − 36. The right-hand side of this equation can be rewritten as 4 x² + 16 x − 9 x − 36. Factoring out the common factor of 4 x from the first two terms of this expression and the common factor of −9 from the second two terms yields 4 x (x + 4) − 9 (x + 4). Factoring out the common factor of (x + 4) from these two terms yields the expression (4 x − 9) (x + 4). Since this expression is equal to 0, it follows that either 4 x − 9 = 0 or x + 4 = 0. Adding 9 to each side of the equation 4 x − 9 = 0 yields 4 x = 9. Dividing each side of this equation by 4 yields x = nine fourths. Therefore, nine fourths is a positive solution to the given equation. Subtracting 4 from each side of the equation x + 4 = 0 yields x = −4. Therefore, the given equation has two solutions, nine fourths and −4. Since nine fourths is positive, it follows that nine fourths is the positive solution to the given equation.
Choice A is incorrect. Substituting seven fourths for x in the given equation yields −(49) / (2) = −36, which is false.
Choice C is incorrect. Substituting 4 for x in the given equation yields −92 = −36, which is false.
Choice D is incorrect. Substituting 7 for x in the given equation yields −245 = −36, which is false.",
hasFigure: false,
},
{
id: "2683b5db",
type: "mcq",
questionHtml:
"In a city, the property tax T, in dollars, is calculated using the formula above, where P is the value of the property, in dollars. Which of the following expresses the value of the property in terms of the property tax?",
choices: [
{ label: "A", text: "P = 100 T − 400" },
{ label: "B", text: "P = 100 T + 400" },
{ label: "C", text: "P = 100 T − 40, 000" },
{ label: "D", text: "P = 100 T + 40, 000" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. To express the value of the property in terms of the property tax, the given equation must be solved for P. Multiplying both sides of the equation by 100 gives 100 T = P − 40, 000. Adding 40,000 to both sides of the equation gives 100 T + 40, 000 = P. Therefore, P = 100 T + 40, 000.Choice A is incorrect and may result from multiplying 40,000 by 0.01, then subtracting 400 from, instead of adding 400 to, the left-hand side of the equation. Choice B is incorrect and may result from multiplying 40,000 by 0.01. Choice C is incorrect and may result from subtracting instead of adding 40,000 from the left-hand side of the equation.",
hasFigure: false,
},
{
id: "29ed5d39",
type: "mcq",
questionHtml:
"p = 20 + (16) / (n)
The given equation relates the numbers p and n, where n is not equal to 0 and p > 20. Which equation correctly expresses n in terms of p?",
choices: [
{ label: "A", text: "n = (p − 20) / (16)" },
{ label: "B", text: "n = (p) / (16) + 20" },
{ label: "C", text: "n = (p) / (16) − 20" },
{ label: "D", text: "n = (16) / (p − 20)" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. To express n in terms of p, the given equation must be solved for n. Subtracting 9 from both sides of the given equation yields p − 9 = (14) / (n). Since n is not equal to 0, multiplying both sides of this equation by n yields (p − 9) (n) = 14. It's given that p > 9, which means p − 9 is not equal to 0. Therefore, dividing both sides of (p − 9) (n) = 14 by (p − 9) yields ((p − 9) (n)) / (p − 9) = (14) / (p − 9), or n = (14) / (p − 9).
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "2d2ab76b",
type: "mcq",
questionHtml:
"When the equations above are graphed in the xy-plane, what are the coordinates (x, y) of the points of intersection of the two graphs?",
choices: [
{ label: "A", text: "2, 3 and −2, 3" },
{ label: "B", text: "2, 4 and −2, 4" },
{ label: "C", text: "3, 8 and −3, 8" },
{
label: "D",
text: "the √ 2, 3 and the − √ 2, 3",
},
],
correctAnswer: "A",
explanation:
"Choice A is correct. The two equations form a system of equations, and the solutions to the system correspond to the points of intersection of the graphs. The solutions to the system can be found by substitution. Since the second equation gives y = 3, substituting 3 for y in the first equation gives 3 = x2 – 1. Adding 1 to both sides of the equation gives 4 = x2. Solving by taking the square root of both sides of the equation gives x = ±2. Since y = 3 for all values of x for the second equation, the solutions are (2, 3) and (–2, 3). Therefore, the points of intersection of the two graphs are (2, 3) and (–2, 3).Choices B, C, and D are incorrect and may be the result of calculation errors.",
hasFigure: false,
},
{
id: "2f958af9",
type: "mcq",
questionHtml:
"v² = the fraction with numerator L T, and denominator m
The formula above expresses the square of the speed v of a wave moving along a string in terms of tension T, mass m, and length L of the string. What is T in terms of m, v, and L ?",
choices: [
{
label: "A",
text: "T = the fraction with numerator m v², and denominator L",
},
{
label: "B",
text: "T = the fraction with numerator m, and denominator v² L, end fraction",
},
{
label: "C",
text: "T = the fraction with numerator m L, and denominator v², end fraction",
},
{
label: "D",
text: "T = the fraction with numerator L, and denominator m v², end fraction",
},
],
correctAnswer: "A",
explanation:
"Choice A is correct. To write the formula as T in terms of m, v, and L means to isolate T on one side of the equation. First, multiply both sides of the equation by m, which gives m v² = the fraction with numerator m L T, and denominator m, which simplifies to mv2 = LT. Next, divide both sides of the equation by L, which gives the fraction with numerator m v², and denominator L = the fraction with numerator L T, and denominator L, which simplifies to T = the fraction with numerator m v², and denominator L.Choices B, C, and D are incorrect and may be the result of incorrectly applying operations to each side of the equation.",
hasFigure: false,
},
{
id: "364a2d25",
type: "spr",
questionHtml:
"If one solution to the system of equations above is the ordered pair x, y, what is one possible value of x ?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is either 8 or 9. The first equation can be rewritten as y = 17 − x. Substituting 17 − x for y in the second equation gives x · (17 − x, ) = 72. By applying the distributive property, this can be rewritten as 17 x − x² = 72. Subtracting 72 from both sides of the equation yields x² − 17 x + 72 = 0. Factoring the left-hand side of this equation yields (x − 8, ) · (x − 9, ) = 0. Applying the Zero Product Property, it follows that x − 8 = 0 and x − 9 = 0. Solving each equation for x yields x = 8 and x = 9 respectively. Note that 8 and 9 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "3b4b8831",
type: "spr",
questionHtml:
"38 x² = 38 (9)
What is the negative solution to the given equation?",
choices: [],
correctAnswer: "-3",
explanation:
"The correct answer is −3. Dividing both sides of the given equation by 38 yields x² = 9. Taking the square root of both sides of this equation yields the solutions x = 3 and x = −3. Therefore, the negative solution to the given equation is −3.",
hasFigure: false,
},
{
id: "5ae186b4",
type: "spr",
questionHtml:
"(−54) / (w) = 6
What is the solution to the given equation?",
choices: [],
correctAnswer: "-9",
explanation:
"The correct answer is −9. Since w is in the denominator of a fraction in the given equation, w can't be equal to 0. Since w isn't equal to 0, multiplying both sides of the given equation by w yields an equivalent equation, −54 = 6 w. Dividing both sides of this equation by 6 yields −9 = w. Therefore, −9 is the solution to the given equation.",
hasFigure: false,
},
{
id: "630897df",
type: "mcq",
questionHtml:
"The speed of sound in dry air, v, can be modeled by the formula v = 331 . 3 + 0 . 6 0 6 · T, where T is the temperature in degrees Celsius and v is measured in meters per second. Which of the following correctly expresses T in terms of v ?",
choices: [
{
label: "A",
text: "T = the fraction with numerator, v + 0 . 6 0 6, and denominator, 331 . 3",
},
{
label: "B",
text: "T = the fraction with numerator, v − 0 . 6 0 6, and denominator, 331 . 3",
},
{
label: "C",
text: "T = the fraction with numerator, v + 331 . 3, and denominator, 0 . 6 0 6",
},
{
label: "D",
text: "T = the fraction with numerator, v − 331 . 3, and denominator, 0 . 6 0 6",
},
],
correctAnswer: "D",
explanation:
"Choice D is correct. To express T in terms of v, subtract 331.3 from both sides of the equation, which gives v – 331.3 = 0.606T. Dividing both sides of the equation by 0.606 gives the fraction with numerator v − 331 . 3, and denominator 0 . 6 0 6 = T.Choices A, B, and C are incorrect and are the result of incorrect steps while solving for T.",
hasFigure: false,
},
{
id: "652054da",
type: "mcq",
questionHtml:
"An oceanographer uses the equation s = three halves p to model the speed s, in knots, of an ocean wave, where p represents the period of the wave, in seconds. Which of the following represents the period of the wave in terms of the speed of the wave?",
choices: [
{ label: "A", text: "p = two thirds s" },
{ label: "B", text: "p = three halves s" },
{ label: "C", text: "p = two thirds + s" },
{ label: "D", text: "p = three halves + s" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. It’s given that p represents the period of the ocean wave, so the equation s = three halves p can be solved for p to represent the period of the wave in terms of the speed of the wave. Multiplying both sides of the equation by the reciprocal of three halves will isolate p. This yields two thirds s = two thirds · three halves p, which simplifies to two thirds s = p. Therefore, p = two thirds s.Choices B, C, and D are incorrect and may result from errors made when rearranging the equation to solve for p.",
hasFigure: false,
},
{
id: "6e02cd78",
type: "spr",
questionHtml:
"In the xy-plane, what is the y-coordinate of the point of intersection of the graphs of y = (x − 1, ), ² and y = 2 x − 3 ?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is 1. The point of intersection of the graphs of the given equations is the solution to the system of the two equations. Since y = (x − 1, ), ² and y = 2 x − 3, it follows that (x − 1, ), ² = 2 x − 3, or (x − 1, ) · (x − 1, ) = 2 x − 3. Applying the distributive property to the left-hand side of this equation yields x² − 2 x + 1 = 2 x − 3. Subtracting 2 x from and adding 3 to both sides of this equation yields x² − 4 x + 4 = 0. Factoring the left-hand side of this equation yields (x − 2, ) · (x − 2, ) = 0. By the zero product property, if (x − 2, ) · (x − 2, ) = 0, it follows that x − 2 = 0. Adding 2 to both sides of x − 2 = 0 yields x = 2. Substituting 2 for x in either of the given equations yields y = 1. For example, substituting 2 for x in the second given equation yields y = 2 · 2 − 3, or y = 1. Therefore, the point of intersection of the graphs of the given equations is 2, 1. The y-coordinate of this point is 1.",
hasFigure: false,
},
{
id: "717a1964",
type: "spr",
questionHtml:
"z² + 10 z − 24 = 0
What is one of the solutions to the given equation?",
choices: [],
correctAnswer: "2, -12",
explanation:
"The correct answer is either 2 or −12. The left-hand side of the given equation can be rewritten by factoring. The two values that multiply to −24 and add to 10 are 12 and −2. It follows that the given equation can be rewritten as (z + 12) (z − 2) = 0. Setting each factor equal to 0 yields two equations: z + 12 = 0 and z − 2 = 0. Subtracting 12 from both sides of the equation z + 12 = 0 results in z = −12. Adding 2 to both sides of the equation z − 2 = 0 results in z = 2. Note that 2 and -12 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "7f81d0c3",
type: "mcq",
questionHtml: "What values satisfy the equation above?",
choices: [
{ label: "A", text: "x = 1 and x = 2" },
{
label: "B",
text: "x = −one half and x = three halves",
},
{
label: "C",
text: "x = the fraction with numerator 1 + the √ 5, and denominator 2 and x = the fraction with numerator 1 − the √ 5, and denominator 2",
},
{
label: "D",
text: "x = the fraction with numerator − 1 + the √ 5, and denominator 2 and x = the fraction with numerator − 1 − the √ 5, and denominator 2",
},
],
correctAnswer: "C",
explanation:
"Choice C is correct. Using the quadratic formula to solve the given expression yields x = the fraction with numerator negative, (−1, ) + or − the √ (−1, ), ² − 4 · 1 · −1, end root, and denominator, 2 · 1, end fraction, which = the fraction with numerator 1 + or − the √ 5, and denominator 2. Therefore, x = the fraction with numerator 1 + the √ 5, and denominator 2 and x = the fraction with numerator 1 − the √ 5, and denominator 2 satisfy the given equation.Choices A and B are incorrect and may result from incorrectly factoring or incorrectly applying the quadratic formula. Choice D is incorrect and may result from a sign error.",
hasFigure: false,
},
{
id: "802549ac",
type: "mcq",
questionHtml: "Which of the following is a solution to the given equation?",
choices: [
{ label: "A", text: "1" },
{ label: "B", text: "0" },
{ label: "C", text: "−2" },
{ label: "D", text: "−5" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. Applying the distributive property on the left- and right-hand sides of the given equation yields x² + 2 x + 3 x + 6 = x² − 2 x − 3 x + 6 + 10, or x² + 5 x + 6 = x² − 5 x + 16. Subtracting x² from and adding 5 x to both sides of this equation yields 10 x + 6 = 16. Subtracting 6 from both sides of this equation and then dividing both sides by 10 yields x = 1.Choices B, C, and D are incorrect. Substituting 0, −2, or −5 for x in the given equation will result in a false statement. If x = 0, the given equation becomes 6 = 16; if x = −2, the given equation becomes 0 = 30; and if x = −5, the given equation becomes 6 = 66. Therefore, the values 0, −2, and −5 aren’t solutions to the given equation.",
hasFigure: false,
},
{
id: "876a731c",
type: "mcq",
questionHtml:
"If (x, y) is a solution of the system of equations above and x > 0, what is the value of xy ?",
choices: [
{ label: "A", text: "1" },
{ label: "B", text: "2" },
{ label: "C", text: "3" },
{ label: "D", text: "9" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. Substituting x² for y in the second equation gives 2 · x² + 6 = 2 · (x + 3, ). This equation can be solved as follows:
2 x² + 6 = 2 x + 6
Apply the distributive property.
2 x² + 6 − 2 x − 6 = 0
Subtract 2x and 6 from both sides of the equation.
2 x² − 2 x = 0
Combine like terms.
2 x · (x − 1, ) = 0
Factor both terms on the left side of the equation
by 2x.
Thus, x = 0 and x = 1 are the solutions to the system. Since x > 0, only x = 1 needs to be considered. The value of y when x = 1 is y = x², which = 1², which = 1. Therefore, the value of xy is 1 · 1 = 1.
Choices B, C, and D are incorrect and likely result from a computational or conceptual error when solving this system of equations.",
hasFigure: false,
},
{
id: "87a3de81",
type: "spr",
questionHtml:
"If a is a solution of the equation above and a > 0, what is the value of a ?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is 3. The solution to the given equation can be found by factoring the quadratic expression. The factors can be determined by finding two numbers with a sum of 1 and a product of −12. The two numbers that meet these constraints are 4 and −3. Therefore, the given equation can be rewritten as (x + 4, ) · (x − 3, ) = 0. It follows that the solutions to the equation are x = −4 or x = 3. Since it is given that a > 0, a must equal 3.",
hasFigure: false,
},
{
id: "895628b5",
type: "mcq",
questionHtml:
"y = (x − 2) (x + 4)
y = 6 x − 12
Which ordered pair (x, y) is the solution to the given system of equations?",
choices: [
{ label: "A", text: "(0, 2)" },
{ label: "B", text: "(−4, 2)" },
{ label: "C", text: "(2, 0)" },
{ label: "D", text: "(2 −4)" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. The second equation in the given system of equations is y = 6 x − 12. Substituting 6 x − 12 for y in the first equation of the given system yields 6 x − 12 = (x − 2) (x + 4). Factoring 6 out of the left-hand side of this equation yields 6 (x − 2) = (x − 2) (x + 4). An expression with a factor of the form (x − a) is equal to zero when x = a. Each side of this equation has a factor of (x − 2), so each side of the equation is equal to zero when x = 2. Substituting 2 for x into the equation 6 (x − 2) = (x − 2) (x + 4) yields 6 (2 − 2) = (2 − 2) (2 + 4), or 0 = 0, which is true. Substituting 2 for x into the second equation in the given system of equations yields y = 6 (2) − 12, or y = 0. Therefore, the solution to the system of equations is the ordered pair (2, 0).
Choice A is incorrect and may result from switching the order of the solutions for x and y.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "8f65cddc",
type: "mcq",
questionHtml:
"(1) / (7 b) = (11 x) / (y)
The given equation relates the positive numbers b, x, and y. Which equation correctly expresses x in terms of b and y?",
choices: [
{ label: "A", text: "x = (7 b y) / (11)" },
{ label: "B", text: "x = y − 77 b" },
{ label: "C", text: "x = (y) / (77 b)" },
{ label: "D", text: "x = 77 b y" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. Multiplying each side of the given equation by y yields the equivalent equation (y) / (7 b) = 11 x. Dividing each side of this equation by 11 yields (y) / (77 b) = x, or x = (y) / (77 b).
Choice A is incorrect. This equation is not equivalent to the given equation.
Choice B is incorrect. This equation is not equivalent to the given equation.
Choice D is incorrect. This equation is not equivalent to the given equation.",
hasFigure: false,
},
{
id: "911383f2",
type: "mcq",
questionHtml: "What is the product of the solutions to the given equation?",
choices: [
{ label: "A", text: "8" },
{ label: "B", text: "3" },
{ label: "C", text: "−3" },
{ label: "D", text: "−8" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. By the zero-product property, if (x − 4, ) · (x + 2, ) · (x − 1, ) = 0, then x − 4 = 0, x + 2 = 0, or x − 1 = 0. Solving each of these equations for x yields x = 4, x = −2, or x = 1. The product of these solutions is 4 · −2 · 1 = −8.Choice A is incorrect and may result from sign errors made when solving the given equation. Choice B is incorrect and may result from finding the sum, not the product, of the solutions. Choice C is incorrect and may result from finding the sum, not the product, of the solutions in addition to making sign errors when solving the given equation.",
hasFigure: false,
},
{
id: "928498f3",
type: "mcq",
questionHtml: "What are the solutions to the given equation?",
choices: [
{
label: "A",
text: "the fraction with numerator − 5 + or − the √ 25 + 168, end root, and denominator 12",
},
{
label: "B",
text: "the fraction with numerator − 6 + or − the √ 25 + 168, end root, and denominator 12",
},
{
label: "C",
text: "the fraction with numerator − 5 + or − the √ 36 − 168, end root, and denominator 12",
},
{
label: "D",
text: "the fraction with numerator − 6 + or − the √ 36 − 168, end root, and denominator 12",
},
],
correctAnswer: "A",
explanation:
"Choice A is correct. The quadratic formula, x = the fraction with numerator − b + or − the √, b² − 4 a, c, end root, and denominator 2 a, end fraction, can be used to find the solutions to an equation in the form a, x² + b x + c = 0. In the given equation, a = 6, b = 5, and c = −7. Substituting these values into the quadratic formula gives the fraction with numerator − 5 + or − the √, 5² − 4 · 6 · 7, end root, and denominator 2 · 6, end fraction, or the fraction with numerator − 5 + or − the √, 25 − 168, end root, and denominator 12, end fraction.Choice B is incorrect and may result from using the fraction with numerator − a + or − the √, b² − 4 a, c, end root, and denominator 2 a, end fraction as the quadratic formula. Choice C is incorrect and may result from usingthe fraction with numerator − b + or − the √, a, ² + 4 a, c, end root, and denominator 2 a, end fraction as the quadratic formula. Choice D is incorrect and may result from using the fraction with numerator − a + or − the √, a, ² + 4 a, c, end root, and denominator 2 a, end fraction as the quadratic formula.",
hasFigure: false,
},
{
id: "95ed0b69",
type: "mcq",
questionHtml:
"p = (k) / (4 j + 9)
The given equation relates the distinct positive numbers p, k, and j. Which equation correctly expresses 4 j + 9 in terms of p and k?",
choices: [
{ label: "A", text: "4 j + 9 = (k) / (p)" },
{ label: "B", text: "4 j + 9 = k p" },
{ label: "C", text: "4 j + 9 = k − p" },
{ label: "D", text: "4 j + 9 = (p) / (k)" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. To express 4 j + 9 in terms of p and k, the given equation must be solved for 4 j + 9. Since it's given that j is a positive number, 4 j + 9 is not equal to zero. Therefore, multiplying both sides of the given equation by 4 j + 9 yields the equivalent equation p (4 j + 9) = k. Since it's given that p is a positive number, p is not equal to zero. Therefore, dividing each side of the equation p (4 j + 9) = k by p yields the equivalent equation 4 j + 9 = (k) / (p).
Choice B is incorrect. This equation is equivalent to p = (4 j + 9) / (k).
Choice C is incorrect. This equation is equivalent to p = k − 4 j − 9.
Choice D is incorrect. This equation is equivalent to p = k (4 j + 9).",
hasFigure: false,
},
{
id: "a4f61d75",
type: "spr",
questionHtml:
"In the equation above, a is a constant and a > 0. If the equation has two integer solutions, what is a possible value of a ?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is either 7, 8, or 13. Since the given equation has two integer solutions, the expression on the left-hand side of this equation can be factored as (x + c, ) · (x + d, ), where c and d are also integers. The product of c and d must equal the constant term of the original quadratic expression, which is 12. Additionally, the sum of c and d must be a negative number since it’s given that a > 0, but the sign preceding a in the given equation is negative. The possible pairs of values for c and d that satisfy both of these conditions are −4 and −3, −6 and −2, and −12 and −1. Since the value of −a is the sum of c and d, the possible values of −a are −4 + −3 = −7, −6 + −2 = −8, and −12 + −1 = −13. It follows that the possible values of a are 7, 8, and 13. Note that 7, 8, and 13 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "a5663025",
type: "mcq",
questionHtml:
"A system of equations consists of a quadratic equation and a linear equation. The equations in this system are graphed in the xy-plane above. How many solutions does this system have?",
choices: [
{ label: "A", text: "0" },
{ label: "B", text: "1" },
{ label: "C", text: "2" },
{ label: "D", text: "3" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. The solutions to a system of two equations correspond to points where the graphs of the equations intersect. The given graphs intersect at 2 points; therefore, the system has 2 solutions.Choice A is incorrect because the graphs intersect. Choice B is incorrect because the graphs intersect more than once. Choice D is incorrect. It’s not possible for the graph of a quadratic equation and the graph of a linear equation to intersect more than twice.",
hasFigure: true,
figureUrl: "/practice-images/a5663025_img1.png",
},
{
id: "b80d10d7",
type: "mcq",
questionHtml: "What is the solution to the equation above?",
choices: [
{ label: "A", text: "0" },
{ label: "B", text: "2" },
{ label: "C", text: "3" },
{ label: "D", text: "5" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. Since the fraction with numerator x + 5, and denominator x + 5, end fraction is equivalent to 1, the right-hand side of the given equation can be rewritten as the fraction with numerator x + 5, and denominator x + 5, end fraction − the fraction 1 over, x + 5, end fraction, or the fraction with numerator x + 4, and denominator x + 5, end fraction. Since the left- and right-hand sides of the equation the fraction with numerator 2 · (x + 1, ), and denominator x + 5, end fraction = the fraction with numerator x + 4, and denominator x + 5, end fraction have the same denominator, it follows that 2 · (x + 1, ) = x + 4. Applying the distributive property of multiplication to the expression 2 · (x + 1, ) yields 2 · x + 2 · 1, or 2 x + 2. Therefore, 2 x + 2 = x + 4. Subtracting x and 2 from both sides of this equation yields x = 2.Choices A, C, and D are incorrect. If x = 0, then the fraction with numerator 2 · (0 + 1, ), and denominator 0 + 5, end fraction = 1 − the fraction with numerator 1, and denominator 0 + 5, end fraction. This can be rewritten as 2 over 5 = 4 over 5, which is a false statement. Therefore, 0 isn’t a solution to the given equation. Substituting 3 and 5 into the given equation yields similarly false statements.",
hasFigure: false,
},
{
id: "bef4b1c6",
type: "spr",
questionHtml:
"(55) / (x + 6) = x
What is the positive solution to the given equation?",
choices: [],
correctAnswer: "5",
explanation:
"The correct answer is 5. Multiplying both sides of the given equation by x + 6 results in 55 = x (x + 6). Applying the distributive property of multiplication to the right-hand side of this equation results in 55 = x² + 6 x. Subtracting 55 from both sides of this equation results in 0 = x² + 6 x − 55. The right-hand side of this equation can be rewritten by factoring. The two values that multiply to −55 and add to 6 are 11 and −5. It follows that the equation 0 = x² + 6 x − 55 can be rewritten as 0 = (x + 11) (x − 5). Setting each factor equal to 0 yields two equations: x + 11 = 0 and x − 5 = 0. Subtracting 11 from both sides of the equation x + 11 = 0 results in x = −11. Adding 5 to both sides of the equation x − 5 = 0 results in x = 5. Therefore, the positive solution to the given equation is 5.",
hasFigure: false,
},
{
id: "c77ef2fb",
type: "mcq",
questionHtml:
"Blood volume,V sub B, in a human can be determined using the equation V sub B = the fraction with numerator V sub P, and denominator 1 − H, end fraction, where V sub P is the plasma volume and H is the hematocrit (the fraction of blood volume that is red blood cells). Which of the following correctly expresses the hematocrit in terms of the blood volume and the plasma volume?",
choices: [
{
label: "A",
text: "H = 1 − the fraction V sub P over V sub B",
},
{
label: "B",
text: "H = the fraction V sub B over V sub P",
},
{
label: "C",
text: "H = 1 + the fraction V sub B over V sub P",
},
{ label: "D", text: "H = V sub B − V sub P" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. The hematocrit can be expressed in terms of the blood volume and the plasma volume by solving the given equation V sub B = the fraction with numerator V sub P, and denominator 1 − H, end fraction for H. Multiplying both sides of this equation by (1 − H, ) yields V sub B · (1 − H, ) = V sub P. Dividing both sides by V sub B yields 1 − H = the fraction V sub P, over V sub B. Subtracting 1 from both sides yields −H = −1 + the fraction V sub P over V sub B. Dividing both sides by −1 yields H = 1 − the fraction V sub P over V sub B.Choices B, C, and D are incorrect and may result from errors made when manipulating the equation.",
hasFigure: false,
},
{
id: "d0a7871e",
type: "mcq",
questionHtml:
"If the ordered pair x, y is a solution to the system of equations above, which of the following could be the value of x ?",
choices: [
{ label: "A", text: "–1" },
{ label: "B", text: "0" },
{ label: "C", text: "2" },
{ label: "D", text: "3" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. It is given that y = x + 1 and y = x2 + x. Setting the values for y equal to each other yields x + 1 = x2 + x. Subtracting x from each side of this equation yields x2 = 1. Therefore, x can equal 1 or –1. Of these, only –1 is given as a choice.Choice B is incorrect. If x = 0, then x + 1 = 1, but x2 + x = 02 + 0 = 0 ≠︀ 1. Choice C is incorrect. If x = 2, then x + 1 = 3, but x2 + x = 22 + 2 = 6 ≠︀ 3. Choice D is incorrect. If x = 3, then x + 1 = 4, but x2 + x = 32 + 3 = 12 ≠︀ 4.",
hasFigure: false,
},
{
id: "da602115",
type: "spr",
questionHtml:
"If |4 x − 4| = 112, what is the positive value of x − 1?",
choices: [],
correctAnswer: "28",
explanation:
"The correct answer is 28. The given absolute value equation can be rewritten as two linear equations: 4 x − 4 = 112 and − (4 x − 4) = 112, or 4 x − 4 = −112. Adding 4 to both sides of the equation 4 x − 4 = 112 results in 4 x = 116. Dividing both sides of this equation by 4 results in x = 29. Adding 4 to both sides of the equation 4 x − 4 = −112 results in 4 x = −108. Dividing both sides of this equation by 4 results in x = −27. Therefore, the two values of x − 1 are 29 − 1, or 28, and −27 − 1, or −28. Thus, the positive value of x − 1 is 28.
Alternate approach: The given equation can be rewritten as |4 (x − 1)| = 112, which is equivalent to 4 |x − 1| = 112. Dividing both sides of this equation by 4 yields |x − 1| = 28. This equation can be rewritten as two linear equations: x − 1 = 28 and − (x − 1) = 28, or x − 1 = −28. Therefore, the positive value of x − 1 is 28.",
hasFigure: false,
},
{
id: "e8779461",
type: "spr",
questionHtml:
"y = x² + 14 x + 48
x + 8 = 11
The solution to the given system of equations is (x, y). What is the value of y?",
choices: [],
correctAnswer: "99",
explanation:
"The correct answer is 99. In the given system of equations, the second equation is x + 8 = 11. Subtracting 8 from both sides of this equation yields x = 3. In the given system of equations, the first equation is y = x² + 14 x + 48. Substituting 3 for x in this equation yields y = (3)² + 14 (3) + 48, or y = 99. Therefore, the solution to the given system of equations is (x, y) = (3, 99). Thus, the value of y is 99.",
hasFigure: false,
},
{
id: "f5247e52",
type: "mcq",
questionHtml:
"In the equation above, a and c are positive constants. How many times does the graph of the equation above intersect the graph of the equation y = a + c in the xy-plane?",
choices: [
{ label: "A", text: "Zero" },
{ label: "B", text: "One" },
{ label: "C", text: "Two" },
{ label: "D", text: "More than two" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. It is given that the constants a and c are both positive; therefore, the graph of the given quadratic equation is a parabola that opens up with a vertex on the y-axis at a point below the x-axis. The graph of the second equation provided is a horizontal line that lies above the x-axis. A horizontal line above the x-axis will intersect a parabola that opens up and has a vertex below the x-axis in exactly two points.Choices A, B, and D are incorrect and are the result of not understanding the relationships of the graphs of the two equations given. Choice A is incorrect because the two graphs intersect. Choice B is incorrect because in order for there to be only one intersection point, the horizontal line would have to intersect the parabola at the vertex, but the vertex is below the x-axis and the line is above the x-axis. Choice D is incorrect because a line cannot intersect a parabola in more than two points.",
hasFigure: false,
},
{
id: "fcdf87b7",
type: "spr",
questionHtml:
"If the ordered pair x, y satisfies the system of equations above, what is one possible value of x ?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is either 0 or 3. For an ordered pair to satisfy a system of equations, both the x- and y-values of the ordered pair must satisfy each equation in the system. Both expressions on the right-hand side of the given equations are equal to y, therefore it follows that both expressions on the right-hand side of the equations are equal to each other: x² − 4 x + 4 = 4 − x. This equation can be rewritten as x² − 3 x = 0, and then through factoring, the equation becomes x · (x − 3, ) = 0. Because the product of the two factors is equal to 0, it can be concluded that either x = 0 or x − 3 = 0, or rather, x = 0 or x = 3. Note that 0 and 3 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "ff2c1431",
type: "mcq",
questionHtml:
"7 m = 5 (n + p)
The given equation relates the positive numbers m, n, and p. Which equation correctly gives n in terms of m and p?",
choices: [
{ label: "A", text: "n = (5 p) / (7 m)" },
{ label: "B", text: "n = (7 m) / (5) − p" },
{ label: "C", text: "n = 5 (7 m) + p" },
{ label: "D", text: "n = 7 m − 5 − p" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. It's given that the equation 7 m = 5 (n + p) relates the positive numbers m, n, and p. Dividing both sides of the given equation by 5 yields (7 m) / (5) = n + p. Subtracting p from both sides of this equation yields (7 m) / (5) − p = n, or n = (7 m) / (5) − p. It follows that the equation n = (7 m) / (5) − p correctly gives n in terms of m and p.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
];
export const NONLINEAR_EQ_HARD: PracticeQuestion[] = [
{
id: "03ff48d2",
type: "spr",
questionHtml:
"x (k x − 56) = −16
In the given equation, k is an integer constant. If the equation has no real solution, what is the least possible value of k?",
choices: [],
correctAnswer: "50",
explanation:
"The correct answer is 50. An equation of the form a x² + b x + c = 0, where a, b, and c are constants, has no real solutions if and only if its discriminant, b² − 4 a c, is negative. Applying the distributive property to the left-hand side of the equation x (k x − 56) = −16 yields k x² − 56 x = −16. Adding 16 to each side of this equation yields k x² − 56 x + 16 = 0. Substituting k for a, −56 for b, and 16 for c in b² − 4 a c yields a discriminant of (−56)² − 4 (k) (16), or 3, 136 − 64 k. If the given equation has no real solution, it follows that the value of 3, 136 − 64 k must be negative. Therefore, 3, 136 − 64 k < 0. Adding 64 k to both sides of this inequality yields 3, 136 < 64 k. Dividing both sides of this inequality by 64 yields 49 < k, or k > 49. Since it's given that k is an integer, the least possible value of k is 50.",
hasFigure: false,
},
{
id: "104bff62",
type: "mcq",
questionHtml:
"(x²) / (√(x² − c²)) = (c²) / (√(x² − c²)) + 39
In the given equation, c is a positive constant. Which of the following is one of the solutions to the given equation?",
choices: [
{ label: "A", text: "−c" },
{ label: "B", text: "− c² − 39²" },
{ label: "C", text: "− √(39² − c²)" },
{ label: "D", text: "− √(c² + 39²)" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. If x² − c² < or = 0, then neither side of the given equation is defined and there can be no solution. Therefore, x² − c² > 0. Subtracting (c²) / (√(x² − c²)) from both sides of the given equation yields (x²) / (√(x² − c²)) − (c²) / (√(x² − c²)) = 39, or (x² − c²) / (√(x² − c²)) = 39. Squaring both sides of this equation yields ((x² − c²) / (√(x² − c²)))² = 39², or ((x² − c²) (x² − c²)) / (x² − c²) = 39². Since x² − c² is positive and, therefore, nonzero, the expression (x² − c²) / (x² − c²) is defined and equivalent to 1. It follows that the equation ((x² − c²) (x² − c²)) / (x² − c²) = 39² can be rewritten as ((x² − c²) / (x² − c²)) (x² − c²) = 39², or (1) (x² − c²) = 39², which is equivalent to x² − c² = 39². Adding c² to both sides of this equation yields x² = c² + 39². Taking the square root of both sides of this equation yields two solutions: x = √(c² + 39²) and x = − √(c² + 39²). Therefore, of the given choices, − √(c² + 39²) is one of the solutions to the given equation.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "158591f0",
type: "spr",
questionHtml:
"x (x + 1) − 56 = 4 x (x − 7)
What is the sum of the solutions to the given equation?",
choices: [],
correctAnswer: "29/3, 9.666, 9.667",
explanation:
"The correct answer is (29) / (3). Applying the distributive property to the left-hand side of the given equation, x (x + 1) − 56, yields x² + x − 56. Applying the distributive property to the right-hand side of the given equation, 4 x (x − 7), yields 4 x² − 28 x. Thus, the equation becomes x² + x − 56 = 4 x² − 28 x. Combining like terms on the left- and right-hand sides of this equation yields 0 = (4 x² − x²) + (−28 x − x) + 56, or 3 x² − 29 x + 56 = 0. For a quadratic equation in the form a x² + b x + c = 0, where a, b, and c are constants, the quadratic formula gives the solutions to the equation in the form x = ((−b + or − √(b² − 4 a c))) / (2 a). Substituting 3 for a, −29 for b, and 56 for c from the equation 3 x² − 29 x + 56 = 0 into the quadratic formula yields x = ((29 + or − √((−29)² − 4 (3) (56)))) / (2 (3)), or x = (29) / (6) + or − (13) / (6). It follows that the solutions to the given equation are (29) / (6) + (13) / (6) and (29) / (6) − (13) / (6). Adding these two solutions gives the sum of the solutions: (29) / (6) + (13) / (6) + (29) / (6) − (13) / (6), which is equivalent to (29) / (6) + (29) / (6), or (29) / (3). Note that 29/3, 9.666, and 9.667 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "1697ffcf",
type: "spr",
questionHtml:
"In the xy-plane, the graph of y = 3 x² − 14 x intersects the graph of y = x at the points with coordinates zero, zero and a, , a. What is the value of a ?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is 5. The intersection points of the graphs of y = 3 x² − 14 x and y = x can be found by solving the system consisting of these two equations. To solve the system, substitute x for y in the first equation. This gives x = 3 x² − 14 x. Subtracting x from both sides of the equation gives 0 = 3 x² − 15 x. Factoring 3 x out of each term on the left-hand side of the equation gives 0 = 3 x · (x − 5, ). Therefore, the possible values for x are 0 and 5. Since y = x, the two intersection points are 0, 0 and 5, 5. Therefore, a = 5.",
hasFigure: false,
},
{
id: "17d0e87d",
type: "mcq",
questionHtml:
"(14 x) / (7 y) = 2 √(w + 19)
The given equation relates the distinct positive real numbers w, x, and y. Which equation correctly expresses w in terms of x and y?",
choices: [
{ label: "A", text: "w = √((x) / (y)) − 19" },
{ label: "B", text: "w = √((28 x) / (14 y)) − 19" },
{ label: "C", text: "w = ((x) / (y))² − 19" },
{ label: "D", text: "w = ((28 x) / (14 y))² − 19" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. Dividing each side of the given equation by 2 yields (14 x) / (14 y) = (2 √(w + 19)) / (2), or (x) / (y) = √(w + 19). Because it's given that each of the variables is positive, squaring each side of this equation yields the equivalent equation ((x) / (y))² = w + 19. Subtracting 19 from each side of this equation yields ((x) / (y))² − 19 = w, or w = ((x) / (y))² − 19.
Choice A is incorrect. This equation isn't equivalent to the given equation.
Choice B is incorrect. This equation isn't equivalent to the given equation.
Choice D is incorrect. This equation isn't equivalent to the given equation.",
hasFigure: false,
},
{
id: "1ce9ffcd",
type: "mcq",
questionHtml:
"− 9 x² + 30 x + c = 0
In the given equation, c is a constant. The equation has exactly one solution. What is the value of c?",
choices: [
{ label: "A", text: "3" },
{ label: "B", text: "0" },
{ label: "C", text: "−25" },
{ label: "D", text: "−53" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. It's given that the equation − 9 x² + 30 x + c = 0 has exactly one solution. A quadratic equation of the form a x² + b x + c = 0 has exactly one solution if and only if its discriminant, − 4 a c + b², is equal to zero. It follows that for the given equation, a = −9 and b = 30. Substituting −9 for a and 30 for b into b² − 4 a c yields 30² − 4 (−9) (c), or 900 + 36 c. Since the discriminant must equal zero, 900 + 36 c = 0. Subtracting 36 c from both sides of this equation yields 900 = − 36 c. Dividing each side of this equation by −36 yields −25 = c. Therefore, the value of c is −25.
Choice A is incorrect. If the value of c is 3, this would yield a discriminant that is greater than zero. Therefore, the given equation would have two solutions, rather than exactly one solution.
Choice B is incorrect. If the value of c is 0, this would yield a discriminant that is greater than zero. Therefore, the given equation would have two solutions, rather than exactly one solution.
Choice D is incorrect. If the value of c is −53, this would yield a discriminant that is less than zero. Therefore, the given equation would have no real solutions, rather than exactly one solution.",
hasFigure: false,
},
{
id: "1fe32f7d",
type: "spr",
questionHtml:
"− x² + b x − 676 = 0
In the given equation, b is a positive integer. The equation has no real solution. What is the greatest possible value of b?",
choices: [],
correctAnswer: "51",
explanation:
"The correct answer is 51. A quadratic equation of the form a x² + b x + c = 0, where a, b, and c are constants, has no real solution if and only if its discriminant, − 4 a c + b², is negative. In the given equation, a = −1 and c = −676. Substituting −1 for a and −676 for c in this expression yields a discriminant of b² − 4 (−1) (−676), or b² − 2, 704. Since this value must be negative, b² − 2, 704 < 0, or b² < 2, 704. Taking the positive square root of each side of this inequality yields b < 52. Since b is a positive integer, and the greatest integer less than 52 is 51, the greatest possible value of b is 51.",
hasFigure: false,
},
{
id: "2c05d312",
type: "mcq",
questionHtml:
"57 x² + (57 b + a) x + a b = 0
In the given equation, a and b are positive constants. The product of the solutions to the given equation is k a b, where k is a constant. What is the value of k?",
choices: [
{ label: "A", text: "one fifty seventh" },
{ label: "B", text: "one nineteenth" },
{ label: "C", text: "1" },
{ label: "D", text: "57" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. The left-hand side of the given equation is the expression 57 x² + (57 b + a) x + a b. Applying the distributive property to this expression yields 57 x² + 57 b x + a x + a b. Since the first two terms of this expression have a common factor of 57 x and the last two terms of this expression have a common factor of a, this expression can be rewritten as 57 x (x + b) + a (x + b). Since the two terms of this expression have a common factor of (x + b), it can be rewritten as (x + b) (57 x + a). Therefore, the given equation can be rewritten as (x + b) (57 x + a) = 0. By the zero product property, it follows that x + b = 0 or 57 x + a = 0. Subtracting b from both sides of the equation x + b = 0 yields x = −b. Subtracting a from both sides of the equation 57 x + a = 0 yields 57 x = −a. Dividing both sides of this equation by 57 yields x = (−a) / (57). Therefore, the solutions to the given equation are −b and (−a) / (57). It follows that the product of the solutions of the given equation is (−b) ((−a) / (57)), or (a b) / (57). It’s given that the product of the solutions of the given equation is k a b. It follows that (a b) / (57) = k a b, which can also be written as a b (one fifty seventh) = a b (k). It’s given that a and b are positive constants. Therefore, dividing both sides of the equation a b (one fifty seventh) = a b (k) by a b yields one fifty seventh = k. Thus, the value of k is one fifty seventh.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "2c5c22d0",
type: "mcq",
questionHtml:
"How many solutions are there to the system of equations above?",
choices: [
{ label: "A", text: "There are exactly 4 solutions." },
{ label: "B", text: "There are exactly 2 solutions." },
{ label: "C", text: "There is exactly 1 solution." },
{ label: "D", text: "There are no solutions." },
],
correctAnswer: "C",
explanation:
"Choice C is correct. The second equation of the system can be rewritten as y = 5 x − 8. Substituting 5 x − 8 for y in the first equation gives 5 x − 8 = x² + 3 x − 7. This equation can be solved as shown below:
x² + 3 x − 7 − 5 x + 8 = 0
x² − 2 x + 1 = 0
(x − 1, ), ² = 0
x = 1
Substituting 1 for x in the equation y = 5 x − 8 gives y = −3. Therefore, the ordered pair 1 −3 is the only solution to the system of equations.
Choice A is incorrect. In the xy-plane, a parabola and a line can intersect at no more than two points. Since the graph of the first equation is a parabola and the graph of the second equation is a line, the system cannot have more than 2 solutions. Choice B is incorrect. There is a single ordered pair x, y that satisfies both equations of the system. Choice D is incorrect because the ordered pair 1 −3 satisfies both equations of the system.",
hasFigure: false,
},
{
id: "2cd6b22d",
type: "mcq",
questionHtml:
"5 x² + 10 x + 16 = 0
How many distinct real solutions does the given equation have?",
choices: [
{ label: "A", text: "Exactly one" },
{ label: "B", text: "Exactly two" },
{ label: "C", text: "Infinitely many" },
{ label: "D", text: "Zero" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. The number of solutions of a quadratic equation of the form a x² + b x + c = 0, where a, b, and c are constants, can be determined by the value of the discriminant, b² − 4 a c. If the value of the discriminant is positive, then the quadratic equation has exactly two distinct real solutions. If the value of the discriminant is equal to zero, then the quadratic equation has exactly one real solution. If the value of the discriminant is negative, then the quadratic equation has zero real solutions. In the given equation, 5 x² + 10 x + 16 = 0, a = 5, b = 10, and c = 16. Substituting these values for a, b, and c in b² − 4 a c yields (10)² − 4 (5) (16), or −220. Since the value of its discriminant is negative, the given equation has zero real solutions. Therefore, the number of distinct real solutions the given equation has is zero.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "30281058",
type: "mcq",
questionHtml:
"In the xy-plane, the graph of y = x² − 9 intersects line p at 1, a and 5, b, where a and b are constants. What is the slope of line p ?",
choices: [
{ label: "A", text: "6" },
{ label: "B", text: "2" },
{ label: "C", text: "−2" },
{ label: "D", text: "−6" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. It’s given that the graph of y = x² − 9 and line p intersect at 1, a and 5, b. Therefore, the value of y when x = 1 is the value of a, and the value of y when x = 5 is the value of b. Substituting 1 for x in the given equation yields y = 1² − 9, or y = −8. Similarly, substituting 5 for x in the given equation yields y = 5² − 9, or y = 16. Therefore, the intersection points are 1 −8 and 5, 16. The slope of line p is the ratio of the change in y to the change in x between these two points: the fraction with numerator 16 − −8, and denominator 5 − 1, end fraction = the fraction 24 over 4, or 6.Choices B, C, and D are incorrect and may result from conceptual or calculation errors in determining the values of a, b, or the slope of line p.",
hasFigure: false,
},
{
id: "3a9d60b2",
type: "spr",
questionHtml:
"2 |4 − x| + 3 |4 − x| = 25
What is the positive solution to the given equation?",
choices: [],
correctAnswer: "9",
explanation:
"The correct answer is 9. The given equation can be rewritten as 5 |4 − x| = 25. Dividing each side of this equation by 5 yields |4 − x| = 5. By the definition of absolute value, if |4 − x| = 5, then 4 − x = 5 or 4 − x = −5. Subtracting 4 from each side of the equation 4 − x = 5 yields −x = 1. Dividing each side of this equation by −1 yields x = −1. Similarly, subtracting 4 from each side of the equation 4 − x = −5 yields −x = −9. Dividing each side of this equation by −1 yields x = 9. Therefore, since the two solutions to the given equation are −1 and 9, the positive solution to the given equation is 9.",
hasFigure: false,
},
{
id: "3d12b1e0",
type: "spr",
questionHtml:
"− 16 x² − 8 x + c = 0
In the given equation, c is a constant. The equation has exactly one solution. What is the value of c?",
choices: [],
correctAnswer: "-1",
explanation:
"The correct answer is −1. A quadratic equation in the form a x² + b x + c = 0, where a, b, and c are constants, has exactly one solution when its discriminant, b² − 4 a c, is equal to 0. In the given equation, − 16 x² − 8 x + c = 0, a = −16 and b = −8. Substituting −16 for a and −8 for b in b² − 4 a c yields (−8)² − 4 (−16) (c), or 64 + 64 c. Since the given equation has exactly one solution, 64 + 64 c = 0. Subtracting 64 from both sides of this equation yields 64 c = −64. Dividing both sides of this equation by 64 yields c = −1. Therefore, the value of c is −1.",
hasFigure: false,
},
{
id: "4661e2a9",
type: "mcq",
questionHtml:
"Which ordered pair is a solution to the system of equations above?",
choices: [
{ label: "A", text: "1 + the √ 3, , , the √ 3" },
{ label: "B", text: "the √ 3, , , the − of the √ 3" },
{ label: "C", text: "1 + the √ 5, , , the √ 5" },
{ label: "D", text: "the √ 5, , −1 + the √ 5" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. The solution to the given system of equations can be found by solving the first equation for x, which gives x = y + 1, and substituting that value of x into the second equation which gives y + 1 + y = (y + 1, ), ² − 3. Rewriting this equation by adding like terms and expanding (y + 1, ), ² gives 2 y + 1 = y² + 2 y − 2. Subtracting 2 y from both sides of this equation gives 1 = y² − 2. Adding to 2 to both sides of this equation gives 3 = y². Therefore, it follows that y = + or − the √ 3. Substituting the √ 3 for y in the first equation yields x − the √ 3 = 1. Adding the √ 3 to both sides of this equation yields x = 1 + the √ 3. Therefore, the ordered pair 1 + the √ 3, end root, , the √ 3 is a solution to the given system of equations.Choice B is incorrect. Substituting the √ 3 for x and the − of the √ 3 for y in the first equation yields the √ 3, end root − the − of the √ 3 = 1, or 2 · the √ 3 = 1, which isn’t a true statement. Choice C is incorrect. Substituting 1 + the √ 5 for x and the √ 5 for y in the second equation yields (1 + the √ 5, ) + the √ 5 = (1 + the √ 5, ), ² − 3, or 1 + 2 · the √ 5 = 2 · the √ 5 + 3, which isn’t a true statement. Choice D is incorrect. Substituting the √ 5 for x and (−1 + the √ 5, ) for y in the second equation yields the √ 5 + (−1 + the √ 5, ) = the √ 5, ² − 3, or 2 · the √ 5 − 1 = 2, which isn’t a true statement.",
hasFigure: false,
},
{
id: "58b109d4",
type: "spr",
questionHtml:
"x² + y + 7 = 7
20 x + 100 − y = 0
The solution to the given system of equations is (x, y). What is the value of x?",
choices: [],
correctAnswer: "-10",
explanation:
"The correct answer is −10. Adding y to both sides of the second equation in the given system yields 20 x + 100 = y. Substituting 20 x + 100 for y in the first equation in the given system yields x² + 20 x + 100 + 7 = 7. Subtracting 7 from both sides of this equation yields x² + 20 x + 100 = 0. Factoring the left-hand side of this equation yields (x + 10) (x + 10) = 0, or (x + 10)² = 0. Taking the square root of both sides of this equation yields x + 10 = 0. Subtracting 10 from both sides of this equation yields x = −10. Therefore, the value of x is −10.",
hasFigure: false,
},
{
id: "5910bfff",
type: "mcq",
questionHtml:
"D = T − the fraction 9 over 25, end fraction · (100 − H, )The formula above can be used to approximate the dew point D, in degrees Fahrenheit, given the temperature T, in degrees Fahrenheit, and the relative humidity of H percent, where H > 50. Which of the following expresses the relative humidity in terms of the temperature and the dew point?",
choices: [
{
label: "A",
text: "H = the fraction 25 over 9, end fraction · (D − T, ) + 100",
},
{
label: "B",
text: "H = the fraction 25 over 9, end fraction · (D − T, ) − 100",
},
{
label: "C",
text: "H = the fraction 25 over 9, end fraction · (D + T, ) + 100",
},
{
label: "D",
text: "H = the fraction 25 over 9, end fraction · (D + T, ) − 100",
},
],
correctAnswer: "A",
explanation:
"Choice A is correct. It’s given that D = T − the fraction 9 over 25, end fraction · (100 − H, ). Solving this formula for H expresses the relative humidity in terms of the temperature and the dew point. Subtracting T from both sides of this equation yields D − T = the − of the fraction 9 over 25, end fraction · (100 − H, ). Multiplying both sides by the − of the fraction 25 over 9 yields the − of the fraction 25 over 9, end fraction · (D − T, ) = 100 − H. Subtracting 100 from both sides yields the − of the fraction 25 over 9, end fraction · (D − T, ) − 100 = −H. Multiplying both sides by −1 results in the formula the fraction 25 over 9, end fraction · (D − T, ) + 100 = H..Choices B, C, and D are incorrect and may result from errors made when rewriting the given formula.",
hasFigure: false,
},
{
id: "5edc8c98",
type: "spr",
questionHtml:
"64 x² − (16 a + 4 b) x + a b = 0
In the given equation, a and b are positive constants. The sum of the solutions to the given equation is k (4 a + b), where k is a constant. What is the value of k?",
choices: [],
correctAnswer: ".0625, 1/16",
explanation:
"The correct answer is one sixteenth. Let p and q represent the solutions to the given equation. Then, the given equation can be rewritten as 64 (x − p) (x − q) = 0, or 64 x² − 64 (p + q) + p q = 0. Since this equation is equivalent to the given equation, it follows that − (16 a + 4 b) = − 64 (p + q). Dividing both sides of this equation by −64 yields (16 a + 4 b) / (64) = p + q, or one sixteenth (4 a + b) = p + q. Therefore, the sum of the solutions to the given equation, p + q, is equal to one sixteenth (4 a + b). Since it's given that the sum of the solutions to the given equation is k (4 a + b), where k is a constant, it follows that k = one sixteenth. Note that 1/16, .0625, 0.062, and 0.063 are examples of ways to enter a correct answer.
Alternate approach: The given equation can be rewritten as 64 x² − 4 (4 a + b) x + a b = 0, where a and b are positive constants. Dividing both sides of this equation by 4 yields 16 x² − (4 a + b) x + (a b) / (4) = 0. The solutions for a quadratic equation in the form A x² + B x + C = 0, where A, B, and C are constants, can be calculated using the quadratic formula, x = (−B + √(B² − 4 A C)) / (2 A) and x = (−B − √(B² − 4 A C)) / (2 A). It follows that the sum of the solutions to a quadratic equation in the form A x² + B x + C = 0 is (−B + √(B² − 4 A C)) / (2 A) + (−B − √(B² − 4 A C)) / (2 A), which can be rewritten as (−B + −B + √(B² − 4 A C) − √(B² − 4 A C)) / (2 A), which is equivalent to (−2 B) / (2 A), or − (B) / (A). In the equation 16 x² − (4 a + b) x + (a b) / (4) = 0, A = 16, B = − (4 a + b), and C = (a b) / (4). Substituting 16 for A and − (4 a + b) for B in − (B) / (A) yields − (−(4 a + b)) / (16), which can be rewritten as one sixteenth (4 a + b). Thus, the sum of the solutions to the given equation is one sixteenth (4 a + b). Since it's given that the sum of the solutions to the given equation is k (4 a + b), where k is a constant, it follows that k = one sixteenth.",
hasFigure: false,
},
{
id: "6011a3f8",
type: "mcq",
questionHtml:
"64 x² + b x + 25 = 0
In the given equation, b is a constant. For which of the following values of b will the equation have more than one real solution?",
choices: [
{ label: "A", text: "−91" },
{ label: "B", text: "−80" },
{ label: "C", text: "5" },
{ label: "D", text: "40" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. A quadratic equation of the form a x² + b x + c = 0, where a, b, and c are constants, has either no real solutions, exactly one real solution, or exactly two real solutions. That is, for the given equation to have more than one real solution, it must have exactly two real solutions. When the value of the discriminant, or b² − 4 a c, is greater than 0, the given equation has exactly two real solutions. In the given equation, 64 x² + b x + 25 = 0, a = 64 and c = 25. Therefore, the given equation has exactly two real solutions when (b)² − 4 (64) (25) > 0, or b² − 6, 400 > 0. Adding 6, 400 to both sides of this inequality yields b² > 6, 400. Taking the square root of both sides of b² > 6, 400 yields two possible inequalities: b < −80 or b > 80. Of the choices, only choice A satisfies b < −80 or b > 80.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "66bce0c1",
type: "mcq",
questionHtml: "What is the solution set of the equation above?",
choices: [
{ label: "A", text: "set consisting of − 1" },
{ label: "B", text: "set consisting of 5" },
{ label: "C", text: "set consisting of − 1 and 5" },
{ label: "D", text: "set consisting of 0 −1, and 5" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. Subtracting 4 from both sides of the √ 2 x + 6, end root + 4 = x + 3 isolates the radical expression on the left side of the equation as follows: the √ 2 x + 6, end root = x − 1. Squaring both sides of the √ 2 x + 6, end root = x − 1 yields 2 x + 6 = x² − 2 x + 1. This equation can be rewritten as a quadratic equation in standard form: x² − 4 x − 5 = 0. One way to solve this quadratic equation is to factor the expression x² − 4 x − 5 by identifying two numbers with a sum of −4 and a product of −5. These numbers are −5 and 1. So the quadratic equation can be factored as (x − 5, ) · (x + 1, ) = 0. It follows that 5 and −1 are the solutions to the quadratic equation. However, the solutions must be verified by checking whether 5 and−1 satisfy the original equation, the √ 2 x + 6, end root + 4 = x + 3. When x = −1, the original equation gives the √ 2 · −1 + 6, end root + 4 = −1 + 3, or 6 = 2, which is false. Therefore, −1 does not satisfy the original equation. When x = 5, the original equation gives the √ 2 · 5 + 6, end root + 4 = 5 + 3, or 8 = 8, which is true. Therefore, x = 5 is the only solution to the original equation, and so the solution set is 5.Choices A, C, and D are incorrect because each of these sets contains at least one value that results in a false statement when substituted into the given equation. For instance, in choice D, when 0 is substituted for x into the given equation, the result is the √ 2 · 0 + 6 + 4, end root = 0 + 3, or the √ 6, end root + 4 = 3. This is not a true statement, so 0 is not a solution to the given equation.",
hasFigure: false,
},
{
id: "6ce95fc8",
type: "mcq",
questionHtml: "Which of the following is a solution to the equation above?",
choices: [
{ label: "A", text: "2" },
{ label: "B", text: "1 − the √ 11" },
{ label: "C", text: "one half + the √ 11" },
{
label: "D",
text: "the fraction with numerator 1 + the √ 11, and denominator 2",
},
],
correctAnswer: "D",
explanation:
"Choice D is correct. A quadratic equation in the form a, x² + b x + c = 0, where a, b, and c are constants, can be solved using the quadratic formula: x = the fraction with numerator − b + or − the √ b² − 4 a c, end root, and denominator 2 a, end fraction. Subtracting 2 x + 3 from both sides of the given equation yields 2 x² − 2 x − 5 = 0. Applying the quadratic formula, where a = 2, b = −2, and c = −5, yields x = the fraction with numerator negative, (−2, ) + or − the √, (−2, ), ² − 4 · 2 · −5, end root, and denominator 2 · 2, end fraction. This can be rewritten as x = the fraction with numerator 2 + or − the √ 44, end root, and denominator 4. Since the √ 44 = the √ 2² · 11, end root, or 2 · the √ 11, the equation can be rewritten as x = the fraction with numerator 2 + or − 2 · the √ 11, end root, and denominator 4. Dividing 2 from both the numerator and denominator yields the fraction with numerator 1 + the √ 11, end root, and denominator 2 or the fraction with numerator 1 − the √ 11, end root, and denominator 2. Of these two solutions, only the fraction with numerator 1 + the √ 11, end root, and denominator 2 is present among the choices. Thus, the correct choice is D.Choice A is incorrect and may result from a computational or conceptual error. Choice B is incorrect and may result from using x = the fraction with numerator − b + or − the √ b² − 4 a c, end root, and denominator a, end fraction instead of x = the fraction with numerator − b + or − the √ b² − 4 a c, end root, and denominator 2 a, end fraction as the quadratic formula. Choice C is incorrect and may result from rewriting the √ 44 as 4 · the √ 11 instead of 2 · the √ 11.",
hasFigure: false,
},
{
id: "71014fb1",
type: "mcq",
questionHtml:
"(x − 1)² = −4
How many distinct real solutions does the given equation have?",
choices: [
{ label: "A", text: "Exactly one" },
{ label: "B", text: "Exactly two" },
{ label: "C", text: "Infinitely many" },
{ label: "D", text: "Zero" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. Any quantity that is positive or negative in value has a positive value when squared. Therefore, the left-hand side of the given equation is either positive or zero for any value of (expression). Since the right-hand side of the given equation is negative, there is no value of (expression) for which the given equation is true. Thus, the number of distinct real solutions for the given equation is zero.
Choices A, B, and C are incorrect and may result from conceptual errors.",
hasFigure: false,
},
{
id: "77c0cced",
type: "mcq",
questionHtml:
"y = 2 x² − 21 x + 64
y = 3 x + a
In the given system of equations, a is a 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?",
choices: [
{ label: "A", text: "−8" },
{ label: "B", text: "−6" },
{ label: "C", text: "6" },
{ label: "D", text: "8" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. It's given that the graphs of the equations in the given system intersect at exactly one point, (x, y), in the xy-plane. Therefore, (x, y) is the only solution to the given system of equations. The given system of equations can be solved by subtracting the second equation, y = 3 x + a, from the first equation, y = 2 x² − 21 x + 64. This yields y − y = (2 x² − 21 x + 64) − (3 x + a), or 0 = 2 x² − 24 x + 64 − a. Since the given system has only one solution, this equation has only one solution. A quadratic equation in the form r x² + s x + t = 0, where r, s, and t are constants, has one solution if and only if the discriminant, s² − 4 r t, is equal to zero. Substituting 2 for r, −24 for s, and −a + 64 for t in the expression s² − 4 r t yields (−24)² − (4) (2) (64 − a). Setting this expression equal to zero yields (−24)² − (4) (2) (64 − a) = 0, or 8 a + 64 = 0. Subtracting 64 from both sides of this equation yields 8 a = −64. Dividing both sides of this equation by 8 yields a = −8. Substituting −8 for a in the equation 0 = 2 x² − 24 x + 64 − a yields 0 = 2 x² − 24 x + 64 + 8, or 0 = 2 x² − 24 x + 72. Factoring 2 from the right-hand side of this equation yields 0 = 2 (x² − 12 x + 36). Dividing both sides of this equation by 2 yields 0 = x² − 12 x + 36, which is equivalent to 0 = (x − 6) (x − 6), or 0 = (x − 6)². Taking the square root of both sides of this equation yields 0 = x − 6. Adding 6 to both sides of this equation yields x = 6.
Choice A is incorrect. This is the value of a, not x.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "7bd10ef3",
type: "mcq",
questionHtml:
"In the equation above, t is a constant. If the equation has no real solutions, which of the following could be the value of t ?",
choices: [
{ label: "A", text: "−3" },
{ label: "B", text: "−1" },
{ label: "C", text: "1" },
{ label: "D", text: "3" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. The number of solutions to any quadratic equation in the form a, x² + b x + c = 0, where a, b, and c are constants, can be found by evaluating the expression b² − 4 a, c, which is called the discriminant. If the value of b² − 4 a, c is a positive number, then there will be exactly two real solutions to the equation. If the value of b² − 4 a, c is zero, then there will be exactly one real solution to the equation. Finally, if the value of b² − 4 a, c is negative, then there will be no real solutions to the equation.The given equation 2 x² − 4 x = t is a quadratic equation in one variable, where t is a constant. Subtracting t from both sides of the equation gives 2 x² − 4 x − t = 0. In this form, a = 2, b = −4, and c = −t. The values of t for which the equation has no real solutions are the same values of t for which the discriminant of this equation is a negative value. The discriminant is equal to (−4, ), ² − 4 · 2 · −t; therefore, (−4, ), ² − 4 · 2 · −t < 0. Simplifying the left side of the inequality gives 16 + 8, t < 0. Subtracting 16 from both sides of the inequality and then dividing both sides by 8 gives t < −2. Of the values given in the options, −3 is the only value that is less than −2. Therefore, choice A must be the correct answer.
Choices B, C, and D are incorrect and may result from a misconception about how to use the discriminant to determine the number of solutions of a quadratic equation in one variable.",
hasFigure: false,
},
{
id: "7dbd46d9",
type: "mcq",
questionHtml:
"8 x + y = −11
2 x² = y + 341
The graphs of the equations in the given system of equations intersect at the point (x, y) in the xy-plane. What is a possible value of x?",
choices: [
{ label: "A", text: "−15" },
{ label: "B", text: "−11" },
{ label: "C", text: "2" },
{ label: "D", text: "8" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. It's given that the graphs of the equations in the given system of equations intersect at the point (x, y). Therefore, this intersection point is a solution to the given system. The solution can be found by isolating y in each equation. The given equation 8 x + y = −11 can be rewritten to isolate y by subtracting 8 x from both sides of the equation, which gives y = − 8 x − 11. The given equation 2 x² = y + 341 can be rewritten to isolate y by subtracting 341 from both sides of the equation, which gives 2 x² − 341 = y. With each equation solved for y, the value of y from one equation can be substituted into the other, which gives 2 x² − 341 = − 8 x − 11. Adding 8 x and 11 to both sides of this equation results in 2 x² + 8 x − 330 = 0. Dividing both sides of this equation by 2 results in x² + 4 x − 165 = 0. This equation can be rewritten by factoring the left-hand side, which yields (x + 15) (x − 11) = 0. By the zero-product property, if (x + 15) (x − 11) = 0, then (x + 15) = 0, or (x − 11) = 0. It follows that x = −15, or x = 11. Since only −15 is given as a choice, a possible value of x is −15.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "97e50fa2",
type: "spr",
questionHtml:
"The graph of the function f, defined by f of x = −one-half · (x − 4, ), ² + 10, is shown in the xy-plane above. If the function g (not shown) is defined by g of x = −x + 10, what is one possible value of a such that f of a = g of a ?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is either 2 or 8. Substituting x = a in the definitions for f and g gives f of a = −one half · (a − 4, ), ² + 10 and g of a = −a + 10, respectively. If f of a = g of a, then −one half · (a − 4, ), ² + 10 = −a + 10. Subtracting 10 from both sides of this equation gives −one half · (a − 4, ), ² = −a. Multiplying both sides by −2 gives (a − 4, ), ² = 2 a. Expanding (a − 4, ), ² gives a, ² − 8 a + 16 = 2 a. Combining the like terms on one side of the equation gives a, ² − 10 a + 16 = 0. One way to solve this equation is to factor a, ² − 10 a + 16 by identifying two numbers with a sum of −10 and a product of 16. These numbers are −2 and −8, so the quadratic equation can be factored as (a − 2, ) · (a − 8, ) = 0. Therefore, the possible values of a are either 2 or 8. Note that 2 and 8 are examples of ways to enter a correct answer.Alternate approach: Graphically, the condition f of a = g of a implies the graphs of the functions y = f of x and y = g of x intersect at x = a. The graph y = f of x is given, and the graph of y = g of x may be sketched as a line with y-intercept 10 and a slope of −1 (taking care to note the different scales on each axis). These two graphs intersect at x = 2 and x = 8.",
hasFigure: true,
figureUrl: "/practice-images/97e50fa2_img1.png",
},
{
id: "9cb9beec",
type: "spr",
questionHtml:
"y = −1.50
y = x² + 8 x + a
In the given system of equations, a is a positive constant. The system has exactly one distinct real solution. What is the value of a?",
choices: [],
correctAnswer: "14.5, 29/2",
explanation:
"The correct answer is (29) / (2). According to the first equation in the given system, the value of y is −1.5. Substituting −1.5 for y in the second equation in the given system yields −1.5 = x² + 8 x + a. Adding 1.5 to both sides of this equation yields 0 = x² + 8 x + a + 1.5. If the given system has exactly one distinct real solution, it follows that 0 = x² + 8 x + a + 1.5 has exactly one distinct real solution. A quadratic equation in the form 0 = p x² + q x + r, where p, q, and r are constants, has exactly one distinct real solution if and only if the discriminant, q² − 4 p r, is equal to 0. The equation 0 = x² + 8 x + a + 1.5 is in this form, where p = 1, q = 8, and r = a + 1.5. Therefore, the discriminant of the equation 0 = x² + 8 x + a + 1.5 is (8)² − 4 (1) (a + 1.5), or 58 − 4 a. Setting the discriminant equal to 0 to solve for a yields 58 − 4 a = 0. Adding 4 a to both sides of this equation yields 58 = 4 a. Dividing both sides of this equation by 4 yields (58) / (4) = a, or (29) / (2) = a. Therefore, if the given system of equations has exactly one distinct real solution, the value of a is (29) / (2). Note that 29/2 and 14.5 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "a54753ca",
type: "mcq",
questionHtml:
"In the xy-plane, the graph of the equation y = − x² + 9 x − 100 intersects the line y = c at exactly one point. What is the value of c?",
choices: [
{ label: "A", text: "−(481) / (4)" },
{ label: "B", text: "−100" },
{ label: "C", text: "−(319) / (4)" },
{ label: "D", text: "−nine halves" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. In the xy-plane, the graph of the line y = c is a horizontal line that crosses the y-axis at y = c and the graph of the quadratic equation y = − x² + 9 x − 100 is a parabola. A parabola can intersect a horizontal line at exactly one point only at its vertex. Therefore, the value of c should be equal to the y-coordinate of the vertex of the graph of the given equation. For a quadratic equation in vertex form, y = a (x − h)² + k, the vertex of its graph in the xy-plane is (h, k). The given quadratic equation, y = − x² + 9 x − 100, can be rewritten as y = − (x² − 2 (nine halves) x + (nine halves)²) + (nine halves)² − 100, or y = − (x − nine halves)² + (−(319) / (4)). Thus, the value of c is equal to −(319) / (4).
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "b03adde3",
type: "mcq",
questionHtml:
"If u − 3 = the fraction 6 over, t − 2, end fraction, what is t in terms of u ?",
choices: [
{ label: "A", text: "t = the fraction 1 over u" },
{ label: "B", text: "t = the fraction 2 u + 9, over u" },
{
label: "C",
text: "t = the fraction 1 over, u − 3, end fraction",
},
{
label: "D",
text: "t = the fraction 2 u, over u − 3, end fraction",
},
],
correctAnswer: "D",
explanation:
"Choice D is correct. Multiplying both sides of the given equation by t − 2 yields (t − 2, ) · (u − 3, ) = 6. Dividing both sides of this equation by u − 3 yields t − 2 = the fraction with numerator 6, and denominator u − 3, end fraction. Adding 2 to both sides of this equation yields t = the fraction with numerator 6, and denominator u − 3, end fraction + 2, which can be rewritten as t = the fraction with numerator 6, and denominator u − 3, end fraction + the fraction with numerator 2 · (u − 3, ), and denominator u − 3, end fraction. Since the fractions on the right-hand side of this equation have a common denominator, adding the fractions yields t = the fraction with numerator 6 + 2 · (u − 3, ), and denominator u − 3, end fraction. Applying the distributive property to the numerator on the right-hand side of this equation yields t = the fraction with numerator 6 + 2 u − 6, and denominator u − 3, end fraction, which is equivalent to t = the fraction with numerator 2 u, and denominator u − 3, end fraction.Choices A, B, and C are incorrect and may result from various misconceptions or miscalculations.",
hasFigure: false,
},
{
id: "ba0edc30",
type: "mcq",
questionHtml:
"x² − 2 x − 9 = 0
One solution to the given equation can be written as 1 + √(k), where k is a constant. What is the value of k?",
choices: [
{ label: "A", text: "8" },
{ label: "B", text: "10" },
{ label: "C", text: "20" },
{ label: "D", text: "40" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. Adding 9 to each side of the given equation yields x² − 2 x = 9. To complete the square, adding 1 to each side of this equation yields x² − 2 x + 1 = 9 + 1, or (x − 1)² = 10. Taking the square root of each side of this equation yields x − 1 = + or − √(10). Adding 1 to each side of this equation yields x = 1 + or − √(10). Since it's given that one of the solutions to the equation can be written as 1 + √(k), the value of k must be 10.
Alternate approach: It's given that 1 + √(k) is a solution to the given equation. It follows that x = 1 + √(k). Substituting 1 + √(k) for x in the given equation yields (1 + √(k))² − 2 (1 + √(k)) − 9 = 0, or (1 + √(k)) (1 + √(k)) − 2 (1 + √(k)) − 9 = 0. Expanding the products on the left-hand side of this equation yields 1 + 2 √(k) + k − 2 − 2 √(k) − 9 = 0, or k − 10 = 0. Adding 10 to each side of this equation yields k = 10.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "c303ad23",
type: "spr",
questionHtml:
"If 3 x² − 18 x − 15 = 0, what is the value of x² − 6 x?",
choices: [],
correctAnswer: "5",
explanation:
"The correct answer is 5. Dividing each side of the given equation by 3 yields x² − 6 x − 5 = 0. Adding 5 to each side of this equation yields x² − 6 x = 5. Therefore, if 3 x² − 18 x − 15 = 0, the value of x² − 6 x is 5.",
hasFigure: false,
},
{
id: "d0a53ef5",
type: "spr",
questionHtml:
"√((x − 2)²) = √(3 x + 34)
What is the smallest solution to the given equation?",
choices: [],
correctAnswer: "-3",
explanation:
"The correct answer is −3. Squaring both sides of the given equation yields (x − 2)² = 3 x + 34, which can be rewritten as x² − 4 x + 4 = 3 x + 34. Subtracting 3 x and 34 from both sides of this equation yields x² − 7 x − 30 = 0. This quadratic equation can be rewritten as (x − 10) (x + 3) = 0. According to the zero product property, (x − 10) (x + 3) equals zero when either x − 10 = 0 or x + 3 = 0. Solving each of these equations for x yields x = 10 or x = −3. Therefore, the given equation has two solutions, 10 and −3. Of these two solutions, −3 is the smallest solution to the given equation.",
hasFigure: false,
},
{
id: "e9349667",
type: "mcq",
questionHtml:
"If the ordered pair x subscript 1, y subscript 1 and the ordered pair x subscript 2, y subscript 2 are the two solutions to the system of equations above, what is the value of y subscript 1 + y subscript 2 ?",
choices: [
{ label: "A", text: "−3" },
{ label: "B", text: "−2" },
{ label: "C", text: "−1" },
{ label: "D", text: "1" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. The system of equations can be solved using the substitution method. Solving the second equation for y gives y = –x – 1. Substituting the expression –x – 1 for y into the first equation gives –x – 1 = x2 + 2x + 1. Adding x + 1 to both sides of the equation yields x2 + 3x + 2 = 0. The left-hand side of the equation can be factored by finding two numbers whose sum is 3 and whose product is 2, which gives (x + 2)(x + 1) = 0. Setting each factor equal to 0 yields x + 2 = 0 and x + 1 = 0, and solving for x yields x = –2 or x = –1. These values of x can be substituted for x in the equation y = –x – 1 to find the corresponding y-values: y = –(–2) – 1 = 2 – 1 = 1 and y = –(–1) – 1 = 1 – 1 = 0. It follows that (–2, 1) and (–1, 0) are the solutions to the given system of equations. Therefore, (x1, y1) = (–2, 1), (x2, y2) = (–1, 0), and y1 + y2 = 1 + 0 = 1.
Choice A is incorrect. The solutions to the system of equations are (x1, y1) = (–2, 1) and (x2, y2) = (–1, 0). Therefore, –3 is the sum of the x-coordinates of the solutions, not the sum of the y-coordinates of the solutions. Choices B and C are incorrect and may be the result of computation or substitution errors.",
hasFigure: false,
},
{
id: "ebb717ab",
type: "spr",
questionHtml:
"x² − 34 x + 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?",
choices: [],
correctAnswer: "289",
explanation:
"The correct answer is 289. A quadratic equation of the form a x² + b x + c = 0, where a, b, and c are constants, has no real solutions when the value of the discriminant, b² − 4 a c, is less than 0. In the given equation, x² − 34 x + c = 0, a = 1 and b = −34. Therefore, the discriminant of the given equation can be expressed as (−34)² − 4 (1) (c), or 1, 156 − 4 c. It follows that the given equation has no real solutions when 1, 156 − 4 c < 0. Adding 4 c to both sides of this inequality yields 1, 156 < 4 c. Dividing both sides of this inequality by 4 yields 289 < c, or c > 289. It's given that the equation x² − 34 x + c = 0 has no real solutions when c > n. Therefore, the least possible value of n is 289.",
hasFigure: false,
},
{
id: "f2f3fa00",
type: "spr",
questionHtml:
"During a 5-second time interval, the average acceleration a, in meters per second squared, of an object with an initial velocity of 12 meters per second is defined by the equation a = the fraction with numerator v subscript f, end subscript − 12, and denominator 5, where vf is the final velocity of the object in meters per second. If the equation is rewritten in the form vf = xa + y, where x and y are constants, what is the value of x ?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is 5. The given equation can be rewritten in the form v subscript f = x a + y, like so:
a = the fraction with numerator v subscript f, end subscript − 12, and denominator 5
v subscript f, end subscript − 12 = 5 a
v subscript f = 5 a + 12
It follows that the value of x is 5 and the value of y is 12.",
hasFigure: false,
},
{
id: "f5aa5040",
type: "spr",
questionHtml:
"In the xy-plane, a line with equation 2 y = c for some constant c intersects a parabola at exactly one point. If the parabola has equation y = − 2 x² + 9 x, what is the value of c?",
choices: [],
correctAnswer: "20.25, 81/4",
explanation:
"The correct answer is (81) / (4). The given linear equation is 2 y = c. Dividing both sides of this equation by 2 yields y = (c) / (2). Substituting (c) / (2) for y in the equation of the parabola yields (c) / (2) = − 2 x² + 9 x. Adding 2 x² and − 9 x to both sides of this equation yields 2 x² − 9 x + (c) / (2) = 0. Since it’s given that the line and the parabola intersect at exactly one point, the equation 2 x² − 9 x + (c) / (2) = 0 must have exactly one solution. An equation of the form A x² + B x + C = 0, where A, B, and C are constants, has exactly one solution when the discriminant, B² − 4 A C, is equal to 0. In the equation 2 x² − 9 x + (c) / (2) = 0, where A = 2, B = −9, and C = (c) / (2), the discriminant is (−9)² − 4 (2) ((c) / (2)). Setting the discriminant equal to 0 yields (−9)² − 4 (2) ((c) / (2)) = 0, or 81 − 4 c = 0. Adding 4 c to both sides of this equation yields 81 = 4 c. Dividing both sides of this equation by 4 yields c = (81) / (4). Note that 81/4 and 20.25 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "f65288e8",
type: "mcq",
questionHtml:
"If x is a solution to the given equation, which of the following is a possible value of x + 5 ?",
choices: [
{ label: "A", text: "one half" },
{ label: "B", text: "five halves" },
{ label: "C", text: "nine halves" },
{ label: "D", text: "eleven halves" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. The given equation can be rewritten as the fraction 1 over, (x + 5, ), ², end fraction = 4. Multiplying both sides of this equation by (x + 5, ), ² yields 1 = 4 · (x + 5, ), ². Dividing both sides of this equation by 4 yields one fourth = (x + 5, ), ². Taking the square root of both sides of this equation yields one half = x + 5 or −one half = x + 5. Therefore, a possible value of x + 5 is one half.
Choices B, C, and D are incorrect and may result from computational or conceptual errors.",
hasFigure: false,
},
{
id: "fbb96bb1",
type: "mcq",
questionHtml:
"x − 29 = (x − a) (x − 29)
Which of the following are solutions to the given equation, where a is a constant and a > 30?
a
a + 1
29",
choices: [
{ label: "A", text: "I and II only" },
{ label: "B", text: "I and III only" },
{ label: "C", text: "II and III only" },
{ label: "D", text: "I, II, and III" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. Subtracting the expression (x − 29) from both sides of the given equation yields 0 = (x − a) (x − 29) − (x − 29), which can be rewritten as 0 = (x − a) (x − 29) + (−1) (x − 29). Since the two terms on the right-hand side of this equation have a common factor of (x − 29), it can be rewritten as 0 = (x − 29) (x − a + (−1)), or 0 = (x − 29) (x − a − 1). Since x − a − 1 is equivalent to x − (a + 1), the equation 0 = (x − 29) (x − a − 1) can be rewritten as 0 = (x − 29) (x − (a + 1)). By the zero product property, it follows that x − 29 = 0 or x − (a + 1) = 0. Adding 29 to both sides of the equation x − 29 = 0 yields x = 29. Adding a + 1 to both sides of the equation x − (a + 1) = 0 yields x = a + 1. Therefore, the two solutions to the given equation are 29 and a + 1. Thus, only a + 1 and 29, not a, are solutions to the given equation.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "fc3d783a",
type: "spr",
questionHtml:
"In the (expression)-plane, a line with equation (expression) intersects a parabola at exactly one point. If the parabola has equation (expression), where (expression) is a positive constant, what is the value of (expression)?",
choices: [],
correctAnswer: "6",
explanation:
"The correct answer is 6. It’s given that a line with equation 2 y = 4 . 5 intersects a parabola with equation y = − 4 x² + b x, where b is a positive constant, at exactly one point in the xy-plane. It follows that the system of equations consisting of 2 y = 4 . 5 and y = − 4 x² + b x has exactly one solution. Dividing both sides of the equation of the line by 2 yields y = 2 . 25. Substituting 2.25 for y in the equation of the parabola yields 2 . 25 = − 4 x² + b x. Adding 4 x² and subtracting b x from both sides of this equation yields 4 x² − b x + 2 . 25 = 0. A quadratic equation in the form of a x² + b x + c = 0, where a, b, and c are constants, has exactly one solution when the discriminant, b² − 4 a c, is equal to zero. Substituting 4 for a and 2.25 for c in the expression b² − 4 a c and setting this expression equal to 0 yields b² − 4 (4) (2 . 25) = 0, or b² − 36 = 0. Adding 36 to each side of this equation yields b² = 36. Taking the square root of each side of this equation yields b = + or − 6. It’s given that b is positive, so the value of b is 6.",
hasFigure: false,
},
{
id: "fc3dfa26",
type: "mcq",
questionHtml: "What value of x satisfies the equation above?",
choices: [
{ label: "A", text: "−3" },
{ label: "B", text: "−one half" },
{ label: "C", text: "one half" },
{ label: "D", text: "3" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. Each fraction in the given equation can be expressed with the common denominator x² − 9. Multiplying the fraction with numerator 2 x, and denominator x + 3, end fraction by the fraction with numerator x − 3, and denominator x − 3, end fraction yields the fraction with numerator 2 x² − 6, and denominator x² − 9, end fraction, and multiplying the fraction with numerator 1, and denominator x − 3, end fraction by the fraction with numerator x + 3, and denominator x + 3, end fraction yields the fraction with numerator x + 3, and denominator x² − 9, end fraction. Therefore, the given equation can be written as the fraction with numerator 4 x², and denominator x² − 9 − the fraction with numerator 2 x² − 6 x, and denominator x² − 9, end fraction = the fraction with numerator x + 3, and denominator x² − 9, end fraction. Multiplying each fraction by the denominator results in the equation 4 x² − (2 x² − 6 x, ) = x + 3, or 2 x² + 6 x = x + 3. This equation can be solved by setting a quadratic expression equal to 0, then solving for x. Subtracting x + 3 from both sides of this equation yields 2 x² + 5 x − 3 = 0. The expression 2 x² + 5 x − 3 can be factored, resulting in the equation (2 x − 1, ) · (x + 3, ) = 0. By the zero product property, 2 x − 1 = 0 or x + 3 = 0. To solve for x in 2 x − 1 = 0, 1 can be added to both sides of the equation, resulting in 2 x = 1. Dividing both sides of this equation by 2 results in x = one half. Solving for x in x + 3 = 0 yields x = −3. However, this value of x would result in the second fraction of the original equation having a denominator of 0. Therefore, x = −3 is an extraneous solution. Thus, the only value of x that satisfies the given equation is x = one half.Choice A is incorrect and may result from solving x + 3 = 0 but not realizing that this solution is extraneous because it would result in a denominator of 0 in the second fraction. Choice B is incorrect and may result from a sign error when solving 2 x − 1 = 0 for x. Choice D is incorrect and may result from a calculation error.",
hasFigure: false,
},
{
id: "ff2e5c76",
type: "mcq",
questionHtml:
"x² − 40 x − 10 = 0
What is the sum of the solutions to the given equation?",
choices: [
{ label: "A", text: "0" },
{ label: "B", text: "5" },
{ label: "C", text: "10" },
{ label: "D", text: "40" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. Adding 10 to each side of the given equation yields x² − 40 x = 10. To complete the square, adding ((40) / (2))², or 20², to each side of this equation yields x² − 40 x + 20² = 10 + 20², or (x − 20)² = 410. Taking the square root of each side of this equation yields x − 20 = + or − √(410). Adding 20 to each side of this equation yields x = 20 + or − √(410). Therefore, the solutions to the given equation are x = 20 + √(410) and x = 20 − √(410). The sum of these solutions is (20 + √(410)) + (20 − √(410)), or 40.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
];