) {
- return
+ return ;
}
function TooltipContent({
@@ -41,7 +41,7 @@ function TooltipContent({
sideOffset={sideOffset}
className={cn(
"bg-foreground text-background animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance",
- className
+ className,
)}
{...props}
>
@@ -49,7 +49,7 @@ function TooltipContent({
- )
+ );
}
-export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider }
+export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
diff --git a/src/data/math/area-volume.ts b/src/data/math/area-volume.ts
new file mode 100644
index 0000000..aeb9146
--- /dev/null
+++ b/src/data/math/area-volume.ts
@@ -0,0 +1,670 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const AREA_VOL_EASY: PracticeQuestion[] = [
+ {
+ id: "02b02213",
+ type: "mcq",
+ questionHtml:
+ "What is the perimeter, in inches, of a rectangle with a length of 4 inches and a width of 9 inches?",
+ choices: [
+ { label: "A", text: "13" },
+ { label: "B", text: "17" },
+ { label: "C", text: "22" },
+ { label: "D", text: "26" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The perimeter of a figure is equal to the sum of the measurements of the sides of the figure. It’s given that the rectangle has a length of 4 inches and a width of 9 inches. Since a rectangle has 4 sides, of which opposite sides are parallel and equal, it follows that the rectangle has two sides with a length of 4 inches and two sides with a width of 9 inches. Therefore, the perimeter of this rectangle is 4 + 4 + 9 + 9, or 26 inches.
Choice A is incorrect. This is the sum, in inches, of the length and the width of the rectangle.
Choice B is incorrect. This is the sum, in inches, of the two lengths and the width of the rectangle.
Choice C is incorrect. This is the sum, in inches, of the length and the two widths of the rectangle.",
+ hasFigure: false,
+ },
+ {
+ id: "0837c3b9",
+ type: "mcq",
+ questionHtml:
+ "Triangle ABC and triangle DEF are similar triangles, where A B and D E are corresponding sides. If the length of D E = 2 · the length of A B and the perimeter of triangle ABC is 20, what is the perimeter of triangle DEF ?",
+ choices: [
+ { label: "A", text: "10" },
+ { label: "B", text: "40" },
+ { label: "C", text: "80" },
+ { label: "D", text: "120" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since triangles ABC and DEF are similar and the length of side D E = 2 · the length of side A B, the length of each side of triangle DEF is two times the length of its corresponding side in triangle ABC. Therefore, the perimeter of triangle DEF is two times the perimeter of triangle ABC. Since the perimeter of triangle ABC is 20, the perimeter of triangle DEF is 40.Choice A is incorrect. This is half, not two times, the perimeter of triangle ABC. Choice C is incorrect. This is two times the perimeter of triangle DEF rather than two times the perimeter of triangle ABC. Choice D is incorrect. This is six times, not two times, the perimeter of triangle ABC.",
+ hasFigure: false,
+ },
+ {
+ id: "165c30c4",
+ type: "spr",
+ questionHtml:
+ "A rectangle has a length of 64 inches and a width of 32 inches. What is the area, in square inches, of the rectangle?",
+ choices: [],
+ correctAnswer: "2048",
+ explanation:
+ "The correct answer is 2, 048. The area A, in square inches, of a rectangle is equal to the product of its length script l, in inches, and its width w, in inches, or A = script l w. It's given that the rectangle has a length of 64 inches and a width of 32 inches. Substituting 64 for script l and 32 for w in the equation A = script l w yields A = (64) (32), or A = 2, 048. Therefore, the area, in square inches, of the rectangle is 2, 048.",
+ hasFigure: false,
+ },
+ {
+ id: "29e9b28c",
+ type: "mcq",
+ questionHtml:
+ "The lengths of the sides are x, y, and z.
A note indicates the figure is not drawn to scale.
The triangle shown has a perimeter of 22 units. If x = 9 units and y = 7 units, what is the value of z, in units?",
+ choices: [
+ { label: "A", text: "6" },
+ { label: "B", text: "7" },
+ { label: "C", text: "9" },
+ { label: "D", text: "16" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The perimeter of a triangle is the sum of the lengths of its three sides. The triangle shown has side lengths x, y, and z. It's given that the triangle has a perimeter of 22 units. Therefore, x + y + z = 22. If x = 9 units and y = 7 units, the value of z, in units, can be found by substituting 9 for x and 7 for y in the equation x + y + z = 22, which yields 9 + 7 + z = 22, or 16 + z = 22. Subtracting 16 from both sides of this equation yields z = 6. Therefore, if x = 9 units and y = 7 units, the value of z, in units, is 6.
Choice B is incorrect. This is the value of y, in units, not the value of z, in units.
Choice C is incorrect. This is the value of x, in units, not the value of z, in units.
Choice D is incorrect. This is the value of x + y, in units, not the value of z, in units.",
+ hasFigure: true,
+ figureUrl: "/practice-images/29e9b28c_svg1.svg",
+ },
+ {
+ id: "3453aafc",
+ type: "mcq",
+ questionHtml:
+ "What is the area, in square centimeters, of a rectangle with a length of 36 centimeters and a width of 34 centimeters?",
+ choices: [
+ { label: "A", text: "70" },
+ { label: "B", text: "140" },
+ { label: "C", text: "1, 156" },
+ { label: "D", text: "1, 224" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The area A, in square centimeters, of a rectangle can be found using the formula A = script l w, where script l is the length, in centimeters, of the rectangle and w is its width, in centimeters. It's given that the rectangle has a length of 36 centimeters and a width of 34 centimeters. Substituting 36 for script l and 34 for w in the formula A = script l w yields A = 36 (34), or A = 1, 224. Therefore, the area, in square centimeters, of this rectangle is 1, 224.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the perimeter, in centimeters, not the area, in square centimeters, of the rectangle.
Choice C is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "4420e500",
+ type: "mcq",
+ questionHtml:
+ "What is the area of a rectangle with a length of 4 centimeters (cm) and a width of 2 cm?",
+ choices: [
+ { label: "A", text: "6 cm²" },
+ { label: "B", text: "8 cm²" },
+ { label: "C", text: "12 cm²" },
+ { label: "D", text: "36 cm²" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The area of a rectangle with length script l and width w can be found using the formula A = script l w. It’s given that the rectangle has a length of 4 cm and a width of 2 cm. Therefore, the area of this rectangle is (4 cm) (2 cm), or 8 cm².
Choice A is incorrect. This is the sum, in cm, of the length and width of the rectangle, not the area, in cm².
Choice C is incorrect. This is the perimeter, in cm, of the rectangle, not the area, in cm².
Choice D is incorrect. This is the sum of the length and width of the rectangle squared, not the area.",
+ hasFigure: false,
+ },
+ {
+ id: "5252e606",
+ type: "mcq",
+ questionHtml:
+ "The side length of a square is 55 centimeters (cm). What is the area, in cm², of the square?",
+ choices: [
+ { label: "A", text: "110" },
+ { label: "B", text: "220" },
+ { label: "C", text: "3, 025" },
+ { label: "D", text: "12, 100" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The area A, in square centimeters (cm²), of a square with side length s, in cm, is given by the formula A = s². It’s given that the square has a side length of 55 cm. Substituting 55 for s in the formula A = s² yields A = 55², or A = 3, 025. Therefore, the area, in cm², of the square is 3, 025.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the perimeter, in cm, of the square, not its area, in cm².
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "575f1e12",
+ type: "spr",
+ questionHtml:
+ "What is the area, in square centimeters, of a rectangle with a length of 34 centimeters (cm) and a width of 29 cm?",
+ choices: [],
+ correctAnswer: "986",
+ explanation:
+ "The correct answer is 986. The area, A, of a rectangle is given by A = script l w, where script l is the length of the rectangle and w is its width. It’s given that the length of the rectangle is 34 centimeters (cm) and the width is 29 cm. Substituting 34 for script l and 29 for w in the equation A = script l w yields A = (34) (29), or A = 986. Therefore, the area, in square centimeters, of this rectangle is 986.",
+ hasFigure: false,
+ },
+ {
+ id: "59cb654c",
+ type: "mcq",
+ questionHtml:
+ "The area of a square is 64 square inches. What is the side length, in inches, of this square?",
+ choices: [
+ { label: "A", text: "8" },
+ { label: "B", text: "16" },
+ { label: "C", text: "64" },
+ { label: "D", text: "128" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that the area of a square is 64 square inches. The area A, in square inches, of a square is given by the formula A = s², where s is the side length, in inches, of the square. Substituting 64 for A in this formula yields 64 = s². Taking the positive square root of both sides of this equation yields 8 = s. Thus, the side length, in inches, of this square is 8.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the area, in square inches, of the square, not the side length, in inches, of the square.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "76670c80",
+ type: "spr",
+ questionHtml:
+ "Each side of a square has a length of 45. What is the perimeter of this square?",
+ choices: [],
+ correctAnswer: "180",
+ explanation:
+ "The correct answer is 180. The perimeter of a polygon is equal to the sum of the lengths of the sides of the polygon. It’s given that each side of the square has a length of 45. Since a square is a polygon with 4 sides, the perimeter of this square is 45 + 45 + 45 + 45, or 180.",
+ hasFigure: false,
+ },
+ {
+ id: "c88183f7",
+ type: "mcq",
+ questionHtml:
+ "A rectangle has a length of 13 and a width of 6. What is the perimeter of the rectangle?",
+ choices: [
+ { label: "A", text: "12" },
+ { label: "B", text: "26" },
+ { label: "C", text: "38" },
+ { label: "D", text: "52" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The perimeter of a quadrilateral is the sum of the lengths of its four sides. It's given that the rectangle has a length of 13 and a width of 6. It follows that the rectangle has two sides with length 13 and two sides with length 6. Therefore, the perimeter of the rectangle is 13 + 13 + 6 + 6, or 38.
Choice A is incorrect. This is the sum of the lengths of the two sides with length 6, not the sum of the lengths of all four sides of the rectangle.
Choice B is incorrect. This is the sum of the lengths of the two sides with length 13, not the sum of the lengths of all four sides of the rectangle.
Choice D is incorrect. This is the perimeter of a rectangle that has four sides with length 13, not two sides with length 13 and two sides with length 6.",
+ hasFigure: false,
+ },
+ {
+ id: "d0b6d927",
+ type: "mcq",
+ questionHtml:
+ "A rectangle has an area of 63 square meters and a length of 9 meters. What is the width, in meters, of the rectangle?",
+ choices: [
+ { label: "A", text: "7" },
+ { label: "B", text: "54" },
+ { label: "C", text: "81" },
+ { label: "D", text: "567" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The area A, in square meters, of a rectangle is the product of its length script l, in meters, and its width w, in meters; thus, A = script l w. It's given that a rectangle has an area of 63 square meters and a length of 9 meters. Substituting 63 for A and 9 for script l in the equation A = script l w yields 63 = 9 w. Dividing both sides of this equation by 9 yields 7 = w. Therefore, the width, in meters, of the rectangle is 7.
Choice B is incorrect. This is the difference between the area, in square meters, and the length, in meters, of the rectangle, not the width, in meters, of the rectangle.
Choice C is incorrect. This is the square of the length, in meters, not the width, in meters, of the rectangle.
Choice D is incorrect. This is the product of the area, in square meters, and the length, in meters, of the rectangle, not the width, in meters, of the rectangle.",
+ hasFigure: false,
+ },
+ {
+ id: "d2047497",
+ type: "mcq",
+ questionHtml:
+ "What is the area of a rectangle with a length of 17 centimeters (cm) and a width of 7 cm?",
+ choices: [
+ { label: "A", text: "24 cm²" },
+ { label: "B", text: "48 cm²" },
+ { label: "C", text: "119 cm²" },
+ { label: "D", text: "576 cm²" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The area of a rectangle with length l and width w can be found using the formula A = l w. It’s given that the rectangle has a length of 17 cm and a width of 7 cm. Therefore, the area of this rectangle is A = 17 (7), or 119 cm².
Choice A is incorrect. This is the sum of the length and width of the rectangle, not the area.
Choice B is incorrect. This is the perimeter of the rectangle, not the area.
Choice D is incorrect. This is the sum of the length and width of the rectangle squared, not the area.",
+ hasFigure: false,
+ },
+ {
+ id: "d683a9cc",
+ type: "mcq",
+ questionHtml:
+ "The figure shows the lengths, in centimeters (cm), of the edges of a right rectangular prism. The volume V of a right rectangular prism is l w h, where l is the length of the prism, w is the width of the prism, and h is the height of the prism. What is the volume, in cubic centimeters, of the prism?",
+ choices: [
+ { label: "A", text: "36" },
+ { label: "B", text: "24" },
+ { label: "C", text: "12" },
+ { label: "D", text: "11" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the volume of a right rectangular prism is l w h. The prism shown has a length of 6 cm, a width of 2 cm, and a height of 3 cm. Thus, l w h = 6 · 2 · 3, or 36 cubic centimeters.Choice B is incorrect. This is the volume of a rectangular prism with edge lengths of 6, 2, and 2. Choice C is incorrect and may result from only finding the product of the length and width of the base of the prism. Choice D is incorrect and may result from finding the sum, not the product, of the edge lengths of the prism.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d683a9cc_img1.png",
+ },
+ {
+ id: "f60bb551",
+ type: "mcq",
+ questionHtml:
+ "The area of a rectangle is 630 square inches. The length of the rectangle is 70 inches. What is the width, in inches, of this rectangle?",
+ choices: [
+ { label: "A", text: "9" },
+ { label: "B", text: "70" },
+ { label: "C", text: "315" },
+ { label: "D", text: "560" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The area A, in square inches, of a rectangle is the product of its length script l, in inches, and its width w, in inches; thus, A = script l w. It's given that the area of a rectangle is 630 square inches and the length of the rectangle is 70 inches. Substituting 630 for A and 70 for script l in the equation A = script l w yields 630 = 70 w. Dividing both sides of this equation by 70 yields 9 = w. Therefore, the width, in inches, of this rectangle is 9.
Choice B is incorrect. This is the length, not the width, in inches, of the rectangle.
Choice C is incorrect. This is half the area, in square inches, not the width, in inches, of the rectangle.
Choice D is incorrect. This is the difference between the area, in square inches, and the length, in inches, of the rectangle, not the width, in inches, of the rectangle.",
+ hasFigure: false,
+ },
+];
+
+export const AREA_VOL_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "08b7a3f5",
+ type: "spr",
+ questionHtml:
+ "A triangular prism has a height of 8 centimeters (cm) and a volume of 216 cm³. What is the area, in cm², of the base of the prism? (The volume of a triangular prism is equal to B h, where B is the area of the base and h is the height of the prism.)",
+ choices: [],
+ correctAnswer: "27",
+ explanation:
+ "The correct answer is 27. It's given that a triangular prism has a volume of 216 cubic centimeters (cm³) and the volume of a triangular prism is equal to B h, where B is the area of the base and h is the height of the prism. Therefore, 216 = B h. It's also given that the triangular prism has a height of 8 cm. Therefore, h = 8. Substituting 8 for h in the equation 216 = B h yields 216 = B (8). Dividing both sides of this equation by 8 yields 27 = B. Therefore, the area, in cm², of the base of the prism is 27.",
+ hasFigure: false,
+ },
+ {
+ id: "151eda3c",
+ type: "mcq",
+ questionHtml:
+ "A manufacturing company produces two sizes of cylindrical containers that each have a height of 50 centimeters. The radius of container A is 16 centimeters, and the radius of container B is 25% longer than the radius of container A. What is the volume, in cubic centimeters, of container B?",
+ choices: [
+ { label: "A", text: "16, 000 π" },
+ { label: "B", text: "20, 000 π" },
+ { label: "C", text: "25, 000 π" },
+ { label: "D", text: "31, 250 π" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. If the radius of container A is 16 centimeters and the radius of container B is 25% longer than the radius of container A, then the radius of container B is 16 + 0 . 2 5 · 16 = 20 centimeters. The volume of a cylinder is π · r² · h, where r is the radius of the cylinder and h is its height. Substituting r = 20 and h = 50 into π · r² · h yields that the volume of cylinder B is π · (20, ), ² · 50 = 20, 000 π cubic centimeters.Choice A is incorrect and may result from multiplying the radius of cylinder B by the radius of cylinder A rather than squaring the radius of cylinder B. Choice C is incorrect and may result from multiplying the radius of cylinder B by 25 rather than squaring it. Choice D is incorrect and may result from taking the radius of cylinder B to be 25 centimeters rather than 20 centimeters.",
+ hasFigure: false,
+ },
+ {
+ id: "1f0b582e",
+ type: "mcq",
+ questionHtml:
+ "Square X has a side length of 12 centimeters. The perimeter of square Y is 2 times the perimeter of square X. What is the length, in centimeters, of one side of square Y?",
+ choices: [
+ { label: "A", text: "6" },
+ { label: "B", text: "10" },
+ { label: "C", text: "14" },
+ { label: "D", text: "24" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The perimeter, P, of a square can be found using the formula P = 4 s, where s is the length of each side of the square. It's given that square X has a side length of 12 centimeters. Substituting 12 for s in the formula for the perimeter of a square yields P = 4 (12), or P = 48. Therefore, the perimeter of square X is 48 centimeters. It’s also given that the perimeter of square Y is 2 times the perimeter of square X. Therefore, the perimeter of square Y is 2 (48), or 96, centimeters. Substituting 96 for P in the formula P = 4 s gives 96 = 4 s. Dividing both sides of this equation by 4 gives 24 = s. Therefore, the length of one side of square Y is 24 centimeters.
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: "37dde49f",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a cylindrical shape with a circular base and a larger circular top. The diameter of the circular base is labeled “k over 2, ” the diameter of the circular top is labeled “k, ” and the height is labeled “k.” The volume of the figure = the fraction with numerator 7 π k³, and denominator 48The glass pictured above can hold a maximum volume of 473 cubic centimeters, which is approximately 16 fluid ounces. What is the value of k, in centimeters?",
+ choices: [
+ { label: "A", text: "2.52" },
+ { label: "B", text: "7.67" },
+ { label: "C", text: "7.79" },
+ { label: "D", text: "10.11" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Using the volume formula V = the fraction with numerator 7 π · k³, and denominator 48 and the given information that the volume of the glass is 473 cubic centimeters, the value of k can be found as follows:
473 = the fraction with numerator 7 π · k³, and denominator 48
k³ = the fraction with numerator 473 · 48, and denominator 7 π, end fraction
k = the cube root of the fraction with numerator 473 · 48, and denominator 7 π, end fraction, end root, which is ≈ 10 . 1 0 6 9 0
Therefore, the value of k is approximately 10.11 centimeters.
Choices A, B, and C are incorrect. Substituting the values of k from these choices in the formula results in volumes of approximately 7 cubic centimeters, 207 cubic centimeters, and 217 cubic centimeters, respectively, all of which contradict the given information that the volume of the glass is 473 cubic centimeters.",
+ hasFigure: true,
+ figureUrl: "/practice-images/37dde49f_img1.png",
+ },
+ {
+ id: "38517165",
+ type: "spr",
+ questionHtml:
+ "A circle has a circumference of 31 π centimeters. What is the diameter, in centimeters, of the circle?",
+ choices: [],
+ correctAnswer: "31",
+ explanation:
+ "The correct answer is 31. The circumference of a circle is equal to 2 π r centimeters, where r represents the radius, in centimeters, of the circle, and the diameter of the circle is equal to 2 r centimeters. It's given that a circle has a circumference of 31 π centimeters. Therefore, 31 π = 2 π r. Dividing both sides of this equation by π yields 31 = 2 r. Since the diameter of the circle is equal to 2 r centimeters, it follows that the diameter, in centimeters, of the circle is 31.",
+ hasFigure: false,
+ },
+ {
+ id: "5afbdc8e",
+ type: "mcq",
+ questionHtml:
+ "What is the length of one side of a square that has the same area as a circle with radius 2 ?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "the √ 2 π, end root" },
+ { label: "C", text: "2 · the √ π" },
+ { label: "D", text: "2 π" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The area A of a circle with radius r is given by the formula A = π · r². Thus, a circle with radius 2 has area π · 2², which can be rewritten as 4 π. The area of a square with side length s is given by the formula A = s². Thus, if a square has the same area as a circle with radius 2, then s² = 4 π. Since the side length of a square must be a positive number, taking the square root of both sides of s² = 4 π gives s = the √ 4 π, end root. Using the properties of square roots, the √ 4 π, end root can be rewritten as (the √ 4, ) · (the √ π, ), which is equivalent to 2 · the √ π. Therefore, s = 2 · the √ π.Choice A is incorrect. The side length of the square isn’t equal to the radius of the circle. Choices B and D are incorrect and may result from incorrectly simplifying the expression the √ 4 π, end root.",
+ hasFigure: false,
+ },
+ {
+ id: "a2e76b60",
+ type: "mcq",
+ questionHtml:
+ "A cylindrical can containing pieces of fruit is filled to the top with syrup before being sealed. The base of the can has an area of 75 centimeters², and the height of the can is 10 cm. If 110 centimeters³ of syrup is needed to fill the can to the top, which of the following is closest to the total volume of the pieces of fruit in the can?",
+ choices: [
+ { label: "A", text: "7 . 5 centimeters³" },
+ { label: "B", text: "185 centimeters³" },
+ { label: "C", text: "640 centimeters³" },
+ { label: "D", text: "750 centimeters³" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The total volume of the cylindrical can is found by multiplying the area of the base of the can, 75 square centimeters, by the height of the can, 10 cm, which yields 750 cubic centimeters. If the syrup needed to fill the can has a volume of 110 cubic centimeters, then the remaining volume for the pieces of
fruit is 750 − 110 = 640 cubic centimeters.Choice A is incorrect because if the fruit had a volume of 7 . 5 cubic centimeters, there would be 750 − 7 . 5 = 742 . 5 cubic centimeters of syrup needed to fill the can to the top. Choice B is incorrect because if the fruit had a volume of 185 cubic centimeters, there would be 750 − 185 = 565 cubic centimeters of syrup needed to fill the can to the top. Choice D is incorrect because it is the total volume of the can, not just of the pieces of fruit.",
+ hasFigure: false,
+ },
+ {
+ id: "c0586eb5",
+ type: "mcq",
+ questionHtml:
+ "A cylinder has a diameter of 8 inches and a height of 12 inches. What is the volume, in cubic inches, of the cylinder?",
+ choices: [
+ { label: "A", text: "16 π" },
+ { label: "B", text: "96 π" },
+ { label: "C", text: "192 π" },
+ { label: "D", text: "768 π" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The base of a cylinder is a circle with a diameter equal to the diameter of the cylinder. The volume, V, of a cylinder can be found by multiplying the area of the circular base, A, by the height of the cylinder, h, or V = A h. The area of a circle can be found using the formula A = π r², where r is the radius of the circle. It’s given that the diameter of the cylinder is 8 inches. Thus, the radius of this circle is 4 inches. Therefore, the area of the circular base of the cylinder is A = π (4)², or 16 π square inches. It’s given that the height h of the cylinder is 12 inches. Substituting 16 π for A and 12 for h in the formula V = A h gives V = 16 π (12), or 192 π cubic inches.
Choice A is incorrect. This is the area of the circular base of the cylinder.
Choice B is incorrect and may result from using 8, instead of 16, as the value of r² in the formula for the area of a circle.
Choice D is incorrect and may result from using 8, instead of 4, for the radius of the circular base.",
+ hasFigure: false,
+ },
+ {
+ id: "cf53cb56",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane shown, square ABCD has its diagonals on the x- and y-axes. What is the area, in square units, of the square?",
+ choices: [
+ { label: "A", text: "20" },
+ { label: "B", text: "25" },
+ { label: "C", text: "50" },
+ { label: "D", text: "100" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The two diagonals of square ABCD divide the square into 4 congruent right triangles, where each triangle has a vertex at the origin of the graph shown. The formula for the area of a triangle is A = one half · b h, where b is the base length of the triangle and h is the height of the triangle. Each of the 4 congruent right triangles has a height of 5 units and a base length of 5 units. Therefore, the area of each triangle is A = one half · 5 · 5, or 12.5 square units. Since the 4 right triangles are congruent, the area of each is one fourth of the area of square ABCD. It follows that the area of the square ABCD is equal to 4 · 12 . 5, or 50 square units.Choices A and D are incorrect and may result from using 5 or 25, respectively, as the area of one of the 4 congruent right triangles formed by diagonals of square ABCD. However, the area of these triangles is 12.5. Choice B is incorrect and may result from using 5 as the length of one side of square ABCD. However, the length of a side of square ABCD is 5 · the √ 2.",
+ hasFigure: true,
+ figureUrl: "/practice-images/cf53cb56_img1.png",
+ },
+ {
+ id: "e336a1d2",
+ type: "mcq",
+ questionHtml:
+ "A cube has an edge length of 41 inches. What is the volume, in cubic inches, of the cube?",
+ choices: [
+ { label: "A", text: "164" },
+ { label: "B", text: "1, 681" },
+ { label: "C", text: "10, 086" },
+ { label: "D", text: "68, 921" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The volume, V, of a cube can be found using the formula V = s³, where s is the edge length of the cube. It's given that a cube has an edge length of 41 inches. Substituting 41 inches for s in this equation yields V = 41³ cubic inches, or V = 68, 921 cubic inches. Therefore, the volume of the cube is 68, 921 cubic inches.
Choice A is incorrect. This is the perimeter, in inches, of the cube.
Choice B is incorrect. This is the area, in square inches, of a face of the cube.
Choice C is incorrect. This is the surface area, in square inches, of the cube.",
+ hasFigure: false,
+ },
+ {
+ id: "ec5d4823",
+ type: "spr",
+ questionHtml:
+ "What is the volume, in cubic centimeters, of a right rectangular prism that has a length of 4 centimeters, a width of 9 centimeters, and a height of 10 centimeters?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 360. The volume of a right rectangular prism is calculated by multiplying its dimensions: length, width, and height. Multiplying the values given for these dimensions yields a volume of 4 · 9 · 10 = 360 cubic centimeters.",
+ hasFigure: false,
+ },
+ {
+ id: "f67e4efc",
+ type: "mcq",
+ questionHtml:
+ "A right circular cylinder has a volume of 45 π. If the height of the cylinder is 5, what is the radius of the cylinder?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "4.5" },
+ { label: "C", text: "9" },
+ { label: "D", text: "40" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The volume of a right circular cylinder with a radius of r is the product of the area of the base, π, r², and the height, h. The volume of the right circular cylinder described is 45 π and its height is 5. If the radius is r, it follows that 45 π = π · r, ² · 5. Dividing both sides of this equation by 5 π yields 9 = r². Taking the square root of both sides yields r = 3 or r = −3. Since r represents the radius, the value must be positive. Therefore, the radius is 3.Choice B is incorrect and may result from finding that the square of the radius is 9, but then from dividing 9 by 2, rather than taking the square root of 9. Choice C is incorrect. This represents the square of the radius. Choice D is incorrect and may result from solving the equation 45 π = π · r, ² · 5 for r², not r, by dividing by π on both sides and then by subtracting, not dividing, 5 from both sides.",
+ hasFigure: false,
+ },
+];
+
+export const AREA_VOL_HARD: PracticeQuestion[] = [
+ {
+ id: "306264ab",
+ type: "mcq",
+ questionHtml:
+ "A right triangle has sides of length 2 √(2), 6 √(2), and √(80) units. What is the area of the triangle, in square units?",
+ choices: [
+ { label: "A", text: "8 √(2) + √(80)" },
+ { label: "B", text: "12" },
+ { label: "C", text: "24 √(80)" },
+ { label: "D", text: "24" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The area, A, of a triangle can be found using the formula A = one half b h, where b is the length of the base of the triangle and h is the height of the triangle. It's given that the triangle is a right triangle. Therefore, its base and height can be represented by the two legs. It’s also given that the triangle has sides of length 2 √(2), 6 √(2), and √(80) units. Since √(80) units is the greatest of these lengths, it's the length of the hypotenuse. Therefore, the two legs have lengths 2 √(2) and 6 √(2) units. Substituting these values for b and h in the formula A = one half b h gives A = one half (2 √(2)) (6 √(2)), which is equivalent to A = 6 √(4) square units, or A = 12 square units.
Choice A is incorrect. This expression represents the perimeter, rather than the area, of the triangle.
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: "310c87fe",
+ type: "mcq",
+ questionHtml:
+ "A cube has a surface area of 54 square meters. What is the volume, in cubic meters, of the cube?",
+ choices: [
+ { label: "A", text: "18" },
+ { label: "B", text: "27" },
+ { label: "C", text: "36" },
+ { label: "D", text: "81" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The surface area of a cube with side length s is equal to 6 s². Since the surface area is given as 54 square meters, the equation 54 = 6 s² can be used to solve for s. Dividing both sides of the equation by 6 yields 9 = s². Taking the square root of both sides of this equation yields 3 = s and −3 = s. Since the side length of a cube must be a positive value, s = −3 can be discarded as a possible solution, leaving s = 3. The volume of a cube with side length s is equal to s³. Therefore, the volume of this cube, in cubic meters, is 3³, or 27.Choices A, C, and D are incorrect and may result from calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "459dd6c5",
+ type: "spr",
+ questionHtml:
+ "Triangles italic A italic B italic C and italic D italic E italic F are similar. Each side length of triangle italic A italic B italic C is 4 times the corresponding side length of triangle italic D italic E italic F. The area of triangle italic A italic B italic C is 270 square inches. What is the area, in square inches, of triangle italic D italic E italic F?",
+ choices: [],
+ correctAnswer: "135/8, 16.87, 16.88",
+ explanation:
+ "The correct answer is (135) / (8). It's given that triangles italic A italic B italic C and italic D italic E italic F are similar and each side length of triangle italic A italic B italic C is 4 times the corresponding side length of triangle italic D italic E italic F. For two similar triangles, if each side length of the first triangle is k times the corresponding side length of the second triangle, then the area of the first triangle is k² times the area of the second triangle. Therefore, the area of triangle italic A italic B italic C is 4², or 16, times the area of triangle italic D italic E italic F. It's given that the area of triangle italic A italic B italic C is 270 square inches. Let a represent the area, in square inches, of triangle italic D italic E italic F. It follows that 270 is 16 times a, or 270 = 16 a. Dividing both sides of this equation by 16 yields (270) / (16) = a, which is equivalent to (135) / (8) = a. Thus, the area, in square inches, of triangle italic D italic E italic F is (135) / (8). Note that 135/8, 16.87, and 16.88 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "5b2b8866",
+ type: "spr",
+ questionHtml:
+ "A rectangular poster has an area of 360 square inches. A copy of the poster is made in which the length and width of the original poster are each increased by 20 % sign. What is the area of the copy, in square inches?",
+ choices: [],
+ correctAnswer: "2592/5, 518.4",
+ explanation:
+ "The correct answer is 518.4. It's given that the area of the original poster is 360 square inches. Let script l represent the length, in inches, of the original poster, and let w represent the width, in inches, of the original poster. Since the area of a rectangle is equal to its length times its width, it follows that 360 = script l w. It's also given that a copy of the poster is made in which the length and width of the original poster are each increased by 20 % sign. It follows that the length of the copy is the length of the original poster plus 20 % sign of the length of the original poster, which is equivalent to script l + (20) / (100) script l inches. This length can be rewritten as script l + 0.2 script l inches, or 1.2 script l inches. Similarly, the width of the copy is the width of the original poster plus 20 % sign of the width of the original poster, which is equivalent to w + (20) / (100) w inches. This width can be rewritten as w + 0.2 w inches, or 1.2 w inches. Since the area of a rectangle is equal to its length times its width, it follows that the area, in square inches, of the copy is equal to (1.2 script l) (1.2 w), which can be rewritten as (1.2) (1.2) (script l w). Since 360 = script l w, the area, in square inches, of the copy can be found by substituting 360 for script l w in the expression (1.2) (1.2) (script l w), which yields (1.2) (1.2) (360), or 518.4. Therefore, the area of the copy, in square inches, is 518.4.",
+ hasFigure: false,
+ },
+ {
+ id: "899c6042",
+ type: "spr",
+ questionHtml:
+ "A right circular cone has a height of 22 centimeters (cm) and a base with a diameter of 6 cm. The volume of this cone is n π cm³. What is the value of n?",
+ choices: [],
+ correctAnswer: "66",
+ explanation:
+ "The correct answer is 66. It’s given that the right circular cone has a height of 22 centimeters (cm) and a base with a diameter of 6 cm. Since the diameter of the base of the cone is 6 cm, the radius of the base is 3 cm. The volume V, in cm³, of a right circular cone can be found using the formula V = one third π r² h, where h is the height, in cm, and r is the radius, in cm, of the base of the cone. Substituting 22 for h and 3 for r in this formula yields V = one third π (3)² (22), or V = 66 π. Therefore, the volume of the cone is 66 π italic cm³. It’s given that the volume of the cone is n π italic cm³. Therefore, the value of n is 66.",
+ hasFigure: false,
+ },
+ {
+ id: "93de3f84",
+ type: "mcq",
+ questionHtml:
+ "The volume of right circular cylinder A is 22 cubic centimeters. What is the volume, in cubic centimeters, of a right circular cylinder with twice the radius and half the height of cylinder A?",
+ choices: [
+ { label: "A", text: "11" },
+ { label: "B", text: "22" },
+ { label: "C", text: "44" },
+ { label: "D", text: "66" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The volume of right circular cylinder A is given by the expression π r² · h, where r is the radius of its circular base and h is its height. The volume of a cylinder with twice the radius and half the height of cylinder A is given by π · (2 r, ), ² · one half h, which is equivalent to 4 π r² · one half h, and = 2 π r² · h. Therefore, the volume is twice the volume of cylinder A, or 2 · 22 = 44.Choice A is incorrect and likely results from not multiplying the radius of cylinder A by 2. Choice B is incorrect and likely results from not squaring the 2 in 2r when applying the volume formula. Choice D is incorrect and likely results from a conceptual error.",
+ hasFigure: false,
+ },
+ {
+ id: "9966235e",
+ type: "mcq",
+ questionHtml:
+ "A cube has an edge length of 68 inches. A solid sphere with a radius of 34 inches is inside the cube, such that the sphere touches the center of each face of the cube. To the nearest cubic inch, what is the volume of the space in the cube not taken up by the sphere?",
+ choices: [
+ { label: "A", text: "149, 796" },
+ { label: "B", text: "164, 500" },
+ { label: "C", text: "190, 955" },
+ { label: "D", text: "310, 800" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The volume of a cube can be found by using the formula V = s³, where V is the volume and s is the edge length of the cube. Therefore, the volume of the given cube is V = 68³, or 314, 432 cubic inches. The volume of a sphere can be found by using the formula V = four thirds π r³ , where V is the volume and r is the radius of the sphere. Therefore, the volume of the given sphere is V = four thirds π (34)³, or approximately 164, 636 cubic inches. The volume of the space in the cube not taken up by the sphere is the difference between the volume of the cube and volume of the sphere. Subtracting the approximate volume of the sphere from the volume of the cube gives 314, 432 − 164, 636 = 149, 796 cubic inches.
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: "9f934297",
+ type: "spr",
+ questionHtml:
+ "A right rectangular prism has a length of 28 centimeters (cm), a width of 15 cm, and a height of 16 cm. What is the surface area, in cm², of the right rectangular prism?",
+ choices: [],
+ correctAnswer: "2216",
+ explanation:
+ "The correct answer is 2, 216. The surface area of a prism is the sum of the areas of all its faces. A right rectangular prism consists of six rectangular faces, where opposite faces are congruent. It's given that this prism has a length of 28 cm, a width of 15 cm, and a height of 16 cm. Thus, for this prism, there are two faces with area (28) (15) cm², two faces with area (28) (16) cm², and two faces with area (15) (16) cm². Therefore, the surface area, in cm², of the right rectangular prism is 2 (28) (15) + 2 (28) (16) + 2 (15) (16), or 2, 216.",
+ hasFigure: false,
+ },
+ {
+ id: "a07ed090",
+ type: "mcq",
+ questionHtml:
+ "The figure shown is a right circular cylinder with a radius of r and height of h. A second right circular cylinder (not shown) has a volume that is 392 times as large as the volume of the cylinder shown. Which of the following could represent the radius R, in terms of r, and the height H, in terms of h, of the second cylinder?",
+ choices: [
+ {
+ label: "A",
+ text: "R = 8 r and H = 7 h",
+ },
+ {
+ label: "B",
+ text: "R = 8 r and H = 49 h",
+ },
+ {
+ label: "C",
+ text: "R = 7 r and H = 8 h",
+ },
+ {
+ label: "D",
+ text: "R = 49 r and H = 8 h",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The volume of a right circular cylinder is equal to π a² b, where a is the radius of a base of the cylinder and b is the height of the cylinder. It’s given that the cylinder shown has a radius of r and a height of h. It follows that the volume of the cylinder shown is equal to π r² h. It’s given that the second right circular cylinder has a radius of R and a height of H. It follows that the volume of the second cylinder is equal to π R² H. Choice C gives R = 7 r and H = 8 h. Substituting 7 r for R and 8 h for H in the expression that represents the volume of the second cylinder yields π (7 r)² (8 h), or π (49 r²) (8 h), which is equivalent to π (392 r² h), or 392 (π r² h). This expression is equal to 392 times the volume of the cylinder shown, π r² h. Therefore, R = 7 r and H = 8 h could represent the radius R, in terms of r, and the height H, in terms of h, of the second cylinder.
Choice A is incorrect. Substituting 8 r for R and 7 h for H in the expression that represents the volume of the second cylinder yields π (8 r)² (7 h), or π (64 r²) (7 h), which is equivalent to π (448 r² h), or 448 (π r² h). This expression is equal to 448, not 392, times the volume of the cylinder shown.
Choice B is incorrect. Substituting 8 r for R and 49 h for H in the expression that represents the volume of the second cylinder yields π (8 r)² (49 h), or π (64 r²) (49 h), which is equivalent to π (3, 136 r² h), or 3, 136 (π r² h). This expression is equal to 3, 136, not 392, times the volume of the cylinder shown.
Choice D is incorrect. Substituting 49 r for R and 8 h for H in the expression that represents the volume of the second cylinder yields π (49 r)² (8 h), or π (2, 401 r²) (8 h), which is equivalent to π (19, 208 r² h), or 19, 208 (π r² h). This expression is equal to 19, 208, not 392, times the volume of the cylinder shown.",
+ hasFigure: true,
+ figureUrl: "/practice-images/a07ed090_svg1.svg",
+ },
+ {
+ id: "b0dc920d",
+ type: "mcq",
+ questionHtml:
+ "A manufacturer determined that right cylindrical containers with a height that is 4 inches longer than the radius offer the optimal number of containers to be displayed on a shelf. Which of the following expresses the volume, V, in cubic inches, of such containers, where r is the radius, in inches?",
+ choices: [
+ { label: "A", text: "V = 4 π r³" },
+ { label: "B", text: "V = π · (2 r, ), ³" },
+ { label: "C", text: "V = π r² + 4 π r" },
+ { label: "D", text: "V = π r³ + 4 π r²" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The volume, V, of a right cylinder is given by the formula V = π r² · h, where r represents the radius of the base of the cylinder and h represents the height. Since the height is 4 inches longer than the radius, the expression r + 4 represents the height of each cylindrical container. It follows that the volume of each container is represented by the equation V = π r² · (r + 4, ). Distributing the expression π r² into each term in the parentheses yields V = π r³ + 4 π r².Choice A is incorrect and may result from representing the height as 4 r instead of r + 4. Choice B is incorrect and may result from representing the height as 2 r instead of r + 4. Choice C is incorrect and may result from representing the volume of a right cylinder as V = π r h instead of V = π r² · h.",
+ hasFigure: false,
+ },
+ {
+ id: "ba8ca563",
+ type: "spr",
+ questionHtml:
+ "A cube has a volume of 474, 552 cubic units. What is the surface area, in square units, of the cube?",
+ choices: [],
+ correctAnswer: "36504",
+ explanation:
+ "The correct answer is 36, 504. The volume of a cube can be found using the formula V = s³, where s represents the edge length of a cube. It’s given that this cube has a volume of 474, 552 cubic units. Substituting 474, 552 for V in V = s³ yields 474, 552 = s³. Taking the cube root of both sides of this equation yields 78 = s. Thus, the edge length of the cube is 78 units. Since each face of a cube is a square, it follows that each face has an edge length of 78 units. The area of a square can be found using the formula A = s². Substituting 78 for s in this formula yields A = 78², or A = 6, 084. Therefore, the area of one face of this cube is 6, 084 square units. Since a cube has 6 faces, the surface area, in square units, of this cube is 6 (6, 084), or 36, 504.",
+ hasFigure: false,
+ },
+ {
+ id: "dc71597b",
+ type: "mcq",
+ questionHtml:
+ "A right circular cone has a volume of one third, π cubic feet and a height of 9 feet. What is the radius, in feet, of the base of the cone?",
+ choices: [
+ { label: "A", text: "one third" },
+ {
+ label: "B",
+ text: "the fraction 1 over the √ 3, end fraction",
+ },
+ { label: "C", text: "the √ 3" },
+ { label: "D", text: "3" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The equation for the volume of a right circular cone is V = one third π r² · h. It’s given that the volume of the right circular cone is one third π cubic feet and the height is 9 feet. Substituting these values for V and h, respectively, gives one third π = one third π r² · 9. Dividing both sides of the equation by one third π gives 1 = r² · 9. Dividing both sides of the equation by 9 gives one ninth = r². Taking the square root of both sides results in two possible values for the radius, the √ one ninth or the − of the √ one ninth. Since the radius can’t have a negative value, that leaves the √ one ninth as the only possibility. Applying the quotient property of square roots, the √ the fraction a, over b = the fraction the √ a, over the √ b, results in r = the fraction the √ 1 over the √ 9, or r = one third.Choices B and C are incorrect and may result from incorrectly evaluating the √ one ninth. Choice D is incorrect and may result from solving r² = 9 instead of r² = one ninth.",
+ hasFigure: false,
+ },
+ {
+ id: "e5c57163",
+ type: "spr",
+ questionHtml:
+ "Square A has side lengths that are 166 times the side lengths of square B. The area of square A is k times the area of square B. What is the value of k?",
+ choices: [],
+ correctAnswer: "27556",
+ explanation:
+ "The correct answer is 27, 556. The area of a square is s², where s is the side length of the square. Let x represent the length of each side of square B. Substituting x for s in s² yields x². It follows that the area of square B is x². It’s given that square A has side lengths that are 166 times the side lengths of square B. Since x represents the length of each side of square B, the length of each side of square A can be represented by the expression 166 x. It follows that the area of square A is (166 x)², or 27, 556 x². It’s given that the area of square A is k times the area of square B. Since the area of square A is equal to 27, 556 x², and the area of square B is equal to x², an equation representing the given statement is 27, 556 x² = k x². Since x represents the length of each side of square B, the value of x must be positive. Therefore, the value of x² is also positive, so it does not equal 0. Dividing by x² on both sides of the equation 27, 556 x² = k x² yields 27, 556 = k. Therefore, the value of k is 27, 556.",
+ hasFigure: false,
+ },
+ {
+ id: "eb70d2d0",
+ type: "spr",
+ questionHtml:
+ "Moving from left to right, the points have the following coordinates:
(negative 3 comma 4)
(4 comma negative 3)
(5 comma 3)
What is the area, in square units, of the triangle formed by connecting the three points shown?",
+ choices: [],
+ correctAnswer: "24.5, 49/2",
+ explanation:
+ "The correct answer is 24.5. It's given that a triangle is formed by connecting the three points shown, which are (−3, 4), (5, 3), and (4 −3). Let this triangle be triangle A. The area of triangle A can be found by calculating the area of the rectangle that circumscribes it and subtracting the areas of the three triangles that are inside the rectangle but outside triangle A. The rectangle formed by the points (−3, 4), (5, 4), (5 −3), and (−3 −3) circumscribes triangle A. The width, in units, of this rectangle can be found by calculating the distance between the points (5, 4) and (5 −3). This distance is 4 − (−3), or 7. The length, in units, of this rectangle can be found by calculating the distance between the points (5, 4) and (−3, 4). This distance is 5 − (−3), or 8. It follows that the area, in square units, of the rectangle is (7) (8), or 56. One of the triangles that lies inside the rectangle but outside triangle A is formed by the points (−3, 4), (5, 4), and (5, 3). The length, in units, of a base of this triangle can be found by calculating the distance between the points (5, 4) and (5, 3). This distance is 4 − 3, or 1. The corresponding height, in units, of this triangle can be found by calculating the distance between the points (5, 4) and (−3, 4). This distance is 5 − (−3), or 8. It follows that the area, in square units, of this triangle is one half (8) (1), or 4. A second triangle that lies inside the rectangle but outside triangle A is formed by the points (4 −3), (5, 3), and (5 −3). The length, in units, of a base of this triangle can be found by calculating the distance between the points (5, 3) and (5 −3). This distance is 3 − (−3) , or 6. The corresponding height, in units, of this triangle can be found by calculating the distance between the points (5 −3) and (4 −3). This distance is 5 − 4, or 1. It follows that the area, in square units, of this triangle is one half (1) (6), or 3. The third triangle that lies inside the rectangle but outside triangle A is formed by the points (−3, 4), (−3 −3), and (4 −3). The length, in units, of a base of this triangle can be found by calculating the distance between the points (4 −3) and (−3 −3). This distance is 4 − (−3), or 7. The corresponding height, in units, of this triangle can be found by calculating the distance between the points (−3, 4) and (−3 −3). This distance is 4 − (−3), or 7. It follows that the area, in square units, of this triangle is one half (7) (7), or 24.5. Thus, the area, in square units, of the triangle formed by connecting the three points shown is 56 − 4 − 3 − 24.5, or 24.5. Note that 24.5 and 49/2 are examples of ways to enter a correct answer.",
+ hasFigure: true,
+ figureUrl: "/practice-images/eb70d2d0_svg1.svg",
+ },
+ {
+ id: "f243c383",
+ type: "mcq",
+ questionHtml:
+ "Two identical rectangular prisms each have a height of 90 centimeters (cm). The base of each prism is a square, and the surface area of each prism is K cm². If the prisms are glued together along a square base, the resulting prism has a surface area of (92) / (47) K cm². What is the side length, in cm, of each square base?",
+ choices: [
+ { label: "A", text: "4" },
+ { label: "B", text: "8" },
+ { label: "C", text: "9" },
+ { label: "D", text: "16" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Let x represent the side length, in cm, of each square base. If the two prisms are glued together along a square base, the resulting prism has a surface area equal to twice the surface area of one of the prisms, minus the area of the two square bases that are being glued together, which yields 2 K − 2 x² cm² . It’s given that this resulting surface area is equal to (92) / (47) K cm², so 2 K − 2 x² = (92) / (47) K. Subtracting (92) / (47) K from both sides of this equation yields 2 K − (92) / (47) K − 2 x² = 0. This equation can be rewritten by multiplying 2 K on the left-hand side by (47) / (47), which yields (94) / (47) K − (92) / (47) K − 2 x² = 0, or two forty sevenths K − 2 x² = 0. Adding 2 x² to both sides of this equation yields two forty sevenths K = 2 x². Multiplying both sides of this equation by (47) / (2) yields K = 47 x². The surface area K, in cm², of each rectangular prism is equivalent to the sum of the areas of the two square bases and the areas of the four lateral faces. Since the height of each rectangular prism is 90 cm and the side length of each square base is x cm, it follows that the area of each square base is x² cm² and the area of each lateral face is 90 x cm². Therefore, the surface area of each rectangular prism can be represented by the expression 2 x² + 4 (90 x), or 2 x² + 360 x. Substituting this expression for K in the equation K = 47 x² yields 2 x² + 360 x = 47 x². Subtracting 2 x² and 360 x from both sides of this equation yields 0 = 45 x² − 360 x. Factoring x from the right-hand side of this equation yields 0 = x (45 x − 360). Applying the zero product property, it follows that x = 0 and 45 x − 360 = 0. Adding 360 to both sides of the equation 45 x − 360 = 0 yields 45 x = 360. Dividing both sides of this equation by 45 yields x = 8. Since a side length of a rectangular prism can’t be 0, the length of each square base is 8 cm.
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: "f329442c",
+ type: "mcq",
+ questionHtml:
+ "Circle A has a radius of 3 n and circle B has a radius of 129 n, where n is a positive constant. The area of circle B is how many times the area of circle A?",
+ choices: [
+ { label: "A", text: "43" },
+ { label: "B", text: "86" },
+ { label: "C", text: "129" },
+ { label: "D", text: "1, 849" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The area of a circle can be found by using the formula A = π r², where A is the area and r is the radius of the circle. It’s given that the radius of circle A is 3 n. Substituting this value for r into the formula A = π r² gives A = π (3 n)², or 9 π n². It’s also given that the radius of circle B is 129 n. Substituting this value for r into the formula A = π r² gives A = π (129 n)², or 16, 641 π n². Dividing the area of circle B by the area of circle A gives (16, 641 π n²) / (9 π n²), which simplifies to 1, 849. Therefore, the area of circle B is 1, 849 times the area of circle A.
Choice A is incorrect. This is how many times greater the radius of circle B is than the radius of circle A.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the coefficient on the term that describes the radius of circle B.",
+ hasFigure: false,
+ },
+ {
+ id: "f7e626b2",
+ type: "mcq",
+ questionHtml:
+ "The dimensions of a right rectangular prism are 4 inches by 5 inches by 6 inches. What is the surface area, in square inches, of the prism?",
+ choices: [
+ { label: "A", text: "30" },
+ { label: "B", text: "74" },
+ { label: "C", text: "120" },
+ { label: "D", text: "148" },
+ ],
+ correctAnswer: "",
+ explanation:
+ "Choice D is correct. The surface area is found by summing the area of each face. A right rectangular prism consists of three pairs of congruent rectangles, so the surface area is found by multiplying the areas of three adjacent rectangles by 2 and adding these products. For this prism, the surface area is equal to 2 · (4 · 5, ) + 2 · (5 · 6, ) + 2 · (4 · 6, ), or 2 · 20 + 2 · 30 + 2 · 24, which is equal to 148.Choice A is incorrect. This is the area of one of the faces of the prism. Choice B is incorrect and may result from adding the areas of three adjacent rectangles without multiplying by 2. Choice C is incorrect. This is the volume, in cubic inches, of the prism.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/circles.ts b/src/data/math/circles.ts
new file mode 100644
index 0000000..aab71ac
--- /dev/null
+++ b/src/data/math/circles.ts
@@ -0,0 +1,424 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const CIRCLES_EASY: PracticeQuestion[] = [
+ {
+ id: "23c5fcce",
+ type: "mcq",
+ questionHtml:
+ "The circle above with center O has a circumference of 36. What is the length of minor arc A, C?",
+ choices: [
+ { label: "A", text: "9" },
+ { label: "B", text: "12" },
+ { label: "C", text: "18" },
+ { label: "D", text: "36" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. A circle has 360 degrees of arc. In the circle shown, O is the center of the circle and angle A, O C is a central angle of the circle. From the figure, the two diameters that meet to form angle A, O C are perpendicular, so the measure of angle A, O C is 90 °. Therefore, the length of minor arc A, C is the fraction 90 over 360 of the circumference of the circle. Since the circumference of the circle is 36, the length of minor arc A, C is the fraction 90 over 360, end fraction · 36 = 9.Choices B, C, and D are incorrect. The perpendicular diameters divide the circumference of the circle into four equal arcs; therefore, minor arc A, C is one fourth of the circumference. However, the lengths in choices B and C are, respectively, one third and one half the circumference of the circle, and the length in choice D is the length of the entire circumference. None of these lengths is one fourth the circumference.",
+ hasFigure: true,
+ figureUrl: "/practice-images/23c5fcce_img1.png",
+ },
+];
+
+export const CIRCLES_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "0815a5af",
+ type: "mcq",
+ questionHtml:
+ "The center of the circle is point upper O.
Points upper S, upper R, upper Q, and upper P are on the circle.
Line segment upper P upper R is a diameter of the circle.
Line segment upper Q upper S is a diameter of the circle.
Diameters upper P upper R and upper Q upper S intersect at point upper O.
A note indicates the figure is not drawn to scale.
The circle shown has center O, circumference 144 π, and diameters P R and Q S. The length of arc P S is twice the length of arc P Q. What is the length of arc Q R?",
+ choices: [
+ { label: "A", text: "24 π" },
+ { label: "B", text: "48 π" },
+ { label: "C", text: "72 π" },
+ { label: "D", text: "96 π" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since P R and Q S are diameters of the circle shown, O S, O R, O P, and O Q are radii of the circle and are therefore congruent. Since angle S O P and angle R O Q are vertical angles, they are congruent. Therefore, arc P S and arc Q R are formed by congruent radii and have the same angle measure, so they are congruent arcs. Similarly, angle S O R and angle P O Q are vertical angles, so they are congruent. Therefore, arc S R and arc P Q are formed by congruent radii and have the same angle measure, so they are congruent arcs. Let x represent the length of arc S R. Since arc S R and arc P Q are congruent arcs, the length of arc P Q can also be represented by x. It’s given that the length of arc P S is twice the length of arc P Q. Therefore, the length of arc P S can be represented by the expression 2 x. Since arc P S and arc Q R are congruent arcs, the length of arc Q R can also be represented by 2 x. This gives the expression x + x + 2 x + 2 x. Since it's given that the circumference is 144 π, the expression x + x + 2 x + 2 x is equal to 144 π. Thus x + x + 2 x + 2 x = 144 π, or 6 x = 144 π. Dividing both sides of this equation by 6 yields x = 24 π. Therefore, the length of arc Q R is 2 (24 π), or 48 π.
Choice A is incorrect. This is the length of arc P Q, not arc Q R.
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: true,
+ figureUrl: "/practice-images/0815a5af_svg1.svg",
+ },
+ {
+ id: "74d8b897",
+ type: "spr",
+ questionHtml:
+ "An angle has a measure of (9 π) / (20) radians. What is the measure of the angle in degrees?",
+ choices: [],
+ correctAnswer: "81",
+ explanation:
+ "The correct answer is 81. The measure of an angle, in degrees, can be found by multiplying its measure, in radians, by (180 °) / (π radians). Multiplying the given angle measure, (9 π) / (20) radians, by (180 °) / (π radians) yields ((9 π) / (20) radians) ((180 °) / (π radians)), which is equivalent to 81 degrees.",
+ hasFigure: false,
+ },
+ {
+ id: "82c8325f",
+ type: "mcq",
+ questionHtml:
+ "A circle in the xy-plane has its center at (−4, 5) and the point (−8, 8) lies on the circle. Which equation represents this circle?",
+ choices: [
+ { label: "A", text: "(x − 4)² + (y + 5)² = 5" },
+ { label: "B", text: "(x + 4)² + (y − 5)² = 5" },
+ { label: "C", text: "(x − 4)² + (y + 5)² = 25" },
+ { label: "D", text: "(x + 4)² + (y − 5)² = 25" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. A circle in the xy-plane can be represented by an equation of the form (x − h)² + (y − k)² = r², where (h, k) is the center of the circle and r is the length of a radius of the circle. It's given that the circle has its center at (−4, 5). Therefore, h = −4 and k = 5. Substituting −4 for h and 5 for k in the equation (x − h)² + (y − k)² = r² yields (x − (−4))² + (y − 5)² = r², or (x + 4)² + (y − 5)² = r². It's also given that the point (−8, 8) lies on the circle. Substituting −8 for x and 8 for y in the equation (x + 4)² + (y − 5)² = r² yields (−8 + 4)² + (8 − 5)² = r², or (−4)² + (3)² = r², which is equivalent to 16 + 9 = r², or 25 = r². Substituting 25 for r² in the equation (x + 4)² + (y − 5)² = r² yields (x + 4)² + (y − 5)² = 25. Thus, the equation (x + 4)² + (y − 5)² = 25 represents the circle.
Choice A is incorrect. The circle represented by this equation has its center at (4 −5), not (−4, 5), and the point (−8, 8) doesn't lie on the circle.
Choice B is incorrect. The point (−8, 8) doesn't lie on the circle represented by this equation.
Choice C is incorrect. The circle represented by this equation has its center at (4 −5), not (−4, 5), and the point (−8, 8) doesn't lie on the circle.",
+ hasFigure: false,
+ },
+ {
+ id: "856372ca",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, a circle with radius 5 has center with coordinates − 8, 6. Which of the following is an equation of the circle?",
+ choices: [
+ { label: "A", text: "(x − 8, ), ² + (y + 6, ), ² = 25" },
+ { label: "B", text: "(x + 8, ), ² + (y − 6, ), ² = 25" },
+ { label: "C", text: "(x − 8, ), ² + (y + 6, ), ² = 5" },
+ { label: "D", text: "(x + 8, ), ² + (y − 6, ), ² = 5" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. An equation of a circle is (x − h, ), ² + (y − k, ), ² = r², where the center of the circle is h, k and the radius is r. It’s given that the center of this circle is −8, 6 and the radius is 5. Substituting these values into the equation gives (x − −8, ), ² + (y − 6, ), ² = 5², or (x + 8, ), ² + (y − 6, ), ² = 25.Choice A is incorrect. This is an equation of a circle that has center 8 −6. Choice C is incorrect. This is an equation of a circle that has center 8 −6 and radius the √ 5. Choice D is incorrect. This is an equation of a circle that has radius the √ 5.",
+ hasFigure: false,
+ },
+ {
+ id: "8e7689e0",
+ type: "spr",
+ questionHtml:
+ "The number of radians in a 720-degree angle can be written as a · π, where a is a constant. What is the value of a ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 4. There are π radians in a 180 ° angle. An angle measure of 720 ° is 4 times greater than an angle measure of 180 °. Therefore, the number of radians in a 720 ° angle is 4 π.",
+ hasFigure: false,
+ },
+ {
+ id: "95ba2d09",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane above, points P, Q, R, and T lie on the circle with center O. The degree measures of angles P O Q and R O T are each 30°. What is the radian measure of angle Q O R ?",
+ choices: [
+ { label: "A", text: "five sixths, π" },
+ { label: "B", text: "three fourths, π" },
+ { label: "C", text: "two thirds, π" },
+ { label: "D", text: "one third, π" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Because points T, O, and P all lie on the x-axis, they form a line. Since the angles on a line add up to 180 °, and it’s given that angles POQ and ROT each measure 30 °, it follows that the measure of angle QOR is 180 ° − 30 ° − 30 ° = 120 °. Since the arc of a complete circle is 360 ° or 2 π radians, a proportion can be set up to convert the measure of angle QOR from degrees to radians: the fraction 360 ° over 2 π radians = the fraction 120 ° over x radians, where x is the radian measure of angle QOR. Multiplying each side of the proportion by 2 π x gives 360 x = 240 π. Solving for x gives the fraction 240 over 360 · π, or two thirds π.Choice A is incorrect and may result from subtracting only angle POQ from 180 °to get a value of 150 °and then finding the radian measure equivalent to that value. Choice B is incorrect and may result from a calculation error. Choice D is incorrect and may result from calculating the sum of the angle measures, in radians, of angles POQ and ROT.",
+ hasFigure: true,
+ figureUrl: "/practice-images/95ba2d09_img1.png",
+ },
+ {
+ id: "a0cacec1",
+ type: "spr",
+ questionHtml:
+ "An angle has a measure of (16 π) / (15) radians. What is the measure of the angle, in degrees?",
+ choices: [],
+ correctAnswer: "192",
+ explanation:
+ "The correct answer is 192. The measure of an angle, in degrees, can be found by multiplying its measure, in radians, by (180 °) / (π radians). Multiplying the given angle measure, (16 π) / (15) radians, by (180 °) / (π radians) yields ((16 π) / (15) radians) ((180 °) / (π r a d i a n s)), which simplifies to 192 degrees.",
+ hasFigure: false,
+ },
+ {
+ id: "f1c1e971",
+ type: "mcq",
+ questionHtml:
+ "The measure of angle R is (2 π) / (3) radians. The measure of angle T is (5 π) / (12) radians greater than the measure of angle R. What is the measure of angle T, in degrees?",
+ choices: [
+ { label: "A", text: "75" },
+ { label: "B", text: "120" },
+ { label: "C", text: "195" },
+ { label: "D", text: "390" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that the measure of angle R is (2 π) / (3) radians, and the measure of angle T is (5 π) / (12) radians greater than the measure of angle R. Therefore, the measure of angle T is equal to (2 π) / (3) + (5 π) / (12) radians. Multiplying (2 π) / (3) by four fourths to get a common denominator with (5 π) / (12) yields (8 π) / (12). Therefore, (2 π) / (3) + (5 π) / (12) is equivalent to (8 π) / (12) + (5 π) / (12), or (13 π) / (12). Therefore, the measure of angle T is (13 π) / (12) radians. The measure of angle T, in degrees, can be found by multiplying its measure, in radians, by (180) / (π). This yields (13 π) / (12) · (180) / (π), which is equivalent to 195 degrees. Therefore, the measure of angle T is 195 degrees.
Choice A is incorrect. This is the number of degrees that the measure of angle T is greater than the measure of angle R.
Choice B is incorrect. This is the measure of angle R, in degrees.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+];
+
+export const CIRCLES_HARD: PracticeQuestion[] = [
+ {
+ id: "2266984b",
+ type: "mcq",
+ questionHtml:
+ "The equation above defines a circle in the xy-plane. What are the coordinates of the center of the circle?",
+ choices: [
+ { label: "A", text: "−20 −16" },
+ { label: "B", text: "−10 −8" },
+ { label: "C", text: "10, 8" },
+ { label: "D", text: "20, 16" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The standard equation of a circle in the xy-plane is of the form (x − h, ), ² + (y − k, ), ² = r², where the ordered pair h, k are the coordinates of the center of the circle and r is the radius. The given equation can be rewritten in standard form by completing the squares. So the sum of the first two terms, x² + 20 x, needs a 100 to complete the square, and the sum of the second two terms, y² + 16 y, needs a 64 to complete the square. Adding 100 and 64 to both sides of the given equation yields (x² + 20 x + 100, ) + (y² + 16 y + 64, ) = −20 + 100 + 64, which is equivalent to (x + 10, ), ² + (y + 8, ), ² = 144. Therefore, the coordinates of the center of the circle are −10 −8.Choices A, C, and D are incorrect and may result from computational errors made when attempting to complete the squares or when identifying the coordinates of the center.",
+ hasFigure: false,
+ },
+ {
+ id: "249d3f80",
+ type: "spr",
+ questionHtml:
+ "Point O is the center of a circle. The measure of arc R S on this circle is 100 °. What is the measure, in degrees, of its associated angle R O S?",
+ choices: [],
+ correctAnswer: "100",
+ explanation:
+ "The correct answer is 100. It's given that point O is the center of a circle and the measure of arc R S on the circle is 100 °. It follows that points R and S lie on the circle. Therefore, ModifyingAbove O R With bar and ModifyingAbove O S With bar are radii of the circle. A central angle is an angle formed by two radii of a circle, with its vertex at the center of the circle. Therefore, angle R O S is a central angle. Because the degree measure of an arc is equal to the measure of its associated central angle, it follows that the measure, in degrees, of angle R O S is 100.",
+ hasFigure: false,
+ },
+ {
+ id: "24cec8d1",
+ type: "spr",
+ questionHtml:
+ "A circle has center O, and points R and S lie on the circle. In triangle O R S, the measure of angle R O S is 88 °. What is the measure of angle R S O, in degrees? (Disregard the degree symbol when entering your answer.)",
+ choices: [],
+ correctAnswer: "46",
+ explanation:
+ "The correct answer is 46. It's given that O is the center of a circle and that points R and S lie on the circle. Therefore, ModifyingAbove O R With bar and ModifyingAbove O S With bar are radii of the circle. It follows that O R = O S. If two sides of a triangle are congruent, then the angles opposite them are congruent. It follows that the angles angle R S O and angle O R S, which are across from the sides of equal length, are congruent. Let x ° represent the measure of angle R S O. It follows that the measure of angle O R S is also x °. It's given that the measure of angle R O S is 88 °. Because the sum of the measures of the interior angles of a triangle is 180 °, the equation x ° + x ° + 88 ° = 180 °, or 2 x + 88 = 180, can be used to find the measure of angle R S O. Subtracting 88 from both sides of this equation yields 2 x = 92. Dividing both sides of this equation by 2 yields x = 46. Therefore, the measure of angle R S O, in degrees, is 46.",
+ hasFigure: false,
+ },
+ {
+ id: "3e577e4a",
+ type: "mcq",
+ questionHtml:
+ "A circle in the xy-plane has its center at (−4 −6). Line k is tangent to this circle at the point (−7 −7). What is the slope of line k?",
+ choices: [
+ { label: "A", text: "−3" },
+ { label: "B", text: "−one third" },
+ { label: "C", text: "one third" },
+ { label: "D", text: "3" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. A line that's tangent to a circle is perpendicular to the radius of the circle at the point of tangency. It's given that the circle has its center at (−4 −6) and line k is tangent to the circle at the point (−7 −7). The slope of a radius defined by the points (q, r) and (s, t) can be calculated as (t − r) / (s − q). The points (−7 −7) and (−4 −6) define the radius of the circle at the point of tangency. Therefore, the slope of this radius can be calculated as ((−6) − (−7)) / ((−4) − (−7)), or one third. If a line and a radius are perpendicular, the slope of the line must be the negative reciprocal of the slope of the radius. The negative reciprocal of one third is −3. Thus, the slope of line k is −3.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the slope of the radius of the circle at the point of tangency, not the slope of line k.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "69b0d79d",
+ type: "mcq",
+ questionHtml:
+ "Point O is the center of the circle above, and the measure of angle O A, B is 30 °. If the length of O C is 18, what is the length of arc A, B?",
+ choices: [
+ { label: "A", text: "9 π" },
+ { label: "B", text: "12 π" },
+ { label: "C", text: "15 π" },
+ { label: "D", text: "18 π" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Because segments OA and OB are radii of the circle centered at point O, these segments have equal lengths. Therefore, triangle AOB is an isosceles triangle, where angles OAB and OBA are congruent base angles of the triangle. It’s given that angle OAB measures 30 °. Therefore, angle OBA also measures 30 °. Let x ° represent the measure of angle AOB. Since the sum of the measures of the three angles of any triangle is 180 °, it follows that 30 ° + 30 ° + x ° = 180 °, or 60 ° + x ° = 180 °. Subtracting 60 ° from both sides of this equation yields x ° = 120 °, or the fraction 2 π over 3 radians. Therefore, the measure of angle AOB, and thus the measure of arc A, B, is the fraction 2 π over 3 radians. Since the O C is a radius of the given circle and its length is 18, the length of the radius of the circle is 18. Therefore, the length of arc A, B can be calculated as the fraction 2 π over 3, end fraction · 18, or 12 π.Choices A, C, and D are incorrect and may result from conceptual or computational errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/69b0d79d_img1.png",
+ },
+ {
+ id: "76c73dbf",
+ type: "spr",
+ questionHtml:
+ "The graph of x² + x + y² + y = (199) / (2) in the xy-plane is a circle. What is the length of the circle’s radius?",
+ choices: [],
+ correctAnswer: "10",
+ explanation:
+ "The correct answer is 10. It's given that the graph of x² + x + y² + y = (199) / (2) in the xy-plane is a circle. The equation of a circle in the xy-plane can be written in the form (x − h)² + (y − k)² = r², where the coordinates of the center of the circle are (h, k) and the length of the radius of the circle is r. The term (x − h)² in this equation can be obtained by adding the square of half the coefficient of x to both sides of the given equation to complete the square. The coefficient of x is 1. Half the coefficient of x is one half. The square of half the coefficient of x is one fourth. Adding one fourth to each side of (x² + x) + (y² + y) = (199) / (2) yields (x² + x + one fourth) + (y² + y) = (199) / (2) + one fourth, or (x + one half)² + (y² + y) = (199) / (2) + one fourth. Similarly, the term (y − k)² can be obtained by adding the square of half the coefficient of y to both sides of this equation, which yields (x + one half)² + (y² + y + one fourth) = (199) / (2) + one fourth + one fourth, or (x + one half)² + (y + one half)² = (199) / (2) + one fourth + one fourth. This equation is equivalent to (x + one half)² + (y + one half)² = 100, or (x + one half)² + (y + one half)² = 10². Therefore, the length of the circle's radius is 10.",
+ hasFigure: false,
+ },
+ {
+ id: "89661424",
+ type: "spr",
+ questionHtml:
+ "A circle in the xy-plane has its center at (−5, 2) and has a radius of 9. An equation of this circle is x² + y² + a x + b y + c = 0, where a, b, and c are constants. What is the value of c?",
+ choices: [],
+ correctAnswer: "-52",
+ explanation:
+ "The correct answer is −52. The equation of a circle in the xy-plane with its center at (h, k) and a radius of r can be written in the form (x − h)² + (y − k)² = r². It's given that a circle in the xy-plane has its center at (−5, 2) and has a radius of 9. Substituting −5 for h, 2 for k, and 9 for r in the equation (x − h)² + (y − k)² = r² yields (x − (−5))² + (y − 2)² = 9², or (x + 5)² + (y − 2)² = 81. It's also given that an equation of this circle is x² + y² + a x + b y + c = 0, where a, b, and c are constants. Therefore, (x + 5)² + (y − 2)² = 81 can be rewritten in the form x² + y² + a x + b y + c = 0. The equation (x + 5)² + (y − 2)² = 81, or (x + 5) (x + 5) + (y − 2) (y − 2) = 81, can be rewritten as x² + 5 x + 5 x + 25 + y² − 2 y − 2 y + 4 = 81. Combining like terms on the left-hand side of this equation yields x² + y² + 10 x − 4 y + 29 = 81. Subtracting 81 from both sides of this equation yields x² + y² + 10 x − 4 y − 52 = 0, which is equivalent to x² + y² + 10 x + (−4) y + (−52) = 0. This equation is in the form x² + y² + a x + b y + c = 0. Therefore, the value of c is −52.",
+ hasFigure: false,
+ },
+ {
+ id: "981275d2",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, the graph of the equation above is a circle. Point P is on the circle and has coordinates 10 −5. If P Q is a diameter of the circle, what are the coordinates of point Q ?",
+ choices: [
+ { label: "A", text: "2 −5" },
+ { label: "B", text: "6 −1" },
+ { label: "C", text: "6 −5" },
+ { label: "D", text: "6 −9" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The standard form for the equation of a circle is (x − h, ), ² + (y − k, ), ² = r², where the ordered pair h, k are the coordinates of the center and r is the length of the radius. According to the given equation, the center of the circle is 6 −5. Let x sub 1, y sub 1 represent the coordinates of point Q. Since point P 10 −5 and point Q x sub 1, y sub 1 are the endpoints of a diameter of the circle, the center with coordinates 6 −5 lies on the diameter, halfway between P and Q. Therefore, the following relationships hold: the fraction with numerator x sub 1 + 10, and denominator 2 = 6 and the fraction with numerator y sub 1 + −5, and denominator 2 = −5. Solving the equations for x sub 1 and y sub 1, respectively, yields x sub 1 = 2 and y sub 1 = −5. Therefore, the coordinates of point Q are 2 −5.Alternate approach: Since point P 10 −5 on the circle and the center of the circle 6 −5 have the same y-coordinate, it follows that the radius of the circle is 10 − 6 = 4. In addition, the opposite end of the diameter P Q must have the same y-coordinate as P and be 4 units away from the center. Hence, the coordinates of point Q must be 2 −5.
Choices B and D are incorrect because the points given in these choices lie on a diameter that is perpendicular to the diameter P Q. If either of these points were point Q, then P Q would not be the diameter of the circle. Choice C is incorrect because 6 −5 is the center of the circle and does not lie on the circle.",
+ hasFigure: false,
+ },
+ {
+ id: "9acd101f",
+ type: "mcq",
+ questionHtml:
+ "The equation x² + (y − 1)² = 49 represents circle A. Circle B is obtained by shifting circle A down 2 units in the xy-plane. Which of the following equations represents circle B?",
+ choices: [
+ { label: "A", text: "(x − 2)² + (y − 1)² = 49" },
+ { label: "B", text: "x² + (y − 3)² = 49" },
+ { label: "C", text: "(x + 2)² + (y − 1)² = 49" },
+ { label: "D", text: "x² + (y + 1)² = 49" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The graph in the xy-plane of an equation of the form (x − h)² + (y − k)² = r² is a circle with center (h, k) and a radius of length r. It's given that circle A is represented by x² + (y − 1)² = 49, which can be rewritten as x² + (y − 1)² = 7². Therefore, circle A has center (0, 1) and a radius of length 7. Shifting circle A down two units is a rigid vertical translation of circle A that does not change its size or shape. Since circle B is obtained by shifting circle A down two units, it follows that circle B has the same radius as circle A, and for each point (x, y) on circle A, the point (x, y − 2) lies on circle B. Moreover, if (h, k) is the center of circle A, then (h, k − 2) is the center of circle B. Therefore, circle B has a radius of 7 and the center of circle B is (0, 1 − 2), or (0 −1). Thus, circle B can be represented by the equation x² + (y + 1)² = 7², or x² + (y + 1)² = 49.
Choice A is incorrect. This is the equation of a circle obtained by shifting circle A right 2 units.
Choice B is incorrect. This is the equation of a circle obtained by shifting circle A up 2 units.
Choice C is incorrect. This is the equation of a circle obtained by shifting circle A left 2 units.",
+ hasFigure: false,
+ },
+ {
+ id: "9d159400",
+ type: "mcq",
+ questionHtml:
+ "Which of the following equations represents a circle in the xy-plane that intersects the y-axis at exactly one point?",
+ choices: [
+ { label: "A", text: "(x − 8)² + (y − 8)² = 16" },
+ { label: "B", text: "(x − 8)² + (y − 4)² = 16" },
+ { label: "C", text: "(x − 4)² + (y − 9)² = 16" },
+ { label: "D", text: "x² + (y − 9)² = 16" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The graph of the equation (x − h)² + (y − k)² = r² in the xy-plane is a circle with center (h, k) and a radius of length r. The radius of a circle is the distance from the center of the circle to any point on the circle. If a circle in the xy-plane intersects the y-axis at exactly one point, then the perpendicular distance from the center of the circle to this point on the y-axis must be equal to the length of the circle's radius. It follows that the x-coordinate of the circle's center must be equivalent to the length of the circle's radius. In other words, if the graph of (x − h)² + (y − k)² = r² is a circle that intersects the y-axis at exactly one point, then r = |h| must be true. The equation in choice C is (x − 4)² + (y − 9)² = 16, or (x − 4)² + (y − 9)² = 4². This equation is in the form (x − h)² + (y − k)² = r², where h = 4, k = 9, and r = 4, and represents a circle in the xy-plane with center (4, 9) and radius of length 4. Substituting 4 for r and 4 for h in the equation r = |h| yields 4 = |4|, or 4 = 4, which is true. Therefore, the equation in choice C represents a circle in the xy-plane that intersects the y-axis at exactly one point.
Choice A is incorrect. This is the equation of a circle that does not intersect the y-axis at any point.
Choice B is incorrect. This is an equation of a circle that intersects the x-axis, not the y-axis, at exactly one point.
Choice D is incorrect. This is the equation of a circle with the center located on the y-axis and thus intersects the y-axis at exactly two points, not exactly one point.",
+ hasFigure: false,
+ },
+ {
+ id: "9e44284b",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, the graph of 2 x² − 6 x + 2 y² + 2 y = 45 is a circle. What is the radius of the circle?",
+ choices: [
+ { label: "A", text: "5" },
+ { label: "B", text: "6.5" },
+ { label: "C", text: "√ 40" },
+ { label: "D", text: "√ 50" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. One way to find the radius of the circle is to rewrite the given equation in standard form, (x − h, ), ² + (y − k, ), ² = r², where the ordered pair h, k is the center of the circle and the radius of the circle is r. To do this, divide the original equation, 2 x² − 6 x + 2 y² + 2 y = 45, by 2 to make the leading coefficients of x² and y² each equal to 1: as follows: x² − 3 x + y² + y = 22 . 5. Then complete the square to put the equation in standard form. To do so, first rewrite x² − 3 x + y² + y = 22 . 5 as (x² − 3 x + 2 . 2 5, ) − 2 . 2 5 + (y² + y + 0 . 2 5, ) − 0 . 2 5 = 22 . 5. Second, add 2.25 and 0.25 to both sides of the equation: (x² − 3 x + 2 . 2 5, ) + (y² + y + 0 . 2 5, ) = 25. Since x² − 3 x + 2 . 2 5 = (x − 1 . 5, ), ², y² + y + 0 . 2 5 = (y + 0 . 5, ), ², and 25 = 5², it follows that (x − 1 . 5, ), ² + (y + 0 . 5, ), ² = 5². Therefore, the radius of the circle is 5.Choices B, C, and D are incorrect and may be the result of errors in manipulating the equation or of a misconception about the standard form of the equation of a circle in the xy-plane.",
+ hasFigure: false,
+ },
+ {
+ id: "ab176ad6",
+ type: "spr",
+ questionHtml:
+ "The equation (x + 6, ), ² + (y + 3, ), ² = 121 defines a circle in the xy‑plane. What is the radius of the circle?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 11. A circle with equation (x − a, ), ² + (y − b, ), ² = r², where a, b, and r are constants, has center with coordinates a, , b and radius r. Therefore, the radius of the given circle is the √ 121, or 11.",
+ hasFigure: false,
+ },
+ {
+ id: "acd30391",
+ type: "mcq",
+ questionHtml:
+ "A circle in the xy-plane has equation (x + 3, ), ² + (y − 1, ), ² = 25. Which of the following points does NOT lie in the interior of the circle?",
+ choices: [
+ { label: "A", text: "−7, 3" },
+ { label: "B", text: "−3, 1" },
+ { label: "C", text: "zero, zero" },
+ { label: "D", text: "3, 2" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The circle with equation (x + 3, ), ² + (y − 1, ), ² = 25 has center with coordinates − 3, 1 and radius 5. For a point to be inside of the circle, the distance from that point to the center must be less than the radius, 5. The distance between 3, 2 and −3, 1 is the √, (−3 − 3, ), ² + (1 − 2, ), ², end root = the √, (−6, ), ² + (−1, ), ², end root, which = the √ 37, which is greater than 5. Therefore, 3, 2 does NOT lie in the interior of the circle.Choice A is incorrect. The distance between −7, 3 and −3, 1 is the √, (−7 + 3, ), ² + (3 − 1, ), ², end root = the √, (−4, ), ² + (2, ), ², end root, which = the √ 20, which is less than 5, and therefore −7, 3 lies in the interior of the circle. Choice B is incorrect because it is the center of the circle. Choice C is incorrect because the distance between 0, 0 and −3, 1 is the √, (0 + 3, ), ² + (0 − 1, ), ², end root = the √, (3, ), ² + (1, ), ², end root, which = the √ 8, which is less than 5, and therefore 0, 0 in the interior of the circle.",
+ hasFigure: false,
+ },
+ {
+ id: "b0a72bdc",
+ type: "mcq",
+ questionHtml:
+ "What is the diameter of the circle in the xy-plane with equation (x − 5)² + (y − 3)² = 16?",
+ choices: [
+ { label: "A", text: "4" },
+ { label: "B", text: "8" },
+ { label: "C", text: "16" },
+ { label: "D", text: "32" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The standard form of an equation of a circle in the xy-plane is (x − h)² + (y − k)² = r², where the coordinates of the center of the circle are (h, k) and the length of the radius of the circle is r. For the circle in the xy-plane with equation (x − 5)² + (y − 3)² = 16, it follows that r² = 16. Taking the square root of both sides of this equation yields r = 4 or r = −4. Because r represents the length of the radius of the circle and this length must be positive, r = 4. Therefore, the radius of the circle is 4. The diameter of a circle is twice the length of the radius of the circle. Thus, 2 (4) yields 8. Therefore, the diameter of the circle is 8.
Choice A is incorrect. This is the radius of the circle.
Choice C is incorrect. This is the square of the radius of the circle.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "b8a225ff",
+ type: "spr",
+ questionHtml:
+ "Circle A in the xy-plane has the equation (x + 5)² + (y − 5)² = 4. Circle B has the same center as circle A. The radius of circle B is two times the radius of circle A. The equation defining circle B in the xy-plane is (x + 5)² + (y − 5)² = k, where k is a constant. What is the value of k?",
+ choices: [],
+ correctAnswer: "16",
+ explanation:
+ "The correct answer is 16. An equation of a circle in the xy-plane can be written as (x − t)² + (y − u)² = r², where the center of the circle is (t, u) , the radius of the circle is r, and where t, u, and r are constants. It’s given that the equation of circle A is (x + 5)² + (y − 5)² = 4, which is equivalent to (x + 5)² + (y − 5)² = 2². Therefore, the center of circle A is (−5, 5) and the radius of circle A is 2. It’s given that circle B has the same center as circle A and that the radius of circle B is two times the radius of circle A. Therefore, the center of circle B is (−5, 5) and the radius of circle B is 2 (2), or 4. Substituting −5 for t, 5 for u, and 4 for r into the equation (x − t)² + (y − u)² = r² yields (x + 5)² + (y − 5)² = 4², which is equivalent to (x + 5)² + (y − 5)² = 16. It follows that the equation of circle B in the xy-plane is (x + 5)² + (y − 5)² = 16. Therefore, the value of k is 16.",
+ hasFigure: false,
+ },
+ {
+ id: "c8345903",
+ type: "mcq",
+ questionHtml:
+ "The circle above has center O, the length of arc A, D C is 5 π, and x = 100. What is the length of arc A, B C ?",
+ choices: [
+ { label: "A", text: "9 π" },
+ { label: "B", text: "13 π" },
+ { label: "C", text: "18 π" },
+ { label: "D", text: "13 halves π" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The ratio of the lengths of two arcs of a circle is equal to the ratio of the measures of the central angles that subtend the arcs. It’s given that arc A D C is subtended by a central angle with measure 100°. Since the sum of the measures of the angles about a point is 360°, it follows that arc A B C is subtended by a central angle with measure 360 ° − 100 ° = 260 °. If s is the length of arc A B C, then s must satisfy the ratio the fraction s over 5 π, end fraction = the fraction 260 over 100. Reducing the fraction 260 over 100 to its simplest form gives the fraction 13 over 5. Therefore, the fraction s over 5 π, end fraction = the fraction 13 over 5. Multiplying both sides of the fraction s over 5 π, end fraction = the fraction 13 over 5 by 5 π yields s = 13 π.Choice A is incorrect. This is the length of an arc consisting of exactly half of the circle, but arc A B C is greater than half of the circle. Choice C is incorrect. This is the total circumference of the circle. Choice D is incorrect. This is half the length of arc A B C, not its full length.",
+ hasFigure: true,
+ figureUrl: "/practice-images/c8345903_img1.png",
+ },
+ {
+ id: "ca2235f6",
+ type: "mcq",
+ questionHtml:
+ "A circle has center (expression), and points (expression) and (expression) lie on the circle. The measure of arc (expression) is (expression) and the length of arc (expression) is (expression) inches. What is the circumference, in inches, of the circle?",
+ choices: [
+ { label: "A", text: "(expression)" },
+ { label: "B", text: "(expression)" },
+ { label: "C", text: "(expression)" },
+ { label: "D", text: "(expression)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the measure of arc A B is 45 ° and the length of arc A B is 3 inches. The arc measure of the full circle is 360 °. If x represents the circumference, in inches, of the circle, it follows that (45 °) / (360 °) = (3 inches) / (x inches). This equation is equivalent to (45) / (360) = (3) / (x), or one eighth = (3) / (x). Multiplying both sides of this equation by 8 x yields 1 (x) = 3 (8), or x = 24. Therefore, the circumference of the circle is 24 inches.
Choice A is incorrect. This is the length of arc A B.
Choice B is incorrect and may result from multiplying the length of arc A B by 2.
Choice C is incorrect and may result from squaring the length of arc A B.",
+ hasFigure: false,
+ },
+ {
+ id: "e80d62c6",
+ type: "mcq",
+ questionHtml:
+ "The equation x² + (y − 2)² = 36 represents circle A. Circle B is obtained by shifting circle A down 4 units in the xy-plane. Which of the following equations represents circle B?",
+ choices: [
+ { label: "A", text: "x² + (y + 2)² = 36" },
+ { label: "B", text: "x² + (y − 6)² = 36" },
+ { label: "C", text: "(x − 4)² + (y − 2)² = 36" },
+ { label: "D", text: "(x + 4)² + (y − 2)² = 36" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The standard form of an equation of a circle in the xy-plane is (x − h)² + (y − k)² = r², where the coordinates of the center of the circle are (h, k) and the length of the radius of the circle is r. The equation of circle A, x² + (y − 2)² = 36, can be rewritten as (x − 0)² + (y − 2)² = 6². Therefore, the center of circle A is at (0, 2) and the length of the radius of circle A is 6. If circle A is shifted down 4 units, the y-coordinate of its center will decrease by 4; the radius of the circle and the x-coordinate of its center will not change. Therefore, the center of circle B is at (0, 2 − 4), or (0 −2), and its radius is 6. Substituting 0 for h, −2 for k, and 6 for r in the equation (x − h)² + (y − k)² = r² yields (x − 0)² + (y − (−2))² = (6)², or x² + (y + 2)² = 36. Therefore, the equation x² + (y + 2)² = 36 represents circle B.
Choice B is incorrect. This equation represents a circle obtained by shifting circle A up, rather than down, 4 units.
Choice C is incorrect. This equation represents a circle obtained by shifting circle A right, rather than down, 4 units.
Choice D is incorrect. This equation represents a circle obtained by shifting circle A left, rather than down, 4 units.",
+ hasFigure: false,
+ },
+ {
+ id: "ebbf23ae",
+ type: "spr",
+ questionHtml:
+ "A circle in the xy-plane has a diameter with endpoints (2, 4) and (2, 14). An equation of this circle is (x − 2)² + (y − 9)² = r², where r is a positive constant. What is the value of r?",
+ choices: [],
+ correctAnswer: "5",
+ explanation:
+ "The correct answer is 5. The standard form of an equation of a circle in the xy-plane is (x − h)² + (y − k)² = r², where h, k, and r are constants, the coordinates of the center of the circle are (h, k), and the length of the radius of the circle is r. It′s given that an equation of the circle is (x − 2)² + (y − 9)² = r². Therefore, the center of this circle is (2, 9). It’s given that the endpoints of a diameter of the circle are (2, 4) and (2, 14). The length of the radius is the distance from the center of the circle to an endpoint of a diameter of the circle, which can be found using the distance formula, √((x 1 − x 2)² + (y 1 − y 2)²). Substituting the center of the circle (2, 9) and one endpoint of the diameter (2, 4) in this formula gives a distance of √((2 − 2)² + (9 − 4)²), or √(0² + 5²), which is equivalent to 5. Since the distance from the center of the circle to an endpoint of a diameter is 5, the value of r is 5.",
+ hasFigure: false,
+ },
+ {
+ id: "fb58c0db",
+ type: "spr",
+ questionHtml:
+ "Points A and B lie on a circle with radius 1, and arc A, B has length π over 3. What fraction of the circumference of the circle is the length of arc A, B ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is one sixth. The circumference, C, of a circle is C = 2 π, r, where r is the length of the radius of the circle. For the given circle with a radius of 1, the circumference is C = 2 π · 1, or C = 2 π. To find what fraction of the circumference the length of arc A, B is, divide the length of the arc by the circumference, which gives the fraction π over 3, end fraction ÷ 2 π. This division can be represented by the fraction π over 3, end fraction · the fraction 1 over 2 π, end fraction = one sixth. Note that 1/6, .1666, .1667, 0.166, and 0.167 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/equivalent-expressions.ts b/src/data/math/equivalent-expressions.ts
new file mode 100644
index 0000000..5142cf2
--- /dev/null
+++ b/src/data/math/equivalent-expressions.ts
@@ -0,0 +1,1293 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const EQUIV_EXPR_EASY: PracticeQuestion[] = [
+ {
+ id: "0354c7de",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to the given expression?",
+ choices: [
+ { label: "A", text: "5 · (x + 3, )" },
+ { label: "B", text: "5 · (x + 10, )" },
+ { label: "C", text: "5 · (x + 15, )" },
+ { label: "D", text: "5 · (x + 20, )" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since 5 is a factor of both terms, 5 x and 15, the given expression can be factored and rewritten as 5 · (x + 3, ).Choice B is incorrect and may result from subtracting 5 from the constant when factoring 5 from the given expression. Choice C is incorrect and may result from factoring 5 from only the first term, not both terms, of the given expression. Choice D is incorrect and may result from adding 5 to the constant when factoring 5 from the given expression.",
+ hasFigure: false,
+ },
+ {
+ id: "0536ad4f",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 20 w − (4 w + 3 w)?",
+ choices: [
+ { label: "A", text: "10 w" },
+ { label: "B", text: "13 w" },
+ { label: "C", text: "19 w" },
+ { label: "D", text: "21 w" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Combining like terms inside the parentheses of the given expression, 20 w − (4 w + 3 w), yields 20 w − (7 w). Combining like terms in this resulting expression yields 13 w.
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: "127b2759",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 8 + d² + 3?",
+ choices: [
+ { label: "A", text: "d² + 24" },
+ { label: "B", text: "d² + 11" },
+ { label: "C", text: "d² + 5" },
+ { label: "D", text: "d² − 11" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The given expression can be rewritten as d² + 8 + 3. Adding 8 and 3 in this expression yields d² + 11.
Choice A is incorrect. This expression is equivalent to d² + 8 (3).
Choice C is incorrect. This expression is equivalent to 8 + d² − 3.
Choice D is incorrect. This expression is equivalent to −8 + d² − 3.",
+ hasFigure: false,
+ },
+ {
+ id: "1d3fee25",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to 3 · (x + 5, ) − 6 ?",
+ choices: [
+ { label: "A", text: "3 x − 3" },
+ { label: "B", text: "3 x − 1" },
+ { label: "C", text: "3 x + 9" },
+ { label: "D", text: "15 x − 6" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Using the distributive property to multiply 3 and (x + 5, ) gives 3 x + 15 − 6, which can be rewritten as 3 x + 9.Choice A is incorrect and may result from rewriting the given expression as 3 · (x + 5 − 6, ). Choice B is incorrect and may result from incorrectly rewriting the expression as (3 x + 5, ) − 6. Choice D is incorrect and may result from incorrectly rewriting the expression as 3 · 5 x − 6.",
+ hasFigure: false,
+ },
+ {
+ id: "1e8d7183",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 256 w² − 676?",
+ choices: [
+ { label: "A", text: "(16 w − 26) (16 w − 26)" },
+ { label: "B", text: "(8 w − 13) (8 w + 13)" },
+ { label: "C", text: "(8 w − 13) (8 w − 13)" },
+ { label: "D", text: "(16 w − 26) (16 w + 26)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The given expression follows the difference of two squares pattern, x² − y², which factors as (x − y) (x + y). Therefore, the expression 256 w² − 676 can be written as (16 w)² − 26², or (16 w) (16 w) − (26) (26), which factors as (16 w − 26) (16 w + 26).
Choice A is incorrect. This expression is equivalent to 256 w² − 832 w + 676.
Choice B is incorrect. This expression is equivalent to 64 w² − 169.
Choice C is incorrect. This expression is equivalent to 64 w² − 208 w + 169.",
+ hasFigure: false,
+ },
+ {
+ id: "294db8ec",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to 2 x³ + 4?",
+ choices: [
+ { label: "A", text: "4 · (x³ + 4, )" },
+ { label: "B", text: "4 · (x³ + 2, )" },
+ { label: "C", text: "2 · (x³ + 4, )" },
+ { label: "D", text: "2 · (x³ + 2, )" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The expression 2 x³ + 4 has two terms, 2 x³ and 4. The greatest common factor of these two terms is 2. Factoring 2 from each of these terms yields 2 · x³ + 2 · 2, or 2 · (x³ + 2, ).Choices A and B are incorrect because 4 is not a factor of the term 2 x³. Choice C is incorrect and may result from factoring 2 from 2 x³ but not from 4.",
+ hasFigure: false,
+ },
+ {
+ id: "499cb491",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 5 x² − 50 xy²?",
+ choices: [
+ { label: "A", text: "5 x (x − 10 y²)" },
+ { label: "B", text: "5 x (x − 50 y²)" },
+ { label: "C", text: "5 x² (10 xy²)" },
+ { label: "D", text: "5 x² (50 xy²)" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since each term of the given expression has a factor of 5 x, it can be rewritten as 5 x (x) − 5 x (10 y²), or 5 x (x − 10 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.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "49efde89",
+ type: "mcq",
+ questionHtml:
+ "The expression 2 x² + a, x is equivalent to x · (2 x + 7, ) for some constant a. What is the value of a ?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "3" },
+ { label: "C", text: "4" },
+ { label: "D", text: "7" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that 2 x² + a, x is equivalent to x · (2 x + 7, ) for some constant a. Distributing the x over each term in the parentheses gives 2 x² + 7 x, which is in the same form as the first given expression, 2 x² + a, x. The coefficient of the second term in 2 x² + 7 x is 7. Therefore, the value of a is 7.Choice A is incorrect. If the value of a were 2, then 2 x² + a, x would be equivalent to 2 x² + 2 x, which isn’t equivalent to x · (2 x + 7, ). Choice B is incorrect. If the value of a were 3, then 2 x² + a, x would be equivalent to 2 x² + 3 x, which isn’t equivalent to x · (2 x + 7, ). Choice C is incorrect. If the value of a were 4, then 2 x² + a, x would be equivalent to 2 x² + 4 x, which isn’t equivalent to x · (2 x + 7, ).",
+ hasFigure: false,
+ },
+ {
+ id: "4a5af623",
+ type: "mcq",
+ questionHtml:
+ "Which expression is a factor of 2 x² + 38 x + 10?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "5 x" },
+ { label: "C", text: "38 x" },
+ { label: "D", text: "2 x²" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since 2 is a common factor of each of the terms in the given expression, the expression can be rewritten as 2 (x² + 19 x + 5). Therefore, the factors of the given expression are 2 and x² + 19 x + 5. Of these two factors, only 2 is listed as a choice.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is a term of the given expression, not a factor of the given expression.
Choice D is incorrect. This is a term of the given expression, not a factor of the given expression.",
+ hasFigure: false,
+ },
+ {
+ id: "5d93c782",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to x² + 3 x − 40?",
+ choices: [
+ { label: "A", text: "(x − 4) (x + 10)" },
+ { label: "B", text: "(x − 5) (x + 8)" },
+ { label: "C", text: "(x − 8) (x + 5)" },
+ { label: "D", text: "(x − 10) (x + 4)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The given expression may be rewritten as x² + 8 x − 5 x − 40. Since the first two terms of this expression have a common factor of x and the last two terms of this expression have a common factor of −5, this expression may be rewritten as x (x) + x (8) − 5 (x) − 5 (8), or x (x + 8) − 5 (x + 8). Since each term of this expression has a common factor of (x + 8), it may be rewritten as (x − 5) (x + 8).
Alternate approach: An expression of the form x² + b x + c, where b and c are constants, can be factored if there are two values that add to give b and multiply to give c. In the given expression, b = 3 and c = −40. The values of −5 and 8 add to give 3 and multiply to give −40, so the expression can be factored as (x − 5) (x + 8).
Choice A is incorrect. This expression is equivalent to x² + 6 x − 40, not x² + 3 x − 40.
Choice C is incorrect. This expression is equivalent to x² − 3 x − 40, not x² + 3 x − 40.
Choice D is incorrect. This expression is equivalent to x² − 6 x − 40, not x² + 3 x − 40.",
+ hasFigure: false,
+ },
+ {
+ id: "60fdb4d4",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to parenthesis, 2 x² − 4, ) − parenthesis −3 x² + 2 x − 7, ) ?",
+ choices: [
+ { label: "A", text: "5 x² − 2 x + 3" },
+ { label: "B", text: "5 x² + 2 x − 3" },
+ { label: "C", text: "−x² − 2 x − 11" },
+ { label: "D", text: "−x² + 2 x − 11" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The given expression (2 x² − 4, ) − (−3, x² + 2 x − 7, ) can be rewritten as 2 x² − 4 + 3 x² − 2 x + 7. Combining like terms yields 5 x² − 2 x + 3.Choices B, C, and D are incorrect and may be the result of errors when applying the distributive property.",
+ hasFigure: false,
+ },
+ {
+ id: "67e866b5",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 9 x² + 7 x² + 9 x?",
+ choices: [
+ { label: "A", text: "63 x^(4 + 9 x)" },
+ { label: "B", text: "9 x² + 16 x" },
+ { label: "C", text: "25 x⁵" },
+ { label: "D", text: "16 x² + 9 x" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. In the given expression, the first two terms, 9 x² and 7 x², are like terms. Combining these like terms yields 9 x² + 7 x², or 16 x². It follows that the expression 9 x² + 7 x² + 9 x is equivalent to 16 x² + 9 x.
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: "6e06a0a7",
+ type: "mcq",
+ questionHtml:
+ "Which of the following expressions is equivalent to 2, a² · (a + 3, ) ?",
+ choices: [
+ { label: "A", text: "5, a³" },
+ { label: "B", text: "8, a to the fifth power" },
+ { label: "C", text: "2, a³ + 3" },
+ { label: "D", text: "2, a³ + 6, a²" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Expanding the given expression using the distributive property yields 2 a, ² · a + 2 a, ² · 3. Combining like terms yields 2 a, ² · (a, to the first power, ) + (2 · 3, ) · (a, ², ), or 2 a, raised to the 2 + 1 power + 6 a, ², which is equivalent to 2 a, ³ + 6 a, ².Choices A and B are incorrect and may result from incorrectly combining like terms. Choice C is incorrect and may result from distributing 2 a, ² only to a, and not to 3, in the given expression.",
+ hasFigure: false,
+ },
+ {
+ id: "70482e20",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 11 x³ − 5 x³?",
+ choices: [
+ { label: "A", text: "16 x³" },
+ { label: "B", text: "6 x³" },
+ { label: "C", text: "6 x⁶" },
+ { label: "D", text: "16 x⁶" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The given expression can be rewritten as 11 x³ + (−5) x³. Since the two terms of this expression are both constant multiples of x³, they are like terms and can, therefore, be combined through addition. Adding like terms in the expression 11 x³ + (−5) x³ yields 6 x³.
Choice A is incorrect. This is equivalent to 11 x³ + 5 x³, not 11 x³ − 5 x³.
Choice C is incorrect. This is equivalent to 11 x^(6 − 5 x⁶), not 11 x³ − 5 x³.
Choice D is incorrect. This is equivalent to 11 x^(6 + 5 x⁶), not 11 x³ − 5 x³.",
+ hasFigure: false,
+ },
+ {
+ id: "8452c42b",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 50 x² + 5 x²?",
+ choices: [
+ { label: "A", text: "250 x²" },
+ { label: "B", text: "10 x²" },
+ { label: "C", text: "45 x²" },
+ { label: "D", text: "55 x²" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The given expression shows addition of two like terms. Therefore, the given expression is equivalent to (50 + 5) x², or 55 x².
Choice A is incorrect. This expression is equivalent to (50) (5) x², not (50 + 5) x².
Choice B is incorrect. This expression is equivalent to ((50) / (5)) x², not (50 + 5) x².
Choice C is incorrect. This expression is equivalent to (50 − 5) x², not (50 + 5) x².",
+ hasFigure: false,
+ },
+ {
+ id: "974d33dc",
+ type: "mcq",
+ questionHtml:
+ "Which of the following expressions is equivalent to the sum of (r³ + 5 r² + 7, ) and (r² + 8 r + 12, ) ?",
+ choices: [
+ {
+ label: "A",
+ text: "r to the fifth power + 13 r³ + 19",
+ },
+ { label: "B", text: "2 r³ + 13 r² + 19" },
+ { label: "C", text: "r³ + 5 r² + 7 r + 12" },
+ { label: "D", text: "r³ + 6 r² + 8 r + 19" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Grouping like terms, the given expressions can be rewritten as r³ + (5, r² + r², ) + 8 r + (7 + 12, ). This can be rewritten as r³ + 6, r² + 8 r + 19.Choice A is incorrect and may result from adding the two sets of unlike terms, r³ and r² as well as 5, r² and 8 r, and then adding the respective exponents. Choice B is incorrect and may result from adding the unlike terms r³ and r² as if they were r³ and r³ and adding the unlike terms 5, r² and 8 r as if they were 5, r² and 8, r². Choice C is incorrect and may result from errors when combining like terms.",
+ hasFigure: false,
+ },
+ {
+ id: "9ed9f54d",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to 2 · (x² − x, ) + 3 · (x² − x, ) ?",
+ choices: [
+ { label: "A", text: "5 x² − 5 x" },
+ { label: "B", text: "5 x² + 5 x" },
+ { label: "C", text: "5x" },
+ { label: "D", text: "5x2" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since (x² − x, ) is a common term in the original expression, like terms can be added: 2 · (x² − x, ) + 3 · (x² − x, ) = 5 · (x² − x, ). Distributing the constant term 5 yields 5 x² − 5 x.Choice B is incorrect and may result from not distributing the negative signs in the expressions within the parentheses. Choice C is incorrect and may result from not distributing the negative signs in the expressions within the parentheses and from incorrectly eliminating the x²-term. Choice D is incorrect and may result from incorrectly eliminating the x-term.",
+ hasFigure: false,
+ },
+ {
+ id: "beb86a0c",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 9 x² + 5 x?",
+ choices: [
+ { label: "A", text: "x (9 x + 5)" },
+ { label: "B", text: "5 x (9 x + 1)" },
+ { label: "C", text: "9 x (x + 5)" },
+ { label: "D", text: "x² (9 x + 5)" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since x is a factor of each term in the given expression, the expression is equivalent to x (9 x) + x (5), or x (9 x + 5).
Choice B is incorrect. This expression is equivalent to 45 x² + 5 x, not 9 x² + 5 x.
Choice C is incorrect. This expression is equivalent to 9 x² + 45 x, not 9 x² + 5 x.
Choice D is incorrect. This expression is equivalent to 9 x³ + 5 x², not 9 x² + 5 x.",
+ hasFigure: false,
+ },
+ {
+ id: "d4d513ff",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 12 x + 27?",
+ choices: [
+ { label: "A", text: "12 (9 x + 1)" },
+ { label: "B", text: "27 (12 x + 1)" },
+ { label: "C", text: "3 (4 x + 9)" },
+ { label: "D", text: "3 (9 x + 24)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Each term in the given expression, 12 x + 27, has a common factor of 3. Therefore, the expression can be rewritten as 3 (4 x) + 3 (9), or 3 (4 x + 9). Thus, the expression 3 (4 x + 9) is equivalent to the given expression.
Choice A is incorrect. This expression is equivalent to 108 x + 12, not 12 x + 27.
Choice B is incorrect. This expression is equivalent to 324 x + 27, not 12 x + 27.
Choice D is incorrect. This expression is equivalent to 27 x + 72, not 12 x + 27.",
+ hasFigure: false,
+ },
+ {
+ id: "df0ef054",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to the expression above?",
+ choices: [
+ { label: "A", text: "x³ + 5 x" },
+ { label: "B", text: "3 x³ + x" },
+ {
+ label: "C",
+ text: "2 x to the sixth power − x to the fourth power − 6 x²",
+ },
+ {
+ label: "D",
+ text: "3 x to the sixth power − x to the fourth power − 6 x²",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Using the distributive property to multiply the terms in the parentheses yields (2 x³ · x³, ) + (2 x³ · −2 x, ) + (3 x · x³, ) + (3 x · −2 x, ), which is equivalent to 2 x to the sixth power − 4 x to the fourth power + 3 x to the fourth power − 6 x². Combining like terms results in 2 x to the sixth power − x to the fourth power − 6 x².Choices A and D are incorrect and may result from conceptual errors when multiplying the terms in the given expression. Choice B is incorrect and may result from adding, instead of multiplying, (2 x³ + 3 x, ) and (x³ − 2 x, ).",
+ hasFigure: false,
+ },
+ {
+ id: "e312081b",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to the given expression?",
+ choices: [
+ { label: "A", text: "3 x − 2" },
+ { label: "B", text: "3 x + 2" },
+ { label: "C", text: "3 x − 8" },
+ { label: "D", text: "3 x + 8" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Using the associative and commutative properties of addition, the given expression (x + 5, ) + (2 x − 3, ) can be rewritten as (x + 2 x, ) + (5 − 3, ). Adding these like terms results in 3 x + 2.Choice A is incorrect and may result from adding (x − 5, ) + (2 x + 3, ). Choice C is incorrect and may result from adding (x − 5, ) + (2 x − 3, ). Choice D is incorrect and may result from adding (x + 5, ) + (2 x + 3, ).",
+ hasFigure: false,
+ },
+ {
+ id: "e597050f",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 9 x + 6 x + 2 y + 3 y?",
+ choices: [
+ { label: "A", text: "3 x + 5 y" },
+ { label: "B", text: "6 x + 8 y" },
+ { label: "C", text: "12 x + 8 y" },
+ { label: "D", text: "15 x + 5 y" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Combining like terms in the given expression yields (9 x + 6 x) + (2 y + 3 y), or 15 x + 5 y.
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: "f5c3e3b8",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to (m⁴ q⁴ z^(−1)) (m q⁵ z³), where m, q, and z are positive?",
+ choices: [
+ { label: "A", text: "m⁴ q²⁰ z^(−3)" },
+ { label: "B", text: "m⁵ q⁹ z²" },
+ { label: "C", text: "m⁶ q⁸ z^(−1)" },
+ { label: "D", text: "m²⁰ q¹² z^(−2)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Applying the commutative property of multiplication, the expression (m⁴ q⁴ z^(−1)) (m q⁵ z³) can be rewritten as (m⁴ m) (q⁴ q⁵) (z^(−1) z³). For positive values of x, (x^(a)) (x^(b)) = x^(a + b). Therefore, the expression (m⁴ m) (q⁴ q⁵) (z^(−1) z³) can be rewritten as (m^(4 + 1)) (q^(4 + 5)) (z^(−1 + 3)), or m⁵ q⁹ z².
Choice A is incorrect and may result from multiplying, not adding, the exponents.
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: "fb96a5b3",
+ type: "mcq",
+ questionHtml:
+ "Which of the following expressions is equivalent to 2 · (a, b − 3, ) + 2 ?",
+ choices: [
+ { label: "A", text: "2 a, b − 1" },
+ { label: "B", text: "2 a, b − 4" },
+ { label: "C", text: "2 a, b − 5" },
+ { label: "D", text: "2 a, b − 8" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Applying the distributive property to the given expression yields 2 · a, b + 2 · −3 + 2, or 2 a, b − 6 + 2. Adding the like terms −6 and 2 results in the expression 2 a, b − 4.Choice A is incorrect and may result from multiplying a, b by 2 without multiplying −3 by 2 when applying the distributive property. Choices C and D are incorrect and may result from computational or conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "fd4b2aa0",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 12 x³ − 5 x³?",
+ choices: [
+ { label: "A", text: "7 x⁶" },
+ { label: "B", text: "17 x³" },
+ { label: "C", text: "7 x³" },
+ { label: "D", text: "17 x⁶" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The given expression shows subtraction of two like terms. The two terms can be subtracted as follows: 12 x³ − 5 x³ = (12 − 5) x³, or 7 x³.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the result of adding, not subtracting, the two like terms.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "fd65f47f",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to (2 x² + x − 9) + (x² + 6 x + 1)?",
+ choices: [
+ { label: "A", text: "2 x² + 7 x + 10" },
+ { label: "B", text: "2 x² + 6 x − 8" },
+ { label: "C", text: "3 x² + 7 x − 10" },
+ { label: "D", text: "3 x² + 7 x − 8" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The given expression is equivalent to (2 x² + x + (−9)) + (x² + 6 x + 1), which can be rewritten as (2 x² + x²) + (x + 6 x) + (−9 + 1). Adding like terms in this expression yields 3 x² + 7 x + (−8), or 3 x² + 7 x − 8.
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,
+ },
+];
+
+export const EQUIV_EXPR_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "0b3d25c5",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to the fourth root of, x² + 8 x + 16, end root, where x > 0?",
+ choices: [
+ { label: "A", text: "(x + 4, ), to the fourth power" },
+ { label: "B", text: "(x + 4, ), ²" },
+ { label: "C", text: "(x + 4, )" },
+ {
+ label: "D",
+ text: "(x + 4, ), raised to the one half power",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The given expression can also be written as (x² + 8, x + 16, ), raised to the one fourth power. The trinomial x² + 8, x + 16 can be rewritten in factored form as (x + 4, ), ². Thus, the entire expression can be rewritten as ((x + 4, ), ², ), raised to the one fourth power. Simplifying the exponents yields (x + 4, ), raised to the one half power.Choices A, B, and C are incorrect and may result from errors made when simplifying the exponents in the expression ((x + 4, ), ², ), raised to the one fourth power.",
+ hasFigure: false,
+ },
+ {
+ id: "16de54c7",
+ type: "spr",
+ questionHtml:
+ "If the given expression is rewritten in the form (2 x − 3, ) · (x + k, ), where k is a constant, what is the value of k ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 4. It’s given that 2 x² + 5 x − 12 can be rewritten as (2 x − 3, ) · (x + k, ); it follows that (2 x − 3, ) · (x + k, ) = 2 x² + 5 x − 12. Expanding the left-hand side of this equation yields 2 x² + 2 k x − 3 x − 3 k = 2 x² + 5 x − 12. Subtracting 2 x² from both sides of this equation yields 2 k x − 3 x − 3 k = 5 x − 12. Using properties of equality, 2 k x − 3 x = 5 x and −3 k = −12. Either equation can be solved for k. Dividing both sides of −3 k = −12 by −3 yields k = 4. The equation 2 k x − 3 x = 5 x can be rewritten as x · (2 k − 3, ) = 5 x. It follows that 2 k − 3 = 5. Solving this equation for k also yields k = 4. Therefore, the value of k is 4.",
+ hasFigure: false,
+ },
+ {
+ id: "1dd13816",
+ type: "spr",
+ questionHtml:
+ "(5 x³ − 3) − (−4 x³ + 8)
The given expression is equivalent to b x³ − 11, where b is a constant. What is the value of b?",
+ choices: [],
+ correctAnswer: "9",
+ explanation:
+ "The correct answer is 9. The given expression can be rewritten as (5 x³ − 3) + (−1) (−4 x³ + 8). By applying the distributive property, this expression can be rewritten as 5 x³ − 3 + 4 x³ + (−8), which is equivalent to (5 x³ + 4 x³) + (−3 + (−8)). Adding like terms in this expression yields 9 x³ − 11. Since it's given that (5 x³ − 3) − (−4 x³ + 8) is equivalent to b x³ − 11, it follows that 9 x³ − 11 is equivalent to b x³ − 11. Therefore, the coefficients of x³ in these two expressions must be equivalent, and the value of b must be 9.",
+ hasFigure: false,
+ },
+ {
+ id: "26eb61c1",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to 6 x⁸ y² + 12 x² y²?",
+ choices: [
+ { label: "A", text: "6 x² y² (2 x⁶)" },
+ { label: "B", text: "6 x² y² (x⁴)" },
+ { label: "C", text: "6 x² y² (x⁶ + 2)" },
+ { label: "D", text: "6 x² y² (x⁴ + 2)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Since each term of the given expression has a common factor of 6 x² y², it may be rewritten as 6 x² y² (x⁶) + 6 x² y² (2), or 6 x² y² (x⁶ + 2).
Choice A is incorrect. This expression is equivalent to 12 x⁸ y², not 6 x⁸ y² + 12 x² y².
Choice B is incorrect. This expression is equivalent to 6 x⁶ y², not 6 x⁸ y² + 12 x² y².
Choice D is incorrect. This expression is equivalent to 6 x⁶ y² + 12 x² y², not 6 x⁸ y² + 12 x² y².",
+ hasFigure: false,
+ },
+ {
+ id: "3e9cc0c2",
+ type: "mcq",
+ questionHtml: "Which of the following is equivalent to [] ?",
+ choices: [
+ { label: "A", text: "1 − p to the power 8" },
+ { label: "B", text: "1 − p to the power 7" },
+ { label: "C", text: "1 − p to the power 6" },
+ { label: "D", text: "1 − p to the power 5" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Multiplying (1 – p) by each term of the polynomial within the second pair of parentheses gives (1 – p)1 = 1 – p; (1 – p)p = p – p2; (1 – p)p2 = p2 – p3; (1 – p)p3 = p3 – p4; (1 – p)p4 = p4 – p5; (1 – p)p5 = p5 – p6; and (1 – p)p6 = p6 – p7. Adding these seven expressions together and combining like terms gives 1 + (p – p) + (p2 – p2) + (p3 – p3) + (p4 – p4) + (p5 – p5) + (p6 – p6) – p7, which can be simplified to 1 – p7.
Choices A, C, and D are incorrect and may result from incorrectly identifying the highest power of p in the expressions or incorrectly combining like terms.",
+ hasFigure: false,
+ },
+ {
+ id: "42c71eb5",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to the expression above?",
+ choices: [
+ { label: "A", text: "4 x² + 21 x + 33" },
+ { label: "B", text: "4 x² + 21 x + 29" },
+ { label: "C", text: "4 x² + x + 29" },
+ { label: "D", text: "4 x² + x + 33" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The given expression can be rewritten as (2 x + 5, ), ² + −1 · (x − 2, ) + 2 · (x + 3, ). Applying the distributive property, the expression −1 · (x − 2, ) + 2 · (x + 3, )can be rewritten as −one · x + −1 · −2 + 2 · x + 2 · 3, or −x + 2 + 2 x + 6. Adding like terms yields x + 8. Substituting x + 8 for −1 · (x − 2, ) + 2 · (x + 3, ) in the given expression yields (2 x + 5, ), ² + x + 8. By the rules of exponents, the expression (2 x + 5, ), ² is equivalent to (2 x + 5, ) · (2 x + 5, ). Applying the distributive property, this expression can be rewritten as 2 x · 2x + 2 x · 5 + 5 · 2 x + 5 · 5, or 4 x² + 10 x + 10 x + 25. Adding like terms gives 4 x² + 20 x + 25. Substituting 4 x² + 20 x + 25 for (2 x + 5, ), ² in the rewritten expression yields 4 x² + 20 x + 25 + x + 8, and adding like terms yields 4 x² + 21 x + 33.Choices B, C, and D are incorrect. Choices C and D may result from rewriting the expression (2 x + 5, ), ² as 4 x² + 25, instead of as 4 x² + 20 x + 25. Choices B and C may result from rewriting the expression negative, (x − 2, ) as −x − 2, instead of −x + 2.",
+ hasFigure: false,
+ },
+ {
+ id: "42f19012",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to a^((11) / (12)), where a > 0?",
+ choices: [
+ { label: "A", text: "RootIndex 12 √(a¹³²)" },
+ { label: "B", text: "RootIndex 144 √(a¹³²)" },
+ { label: "C", text: "RootIndex 121 √(a¹³²)" },
+ { label: "D", text: "RootIndex 11 √(a¹³²)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since (12) / (12) = 1, multiplying the exponent of the given expression by (12) / (12) yields an equivalent expression: a^(((11) / (12)) ((12) / (12))) = a^(((132) / (144))). Since (132) / (144) = 132 ((1) / (144)), the expression a^((132) / (144)) can be rewritten as a^((132) ((1) / (144))). Applying properties of exponents, this expression can be rewritten as (a¹³²)^((1) / (144)). An expression of the form (m)^((1) / (k)), where m > 0 and k > 0, is equivalent to RootIndex k √(m). Therefore, (a¹³²)^((1) / (144)) is equivalent to RootIndex 144 √(a¹³²).
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: "463eec13",
+ type: "mcq",
+ questionHtml:
+ "If x ≠ 0, which of the following expressions is equivalent to the fraction with numerator the √ 16 x to the fourth power, y to the eighth power, end root, and denominator x³, end fraction ?",
+ choices: [
+ { label: "A", text: "8 x², y to the fourth power" },
+ { label: "B", text: "4 x, y to the fourth power" },
+ { label: "C", text: "4 x raised to the − 2 power, y²" },
+ {
+ label: "D",
+ text: "4 x raised to the − 1 power, y to the fourth power",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Taking the square root of an exponential expression halves the exponent, so the fraction with numerator the √, 16 x to the fourth power · y to the eighth power, end root, and denominator x³, end fraction = the fraction with numerator 4 x² · y to the fourth power, and denominator x³, which further reduces to the fraction with numerator 4, y to the fourth power, and denominator x. This can be rewritten as 4, x to the − 1 power · y to the fourth power.Choice A is incorrect and may result from neglecting the denominator of the given expression and from incorrectly calculating the square root of 16. Choice B is incorrect and may result from rewriting 1 over x as x to the first power rather than x to the − 1 power. Choice C is incorrect and may result from taking the square root of the variables in the numerator twice instead of once.",
+ hasFigure: false,
+ },
+ {
+ id: "4eaf0a3a",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to RootIndex 7 √(x⁹ y⁹), where x and y are positive?",
+ choices: [
+ { label: "A", text: "(xy)^(seven ninths)" },
+ { label: "B", text: "(xy)^(nine sevenths)" },
+ { label: "C", text: "(xy)¹⁶" },
+ { label: "D", text: "(xy)⁶³" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. For positive values of a and b, a^(m) b^(m) = (a b)^(m), RootIndex n √(a) = (a)^((1) / (n)), and (a^(j))^(k) = a^(j k). Therefore, the given expression, RootIndex 7 √(x⁹ y⁹), can be rewritten as RootIndex 7 √((xy)⁹). This expression is equivalent to ((xy)⁹)^(one seventh), which can be rewritten as (xy)^(9 dot one seventh), or (xy)^(nine sevenths).
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: "52931bfa",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to (8 x (x − 7) − 3 (x − 7)) / (2 x − 14), where x > 7?",
+ choices: [
+ { label: "A", text: "(x − 7) / (5)" },
+ { label: "B", text: "(8 x − 3) / (2)" },
+ { label: "C", text: "(8 x² − 3 x − 14) / (2 x − 14)" },
+ { label: "D", text: "(8 x² − 3 x − 77) / (2 x − 14)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The given expression has a common factor of 2 in the denominator, so the expression can be rewritten as (8 x (x − 7) − 3 (x − 7)) / (2 (x − 7)). The three terms in this expression have a common factor of (x − 7). Since it's given that x > 7, x can't be equal to 7, which means (x − 7) can't be equal to 0. Therefore, each term in the expression, (8 x (x − 7) − 3 (x − 7)) / (2 (x − 7)), can be divided by (x − 7), which gives (8 x − 3) / (2).
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: "5805e747",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to (7 x³ + 7 x) − (6 x³ − 3 x)?",
+ choices: [
+ { label: "A", text: "x³ + 10 x" },
+ { label: "B", text: "− 13 x³ + 10 x" },
+ { label: "C", text: "− 13 x³ + 4 x" },
+ { label: "D", text: "x³ + 4 x" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Applying the distributive property, the given expression can be written as 7 x³ + 7 x − 6 x³ + 3 x. Grouping like terms in this expression yields (7 x³ − 6 x³) + (7 x + 3 x). Combining like terms in this expression yields x³ + 10 x.
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: "5b6af6b1",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to (d − 6) (8 d² − 3)?",
+ choices: [
+ { label: "A", text: "8 d³ − 14 d² − 3 d + 18" },
+ { label: "B", text: "8 d³ − 17 d² + 48" },
+ { label: "C", text: "8 d³ − 48 d² − 3 d + 18" },
+ { label: "D", text: "8 d³ − 51 d² + 48" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Applying the distributive property to the given expression yields d (8 d² − 3) − 6 (8 d² − 3). Applying the distributive property once again to this expression yields (d) (8 d²) + (d) (−3) + (−6) (8 d²) + (−6) (−3), or 8 d³ + (−3 d) + (−48 d²) + 18. This expression can be rewritten as 8 d³ − 48 d² − 3 d + 18. Thus, (d − 6) (8 d² − 3) is equivalent to 8 d³ − 48 d² − 3 d + 18.
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: "6d04c89d",
+ type: "mcq",
+ questionHtml:
+ "The expression (24) / (6 x + 42) is equivalent to (4) / (x + b), where b is a constant and x > 0. What is the value of b?",
+ choices: [
+ { label: "A", text: "7" },
+ { label: "B", text: "10" },
+ { label: "C", text: "24" },
+ { label: "D", text: "252" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since the given expressions are equivalent and the numerator of the second expression is one sixth of the numerator of the first expression, the denominator of the second expression must also be one sixth of the denominator of the first expression. By the distributive property, one sixth (6 x + 42) is equivalent to one sixth (6 x) + one sixth (42), or x + 7. Therefore, the value of b is 7.
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: "7348f046",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to the given expression?",
+ choices: [
+ { label: "A", text: "x − 4" },
+ { label: "B", text: "3 x − 4" },
+ { label: "C", text: "x + 10" },
+ { label: "D", text: "2 x² + 21" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Distributing the negative sign to the terms in the second parentheses yields (2 x + 3, ) − x + 7. This expression can be rewritten as 2 x − x + 3 + 7. Combining like terms results in x + 10.Choice A is incorrect and may result from not distributing the negative sign to the 7. Choice B is incorrect and may result from adding x − 7 to 2 x + 3 instead of subtracting x − 7. Choice D is incorrect and may result from adding the product of 2 x and x to the product of 3 and 7.",
+ hasFigure: false,
+ },
+ {
+ id: "8838a672",
+ type: "mcq",
+ questionHtml:
+ "Which of the following expressions is equivalent to the expression above?",
+ choices: [
+ { label: "A", text: "−10, x³ − 3, x² + x + 3" },
+ { label: "B", text: "−2, x³ − 7, x² + x + 3" },
+ { label: "C", text: "−2, x³ − 3, x² + x + 3" },
+ { label: "D", text: "10, x³ − 7, x² − x + 3" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Using the distributive property, the given expression can be rewritten as 4 x³ − 5 x² + 3 − 6 x³ − 2 x² + x. Combining like terms, this expression can be rewritten as (4 − 6, ) · x³ + (−5 − 2, ) · x² + x + 3, which is equivalent to −2 x³ − 7 x² + x + 3.Choices A, C, and D are incorrect and may result from an error when applying the distributive property or an error when combining like terms.",
+ hasFigure: false,
+ },
+ {
+ id: "a05bd3a4",
+ type: "mcq",
+ questionHtml:
+ "Which of the following expressions is equivalent to x² − 5 ?",
+ choices: [
+ { label: "A", text: "(x + the √ 5, ), ²" },
+ { label: "B", text: "(x − the √ 5, ), ²" },
+ {
+ label: "C",
+ text: "(x + the √ 5, ) · (x − the √ 5, )",
+ },
+ { label: "D", text: "(x + 5, ) · (x − 1, )" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The expression can be written as a difference of squares x2 – y2, which can be factored as (x + y)(x – y). Here, y2 = 5, so y = the √ 5, and the expression therefore factors as (x + the √ 5, ) · (x − the √ 5, ).Choices A and B are incorrect and may result from misunderstanding how to factor a difference of squares. Choice D is incorrect; (x + 5)(x – 1) can be rewritten as x2 + 4x – 5, which is not equivalent to the original expression.",
+ hasFigure: false,
+ },
+ {
+ id: "a1bf1c4e",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to the expression above?",
+ choices: [
+ { label: "A", text: "(x + 3)2 + 5" },
+ { label: "B", text: "(x + 3)2 – 5" },
+ { label: "C", text: "(x – 3)2 + 5" },
+ { label: "D", text: "(x – 3)2 – 5" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The given quadratic expression is in standard form, and each answer choice is in vertex form. Completing the square converts the expression from standard form to vertex form. The first step is to rewrite the expression as follows: x² + 6 x + 4 = x² + 6 x + 9 + 4 − 9. The first three terms of the revised expression can be rewritten as a perfect square as follows: x² + 6 x + 9 + 4 − 9 = (x + 3, ), ² + 4 − 9. Combining the constant terms gives (x + 3, ), ² − 5.Choice A is incorrect. Squaring the binomial and simplifying the expression in choice A gives x² + 6 x + 9 + 5. Combining like terms gives x² − 6 x + 14, not x² + 6 x + 4. Choice C is incorrect. Squaring the binomial and simplifying the expression in choice C gives x² − 6 x + 9 + 5. Combining like terms gives x² − 6 x + 14, not x² + 6 x + 4. Choice D is incorrect. Squaring the binomial and simplifying the expression in choice D gives x² − 6 x + 9 − 5. Combining like terms gives x² − 6 x + 4, not x² + 6 x + 4.",
+ hasFigure: false,
+ },
+ {
+ id: "a255ae72",
+ type: "mcq",
+ questionHtml:
+ "If x² = a + b and y² = a + c, which of the following is equal to (x² − y², ), ² ?",
+ choices: [
+ { label: "A", text: "a, ² − 2 a, c + c²" },
+ { label: "B", text: "b² − 2 b c + c²" },
+ { label: "C", text: "4, a, ² − 4 a, b c + c²" },
+ { label: "D", text: "4 a, ² − 2 a, b c + b² c²" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that x² = a + b and y² = a + c. Using the distributive property, the expression (x² − y², ), ² can be rewritten as (x², ), ² − 2 x² · y² + (y², ), ². Substituting a + b and a + c for x² and y², respectively, in this expression yields (a + b, ), ² − 2 · ((a + b, ) · (a + c, ), ) + (a + c, ), ². Expanding this expression yields (a, ² + 2 a, b + b², ) − (2 a, ² + 2 b c + 2 a, c + 2 a, b, ) + (a, ² + 2 a, c + c², ). Combining like terms, this expression can be rewritten as b² − 2 b c + c².Choices A, C, and D are incorrect and may result from an error in using the distributive property, substituting, or combining like terms.",
+ hasFigure: false,
+ },
+ {
+ id: "a391ed22",
+ type: "spr",
+ questionHtml:
+ "The expression above is equivalent to
a, x² + b x + c, where a, b, and c are constants. What is the value of b?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is five halves. The expression (one half x + three halves, ) · (three halves x + one half, ) can be written in the form a, x² + b x + c, where a, b, and c are constants, by multiplying out the expression using the distributive property of multiplication over addition. The result is one half x · three halves x + one half x · one half + three halves · three halves x + three halves · one half. This expression can be rewritten by multiplying as indicated to give three fourths x² + one fourth x + nine fourths x + three fourths, which can be simplified to three fourths x² + ten fourths x + three fourths, or three fourths x² + five halves x + three fourths. This is in the form a, x² + b x + c, where the value of b is five halves. Note that 5/2 and 2.5 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "a520ba07",
+ type: "mcq",
+ questionHtml:
+ "Which of the following expressions is equivalent to the expression above?",
+ choices: [
+ { label: "A", text: "y²" },
+ { label: "B", text: "x · y²" },
+ { label: "C", text: "y³" },
+ { label: "D", text: "x · y³" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. One of the properties of radicals is the nth root of a · b, end root = the nth root of a, end root · the nth root of b, end root. Thus, the given expression can be rewritten as the cube root of x³, end root · the cube root of y to the power 6, end root. Simplifying by taking the cube root of each part gives x1 ⋅ y2, or xy2.Choices A, C, and D are incorrect and may be the result of incorrect application of the properties of exponents and radicals.",
+ hasFigure: false,
+ },
+ {
+ id: "ad2ec615",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to the expression x to the fourth power − x² − 6 ?",
+ choices: [
+ { label: "A", text: "(x² + 1, ) · (x² − 6, )" },
+ { label: "B", text: "(x² + 2, ) · (x² − 3, )" },
+ { label: "C", text: "(x² + 3, ) · (x² − 2, )" },
+ { label: "D", text: "(x² + 6, ) · (x² − 1, )" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The term x4 can be factored as x² · x². Factoring –6 as 2 · −3 yields values that add to –1, the coefficient of x2 in the expression.Choices A, C, and D are incorrect and may result from finding factors of –6 that don’t add to the coefficient of x2 in the original expression.",
+ hasFigure: false,
+ },
+ {
+ id: "b47419f4",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to the expression above?",
+ choices: [
+ { label: "A", text: "−one sixth x + 8" },
+ { label: "B", text: "−one sixth x − 2" },
+ { label: "C", text: "−one-third x² + one-half x + 15" },
+ {
+ label: "D",
+ text: "−one-third x² − nine halves x − 15",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. By distributing the minus sign through the expression two thirds x − 5, the given expression can be rewritten as (one half x + 3, ) − two thirds x + 5, which is equivalent to one half x − two thirds x + 3 + 5. Combining like terms gives (one half − two thirds, ) · x + (3 + 5, ), or −one sixth x + 8.Choice B is incorrect and may be the result of failing to distribute the minus sign appropriately through the second term and simplifying the expression one half x + 3 − two thirds x − 5. Choice C is incorrect and may be the result of multiplying the expressions one half x + 3 and −two thirds x + 5. Choice D is incorrect and may be the result of multiplying the expressions one half x + 3 and −two thirds x − 5.",
+ hasFigure: false,
+ },
+ {
+ id: "b4a6ed81",
+ type: "spr",
+ questionHtml:
+ "The expression 90 y^(5 − 54 y⁴) is equivalent to r y⁴ (15 y − 9), where r is a constant. What is the value of r?",
+ choices: [],
+ correctAnswer: "6",
+ explanation:
+ "The correct answer is 6. Applying the distributive property to the expression r y⁴ (15 y − 9) yields 15 r y^(5 − 9 r y⁴). Since 90 y^(5 − 54 y⁴) is equivalent to r y⁴ (15 y − 9), it follows that 90 y^(5 − 54 y⁴) is also equivalent to 15 r y^(5 − 9 r y⁴). Since these expressions are equivalent, it follows that corresponding coefficients are equivalent. Therefore, 90 = 15 r and −54 = − 9 r. Solving either of these equations for r will yield the value of r. Dividing both sides of 90 = 15 r by 15 yields 6 = r. Therefore, the value of r is 6.",
+ hasFigure: false,
+ },
+ {
+ id: "b8caaf84",
+ type: "mcq",
+ questionHtml:
+ "If p = 3 x + 4 and v = x + 5, which of the following is equivalent to p v − 2 p + v ?",
+ choices: [
+ { label: "A", text: "3 x² + 12 x + 7" },
+ { label: "B", text: "3 x² + 14 x + 17" },
+ { label: "C", text: "3 x² + 19 x + 20" },
+ { label: "D", text: "3 x² + 26 x + 33" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that p = 3 x + 4 and v = x + 5. Substituting the values for p and v into the expression p v − 2 p + v yields (3 x + 4, ) · (x + 5, ) − 2 · (3 x + 4, ) + x + 5. Multiplying the terms (3 x + 4, ) · (x + 5, ) yields 3 x² + 4 x + 15 x + 20. Using the distributive property to rewrite −2 · (3 x + 4, ) yields −6 x − 8. Therefore, the entire expression can be represented as 3 x² + 4 x + 15 x + 20 − 6 x − 8 + x + 5. Combining like terms yields 3 x² + 14 x + 17.Choice A is incorrect and may result from subtracting, instead of adding, the term x + 5. Choice C is incorrect. This is the result of multiplying the terms (3 x + 4, ) · (x + 5, ). Choice D is incorrect and may result from distributing 2, instead of −2, to the term 3 x + 4.",
+ hasFigure: false,
+ },
+ {
+ id: "c3a72da5",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to the sum of 3 x to the fourth power + 2 x³ and 4 x to the fourth power + 7 x³?",
+ choices: [
+ { label: "A", text: "16 x to the fourteenth power" },
+ {
+ label: "B",
+ text: "7 x to the eighth power + 9 x to the sixth power",
+ },
+ { label: "C", text: "12 x to the fourth power + 14 x³" },
+ { label: "D", text: "7 x to the fourth power + 9 x³" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Adding the two expressions yields 3 x to the fourth power + 2 x to the third power + 4 x to the fourth power + 7 x to the third power. Because the pair of terms 3 x to the fourth power and 4 x to the fourth power and the pair of terms 2 x to the third power and 7 x to the third power each contain the same variable raised to the same power, they are like terms and can be combined as 7 x to the fourth power and 9 x to the third power, respectively. The sum of the given expressions therefore simplifies to 7 x to the fourth power + 9 x to the third power.Choice A is incorrect and may result from adding the coefficients and the exponents in the given expressions. Choice B is incorrect and may result from adding the exponents as well as the coefficients of the like terms in the given expressions. Choice C is incorrect and may result from multiplying, rather than adding, the coefficients of the like terms in the given expressions.",
+ hasFigure: false,
+ },
+ {
+ id: "c602140f",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to the expression above?",
+ choices: [
+ { label: "A", text: "x − 23 y" },
+ { label: "B", text: "2 x² − xy − 3 y²" },
+ { label: "C", text: "2 x² + 24 xy + 36 y²" },
+ { label: "D", text: "2 x² − 49 xy + 69 y²" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Expanding all terms yields (x – 11y)(2x – 3y) – 12y(–2x + 3y), which is equivalent to 2x2 – 22xy – 3xy + 33y2 + 24xy – 36y2. Combining like terms gives 2x2 – xy – 3y2.Choice A is incorrect and may be the result of using the sums of the coefficients of the existing x and y terms as the coefficients of the x and y terms in the new expressions. Choice C is incorrect and may be the result of incorrectly combining like terms. Choice D is incorrect and may be the result of using the incorrect sign in front of the 12y term.",
+ hasFigure: false,
+ },
+ {
+ id: "cc776a04",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is an equivalent form of (1 . 5 x − 2 . 4, ), ² − (5 . 2, x² − 6 . 4, ) ?",
+ choices: [
+ { label: "A", text: "−2 . 2, x² + 1 . 6" },
+ { label: "B", text: "−2 . 2, x² + 11 . 2" },
+ { label: "C", text: "−2 . 95, x² − 7 . 2 x + 12 . 16" },
+ { label: "D", text: "−2 . 95, x² − 7 . 2 x + 0 . 64" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The first expression (1 . 5 x − 2 . 4, ), ² can be rewritten as (1 . 5 x − 2 . 4, ) · (1 . 5 x − 2 . 4, ) . Applying the distributive property to this product yields (2 . 2 5, x² − 3 . 6 x − 3 . 6 x + 5 . 7 6, ) − (5 . 2, x² − 6 . 4, ) . This difference can be rewritten as (2 . 2 5, x² − 3 . 6 x − 3 . 6 x + 5 . 7 6, ) + −1 · (5 . 2 x² − 6 . 4, ) . Distributing the factor of −1 through the second expression yields 2 . 2 5 x, ² − 3 . 6 x − 3 . 6 x + 5 . 7 6 − 5 . 2, x² + 6 . 4 . Regrouping like terms, the expression becomes (2 . 2 5, x² − 5 . 2, x², ) + (−3 . 6 x − 3 . 6 x, ) + (5 . 7 6 + 6 . 4, ) . Combining like terms yields −2 . 9 5, x² − 7 . 2 x + 12 . 1 6 .Choices A, B, and D are incorrect and likely result from errors made when applying the distributive property or combining the resulting like terms.",
+ hasFigure: false,
+ },
+ {
+ id: "d9137a84",
+ type: "mcq",
+ questionHtml:
+ "Which expression represents the product of (x^(−6) y³ z⁵) and (x⁴ z⁵ + y⁸ z^(−7))?",
+ choices: [
+ { label: "A", text: "x^(−2) z^(10 + y¹¹) z^(−2)" },
+ { label: "B", text: "x^(−2) z^(10 + x^(−6)) z^(−2)" },
+ { label: "C", text: "x^(−2) y³ z^(10 + y⁸) z^(−7)" },
+ {
+ label: "D",
+ text: "x^(−2) y³ z^(10 + x^(−6)) y¹¹ z^(−2)",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The product of (x^(−6) y³ z⁵) and (x⁴ z⁵ + y⁸ z^(−7)) can be represented by the expression (x^(−6) y³ z⁵) (x⁴ z⁵ + y⁸ z^(−7)). Applying the distributive property to this expression yields (x^(−6) y³ z⁵) (x⁴ z⁵) + (x^(−6) y³ z⁵) (y⁸ z^(−7)), or x^(−6) x⁴ y³ z⁵ z^(5 + x^(−6)) y³ y⁸ z⁵ z^(−7). This expression is equivalent to x^(−6 + 4) y³ z^(5 + 5 + x^(−6)) y^(3 + 8) z^(5 − 7), or x^(−2) y³ z^(10 + x^(−6)) y¹¹ z^(−2).
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: "dd4ab4c4",
+ type: "mcq",
+ questionHtml: "Which of the following is a factor of the polynomial above?",
+ choices: [
+ { label: "A", text: "a + b" },
+ { label: "B", text: "2 a + 5 b" },
+ { label: "C", text: "4 a + 5 b" },
+ { label: "D", text: "4 a + 25 b" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The first and last terms of the polynomial are both squares such that 4 a, ² = (2 a, ), ² and 25 b² = (5 b, ), ². The second term is twice the product of the square root of the first and last terms: 20 a, b = 2 · 2 a · 5 b. Therefore, the polynomial is the square of a binomial such that 4 a, ² + 20 a, b + 25 b² = (2 a + 5 b, ), ², and (2 a + 5 b, ) is a factor.Choice A is incorrect and may be the result of incorrectly factoring the polynomial. Choice C is incorrect and may be the result of dividing the second and third terms of the polynomial by their greatest common factor. Choice D is incorrect and may be the result of not factoring the coefficients.",
+ hasFigure: false,
+ },
+ {
+ id: "f237ccfc",
+ type: "spr",
+ questionHtml:
+ "The sum of −2 x² + x + 31 and 3 x² + 7 x − 8 can be written in the form a, x² + b x + c, where a, b, and c are constants. What is the value of a + b + c ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 32. The sum of the given expressions is (−2, x² + x + 31, ) + (3 x² + 7 x − 8, ). Combining like terms yields x² + 8 x + 23. Based on the form of the given equation, a = 1, b = 8, and c = 23. Therefore, a + b + c = 32.Alternate approach: Because a + b + c is the value of a, x² + b x + c when x = 1, it is possible to first make that substitution into each polynomial before adding them. When x = 1, the first polynomial is equal to−2 + 1 + 31 = 30 and the second polynomial is equal to 3 + 7 − 8 = 2. The sum of 30 and 2 is 32.",
+ hasFigure: false,
+ },
+];
+
+export const EQUIV_EXPR_HARD: PracticeQuestion[] = [
+ {
+ id: "12e7faf8",
+ type: "mcq",
+ questionHtml:
+ "The equation the fraction with numerator x² + 6 x − 7, and denominator x + 7, end fraction = a x + d is true for all x ≠ −7, where a and d are integers. What is the value of a + d ?",
+ choices: [
+ { label: "A", text: "−6" },
+ { label: "B", text: "−1" },
+ { label: "C", text: "0" },
+ { label: "D", text: "1" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Since the expression x² + 6 x − 7 can be factored as (x + 7, ) · (x − 1, ), the given equation can be rewritten as the fraction with numerator (x + 7, ) · (x − 1, ), and denominator x + 7, end fraction = a, x + d. Since x ≠ −7, x + 7 is also not equal to 0, so both the numerator and denominator of the fraction with numerator (x + 7, ) · (x − 1, ), and denominator x + 7, end fraction can be divided by x + 7. This gives x − 1 = a x + d. Equating the coefficient of x on each side of the equation gives a = 1. Equating the constant terms gives d = −1. The sum is 1 + −1 = 0.Choice A is incorrect and may result from incorrectly simplifying the equation. Choices B and D are incorrect. They are the values of d and a, respectively, not a + d.",
+ hasFigure: false,
+ },
+ {
+ id: "137cc6fd",
+ type: "spr",
+ questionHtml:
+ "RootIndex 5 √(70 n) (RootIndex 6 √(70 n))²
For what value of x is the given expression equivalent to (70 n)^(30 x), where n > 1?",
+ choices: [],
+ correctAnswer: ".0177, .0178, 4/225",
+ explanation:
+ "The correct answer is (4) / (225). An expression of the form RootIndex k √(a), where k is an integer greater than 1 and a > or = 0, is equivalent to a^((1) / (k)). Therefore, the given expression, where n > 1, is equivalent to (70 n)^(one fifth) ((70 n)^(one sixth))². Applying properties of exponents, this expression can be rewritten as (70 n)^(one fifth) (70 n)^(one sixth dot 2), or (70 n)^(one fifth) (70 n)^(one third), which can be rewritten as (70 n)^(one fifth + one third), or (70 n)^(eight fifteenths). It's given that the expression RootIndex 5 √(70 n) (RootIndex 6 √(70 n))² is equivalent to (70 n)^(30 x), where n > 1. It follows that (70 n)^(eight fifteenths) is equivalent to (70 n)^(30 x). Therefore, eight fifteenths = 30 x. Dividing both sides of this equation by 30 yields (8) / (450) = x, or (4) / (225) = x. Thus, the value of x for which the given expression is equivalent to (70 n)^(30 x), where n > 1, is (4) / (225). Note that 4/225, .0177, .0178, 0.017, and 0.018 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "20291f47",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to (y + 12) / (x − 8) + (y (x − 8)) / (x² y − 8 xy)?",
+ choices: [
+ {
+ label: "A",
+ text: "(xy + y + 4) / (x³ y − 16 x² y + 64 xy)",
+ },
+ {
+ label: "B",
+ text: "(xy + 9 y + 12) / (x² y − 8 xy + x − 8)",
+ },
+ {
+ label: "C",
+ text: "(xy² + 13 xy − 8 y) / (x² y − 8 xy)",
+ },
+ {
+ label: "D",
+ text: "(xy² + 13 xy − 8 y) / (x³ y − 16 x² y + 64 xy)",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Factoring the denominator in the second term of the given expression gives (y + 12) / (x − 8) + (y (x − 8)) / (xy (x − 8)). This expression can be rewritten with common denominators by multiplying the first term by (xy) / (xy), giving (xy (y + 12)) / (xy (x − 8)) + (y (x − 8)) / (xy (x − 8)). Adding these two terms yields (xy (y + 12) + y (x − 8)) / (xy (x − 8)). Using the distributive property to rewrite this expression gives (xy² + 12 xy + xy − 8 y) / (x² y − 8 xy). Combining the like terms in the numerator of this expression gives (xy² + 13 xy − 8 y) / (x² y − 8 xy).
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: "22fd3e1f",
+ type: "mcq",
+ questionHtml:
+ "Which of the following expressions is equivalent to the fraction f of x over g of x, for x > 3 ?",
+ choices: [
+ {
+ label: "A",
+ text: "the fraction with numerator 1, and denominator x + 1, end fraction",
+ },
+ {
+ label: "B",
+ text: "the fraction with numerator x + 3, and denominator x + 1, end fraction",
+ },
+ {
+ label: "C",
+ text: "the fraction with numerator x · (x − 3, ), and denominator x + 1, end fraction",
+ },
+ {
+ label: "D",
+ text: "the fraction with numerator x · (x + 3, ), and denominator x + 1, end fraction",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since x³ − 9 x = x · (x + 3, ) · (x − 3, ) and x² − 2 x − 3 = (x + 1, ) · (x − 3, ), the fractionf of x, over g of x can be written as the fraction with numerator x · (x + 3, ) · (x − 3, ), and denominator, (x + 1, ) · (x − 3, ), end fraction. It is given that x > 3, so the common factor x − 3 is not equal to 0. Therefore, the fraction can be further simplified to the fraction with numerator x · (x + 3, ), and denominator x + 1, end fraction.Choice A is incorrect. The expression the fraction 1 over, x + 1, end fraction is not equivalent to the fraction f of x, over g of x because at x = 0, the fraction 1 over, x + 1, end fraction as a value of 1 and the fraction f of x, over g of x has a value of 0.
Choice B is incorrect and results from omitting the factor x in the factorization of f of x. Choice C is incorrect and may result from incorrectly factoring g of x as (x + 1, ) · (x + 3, ) instead of (x + 1, ) · (x − 3, ).",
+ hasFigure: false,
+ },
+ {
+ id: "2c88af4d",
+ type: "mcq",
+ questionHtml:
+ "The expression the fraction with numerator x to the power − 2, end power · y to the power one-half, and denominator x to the power one-third, end power · y to the power − 1, end fraction, where x > 1 and y > 1, is equivalent to which of the following?",
+ choices: [
+ {
+ label: "A",
+ text: "The fraction with numerator the √ y and denominator the cube root of x²",
+ },
+ {
+ label: "B",
+ text: "The fraction with numerator y · the √ y and denominator the cube root of x²",
+ },
+ {
+ label: "C",
+ text: "The fraction with numerator y · the √ y and denominator x · the √ x",
+ },
+ {
+ label: "D",
+ text: "The fraction with numerator y · the √ y and denominator x² · the cube root of x",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. For x > 1 and y > 1, x to the one third power and y to the one half power are equivalent to the cube root of x and the √ y, respectively. Also, x to the − 2 power and y to the − 1 power are equivalent to the fraction 1 over x², end fraction and 1 over y, respectively. Therefore, the given expression can be rewritten as the fraction with numerator, y · the √ y, and denominator x² · the cube root of x, end fraction.Choices A, B, and C are incorrect because these choices are not equivalent to the given expression for x > 1 and y > 1.
For example, for x = 2 and y = 2, the value of the given expression is 2 to the − five sixths power; the values of the choices, however, are 2 to the − one third power, 2 to the five sixths power, and 1, respectively.",
+ hasFigure: false,
+ },
+ {
+ id: "34847f8a",
+ type: "mcq",
+ questionHtml:
+ "The equation above is true for all x > 2, where r and t are positive constants. What is the value of rt ?",
+ choices: [
+ { label: "A", text: "−20" },
+ { label: "B", text: "15" },
+ { label: "C", text: "20" },
+ { label: "D", text: "60" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. To express the sum of the two rational expressions on the left-hand side of the equation as the single rational expression on the right-hand side of the equation, the expressions on the left-hand side must have the same denominator. Multiplying the first expression by the fraction with numerator x + 5, and denominator x − 5, end fraction results in the fraction with numerator 2 · (x + 5, ), and denominator, (x − 2, ) · (x + 5, ), end fraction, and multiplying the second expression by the fraction with numerator x − 2, and denominator x − 2, end fraction results in the fraction with numerator 3 · (x − 2, ), and denominator, (x − 2, ) · (x + 5, ), end fraction, so the given equation can be rewritten as the fraction with numerator 2 · (x + 5, ), and denominator, (x − 2, ) · (x + 5, ), end fraction + the fraction with numerator 3 · (x − 2, ), and denominator, (x − 2, ) · (x + 5, ), end fraction = the fraction with numerator r x + t, and denominator, (x − 2, ) · (x + 5, ), end fraction, or the fraction with numerator 2 x + 10, and denominator, (x − 2, ) · (x + 5, ), end fraction + the fraction with numerator 3 x − 6, and denominator, (x − 2, ) · (x + 5, ), end fraction = the fraction with numerator r x + t, and denominator, (x − 2, ) · (x + 5, ), end fraction. Since the two rational expressions on the left-hand side of the equation have the same denominator as the rational expression on the right-hand side of the equation, it follows that (2 x + 10, ) + (3 x − 6, ) = r x + t. Combining like terms on the left-hand side yields 5 x + 4 = r x + t, so it follows that r = 5 and t = 4. Therefore, the value of r t is 5 · 4, which = 20.Choice A is incorrect and may result from an error when determining the sign of either r or t. Choice B is incorrect and may result from not distributing the 2 and 3 to their respective terms in the fraction with numerator 2 · (x + 5, ), and denominator, (x − 2, ) · (x + 5, ), end fraction + the fraction with numerator 3 · (x − 2, ), and denominator, (x − 2, ) · (x + 5, ), end fraction = the fraction with numerator r x + t, and denominator, (x − 2, ) · (x + 5, ), end fraction. Choice D is incorrect and may result from a calculation error.",
+ hasFigure: false,
+ },
+ {
+ id: "371cbf6b",
+ type: "mcq",
+ questionHtml:
+ "The equation above is true for all x, where a and b are constants. What is the value of ab ?",
+ choices: [
+ { label: "A", text: "18" },
+ { label: "B", text: "20" },
+ { label: "C", text: "24" },
+ { label: "D", text: "40" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. If the equation is true for all x, then the expressions on both sides of the equation will be equivalent. Multiplying the polynomials on the left-hand side of the equation gives 5 a, x³ − a, b x² + 4 a, x + 15 x² − 3 b x + 12. On the right-hand side of the equation, the only x²-term is −9 x². Since the expressions on both sides of the equation are equivalent, it follows that −a, b x² + 15 x² = −9 x², which can be rewritten as (−a, b + 15, ) · x² = −9 x². Therefore, −a, b + 15 = −9, which gives a, b = 24.Choice A is incorrect. If a, b = 18, then the coefficient of x² on the left-hand side of the equation would be −18 + 15 = −3, which doesn’t equal the coefficient of x², −9, on the right-hand side. Choice B is incorrect. If a, b = 20, then the coefficient of x² on the left-hand side of the equation would be −20 + 15 = −5, which doesn’t equal the coefficient of x², −9, on the right-hand side. Choice D is incorrect. If a, b = 40, then the coefficient of x² on the left-hand side of the equation would be −40 + 15 = −25, which doesn’t equal the coefficient of x², −9, on the right-hand side.",
+ hasFigure: false,
+ },
+ {
+ id: "40c09d66",
+ type: "spr",
+ questionHtml:
+ "If the fraction with numerator the √ x to the fifth power, end root, and denominator the cube root of x to the fourth power, end root, end fraction = x raised to the fraction a over b power for all positive values of x, what is the value of the fraction a over b?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 7 over 6. The value of a, over b can be found by first rewriting the left-hand side of the given equation as the fraction with numerator x raised to the five halves power, and denominator x raised to the four thirds power, end fraction. Using the properties of exponents, this expression can be rewritten as x raised to the (five halves − four thirds, ), power. This expression can be rewritten by subtracting the fractions in the exponent, which yields x raised to the fraction 7 over 6, power. Thus, a, over b is 7 over 6. Note that 7/6, 1.166, and 1.167 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "42f8e4b4",
+ type: "spr",
+ questionHtml:
+ "One of the factors of 2 x³ + 42 x² + 208 x is x + b, where b is a positive constant. What is the smallest possible value of b?",
+ choices: [],
+ correctAnswer: "8",
+ explanation:
+ "The correct answer is 8. Since each term of the given expression, 2 x³ + 42 x² + 208 x, has a factor of 2 x, the expression can be rewritten as 2 x (x²) + 2 x (21 x) + 2 x (104), or 2 x (x² + 21 x + 104). Since the values 8 and 13 have a sum of 21 and a product of 104, the expression x² + 21 x + 104 can be factored as (x + 8) (x + 13). Therefore, the given expression can be factored as 2 x (x + 8) (x + 13). It follows that the factors of the given expression are 2, x, x + 8, and x + 13. Of these factors, only x + 8 and x + 13 are of the form x + b, where b is a positive constant. Therefore, the possible values of b are 8 and 13. Thus, the smallest possible value of b is 8.",
+ hasFigure: false,
+ },
+ {
+ id: "433184f1",
+ type: "mcq",
+ questionHtml:
+ "Which expression is equivalent to (4) / (4 x − 5) − (1) / (x + 1)?",
+ choices: [
+ { label: "A", text: "(1) / ((x + 1) (4 x − 5))" },
+ { label: "B", text: "(3) / (3 x − 6)" },
+ { label: "C", text: "− (1) / ((x + 1) (4 x − 5))" },
+ { label: "D", text: "(9) / ((x + 1) (4 x − 5))" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The expression (4) / (4 x − 5) − (1) / (x + 1) can be rewritten as (4) / (4 x − 5) + ((−1)) / (x + 1). To add the two terms of this expression, the terms can be rewritten with a common denominator. Since (x + 1) / (x + 1) = 1, the expression (4) / (4 x − 5) can be rewritten as ((x + 1) (4)) / ((x + 1) (4 x − 5)). Since (4 x − 5) / (4 x − 5) = 1, the expression (−1) / (x + 1) can be rewritten as ((4 x − 5) (−1)) / ((4 x − 5) (x + 1)). Therefore, the expression (4) / (4 x − 5) + ((−1)) / (x + 1) can be rewritten as ((x + 1) (4)) / ((x + 1) (4 x − 5)) + ((4 x − 5) (−1)) / ((4 x − 5) (x + 1)), which is equivalent to ((x + 1) (4) + (4 x − 5) (−1)) / ((x + 1) (4 x − 5)). Applying the distributive property to each term of the numerator yields ((4 x + 4) + (−4 x + 5)) / ((x + 1) (4 x − 5)), or ((4 x + (−4 x)) + (4 + 5)) / ((x + 1) (4 x − 5)). Adding like terms in the numerator yields (9) / ((x + 1) (4 x − 5)).
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: "5355c0ef",
+ type: "spr",
+ questionHtml:
+ "0.36 x² + 0.63 x + 1.17
The given expression can be rewritten as a (4 x² + 7 x + 13), where a is a constant. What is the value of a?",
+ choices: [],
+ correctAnswer: ".09, 9/100",
+ explanation:
+ "The correct answer is .09. It's given that the expression 0.36 x² + 0.63 x + 1.17 can be rewritten as a (4 x² + 7 x + 13). Applying the distributive property to the expression a (4 x² + 7 x + 13) yields 4 a x² + 7 a x + 13 a. Therefore, 0.36 x² + 0.63 x + 1.17 can be rewritten as 4 a x² + 7 a x + 13 a. It follows that in the expressions 0.36 x² + 0.63 x + 1.17 and 4 a x² + 7 a x + 13 a, the coefficients of x² are equivalent, the coefficients of x are equivalent, and the constant terms are equivalent. Therefore, 0.36 = 4 a, 0.63 = 7 a, and 1.17 = 13 a. Solving any of these equations for a yields the value of a. Dividing both sides of the equation 0.36 = 4 a by 4 yields 0.09 = a. Therefore, the value of a is 0.09. Note that .09 and 9/100 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "89fc23af",
+ type: "mcq",
+ questionHtml:
+ "Which of the following expressions is equivalent to the fraction with numerator x² − 2 x − 5, and denominator x − 3 ?",
+ choices: [
+ {
+ label: "A",
+ text: "x − 5 − the fraction with numerator 20, and denominator x − 3",
+ },
+ {
+ label: "B",
+ text: "x − 5 − the fraction with numerator 10, and denominator x − 3",
+ },
+ {
+ label: "C",
+ text: "x + 1 − the fraction with numerator 8, and denominator x − 3",
+ },
+ {
+ label: "D",
+ text: "x + 1 − the fraction with numerator 2, and denominator x − 3",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The numerator of the given expression can be rewritten in terms of the denominator, x − 3, as follows: x² − 2 x − 5 = x² − 3 x + x − 3 − 2, which is equivalent to x · (x − 3, ) + (x − 3, ) − 2. So the given expression is equivalent to the fraction with numerator x · (x − 3, ) + (x − 3, ) − 2, and denominator x − 3, end fraction = the fraction with numerator x · (x − 3, ), and denominator x − 3, end fraction + the fraction with numerator x − 3, and denominator x − 3, end fraction − the fraction with numerator 2, and denominator x − 3, end fraction. Since the given expression is defined for x ≠ 3, the expression can be rewritten as x + 1 − the fraction with numerator 2, and denominator x − 3, end fraction.Long division can also be used as an alternate approach. Choices A, B, and C are incorrect and may result from errors made when dividing the two polynomials or making use of structure.",
+ hasFigure: false,
+ },
+ {
+ id: "911c415b",
+ type: "spr",
+ questionHtml:
+ "The expression above can be written in the form a · y² + b, where a and b are constants. What is the value of a + b ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 6632. Applying the distributive property to the expression yields (7532 + 100 y², ) + (100 y² − 1100, ). Then adding together 7532 + 100 y² and 100 y² − 1100 and collecting like terms results in 200 y² + 6432. This is written in the form a, y² + b, where a = 200 and b = 6432. Therefore a + b = 200 + 6432, which = 6632.",
+ hasFigure: false,
+ },
+ {
+ id: "a0b4103e",
+ type: "mcq",
+ questionHtml:
+ "The expression one-third x² − 2 can be rewritten as one-third · (x − k, ) · (x + k, ), where k is a positive constant. What is the value of k ?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "6" },
+ { label: "C", text: "the √ 2" },
+ { label: "D", text: "the √ 6" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Factoring out the coefficient one third, the given expression can be rewritten as one third · (x² − 6, ). The expression x² − 6 can be approached as a difference of squares and rewritten as (x − the √ 6, ) · (x + the √ 6, ). Therefore, k must be the √ 6.Choice A is incorrect. If k were 2, then the expression given would be rewritten as one third · (x − 2, ) · (x + 2, ), which is equivalent to one third, x² − four thirds, not one third, x² − 2.
Choice B is incorrect. This may result from incorrectly factoring the expression and finding (x − 6, ) · (x + 6, ) as the factored form of the expression. Choice C is incorrect. This may result from incorrectly distributing the one third and rewriting the expression as one third · (x² − 2, ).",
+ hasFigure: false,
+ },
+ {
+ id: "ad038c19",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to parenthesis, a + the fraction b over 2, ), ² ?",
+ choices: [
+ { label: "A", text: "a, ² + the fraction b² over 2" },
+ { label: "B", text: "a, ² + the fraction b² over 4" },
+ {
+ label: "C",
+ text: "a, ² + the fraction a · b, over 2, end fraction + the fraction b² over 2",
+ },
+ {
+ label: "D",
+ text: "a, ² + a · b + the fraction b² over 4",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The expression (a + the fraction b over 2, ), ² can be rewritten as (a + the fraction b over 2, ) · (a + the fraction b over 2, ). Using the distributive property, the expression yields (a + the fraction b over 2, ) · (a + the fraction b over 2, ) = a, ² + the fraction with numerator a, b and denominator 2, end fraction + the fraction with numerator a, b and denominator 2, end fraction + the fraction b², over 4. Combining like terms gives a, ² + a, b + the fraction b² over 4.Choices A, B, and C are incorrect and may result from errors using the distributive property on the given expression or combining like terms.",
+ hasFigure: false,
+ },
+ {
+ id: "b74f2feb",
+ type: "spr",
+ questionHtml:
+ "The expression 6 RootIndex 5 √(3⁵ x⁴⁵) dot RootIndex 8 √(2⁸ x) is equivalent to a x^(b), where a and b are positive constants and x > 1. What is the value of a + b?",
+ choices: [],
+ correctAnswer: "361/8, 45.12, 45.13",
+ explanation:
+ "The correct answer is (361) / (8). The rational exponent property is RootIndex n √(y^(m)) = y^((m) / (n)), where y > 0, m and n are integers, and n > 0. This property can be applied to rewrite the given expression 6 RootIndex 5 √(3⁵ x⁴⁵) dot RootIndex 8 √(2⁸ x) as 6 (3^(five fifths)) (x^((45) / (5))) (2^(eight eighths)) (x^(one eighth)), or 6 (3) (x⁹) (2) (x^(one eighth)). This expression can be rewritten by multiplying the constants, which gives 36 (x⁹) (x^(one eighth)). The multiplication exponent property is y^(n) dot y^(m) = y^(n + m), where y > 0. This property can be applied to rewrite the expression 36 (x⁹) (x^(one eighth)) as 36 x^(9 + one eighth), or 36 x^((73) / (8)). Therefore, 6 RootIndex 5 √(3⁵ x⁴⁵) dot RootIndex 8 √(2⁸ x) = 36 x^((73) / (8)). It's given that 6 RootIndex 5 √(3⁵ x⁴⁵) dot RootIndex 8 √(2⁸ x) is equivalent to a x^(b); therefore, a = 36 and b = (73) / (8). It follows that a + b = 36 + (73) / (8). Finding a common denominator on the right-hand side of this equation gives a + b = (288) / (8) + (73) / (8), or a + b = (361) / (8). Note that 361/8, 45.12, and 45.13 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "c3b116d7",
+ type: "mcq",
+ questionHtml:
+ "Which of the following expressions is(are) a factor of 3 x² + 20 x − 63?
x − 9
3 x − 7",
+ choices: [
+ { label: "A", text: "I only" },
+ { label: "B", text: "II only" },
+ { label: "C", text: "I and II" },
+ { label: "D", text: "Neither I nor II" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The given expression can be factored by first finding two values whose sum is 20 and whose product is 3 (−63), or −189. Those two values are 27 and −7. It follows that the given expression can be rewritten as 3 x² + 27 x − 7 x − 63. Since the first two terms of this expression have a common factor of 3 x and the last two terms of this expression have a common factor of −7, this expression can be rewritten as 3 x (x + 9) − 7 (x + 9). Since the two terms of this expression have a common factor of (x + 9), it can be rewritten as (3 x − 7) (x + 9). Therefore, expression II, 3 x − 7, is a factor of 3 x² + 20 x − 63, but expression I, x − 9, is not a factor of 3 x² + 20 x − 63.
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: "c81b6c57",
+ type: "mcq",
+ questionHtml:
+ "In the expression [] , p is a constant. This expression is equivalent to the expression 6 x² − 155 x + 24. What is the value of p ?",
+ choices: [
+ { label: "A", text: "−3" },
+ { label: "B", text: "7" },
+ { label: "C", text: "13" },
+ { label: "D", text: "155" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Using the distributive property, the first given expression can be rewritten as 6x2 + 3px + 24 – 16px – 64x + 24, and then rewritten as 6x2 + (3p – 16p – 64)x + 24. Since the expression 6x2 + (3p – 16p – 64)x + 24 is equivalent to 6x2 – 155x + 24, the coefficients of the x terms from each expression are equivalent to each other; thus 3p – 16p – 64 = –155. Combining like terms gives –13p – 64 = –155. Adding 64 to both sides of the equation gives –13p = –71. Dividing both sides of the equation by –13 yields p = 7.Choice A is incorrect. If p = –3, then the first expression would be equivalent to 6x2 – 25x + 24. Choice C is incorrect. If p = 13, then the first expression would be equivalent to 6x2 – 233x + 24. Choice D is incorrect. If p = 155, then the first expression would be equivalent to 6x2 – 2,079x + 24.",
+ hasFigure: false,
+ },
+ {
+ id: "d8789a4c",
+ type: "mcq",
+ questionHtml:
+ "In the expression above, b and c are positive integers. If the expression is equivalent to x + b and x ≠ b, which of the following could be the value of c ?",
+ choices: [
+ { label: "A", text: "4" },
+ { label: "B", text: "6" },
+ { label: "C", text: "8" },
+ { label: "D", text: "10" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. If the given expression is equivalent to x + b, then the fraction with numerator x² − c, and denominator x − b, end fraction = x + b, where x isn’t equal to b. Multiplying both sides of this equation by x − b yields x² − c = (x + b, ) · (x − b, ). Since the right-hand side of this equation is in factored form for the difference of squares, the value of c must be a perfect square. Only choice A gives a perfect square for the value of c.Choices B, C, and D are incorrect. None of these values of c produces a difference of squares. For example, when 6 is substituted for c in the given expression, the result is the fraction with numerator x² − 6, and denominator x − b, end fraction. The expression x² − 6 can’t be factored with integer values, and therefore the fraction with numerator x² − 6, and denominator x − b, end fraction isn’t equivalent to x + b.",
+ hasFigure: false,
+ },
+ {
+ id: "e117d3b8",
+ type: "mcq",
+ questionHtml:
+ "If a and c are positive numbers, which of the following is equivalent to the √, (a + c, ), ³, end root · the √ a + c, end root?",
+ choices: [
+ { label: "A", text: "a + c" },
+ { label: "B", text: "a² + c²" },
+ { label: "C", text: "a² + 2 a c + c²" },
+ { label: "D", text: "a² · c²" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Using the property that the √ x, end root · the √ y, end root = the √ xy, end root for positive numbers x and y, with x = (a + c)3 and y = a + c, it follows that the √, (a + c, ), ³, end root · the √ a + c, end root = the √, (a + c, end parenthesis to the power 4, end root. By rewriting (a + c)4 as ((a + c)2)2, it is possible to simplify the square root expression as follows: the √, open outer parenthesis, open inner parenthesis, a + c, close inner parenthesis, ², close outer parenthesis, ², end root = (a + c, ), ², which = a, ² + 2 a, c + c².
Choice A is incorrect and may be the result of the √, (a + c, ), ³, end root ÷ the √, a + c, end root. Choice B is incorrect and may be the result of incorrectly rewriting (a + c)2 as a2 + c2. Choice D is incorrect and may be the result of incorrectly applying properties of exponents.",
+ hasFigure: false,
+ },
+ {
+ id: "ea6d05bb",
+ type: "spr",
+ questionHtml:
+ "The expression (3 x − 23) (19 x + 6) is equivalent to the expression a x² + b x + c, where a, b, and c are constants. What is the value of b?",
+ choices: [],
+ correctAnswer: "-419",
+ explanation:
+ "The correct answer is −419. It's given that the expression (3 x − 23) (19 x + 6) is equivalent to the expression a x² + b x + c, where a, b, and c are constants. Applying the distributive property to the given expression, (3 x − 23) (19 x + 6), yields (3 x) (19 x) + (3 x) (6) − (23) (19 x) − (23) (6), which can be rewritten as 57 x² + 18 x − 437 x − 138. Combining like terms yields 57 x² − 419 x − 138. Since this expression is equivalent to a x² + b x + c, it follows that the value of b is −419.",
+ hasFigure: false,
+ },
+ {
+ id: "f89e1d6f",
+ type: "mcq",
+ questionHtml:
+ "If a = c + d, which of the following is equivalent to the expression x² − c² − 2 c d − d²?",
+ choices: [
+ { label: "A", text: "(x + a, ), ²" },
+ { label: "B", text: "(x − a, ), ²" },
+ { label: "C", text: "(x + a, ) · (x − a, )" },
+ { label: "D", text: "x² − a · x − a²" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Factoring –1 from the second, third, and fourth terms gives x2 – c2 – 2cd – d2 = x2 – (c2 + 2cd + d2). The expression c2 + 2cd + d2 is the expanded form of a perfect square: c2 + 2cd + d2 = (c + d)2. Therefore, x2 – (c2 + 2cd + d2) = x2 – (c + d)2. Since a = c + d, x2 – (c + d)2 = x2 – a2. Finally, because x2 – a2 is the difference of squares, it can be expanded as x2 – a2 = (x + a)(x – a).Choices A and B are incorrect and may be the result of making an error in factoring the difference of squares x2 – a2. Choice D is incorrect and may be the result of incorrectly combining terms.",
+ hasFigure: false,
+ },
+ {
+ id: "ffdbcad4",
+ type: "mcq",
+ questionHtml:
+ "The expression 4 x² + b x − 45, where b is a constant, can be rewritten as (h x + k) (x + j), where h, k, and j are integer constants. Which of the following must be an integer?",
+ choices: [
+ { label: "A", text: "(b) / (h)" },
+ { label: "B", text: "(b) / (k)" },
+ { label: "C", text: "(45) / (h)" },
+ { label: "D", text: "(45) / (k)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that 4 x² + b x − 45 can be rewritten as (h x + k) (x + j). The expression (h x + k) (x + j) can be rewritten as h x² + j h x + k x + k j, or h x² + (j h + k) x + k j. Therefore, h x² + (j h + k) x + k j is equivalent to 4 x² + b x − 45. It follows that k j = −45. Dividing each side of this equation by k yields j = (−45) / (k). Since j is an integer, − (45) / (k) must be an integer. Therefore, (45) / (k) must also be an integer.
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,
+ },
+];
diff --git a/src/data/math/evaluating-statistical-claims.ts b/src/data/math/evaluating-statistical-claims.ts
new file mode 100644
index 0000000..87b65c9
--- /dev/null
+++ b/src/data/math/evaluating-statistical-claims.ts
@@ -0,0 +1,236 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const EVAL_STATS_EASY: PracticeQuestion[] = [
+ {
+ id: "82dfb646",
+ type: "mcq",
+ questionHtml:
+ "A market researcher selected 200 people at random from a group of people who indicated that they liked a certain book. The 200 people were shown a movie based on the book and then asked whether they liked or disliked the movie. Of those surveyed, 95% said they disliked the movie. Which of the following inferences can appropriately be drawn from this survey result?",
+ choices: [
+ {
+ label: "A",
+ text: "At least 95% of people who go see movies will dislike this movie.",
+ },
+ {
+ label: "B",
+ text: "At least 95% of people who read books will dislike this movie.",
+ },
+ {
+ label: "C",
+ text: "Most people who dislike this book will like this movie.",
+ },
+ {
+ label: "D",
+ text: "Most people who like this book will dislike this movie.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The sample was selected from a group of people who indicated that they liked the book. It is inappropriate to generalize the result of the survey beyond the population from which the participants were selected. Choice D is the most appropriate inference from the survey results because it describes a conclusion about people who liked the book, and the results of the survey indicate that most people who like the book disliked the movie.Choices A, B, and C are incorrect because none of these inferences can be drawn from the survey results. Choices A and B need not be true. The people surveyed all liked the book on which the movie was based, which is not necessarily true of all people who go see movies or all people who read books. Thus, the people surveyed are not representative of all people who go see movies or all people who read books. Therefore, the results of this survey cannot appropriately be extended to at least 95% of people who go see movies or to at least 95% of people who read books. Choice C need not be true because the sample includes only people who liked the book, and so the results do not extend to people who dislike the book.",
+ hasFigure: false,
+ },
+ {
+ id: "9bf4c545",
+ type: "mcq",
+ questionHtml:
+ "The members of a city council wanted to assess the opinions of all city residents about converting an open field into a dog park. The council surveyed a sample of 500 city residents who own dogs. The survey showed that the majority of those sampled were in favor of the dog park. Which of the following is true about the city council’s survey?",
+ choices: [
+ {
+ label: "A",
+ text: "It shows that the majority of city residents are in favor of the dog park.",
+ },
+ {
+ label: "B",
+ text: "The survey sample should have included more residents who are dog owners.",
+ },
+ {
+ label: "C",
+ text: "The survey sample should have consisted entirely of residents who do not own dogs.",
+ },
+ {
+ label: "D",
+ text: "The survey sample is biased because it is not representative of all city residents.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The members of the city council wanted to assess opinions of all city residents. To gather an unbiased sample, the council should have used a random sampling design to select subjects from all city residents. The given survey introduced a sampling bias because the 500 city residents surveyed were all dog owners. This sample is not representative of all city residents because not all city residents are dog owners.Choice A is incorrect because when the sampling method isn’t random, there is no guarantee that the survey results will be reliable; hence, they cannot be generalized to the entire population. Choice B is incorrect because a larger sample of residents who are dog owners would not correct the sampling bias. Choice C is incorrect because a survey sample of entirely non–dog owners would likely have a biased opinion, just as a sample of dog owners would likely have a biased opinion.",
+ hasFigure: false,
+ },
+];
+
+export const EVAL_STATS_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "37930b2a",
+ type: "mcq",
+ questionHtml:
+ "Residents of a town were surveyed to determine whether they are satisfied with the concession stand at the local park. A random sample of 200 residents was selected. All 200 responded, and 87% said they are satisfied. Based on this information, which of the following statements must be true?I. Of all the town residents, 87% would say they are satisfied with the concession stand at the local park.
II. If another random sample of 200 residents were surveyed, 87% would say they are satisfied.",
+ choices: [
+ { label: "A", text: "Neither" },
+ { label: "B", text: "I only" },
+ { label: "C", text: "II only" },
+ { label: "D", text: "I and II" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The purpose of surveying a random sample of residents is to approximate the percent of the town residents that are satisfied with the concession stand. The sample doesn’t necessarily get the same result as surveying every resident of the town, nor would another sample necessarily have identical results. Therefore, although it’s possible that either statement I or statement II could prove true by surveying every resident of the town, these statements cannot be proven true solely based on the results of the sample.Choice B is incorrect because surveying a sample of the town residents may not have the same result as surveying all the town residents. Choices C and D are incorrect because surveying a different sample of residents could yield different results.",
+ hasFigure: false,
+ },
+ {
+ id: "642519d7",
+ type: "mcq",
+ questionHtml:
+ "A polling agency recently surveyed 1,000 adults who were selected at random from a large city and asked each of the adults, “Are you satisfied with the quality of air in the city?” Of those surveyed, 78 percent responded that they were satisfied with the quality of air in the city. Based on the results of the survey, which of the following statements must be true?Of all adults in the city, 78 percent are satisfied with the quality of air in the city.
If another 1,000 adults selected at random from the city were surveyed, 78 percent of them would report they are satisfied with the quality of air in the city.
If 1,000 adults selected at random from a different city were surveyed, 78 percent of them would report they are satisfied with the quality of air in the city.",
+ choices: [
+ { label: "A", text: "None" },
+ { label: "B", text: "II only" },
+ { label: "C", text: "I and II only" },
+ { label: "D", text: "I and III only" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Statement I need not be true. The fact that 78% of the 1,000 adults who were surveyed responded that they were satisfied with the air quality in the city does not mean that the exact same percentage of all adults in the city will be satisfied with the air quality in the city. Statement II need not be true because random samples, even when they are of the same size, are not necessarily identical with regard to percentages of people in them who have a certain opinion. Statement III need not be true for the same reason that statement II need not be true: results from different samples can vary. The variation may be even bigger for this sample since it would be selected from a different city. Therefore, none of the statements must be true.Choices B, C, and D are incorrect because none of the statements must be true.",
+ hasFigure: false,
+ },
+ {
+ id: "b4f5a7ca",
+ type: "mcq",
+ questionHtml:
+ "A survey was conducted using a sample of history professors selected at random from the California State Universities. The professors surveyed were asked to name the publishers of their current texts. What is the largest population to which the results of the survey can be generalized?",
+ choices: [
+ { label: "A", text: "All professors in the United States" },
+ { label: "B", text: "All history professors in the United States" },
+ {
+ label: "C",
+ text: "All history professors at all California State Universities",
+ },
+ {
+ label: "D",
+ text: "All professors at all California State Universities",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Selecting a sample at random when conducting a survey allows the results to be generalized to the population from which the sample was selected, but not beyond this population. In this situation, the population that the sample was selected from is history professors from the California State Universities. Therefore, the largest population to which the results of the survey can be generalized is all history professors at all California State Universities.Choices A, B, and D are incorrect. Since the sample was selected at random from history professors from the California State Universities, the results of the survey can’t be generalized to all professors in the United States, all history professors in the United States, or all professors at all California State Universities. All three of these populations may use different texts and therefore may name different publishers.",
+ hasFigure: false,
+ },
+];
+
+export const EVAL_STATS_HARD: PracticeQuestion[] = [
+ {
+ id: "1ea09200",
+ type: "mcq",
+ questionHtml:
+ "A sample of 40 fourth-grade students was selected at random from a certain school. The 40 students completed a survey about the morning announcements, and 32 thought the announcements were helpful. Which of the following is the largest population to which the results of the survey can be applied?",
+ choices: [
+ { label: "A", text: "The 40 students who were surveyed" },
+ { label: "B", text: "All fourth-grade students at the school" },
+ { label: "C", text: "All students at the school" },
+ {
+ label: "D",
+ text: "All fourth-grade students in the county in which the school is located",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Selecting a sample of a reasonable size at random to use for a survey allows the results from that survey to be applied to the population from which the sample was selected, but not beyond this population. In this case, the population from which the sample was selected is all fourth-grade students at a certain school. Therefore, the results of the survey can be applied to all fourth-grade students at the school.Choice A is incorrect. The results of the survey can be applied to the 40 students who were surveyed. However, this isn’t the largest group to which the results of the survey can be applied. Choices C and D are incorrect. Since the sample was selected at random from among the fourth-grade students at a certain school, the results of the survey can’t be applied to other students at the school or to other fourth-grade students who weren’t represented in the survey results. Students in other grades in the school or other fourth-grade students in the country may feel differently about announcements than the fourth-grade students at the school.",
+ hasFigure: false,
+ },
+ {
+ id: "4a422e3e",
+ type: "mcq",
+ questionHtml:
+ "To determine the mean number of children per household in a community, Tabitha surveyed 20 families at a playground. For the 20 families surveyed, the mean number of children per household was 2.4. Which of the following statements must be true?",
+ choices: [
+ {
+ label: "A",
+ text: "The mean number of children per household in the community is 2.4.",
+ },
+ {
+ label: "B",
+ text: "A determination about the mean number of children per household in the community should not be made because the sample size is too small.",
+ },
+ {
+ label: "C",
+ text: "The sampling method is flawed and may produce a biased estimate of the mean number of children per household in the community.",
+ },
+ {
+ label: "D",
+ text: "The sampling method is not flawed and is likely to produce an unbiased estimate of the mean number of children per household in the community.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. In order to use a sample mean to estimate the mean for a population, the sample must be representative of the population (for example, a simple random sample). In this case, Tabitha surveyed 20 families in a playground. Families in the playground are more likely to have children than other households in the community. Therefore, the sample isn’t representative of the population. Hence, the sampling method is flawed and may produce a biased estimate.Choices A and D are incorrect because they incorrectly assume the sampling method is unbiased. Choice B is incorrect because a sample of size 20 could be large enough to make an estimate if the sample had been representative of all the families in the community.",
+ hasFigure: false,
+ },
+ {
+ id: "7ce2830a",
+ type: "mcq",
+ questionHtml:
+ "A psychologist designed and conducted a study to determine whether playing a certain educational game increases middle school students’ accuracy in adding fractions. For the study, the psychologist chose a random sample of 35 students from all of the students at one of the middle schools in a large city. The psychologist found that students who played the game showed significant improvement in accuracy when adding fractions. What is the largest group to which the results of the study can be generalized?",
+ choices: [
+ { label: "A", text: "The 35 students in the sample" },
+ { label: "B", text: "All students at the school" },
+ { label: "C", text: "All middle school students in the city" },
+ { label: "D", text: "All students in the city" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The largest group to which the results of a study can be generalized is the population from which the random sample was chosen. In this case, the psychologist chose a random sample from all students at one particular middle school. Therefore, the largest group to which the results can be generalized is all the students at the school.Choice A is incorrect because this isn’t the largest group the results can be generalized to. Choices C and D are incorrect because these groups are larger than the population from which the random sample was chosen. Therefore, the sample isn’t representative of these groups.",
+ hasFigure: false,
+ },
+ {
+ id: "7d68096f",
+ type: "mcq",
+ questionHtml:
+ "A trivia tournament organizer wanted to study the relationship between the number of points a team scores in a trivia round and the number of hours that a team practices each week. For the study, the organizer selected 55 teams at random from all trivia teams in a certain tournament. The table displays the information for the 40 teams in the sample that practiced for at least 3 hours per week.
Hours practiced
Number of points per round
6 to 13 points
14 or more points
Total
3 to 5 hours
6
4
10
More than 5 hours
4
26
30
Total
10
30
40
Which of the following is the largest population to which the results of the study can be generalized?",
+ choices: [
+ {
+ label: "A",
+ text: "All trivia teams in the tournament that scored 14 or more points in the round",
+ },
+ {
+ label: "B",
+ text: "The 55 trivia teams in the sample",
+ },
+ {
+ label: "C",
+ text: "The 40 trivia teams in the sample that practiced for at least 3 hours per week",
+ },
+ { label: "D", text: "All trivia teams in the tournament" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that the organizer selected 55 teams at random from all trivia teams in the tournament. A table is also given displaying the information for the 40 teams in the sample that practiced for at least 3 hours per week. Selecting a sample of a reasonable size at random to use for a survey allows the results from that survey to be applied to the population from which the sample was selected, but not beyond this population. Thus, only the sampling method information is necessary to determine the largest population to which the results of the study can be generalized. Since the organizer selected the sample at random from all trivia teams in the tournament, the largest population to which the results of the study can be generalized is all trivia teams in the tournament.
Choice A is incorrect. The sample was selected at random from all trivia teams in the tournament, not just from the teams that scored an average of 14 or more points per round.
Choice B is incorrect. If a study uses a sample selected at random from a population, the results of the study can be generalized to the population, not just the sample.
Choice C is incorrect. If a study uses a sample selected at random from a population, the results of the study can be generalized to the population, not just a subset of the sample.",
+ hasFigure: false,
+ },
+ {
+ id: "aa43b41f",
+ type: "mcq",
+ questionHtml:
+ "Near the end of a US cable news show, the host invited viewers to respond to a poll on the show’s website that asked, “Do you support the new federal policy discussed during the show?” At the end of the show, the host reported that 28% responded “Yes,” and 70% responded “No.” Which of the following best explains why the results are unlikely to represent the sentiments of the population of the United States?",
+ choices: [
+ {
+ label: "A",
+ text: "The percentages do not add up to 100%, so any possible conclusions from the poll are invalid.",
+ },
+ {
+ label: "B",
+ text: "Those who responded to the poll were not a random sample of the population of the United States.",
+ },
+ {
+ label: "C",
+ text: "There were not 50% “Yes” responses and 50% “No” responses.",
+ },
+ {
+ label: "D",
+ text: "The show did not allow viewers enough time to respond to the poll.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. In order for the poll results from a sample of a population to represent the entire population, the sample must be representative of the population. A sample that is randomly selected from a population is more likely than a sample of the type described to represent the population. In this case, the people who responded were people with access to cable television and websites, which aren’t accessible to the entire population. Moreover, the people who responded also chose to watch the show and respond to the poll. The people who made these choices aren’t representative of the entire population of the United States because they were not a random sample of the population of the United States.Choices A, C, and D are incorrect because they present reasons unrelated to whether the sample is representative of the population of the United States.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/index.ts b/src/data/math/index.ts
new file mode 100644
index 0000000..38664b7
--- /dev/null
+++ b/src/data/math/index.ts
@@ -0,0 +1,315 @@
+import { type TopicRegistry } from "../../types/lesson";
+import {
+ LINEAR_EQ_ONE_VAR_EASY,
+ LINEAR_EQ_ONE_VAR_MEDIUM,
+ LINEAR_EQ_ONE_VAR_HARD,
+} from "./linear-equations-one-var";
+import {
+ LINEAR_EQ_TWO_VAR_EASY,
+ LINEAR_EQ_TWO_VAR_MEDIUM,
+ LINEAR_EQ_TWO_VAR_HARD,
+} from "./linear-equations-two-var";
+import {
+ LINEAR_FUNC_EASY,
+ LINEAR_FUNC_MEDIUM,
+ LINEAR_FUNC_HARD,
+} from "./linear-functions";
+import {
+ LINEAR_INEQ_EASY,
+ LINEAR_INEQ_MEDIUM,
+ LINEAR_INEQ_HARD,
+} from "./linear-inequalities";
+import {
+ SYSTEMS_EASY,
+ SYSTEMS_MEDIUM,
+ SYSTEMS_HARD,
+} from "./systems-linear-equations";
+import {
+ NONLINEAR_EQ_EASY,
+ NONLINEAR_EQ_MEDIUM,
+ NONLINEAR_EQ_HARD,
+} from "./nonlinear-equations";
+import {
+ NONLINEAR_FUNC_EASY,
+ NONLINEAR_FUNC_MEDIUM,
+ NONLINEAR_FUNC_HARD,
+} from "./nonlinear-functions";
+import {
+ EQUIV_EXPR_EASY,
+ EQUIV_EXPR_MEDIUM,
+ EQUIV_EXPR_HARD,
+} from "./equivalent-expressions";
+import { CIRCLES_EASY, CIRCLES_MEDIUM, CIRCLES_HARD } from "./circles";
+import {
+ RIGHT_TRI_TRIG_EASY,
+ RIGHT_TRI_TRIG_MEDIUM,
+ RIGHT_TRI_TRIG_HARD,
+} from "./right-triangles-trig";
+import {
+ LINES_ANGLES_EASY,
+ LINES_ANGLES_MEDIUM,
+ LINES_ANGLES_HARD,
+} from "./lines-angles-triangles";
+import { AREA_VOL_EASY, AREA_VOL_MEDIUM, AREA_VOL_HARD } from "./area-volume";
+import {
+ RATIOS_EASY,
+ RATIOS_MEDIUM,
+ RATIOS_HARD,
+} from "./ratios-rates-proportions";
+import {
+ PERCENTAGES_EASY,
+ PERCENTAGES_MEDIUM,
+ PERCENTAGES_HARD,
+} from "./percentages";
+import {
+ ONE_VAR_DATA_EASY,
+ ONE_VAR_DATA_MEDIUM,
+ ONE_VAR_DATA_HARD,
+} from "./one-variable-data";
+import {
+ TWO_VAR_DATA_EASY,
+ TWO_VAR_DATA_MEDIUM,
+ TWO_VAR_DATA_HARD,
+} from "./two-variable-data";
+import {
+ PROBABILITY_EASY,
+ PROBABILITY_MEDIUM,
+ PROBABILITY_HARD,
+} from "./probability";
+import {
+ EVAL_STATS_EASY,
+ EVAL_STATS_MEDIUM,
+ EVAL_STATS_HARD,
+} from "./evaluating-statistical-claims";
+import {
+ SAMPLE_STATS_EASY,
+ SAMPLE_STATS_MEDIUM,
+ SAMPLE_STATS_HARD,
+} from "./sample-statistics-moe";
+
+export const MATH_TOPICS: TopicRegistry = {
+ "linear-equations-one-var": {
+ id: "linear-equations-one-var",
+ name: "Linear Equations in One Variable",
+ section: "math",
+ category: "Algebra",
+ color: "blue",
+ questions: {
+ easy: LINEAR_EQ_ONE_VAR_EASY,
+ medium: LINEAR_EQ_ONE_VAR_MEDIUM,
+ hard: LINEAR_EQ_ONE_VAR_HARD,
+ },
+ },
+ "linear-equations-two-var": {
+ id: "linear-equations-two-var",
+ name: "Linear Equations in Two Variables",
+ section: "math",
+ category: "Algebra",
+ color: "blue",
+ questions: {
+ easy: LINEAR_EQ_TWO_VAR_EASY,
+ medium: LINEAR_EQ_TWO_VAR_MEDIUM,
+ hard: LINEAR_EQ_TWO_VAR_HARD,
+ },
+ },
+ "linear-functions": {
+ id: "linear-functions",
+ name: "Linear Functions",
+ section: "math",
+ category: "Algebra",
+ color: "blue",
+ questions: {
+ easy: LINEAR_FUNC_EASY,
+ medium: LINEAR_FUNC_MEDIUM,
+ hard: LINEAR_FUNC_HARD,
+ },
+ },
+ "linear-inequalities": {
+ id: "linear-inequalities",
+ name: "Linear Inequalities",
+ section: "math",
+ category: "Algebra",
+ color: "blue",
+ questions: {
+ easy: LINEAR_INEQ_EASY,
+ medium: LINEAR_INEQ_MEDIUM,
+ hard: LINEAR_INEQ_HARD,
+ },
+ },
+ "systems-linear-equations": {
+ id: "systems-linear-equations",
+ name: "Systems of Linear Equations",
+ section: "math",
+ category: "Algebra",
+ color: "blue",
+ questions: {
+ easy: SYSTEMS_EASY,
+ medium: SYSTEMS_MEDIUM,
+ hard: SYSTEMS_HARD,
+ },
+ },
+ "nonlinear-equations": {
+ id: "nonlinear-equations",
+ name: "Nonlinear Equations & Systems",
+ section: "math",
+ category: "Advanced Math",
+ color: "violet",
+ questions: {
+ easy: NONLINEAR_EQ_EASY,
+ medium: NONLINEAR_EQ_MEDIUM,
+ hard: NONLINEAR_EQ_HARD,
+ },
+ },
+ "nonlinear-functions": {
+ id: "nonlinear-functions",
+ name: "Nonlinear Functions",
+ section: "math",
+ category: "Advanced Math",
+ color: "violet",
+ questions: {
+ easy: NONLINEAR_FUNC_EASY,
+ medium: NONLINEAR_FUNC_MEDIUM,
+ hard: NONLINEAR_FUNC_HARD,
+ },
+ },
+ "equivalent-expressions": {
+ id: "equivalent-expressions",
+ name: "Equivalent Expressions",
+ section: "math",
+ category: "Advanced Math",
+ color: "violet",
+ questions: {
+ easy: EQUIV_EXPR_EASY,
+ medium: EQUIV_EXPR_MEDIUM,
+ hard: EQUIV_EXPR_HARD,
+ },
+ },
+ circles: {
+ id: "circles",
+ name: "Circles",
+ section: "math",
+ category: "Geometry & Trigonometry",
+ color: "emerald",
+ questions: {
+ easy: CIRCLES_EASY,
+ medium: CIRCLES_MEDIUM,
+ hard: CIRCLES_HARD,
+ },
+ },
+ "right-triangles-trig": {
+ id: "right-triangles-trig",
+ name: "Right Triangles & Trigonometry",
+ section: "math",
+ category: "Geometry & Trigonometry",
+ color: "emerald",
+ questions: {
+ easy: RIGHT_TRI_TRIG_EASY,
+ medium: RIGHT_TRI_TRIG_MEDIUM,
+ hard: RIGHT_TRI_TRIG_HARD,
+ },
+ },
+ "lines-angles-triangles": {
+ id: "lines-angles-triangles",
+ name: "Lines, Angles & Triangles",
+ section: "math",
+ category: "Geometry & Trigonometry",
+ color: "emerald",
+ questions: {
+ easy: LINES_ANGLES_EASY,
+ medium: LINES_ANGLES_MEDIUM,
+ hard: LINES_ANGLES_HARD,
+ },
+ },
+ "area-volume": {
+ id: "area-volume",
+ name: "Area & Volume",
+ section: "math",
+ category: "Geometry & Trigonometry",
+ color: "emerald",
+ questions: {
+ easy: AREA_VOL_EASY,
+ medium: AREA_VOL_MEDIUM,
+ hard: AREA_VOL_HARD,
+ },
+ },
+ "ratios-rates-proportions": {
+ id: "ratios-rates-proportions",
+ name: "Ratios, Rates & Proportions",
+ section: "math",
+ category: "Data Analysis",
+ color: "amber",
+ questions: { easy: RATIOS_EASY, medium: RATIOS_MEDIUM, hard: RATIOS_HARD },
+ },
+ percentages: {
+ id: "percentages",
+ name: "Percentages",
+ section: "math",
+ category: "Data Analysis",
+ color: "amber",
+ questions: {
+ easy: PERCENTAGES_EASY,
+ medium: PERCENTAGES_MEDIUM,
+ hard: PERCENTAGES_HARD,
+ },
+ },
+ "one-variable-data": {
+ id: "one-variable-data",
+ name: "One-Variable Data",
+ section: "math",
+ category: "Data Analysis",
+ color: "amber",
+ questions: {
+ easy: ONE_VAR_DATA_EASY,
+ medium: ONE_VAR_DATA_MEDIUM,
+ hard: ONE_VAR_DATA_HARD,
+ },
+ },
+ "two-variable-data": {
+ id: "two-variable-data",
+ name: "Two-Variable Data",
+ section: "math",
+ category: "Data Analysis",
+ color: "amber",
+ questions: {
+ easy: TWO_VAR_DATA_EASY,
+ medium: TWO_VAR_DATA_MEDIUM,
+ hard: TWO_VAR_DATA_HARD,
+ },
+ },
+ probability: {
+ id: "probability",
+ name: "Probability",
+ section: "math",
+ category: "Data Analysis",
+ color: "amber",
+ questions: {
+ easy: PROBABILITY_EASY,
+ medium: PROBABILITY_MEDIUM,
+ hard: PROBABILITY_HARD,
+ },
+ },
+ "evaluating-statistical-claims": {
+ id: "evaluating-statistical-claims",
+ name: "Evaluating Statistical Claims",
+ section: "math",
+ category: "Data Analysis",
+ color: "amber",
+ questions: {
+ easy: EVAL_STATS_EASY,
+ medium: EVAL_STATS_MEDIUM,
+ hard: EVAL_STATS_HARD,
+ },
+ },
+ "sample-statistics-moe": {
+ id: "sample-statistics-moe",
+ name: "Sample Statistics & Margin of Error",
+ section: "math",
+ category: "Data Analysis",
+ color: "amber",
+ questions: {
+ easy: SAMPLE_STATS_EASY,
+ medium: SAMPLE_STATS_MEDIUM,
+ hard: SAMPLE_STATS_HARD,
+ },
+ },
+};
diff --git a/src/data/math/linear-equations-one-var.ts b/src/data/math/linear-equations-one-var.ts
new file mode 100644
index 0000000..b4f50f0
--- /dev/null
+++ b/src/data/math/linear-equations-one-var.ts
@@ -0,0 +1,988 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const LINEAR_EQ_ONE_VAR_EASY: PracticeQuestion[] = [
+ {
+ id: "097e10f5",
+ type: "mcq",
+ questionHtml:
+ "What value of p satisfies the equation 5 p + 180 = 250?",
+ choices: [
+ { label: "A", text: "14" },
+ { label: "B", text: "65" },
+ { label: "C", text: "86" },
+ { label: "D", text: "250" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Subtracting 180 from both sides of the given equation yields 5 p = 70. Dividing both sides of this equation by 5 yields p = 14. Therefore, the value of p that satisfies the equation 5 p + 180 = 250 is 14.
Choice B is incorrect. This value of p satisfies the equation 5 p + 180 = 505.
Choice C is incorrect. This value of p satisfies the equation 5 p + 180 = 610.
Choice D is incorrect. This value of p satisfies the equation 5 p + 180 = 1, 430.",
+ hasFigure: false,
+ },
+ {
+ id: "0d685865",
+ type: "mcq",
+ questionHtml:
+ "If x = 7, what is the value of x + 20?",
+ choices: [
+ { label: "A", text: "13" },
+ { label: "B", text: "20" },
+ { label: "C", text: "27" },
+ { label: "D", text: "34" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that x = 7. Substituting 7 for x into the given expression x + 20 yields 7 + 20, which is equivalent to 27.
Choice A is incorrect. This is the value of x + 6.
Choice B is incorrect. This is the value of x + 13.
Choice D is incorrect. This is the value of x + 27.",
+ hasFigure: false,
+ },
+ {
+ id: "12255364",
+ type: "mcq",
+ questionHtml:
+ "A gym charges its members a onetime dollar sign 36 enrollment fee and a membership fee of dollar sign 19 per month. If there are no charges other than the enrollment fee and the membership fee, after how many months will a member have been charged a total of dollar sign 188 at the gym?",
+ choices: [
+ { label: "A", text: "4" },
+ { label: "B", text: "5" },
+ { label: "C", text: "8" },
+ { label: "D", text: "10" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that a gym charges its members a onetime dollar sign 36 enrollment fee and a membership fee of dollar sign 19 per month. Let x represent the number of months at the gym after which a member will have been charged a total of dollar sign 188. If there are no charges other than the enrollment fee and the membership fee, the equation 36 + 19 x = 188 can be used to represent this situation. Subtracting 36 from both sides of this equation yields 19 x = 152. Dividing both sides of this equation by 19 yields x = 8. Therefore, a member will have been charged a total of dollar sign 188 after 8 months at the gym.
Choice A is incorrect. A member will have been charged a total of dollar sign (36 + 19 · 4), or dollar sign 112, after 4 months at the gym.
Choice B is incorrect. A member will have been charged a total of dollar sign (36 + 19 · 5), or dollar sign 131, after 5 months at the gym.
Choice D is incorrect. A member will have been charged a total of dollar sign (36 + 19 · 10), or dollar sign 226, after 10 months at the gym.",
+ hasFigure: false,
+ },
+ {
+ id: "2f0a43b2",
+ type: "spr",
+ questionHtml:
+ "If (x) / (8) = 5, what is the value of (8) / (x)?",
+ choices: [],
+ correctAnswer: ".2, 1/5",
+ explanation:
+ "The correct answer is one fifth. Since the number 5 can also be written as five oneths, the given equation can also be written as (x) / (8) = five oneths. This equation is equivalent to (8) / (x) = one fifth. Therefore, the value of (8) / (x) is one fifth. Note that 1/5 and .2 are examples of ways to enter a correct answer.
Alternate approach: Multiplying both sides of the equation (x) / (8) = 5 by 8 yields x = 40. Substituting 40 for x into the expression (8) / (x) yields eight fortieths, or one fifth.",
+ hasFigure: false,
+ },
+ {
+ id: "349a5bc1",
+ type: "spr",
+ questionHtml:
+ "4 x + 5 = 165
What is the solution to the given equation?",
+ choices: [],
+ correctAnswer: "40",
+ explanation:
+ "The correct answer is 40. Subtracting 5 from both sides of the given equation yields 4 x = 160. Dividing both sides of this equation by 4 yields x = 40. Therefore, the solution to the given equation is 40.",
+ hasFigure: false,
+ },
+ {
+ id: "3c4ce699",
+ type: "spr",
+ questionHtml:
+ "If 6 + x = 9, what is the value of 18 + 3 x?",
+ choices: [],
+ correctAnswer: "27",
+ explanation:
+ "The correct answer is 27. Multiplying both sides of the given equation by 3 yields 3 (6 + x) = 3 (9), or 18 + 3 x = 27. Therefore, the value of 18 + 3 x is 27.",
+ hasFigure: false,
+ },
+ {
+ id: "3d04de9c",
+ type: "mcq",
+ questionHtml:
+ "A principal used a total of 25 flags that were either blue or yellow for field day. The principal used 20 blue flags. How many yellow flags were used?",
+ choices: [
+ { label: "A", text: "5" },
+ { label: "B", text: "20" },
+ { label: "C", text: "25" },
+ { label: "D", text: "30" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that a principal used a total of 25 blue flags and yellow flags. It's also given that of the 25 flags used, 20 flags were blue. Subtracting the number of blue flags used from the total number of flags used results in the number of yellow flags used. It follows that the number of yellow flags used is 25 − 20, or 5.
Choice B is incorrect. This is the number of blue flags used.
Choice C is incorrect. This is the total number of flags used.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "46f68129",
+ type: "mcq",
+ questionHtml:
+ "A librarian has 43 books to distribute to a group of children. If he gives each child 2 books, he will have 7 books left over. How many children are in the group?",
+ choices: [
+ { label: "A", text: "15" },
+ { label: "B", text: "18" },
+ { label: "C", text: "25" },
+ { label: "D", text: "29" },
+ ],
+ correctAnswer: "",
+ explanation:
+ "Choice B is correct. Subtracting the number of books left over from the total number of books results in 43 − 7 = 36, which is the number of books distributed. Dividing the number of books distributed by the number of books given to each child results in the fraction 36 over 2 = 18.Choice A is incorrect and results from dividing the total number of books by the number of books given to each child, the fraction 43 over 2, is ≈ 22, then subtracting the number of books left over from the result, 22 − 7 = 15. Choice C is incorrect and results from adding the number of books left over to the total number of books, 43 + 7 = 50, then dividing the result by the number of books given to each child, the fraction 50 over 2 = 25. Choice D is incorrect and results from dividing the total number of books by the number of books given to each child, the fraction 43 over 2, is ≈ 22, then adding the number of books left over, 22 + 7 = 29.",
+ hasFigure: false,
+ },
+ {
+ id: "4de87c9a",
+ type: "mcq",
+ questionHtml:
+ "3 more than 8 times a number x is equal to 83. Which equation represents this situation?",
+ choices: [
+ { label: "A", text: "(3) (8) x = 83" },
+ { label: "B", text: "8 x = 83 + 3" },
+ { label: "C", text: "3 x + 8 = 83" },
+ { label: "D", text: "8 x + 3 = 83" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The given phrase “8 times a number x” can be represented by the expression 8 x. The given phrase “3 more than” indicates an increase of 3 to a quantity. Therefore “3 more than 8 times a number x” can be represented by the expression 8 x + 3. Since it’s given that 3 more than 8 times a number x is equal to 83, it follows that 8 x + 3 is equal to 83, or 8 x + 3 = 83. Therefore, the equation that represents this situation is 8 x + 3 = 83.
Choice A is incorrect. This equation represents 3 times the quantity 8 times a number x is equal to 83.
Choice B is incorrect. This equation represents 8 times a number x is equal to 3 more than 83.
Choice C is incorrect. This equation represents 8 more than 3 times a number x is equal to 83.",
+ hasFigure: false,
+ },
+ {
+ id: "4e77195b",
+ type: "spr",
+ questionHtml:
+ "If 2 + x = 60, what is the value of 16 + 8 x?",
+ choices: [],
+ correctAnswer: "480",
+ explanation:
+ "The correct answer is 480. Multiplying both sides of the given equation by 8 yields 8 (2 + x) = 8 (60), or 16 + 8 x = 480. Therefore, if 2 + x = 60, the value of 16 + 8 x is 480.",
+ hasFigure: false,
+ },
+ {
+ id: "4f7981a0",
+ type: "spr",
+ questionHtml:
+ "If 3 x + 2 = 8, what is the value of 9 x + 6 ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 24. Multiplying both sides of the given equation by 3 yields 3 · (3 x + 2, ) = 24. Using the distributive property to rewrite the left-hand side of this equation yields 9 x + 6 = 24.",
+ hasFigure: false,
+ },
+ {
+ id: "550b352c",
+ type: "mcq",
+ questionHtml: "How many solutions exist to the equation shown above?",
+ choices: [
+ { label: "A", text: "None" },
+ { label: "B", text: "Exactly 1" },
+ { label: "C", text: "Exactly 3" },
+ { label: "D", text: "Infinitely many" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Subtracting 4 from each side of the given equation yields 6 = 2 x, or x = 3, so the equation has a unique solution of x = 3.Choice A is incorrect. Since 3 is a value of x that satisfies the given equation, the equation has at least 1 solution. Choice C is incorrect. Linear equations can have 0, 1, or infinitely many solutions; no linear equation has exactly 3 solutions. Choice D is incorrect. If a linear equation has infinitely many solutions, it can be reduced to 0 = 0. This equation reduces to x = 3, so there is only 1 solution.",
+ hasFigure: false,
+ },
+ {
+ id: "5c94e6fa",
+ type: "spr",
+ questionHtml:
+ "3 x + 21 = 3 x + k
In the given equation, k is a constant. The equation has infinitely many solutions. What is the value of k?",
+ choices: [],
+ correctAnswer: "21",
+ explanation:
+ "The correct answer is 21. It's given that the equation 3 x + 21 = 3 x + k has infinitely many solutions. If an equation in one variable has infinitely many solutions, then the equation is true for any value of the variable. Subtracting 3 x from both sides of the given equation yields k = 21. Since this equation must be true for any value of x, the value of k is 21.",
+ hasFigure: false,
+ },
+ {
+ id: "60f71697",
+ type: "mcq",
+ questionHtml:
+ "8 x = 88
What value of x is the solution to the given equation?",
+ choices: [
+ { label: "A", text: "11" },
+ { label: "B", text: "80" },
+ { label: "C", text: "96" },
+ { label: "D", text: "704" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Dividing both sides of the given equation by 8 yields x = 11. Therefore, 11 is the solution to the given equation.
Choice B is incorrect. This is the solution to the equation x + 8 = 88.
Choice C is incorrect. This is the solution to the equation x − 8 = 88.
Choice D is incorrect. This is the solution to the equation (x) / (8) = 88.",
+ hasFigure: false,
+ },
+ {
+ id: "6105234d",
+ type: "mcq",
+ questionHtml:
+ "John paid a total of dollar sign 165 for a microscope by making a down payment of dollar sign 37 plus p monthly payments of dollar sign 16 each. Which of the following equations represents this situation?",
+ choices: [
+ { label: "A", text: "16 p − 37 = 165" },
+ { label: "B", text: "37 p − 16 = 165" },
+ { label: "C", text: "16 p + 37 = 165" },
+ { label: "D", text: "37 p + 16 = 165" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that John made a dollar sign 16 payment each month for p months. The total amount of these payments can be represented by the expression 16 p. The down payment can be added to that amount to find the total amount John paid, yielding the expression 16 p + 37. It’s given that John paid a total of dollar sign 165. Therefore, the expression for the total amount John paid can be set equal to that amount, yielding the equation 16 p + 37 = 165.
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: "6ac23de7",
+ type: "mcq",
+ questionHtml:
+ "the fraction 4 x over 5 = 20In the equation above, what is the value of x ?",
+ choices: [
+ { label: "A", text: "25" },
+ { label: "B", text: "24" },
+ { label: "C", text: "16" },
+ { label: "D", text: "15" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Multiplying both sides of the equation by 5 results in 4 x = 100. Dividing both sides of the resulting equation by 4 results in x = 25.Choice B is incorrect and may result from adding 20 and 4. Choice C is incorrect and may result from dividing 20 by 5 and then multiplying the result by 4. Choice D is incorrect and may result from subtracting 5 from 20.",
+ hasFigure: false,
+ },
+ {
+ id: "6fa593f1",
+ type: "mcq",
+ questionHtml:
+ "If x = 40, what is the value of x + 6?",
+ choices: [
+ { label: "A", text: "34" },
+ { label: "B", text: "40" },
+ { label: "C", text: "46" },
+ { label: "D", text: "64" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that x = 40. Adding 6 to both sides of this equation yields x + 6 = 40 + 6, or x + 6 = 46. Therefore, the value of x + 6 is 46.
Choice A is incorrect. This is the value of x − 6, not x + 6.
Choice B is incorrect. This is the value of x, not x + 6.
Choice D is incorrect. This is the value of x + 24, not x + 6.",
+ hasFigure: false,
+ },
+ {
+ id: "70774aa4",
+ type: "mcq",
+ questionHtml:
+ "If 5 x = 20, what is the value of 15 x?",
+ choices: [
+ { label: "A", text: "7" },
+ { label: "B", text: "12" },
+ { label: "C", text: "23" },
+ { label: "D", text: "60" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that 5 x = 20. Multiplying both sides of this equation by 3 yields 15 x = 60. Therefore, the value of 15 x is 60.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "7392dfc1",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is equivalent to 4 x + 6 = 12 ?",
+ choices: [
+ { label: "A", text: "2 x + 4 = 6" },
+ { label: "B", text: "x + 3 = 3" },
+ { label: "C", text: "3 x + 2 = 4" },
+ { label: "D", text: "2 x + 3 = 6" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Dividing each side of the original equation by [] yields the fraction with numerator 4 x + 6, and denominator 2 = twelve halves, which simplifies to 2 x + 3 = 6.Choice A is incorrect. Dividing each side of the original equation by [] gives 2 x + 3 = 6, which is not equivalent to 2 x + 4 = 6. Choice B is incorrect. Dividing each side of the original equation by [] gives x + three halves = 3, which is not equivalent to x + 3 = 3. Choice C is incorrect. Dividing each side of the original equation by [] gives four thirds x + 2 = 4, which is not equivalent to 3 x + 2 = 4.",
+ hasFigure: false,
+ },
+ {
+ id: "7a987ae4",
+ type: "mcq",
+ questionHtml:
+ "If 2 n over 5 = 10, what is the value of 2 n − 1 ?",
+ choices: [
+ { label: "A", text: "24" },
+ { label: "B", text: "49" },
+ { label: "C", text: "50" },
+ { label: "D", text: "99" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Multiplying both sides of the given equation by 5 yields 2 n = 50. Substituting 50 for 2 n in the expression 2 n − 1 yields 50 − 1 = 49.Alternate approach: Dividing both sides of 2 n = 50 by 2 yields n = 25. Evaluating the expression 2 n − 1 for n = 25 yields 2 · 25 − 1 = 49.
Choice A is incorrect and may result from finding the value of n − 1 instead of 2 n − 1. Choice C is incorrect and may result from finding the value of 2 n instead of 2 n − 1. Choice D is incorrect and may result from finding the value of 4 n − 1 instead of 2 n − 1.",
+ hasFigure: false,
+ },
+ {
+ id: "8339793c",
+ type: "spr",
+ questionHtml:
+ "Nasir bought 9 storage bins that were each the same price. He used a coupon for dollar sign 63 off the entire purchase. The cost for the entire purchase after using the coupon was dollar sign 27. What was the original price, in dollars, for 1 storage bin?",
+ choices: [],
+ correctAnswer: "10",
+ explanation:
+ "The correct answer is 10. It’s given that the cost for the entire purchase was dollar sign 27 after a coupon was used for dollar sign 63 off the entire purchase. Adding the amount of the coupon to the purchase price yields 27 + 63 = 90. Thus, the cost for the entire purchase before using the coupon was dollar sign 90. It’s given that Nasir bought 9 storage bins. The original price for 1 storage bin can be found by dividing the total cost by 9. Therefore, the original price, in dollars, for 1 storage bin is (90) / (9), or 10.",
+ hasFigure: false,
+ },
+ {
+ id: "87071893",
+ type: "spr",
+ questionHtml:
+ "x + 40 = 95
What value of x is the solution to the given equation?",
+ choices: [],
+ correctAnswer: "55",
+ explanation:
+ "The correct answer is 55. Subtracting 40 from both sides of the given equation yields x = 55. Therefore, the value of x is 55.",
+ hasFigure: false,
+ },
+ {
+ id: "93954cfa",
+ type: "mcq",
+ questionHtml:
+ "One pound of grapes costs $2. At this rate, how many dollars will c pounds of grapes cost?",
+ choices: [
+ { label: "A", text: "2 c" },
+ { label: "B", text: "2 + c" },
+ { label: "C", text: "the fraction 2 over c" },
+ { label: "D", text: "the fraction c over 2" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. If one pound of grapes costs $2, two pounds of grapes will cost 2 times $2, three pounds of grapes will cost 3 times $2, and so on. Therefore, c pounds of grapes will cost c times $2, which is 2c dollars.Choice B is incorrect and may result from incorrectly adding instead of multiplying. Choice C is incorrect and may result from assuming that c pounds cost $2, and then finding the cost per pound. Choice D is incorrect and could result from incorrectly assuming that 2 pounds cost $c, and then finding the cost per pound.",
+ hasFigure: false,
+ },
+ {
+ id: "997bec28",
+ type: "spr",
+ questionHtml:
+ "The perimeter of an isosceles triangle is 83 inches. Each of the two congruent sides of the triangle has a length of 24 inches. What is the length, in inches, of the third side?",
+ choices: [],
+ correctAnswer: "35",
+ explanation:
+ "The correct answer is 35. It’s given that the perimeter of an isosceles triangle is 83 inches and that each of the two congruent sides has a length of 24 inches. The perimeter of a triangle is the sum of the lengths of its three sides. The equation 24 + 24 + x = 83 can be used to represent this situation, where x is the length, in inches, of the third side. Combining like terms on the left-hand side of this equation yields 48 + x = 83. Subtracting 48 from both sides of this equation yields x = 35. Therefore, the length, in inches, of the third side is 35.",
+ hasFigure: false,
+ },
+ {
+ id: "9ff10b3b",
+ type: "mcq",
+ questionHtml:
+ "If one half x − one sixth x = 1, what is the value of x ?",
+ choices: [
+ { label: "A", text: "−4" },
+ { label: "B", text: "one third" },
+ { label: "C", text: "3" },
+ { label: "D", text: "6" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. To make it easier to add like terms on the left-hand side of the given equation, both sides of the equation can be multiplied by 6, which is the lowest common denominator of one half and one sixth. This yields 3 x − x = 6, which can be rewritten as 2 x = 6. Dividing both sides of this equation by 2 yields x = 3.Choice A is incorrect and may result from subtracting the denominators instead of numerators with common denominators to get −one fourth x, rather than one third x, on the left-hand side of the equation. Choice B is incorrect and may result from rewriting the given equation as one half x = one sixth instead of 2 x = 6. Choice D is incorrect and may result from conceptual or computational errors.",
+ hasFigure: false,
+ },
+ {
+ id: "a9c04a21",
+ type: "mcq",
+ questionHtml:
+ "What is the solution to the equation 2 x + 3 = 7?",
+ choices: [
+ { label: "A", text: "1" },
+ { label: "B", text: "1.5" },
+ { label: "C", text: "2" },
+ { label: "D", text: "4" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Subtracting 3 from both sides of the given equation yields 2 x = 4. Dividing both sides by 2 results in x = 2.Choices A and B are incorrect and may result from computational errors. Choice D is incorrect. This is the value of 2 x.",
+ hasFigure: false,
+ },
+ {
+ id: "b4553284",
+ type: "spr",
+ questionHtml:
+ "If 2 x = 12, what is the value of 9 x?",
+ choices: [],
+ correctAnswer: "54",
+ explanation:
+ "The correct answer is 54. Dividing both sides of the given equation by 2 yields x = 6. Multiplying both sides of this equation by 9 yields 9 x = 54. Thus, the value of 9 x is 54.",
+ hasFigure: false,
+ },
+ {
+ id: "b82a943c",
+ type: "mcq",
+ questionHtml:
+ "If 7 x = 28, what is the value of 8 x?",
+ choices: [
+ { label: "A", text: "21" },
+ { label: "B", text: "32" },
+ { label: "C", text: "168" },
+ { label: "D", text: "224" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Dividing both sides of the given equation 7 x = 28 by 7 yields x = 4. Substituting 4 for x in the expression 8 x yields 8 (4), which is equivalent to 32.
Choice A is incorrect. This is the value of (21) / (4) x.
Choice C is incorrect. This is the value of 42 x.
Choice D is incorrect. This is the value of 56 x.",
+ hasFigure: false,
+ },
+ {
+ id: "c3989ef8",
+ type: "mcq",
+ questionHtml:
+ "Henry receives a dollar sign 60.00 gift card to pay for movies online. He uses his gift card to buy 3 movies for dollar sign 7.50 each. If he spends the rest of his gift card balance on renting movies for dollar sign 1.50 each, how many movies can Henry rent?",
+ choices: [
+ { label: "A", text: "10" },
+ { label: "B", text: "25" },
+ { label: "C", text: "35" },
+ { label: "D", text: "40" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that Henry uses his dollar sign 60.00 gift card to buy 3 movies for dollar sign 7.50 each. Therefore, Henry spends 3 (dollar sign 7.50), or dollar sign 22.50, of his dollar sign 60.00 gift card to buy 3 movies. After buying 3 movies with his dollar sign 60.00 gift card, Henry has a gift card balance of dollar sign 60.00 − dollar sign 22.50, or dollar sign 37.50. It's also given that Henry spends the rest of his gift card balance on renting movies for dollar sign 1.50 each. Therefore, Henry can rent (dollar sign 37.50) / (dollar sign 1.50), or 25, movies.
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: "c841e8e8",
+ type: "mcq",
+ questionHtml:
+ "k + 12 = 336
What is the solution to the given equation?",
+ choices: [
+ { label: "A", text: "28" },
+ { label: "B", text: "324" },
+ { label: "C", text: "348" },
+ { label: "D", text: "4, 032" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Subtracting 12 from both sides of the given equation yields k = 324. Therefore, the solution to the given equation is 324.
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: "d9d83c02",
+ type: "mcq",
+ questionHtml:
+ "For what value of w does w − 10 = 2 · (w + 5, ) ?",
+ choices: [
+ { label: "A", text: "[]" },
+ { label: "B", text: "0" },
+ { label: "C", text: "−15" },
+ { label: "D", text: "−20" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. To solve the equation, use the distributive property to multiply on the right-hand side of the equation which gives w – 10 = 2w + 10. Subtract w from both sides of the equation, which gives –10 = w + 10. Finally, subtract 10 from both sides of the equation, which gives –20 = w.Choices A and B are incorrect and may result from making sign errors. Choice C is incorrect and may result from incompletely distributing the 2 in the expression 2(w + 5).",
+ hasFigure: false,
+ },
+ {
+ id: "e53870b6",
+ type: "spr",
+ questionHtml:
+ "In the given equation, k is a constant. If the equation has infinitely many solutions, what is the value of k ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 5. Subtracting 6 x from both sides of the given equation gives k = 5, so for any value of x, 6 x + k = 6 x + 5 if and only if k = 5. Therefore, if the given equation has infinitely many solutions, the value of k is 5.",
+ hasFigure: false,
+ },
+ {
+ id: "e7b6f0d1",
+ type: "mcq",
+ questionHtml:
+ "4 x + 6 = 18
Which equation has the same solution as the given equation?",
+ choices: [
+ { label: "A", text: "4 x = 108" },
+ { label: "B", text: "4 x = 24" },
+ { label: "C", text: "4 x = 12" },
+ { label: "D", text: "4 x = 3" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Subtracting 6 from both sides of the given equation yields 4 x = 12, which is the equation given in choice C. Since this equation is equivalent to the given equation, it has the same solution as 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: "eac739b2",
+ type: "mcq",
+ questionHtml:
+ "If 4 x + 2 = 12, what is the value of 16 x + 8?",
+ choices: [
+ { label: "A", text: "40" },
+ { label: "B", text: "48" },
+ { label: "C", text: "56" },
+ { label: "D", text: "60" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Multiplying both sides of the given equation by 4 yields (4) (4 x + 2) = (4) (12), or 16 x + 8 = 48. Therefore, the value of 16 x + 8 is 48.
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: "ed18c4f7",
+ type: "mcq",
+ questionHtml:
+ "Cathy has n CDs. Gerry has 3 more than twice the number of CDs that Cathy has. In terms of n, how many CDs does Gerry have?",
+ choices: [
+ { label: "A", text: "3 n − 2" },
+ { label: "B", text: "3 n + 2" },
+ { label: "C", text: "2 n − 3" },
+ { label: "D", text: "2 n + 3" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The term 2n represents twice the number of CDs that Cathy has, and adding 3 represents 3 more than that amount.Choices A and B are incorrect. The expression 3n represents three times the number of CDs that Cathy has. Choice C is incorrect. Subtracting 3 represents 3 fewer than twice the number of CDs that Cathy has.",
+ hasFigure: false,
+ },
+ {
+ id: "fbb0ea7f",
+ type: "mcq",
+ questionHtml:
+ "A rocket contained 467, 000 kilograms (kg) of propellant before launch. Exactly 21 seconds after launch, 362, 105 kg of this propellant remained. On average, approximately how much propellant, in kg, did the rocket burn each second after launch?",
+ choices: [
+ { label: "A", text: "4, 995" },
+ { label: "B", text: "17, 243" },
+ { label: "C", text: "39, 481" },
+ { label: "D", text: "104, 895" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the rocket contained 467, 000 kilograms (kg) of propellant before launch and had 362, 105 kg remaining exactly 21 seconds after launch. Finding the difference between the amount, in kg, of propellant before launch and the remaining amount, in kg, of propellant after launch gives the amount, in kg, of propellant burned during the 21 seconds: 467, 000 − 362, 105 = 104, 895. Dividing the amount of propellant burned by the number of seconds yields (104, 895) / (21) = 4, 995. Thus, an average of 4, 995 kg of propellant burned each second after launch.
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 finding the amount of propellant burned, rather than the amount of propellant burned each second.",
+ hasFigure: false,
+ },
+];
+
+export const LINEAR_EQ_ONE_VAR_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "12ee1edc",
+ type: "mcq",
+ questionHtml:
+ "In the given equation, b is a constant. If the equation has no solution, what is the value of b ?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "4" },
+ { label: "C", text: "6" },
+ { label: "D", text: "10" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. This equation has no solution when there is no value of x that produces a true statement. Solving the given equation for x by dividing both sides by (b − 2, ) gives x = the fraction with numerator 8, and denominator, (b − 2, ). When (b − 2, ) = 0, the right-hand side of this equation will be undefined, and the equation will have no solution. Therefore, when b = 2, there is no value of x that satisfies the given equation.Choices B, C, and D are incorrect. Substituting 4, 6, and 10 for b in the given equation yields exactly one solution, rather than no solution, for x. For example, substituting 4 for b in the given equation yields (4 − 2, ) · x = 8, or 2 x = 8. Dividing both sides of 2 x = 8 by 2 yields x = 4. Similarly, if b = 6 or b = 10, x = 2 and x = 1, respectively.",
+ hasFigure: false,
+ },
+ {
+ id: "15daa8d6",
+ type: "spr",
+ questionHtml:
+ "2 x + 16 = a (x + 8)
In the given equation, a is a constant. If the equation has infinitely many solutions, what is the value of a?",
+ choices: [],
+ correctAnswer: "2",
+ explanation:
+ "The correct answer is 2. An equation with one variable, x, has infinitely many solutions only when both sides of the equation are equal for any defined value of x. It's given that 2 x + 16 = a (x + 8), where a is a constant. This equation can be rewritten as 2 (x + 8) = a (x + 8). If this equation has infinitely many solutions, then both sides of this equation are equal for any defined value of x. Both sides of this equation are equal for any defined value of x when 2 = a. Therefore, if the equation has infinitely many solutions, the value of a is 2.
Alternate approach: If the given equation, 2 x + 16 = a (x + 8), has infinitely many solutions, then both sides of this equation are equal for any value of x. If x = 0, then substituting 0 for x in 2 x + 16 = a (x + 8) yields 2 (0) + 16 = a (0 + 8), or 16 = 8 a. Dividing both sides of this equation by 8 yields 2 = a.",
+ hasFigure: false,
+ },
+ {
+ id: "36ab4122",
+ type: "mcq",
+ questionHtml:
+ "Megan’s regular wage at her job is p dollars per hour for the first 8 hours of work in a day plus 1.5 times her regular hourly wage for work in excess of 8 hours that day. On a given day, Megan worked for 10 hours, and her total earnings for that day were $137.50. What is Megan’s regular hourly wage?",
+ choices: [
+ { label: "A", text: "$11.75" },
+ { label: "B", text: "$12.50" },
+ { label: "C", text: "$13.25" },
+ { label: "D", text: "$13.75" },
+ ],
+ correctAnswer: "",
+ explanation:
+ "Choice B is correct. Since p represents Megan’s regular pay per hour, 1.5p represents the pay per hour in excess of 8 hours. Since Megan worked for 10 hours, she must have been paid p dollars per hour for 8 of the hours plus 1.5p dollars per hour for the remaining 2 hours. Therefore, since Megan earned $137.50 for the 10 hours, the situation can be represented by the equation 137.5 = 8p + 2(1.5)p. Distributing the 2 in the equation gives 137.5 = 8p + 3p, and combining like terms gives 137.5 = 11p. Dividing both sides by 11 gives p = 12.5. Therefore, Megan’s regular wage is $12.50.Choices A and C are incorrect and may be the result of calculation errors. Choice D is incorrect and may result from finding the average hourly wage that Megan earned for the 10 hours of work.",
+ hasFigure: false,
+ },
+ {
+ id: "45bba652",
+ type: "mcq",
+ questionHtml:
+ "If 2 · (x − 5, ) + 3 · (x − 5, ) = 10, what is the value of x − 5 ?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "5" },
+ { label: "C", text: "7" },
+ { label: "D", text: "12" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Adding the like terms on the left-hand side of the given equation yields 5 · (x − 5, ) = 10. Dividing both sides of this equation by 5 yields x − 5 = 2.Choice B is incorrect and may result from subtracting 5, not dividing by 5, on both sides of the equation 5 · (x − 5, ) = 10. Choice C is incorrect. This is the value of x, not the value of x − 5. Choice D is incorrect. This is the value of x + 5, not the value of x − 5.",
+ hasFigure: false,
+ },
+ {
+ id: "4f669597",
+ type: "spr",
+ questionHtml: "What value of p is the solution of the equation above?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 1.2. One way to solve the equation 2 · (p + 1, ) + 8 · (p − 1, ) = 5 p is to first distribute the terms outside the parentheses to the terms inside the parentheses: 2 p + 2 + 8 p − 8 = 5 p. Next, combine like terms on the left side of the equal sign: 10 p − 6 = 5 p . Subtracting 10p from both sides yields −6 = −5 p . Finally, dividing both sides by −5 gives p = six fifths, which is equivalent to p = 1 . 2. Note that 1.2 and 6/5 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "5a7ab8e8",
+ type: "mcq",
+ questionHtml:
+ "66 x = 66 x
How many 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: "C",
+ explanation:
+ "Choice C is correct. If the two sides of a linear equation are equivalent, then the equation is true for any value. If an equation is true for any value, it has infinitely many solutions. Since the two sides of the given linear equation 66 x = 66 x are equivalent, the given equation has infinitely many solutions.
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: "5ad9eff0",
+ type: "mcq",
+ questionHtml:
+ "The width of a rectangular dance floor is w feet. The length of the floor is 6 feet longer than its width. Which of the following expresses the perimeter, in feet, of the dance floor in terms of w ?",
+ choices: [
+ { label: "A", text: "2 w + 6" },
+ { label: "B", text: "4 w + 12" },
+ { label: "C", text: "w² + 6" },
+ { label: "D", text: "w² + 6 w" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It is given that the width of the dance floor is w feet. The length is 6 feet longer than the width; therefore, the length of the dance floor is w + 6. So the perimeter is w + w + (w + 6, ) + (w + 6, ) = 4 w + 12.Choice A is incorrect because it is the sum of one length and one width, which is only half the perimeter. Choice C is incorrect and may result from using the formula for the area instead of the formula for the perimeter and making a calculation error. Choice D is incorrect because this is the area, not the perimeter, of the dance floor.",
+ hasFigure: false,
+ },
+ {
+ id: "620abf36",
+ type: "mcq",
+ questionHtml:
+ "If 5 (x + 4) = 4 (x + 4) + 29, what is the value of x + 4?",
+ choices: [
+ { label: "A", text: "−4" },
+ { label: "B", text: "25" },
+ { label: "C", text: "29" },
+ { label: "D", text: "33" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Subtracting 4 (x + 4) from both sides of the given equation yields 1 (x + 4) = 29, or x + 4 = 29. Therefore, the value of x + 4 is 29.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the value of x, not x + 4.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "70e29454",
+ type: "mcq",
+ questionHtml:
+ "In the equation above, a and b are constants. If the equation has infinitely many solutions, what are the values of a and b ?",
+ choices: [
+ { label: "A", text: "a = 2 and b = 1" },
+ { label: "B", text: "a = 2 and b = 7" },
+ {
+ label: "C",
+ text: "a = −2 and b = 5",
+ },
+ {
+ label: "D",
+ text: "a = −2 and b = −5",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Distributing the a on the left-hand side of the equation gives 3a – b – ax = –1 – 2x. Rearranging the terms in each side of the equation yields –ax + 3a – b = –2x –1. Since the equation has infinitely many solutions, it follows that the coefficients of x and the free terms on both sides must be equal. That is, –a = –2, or a = 2, and 3a – b = –1. Substituting 2 for a in the equation 3a – b = –1 gives 3(2) – b = –1, so b = 7.Choice A is incorrect and may be the result of a conceptual error when finding the value of b. Choices C and D are incorrect and may result from making a sign error when simplifying.",
+ hasFigure: false,
+ },
+ {
+ id: "7a5a74a6",
+ type: "mcq",
+ questionHtml:
+ "If x is the solution to the equation above, what is the value of x − 3 ?",
+ choices: [
+ { label: "A", text: "23 over 2" },
+ { label: "B", text: "17 over 2" },
+ { label: "C", text: "15 over 2" },
+ { label: "D", text: "negative, 15 over 2" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Because 2 is a factor of both 2 x and 6, the expression 2 x − 6 can be rewritten as 2 · (x − 3, ). Substituting 2 · (x − 3, ) for 2 x − 6 on the left-hand side of the given equation yields 3 · 2 · (x − 3, ) − 11 = 4 · (x − 3, ) + 6, or 6 · (x − 3, ) − 11 = 4 · (x − 3, ) + 6. Subtracting 4 · (x − 3, ) from both sides of this equation yields 2 · (x − 3, ) − 11 = 6. Adding 11 to both sides of this equation yields 2 · (x − 3, ) = 17. Dividing both sides of this equation by 2 yields x − 3 = the fraction 17 over 2.Alternate approach: Distributing 3 to the quantity 2 x − 6 on the left-hand side of the given equation and distributing 4 to the quantity x − 3 on the right-hand side yields 6 x − 18 − 11 = 4 x − 12 + 6, or 6 x − 29 = 4 x − 6. Subtracting 4 x from both sides of this equation yields 2 x − 29 = −6. Adding 29 to both sides of this equation yields 2 x = 23. Dividing both sides of this equation by 2 yields x = the fraction 23 over 2. Therefore, the value of x − 3 is the fraction 23 over 2, end fraction − 3, or the fraction 17 over 2.
Choice A is incorrect. This is the value of x, not x − 3. Choices C and D are incorrect. If the value of x − 3 is the fraction 15 over 2 or −of the fraction 15 over 2, it follows that the value of x is the fraction 21 over 2 or −of the fraction 9 over 2, respectively. However, solving the given equation for x yields x = the fraction 23 over 2. Therefore, the value of x − 3 can’t be the fraction 15 over 2 or −of the fraction 15 over 2.",
+ hasFigure: false,
+ },
+ {
+ id: "8c515062",
+ type: "mcq",
+ questionHtml:
+ "A candle is made of 17 ounces of wax. When the candle is burning, the amount of wax in the candle decreases by 1 ounce every 4 hours. If 6 ounces of wax remain in this candle, for how many hours has it been burning?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "6" },
+ { label: "C", text: "24" },
+ { label: "D", text: "44" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the candle starts with 17 ounces of wax and has 6 ounces of wax remaining after a period of time has passed. The amount of wax the candle has lost during the time period can be found by subtracting the remaining amount of wax from the amount of wax the candle was made of, which yields 17 − 6 ounces, or 11 ounces. This means the candle loses 11 ounces of wax during that period of time. It’s given that the amount of wax decreases by 1 ounce every 4 hours. If h represents the number of hours the candle has been burning, it follows that one fourth = (11) / (h). Multiplying both sides of this equation by 4 h yields h = 44. Therefore, the candle has been burning for 44 hours.
Choice A is incorrect and may result from using the equation one fourth = (h) / (11) rather than one fourth = (11) / (h) to represent the situation, and then rounding to the nearest whole number.
Choice B is incorrect. This is the amount of wax, in ounces, remaining in the candle, not the number of hours it has been burning.
Choice C is incorrect and may result from using the equation one fourth = (6) / (h) rather than one fourth = (11) / (h) to represent the situation.",
+ hasFigure: false,
+ },
+ {
+ id: "aa85b138",
+ type: "mcq",
+ questionHtml:
+ "A tree had a height of 6 feet when it was planted. The equation above can be used to find how many years n it took the tree to reach a height of 14 feet. Which of the following is the best interpretation of the number 2 in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The number of years it took the tree to double its height",
+ },
+ {
+ label: "B",
+ text: "The average number of feet that the tree grew per year",
+ },
+ {
+ label: "C",
+ text: "The height, in feet, of the tree when the tree was 1 year old",
+ },
+ {
+ label: "D",
+ text: "The average number of years it takes similar trees to grow 14 feet",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The height of the tree at a given time is equal to its height when it was planted plus the number of feet that the tree grew. In the given equation, 14 represents the height of the tree at the given time, and 6 represents the height of the tree when it was planted. It follows that 2 n represents the number of feet the tree grew from the time it was planted until the time it reached a height of 14 feet. Since n represents the number of years between the given time and the time the tree was planted, 2 must represent the average number of feet the tree grew each year.Choice A is incorrect and may result from interpreting the coefficient 2 as doubling instead of as increasing by 2 each year. Choice C is incorrect. The height of the tree when it was 1 year old was 2 · 1 + 6 = 8 feet, not 2 feet. Choice D is incorrect. No information is given to connect the growth of one particular tree to the growth of similar trees.",
+ hasFigure: false,
+ },
+ {
+ id: "ce314070",
+ type: "mcq",
+ questionHtml:
+ "If 4 x − one half = −5, what is the value of 8 x − 1?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "−nine eighths" },
+ { label: "C", text: "−five halves" },
+ { label: "D", text: "−10" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Multiplying the given equation by 2 on each side yields 2 · (4 x − one half, ) = 2 · −5. Applying the distributive property, this equation can be rewritten as 2 · 4 x − 2 · one half = 2 · −5, or 8 x − 1 = −10.Choices A, B, and C are incorrect and may result from calculation errors in solving the given equation for x and then substituting that value of x in the expression 8 x − 1.",
+ hasFigure: false,
+ },
+ {
+ id: "ce6b52d8",
+ type: "spr",
+ questionHtml:
+ "If 2 (3 t − 10) + t = 40 + 4 t, what is the value of 3 t?",
+ choices: [],
+ correctAnswer: "60",
+ explanation:
+ "The correct answer is 60. Subtracting t from both sides of the given equation yields 2 (3 t − 10) = 40 + 3 t. Applying the distributive property to the left-hand side of this equation yields 6 t − 20 = 40 + 3 t. Adding 20 to both sides of this equation yields 6 t = 60 + 3 t. Subtracting 3 t from both sides of this equation yields 3 t = 60. Therefore, the value of 3 t is 60.",
+ hasFigure: false,
+ },
+ {
+ id: "eafdbbbd",
+ type: "mcq",
+ questionHtml:
+ "one fourth (x + 5) − one third (x + 5) = −7
What value of x is the solution to the given equation?",
+ choices: [
+ { label: "A", text: "−12" },
+ { label: "B", text: "−5" },
+ { label: "C", text: "79" },
+ { label: "D", text: "204" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. For the given equation, (x + 5) is a factor of both terms on the left-hand side. Therefore, the given equation can be rewritten as (one fourth − one third) (x + 5) = −7, or (three twelfths − four twelfths) (x + 5) = −7, which is equivalent to − one twelfth (x + 5) = −7. Multiplying both sides of this equation by −12 yields x + 5 = 84. Subtracting 5 from both sides of this equation yields x = 79.
Choice A is incorrect. This is the value of x for which the left-hand side of the given equation equals seven twelfths, not −7.
Choice B is incorrect. This is the value of x for which the left-hand side of the given equation equals 0, not −7.
Choice D is incorrect. This is the value of x for which the left-hand side of the given equation equals −(209) / (12), not −7.",
+ hasFigure: false,
+ },
+ {
+ id: "f09097b1",
+ type: "spr",
+ questionHtml:
+ "An agricultural scientist studying the growth of corn plants recorded the height of a corn plant at the beginning of a study and the height of the plant each day for the next 12 days. The scientist found that the height of the plant increased by an average of 1.20 centimeters per day for the 12 days. If the height of the plant on the last day of the study was 36.8 centimeters, what was the height, in centimeters, of the corn plant at the beginning of the study?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 22.4. If the height of the plant increased by an average of 1.20 centimeters per day for 12 days, then its total growth over the 12 days was 1 . 2 0 · 12 = 14.4 centimeters. The plant was 36.8 centimeters tall after 12 days, so at the beginning of the study its height was 36 . 8 − 14 . 4 = 22 . 4 centimeters. Note that 22.4 and 112/5 are examples of ways to enter a correct answer.Alternate approach: The equation 36 . 8 = 12 · 1 . 2 0 + h can be used to represent this situation, where h is the height of the plant, in centimeters, at the beginning of the study. Solving this equation for h yields 22.4 centimeters.",
+ hasFigure: false,
+ },
+];
+
+export const LINEAR_EQ_ONE_VAR_HARD: PracticeQuestion[] = [
+ {
+ id: "0cb57740",
+ type: "mcq",
+ questionHtml:
+ "Each side of a 30-sided polygon has one of three lengths. The number of sides with length 8 centimeters (cm) is 5 times the number of sides n with length 3 cm. There are 6 sides with length 4 cm. Which equation must be true for the value of n?",
+ choices: [
+ { label: "A", text: "5 n + 6 = 30" },
+ { label: "B", text: "6 n + 6 = 30" },
+ { label: "C", text: "8 n + 3 n + 4 n = 30" },
+ { label: "D", text: "8 (5 n) + 3 n + 4 (6) = 30" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that each side of a 30-sided polygon has one of three lengths. It's also given that the number of sides with length 8 centimeters (cm) is 5 times the number of sides n with length 3 cm. Therefore, there are 5 · n, or 5 n, sides with length 8 cm. It’s also given that there are 6 sides with length 4 cm. Therefore, the number of 3 cm, 4 cm, and 8 cm sides are n, 6, and 5 n, respectively. Since there are a total of 30 sides, the equation n + 6 + 5 n = 30 represents this situation. Combining like terms on the left-hand side of this equation yields 6 n + 6 = 30. Therefore, the equation that must be true for the value of n is 6 n + 6 = 30.
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: "153ee763",
+ type: "mcq",
+ questionHtml:
+ "− 3 x + 21 p x = 84
In the given equation, p is a constant. The equation has no solution. What is the value of p?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "one seventh" },
+ { label: "C", text: "four thirds" },
+ { label: "D", text: "4" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. A linear equation in one variable has no solution if and only if the equation is false; that is, when there is no value of x that produces a true statement. It's given that in the equation − 3 x + 21 p x = 84, p is a constant and the equation has no solution for x. Therefore, the value of the constant p is one that results in a false equation. Factoring out the common factor of − 3 x on the left-hand side of the given equation yields − 3 x (1 − 7 p) = 84. Dividing both sides of this equation by −3 yields x (1 − 7 p) = −28. Dividing both sides of this equation by (1 − 7 p) yields x = (−28) / (1 − 7 p). This equation is false if and only if 1 − 7 p = 0. Adding 7 p to both sides of 1 − 7 p = 0 yields 1 = 7 p. Dividing both sides of this equation by 7 yields one seventh = p. It follows that the equation x = (−28) / (1 − 7 p) is false if and only if p = one seventh. Therefore, the given equation has no solution if and only if the value of p is one seventh.
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: "25e1cfed",
+ type: "mcq",
+ questionHtml:
+ "How many solutions does the equation 10 (15 x − 9) = − 15 (6 − 10 x) have?",
+ choices: [
+ { label: "A", text: "Exactly one" },
+ { label: "B", text: "Exactly two" },
+ { label: "C", text: "Infinitely many" },
+ { label: "D", text: "Zero" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Applying the distributive property to each side of the given equation yields 150 x − 90 = −90 + 150 x. Applying the commutative property of addition to the right-hand side of this equation yields 150 x − 90 = 150 x − 90. Since the two sides of the equation are equivalent, this equation is true for any value of x. Therefore, the given equation has infinitely many solutions.
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: "2937ef4f",
+ type: "mcq",
+ questionHtml:
+ "Hector used a tool called an auger to remove corn from a storage bin at a constant rate. The bin contained 24,000 bushels of corn when Hector began to use the auger. After 5 hours of using the auger, 19,350 bushels of corn remained in the bin. If the auger continues to remove corn at this rate, what is the total number of hours Hector will have been using the auger when 12,840 bushels of corn remain in the bin?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "7" },
+ { label: "C", text: "8" },
+ { label: "D", text: "12" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. After using the auger for 5 hours, Hector had removed 24,000 – 19,350 = 4,650 bushels of corn from the storage bin. During the 5-hour period, the auger removed corn from the bin at a constant rate of the fraction 4, 650 over 5 = 930 bushels per hour. Assuming the auger continues to remove corn at this rate, after x hours it will have removed 930x bushels of corn. Because the bin contained 24,000 bushels of corn when Hector started using the auger, the equation 24,000 – 930x = 12,840 can be used to find the number of hours, x, Hector will have been using the auger when 12,840 bushels of corn remain in the bin. Subtracting 12,840 from both sides of this equation and adding 930x to both sides of the equation yields 11,160 = 930x. Dividing both sides of this equation by 930 yields x = 12. Therefore, Hector will have been using the auger for 12 hours when 12,840 bushels of corn remain in the storage bin.
Choice A is incorrect. Three hours after Hector began using the auger, 24,000 – 3(930) = 21,210 bushels of corn remained, not 12,840. Choice B is incorrect. Seven hours after Hector began using the auger, 24,000 – 7(930) = 17,490 bushels of corn will remain, not 12,840. Choice C is incorrect. Eight hours after Hector began using the auger, 24,000 – 8(930) = 16,560 bushels of corn will remain, not 12,840.",
+ hasFigure: false,
+ },
+ {
+ id: "3f8a701b",
+ type: "mcq",
+ questionHtml:
+ "The equation 9 x + 5 = a · (x + b, ), where a and b are constants, has no solutions. Which of the following must be true?
I. a = 9
II. b = 5
III. b ≠ five ninths",
+ choices: [
+ { label: "A", text: "None" },
+ { label: "B", text: "I only" },
+ { label: "C", text: "I and II only" },
+ { label: "D", text: "I and III only" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. For a linear equation in a form a, x + b = c x + d to have no solutions, the x-terms must have equal coefficients and the remaining terms must not be equal. Expanding the right-hand side of the given equation yields 9 x + 5 = a, x + a, b. Inspecting the x-terms, 9 must equal a, so statement I must be true. Inspecting the remaining terms, 5 can’t equal 9 b. Dividing both of these quantities by 9 yields that b can’t equal five ninths. Therefore, statement III must be true. Since b can have any value other than five ninths, statement II may or may not be true.Choice A is incorrect. For the given equation to have no solution, both a = 9 and b ≠ five ninths must be true. Choice B is incorrect because it must also be true that b ≠ five ninths. Choice C is incorrect because when a = 9, there are many values of b that lead to an equation having no solution. That is, b might be 5, but b isn’t required to be 5.",
+ hasFigure: false,
+ },
+ {
+ id: "628300a9",
+ type: "mcq",
+ questionHtml:
+ "A science teacher is preparing the 5 stations of a science laboratory. Each station will have either Experiment A materials or Experiment B materials, but not both. Experiment A requires 6 teaspoons of salt, and Experiment B requires 4 teaspoons of salt. If x is the number of stations that will be set up for Experiment A and the remaining stations will be set up for Experiment B, which of the following expressions represents the total number of teaspoons of salt required?",
+ choices: [
+ { label: "A", text: "5 x" },
+ { label: "B", text: "10 x" },
+ { label: "C", text: "2 x + 20" },
+ { label: "D", text: "10 x + 20" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It is given that x represents the number of stations that will be set up for Experiment A and that there will be 5 stations total, so it follows that 5 – x is the number of stations that will be set up for Experiment B. It is also given that Experiment A requires 6 teaspoons of salt and that Experiment B requires 4 teaspoons of salt, so the total number of teaspoons of salt required is 6x + 4(5 – x), which simplifies to 2x + 20.Choices A, B, and D are incorrect and may be the result of not understanding the description of the context.",
+ hasFigure: false,
+ },
+ {
+ id: "771bd0ca",
+ type: "spr",
+ questionHtml:
+ "5 (t + 3) − 7 (t + 3) = 38
What value of t is the solution to the given equation?",
+ choices: [],
+ correctAnswer: "-22",
+ explanation:
+ "The correct answer is −22. The given equation can be rewritten as − 2 (t + 3) = 38. Dividing both sides of this equation by −2 yields t + 3 = −19. Subtracting 3 from both sides of this equation yields t = −22. Therefore, −22 is the value of t that is the solution to the given equation.",
+ hasFigure: false,
+ },
+ {
+ id: "7d5d1b32",
+ type: "spr",
+ questionHtml:
+ "2 (k x − n) = −(28) / (15) x − (36) / (19)
In the given equation, k and n are constants and n > 1. The equation has no solution. What is the value of k?",
+ choices: [],
+ correctAnswer: "-.9333, -14/15",
+ explanation:
+ "The correct answer is −(14) / (15). A linear equation in the form a x + b = c x + d has no solution only when the coefficients of x on each side of the equation are equal and the constant terms are not equal. Dividing both sides of the given equation by 2 yields k x − n = − (28) / (30) x − (36) / (38), or k x − n = − (14) / (15) x − (18) / (19). Since it’s given that the equation has no solution, the coefficient of x on both sides of this equation must be equal, and the constant terms on both sides of this equation must not be equal. Since (18) / (19) < 1, and it's given that n > 1, the second condition is true. Thus, k must be equal to −(14) / (15). Note that -14/15, -.9333, and -0.933 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "90095507",
+ type: "mcq",
+ questionHtml:
+ "The Townsend Realty Group invested in the five different properties listed in the table above. The table shows the amount, in dollars, the company paid for each property and the corresponding monthly rental price, in dollars, the company charges for the property at each of the five locations. Townsend Realty purchased the Glenview Street property and received a 40% discount off the original price along with an additional 20% off the discounted price for purchasing the property in cash. Which of the following best approximates the original price, in dollars, of the Glenview Street property?",
+ choices: [
+ { label: "A", text: "$350,000" },
+ { label: "B", text: "$291,700" },
+ { label: "C", text: "$233,300" },
+ { label: "D", text: "$175,000" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Let x be the original price, in dollars, of the Glenview Street property. After the 40% discount, the price of the property became 0 . 6 x dollars, and after the additional 20% off the discounted price, the price of the property became 0 . 8 · 0 . 6 x. Thus, in terms of the original price of the property, x, the purchase price of the property is 0 . 4 8 x . It follows that 0 . 4 8 x = 140, 000. Solving this equation for x gives x = 291, 666 . 6, with the 6 repeating after the decimal .. Therefore, of the given choices, $291,700 best approximates the original price of the Glenview Street property.Choice A is incorrect because it is the result of dividing the purchase price of the property by 0.4, as though the purchase price were 40% of the original price. Choice C is incorrect because it is the closest to dividing the purchase price of the property by 0.6, as though the purchase price were 60% of the original price. Choice D is incorrect because it is the result of dividing the purchase price of the property by 0.8, as though the purchase price were 80% of the original price.",
+ hasFigure: false,
+ },
+ {
+ id: "ae2287e2",
+ type: "mcq",
+ questionHtml:
+ "A certain product costs a company $65 to make. The product is sold by a salesperson who earns a commission that is equal to 20% of the sales price of the product. The profit the company makes for each unit is equal to the sales price minus the combined cost of making the product and the commission. If the sales price of the product is $100, which of the following equations gives the number of units, u, of the product the company sold to make a profit of $6,840 ?",
+ choices: [
+ { label: "A", text: "[]" },
+ { label: "B", text: "[]" },
+ { label: "C", text: "0 . 8 · 100 − 65 u = 6, 840" },
+ { label: "D", text: "[]" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The sales price of one unit of the product is given as $100. Because the salesperson is awarded a commission equal to 20% of the sales price, the expression 100(1 – 0.2) gives the sales price of one unit after the commission is deducted. It is also given that the profit is equal to the sales price minus the combined cost of making the product, or $65, and the commission: 100(1 – 0.2) – 65. Multiplying this expression by u gives the profit of u units: (100(1 – 0.2) – 65)u. Finally, it is given that the profit for u units is $6,840; therefore (100(1 – 0.2) – 65)u = $6,840.Choice B is incorrect. In this equation, cost is subtracted before commission and the equation gives the commission, not what the company retains after commission. Choice C is incorrect because the number of units is multiplied only by the cost but not by the sale price. Choice D is incorrect because the value 0.2 shows the commission, not what the company retains after commission.",
+ hasFigure: false,
+ },
+ {
+ id: "aee9fd2d",
+ type: "mcq",
+ questionHtml:
+ "If (x + 6) / (3) = (x + 6) / (13), the value of x + 6 is between which of the following pairs of values?",
+ choices: [
+ { label: "A", text: "−7 and −3" },
+ { label: "B", text: "−2 and 2" },
+ { label: "C", text: "2 and 7" },
+ { label: "D", text: "8 and 13" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Multiplying both sides of the given equation by (3) (13), or 39, yields (39) ((x + 6) / (3)) = (39) ((x + 6) / (13)), or 13 (x + 6) = 3 (x + 6). Subtracting 3 (x + 6) from both sides of this equation yields 10 (x + 6) = 0. Dividing both sides of this equation by 10 yields x + 6 = 0. Therefore, if (x + 6) / (3) = (x + 6) / (13), then the value of x + 6 is 0. It follows that of the given choices, the value of x + 6 is between −2 and 2.
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: "b7e6394d",
+ type: "mcq",
+ questionHtml:
+ "Alan drives an average of 100 miles each week. His car can travel an average of 25 miles per gallon of gasoline. Alan would like to reduce his weekly expenditure on gasoline by $5. Assuming gasoline costs $4 per gallon, which equation can Alan use to determine how many fewer average miles, m, he should drive each week?",
+ choices: [
+ {
+ label: "A",
+ text: "the fraction 25 over 4, end fraction · m = 95",
+ },
+ {
+ label: "B",
+ text: "the fraction 25 over 4, end fraction · m = 5",
+ },
+ {
+ label: "C",
+ text: "the fraction 4 over 25, end fraction · m = 95",
+ },
+ {
+ label: "D",
+ text: "the fraction 4 over 25, end fraction · m = 5",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since gasoline costs $4 per gallon, and since Alan’s car travels an average of 25 miles per gallon, the expression 4 over 25 gives the cost, in dollars per mile, to drive the car. Multiplying 4 over 25 by m gives the cost for Alan to drive m miles in his car. Alan wants to reduce his weekly spending by $5, so setting 4 over 25m equal to 5 gives the number of miles, m, by which he must reduce his driving.Choices A, B, and C are incorrect. Choices A and B transpose the numerator and the denominator in the fraction. The fraction 25 over 4 would result in the unit miles per dollar, but the question requires a unit of dollars per mile. Choices A and C set the expression equal to 95 instead of 5, a mistake that may result from a misconception that Alan wants to reduce his driving by 5 miles each week; instead, the question says he wants to reduce his weekly expenditure by $5.",
+ hasFigure: false,
+ },
+ {
+ id: "e6cb2402",
+ type: "spr",
+ questionHtml:
+ "3 (k x + 13) = (48) / (17) x + 36
In the given equation, k is a constant. The equation has no solution. What is the value of k?",
+ choices: [],
+ correctAnswer: ".9411, .9412, 16/17",
+ explanation:
+ "The correct answer is (16) / (17). It's given that the equation 3 (k x + 13) = (48) / (17) x + 36 has no solution. A linear equation in the form a x + b = c x + d, where a, b, c, and d are constants, has no solution only when the coefficients of x on each side of the equation are equal and the constant terms aren't equal. Dividing both sides of the given equation by 3 yields k x + 13 = (48) / (51) x + (36) / (3), or k x + 13 = (16) / (17) x + 12. Since the coefficients of x on each side of the equation must be equal, it follows that the value of k is (16) / (17). Note that 16/17, .9411, .9412, and 0.941 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/linear-equations-two-var.ts b/src/data/math/linear-equations-two-var.ts
new file mode 100644
index 0000000..0c2712d
--- /dev/null
+++ b/src/data/math/linear-equations-two-var.ts
@@ -0,0 +1,1317 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const LINEAR_EQ_TWO_VAR_EASY: PracticeQuestion[] = [
+ {
+ id: "029c2dc2",
+ type: "mcq",
+ questionHtml:
+ "A teacher is creating an assignment worth 70 points. The assignment will consist of questions worth 1 point and questions worth 3 points. Which equation represents this situation, where x represents the number of 1-point questions and y represents the number of 3-point questions?",
+ choices: [
+ { label: "A", text: "4 xy = 70" },
+ { label: "B", text: "4 (x + y) = 70" },
+ { label: "C", text: "3 x + y = 70" },
+ { label: "D", text: "x + 3 y = 70" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since x represents the number of 1-point questions and y represents the number of 3-point questions, the assignment is worth a total of 1 dot x + 3 dot y, or x + 3 y, points. Since the assignment is worth 70 points, the equation x + 3 y = 70 represents this situation.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "10c448d6",
+ type: "mcq",
+ questionHtml:
+ "A line in the xy-plane has a slope of one ninth and passes through the point (0, 14). Which equation represents this line?",
+ choices: [
+ { label: "A", text: "y = −one ninth x − 14" },
+ { label: "B", text: "y = −one ninth x + 14" },
+ { label: "C", text: "y = one ninth x − 14" },
+ { label: "D", text: "y = one ninth x + 14" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The equation of a line in the xy-plane can be written as y = m x + b, where m represents the slope of the line and (0, b) represents the y-intercept of the line. It's given that the slope of the line is one ninth. It follows that m = one ninth. It's also given that the line passes through the point (0, 14). It follows that b = 14. Substituting one ninth for m and 14 for b in y = m x + b yields y = one ninth x + 14. Thus, the equation y = one ninth x + 14 represents this line.
Choice A is incorrect. This equation represents a line with a slope of −one ninth and a y-intercept of (0 −14).
Choice B is incorrect. This equation represents a line with a slope of −one ninth and a y-intercept of (0, 14).
Choice C is incorrect. This equation represents a line with a slope of one ninth and a y-intercept of (0 −14).",
+ hasFigure: false,
+ },
+ {
+ id: "12ae3452",
+ type: "spr",
+ questionHtml:
+ "The equation 46 = 2 a + 2 b gives the relationship between the side lengths a and b of a certain parallelogram. If a = 9, what is the value of b?",
+ choices: [],
+ correctAnswer: "14",
+ explanation:
+ "The correct answer is 14. It's given that the equation 46 = 2 a + 2 b gives the relationship between the side lengths a and b of a certain parallelogram. Substituting 9 for a in the given equation yields 46 = 2 (9) + 2 b, or 46 = 18 + 2 b. Subtracting 18 from both sides of this equation yields 28 = 2 b. Dividing both sides of this equation by 2 yields 14 = b. Therefore, if a = 9, the value of b is 14.",
+ hasFigure: false,
+ },
+ {
+ id: "174885f8",
+ type: "mcq",
+ questionHtml:
+ "Jay walks at a speed of 3 miles per hour and runs at a speed of 5 miles per hour. He walks for w hours and runs for r hours for a combined total of 14 miles. Which equation represents this situation?",
+ choices: [
+ { label: "A", text: "3 w + 5 r = 14" },
+ { label: "B", text: "one third w + one fifth r = 14" },
+ { label: "C", text: "one third w + one fifth r = 112" },
+ { label: "D", text: "3 w + 5 r = 112" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since Jay walks at a speed of 3 miles per hour for w hours, Jay walks a total of 3 w miles. Since Jay runs at a speed of 5 miles per hour for r hours, Jay runs a total of 5 r miles. Therefore, the total number of miles Jay travels can be represented by 3 w + 5 r. Since the combined total number of miles is 14, the equation 3 w + 5 r = 14 represents this situation.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "1efd8202",
+ type: "mcq",
+ questionHtml:
+ "y = 70 x + 8
Which table gives three values of x and their corresponding values of y for the given equation?",
+ choices: [
+ {
+ label: "A",
+ text: "x
y
0
8
2
148
4
288",
+ },
+ {
+ label: "B",
+ text: "x
y
0
70
2
78
4
86",
+ },
+ {
+ label: "C",
+ text: "x
y
0
70
2
140
4
280",
+ },
+ {
+ label: "D",
+ text: "x
y
0
8
2
132
4
272",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Each of the given choices gives three values of x: 0, 2, and 4. Substituting 0 for x in the given equation yields y = 70 (0) + 8, or y = 8. Therefore, when x = 0, the corresponding value of y for the given equation is 8. Substituting 2 for x in the given equation yields y = 70 (2) + 8, or y = 148. Therefore, when x = 2, the corresponding value of y for the given equation is 148. Substituting 4 for x in the given equation yields y = 70 (4) + 8, or y = 288. Therefore, when x = 4, the corresponding value of y for the given equation is 288. Thus, if the three values of x are 0, 2, and 4, then their corresponding values of y are 8, 148, and 288, respectively, for the given equation.
Choice B is incorrect. This table gives three values of x and their corresponding values of y for the equation y = 4 x + 70.
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: "24854644",
+ type: "mcq",
+ questionHtml:
+ "What is the equation of the line that passes through the point (0, 5) and is parallel to the graph of y = 7 x + 4 in the xy-plane?",
+ choices: [
+ { label: "A", text: "y = 5 x" },
+ { label: "B", text: "y = 7 x + 5" },
+ { label: "C", text: "y = 7 x" },
+ { label: "D", text: "y = 5 x + 7" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The equation of a line in the xy-plane can be written in slope-intercept form y = m x + b, where m is the slope of the line and (0, b) is its y-intercept. It’s given that the line passes through the point (0, 5). Therefore, b = 5. It’s also given that the line is parallel to the graph of y = 7 x + 4, which means the line has the same slope as the graph of y = 7 x + 4. The slope of the graph of y = 7 x + 4 is 7. Therefore, m = 7. Substituting 7 for m and 5 for b in the equation y = m x + b yields y = 7 x + 5.
Choice A is incorrect. The graph of this equation passes through the point (0, 0), not (0, 5), and has a slope of 5, not 7.
Choice C is incorrect. The graph of this equation passes through the point (0, 0), not (0, 5).
Choice D is incorrect. The graph of this equation passes through the point (0, 7), not (0, 5), and has a slope of 5, not 7.",
+ hasFigure: false,
+ },
+ {
+ id: "2554b413",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, a line has a slope of 6 and passes through the point with coordinates zero, 8. Which of the following is an equation of this line?",
+ choices: [
+ { label: "A", text: "y = 6 x + 8" },
+ { label: "B", text: "y = 6 x + 48" },
+ { label: "C", text: "y = 8 x + 6" },
+ { label: "D", text: "y = 8 x + 48" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The slope-intercept form of an equation for a line is y = m x + b, where m is the slope of the line and b is the y-coordinate of the y-intercept of the line. It’s given that the slope is 6, so m = 6. It’s also given that the line passes through the point with coordinates 0, 8 on the y-axis, so b = 8. Substituting m = 6 and b = 8 into the equation y = m x + b gives y = 6 x + 8.Choices B, C, and D are incorrect and may result from misinterpreting the slope-intercept form of an equation of a line.",
+ hasFigure: false,
+ },
+ {
+ id: "2d0e13a6",
+ type: "spr",
+ questionHtml:
+ "Line k is defined by y = one fourth x + 1. Line j is parallel to line k in the xy-plane. What is the slope of j?",
+ choices: [],
+ correctAnswer: ".25, 1/4",
+ explanation:
+ "The correct answer is one fourth. It's given that line k is defined by y = one fourth x + 1. It's also given that line j is parallel to line k in the xy-plane. A line in the xy-plane represented by an equation in slope-intercept form y = m x + b has a slope of m and a y-intercept of (0, b). Therefore, the slope of line k is one fourth. Since parallel lines have equal slopes, the slope of line j is one fourth. Note that 1/4 and .25 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "4acd05cd",
+ type: "mcq",
+ questionHtml:
+ "The line slants sharply up from left to right.
The line passes through the following points:
(0 comma negative 5)
(1 comma negative 3)
(2 comma negative 1)
The graph shows the linear relationship between x and y. Which table gives three values of x and their corresponding values of y for this relationship?",
+ choices: [
+ {
+ label: "A",
+ text: "x
y
0
0
1
−7
2
−9",
+ },
+ {
+ label: "B",
+ text: "x
y
0
0
1
−3
2
−1",
+ },
+ {
+ label: "C",
+ text: "x
y
0
−5
1
−7
2
−9",
+ },
+ {
+ label: "D",
+ text: "x
y
0
−5
1
−3
2
−1",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the graph shows the linear relationship between x and y. The given graph passes through the points (0 −5), (1 −3), and (2 −1). It follows that when x = 0, the corresponding value of y is −5, when x = 1, the corresponding value of y is −3, and when x = 2, the corresponding value of y is −1. Of the given choices, only the table in choice D gives these three values of x and their corresponding values of y for the relationship shown in the graph.
Choice A is incorrect. This table represents a relationship between x and y such that the graph passes through the points (0, 0), (1 −7), and (2 −9).
Choice B is incorrect. This table represents a relationship between x and y such that the graph passes through the points (0, 0), (1 −3), and (2 −1).
Choice C is incorrect. This table represents a linear relationship between x and y such that the graph passes through the points (0 −5), (1 −7), and (2 −9).",
+ hasFigure: true,
+ figureUrl: "/practice-images/4acd05cd_svg1.svg",
+ },
+ {
+ id: "520e6f5b",
+ type: "mcq",
+ questionHtml:
+ "A city is planning to build a rock retaining wall, a monument, and a garden in a park. The table above shows four rock types that will be considered for use in the project. Also shown for each rock type is its weight per volume, in pounds per cubic foot (lb/ft3), and the cost per pound, in dollars. The equation 0 . 0 3 · (120 w, ) + 0 . 1 8 · (180 z, ) + 3, 385 . 8 0 = 7, 576 . 2 0. gives the total cost, in dollars, of the rocks used in the project in terms of the number of ft3 of limestone, w, and the number of ft3 of basalt, z. All four rock types are used in the project. Which of the following is the best interpretation of 3,385.80 in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The cost of the granite and sandstone needed for the project",
+ },
+ {
+ label: "B",
+ text: "The cost of the basalt and limestone needed for the project",
+ },
+ { label: "C", text: "The cost of the basalt needed for the project" },
+ { label: "D", text: "The cost of the sandstone needed for the project" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The table shows the cost of limestone is $0.03/lb, and the weight per volume for limestone is 120 lb/ft3. Therefore, the term 0 . 0 3 · 120 w represents the cost, in dollars, of w ft3 of limestone. Similarly, the term 0 . 1 8 · 180 z represents the cost, in dollars, of z ft3 of basalt. The given equation shows that the total cost of all the rocks used in the project is $7,576.20. Since it’s given that all four rock types are used in the project, the remaining term, 3,385.80, represents the cost, in dollars, of the granite and sandstone needed for the project.Choice B is incorrect. The cost of basalt and limestone needed for the project can be represented by 0 . 1 8 · 180 z + 0 . 0 3 · 120 w. Choice C is incorrect. The cost of the basalt needed for the project can be represented by the expression 0 . 1 8 · 180 z. Choice D is incorrect and may result from neglecting to include granite in the rock types used for the project.",
+ hasFigure: false,
+ },
+ {
+ id: "52a8ef85",
+ type: "mcq",
+ questionHtml:
+ "The equation 40 x + 20 y = 160 represents the number of sweaters, x, and number of shirts, y, that Yesenia purchased for dollar sign 160. If Yesenia purchased 2 sweaters, how many shirts did she purchase?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "4" },
+ { label: "C", text: "8" },
+ { label: "D", text: "40" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that the equation 40 x + 20 y = 160 represents the number of sweaters, x, and the number of shirts, y, that Yesenia purchased for dollar sign 160. If Yesenia purchased 2 sweaters, the number of shirts she purchased can be calculated by substituting 2 for x in the given equation, which yields 40 (2) + 20 y = 160, or 80 + 20 y = 160. Subtracting 80 from both sides of this equation yields 20 y = 80. Dividing both sides of this equation by 20 yields y = 4. Therefore, if Yesenia purchased 2 sweaters, she purchased 4 shirts.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the number of shirts Yesenia purchased if she purchased 0 sweaters.
Choice D is incorrect. This is the price, in dollars, for each sweater, not the number of shirts Yesenia purchased.",
+ hasFigure: false,
+ },
+ {
+ id: "535fa6e6",
+ type: "mcq",
+ questionHtml:
+ "Davio bought some potatoes and celery. The potatoes cost dollar sign 0.69 per pound, and the celery cost dollar sign 0.99 per pound. If Davio spent dollar sign 5.34 in total and bought twice as many pounds of celery as pounds of potatoes, how many pounds of celery did Davio buy?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "2.5" },
+ { label: "C", text: "2.67" },
+ { label: "D", text: "4" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Let p represent the number of pounds of potatoes and let c represent the number of pounds of celery that Davio bought. It’s given that potatoes cost dollar sign 0.69 per pound and celery costs dollar sign 0.99 per pound. If Davio spent dollar sign 5.34 in total, then the equation 0.69 p + 0.99 c = 5.34 represents this situation. It’s also given that Davio bought twice as many pounds of celery as pounds of potatoes; therefore, c = 2 p. Substituting 2 p for c in the equation 0.69 p + 0.99 c = 5.34 yields 0.69 p + 0.99 (2 p) = 5.34, which is equivalent to 0.69 p + 1.98 p = 5.34, or 2.67 p = 5.34. Dividing both sides of this equation by 2.67 yields p = 2. Substituting 2 for p in the equation c = 2 p yields c = 2 (2), or c = 4. Therefore, Davio bought 4 pounds of celery.
Choice A is incorrect. This is the number of pounds of potatoes, not the number of pounds of celery, Davio bought.
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: "5b8a8475",
+ type: "mcq",
+ questionHtml:
+ "Line k is defined by y = 3 x + 15. Line j is perpendicular to line k in the xy-plane. What is the slope of line j?",
+ choices: [
+ { label: "A", text: "−one third" },
+ { label: "B", text: "−one twelfth" },
+ { label: "C", text: "−one eighteenth" },
+ { label: "D", text: "−one forty fifth" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that line j is perpendicular to line k in the xy-plane. It follows that the slope of line j is the opposite reciprocal of the slope of line k. The equation for line k is written in slope-intercept form y = m x + b, where m is the slope of the line and b is the y-coordinate of the y-intercept of the line. It follows that the slope of line k is 3. The opposite reciprocal of a number is −1 divided by the number. Thus, the opposite reciprocal of 3 is −one third. Therefore, the slope of line j is −one third.
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: "7038b587",
+ type: "spr",
+ questionHtml:
+ "Vivian bought party hats and cupcakes for dollar sign 71. Each package of party hats cost dollar sign 3, and each cupcake cost dollar sign 1. If Vivian bought 10 packages of party hats, how many cupcakes did she buy?",
+ choices: [],
+ correctAnswer: "41",
+ explanation:
+ "The correct answer is 41. The number of cupcakes Vivian bought can be found by first finding the amount Vivian spent on cupcakes. The amount Vivian spent on cupcakes can be found by subtracting the amount Vivian spent on party hats from the total amount Vivian spent. The amount Vivian spent on party hats can be found by multiplying the cost per package of party hats by the number of packages of party hats, which yields dollar sign 3 dot 10, or dollar sign 30. Subtracting the amount Vivian spent on party hats, dollar sign 30, from the total amount Vivian spent, dollar sign 71, yields dollar sign 71 − dollar sign 30, or dollar sign 41. Since the amount Vivian spent on cupcakes was dollar sign 41 and each cupcake cost dollar sign 1, it follows that Vivian bought 41 cupcakes.",
+ hasFigure: false,
+ },
+ {
+ id: "768b2425",
+ type: "mcq",
+ questionHtml:
+ "Last week, an interior designer earned a total of dollar sign 1, 258 from consulting for x hours and drawing up plans for y hours. The equation 68 x + 85 y = 1, 258 represents this situation. Which of the following is the best interpretation of 68 in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The interior designer earned dollar sign 68 per hour consulting last week.",
+ },
+ {
+ label: "B",
+ text: "The interior designer worked 68 hours drawing up plans last week.",
+ },
+ {
+ label: "C",
+ text: "The interior designer earned dollar sign 68 per hour drawing up plans last week.",
+ },
+ {
+ label: "D",
+ text: "The interior designer worked 68 hours consulting last week.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that 68 x + 85 y = 1, 258 represents the situation where an interior designer earned a total of dollar sign 1, 258 last week from consulting for x hours and drawing up plans for y hours. Thus, 68 x represents the amount earned, in dollars, from consulting for x hours, and 85 y represents the amount earned, in dollars, from drawing up plans for y hours. Since 68 x represents the amount earned, in dollars, from consulting for x hours, it follows that the interior designer earned dollar sign 68 per hour consulting last week.
Choice B is incorrect. The interior designer worked y hours, not 68 hours, drawing up plans last week.
Choice C is incorrect. The interior designer earned dollar sign 85 per hour, not dollar sign 68 per hour, drawing up plans last week.
Choice D is incorrect. The interior designer worked x hours, not 68 hours, consulting last week.",
+ hasFigure: false,
+ },
+ {
+ id: "789975b7",
+ type: "mcq",
+ questionHtml:
+ "A gardener buys two kinds of fertilizer. Fertilizer A contains 60% filler materials by weight and Fertilizer B contains 40% filler materials by weight. Together, the fertilizers bought by the gardener contain a total of 240 pounds of filler materials. Which equation models this relationship, where x is the number of pounds of Fertilizer A and y is the number of pounds of Fertilizer B?",
+ choices: [
+ { label: "A", text: "zero . 4 x + zero . 6 y = 240" },
+ { label: "B", text: "zero . 6 x + zero . 4 y = 240" },
+ { label: "C", text: "40 x + 60 y = 240" },
+ { label: "D", text: "60 x + 40 y = 240" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since Fertilizer A contains 60% filler materials by weight, it follows that x pounds of Fertilizer A consists of 0.6x pounds of filler materials. Similarly, y pounds of Fertilizer B consists of 0.4y pounds of filler materials. When x pounds of Fertilizer A and y pounds of Fertilizer B are combined, the result is 240 pounds of filler materials. Therefore, the total amount, in pounds, of filler materials in a mixture of x pounds of Fertilizer A and y pounds of Fertilizer B can be expressed as 0 . 6 x + 0 . 4 y = 240.Choice A is incorrect. This choice transposes the percentages of filler materials for Fertilizer A and Fertilizer B. Fertilizer A consists of 0.6x pounds of filler materials and Fertilizer B consists of 0.4y pounds of filler materials. Therefore, 0 . 6 x + 0 . 4 y is equal to 240, not 0 . 4 x + 0 . 6 y. Choice C is incorrect. This choice transposes the percentages of filler materials for Fertilizer A and Fertilizer B and incorrectly represents how to take the percentage of a value mathematically. Choice D is incorrect. This choice incorrectly represents how to take the percentage of a value mathematically. Fertilizer A consists of 0.6x pounds of filler materials, not 60x pounds of filler materials, and Fertilizer B consists of 0.4y pounds of filler materials, not 40y pounds of filler materials.",
+ hasFigure: false,
+ },
+ {
+ id: "8368afd1",
+ type: "mcq",
+ questionHtml:
+ "The line slants sharply down from left to right.
The line passes through the following points:
(0 comma 18)
(4 comma 10)
(7 comma 4)
(9 comma 0)
The graph shows the possible combinations of the number of pounds of tangerines and lemons that could be purchased for dollar sign 18 at a certain store. If Melvin purchased lemons and 4 pounds of tangerines for a total of dollar sign 18, how many pounds of lemons did he purchase?",
+ choices: [
+ { label: "A", text: "7" },
+ { label: "B", text: "10" },
+ { label: "C", text: "14" },
+ { label: "D", text: "16" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that the graph shows the possible combinations of the number of pounds of tangerines, x, and the number of pounds of lemons, y, that could be purchased for dollar sign 18 at a certain store. If Melvin purchased lemons and 4 pounds of tangerines for a total of dollar sign 18, the number of pounds of lemons he purchased is represented by the y-coordinate of the point on the graph where x = 4. For the graph shown, when x = 4, y = 10. Therefore, if Melvin purchased lemons and 4 pounds of tangerines for a total of dollar sign 18, then he purchased 10 pounds of lemons.
Choice A is incorrect. This is the number of pounds of tangerines Melvin purchased if he purchased tangerines and 4 pounds of lemons for a total of dollar sign 18.
Choice C is incorrect. This is the number of pounds of lemons Melvin purchased if he purchased lemons and 2 pounds of tangerines for a total of dollar sign 18.
Choice D is incorrect. This is the number of pounds of lemons Melvin purchased if he purchased lemons and 1 pound of tangerines for a total of dollar sign 18.",
+ hasFigure: true,
+ figureUrl: "/practice-images/8368afd1_svg1.svg",
+ },
+ {
+ id: "83f2c3bf",
+ type: "mcq",
+ questionHtml:
+ "y = x + 4
Which table gives three values of x and their corresponding values of y for the given equation?",
+ choices: [
+ {
+ label: "A",
+ text: "x
y
0
4
1
5
2
6",
+ },
+ {
+ label: "B",
+ text: "x
y
0
6
1
5
2
4",
+ },
+ {
+ label: "C",
+ text: "x
y
0
2
1
1
2
0",
+ },
+ {
+ label: "D",
+ text: "x
y
0
0
1
1
2
2",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Substituting 0 for x into the given equation yields y = 0 + 4, or y = 4. Therefore, when x = 0, the corresponding value of y for the given equation is 4. Substituting 1 for x into the given equation yields y = 1 + 4, or y = 5. Therefore, when x = 1, the corresponding value of y for the given equation is 5. Substituting 2 for x into the given equation yields y = 2 + 4, or y = 6. Therefore, when x = 2, the corresponding value of y for the given equation is 6. Of the choices given, only the table in choice A gives these three values of x and their corresponding values of y for the given equation.
Choice B is incorrect. This table gives three values of x and their corresponding values of y for the equation y = −x + 6.
Choice C is incorrect. This table gives three values of x and their corresponding values of y for the equation y = −x + 2.
Choice D is incorrect. This table gives three values of x and their corresponding values of y for the equation y = x.",
+ hasFigure: false,
+ },
+ {
+ id: "87322577",
+ type: "mcq",
+ questionHtml:
+ "The equation above relates the number of minutes, x, Maria spends running each day and the number of minutes, y, she spends biking each day. In the equation, what does the number 75 represent?",
+ choices: [
+ { label: "A", text: "The number of minutes spent running each day" },
+ { label: "B", text: "The number of minutes spent biking each day" },
+ {
+ label: "C",
+ text: "The total number of minutes spent running and biking each day",
+ },
+ {
+ label: "D",
+ text: "The number of minutes spent biking for each minute spent running",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Maria spends x minutes running each day and y minutes biking each day. Therefore, x + y represents the total number of minutes Maria spent running and biking each day. Because x + y = 75, it follows that 75 is the total number of minutes that Maria spent running and biking each day.Choices A and B are incorrect. The number of minutes Maria spent running each day is represented by x and need not be 75. Similarly, the number of minutes that Maria spends biking each day is represented by y and need not be 75. The number of minutes Maria spends running each day and biking each day may vary; however, the total number of minutes she spends each day on these activities is constant and equal to 75. Choice D is incorrect. The number of minutes Maria spent biking for each minute spent running cannot be determined from the information provided.",
+ hasFigure: false,
+ },
+ {
+ id: "8a1544f1",
+ type: "mcq",
+ questionHtml:
+ "What is the equation of the line shown in the xy-plane above?",
+ choices: [
+ { label: "A", text: "y = 3 x − 3" },
+ { label: "B", text: "y = −3 x + 3" },
+ { label: "C", text: "y = one-third x − 3" },
+ { label: "D", text: "y = −one-third x + 3" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Any line in the xy-plane can be defined by an equation in the form y = mx + b, where m is the slope of the line and b is the y-coordinate of the y-intercept of the line. From the graph, the y-intercept of the line is (0, 3). Therefore, b = 3. The slope of the line is the change in the value of y divided by the change in the value of x for any two points on the line. The line shown passes through (0, 3) and (1, 0), so m = the fraction with numerator 3 − zero, and denominator zero − 1, or m = –3. Therefore, the equation of the line is y = –3x + 3.Choices A and C are incorrect because the equations given in these choices represent a line with a positive slope. However, the line shown has a negative slope. Choice D is incorrect because the equation given in this choice represents a line with slope of −one third. However, the line shown has a slope of –3.",
+ hasFigure: true,
+ figureUrl: "/practice-images/8a1544f1_img1.png",
+ },
+ {
+ id: "8adf1335",
+ type: "mcq",
+ questionHtml:
+ "A city’s total expense budget for one year was x million dollars. The city budgeted y million dollars for departmental expenses and 201 million dollars for all other expenses. Which of the following represents the relationship between x and y in this context?",
+ choices: [
+ { label: "A", text: "x + y = 201" },
+ { label: "B", text: "x − y = 201" },
+ { label: "C", text: "2 x − y = 201" },
+ { label: "D", text: "y − x = 201" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Of the city’s total expense budget for one year, the city budgeted y million dollars for departmental expenses and 201 million dollars for all other expenses. This means that the expression y + 201 represents the total expense budget, in millions of dollars, for one year. It’s given that the total expense budget for one year is x million dollars. It follows then that the expression y + 201 is equivalent to x, or y + 201 = x. Subtracting y from both sides of this equation yields 201 = x − y. By the symmetric property of equality, this is the same as x − y = 201.Choices A and C are incorrect. Because it’s given that the total expense budget for one year, x million dollars, is comprised of the departmental expenses, y million dollars, and all other expenses, 201 million dollars, the expressions x + y and 2 x − y both must be equivalent to a value greater than 201 million dollars. Therefore, the equations x + y = 201and 2 x − y = 201aren’t true. Choice D is incorrect. The value of x must be greater than the value of y. Therefore, y − x = 201 can’t represent this relationship.",
+ hasFigure: false,
+ },
+ {
+ id: "8b2a2a63",
+ type: "spr",
+ questionHtml:
+ "The y-intercept of the graph of y = − 6 x − 32 in the xy-plane is (0, y). What is the value of y?",
+ choices: [],
+ correctAnswer: "-32",
+ explanation:
+ "The correct answer is −32. It’s given that the y-intercept of the graph of y = − 6 x − 32 is (0, y). Substituting 0 for x in this equation yields y = − 6 (0) − 32, or y = −32. Therefore, the value of y that corresponds to the y-intercept of the graph of y = − 6 x − 32 in the xy-plane is −32.",
+ hasFigure: false,
+ },
+ {
+ id: "8c98c834",
+ type: "mcq",
+ questionHtml:
+ "The equation y = 0 . 1 x models the relationship between the number of different pieces of music a certain pianist practices, y, during an x-minute practice session. How many pieces did the pianist practice if the session lasted 30 minutes?",
+ choices: [
+ { label: "A", text: "1" },
+ { label: "B", text: "3" },
+ { label: "C", text: "10" },
+ { label: "D", text: "30" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that the equation y = 0 . 1 x models the relationship between the number of different pieces of music a certain pianist practices, y, and the number of minutes in a practice session, x. Since it’s given that the session lasted 30 minutes, the number of pieces the pianist practiced can be found by substituting 30 for x in the given equation, which yields y = 0 . 1 · 30, or y = 3.Choices A and C are incorrect and may result from misinterpreting the values in the equation. Choice D is incorrect. This is the given value of x, not the value of y.",
+ hasFigure: false,
+ },
+ {
+ id: "b23bba4c",
+ type: "mcq",
+ questionHtml:
+ "A shipping company charged a customer $25 to ship some small boxes and some large boxes. The equation above represents the relationship between a, the number of small boxes, and b, the number of large boxes, the customer had shipped. If the customer had 3 small boxes shipped, how many large boxes were shipped?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "4" },
+ { label: "C", text: "5" },
+ { label: "D", text: "6" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that a represents the number of small boxes and b represents the number of large boxes the customer had shipped. If the customer had 3 small boxes shipped, then a = 3. Substituting 3 for a in the equation 3 a + 4 b = 25 yields 3 · 3 + 4 b = 25 or 9 + 4 b = 25. Subtracting 9 from both sides of the equation yields 4 b = 16. Dividing both sides of this equation by 4 yields b = 4. Therefore, the customer had 4 large boxes shipped.Choices A, C, and D are incorrect. If the number of large boxes shipped is 3, then b = 3. Substituting 3 for b in the given equation yields 3 a + 4 · 3 = 25 or 3 a + 12 = 25. Subtracting 12 from both sides of the equation and then dividing by 3 yields a = thirteen thirds. However, it’s given that the number of small boxes shipped, a, is 3, not thirteen thirds, so b cannot equal 3. Similarly, if b = 5 or b = 6, then a = five thirds or a = one third, respectively, which is also not true.",
+ hasFigure: false,
+ },
+ {
+ id: "b2845d88",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is an equation of the graph shown in the xy-plane above?",
+ choices: [
+ { label: "A", text: "y = −one fourth x − 1" },
+ { label: "B", text: "y = −x − 4" },
+ { label: "C", text: "y = −x − one fourth" },
+ { label: "D", text: "y = −4 x − 1" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The slope of the line can be found by choosing any two points on the line, such as (4, –2) and (0, –1). Subtracting the y-values results in –2 – (–1) = –1, the change in y. Subtracting the x-values results in 4 – 0 = 4, the change in x. Dividing the change in y by the change in x yields −1 ÷ 4 = −one fourth, the slope. The line intersects the y-axis at (0, –1), so –1 is the y-coordinate of the y-intercept. This information can be expressed in slope-intercept form as the equation y = −one fourth, x − 1.Choice B is incorrect and may result from incorrectly calculating the slope and then misidentifying the slope as the y-intercept. Choice C is incorrect and may result from misidentifying the slope as the y-intercept. Choice D is incorrect and may result from incorrectly calculating the slope.",
+ hasFigure: true,
+ figureUrl: "/practice-images/b2845d88_img1.png",
+ },
+ {
+ id: "b2de69bd",
+ type: "mcq",
+ questionHtml:
+ "The table above shows some pairs of x values and y values. Which of the following equations could represent the relationship between x and y ?",
+ choices: [
+ { label: "A", text: "y = 2 x + 3" },
+ { label: "B", text: "y = 3 x − 2" },
+ { label: "C", text: "y = 4 x − one" },
+ { label: "D", text: "y = 5 x" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Each of the choices is a linear equation in the form y = mx + b, where m and b are constants. In this equation, m represents the change in y for each increase in x by 1. From the table, it can be determined that the value of y increases by 2 for each increase in x by 1. In other words, for the pairs of x and y in the given table, m = 2. The value of b can be found by substituting the values of x and y from any row of the table and substituting the value of m into the equation y = mx + b and then solving for b. For example, using x = 1, y = 5, and m = 2 yields 5 = 2(1) + b. Solving for b yields b = 3. Therefore, the equation y = 2x + 3 could represent the relationship between x and y in the given table.Alternatively, if an equation represents the relationship between x and y, then when each pair of x and y from the table is substituted into the equation, the result will be a true statement. Of the equations given, the equation y = 2x + 3 in choice A is the only equation that results in a true statement when each of the pairs of x and y are substituted into the equation.
Choices B, C, and D are incorrect because when at least one pair of x and y from the table is substituted into the equations given in these choices, the result is a false statement. For example, when the pair x = 4 and y = 11 is substituted into the equation in choice B, the result is 11 = 3(4) – 2, or 11 = 10, which is false.",
+ hasFigure: false,
+ },
+ {
+ id: "b450ab03",
+ type: "mcq",
+ questionHtml:
+ "An employee at a restaurant prepares sandwiches and salads. It takes the employee 1.5 minutes to prepare a sandwich and 1.9 minutes to prepare a salad. The employee spends a total of 46.1 minutes preparing x sandwiches and y salads. Which equation represents this situation?",
+ choices: [
+ { label: "A", text: "1.9 x + 1.5 y = 46.1" },
+ { label: "B", text: "1.5 x + 1.9 y = 46.1" },
+ { label: "C", text: "x + y = 46.1" },
+ { label: "D", text: "30.7 x + 24.3 y = 46.1" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that the employee takes 1.5 minutes to prepare a sandwich. Multiplying 1.5 by the number of sandwiches, x, yields 1.5 x, the amount of time the employee spends preparing x sandwiches. It’s also given that the employee takes 1.9 minutes to prepare a salad. Multiplying 1.9 by the number of salads, y, yields 1.9 y, the amount of time the employee spends preparing y salads. It follows that the total amount of time, in minutes, the employee spends preparing x sandwiches and y salads is 1.5 x + 1.9 y. It's given that the employee spends a total of 46.1 minutes preparing x sandwiches and y salads. Thus, the equation 1.5 x + 1.9 y = 46.1 represents this situation.
Choice A is incorrect. This equation represents a situation where it takes the employee 1.9 minutes, rather than 1.5 minutes, to prepare a sandwich and 1.5 minutes, rather than 1.9 minutes, to prepare a salad.
Choice C is incorrect. This equation represents a situation where it takes the employee 1 minute, rather than 1.5 minutes, to prepare a sandwich and 1 minute, rather than 1.9 minutes, to prepare a salad.
Choice D is incorrect. This equation represents a situation where it takes the employee 30.7 minutes, rather than 1.5 minutes, to prepare a sandwich and 24.3 minutes, rather than 1.9 minutes, to prepare a salad.",
+ hasFigure: false,
+ },
+ {
+ id: "b9839f9e",
+ type: "mcq",
+ questionHtml:
+ "In the equation above, F represents the total amount of money, in dollars, a food truck charges for x drinks and y salads. The price, in dollars, of each drink is the same, and the price, in dollars, of each salad is the same. Which of the following is the best interpretation for the number 7.00 in this context?",
+ choices: [
+ { label: "A", text: "The price, in dollars, of one drink" },
+ { label: "B", text: "The price, in dollars, of one salad" },
+ { label: "C", text: "The number of drinks bought during the day" },
+ { label: "D", text: "The number of salads bought during the day" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that 2 . 5 0 x + 7 . 0 0 y is equal to the total amount of money, in dollars, a food truck charges for x drinks and y salads. Since each salad has the same price, it follows that the total charge for y salads is 7 . 0 0 y dollars. When y = 1, the value of the expression 7 . 0 0 y is 7 . 0 0 · 1, or 7.00. Therefore, the price for one salad is 7.00 dollars.Choice A is incorrect. Since each drink has the same price, it follows that the total charge for x drinks is 2 . 5 0 x dollars. Therefore, the price, in dollars, for one drink is 2.50, not 7.00. Choices C and D are incorrect. In the given equation, F represents the total charge, in dollars, when x drinks and y salads are bought at the food truck. No information is provided about the number of drinks or the number of salads that are bought during the day. Therefore, 7.00 doesn’t represent either of these quantities.",
+ hasFigure: false,
+ },
+ {
+ id: "ba79f10f",
+ type: "mcq",
+ questionHtml:
+ "x
y
0
18
1
13
2
8
The table shows three values of x and their corresponding values of y. There is a linear relationship between x and y. Which of the following equations represents this relationship?",
+ choices: [
+ { label: "A", text: "y = 18 x + 13" },
+ { label: "B", text: "y = 18 x + 18" },
+ { label: "C", text: "y = − 5 x + 13" },
+ { label: "D", text: "y = − 5 x + 18" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. A linear relationship can be represented by an equation of the form y = m x + b, where m and b are constants. It’s given in the table that when x = 0, y = 18. Substituting 0 for x and 18 for y in y = m x + b yields 18 = m (0) + b, or 18 = b. Substituting 18 for b in the equation y = m x + b yields y = m x + 18. It’s also given in the table that when x = 1, y = 13. Substituting 1 for x and 13 for y in the equation y = m x + 18 yields 13 = m (1) + 18, or 13 = m + 18. Subtracting 18 from both sides of this equation yields −5 = m. Therefore, the equation y = − 5 x + 18 represents the relationship between x and y.
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: "c5479c1a",
+ type: "mcq",
+ questionHtml:
+ "A shipment consists of 5-pound boxes and 10-pound boxes with a total weight of 220 pounds. There are 13 10-pound boxes in the shipment. How many 5-pound boxes are in the shipment?",
+ choices: [
+ { label: "A", text: "5" },
+ { label: "B", text: "10" },
+ { label: "C", text: "13" },
+ { label: "D", text: "18" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that the shipment consists of 5-pound boxes and 10-pound boxes with a total weight of 220 pounds. Let x represent the number of 5-pound boxes and y represent the number of 10-pound boxes in the shipment. Therefore, the equation 5 x + 10 y = 220 represents this situation. It's given that there are 13 10-pound boxes in the shipment. Substituting 13 for y in the equation 5 x + 10 y = 220 yields 5 x + 10 (13) = 220, or 5 x + 130 = 220. Subtracting 130 from both sides of this equation yields 5 x = 90. Dividing both sides of this equation by 5 yields 18. Thus, there are 18 5-pound boxes in the shipment.
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. This is the number of 10-pound boxes in the shipment.",
+ hasFigure: false,
+ },
+ {
+ id: "c6b151d4",
+ type: "mcq",
+ questionHtml:
+ "A total of 364 paper straws of equal length were used to construct two types of polygons: triangles and rectangles. The triangles and rectangles were constructed so that no two polygons had a common side. The equation 3 x + 4 y = 364 represents this situation, where x is the number of triangles constructed and y is the number of rectangles constructed. What is the best interpretation of (x, y) = (24, 73) in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "If 24 triangles were constructed, then 73 rectangles were constructed.",
+ },
+ {
+ label: "B",
+ text: "If 24 triangles were constructed, then 73 paper straws were used.",
+ },
+ {
+ label: "C",
+ text: "If 73 triangles were constructed, then 24 rectangles were constructed.",
+ },
+ {
+ label: "D",
+ text: "If 73 triangles were constructed, then 24 paper straws were used.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that 364 paper straws of equal length were used to construct triangles and rectangles, where no two polygons had a common side. It's also given that the equation 3 x + 4 y = 364 represents this situation, where x is the number of triangles constructed and y is the number of rectangles constructed. The equation (x, y) = (24, 73) means that if x = 24, then y = 73. Substituting 24 for x and 73 for y in 3 x + 4 y = 364 yields 3 (24) + 4 (73) = 364, or 364 = 364, which is true. Therefore, in this context, the equation (x, y) = (24, 73) means that if 24 triangles were constructed, then 73 rectangles were constructed.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "c8e0f511",
+ type: "mcq",
+ questionHtml:
+ "For a camping trip a group bought x one-liter bottles of water and y three-liter bottles of water, for a total of 240 liters of water. Which equation represents this situation?",
+ choices: [
+ { label: "A", text: "x + 3 y = 240" },
+ { label: "B", text: "x + y = 240" },
+ { label: "C", text: "3 x + 3 y = 240" },
+ { label: "D", text: "3 x + y = 240" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that for a camping trip a group bought x one-liter bottles of water and y three-liter bottles of water. Since the group bought x one-liter bottles of water, the total number of liters bought from x one-liter bottles of water is represented as 1 x, or x. Since the group bought y three-liter bottles of water, the total number of liters bought from y three-liter bottles of water is represented as 3 y. It's given that the group bought a total of 240 liters; thus, the equation x + 3 y = 240 represents this situation.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect. This equation represents a situation where the group bought x three-liter bottles of water and y one-liter bottles of water, for a total of 240 liters of water.",
+ hasFigure: false,
+ },
+ {
+ id: "db0107df",
+ type: "spr",
+ questionHtml:
+ "The y-intercept of the graph of 12 x + 2 y = 18 in the xy-plane is (0, y). What is the value of y?",
+ choices: [],
+ correctAnswer: "9",
+ explanation:
+ "The correct answer is 9. It's given that the y-intercept of the graph of 12 x + 2 y = 18 in the xy-plane is (0, y). Substituting 0 for x in the equation 12 x + 2 y = 18 yields 12 (0) + 2 y = 18, or 2 y = 18. Dividing both sides of this equation by 2 yields y = 9. Therefore, the value of y is 9.",
+ hasFigure: false,
+ },
+ {
+ id: "dd797fe2",
+ type: "mcq",
+ questionHtml:
+ "Mario purchased 4 binders that cost x dollars each and 3 notebooks that cost y dollars each. If the given equation represents this situation, which of the following is the best interpretation of 24 in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The total cost, in dollars, for all binders purchased",
+ },
+ {
+ label: "B",
+ text: "The total cost, in dollars, for all notebooks purchased",
+ },
+ {
+ label: "C",
+ text: "The total cost, in dollars, for all binders and notebooks purchased",
+ },
+ {
+ label: "D",
+ text: "The difference in the total cost, in dollars, between the number of binders and notebooks purchased",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Since Mario purchased 4 binders that cost x dollars each, the expression 4 x represents the total cost, in dollars, of the 4 binders he purchased. Since Mario purchased 3 notebooks that cost y dollars each, the expression 3 y represents the total cost, in dollars, of the 3 notebooks he purchased. Therefore, the expression 4 x + 3 y represents the total cost, in dollars, for all binders and notebooks he purchased. In the given equation, the expression 4 x + 3 y is equal to 24. Therefore, it follows that 24 is the total cost, in dollars, for all binders and notebooks purchased.Choice A is incorrect. This is represented by the expression 4 x in the given equation. Choice B is incorrect. This is represented by the expression 3 y in the given equation. Choice D is incorrect. This is represented by the expression |, 4 x − 3 y, |.",
+ hasFigure: false,
+ },
+ {
+ id: "dfa45424",
+ type: "mcq",
+ questionHtml:
+ "Tony spends $80 per month on public transportation. A 10-ride pass costs $12.50, and a single-ride pass costs $1.50. If g represents the number of 10-ride passes Tony buys in a month and t represents the number of single-ride passes Tony buys in a month, which of the following equations best represents the relationship between g and t ?",
+ choices: [
+ { label: "A", text: "g + t = 80" },
+ { label: "B", text: "g + t = 1 . 5 0 + 12 . 5 0" },
+ { label: "C", text: "1 . 5 0 g + 12 . 5 0 t = 80" },
+ { label: "D", text: "12 . 5 0 g + 1 . 5 0 t = 80" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since a 10-ride pass costs $12.50 and g is the number of 10-ride passes Tony buys in a month, the expression 12 . 5 0 g represents the amount Tony spends on 10-ride passes in a month. Since a single-ride pass costs $1.50 and t is the number of single-ride passes Tony buys in a month, the expression 1 . 5 0 t represents the amount Tony spends on single-ride passes in a month. Therefore, the sum 12 . 5 0 g + 1 . 5 0 t represents the amount he spends on the two types of passes in a month. Since Tony spends a total of $80 on passes in a month, this expression can be set equal to 80, producing 12 . 5 0 g + 1 . 5 0 t = 80.Choices A and B are incorrect. The expression g + t represents the total number of the two types of passes Tony buys in a month, not the amount Tony spends, which is equal to 80, nor the cost of one of each pass, which is equal to 1 . 5 0 + 12 . 5 0. Choice C is incorrect and may result from reversing the cost for each type of pass Tony buys in a month.",
+ hasFigure: false,
+ },
+ {
+ id: "e7343559",
+ type: "mcq",
+ questionHtml:
+ "y = − 4 x + 40
Which table gives three values of x and their corresponding values of y for the given equation?",
+ choices: [
+ {
+ label: "A",
+ text: "x
y
0
0
1
−4
2
−8",
+ },
+ {
+ label: "B",
+ text: "x
y
0
40
1
44
2
48",
+ },
+ {
+ label: "C",
+ text: "x
y
0
40
1
36
2
32",
+ },
+ {
+ label: "D",
+ text: "x
y
0
0
1
4
2
8",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Each of the given choices gives three values of x: 0, 1, and 2. Substituting 0 for x in the given equation yields y = − 4 (0) + 40, or y = 40. Therefore, when x = 0, the corresponding value of y for the given equation is 40. Substituting 1 for x in the given equation yields y = − 4 (1) + 40, or y = 36. Therefore, when x = 1, the corresponding value of y for the given equation is 36. Substituting 2 for x in the given equation yields y = − 4 (2) + 40, or y = 32. Therefore, when x = 2, the corresponding value of y for the given equation is 32. Choice C gives three values of x, 0, 1, and 2, and their corresponding values of y, 40, 36, and 32, respectively, for the given equation.
Choice A is incorrect. This table gives three values of x and their corresponding values of y for the equation y = − 4 x.
Choice B is incorrect. This table gives three values of x and their corresponding values of y for the equation y = 4 x + 40.
Choice D is incorrect. This table gives three values of x and their corresponding values of y for the equation y = 4 x.",
+ hasFigure: false,
+ },
+ {
+ id: "ebf8d2b7",
+ type: "mcq",
+ questionHtml:
+ "A machine makes large boxes or small boxes, one at a time, for a total of 700 minutes each day. It takes the machine 10 minutes to make a large box or 5 minutes to make a small box. Which equation represents the possible number of large boxes, x, and small boxes, y, the machine can make each day?",
+ choices: [
+ { label: "A", text: "5 x + 10 y = 700" },
+ { label: "B", text: "10 x + 5 y = 700" },
+ { label: "C", text: "(x + y) (10 + 5) = 700" },
+ { label: "D", text: "(10 + x) (5 + y) = 700" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that it takes the machine 10 minutes to make a large box. It's also given that x represents the possible number of large boxes the machine can make each day. Multiplying 10 by x gives 10 x, which represents the amount of time spent making large boxes. It’s given that it takes the machine 5 minutes to make a small box. It's also given that y represents the possible number of small boxes the machine can make each day. Multiplying 5 by y gives 5 y, which represents the amount of time spent making small boxes. Combining the amount of time spent making x large boxes and y small boxes yields 10 x + 5 y. It’s given that the machine makes boxes for a total of 700 minutes each day. Therefore 10 x + 5 y = 700 represents the possible number of large boxes, x, and small boxes, y, the machine can make each day.
Choice A is incorrect and may result from associating the time of 10 minutes with small, rather than large, boxes and the time of 5 minutes with large, rather than small, boxes.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "ee846db7",
+ type: "mcq",
+ questionHtml:
+ "A store sells two different-sized containers of a certain Greek yogurt. The store’s sales of this Greek yogurt totaled 1, 277.94 dollars last month. The equation 5.48 x + 7.30 y = 1, 277.94 represents this situation, where x is the number of smaller containers sold and y is the number of larger containers sold. According to the equation, which of the following represents the price, in dollars, of each smaller container?",
+ choices: [
+ { label: "A", text: "5.48" },
+ { label: "B", text: "7.30 y" },
+ { label: "C", text: "7.30" },
+ { label: "D", text: "5.48 x" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that the store's sales of a certain Greek yogurt totaled 1, 277.94 dollars last month. It's also given that the equation 5.48 x + 7.30 y = 1, 277.94 represents this situation, where x is the number of smaller containers sold and y is the number of larger containers sold. Since x represents the number of smaller containers of yogurt sold, the expression 5.48 x represents the total sales, in dollars, from smaller containers of yogurt. This means that x smaller containers of yogurt were sold at a price of 5.48 dollars each. Therefore, according to the equation, 5.48 represents the price, in dollars, of each smaller container.
Choice B is incorrect. This expression represents the total sales, in dollars, from selling y larger containers of yogurt.
Choice C is incorrect. This value represents the price, in dollars, of each larger container of yogurt.
Choice D is incorrect. This expression represents the total sales, in dollars, from selling x smaller containers of yogurt.",
+ hasFigure: false,
+ },
+ {
+ id: "f40552a9",
+ type: "mcq",
+ questionHtml:
+ "The line slants gradually up from left to right.
The line passes through the following points:
(0 comma 8)
(5 comma 9)
(10 comma 10)
What is the y-intercept of the line graphed?",
+ choices: [
+ { label: "A", text: "(0 −8)" },
+ { label: "B", text: "(0 −one eighth)" },
+ { label: "C", text: "(0, 0)" },
+ { label: "D", text: "(0, 8)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The y-intercept of a line graphed in the xy-plane is the point where the line intersects the y-axis. The line graphed intersects the y-axis at the point (0, 8). Therefore, the y-intercept of the line graphed is (0, 8).
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/f40552a9_svg1.svg",
+ },
+];
+
+export const LINEAR_EQ_TWO_VAR_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "002dba45",
+ type: "spr",
+ questionHtml:
+ "Line k is defined by y = − (17) / (3) x + 5. Line j is perpendicular to line k in the xy-plane. What is the slope of line j?",
+ choices: [],
+ correctAnswer: ".1764, .1765, 3/17",
+ explanation:
+ "The correct answer is three seventeenths. It’s given that line j is perpendicular to line k in the xy-plane. This means that the slope of line j is the negative reciprocal of the slope of line k. The equation of line k, y = − (17) / (3) x + 5, is written in slope-intercept form y = m x + b, where m is the slope of the line and b is the y-coordinate of the y-intercept of the line. It follows that the slope of line k is −(17) / (3). The negative reciprocal of a number is −1 divided by the number. Therefore, the negative reciprocal of −(17) / (3) is Start(−1 OverOver − StartFraction 17) / (3) EndEndFraction, or three seventeenths. Thus, the slope of line j is three seventeenths. Note that 3/17, .1764, .1765, and 0.176 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "01682aa5",
+ type: "mcq",
+ questionHtml:
+ "Line p is defined by 2 y + 18 x = 9. Line r is perpendicular to line p in the xy-plane. What is the slope of line r?",
+ choices: [
+ { label: "A", text: "−9" },
+ { label: "B", text: "−one ninth" },
+ { label: "C", text: "one ninth" },
+ { label: "D", text: "9" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that line r is perpendicular to line p in the xy-plane. This means that the slope of line r is the negative reciprocal of the slope of line p. If the equation for line p is rewritten in slope-intercept form y = m x + b, where m and b are constants, then m is the slope of the line and (0, b) is its y-intercept. Subtracting 18 x from both sides of the equation 2 y + 18 x = 9 yields 2 y = − 18 x + 9. Dividing both sides of this equation by 2 yields y = − 9 x + nine halves. It follows that the slope of line p is −9. The negative reciprocal of a number is −1 divided by the number. Therefore, the negative reciprocal of −9 is (−1) / (−9), or one ninth. Thus, the slope of line r is one ninth.
Choice A is incorrect. This is the slope of line p, not line r.
Choice B is incorrect. This is the reciprocal, not the negative reciprocal, of the slope of line p.
Choice D is incorrect. This is the negative, not the negative reciprocal, of the slope of line p.",
+ hasFigure: false,
+ },
+ {
+ id: "038d87d7",
+ type: "mcq",
+ questionHtml:
+ "A neighborhood consists of a 2-hectare park and a 35-hectare residential area. The total number of trees in the neighborhood is 3, 934. The equation 2 x + 35 y = 3, 934 represents this situation. Which of the following is the best interpretation of x in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The average number of trees per hectare in the park",
+ },
+ {
+ label: "B",
+ text: "The average number of trees per hectare in the residential area",
+ },
+ { label: "C", text: "The total number of trees in the park" },
+ { label: "D", text: "The total number of trees in the residential area" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that a neighborhood consists of a 2-hectare park and a 35-hectare residential area and that the total number of trees in the neighborhood is 3, 934. It's also given that the equation 2 x + 35 y = 3, 934 represents this situation. Since the total number of trees for a given area can be determined by taking the number of hectares times the average number of trees per hectare, this must mean that the terms 2 x and 35 y correspond to the number of trees in the park and in the residential area, respectively. Since 2 x corresponds to the number of trees in the park, and 2 is the size of the park, in hectares, x must represent the average number of trees per hectare in the park.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "265f2a53",
+ type: "mcq",
+ questionHtml:
+ "When line n is graphed in the xy-plane, it has an x-intercept of (−4, 0) and a y-intercept of (0, (86) / (3)). What is the slope of line n?",
+ choices: [
+ { label: "A", text: "(3) / (344)" },
+ { label: "B", text: "six forty thirds" },
+ { label: "C", text: "(43) / (6)" },
+ { label: "D", text: "(344) / (3)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that when line n is graphed in the xy-plane, it has an x-intercept of (−4, 0) and a y-intercept of (0, (86) / (3)). The slope, m, of a line can be found using any two points on the line, (x 1, y 1) and (x 2, y 2), and the slope formula m = (y 2 − y 1) / (x 2 − x 1). Substituting the points (−4, 0) and (0, (86) / (3)) for (x 1, y 1) and (x 2, y 2), respectively, in the slope formula yields m = Start(StartFraction 86) / (3) − 0 OverOver 0 − (−4) EndEndFraction, or m = (43) / (6). Therefore, the slope of line n is (43) / (6).
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the slope of a line that has an x-intercept of ((86) / (3), 0) and a y-intercept of (0 −4).
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "28c2253f",
+ type: "mcq",
+ questionHtml:
+ "A city is planning to build a rock retaining wall, a monument, and a garden in a park. The table above shows four rock types that will be considered for use in the project. Also shown for each rock type is its weight per volume, in pounds per cubic foot (lb/ft3), and the cost per pound, in dollars. Only basalt, granite, and limestone will be used in the garden. The rocks in the garden will have a total weight of 1,000 pounds. If 330 pounds of granite is used, which of the following equations could show the relationship between the amounts, x and y, in ft3, for each of the other rock types used?",
+ choices: [
+ { label: "A", text: "165 x + 180 y = 670" },
+ { label: "B", text: "165 x + 120 y = 1, 000" },
+ { label: "C", text: "120 x + 180 y = 670" },
+ { label: "D", text: "120 x + 180 y = 1, 000" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that the weight of the granite used in the garden is 330 pounds. The weight of the limestone used in the garden is a product of its weight per volume, in lb/ft3, and its volume, in ft3. Therefore, the weight of the limestone used in the garden can be represented by 120 x, where x is the volume, in ft3, of the limestone used. Similarly, the weight of the basalt used in the garden can be represented by 180 y, where y is the volume, in ft3, of the basalt used. It’s given that the total weight of the rocks used in the garden will be 1,000 pounds. Thus, the sum of the weights of the three rock types used is 1,000 pounds, which can be represented by the equation 120 x + 180 y + 330 = 1, 000. Subtracting 330 from both sides of this equation yields 120 x + 180 y = 670.Choice A is incorrect. This equation uses the weight per volume of granite instead of limestone. Choice B is incorrect. This equation uses the weight per volume of granite instead of basalt, and doesn’t take into account the 330 pounds of granite that will be used in the garden. Choice D is incorrect. This equation doesn’t take into account the 330 pounds of granite that will be used in the garden.",
+ hasFigure: false,
+ },
+ {
+ id: "2e0290c3",
+ type: "mcq",
+ questionHtml:
+ "The line slants down from left to right.
The line passes through the following points:
(0 comma 40)
(60 comma 0)
The graph shows the relationship between the number of shares of stock from Company A, x, and the number of shares of stock from Company B, y, that Simone can purchase. Which equation could represent this relationship?",
+ choices: [
+ { label: "A", text: "y = 8 x + 12" },
+ { label: "B", text: "8 x + 12 y = 480" },
+ { label: "C", text: "y = 12 x + 8" },
+ { label: "D", text: "12 x + 8 y = 480" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The graph shown is a line passing through the points (0, 40) and (60, 0). Since the relationship between x and y is linear, if two points on the graph make a linear equation true, then the equation represents the relationship. Substituting 0 for x and 40 for y in the equation in choice B, 8 x + 12 y = 480, yields 8 (0) + 12 (40) = 480, or 480 = 480, which is true. Substituting 60 for x and 0 for y in the equation 8 x + 12 y = 480 yields 8 (60) + 12 (0) = 480, or 480 = 480, which is true. Therefore, the equation 8 x + 12 y = 480 represents the relationship between x and y.
Choice A is incorrect. The point (0, 40) is not on the graph of this equation, since 40 = 8 (0) + 12, or 40 = 12, is not true.
Choice C is incorrect. The point (0, 40) is not on the graph of this equation, since 40 = 12 (0) + 8, or 40 = 8, is not true.
Choice D is incorrect. The point (0, 40) is not on the graph of this equation, since 12 (0) + 8 (40) = 480, or 320 = 480, is not true.",
+ hasFigure: true,
+ figureUrl: "/practice-images/2e0290c3_svg1.svg",
+ },
+ {
+ id: "2e1a7f66",
+ type: "mcq",
+ questionHtml:
+ "Figure A and figure B are both regular polygons. The sum of the perimeter of figure A and the perimeter of figure B is 63 inches. The equation 3 x + 6 y = 63 represents this situation, where x is the number of sides of figure A and y is the number of sides of figure B. Which statement is the best interpretation of 6 in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "Each side of figure B has a length of 6 inches.",
+ },
+ {
+ label: "B",
+ text: "The number of sides of figure B is 6.",
+ },
+ {
+ label: "C",
+ text: "Each side of figure A has a length of 6 inches.",
+ },
+ {
+ label: "D",
+ text: "The number of sides of figure A is 6.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that figure A and figure B (not shown) are both regular polygons and the sum of the perimeters of the two figures is 63 inches. It’s also given that x is the number of sides of figure A and y is the number of sides of figure B, and that the equation 3 x + 6 y = 63 represents this situation. Thus, 3 x and 6 y represent the perimeters, in inches, of figure A and figure B, respectively. Since 6 y represents the perimeter, in inches, of figure B and y is the number of sides of figure B, it follows that each side of figure B has a length of 6 inches.
Choice B is incorrect. The number of sides of figure B is y, not 6.
Choice C is incorrect. Since the perimeter, in inches, of figure A is represented by 3 x, each side of figure A has a length of 3 inches, not 6 inches.
Choice D is incorrect. The number of sides of figure A is x, not 6.",
+ hasFigure: false,
+ },
+ {
+ id: "431c3038",
+ type: "mcq",
+ questionHtml:
+ "In an article about exercise, it is estimated that a 160-pound adult uses 200 calories for every 30 minutes of hiking and 150 calories for every 30 minutes of bicycling. An adult who weighs 160 pounds has completed 1 hour of bicycling. Based on the article, how many hours should the adult hike to use a total of 1,900 calories from bicycling and hiking?",
+ choices: [
+ { label: "A", text: "9.5" },
+ { label: "B", text: "8.75" },
+ { label: "C", text: "6" },
+ { label: "D", text: "4" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since a 160-pound adult uses 200 calories for every 30 minutes of hiking, then the same adult uses 200 h calories after hiking for h 30-minute periods. Similarly, the same adult uses 150 b calories after bicycling for b 30-minute periods. Therefore, the equation 200 h + 150 b = 1, 900 represents the situation where a 160-pound adult uses a total of 1,900 calories from hiking for h 30-minute periods and bicycling for b 30-minute periods. It’s given that the adult completes 1 hour, or 2 30-minute periods, of bicycling. Substituting 2 for b in the equation 200 h + 150 b = 1, 900 yields 200 h + 150 · 2 = 1, 900, or 200 h + 300 = 1, 900. Subtracting 300 from both sides of this equation yields 200 h = 1, 600. Dividing both sides by 200 yields h = 8. Since h represents the number of 30-minute periods spent hiking and there are 2 30-minute periods in every hour, it follows that the adult will need to hike for the fraction eight over 2, or 4 hours to use a total of 1,900 calories from bicycling and hiking.Choice A is incorrect and may result from solving the equation 200 h = 1, 900. This represents 0 30-minute periods bicycling instead of 2. Choice B is incorrect and may result from solving the equation 200 h + 150 = 1, 900. This represents 1 30-minute period of bicycling instead of 2. Choice C is incorrect. This may result from determining that the number of 30-minute periods the adult should hike is 8, but then subtracting 2 from 8, rather than dividing 8 by 2, to find the number of hours the adult should hike.",
+ hasFigure: false,
+ },
+ {
+ id: "637022d2",
+ type: "mcq",
+ questionHtml:
+ "2.5 b + 5 r = 80
The given equation describes the relationship between the number of birds, b, and the number of reptiles, r, that can be cared for at a pet care business on a given day. If the business cares for 16 reptiles on a given day, how many birds can it care for on this day?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "5" },
+ { label: "C", text: "40" },
+ { label: "D", text: "80" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The number of birds can be found by calculating the value of b when r = 16 in the given equation. Substituting 16 for r in the given equation yields 2.5 b + 5 (16) = 80, or 2.5 b + 80 = 80. Subtracting 80 from both sides of this equation yields 2.5 b = 0. Dividing both sides of this equation by 2.5 yields b = 0. Therefore, if the business cares for 16 reptiles on a given day, it can care for 0 birds on this day.
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: "6f6dfe3e",
+ type: "mcq",
+ questionHtml:
+ "x
y
−6
n + 184
−3
n + 92
0
n
The table shows three values of x and their corresponding values of y, where n is a constant, for the linear relationship between x and y. What is the slope of the line that represents this relationship in the xy-plane?",
+ choices: [
+ { label: "A", text: "−(92) / (3)" },
+ { label: "B", text: "−three ninety seconds" },
+ { label: "C", text: "(n + 92) / (−3)" },
+ { label: "D", text: "(2 n − 92) / (3)" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The slope, m, of a line in the xy-plane can be found using two points on the line, (x 1, y 1) and (x 2, y 2), and the slope formula m = (y 2 − y 1) / (x 2 − x 1). Based on the given table, the line representing the relationship between x and y in the xy-plane passes through the points (−6, n + 184), (−3, n + 92), and (0, n), where n is a constant. Substituting two of these points, (−3, n + 92) and (0, n), for (x 1, y 1) and (x 2, y 2), respectively, in the slope formula yields m = (n − (n + 92)) / (0 − (−3)), which is equivalent to m = (n − n − 92) / (0 + 3), or m = −(92) / (3). Therefore, the slope of the line that represents this relationship in the xy-plane is −(92) / (3).
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: "9c7741c6",
+ type: "spr",
+ questionHtml:
+ "On a 210-mile trip, Cameron drove at an average speed of 60 miles per hour for the first x hours. He then completed the trip, driving at an average speed of 50 miles per hour for the remaining y hours. If x = 1, what is the value of y ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 3. It’s given that Cameron drove 60 miles per hour for x hours; therefore, the distance driven at this speed can be represented by 60 x. He then drove 50 miles per hour for y hours; therefore, the distance driven at this speed can be represented by 50 y. Since Cameron drove 210 total miles, the equation 60 x + 50 y = 210 represents this situation. If x = 1, substitution yields 60 · 1 + 50 y = 210, or 60 + 50 y = 210. Subtracting 60 from both sides of this equation yields 50 y = 150. Dividing both sides of this equation by 50 yields y = 3..",
+ hasFigure: false,
+ },
+ {
+ id: "9ed4c1a2",
+ type: "spr",
+ questionHtml:
+ "What is the slope of the graph of y = one fourth (27 x + 15) + 7 x in the xy-plane?",
+ choices: [],
+ correctAnswer: "13.75, 55/4",
+ explanation:
+ "The correct answer is (55) / (4). In the xy-plane, the graph of an equation in the form y = m x + b, where m and b are constants, has a slope of m and a y-intercept of (0, b). Applying the distributive property to the right-hand side of the given equation yields y = (27) / (4) x + (15) / (4) + 7 x. Combining like terms yields y = (55) / (4) x + (15) / (4). This equation is in the form y = m x + b, where m = (55) / (4) and b = (15) / (4). It follows that the slope of the graph of y = one fourth (27 x + 15) + 7 x in the xy-plane is (55) / (4). Note that 55/4 and 13.75 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "9f3cb472",
+ type: "mcq",
+ questionHtml:
+ "Line t in the xy-plane has a slope of −one third and passes through the point (9, 10). Which equation defines line t?",
+ choices: [
+ { label: "A", text: "y = 13 x − one third" },
+ { label: "B", text: "y = 9 x + 10" },
+ { label: "C", text: "y = − (x) / (3) + 10" },
+ { label: "D", text: "y = − (x) / (3) + 13" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The equation that defines line t in the xy-plane can be written in slope-intercept form y = m x + b, where m is the slope of line t and (0, b) is its y-intercept. It’s given that line t has a slope of −one third. Therefore, m = −one third. Substituting −one third for m in the equation y = m x + b yields y = − one third x + b, or y = − (x) / (3) + b. It’s also given that line t passes through the point (9, 10). Substituting 9 for x and 10 for y in the equation y = − (x) / (3) + b yields 10 = −nine thirds + b, or 10 = −3 + b. Adding 3 to both sides of this equation yields 13 = b. Substituting 13 for b in the equation y = − (x) / (3) + b yields y = − (x) / (3) + 13.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This equation defines a line that has a slope of 9, not −one third, and passes through the point (0, 10), not (9, 10).
Choice C is incorrect. This equation defines a line that passes through the point (0, 10), not (9, 10).",
+ hasFigure: false,
+ },
+ {
+ id: "c307283c",
+ type: "mcq",
+ questionHtml:
+ "The line slants gradually down from left to right.
The line passes through the following points:
(negative 8 comma 0)
(0 comma negative 8)
What is an equation of the graph shown?",
+ choices: [
+ { label: "A", text: "y = − 2 x − 8" },
+ { label: "B", text: "y = x − 8" },
+ { label: "C", text: "y = −x − 8" },
+ { label: "D", text: "y = 2 x − 8" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. An equation of a line can be written in the form y = m x + b, where m is the slope of the line and (0, b) is the y-intercept of the line. The line shown passes through the point (0 −8), so b = −8. The line shown also passes through the point (−8, 0). The slope, m, of a line passing through two points (x 1, y 1) and (x 2, y 2) can be calculated using the equation m = (y 2 − y 1) / (x 2 − x 1). For the points (0 −8) and (−8, 0), this gives m = ((−8) − 0) / (0 − (−8)), or m = −1. Substituting −8 for b and −1 for m in y = m x + b yields y = (−1) x + (−8), or y = −x − 8. Therefore, an equation of the graph shown is y = −x − 8.
Choice A is incorrect. This is an equation of a line with a slope of −2, not −1.
Choice B is incorrect. This is an equation of a line with a slope of 1, not −1.
Choice D is incorrect. This is an equation of a line with a slope of 2, not −1.",
+ hasFigure: true,
+ figureUrl: "/practice-images/c307283c_svg1.svg",
+ },
+ {
+ id: "d62ad380",
+ type: "mcq",
+ questionHtml:
+ "Which of the following could define the relationship between s and P ?",
+ choices: [
+ { label: "A", text: "P = 3 s + 10" },
+ { label: "B", text: "P = ten thirds s + 8" },
+ { label: "C", text: "P = ten thirds s − 2" },
+ { label: "D", text: "P = three tenths s − one tenth" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The relationship between s and P can be modeled by a linear equation of the form P = ks + a, where k and a are constants. The table shows that P increases by 10 when s increases by 3, so k = the fraction 10 over 3. To solve for a, substitute one of the given pairs of values for s and P: when s = 3, P = 8, so 8 = the fraction 10 over 3, end fraction · 3 + a, which yields a = –2. The solution is therefore P = the fraction 10 over 3, end fraction · s − 2.Choice A is incorrect. When s = 3, P = 8, but 3(3) + 10 = 19 ≠︀ 8. Choice B is incorrect. This may result from using the first number given for P in the table as the constant term a in the linear equation P = ks + a, which is true only when s = 0. Choice D is incorrect and may result from using the reciprocal of the slope of the line.",
+ hasFigure: false,
+ },
+ {
+ id: "f81a0503",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, line k passes through the points (0 −5) and (1 −1). Which equation defines line k?",
+ choices: [
+ { label: "A", text: "y = −x + one fourth" },
+ { label: "B", text: "y = one fourth x − 5" },
+ { label: "C", text: "y = −x + 4" },
+ { label: "D", text: "y = 4 x − 5" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. An equation defining a line in the xy-plane can be written in the form y = m x + b, where m represents the slope and (0, b) represents the y-intercept of the line. It’s given that line k passes through the point (0 −5); therefore, b = −5. The slope, m, of a line can be found using any two points on the line, (x 1, y 1) and (x 2, y 2), and the slope formula m = (y 2 − y 1) / (x 2 − x 1). Substituting the points (0 −5) and (1 −1) for (x 1, y 1) and (x 2, y 2), respectively, in the slope formula yields m = ((−1 − (−5))) / ((1 − 0)), or m = 4. Substituting 4 for m and −5 for b in the equation y = m x + b yields y = 4 x − 5.
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: "fb43b85f",
+ type: "spr",
+ questionHtml:
+ "A line passes through the points (4, 6) and (15, 24) in the xy-plane. What is the slope of the line?",
+ choices: [],
+ correctAnswer: "1.636, 18/11",
+ explanation:
+ "The correct answer is (18) / (11). For a line that passes through the points (x 1, y 1) and (x 2, y 2) in the xy-plane, the slope of the line can be calculated using the slope formula, m = (y 2 − y 1) / (x 2 − x 1). It's given that a line passes through the points (4, 6) and (15, 24) in the xy-plane. Substituting (4, 6) for (x 1, y 1) and (15, 24) for (x 2, y 2) in the slope formula, m = (y 2 − y 1) / (x 2 − x 1), yields m = (24 − 6) / (15 − 4), or m = (18) / (11). Therefore, the slope of the line is (18) / (11). Note that 18/11 and 1.636 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+];
+
+export const LINEAR_EQ_TWO_VAR_HARD: PracticeQuestion[] = [
+ {
+ id: "0366d965",
+ type: "spr",
+ questionHtml:
+ "The table above shows the coordinates of three points on a line in the xy-plane, where k and n are constants. If the slope of the line is 2, what is the value of k + n ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 30. The slope of a line can be found by using the slope formula, the fraction with numerator y sub 2 − y sub 1, and denominator x sub 2 − x sub 1, end fraction. It’s given that the slope of the line is 2; therefore, the fraction with numerator y sub 2 − y sub 1, and denominator x sub 2 − x sub 1, end fraction = 2. According to the table, the points with coordinates 3, 7 and with coordinates k, 11 lie on the line. Substituting the coordinates of these points into the equation gives the fraction with numerator 11 − 7, and denominator k − 3, end fraction = 2. Multiplying both sides of this equation by k − 3 gives 11 − 7 = 2 · (k − 3, ), or 11 − 7 = 2 k − 6. Solving for k gives k = 5. According to the table, the points with coordinates 3, 7 and with coordinates 12, n also lie on the line. Substituting the coordinates of these points into the fraction with numerator y sub 2 − y sub 1, and denominator x sub 2 − x sub 1, end fraction = 2 gives the fraction with numerator n − 7, and denominator 12 − 3, end fraction = 2. Solving for n gives n = 25. Therefore, k + n = 5 + 25, or 30.",
+ hasFigure: false,
+ },
+ {
+ id: "05bb1af9",
+ type: "mcq",
+ questionHtml:
+ "The line slants gradually down from left to right.
The line passes through the following points:
(negative 8 comma 4)
(0 comma 2)
(8 comma 0)
The graph of y = f (x) + 14 is shown. Which equation defines function f?",
+ choices: [
+ { label: "A", text: "f (x) = −one fourth x − 12" },
+ { label: "B", text: "f (x) = −one fourth x + 16" },
+ { label: "C", text: "f (x) = −one fourth x + 2" },
+ { label: "D", text: "f (x) = −one fourth x − 14" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. An equation for the graph shown can be written in slope-intercept form y = m x + b, where m is the slope of the graph and its y-intercept is (0, b). Since the y-intercept of the graph shown is (0, 2), the value of b is 2. Since the graph also passes through the point (4, 1), the slope can be calculated as (1 − 2) / (4 − 0), or −one fourth. Therefore, the value of m is −one fourth. Substituting −one fourth for m and 2 for b in the equation y = m x + b yields y = − one fourth x + 2. It’s given that an equation for the graph shown is y = f (x) + 14. Substituting f (x) + 14 for y in the equation y = − one fourth x + 2 yields f (x) + 14 = − one fourth x + 2. Subtracting 14 from both sides of this equation yields f (x) = − one fourth x − 12.
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: true,
+ figureUrl: "/practice-images/05bb1af9_svg1.svg",
+ },
+ {
+ id: "0b46bad5",
+ type: "mcq",
+ questionHtml:
+ "In the equation above, a and b are constants and 0 < a, which < b. Which of the following could represent the graph of the equation in the xy-plane?",
+ choices: [
+ {
+ label: "A",
+ text: "The answer choice presents the graph of a line in the xy-plane. The number 1 is indicated on both axes. The line slants downward and to the right, crossing the y axis at 1, and crossing the x axis at 1.",
+ },
+ {
+ label: "B",
+ text: "The answer choice presents the graph of a line in the xy-plane. The number 1 is indicated on both axes. The line slants downward and to the right, crossing the x axis at − 1, and crossing the y axis at − 1.",
+ },
+ {
+ label: "C",
+ text: "The answer choice presents the graph of a line in the xy-plane. The number 1 is indicated on both axes. The line slants downward and to the right, crossing the y axis at 1, and crossing the x axis at 2.",
+ },
+ {
+ label: "D",
+ text: "The answer choice presents the graph of a line in the xy-plane. The number 1 is indicated on both axes. The line slants downward and to the right, crossing the y axis at 1, and crossing the x axis at 0 . 5.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The given equation a, x + b y = b can be rewritten in slope-intercept form, y = m x + k, where m represents the slope of the line represented by the equation, and k represents the y-coordinate of the y-intercept of the line. Subtracting ax from both sides of the equation yields b y = −a, x + b, and dividing both sides of this equation by b yields y = the − of the fraction a over b, end fraction · x + the fraction b over b, end fraction, or y = the − of the fraction a over b, end fraction · x + 1. With the equation now in slope-intercept form, it shows that k = 1, which means the y-coordinate of the y-intercept is 1. It’s given that a and b are both greater than 0 (positive) and that a < b. Since m = the − of the fraction a over b, the slope of the line must be a value between −1 and 0. Choice C is the only graph of a line that has a y-value of the y-intercept that is 1 and a slope that is between −1 and 0.Choices A, B, and D are incorrect because the slopes of the lines in these graphs aren’t between −1 and 0.",
+ hasFigure: true,
+ figureUrl: "/practice-images/0b46bad5_img3.png",
+ },
+ {
+ id: "2d54c272",
+ type: "spr",
+ questionHtml:
+ "5 G + 45 R = 380
At a school fair, students can win colored tokens that are worth a different number of points depending on the color. One student won G green tokens and R red tokens worth a total of 380 points. The given equation represents this situation. How many more points is a red token worth than a green token?",
+ choices: [],
+ correctAnswer: "40",
+ explanation:
+ "The correct answer is 40. It's given that 5 G + 45 R = 380, where G is the number of green tokens and R is the number of red tokens won by one student and these tokens are worth a total of 380 points. Since the equation represents the situation where the student won points with green tokens and red tokens for a total of 380 points, each term on the left-hand side of the equation represents the number of points won for one of the colors. Since the coefficient of G in the given equation is 5, a green token must be worth 5 points. Similarly, since the coefficient of R in the given equation is 45, a red token must be worth 45 points. Therefore, a red token is worth 45 − 5 points, or 40 points, more than a green token.",
+ hasFigure: false,
+ },
+ {
+ id: "3008cfc3",
+ type: "spr",
+ questionHtml:
+ "x
y
k
13
k + 7
−15
The table gives the coordinates of two points on a line in the xy-plane. The y-intercept of the line is (k − 5, b), where k and b are constants. What is the value of b?",
+ choices: [],
+ correctAnswer: "33",
+ explanation:
+ "The correct answer is 33. It’s given in the table that the coordinates of two points on a line in the xy-plane are (k, 13) and (k + 7 −15). The y-intercept is another point on the line. The slope computed using any pair of points from the line will be the same. The slope of a line, m, between any two points, (x 1, y 1) and (x 2, y 2), on the line can be calculated using the slope formula, m = ((y 2 − y 1)) / ((x 2 − x 1)). It follows that the slope of the line with the given points from the table, (k, 13) and (k + 7 −15), is m = (−15 − 13) / (k + 7 − k), which is equivalent to m = (−28) / (7), or m = −4. It's given that the y-intercept of the line is (k − 5, b). Substituting −4 for m and the coordinates of the points (k − 5, b) and (k, 13) into the slope formula yields −4 = (13 − b) / (k − (k − 5)), which is equivalent to −4 = (13 − b) / (k − k + 5), or −4 = (13 − b) / (5). Multiplying both sides of this equation by 5 yields −20 = 13 − b. Subtracting 13 from both sides of this equation yields −33 = −b. Dividing both sides of this equation by −1 yields b = 33. Therefore, the value of b is 33.",
+ hasFigure: false,
+ },
+ {
+ id: "3cdbf026",
+ type: "mcq",
+ questionHtml:
+ "The graph of the equation a, x + k y = 6 is a line in the xy-plane, where a and k are constants. If the line contains the points with coordinates − 2 −6and 0 −3, what is the value of k ?",
+ choices: [
+ { label: "A", text: "−2" },
+ { label: "B", text: "−1" },
+ { label: "C", text: "2" },
+ { label: "D", text: "3" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The value of k can be found using the slope-intercept form of a linear equation, y = m x + b, where m is the slope and b is the y-coordinate of the y-intercept. The equation a, x + k y = 6 can be rewritten in the form y = the − of the fraction a, x, over k, end fraction + the fraction 6 over k. One of the given points, with coordinates 0 −3, is the y-intercept. Thus, the y-coordinate of the y-intercept −3 must be equal to the fraction 6 over k. Multiplying both sides by k gives −3 k = 6. Dividing both sides by −3 gives k = −2.Choices B, C, and D are incorrect and may result from errors made rewriting the given equation.",
+ hasFigure: false,
+ },
+ {
+ id: "686b7244",
+ type: "spr",
+ questionHtml:
+ "A certain apprentice has enrolled in 85 hours of training courses. The equation 10 x + 15 y = 85 represents this situation, where x is the number of on-site training courses and y is the number of online training courses this apprentice has enrolled in. How many more hours does each online training course take than each on-site training course?",
+ choices: [],
+ correctAnswer: "5",
+ explanation:
+ "The correct answer is 5. It's given that the equation 10 x + 15 y = 85 represents the situation, where x is the number of on-site training courses, y is the number of online training courses, and 85 is the total number of hours of training courses the apprentice has enrolled in. Therefore, 10 x represents the number of hours the apprentice has enrolled in on-site training courses, and 15 y represents the number of hours the apprentice has enrolled in online training courses. Since x is the number of on-site training courses and y is the number of online training courses the apprentice has enrolled in, 10 is the number of hours each on-site course takes and 15 is the number of hours each online course takes. Subtracting these numbers gives 15 − 10, or 5 more hours each online training course takes than each on-site training course.",
+ hasFigure: false,
+ },
+ {
+ id: "94b48cbf",
+ type: "mcq",
+ questionHtml:
+ "The graph of 7 x + 2 y = −31 in the xy-plane has an x-intercept at (a, 0) and a y-intercept at (0, b), where a and b are constants. What is the value of (b) / (a)?",
+ choices: [
+ { label: "A", text: "−seven halves" },
+ { label: "B", text: "−two sevenths" },
+ { label: "C", text: "two sevenths" },
+ { label: "D", text: "seven halves" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The x-coordinate a of the x-intercept (a, 0) can be found by substituting 0 for y in the given equation, which gives 7 x + 2 (0) = −31, or 7 x = −31. Dividing both sides of this equation by 7 yields x = −(31) / (7). Therefore, the value of a is −(31) / (7). The y-coordinate b of the y-intercept (0, b) can be found by substituting 0 for x in the given equation, which gives 7 (0) + 2 y = −31, or 2 y = −31. Dividing both sides of this equation by 2 yields y = −(31) / (2). Therefore, the value of b is −(31) / (2). It follows that the value of (b) / (a) is Start(−StartFraction 31) / (2) OverOver − (31) / (7) EndEndFraction, which is equivalent to ((31) / (2)) (seven thirty firsts), or seven halves.
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: "98d3393a",
+ type: "mcq",
+ questionHtml:
+ "Line l in the xy-plane is perpendicular to the line with equation x = 2. What is the slope of line l?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "−one half" },
+ { label: "C", text: "−2" },
+ {
+ label: "D",
+ text: "The slope of line l is undefined.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It is given that line l is perpendicular to a line whose equation is x = 2. A line whose equation is a constant value of x is vertical, so l must therefore be horizontal. Horizontal lines have a slope of 0, so l has a slope of 0.Choice B is incorrect. A line with slope −one half is perpendicular to a line with slope 2. However, the line with equation x = 2 is vertical and has undefined slope (not slope of 2). Choice C is incorrect. A line with slope –2 is perpendicular to a line with slope one half. However, the line with equation x = 2 has undefined slope (not slope of one half). Choice D is incorrect; this is the slope of the line x = 2 itself, not the slope of a line perpendicular to it.",
+ hasFigure: false,
+ },
+ {
+ id: "9bbce683",
+ type: "mcq",
+ questionHtml:
+ "x
y
18
130
23
160
26
178
For line h, the table shows three values of x and their corresponding values of y. Line k is the result of translating line h down 5 units in the xy-plane. What is the x-intercept of line k?",
+ choices: [
+ { label: "A", text: "(−(26) / (3), 0)" },
+ { label: "B", text: "(−nine halves, 0)" },
+ { label: "C", text: "(−(11) / (3), 0)" },
+ { label: "D", text: "(−(17) / (6), 0)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The equation of line h can be written in slope-intercept form y = m x + b, where m is the slope of the line and (0, b) is the y-intercept of the line. It’s given that line h contains the points (18, 130), (23, 160), and (26, 178). Therefore, its slope m can be found as (160 − 130) / (23 − 18), or 6. Substituting 6 for m in the equation y = m x + b yields y = 6 x + b. Substituting 130 for y and 18 for x in this equation yields 130 = 6 (18) + b, or 130 = 108 + b. Subtracting 108 from both sides of this equation yields 22 = b. Substituting 22 for b in y = 6 x + b yields y = 6 x + 22. Since line k is the result of translating line h down 5 units, an equation of line k is y = 6 x + 22 − 5, or y = 6 x + 17. Substituting 0 for y in this equation yields 0 = 6 x + 17. Solving this equation for x yields x = −(17) / (6). Therefore, the x-intercept of line k is (−(17) / (6), 0).
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: "9d0396d4",
+ type: "mcq",
+ questionHtml:
+ "The line slants gradually down from left to right.
The line passes through the following points:
(0 comma 7)
(8 comma 0)
The point with coordinates (d, 4) lies on the line shown. What is the value of d?",
+ choices: [
+ { label: "A", text: "seven halves" },
+ { label: "B", text: "(26) / (7)" },
+ { label: "C", text: "(24) / (7)" },
+ { label: "D", text: "(27) / (8)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given from the graph that the points (0, 7) and (8, 0) lie on the line. For two points on a line, (x 1, y 1) and (x 2, y 2), the slope of the line can be calculated using the slope formula m = (y 2 − y 1) / (x 2 − x 1). Substituting (0, 7) for (x 1, y 1) and (8, 0) for (x 2, y 2) in this formula, the slope of the line can be calculated as m = (0 − 7) / (8 − 0), or m = −seven eighths. It's also given that the point (d, 4) lies on the line. Substituting (d, 4) for (x 1, y 1), (8, 0) for (x 2, y 2), and −seven eighths for m in the slope formula yields −seven eighths = (0 − 4) / (8 − d), or −seven eighths = (−4) / (8 − d). Multiplying both sides of this equation by 8 − d yields − seven eighths (8 − d) = −4. Expanding the left-hand side of this equation yields −7 + seven eighths d = −4. Adding 7 to both sides of this equation yields seven eighths d = 3. Multiplying both sides of this equation by eight sevenths yields d = (24) / (7). Thus, the value of d is (24) / (7).
Choice A is incorrect. This is the value of y when x = 4.
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/9d0396d4_svg1.svg",
+ },
+ {
+ id: "a1fd2304",
+ type: "spr",
+ questionHtml:
+ "How many liters of a 25% saline solution must be added to 3 liters of a 10% saline solution to obtain a 15% saline solution?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 1.5. The total amount, in liters, of a saline solution can be expressed as the liters of each type of saline solution multiplied by the percent concentration of the saline solution. This gives 3 · 0 . 1 0, x · 0 . 2 5, and (x + 3, ) · (0 . 1 5, ), where x is the amount, in liters, of 25% saline solution and 10%, 15%, and 25% are represented as 0.10, 0.15, and 0.25, respectively. Thus, the equation 3 · 0 . 1 0 + 0 . 2 5 x = 0 . 1 5 · (x + 3, ) must be true. Multiplying 3 by 0.10 and distributing 0.15 to (x + 3, ) yields 0 . 3 0 + 0 . 2 5 x = 0 . 1 5 x + 0 . 4 5. Subtracting 0.15x and 0.30 from each side of the equation gives 0 . 1 0 x = 0 . 1 5. Dividing each side of the equation by 0.10 yields x = 1 . 5. Note that 1.5 and 3/2 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "a35c7164",
+ type: "mcq",
+ questionHtml:
+ "5 x + 7 y = 1
a x + b y = 1
In the given pair of equations, a and b are constants. The graph of this pair of equations in the xy-plane is a pair of perpendicular lines. Which of the following pairs of equations also represents a pair of perpendicular lines?",
+ choices: [
+ {
+ label: "A",
+ text: "10 x + 7 y = 1
a x − 2 b y = 1",
+ },
+ {
+ label: "B",
+ text: "10 x + 7 y = 1
a x + 2 b y = 1",
+ },
+ {
+ label: "C",
+ text: "10 x + 7 y = 1
2 a x + b y = 1",
+ },
+ {
+ label: "D",
+ text: "5 x − 7 y = 1
a x + b y = 1",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Two lines are perpendicular if their slopes are negative reciprocals, meaning that the slope of the first line is equal to −1 divided by the slope of the second line. Each equation in the given pair of equations can be written in slope-intercept form, y = m x + b, where m is the slope of the graph of the equation in the xy-plane and (0, b) is the y-intercept. For the first equation, 5 x + 7 y = 1, subtracting 5 x from both sides gives 7 y = − 5 x + 1, and dividing both sides of this equation by 7 gives y = − five sevenths x + one seventh. Therefore, the slope of the graph of this equation is −five sevenths. For the second equation, a x + b y = 1, subtracting a x from both sides gives b y = − a x + 1, and dividing both sides of this equation by b gives y = − (a) / (b) x + (1) / (b). Therefore, the slope of the graph of this equation is − (a) / (b). Since the graph of the given pair of equations is a pair of perpendicular lines, the slope of the graph of the second equation, − (a) / (b), must be the negative reciprocal of the slope of the graph of the first equation, −five sevenths. The negative reciprocal of −five sevenths is (−1) / ((−five sevenths)), or seven fifths. Therefore, − (a) / (b) = seven fifths, or (a) / (b) = −seven fifths. Similarly, rewriting the equations in choice B in slope-intercept form yields y = − (10) / (7) x + one seventh and y = − (a) / (2 b) x + (1) / (2 b). It follows that the slope of the graph of the first equation in choice B is −(10) / (7) and the slope of the graph of the second equation in choice B is − (a) / (2 b). Since (a) / (b) = −seven fifths, − (a) / (2 b) is equal to − (one half) (−seven fifths), or seven tenths. Since seven tenths is the negative reciprocal of −(10) / (7), the pair of equations in choice B represents a pair of perpendicular lines.
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: "a7a14e87",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, line k is defined by x + y = 0. Line j is perpendicular to line k, and the y-intercept of line j is 0, 3. Which of the following is an equation of line j ?",
+ choices: [
+ { label: "A", text: "x + y = 3" },
+ { label: "B", text: "x + y = −3" },
+ { label: "C", text: "x − y = 3" },
+ { label: "D", text: "x − y = −3" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that line j is perpendicular to line k and that line k is defined by the equation x + y = 0. This equation can be rewritten in slope-intercept form, y = m x + b, where m represents the slope of the line and b represents the y-coordinate of the y-intercept of the line, by subtracting x from both sides of the equation, which yields y = −x. Thus, the slope of line k is −1. Since line j and line k are perpendicular, their slopes are opposite reciprocals of each other. Thus, the slope of line j is 1. It’s given that the y-intercept of line j is 0, 3. Therefore, the equation for line j in slope-intercept form is y = x + 3, which can be rewritten as x − y = −3.Choices A, B, and C are incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "b9835972",
+ type: "spr",
+ questionHtml:
+ "In the xy-plane, line script l passes through the point (0, 0) and is parallel to the line represented by the equation y = 8 x + 2. If line script l also passes through the point (3, d), what is the value of d?",
+ choices: [],
+ correctAnswer: "24",
+ explanation:
+ "The correct answer is 24. A line in the xy-plane can be defined by the equation y = m x + b, where m is the slope of the line and b is the y-coordinate of the y-intercept of the line. It's given that line script l passes through the point (0, 0). Therefore, the y-coordinate of the y-intercept of line script l is 0. It's given that line script l is parallel to the line represented by the equation y = 8 x + 2. Since parallel lines have the same slope, it follows that the slope of line script l is 8. Therefore, line script l can be defined by an equation in the form y = m x + b, where m = 8 and b = 0. Substituting 8 for m and 0 for b in y = m x + b yields the equation y = 8 x + 0, or y = 8 x . If line script l passes through the point (3, d), then when x = 3, y = d for the equation y = 8 x. Substituting 3 for x and d for y in the equation y = 8 x yields d = 8 (3), or d = 24.",
+ hasFigure: false,
+ },
+ {
+ id: "c362c210",
+ type: "spr",
+ questionHtml:
+ "The figure presents a scatterplot titled “Number of Cornflowers and Wallflowers at Garden Store.” The horizontal axis is labeled “Number of cornflowers, ” and the numbers 0 through 20, in increments of 2, are indicated. The vertical axis is labeled “Number of wallflowers, ” and the numbers 0 through 20, in increments of 2, are indicated. There are 5 data points on the graph. The data represented by the points are as follows. Data . 1. Number of cornflowers, 0. Number of wallflowers, 12.
Data . 2. Number of cornflowers, 4. Number of wallflowers, 9.
Data . 3. Number of cornflowers, 8. Number of wallflowers, 6.
Data . 4. Number of cornflowers, 12. Number of wallflowers, 3.
Data . 5. Number of cornflowers, 16. Number of wallflowers, 0.The points plotted in the coordinate plane above represent the possible numbers of wallflowers and cornflowers that someone can buy at the Garden Store in order to spend exactly $24.00 total on the two types of flowers. The price of each wallflower is the same and the price of each cornflower is the same. What is the price, in dollars, of 1 cornflower?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 1.5. The point with coordinates 16, 0 corresponds to the situation where 16 cornflowers and 0 wallflowers are purchased. Since the total spent on the two types of flowers is $24.00, it follows that the price of 16 cornflowers is $24.00, and the price of one cornflower is $1.50. Note that 1.5 and 3/2 are examples of ways to enter a correct answer.",
+ hasFigure: true,
+ figureUrl: "/practice-images/c362c210_img1.png",
+ },
+ {
+ id: "c4ea43ef",
+ type: "mcq",
+ questionHtml:
+ "To earn money for college, Avery works two part-time jobs: A and B. She earns $10 per hour working at job A and $20 per hour working at job B. In one week, Avery earned a total of s dollars for working at the two part-time jobs. The graph above represents all possible combinations of numbers of hours Avery could have worked at the two jobs to earn s dollars. What is the value of s ?",
+ choices: [
+ { label: "A", text: "128" },
+ { label: "B", text: "160" },
+ { label: "C", text: "200" },
+ { label: "D", text: "320" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Avery earns $10 per hour working at job A. Therefore, if she works a hours at job A, she will earn 10 a dollars. Avery earns $20 per hour working at job B. Therefore, if she works b hours at job B, she will earn 20 b dollars. The graph shown represents all possible combinations of the number of hours Avery could have worked at the two jobs to earn s dollars. Therefore, if she worked a hours at job A, worked b hours at job B, and earned s dollars from both jobs, the following equation represents the graph: 10 a + 20 b = s, where s is a constant. Identifying any point with coordinates a, , b from the graph and substituting the values of the coordinates for a and b, respectively, in this equation yield the value of s. For example, the point with coordinates 16, 0, where a = 16 and b = 0, lies on the graph. Substituting 16 for a and 0 for b in the equation 10 a + 20 b = s yields 10 · 16 + 20 · 0 = s, or 160 = s. Similarly, the point with coordinates 0, 8, where a = 0 and b = 8, lies on the graph. Substituting 0 for a and 8 for b in the equation 10 a + 20 b = s yields 10 · 0 + 20 · 8 = s, or 160 = s.Choices A, C, and D are incorrect. If the value of s is 128, 200, or 320, then no points with coordinates a, , b on the graph will satisfy this equation. For example, if the value of s is 128 (choice A), then the equation 10 a + 20 b = s becomes 10 a + 20 b = 128. The point 16, 0, where a = 16 and b = 0, lies on the graph. However, substituting 16 for a and 0 for b in 10 a + 20 b = s yields 10 · 16 + 20 · 0 = 128, or 160 = 128, which is false. Therefore, 16, 0 doesn’t satisfy the equation, and so the value of s can’t be 128. Similarly, if s = 200 (choice C) or s = 320 (choice D), then substituting 16 for a and 0 for b yields 160 = 200 and 160 = 320, respectively, which are both false.",
+ hasFigure: true,
+ figureUrl: "/practice-images/c4ea43ef_img1.png",
+ },
+ {
+ id: "cb58833c",
+ type: "spr",
+ questionHtml:
+ "The line with the equation four fifths x + one third y = 1 is graphed in the xy‑plane. What is the x-coordinate of the x‑intercept of the line?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 1.25. The y-coordinate of the x-intercept is 0, so 0 can be substituted for y, giving four fifths x + one third · 0 = 1. This simplifies to four fifths x = 1. Multiplying both sides of four fifths x = 1 by 5 gives 4 x = 5. Dividing both sides of 4 x = 5 by 4 gives x = five fourths, which is equivalent to 1.25. Note that 1.25 and 5/4 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "cc3e9528",
+ type: "spr",
+ questionHtml:
+ "The graph of 9 x − 10 y = 19 is translated down 4 units in the xy-plane. What is the x-coordinate of the x-intercept of the resulting graph?",
+ choices: [],
+ correctAnswer: "59/9, 6.555, 6.556",
+ explanation:
+ "The correct answer is (59) / (9). When the graph of an equation in the form A x + B y = C, where A, B, and C are constants, is translated down k units in the xy-plane, the resulting graph can be represented by the equation A x + B (y + k) = C. It’s given that the graph of 9 x − 10 y = 19 is translated down 4 units in the xy-plane. Therefore, the resulting graph can be represented by the equation 9 x − 10 (y + 4) = 19, or 9 x − 10 y − 40 = 19. Adding 40 to both sides of this equation yields 9 x − 10 y = 59. The x-coordinate of the x-intercept of the graph of an equation in the xy-plane is the value of x in the equation when y = 0. Substituting 0 for y in the equation 9 x − 10 y = 59 yields 9 x − 10 (0) = 59, or 9 x = 59. Dividing both sides of this equation by 9 yields x = (59) / (9). Therefore, the x-coordinate of the x-intercept of the resulting graph is (59) / (9). Note that 59/9, 6.555, and 6.556 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "cc7ffe02",
+ type: "mcq",
+ questionHtml:
+ "Keenan made 32 cups of vegetable broth. Keenan then filled x small jars and y large jars with all the vegetable broth he made. The equation 3 x + 5 y = 32 represents this situation. Which is the best interpretation of 5 y in this context?",
+ choices: [
+ { label: "A", text: "The number of large jars Keenan filled" },
+ { label: "B", text: "The number of small jars Keenan filled" },
+ {
+ label: "C",
+ text: "The total number of cups of vegetable broth in the large jars",
+ },
+ {
+ label: "D",
+ text: "The total number of cups of vegetable broth in the small jars",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that the equation 3 x + 5 y = 32 represents the situation where Keenan filled x small jars and y large jars with all the vegetable broth he made, which was 32 cups. Therefore, 3 x represents the total number of cups of vegetable broth in the small jars and 5 y represents the total number of cups of vegetable broth in the large jars.
Choice A is incorrect. The number of large jars Keenan filled is represented by y, not 5 y.
Choice B is incorrect. The number of small jars Keenan filled is represented by x, not 5 y.
Choice D is incorrect. The total number of cups of vegetable broth in the small jars is represented by 3 x, not 5 y.",
+ hasFigure: false,
+ },
+ {
+ id: "db422e7f",
+ type: "spr",
+ questionHtml:
+ "Line p is defined by 4 y + 8 x = 6. Line r is perpendicular to line p in the xy-plane. What is the slope of line r?",
+ choices: [],
+ correctAnswer: ".5, 1/2",
+ explanation:
+ "The correct answer is one half. For an equation in slope-intercept form y = m x + b, m represents the slope of the line in the xy-plane defined by this equation. It's given that line p is defined by 4 y + 8 x = 6. Subtracting 8 x from both sides of this equation yields 4 y = − 8 x + 6. Dividing both sides of this equation by 4 yields y = − eight fourths x + six fourths, or y = − 2 x + three halves. Thus, the slope of line p is −2. If line r is perpendicular to line p, then the slope of line r is the negative reciprocal of the slope of line p. The negative reciprocal of −2 is − (1) / ((−2)) = one half. Note that 1/2 and .5 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "fdee0fbf",
+ type: "spr",
+ questionHtml:
+ "In the xy-plane, line k intersects the y-axis at the point with coordinates 0 −6 and passes through the point with coordinates 2, 2. If the point with coordinates 20, w lies on line k, what is the value of w ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 74. The y-intercept of a line in the xy-plane is the ordered pair x, y of the point of intersection of the line with the y-axis. Since line k intersects the y-axis at the point with coordinates 0 −6, it follows that 0 −6 is the y-intercept of this line. An equation of any line in the xy-plane can be written in the form y = m x + b, where m is the slope of the line and b is the y-coordinate of the y-intercept. Therefore, the equation of line k can be written as y = m x + −6, or y = m x − 6. The value of m can be found by substituting the x- and y-coordinates from a point on the line, such as 2, 2, for x and y, respectively. This results in 2 = 2 m − 6. Solving this equation for m gives m = 4. Therefore, an equation of line k is y = 4 x − 6. The value of w can be found by substituting the x-coordinate, 20, for x in the equation of line k and solving this equation for y. This gives y = 4 · 20 − 6, or y = 74. Since w is the y-coordinate of this point, w = 74.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/linear-functions.ts b/src/data/math/linear-functions.ts
new file mode 100644
index 0000000..cf7d847
--- /dev/null
+++ b/src/data/math/linear-functions.ts
@@ -0,0 +1,1524 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const LINEAR_FUNC_EASY: PracticeQuestion[] = [
+ {
+ id: "06fc1726",
+ type: "mcq",
+ questionHtml:
+ "If f is the function defined by f of x = the fraction with numerator 2 x − 1, and denominator 3, what is the value of f of 5 ?",
+ choices: [
+ { label: "A", text: "4 thirds" },
+ { label: "B", text: "7 thirds" },
+ { label: "C", text: "3" },
+ { label: "D", text: "9" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. If f of x = the fraction with numerator 2 x − 1, and denominator 3, then f of 5 = the fraction with numerator 2 · 5 − 1, and denominator 3, which = the fraction with numerator 10 − 1, and denominator 3, which = the fraction 9 over 3, which = 3.Choice A is incorrect and may result from not multiplying x by 2 in the numerator. Choice B is incorrect and may result from dividing 2x by 3 and then subtracting 1. Choice D is incorrect and may result from evaluating only the numerator 2x – 1.",
+ hasFigure: false,
+ },
+ {
+ id: "0b332f00",
+ type: "spr",
+ questionHtml:
+ "The function g is defined by g (x) = 6 x. For what value of x is g (x) = 54?",
+ choices: [],
+ correctAnswer: "9",
+ explanation:
+ "The correct answer is 9. It’s given that g (x) = 6 x. Substituting 54 for g (x) in the given function yields 54 = 6 x. Dividing both sides of this equation by 6 yields x = 9. Therefore, the value of x when g (x) = 54 is 9.",
+ hasFigure: false,
+ },
+ {
+ id: "0d391910",
+ type: "spr",
+ questionHtml:
+ "The function f is defined by f (x) = 4 x. For what value of x does f (x) = 8?",
+ choices: [],
+ correctAnswer: "2",
+ explanation:
+ "The correct answer is 2. Substituting 8 for f (x) in the given equation yields 8 = 4 x. Dividing the left- and right-hand sides of this equation by 4 yields x = 2. Therefore, the value of x is 2 when f (x) = 8.",
+ hasFigure: false,
+ },
+ {
+ id: "0ea7ef01",
+ type: "mcq",
+ questionHtml:
+ "Oxygen gas is placed inside a tank with a constant volume. The graph shows the estimated temperature y, in kelvins, of the oxygen gas when its pressure is x atmospheres.
The line slants sharply up from left to right.
The line begins at the approximate point (1.6 comma 190).
The line passes through the following approximate points:
(3 comma 350)
(6 comma 700)
(8 comma 933)
What is the estimated temperature, in kelvins, of the oxygen gas when its pressure is 6 atmospheres?",
+ choices: [
+ { label: "A", text: "6" },
+ { label: "B", text: "60" },
+ { label: "C", text: "700" },
+ { label: "D", text: "760" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. For the graph shown, the x-axis represents pressure, in atmospheres, and the y-axis represents temperature, in kelvins. Therefore, the estimated temperature, in kelvins, of the oxygen gas when its pressure is 6 atmospheres is represented by the y-coordinate of the point on the graph that has an x-coordinate of 6. The point on the graph with an x-coordinate of 6 has a y-coordinate of approximately 700. Therefore, the estimated temperature, in kelvins, of the oxygen gas when its pressure is 6 atmospheres is 700.
Choice A is incorrect. This is the pressure, in atmospheres, not the estimated temperature, in kelvins, of the oxygen gas when its pressure is 6 atmospheres.
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/0ea7ef01_svg1.svg",
+ },
+ {
+ id: "0eae6be1",
+ type: "mcq",
+ questionHtml:
+ "The number y is 84 less than the number x. Which equation represents the relationship between x and y?",
+ choices: [
+ { label: "A", text: "y = x + 84" },
+ { label: "B", text: "y = one eighty fourth x" },
+ { label: "C", text: "y = 84 x" },
+ { label: "D", text: "y = x − 84" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the number y is 84 less than the number x. A number that's 84 less than the number x is equivalent to 84 subtracted from the number x, or x − 84. Therefore, the equation y = x − 84 represents the relationship between x and y.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "12983c1e",
+ type: "mcq",
+ questionHtml:
+ "Some values of the linear function f are shown in the table above. Which of the following defines f ?",
+ choices: [
+ { label: "A", text: "f of x = 2 x + 3" },
+ { label: "B", text: "f of x = 3 x + 2" },
+ { label: "C", text: "f of x = 4 x + 1" },
+ { label: "D", text: "f of x = 5 x" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Because f is a linear function of x, the equation f of x = m x + b, where m and b are constants, can be used to define the relationship between x and f (x). In this equation, m represents the increase in the value of f (x) for every increase in the value of x by 1. From the table, it can be determined that the value of f (x) increases by 8 for every increase in the value of x by 2. In other words, for the function f the value of m is eight halves, or 4. The value of b can be found by substituting the values of x and f (x) from any row of the table and the value of m into the equation f of x = m x + b and solving for b. For example, using x = 1, f of x = 5, and m = 4 yields 5 = 4 · 1 + b. Solving for b yields b = 1. Therefore, the equation defining the function f can be written in the form f of x = 4 x + 1.Choices A, B, and D are incorrect. Any equation defining the linear function f must give values of f (x) for corresponding values of x, as shown in each row of the table. According to the table, if x = 3, f of x = 13. However, substituting x = 3 into the equation given in choice A gives f of 3 = 2 · 3 + 3, or f of 3 = 9, not 13. Similarly, substituting x = 3 into the equation given in choice B gives f of 3 = 3 · 3 + 2, or f of 3 = 11, not 13.
Lastly, substituting x = 3 into the equation given in choice D gives f of 3 = 5 · 3, or f of 3 = 15, not 13. Therefore, the equations in choices A, B, and D cannot define f.",
+ hasFigure: true,
+ figureUrl: "/practice-images/12983c1e_img1.png",
+ },
+ {
+ id: "13294295",
+ type: "mcq",
+ questionHtml:
+ "The graph shown models the number of candy bars a certain machine wraps with a label in x seconds.
The line slants sharply up from left to right.
The line passes through the following points:
(0 comma 0)
(2 comma 80)
(4 comma 160)
(6 comma 240)
According to the graph, what is the estimated number of candy bars the machine wraps with a label per second?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "40" },
+ { label: "C", text: "78" },
+ { label: "D", text: "80" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. For the graph shown, the x-axis represents time, in seconds, and the y-axis represents the number of candy bars wrapped. The slope of a line in the xy-plane is the change in y for each 1-unit increase in x. It follows that the slope of the graph shown represents the estimated number of candy bars the machine wraps with a label per second. The slope, m, of a line in the xy-plane can be found using any two points, (x 1, y 1) and (x 2, y 2), on the line and the slope formula m = (y 2 − y 1) / (x 2 − x 1). The graph shown passes through the points (0, 0) and (2, 80). Substituting these points for (x 1, y 1) and (x 2, y 2), respectively, in the slope formula yields m = (80 − 0) / (2 − 0), which is equivalent to m = (80) / (2), or m = 40. Therefore, the estimated number of candy bars the machine wraps with a label per second is 40.
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: true,
+ figureUrl: "/practice-images/13294295_svg1.svg",
+ },
+ {
+ id: "13909d78",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by the equation f (x) = 100 x + 2. What is the value of f (x) when x = 9?",
+ choices: [
+ { label: "A", text: "111" },
+ { label: "B", text: "118" },
+ { label: "C", text: "900" },
+ { label: "D", text: "902" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Substituting 9 for x in the given equation yields f (9) = 100 (9) + 2, or f (9) = 902. Therefore, the value of f (x) when x = 9 is 902.
Choice A is incorrect. This is the value of f (x) when x = 1.09.
Choice B is incorrect. This is the value of f (x) when x = 1.16.
Choice C is incorrect. This is the value of f (x) when x = 8.98.",
+ hasFigure: false,
+ },
+ {
+ id: "1ecaa9c0",
+ type: "mcq",
+ questionHtml:
+ "Robert rented a truck to transport materials he purchased from a hardware store. He was charged an initial fee of $20.00 plus an additional $0.70 per mile driven. If the truck was driven 38 miles, what was the total amount Robert was charged?",
+ choices: [
+ { label: "A", text: "$46.60" },
+ { label: "B", text: "$52.90" },
+ { label: "C", text: "$66.90" },
+ { label: "D", text: "$86.50" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that Robert was charged an initial fee of $20.00 to rent the truck plus an additional $0.70 per mile driven. Let m represent the number of miles the truck was driven. Since the rental charge is $0.70 per mile driven, 0 . 7 0 m represents the amount Robert was charged for m miles driven. Let c equal the total amount, in dollars, Robert was charged to rent the truck. The total amount can be represented by the equation c = 20 . 0 0 + 0 . 7 0 m. It’s given that the truck was driven 38 miles, thus m = 38. Substituting 38 into the equation gives c = 20 . 0 0 + 0 . 7 0 · 38. Multiplying 0 . 7 0 · 38 gives c = 20 . 0 0 + 26 . 6 0. Adding these values gives c = 46 . 6 0, so the total amount Robert was charged is $46.60.Choices B, C, and D are incorrect and may result from setting up the equation incorrectly or from making calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "255996a6",
+ type: "mcq",
+ questionHtml:
+ "In the equation above, T represents Brittany’s total take-home pay, in dollars, for her first week of work, where h represents the number of hours she worked that week and 1,000 represents a sign-on bonus. If Brittany’s total take-home pay was $1,576, for how many hours was Brittany paid for her first week of work?",
+ choices: [
+ { label: "A", text: "16" },
+ { label: "B", text: "32" },
+ { label: "C", text: "55" },
+ { label: "D", text: "88" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since Brittany’s total take-home pay was $1,576, the value 1,576 can be substituted for T in the given equation T = 1, 000 + 18 h to give 1, 576 = 1, 000 + 18 h. Subtracting 1,000 from both sides of this equation gives 576 = 18 h. Dividing both sides of this equation by 18 gives 32 = h. Therefore, Brittany was paid for 32 hours for her first week of work.Choice A is incorrect. This is half the number of hours Brittany was paid for. Choice C is incorrect and may result from dividing 1,000 by 18. Choice D is incorrect and may result from dividing 1,576 by 18.",
+ hasFigure: false,
+ },
+ {
+ id: "2eef7e61",
+ type: "mcq",
+ questionHtml:
+ "The graph of the function f is a line in the xy-plane. If the line has slope three-fourths and f of 0 = 3, which of the following defines f?",
+ choices: [
+ { label: "A", text: "f of x = three fourths x − 3" },
+ { label: "B", text: "f of x = three fourths x + 3" },
+ { label: "C", text: "f of x = 4 x − 3" },
+ { label: "D", text: "f of x = 4 x + 3" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The equation for the function f in the xy-plane can be represented by f of x = m x + b, where m is the slope and b is the y-coordinate of the y-intercept. Since it’s given that the line has a slope of three fourths, it follows that m = three fourths in f of x = m x + b, which yields y = three fourths x + b. It’s given that f of 0 = 3. This implies that the graph of the function f in the xy-plane passes through the point with coordinates 0, 3. Thus, the y-coordinate of the y-intercept of the graph is 3, so b = 3 in f of x = three fourths x + b, which yields f of x = three fourths x + 3. Therefore, the equation f of x = three fourths x + 3 defines the function f. Choice A is incorrect and may result from a sign error for the y-intercept. Choice C is incorrect and may result from using the denominator of the given slope as m in f of x = m x + b, in addition to a sign error for the y-intercept. Choice D is incorrect and may result from using the denominator of the given slope as m in f of x = m x + b.",
+ hasFigure: false,
+ },
+ {
+ id: "3462d850",
+ type: "mcq",
+ questionHtml: "Which of the following does 45 represent in the equation?",
+ choices: [
+ { label: "A", text: "Marisol took 45 trips from City A to City B." },
+ {
+ label: "B",
+ text: "The distance between City A and City B is 45 miles.",
+ },
+ {
+ label: "C",
+ text: "Marisol drove at an average speed of about 45 miles per hour.",
+ },
+ {
+ label: "D",
+ text: "It took Marisol 45 hours to drive from City A to City B.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that d is the distance, in miles, Marisol traveled after driving for t hours. Therefore, 45 represents the distance in miles traveled per hour, which is the speed she drove in miles per hour.Choice A is incorrect and may result from misidentifying speed as the number of trips. Choice B is incorrect and may result from misidentifying speed as the total distance. Choice D is incorrect and may result from misidentifying the speed as the time, in hours.",
+ hasFigure: false,
+ },
+ {
+ id: "3f5375d9",
+ type: "mcq",
+ questionHtml:
+ "According to the graph, what is the cost for each additional mile traveled, in dollars, of a cab ride?",
+ choices: [
+ { label: "A", text: "$2.00" },
+ { label: "B", text: "$2.60" },
+ { label: "C", text: "$3.00" },
+ { label: "D", text: "$5.00" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The cost of each additional mile traveled is represented by the slope of the given line. The slope of the line can be calculated by identifying two points on the line and then calculating the ratio of the change in y to the change in x between the two points. Using the points with coordinates 1, 5 and 2, 7, the slope is equal to the fraction with numerator 7 − 5, and denominator 2 − 1, end fraction, or 2. Therefore, the cost for each additional mile traveled of the cab ride is $2.00.Choice B is incorrect and may result from calculating the slope of the line that passes through the points with coordinates 5, 13 and 0, 0. However, 0, 0 does not lie on the line shown. Choice C is incorrect. This is the y-coordinate of the y-intercept of the graph and represents the flat fee for a cab ride before the charge for any miles traveled is added. Choice D is incorrect. This value represents the total cost of a 1-mile cab ride.",
+ hasFigure: true,
+ figureUrl: "/practice-images/3f5375d9_img1.png",
+ },
+ {
+ id: "447fa970",
+ type: "spr",
+ questionHtml:
+ "The function f is defined by the equation f (x) = 7 x + 2. What is the value of f (x) when x = 4?",
+ choices: [],
+ correctAnswer: "30",
+ explanation:
+ "The correct answer is 30. The value of f (x) when x = 4 can be found by substituting 4 for x in the given equation f (x) = 7 x + 2. This yields f (4) = 7 (4) + 2, or f (4) = 30. Therefore, when x = 4, the value of f (x) is 30.",
+ hasFigure: false,
+ },
+ {
+ id: "5ad6bc97",
+ type: "spr",
+ questionHtml:
+ "f (x) = 7 x + 1
The function gives the total number of people on a company retreat with x managers. What is the total number of people on a company retreat with 7 managers?",
+ choices: [],
+ correctAnswer: "50",
+ explanation:
+ "The correct answer is 50. It's given that the function f gives the total number of people on a company retreat with x managers. It's also given that 7 managers are on the company retreat. Substituting 7 for x in the given function yields f (7) = 7 (7) + 1, or f (7) = 50. Therefore, there are a total of 50 people on a company retreat with 7 managers.",
+ hasFigure: false,
+ },
+ {
+ id: "6863c7ce",
+ type: "mcq",
+ questionHtml:
+ "d = 16 t
The given equation represents the distance d, in inches, where t represents the number of seconds since an object started moving. Which of the following is the best interpretation of 16 in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The object moved a total of 16 inches.",
+ },
+ {
+ label: "B",
+ text: "The object moved a total of 16 t inches.",
+ },
+ {
+ label: "C",
+ text: "The object is moving at a rate of 16 inches per second.",
+ },
+ {
+ label: "D",
+ text: "The object is moving at a rate of one sixteenth inches per second.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that in the equation d = 16 t, d represents the distance, in inches, and t represents the number of seconds since an object started moving. In this equation, t is being multiplied by 16. This means that the object’s distance increases by 16 inches each second. Therefore, the best interpretation of 16 in this context is that the object is moving at a rate of 16 inches per second.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect. This is the best interpretation of 16 t, rather than 16, in this context.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "6efcc0a3",
+ type: "mcq",
+ questionHtml:
+ "In the linear function h, h (0) = 41 and h (1) = 40. Which equation defines h?",
+ choices: [
+ { label: "A", text: "h (x) = −x + 41" },
+ { label: "B", text: "h (x) = −x" },
+ { label: "C", text: "h (x) = − 41 x" },
+ { label: "D", text: "h (x) = −41" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. An equation defining a linear function can be written in the form h (x) = a x + b, where a and b are constants. It’s given that h (0) = 41. Substituting 0 for x and 41 for h (x) in the equation h (x) = a x + b yields 41 = a (0) + b, or b = 41. Substituting 41 for b in the equation h (x) = a x + b yields h (x) = a x + 41. It’s also given that h (1) = 40. Substituting 1 for x and 40 for h (x) in the equation h (x) = a x + 41 yields 40 = a (1) + 41, or 40 = a + 41. Subtracting 41 from the left- and right-hand sides of this equation yields −1 = a. Substituting −1 for a in the equation h (x) = a x + 41 yields h (x) = − 1 x + 41, or h (x) = −x + 41.
Choice B is incorrect. Substituting 0 for x and 41 for h (x) in this equation yields 41 = −0, which isn't a true statement.
Choice C is incorrect. Substituting 0 for x and 41 for h (x) in this equation yields 41 = − 41 (0), or 41 = 0, which isn't a true statement.
Choice D is incorrect. Substituting 41 for h (x) in this equation yields 41 = −41, which isn't a true statement.",
+ hasFigure: false,
+ },
+ {
+ id: "70d9516e",
+ type: "mcq",
+ questionHtml:
+ "A bus is traveling at a constant speed along a straight portion of road. The equation d = 30 t gives the distance d, in feet from a road marker, that the bus will be t seconds after passing the marker. How many feet from the marker will the bus be 2 seconds after passing the marker?",
+ choices: [
+ { label: "A", text: "30" },
+ { label: "B", text: "32" },
+ { label: "C", text: "60" },
+ { label: "D", text: "90" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that t represents the number of seconds after the bus passes the marker. Substituting 2 for t in the given equation d = 30 t yields d = 30 (2), or d = 60. Therefore, the bus will be 60 feet from the marker 2 seconds after passing it.
Choice A is incorrect. This is the distance, in feet, the bus will be from the marker 1 second, not 2 seconds, after passing it.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect. This is the distance, in feet, the bus will be from the marker 3 seconds, not 2 seconds, after passing it.",
+ hasFigure: false,
+ },
+ {
+ id: "720e51ac",
+ type: "mcq",
+ questionHtml:
+ "The cost y, in dollars, for a manufacturer to make x rings is represented by the line shown.
The line slants gradually up from left to right.
The line passes through the following points:
(0 comma 100)
(60 comma 175)
(100 comma 225)
What is the cost, in dollars, for the manufacturer to make 60 rings?",
+ choices: [
+ { label: "A", text: "100" },
+ { label: "B", text: "125" },
+ { label: "C", text: "175" },
+ { label: "D", text: "225" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The line shown represents the cost y, in dollars, for a manufacturer to make x rings. For the line shown, the x-axis represents the number of rings made by the manufacturer and the y-axis represents the cost, in dollars. Therefore, the cost, in dollars, for the manufacturer to make 60 rings is represented by the y-coordinate of the point on the line that has an x-coordinate of 60. The point on the line with an x-coordinate of 60 has a y-coordinate of 175. Therefore, the cost, in dollars, for the manufacturer to make 60 rings is 175.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the cost, in dollars, for the manufacturer to make 20 rings.
Choice D is incorrect. This is the cost, in dollars, for the manufacturer to make 100 rings.",
+ hasFigure: true,
+ figureUrl: "/practice-images/720e51ac_svg1.svg",
+ },
+ {
+ id: "73b5f330",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = 5 x + 8. For what value of x does f (x) = 58?",
+ choices: [
+ { label: "A", text: "10" },
+ { label: "B", text: "13" },
+ { label: "C", text: "50" },
+ { label: "D", text: "298" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that the function f is defined by f (x) = 5 x + 8. Substituting 58 for f (x) in this equation yields 58 = 5 x + 8. Subtracting 8 from both sides of this equation yields 50 = 5 x. Dividing both sides of this equation by 5 yields 10 = x. Therefore, the value of x when f (x) = 58 is 10.
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. This is the value of f (58), not the value of x when f (x) = 58.",
+ hasFigure: false,
+ },
+ {
+ id: "776cfa7c",
+ type: "mcq",
+ questionHtml:
+ "Hana deposited a fixed amount into her bank account each month. The function f (t) = 100 + 25 t gives the amount, in dollars, in Hana's bank account after t monthly deposits. What is the best interpretation of 25 in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "With each monthly deposit, the amount in Hana's bank account increased by dollar sign 25.",
+ },
+ {
+ label: "B",
+ text: "Before Hana made any monthly deposits, the amount in her bank account was dollar sign 25.",
+ },
+ {
+ label: "C",
+ text: "After 1 monthly deposit, the amount in Hana's bank account was dollar sign 25.",
+ },
+ {
+ label: "D",
+ text: "Hana made a total of 25 monthly deposits.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that t represents the number of monthly deposits. In the given function f (t) = 100 + 25 t, the coefficient of t is 25. This means that for every increase in the value of t by 1, the value of f (t) increases by 25. It follows that with each monthly deposit, the amount in Hana's bank account increased by dollar sign 25.
Choice B is incorrect. Before Hana made any monthly deposits, the amount in her bank account was dollar sign 100.
Choice C is incorrect. After 1 monthly deposit, the amount in Hana's bank account was dollar sign 125.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "81390d6c",
+ type: "mcq",
+ questionHtml:
+ "The function h is defined by h (x) = x + 200. What is the value of h (50)?",
+ choices: [
+ { label: "A", text: "200" },
+ { label: "B", text: "250" },
+ { label: "C", text: "10, 000" },
+ { label: "D", text: "50, 200" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Substituting 50 for x in the given function yields h (50) = 50 + 200, or h (50) = 250. Therefore, the value of h (50) is 250.
Choice A is incorrect. This is the value of h (0).
Choice C is incorrect. This is the value of h (9, 800).
Choice D is incorrect. This is the value of h (50, 000).",
+ hasFigure: false,
+ },
+ {
+ id: "84664a7c",
+ type: "mcq",
+ questionHtml:
+ "The front of a roller-coaster car is at the bottom of a hill and is 15 feet above the ground. If the front of the roller-coaster car rises at a constant rate of 8 feet per second, which of the following equations gives the height h, in feet, of the front of the roller-coaster car s seconds after it starts up the hill?",
+ choices: [
+ { label: "A", text: "h = 8 s + 15" },
+ {
+ label: "B",
+ text: "h = 15 s + the fraction 335 over 8",
+ },
+ {
+ label: "C",
+ text: "h = 8 s + the fraction 335 over 15",
+ },
+ { label: "D", text: "h = 15 s + 8" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the front of the roller-coaster car starts rising when it’s 15 feet above the ground. This initial height of 15 feet can be represented by a constant term, 15, in an equation. Each second, the front of the roller-coaster car rises 8 feet, which can be represented by 8s. Thus, the equation h = 8 s + 15 gives the height, in feet, of the front of the roller-coaster car s seconds after it starts up the hill.Choices B and C are incorrect and may result from conceptual errors in creating a linear equation. Choice D is incorrect and may result from switching the rate at which the roller-coaster car rises with its initial height.",
+ hasFigure: false,
+ },
+ {
+ id: "8643d906",
+ type: "mcq",
+ questionHtml:
+ "The population of snow leopards in a certain area can be modeled by the function P defined above, where P of t is the population t years after 1990. Of the following, which is the best interpretation of the equation P of 30 = 550 ?",
+ choices: [
+ {
+ label: "A",
+ text: "The snow leopard population in this area is predicted to be 30 in the year 2020.",
+ },
+ {
+ label: "B",
+ text: "The snow leopard population in this area is predicted to be 30 in the year 2030.",
+ },
+ {
+ label: "C",
+ text: "The snow leopard population in this area is predicted to be 550 in the year 2020.",
+ },
+ {
+ label: "D",
+ text: "The snow leopard population in this area is predicted to be 550 in the year 2030.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that P of t represents the population of snow leopards t years after 1990. P of 30 = 550 corresponds to t = 30 and P of t = 550. It follows that t = 30 corresponds to 30 years after 1990, or 2020. Thus, the best interpretation of P of 30 = 550 is that the snow leopard population in this area is predicted to be 550 in the year 2020.Choices A and B are incorrect and may result from reversing the interpretations of t and P of t. Choice D is incorrect and may result from determining that 30 years after 1990 is 2030, not 2020.",
+ hasFigure: false,
+ },
+ {
+ id: "88e13c8c",
+ type: "mcq",
+ questionHtml:
+ "The total cost f (x), in dollars, to lease a car for 36 months from a particular car dealership is given by f (x) = 36 x + 1, 000, where x is the monthly payment, in dollars. What is the total cost to lease a car when the monthly payment is dollar sign 400?",
+ choices: [
+ { label: "A", text: "dollar sign 13, 400" },
+ { label: "B", text: "dollar sign 13, 000" },
+ { label: "C", text: "dollar sign 15, 400" },
+ { label: "D", text: "dollar sign 37, 400" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that f (x) is the total cost, in dollars, to lease a car from this dealership with a monthly payment of x dollars. Therefore, the total cost, in dollars, to lease the car when the monthly payment is dollar sign 400 is represented by the value of f (x) when x = 400. Substituting 400 for x in the equation f (x) = 36 x + 1, 000 yields f (400) = 36 (400) + 1, 000, or f (400) = 15, 400. Thus, when the monthly payment is dollar sign 400, the total cost to lease a car is dollar sign 15, 400.
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: "a1696f3e",
+ type: "mcq",
+ questionHtml:
+ "The function [] is defined as g of x = 5 x + a, where a is a constant. If g of 4 = 31, what is the value of a ?",
+ choices: [
+ { label: "A", text: "[]" },
+ { label: "B", text: "[]" },
+ { label: "C", text: "[]" },
+ { label: "D", text: "−23" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Substituting 4 for x in g(x) = 5x + a gives g(4) = 5(4) + a. Since g(4) = 31, the equation g(4) = 5(4) + a simplifies to 31 = 20 + a. It follows that a = 11.Choices A, B, and D are incorrect and may result from arithmetic errors.",
+ hasFigure: false,
+ },
+ {
+ id: "a396ed75",
+ type: "mcq",
+ questionHtml:
+ "For a training program, Juan rides his bike at an average rate of 5.7 minutes per mile. Which function m models the number of minutes it will take Juan to ride x miles at this rate?",
+ choices: [
+ { label: "A", text: "m (x) = (x) / (5.7)" },
+ { label: "B", text: "m (x) = x + 5.7" },
+ { label: "C", text: "m (x) = x − 5.7" },
+ { label: "D", text: "m (x) = 5.7 x" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It′s given that Juan rides his bike at an average rate of 5.7 minutes per mile. The number of minutes it will take Juan to ride x miles can be determined by multiplying his average rate by the number of miles, x, which yields 5.7 x. Therefore, the function m (x) = 5.7 x models the number of minutes it will take Juan to ride x miles.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "a4d6fbec",
+ type: "spr",
+ questionHtml:
+ "If y = 5 x + 10, what is the value of y when x = 8?",
+ choices: [],
+ correctAnswer: "50",
+ explanation:
+ "The correct answer is 50. Substituting 8 for x in the given equation yields y = 5 (8) + 10, or y = 50. Therefore, the value of y is 50 when x = 8.",
+ hasFigure: false,
+ },
+ {
+ id: "a73a5c22",
+ type: "mcq",
+ questionHtml:
+ "The function g is defined by g (x) = 10 x + 8. What is the value of g (x) when x = 8?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "8" },
+ { label: "C", text: "10" },
+ { label: "D", text: "88" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The value of g (x) when x = 8 can be found by substituting 8 for x in the given equation g (x) = 10 x + 8. This yields g (8) = 10 (8) + 8, or g (8) = 88. Therefore, when x = 8, the value of g (x) is 88.
Choice A is incorrect. This is the value of x when g (x) = 8, rather than the value of g (x) when x = 8.
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: "a8e6bd75",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is the graph of the equation y = 2 x − 5 in the xy-plane?",
+ choices: [
+ {
+ label: "A",
+ text: "The figure presents the graph of a line in the xy-plane with the origin labeled O. The numbers − five through five are indicated on each axis. The line begins in quadrant 3 and moves upward and to the right. It crosses the x-axis at − 5 and the y-axis at 2 . 5, ending in quadrant 1",
+ },
+ {
+ label: "B",
+ text: "The figure presents the graph of a line in the xy-plane with the origin labeled O. The numbers − five through five are indicated on each axis. The line begins in quadrant 2 and moves downward and to the right. It crosses the x-axis at − 2 . 5 and the y-axis at − 5, ending in quadrant 4",
+ },
+ {
+ label: "C",
+ text: "The figure presents the graph of a line in the xy-plane with the origin labeled O. The numbers − five through five are indicated on each axis. The line begins in quadrant 3 and moves upward and to the right. It crosses the x-axis at − 2 . 5 and the y-axis at 5, ending in quadrant 1",
+ },
+ {
+ label: "D",
+ text: "The figure presents the graph of a line in the xy-plane with the origin labeled O. The numbers − five through five are indicated on each axis. The line begins in quadrant 3 and moves upward and to the right. It crosses the y-axis at − 5 and the x-axis at 2 . 5, ending in quadrant 1",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. In the xy-plane, the graph of the equation y = m x + b, where m and b are constants, is a line with slope m and y-intercept with coordinates 0, b. Therefore, the graph of y = 2 x − 5 in the xy-plane is a line with slope 2 and a y-intercept with coordinates 0 −5. Having a slope of 2 means that for each increase in x by 1, the value of y increases by 2. Only the graph in choice D has a slope of 2 and crosses the y-axis at 0 −5. Therefore, the graph shown in choice D must be the correct answer.Choices A, B, and C are incorrect. The graph of y = 2 x − 5 in the xy-plane is a line with slope 2 and a y-intercept at 0 −5. The graph in choice A crosses the y-axis at the point with coordinates 0, 2 . 5, not 0 −5, and it has a slope of one-half, not 2. The graph in choice B crosses the y-axis at 0 −5; however, the slope of this line is −2, not 2. The graph in choice C has a slope of 2; however, the graph crosses the y-axis at 0, 5, not 0 −5.",
+ hasFigure: true,
+ figureUrl: "/practice-images/a8e6bd75_img2.png",
+ },
+ {
+ id: "a9039591",
+ type: "mcq",
+ questionHtml:
+ "x
f (x)
0
29
1
32
2
35
For the linear function f, the table shows three values of x and their corresponding values of f (x). Which equation defines f (x)?",
+ choices: [
+ { label: "A", text: "f (x) = 3 x + 29" },
+ { label: "B", text: "f (x) = 29 x + 32" },
+ { label: "C", text: "f (x) = 35 x + 29" },
+ { label: "D", text: "f (x) = 32 x + 35" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. An equation that defines a linear function f can be written in the form f (x) = m x + b, where m and b are constants. It's given in the table that when x = 0, f (x) = 29. Substituting 0 for x and 29 for f (x) in the equation f (x) = m x + b yields 29 = m (0) + b, or 29 = b. Substituting 29 for b in the equation f (x) = m x + b yields f (x) = m x + 29. It's also given in the table that when x = 1, f (x) = 32. Substituting 1 for x and 32 for f (x) in the equation f (x) = m x + 29 yields 32 = m (1) + 29, or 32 = m + 29. Subtracting 29 from both sides of this equation yields 3 = m. Substituting 3 for m in the equation f (x) = m x + 29 yields f (x) = 3 x + 29.
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: "aad7e1b9",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = one tenth x − 2. What is the y-intercept of the graph of y = f (x) in the xy-plane?",
+ choices: [
+ { label: "A", text: "(−2, 0)" },
+ { label: "B", text: "(0 −2)" },
+ { label: "C", text: "(0, one tenth)" },
+ { label: "D", text: "(one tenth, 0)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The y-intercept of the graph of a function in the xy-plane is the point on the graph where x = 0. It′s given that f (x) = one tenth x − 2. Substituting 0 for x in this equation yields f (0) = one tenth (0) − 2, or f (0) = −2. Since it′s given that y = f (x), it follows that y = −2 when x = 0. Therefore, the y-intercept of the graph of y = f (x) in the xy-plane is (0 −2).
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: "b8cbe394",
+ type: "mcq",
+ questionHtml:
+ "Sean rents a tent at a cost of dollar sign 11 per day plus a onetime insurance fee of dollar sign 10. Which equation represents the total cost c, in dollars, to rent the tent with insurance for d days?",
+ choices: [
+ { label: "A", text: "c = 11 (d + 10)" },
+ { label: "B", text: "c = 10 (d + 11)" },
+ { label: "C", text: "c = 11 d + 10" },
+ { label: "D", text: "c = 10 d + 11" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that the cost of renting a tent is dollar sign 11 per day for d days. Multiplying the rental cost by the number of days yields dollar sign 11 d, which represents the cost of renting the tent for d days before the insurance is added. Adding the onetime insurance fee of dollar sign 10 to the rental cost of dollar sign 11 d gives the total cost c, in dollars, which can be represented by the equation c = 11 d + 10.
Choice A is incorrect. This equation represents the total cost to rent the tent if the insurance fee was charged every day.
Choice B is incorrect. This equation represents the total cost to rent the tent if the daily fee was dollar sign (d + 11) for 10 days.
Choice D is incorrect. This equation represents the total cost to rent the tent if the daily fee was dollar sign 10 and the onetime fee was dollar sign 11.",
+ hasFigure: false,
+ },
+ {
+ id: "bf36c815",
+ type: "mcq",
+ questionHtml:
+ "The function g is defined by g of x = −x + 8. What is the value of g of 0?",
+ choices: [
+ { label: "A", text: "−8" },
+ { label: "B", text: "0" },
+ { label: "C", text: "4" },
+ { label: "D", text: "8" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The value of g of 0 is found by substituting 0 for x in the function g. This yields g of 0 = −0 + 8, which can be rewritten as g of 0 = 8.Choice A is incorrect and may result from misinterpreting the equation as g of x = x + −8 instead of g of x = −x + −8. Choice B is incorrect. This is the value of x, not g of x. Choice C is incorrect and may result from calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "bf883fde",
+ type: "mcq",
+ questionHtml:
+ "For the function f, the graph of y = f (x) in the xy-plane has a slope of 3 and passes through the point (0 −8). Which equation defines f?",
+ choices: [
+ { label: "A", text: "f (x) = 3 x" },
+ { label: "B", text: "f (x) = 3 x − 8" },
+ { label: "C", text: "f (x) = 3 x + 5" },
+ { label: "D", text: "f (x) = 3 x + 11" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. An equation defining a linear function can be written in the form f (x) = m x + b, where m and b are constants, m is the slope of the graph of y = f (x) in the xy-plane, and (0, b) is the y-intercept of the graph. It's given that for the function f, the graph of y = f (x) in the xy-plane has a slope of 3. Therefore, m = 3. It's also given that this graph passes through the point (0 −8). Therefore, the y-intercept of the graph is (0 −8), and it follows that b = −8. Substituting 3 for m and −8 for b in the equation f (x) = m x + b yields f (x) = 3 x − 8. Thus, the equation that defines f is f (x) = 3 x − 8.
Choice A is incorrect. For this function, the graph of y = f (x) in the xy-plane passes through the point (0, 0), not (0 −8).
Choice C is incorrect. For this function, the graph of y = f (x) in the xy-plane passes through the point (0, 5), not (0 −8).
Choice D is incorrect. For this function, the graph of y = f (x) in the xy-plane passes through the point (0, 11), not (0 −8).",
+ hasFigure: false,
+ },
+ {
+ id: "c4d49134",
+ type: "mcq",
+ questionHtml:
+ "s = 40 + 3 t
The equation gives the speed s, in miles per hour, of a certain car t seconds after it began to accelerate. What is the speed, in miles per hour, of the car 5 seconds after it began to accelerate?",
+ choices: [
+ { label: "A", text: "40" },
+ { label: "B", text: "43" },
+ { label: "C", text: "45" },
+ { label: "D", text: "55" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. In the given equation, s is the speed, in miles per hour, of a certain car t seconds after it began to accelerate. Therefore, the speed of the car, in miles per hour, 5 seconds after it began to accelerate can be found by substituting 5 for t in the given equation, which yields s = 40 + 3 (5), or s = 55. Thus, the speed of the car 5 seconds after it began to accelerate is 55 miles per hour.
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: "cee5b352",
+ type: "mcq",
+ questionHtml:
+ "The length, y, of a white whale was 162 centimeters (cm) when it was born and increased an average of 4.8 cm per month for the first 12 months after it was born. Which equation best represents this situation, where x is the number of months after the whale was born and y is the length, in cm, of the whale?",
+ choices: [
+ { label: "A", text: "y = 162 x" },
+ { label: "B", text: "y = 162 x + 162" },
+ { label: "C", text: "y = 4.8 x + 4.8" },
+ { label: "D", text: "y = 4.8 x + 162" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that the length of the whale was 162 cm when it was born and that its length increased an average of 4.8 cm per month for the first 12 months after it was born. Since x represents the number of months after the whale was born, the total increase in the whale's length, in cm, is 4.8 times x, or 4.8 x. The length of the whale y, in cm, can be found by adding the whale's length at birth, 162 cm, to the total increase in length, 4.8 x cm. Therefore, the equation that best represents this situation is y = 4.8 x + 162.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "de6fe450",
+ type: "mcq",
+ questionHtml:
+ "On January 1, 2015, a city’s minimum hourly wage was $9.25. It will increase by $0.50 on the first day of the year for the next 5 years. Which of the following functions best models the minimum hourly wage, in dollars, x years after January 1, 2015, where x = the following five values: 1, 2, 3, 4, 5 ?",
+ choices: [
+ { label: "A", text: "f of x = 9 . 2 5 − 0 . 5 0 x" },
+ { label: "B", text: "f of x = 9 . 2 5 x − 0 . 5 0" },
+ { label: "C", text: "f of x = 9 . 2 5 + 0 . 5 0 x" },
+ { label: "D", text: "f of x = 9 . 2 5 x + 0 . 5 0" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that the city’s minimum hourly wage will increase by $0.50 on the first day of the year for the 5 years after January 1, 2015. Therefore, the total increase, in dollars, in the minimum hourly wage x years after January 1, 2015, is represented by 0 . 5 0 x. Since the minimum hourly wage on January 1, 2015, was $9.25, it follows that the minimum hourly wage, in dollars, x years after January 1, 2015, is represented by 9 . 2 5 + 0 . 5 0 x. Therefore, the function f of x = 9 . 2 5 + 0 . 5 0 x best models this situation.Choices A, B, and D are incorrect. In choice A, the function models a situation where the minimum hourly wage is $9.25 on January 1, 2015, but decreases by $0.50 on the first day of the year for the next 5 years. The functions in choices B and D both model a situation where the minimum hourly wage is increasing by $9.25 on the first day of the year for the 5 years after January 1, 2015.",
+ hasFigure: false,
+ },
+ {
+ id: "f79fffba",
+ type: "mcq",
+ questionHtml:
+ "The function h is defined by h (x) = 3 x − 7. What is the value of h (−2)?",
+ choices: [
+ { label: "A", text: "−13" },
+ { label: "B", text: "−10" },
+ { label: "C", text: "10" },
+ { label: "D", text: "13" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The value of h (−2) can be found by substituting −2 for x in the equation defining h. Substituting −2 for x in h (x) = 3 x − 7 yields h (−2) = 3 (−2) − 7, or h (−2) = −13. Therefore, the value of h (−2) is −13.
Choice B is incorrect. This is the value of h (−1), not h (−2).
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 LINEAR_FUNC_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "042aa429",
+ type: "mcq",
+ questionHtml:
+ "If (expression) and (expression), what is the value of (expression)?",
+ choices: [
+ { label: "A", text: "(expression)" },
+ { label: "B", text: "(expression)" },
+ { label: "C", text: "(expression)" },
+ { label: "D", text: "(expression)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The value of f (2) can be found by substituting 2 for x in the given equation f (x) = x + 7, which yields f (2) = 2 + 7, or f (2) = 9. The value of g (2) can be found by substituting 2 for x in the given equation g (x) = 7 x, which yields g (2) = 7 (2), or g (2) = 14. The value of the expression 4 f (2) − g (2) can be found by substituting the corresponding values into the expression, which gives 4 (9) − 14. This expression is equivalent to 36 − 14, or 22.
Choice A is incorrect. This is the value of f (2) − g (2), not 4 f (2) − g (2).
Choice B is incorrect and may result from calculating 4 f (2) as 4 (2) + 7, rather than
4 (2 + 7).
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "0cadb20e",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = (x + 15) / (5), and f (a) = 10, where a is a constant. What is the value of a?",
+ choices: [
+ { label: "A", text: "5" },
+ { label: "B", text: "10" },
+ { label: "C", text: "35" },
+ { label: "D", text: "65" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that f (x) = (x + 15) / (5) and f (a) = 10, where a is a constant. Therefore, for the given function f, when x = a, f (x) = 10. Substituting a for x and 10 for f (x) in the given function f yields 10 = (a + 15) / (5). Multiplying both sides of this equation by 5 yields 50 = a + 15. Subtracting 15 from both sides of this equation yields 35 = a. Therefore, the value of a is 35.
Choice A is incorrect. This is the value of a if f (a) = 4.
Choice B is incorrect. This is the value of a if f (a) = 5.
Choice D is incorrect. This is the value of a if f (a) = 16.",
+ hasFigure: false,
+ },
+ {
+ id: "113b938e",
+ type: "mcq",
+ questionHtml:
+ "The equation above represents the speed y, in feet per second, of Sheila’s bicycle x seconds after she applied the brakes at the end of a ride. If the equation is graphed in the xy-plane, which of the following is the best interpretation of the x-coordinate of the line’s x-intercept in the context of the problem?",
+ choices: [
+ {
+ label: "A",
+ text: "The speed of Sheila’s bicycle, in feet per second, before Sheila applied the brakes",
+ },
+ {
+ label: "B",
+ text: "The number of feet per second the speed of Sheila’s bicycle decreased each second after Sheila applied the brakes",
+ },
+ {
+ label: "C",
+ text: "The number of seconds it took from the time Sheila began applying the brakes until the bicycle came to a complete stop",
+ },
+ {
+ label: "D",
+ text: "The number of feet Sheila’s bicycle traveled from the time she began applying the brakes until the bicycle came to a complete stop",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that for each point with coordinates x, y on the graph of the given equation, the x-coordinate represents the number of seconds after Sheila applied the brakes, and the y-coordinate represents the speed of Sheila’s bicycle at that moment in time. For the graph of the equation, the y-coordinate of the x-intercept is 0. Therefore, the x-coordinate of the x-intercept of the graph of the given equation represents the number of seconds it took from the time Sheila began applying the brakes until the bicycle came to a complete stop.Choice A is incorrect. The speed of Sheila’s bicycle before she applied the brakes is represented by the y-coordinate of the y-intercept of the graph of the given equation, not the x-coordinate of the x-intercept. Choice B is incorrect. The number of feet per second the speed of Sheila’s bicycle decreased each second after Sheila applied the brakes is represented by the slope of the graph of the given equation, not the x-coordinate of the x-intercept. Choice D is incorrect and may result from misinterpreting x as the distance, in feet, traveled after applying the brakes, rather than the time, in seconds, after applying the brakes.",
+ hasFigure: false,
+ },
+ {
+ id: "11e1ab81",
+ type: "mcq",
+ questionHtml:
+ "The graph above shows the distance traveled d, in feet, by a product on a conveyor belt m minutes after the product is placed on the belt. Which of the following equations correctly relates d and m ?",
+ choices: [
+ { label: "A", text: "d = 2 m" },
+ { label: "B", text: "d = one-half m" },
+ { label: "C", text: "d = m + 2" },
+ { label: "D", text: "d = 2 m + 2" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The line passes through the origin. Therefore, this is a relationship of the form d = k m, where k is a constant representing the slope of the graph. To find the value of k, choose a point with coordinates m, d on the graph of the line other than the origin and substitute the values of m and d into the equation. For example, if the point with coordinates 2, 4 is chosen, then 4 = k · 2, and k = 2. Therefore, the equation of the line is d = 2 m.Choice B is incorrect and may result from calculating the slope of the line as the change in time over the change in distance traveled instead of the change in distance traveled over the change in time. Choices C and D are incorrect because each of these equations represents a line with a d-intercept of 2. However, the graph shows a line with a d-intercept of 0.",
+ hasFigure: true,
+ figureUrl: "/practice-images/11e1ab81_img1.png",
+ },
+ {
+ id: "1bc11c4e",
+ type: "mcq",
+ questionHtml:
+ "g (m) = −0.05 m + 12.1
The given function g models the number of gallons of gasoline that remains from a full gas tank in a car after driving m miles. According to the model, about how many gallons of gasoline are used to drive each mile?",
+ choices: [
+ { label: "A", text: "0.05" },
+ { label: "B", text: "12.1" },
+ { label: "C", text: "20" },
+ { label: "D", text: "242.0" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that the function g models the number of gallons that remain from a full gas tank in a car after driving m miles. In the given function g (m) = − 0.05 m + 12.1, the coefficient of m is −0.05. This means that for every increase in the value of m by 1, the value of g (m) decreases by 0.05. It follows that for each mile driven, there is a decrease of 0.05 gallons of gasoline. Therefore, 0.05 gallons of gasoline are used to drive each mile.
Choice B is incorrect and represents the number of gallons of gasoline in a full gas tank.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "23dedddd",
+ type: "mcq",
+ questionHtml:
+ "In the linear function f, f (0) = 8 and f (1) = 12. Which equation defines f?",
+ choices: [
+ { label: "A", text: "f (x) = 12 x + 8" },
+ { label: "B", text: "f (x) = 4 x" },
+ { label: "C", text: "f (x) = 4 x + 12" },
+ { label: "D", text: "f (x) = 4 x + 8" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since f is a linear function, it can be defined by an equation of the form f (x) = a x + b, where a and b are constants. It's given that f (0) = 8. Substituting 0 for x and 8 for f (x) in the equation f (x) = a x + b yields 8 = a (0) + b, or 8 = b. Substituting 8 for b in the equation f (x) = a x + b yields f (x) = a x + 8. It's given that f (1) = 12. Substituting 1 for x and 12 for f (x) in the equation f (x) = a x + 8 yields 12 = a (1) + 8, or 12 = a + 8. Subtracting 8 from both sides of this equation yields a = 4. Substituting 4 for a in the equation f (x) = a x + 8 yields f (x) = 4 x + 8. Therefore, an equation that defines f is f (x) = 4 x + 8.
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: "271f7e3f",
+ type: "mcq",
+ questionHtml:
+ "For the function f defined above, what is the value of f of 9 − f of 1 ?",
+ choices: [
+ { label: "A", text: "1" },
+ { label: "B", text: "2" },
+ { label: "C", text: "one fourth" },
+ { label: "D", text: "nine fourths" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The value of f of 9 − f of 1 can be calculated by finding the values of f of 9 and f of 1. The value of f of 9 can be found by substituting 9 for x in the given function: f of 9 = the fraction with numerator, (9 + 7, ), and denominator 4. This equation can be rewritten as f of 9 = 16 over 4, or 4. Then, the value of f of 1 can be found by substituting 1 for x in the given function: f of 1 = the fraction with numerator, (1 + 7, ), and denominator 4. This equation can be rewritten as f of 1 = 8 over 4, or 2. Therefore, f of 9 − f of 1 = 4 − 2, which is equivalent to 2.Choices A, C, and D are incorrect and may result from incorrectly substituting values of x in the given function or making computational errors.",
+ hasFigure: false,
+ },
+ {
+ id: "3122fc7b",
+ type: "spr",
+ questionHtml:
+ "A linear model estimates the population of a city from 1991 to 2015. The model estimates the population was 57 thousand in 1991, 224 thousand in 2011, and x thousand in 2015. To the nearest whole number, what is the value of x?",
+ choices: [],
+ correctAnswer: "257",
+ explanation:
+ "The correct answer is 257. It’s given that a linear model estimates the population of a city from 1991 to 2015. Since the population can be estimated using a linear model, it follows that there is a constant rate of change for the model. It’s also given that the model estimates the population was 57 thousand in 1991, 224 thousand in 2011, and x thousand in 2015. The change in the population between 2011 and 1991 is 224 − 57, or 167, thousand. The change in the number of years between 2011 and 1991 is 2011 − 1991, or 20, years. Dividing 167 by 20 gives 167 ÷ 20, or 8.35, thousand per year. Thus, the change in population per year from 1991 to 2015 estimated by the model is 8.35 thousand. The change in the number of years between 2015 and 2011 is 2015 − 2011, or 4, years. Multiplying the change in population per year by the change in number of years yields the increase in population from 2011 to 2015 estimated by the model: (8.35) (4), or 33.4, thousand. Adding the change in population from 2011 to 2015 estimated by the model to the estimated population in 2011 yields the estimated population in 2015. Thus, the estimated population in 2015 is 33.4 + 224, or 257.4, thousand. Therefore to the nearest whole number, the value of x is 257.",
+ hasFigure: false,
+ },
+ {
+ id: "3ce92ce8",
+ type: "spr",
+ questionHtml:
+ "f (x) = 2 x + 3
For the given function f, the graph of y = f (x) in the xy-plane is parallel to line j. What is the slope of line j?",
+ choices: [],
+ correctAnswer: "2",
+ explanation:
+ "The correct answer is 2. It’s given that function f is defined by f (x) = 2 x + 3. Therefore, the equation representing the graph of y = f (x) in the xy-plane is y = 2 x + 3, and the graph is a line. For a linear equation in the form y = m x + b, m represents the slope of the line. Since the value of m in the equation y = 2 x + 3 is 2, the slope of the line defined by function f is 2. It's given that line j is parallel to the line defined by function f. The slopes of parallel lines are equal. Therefore, the slope of line j is also 2.",
+ hasFigure: false,
+ },
+ {
+ id: "3e9eaffc",
+ type: "mcq",
+ questionHtml:
+ "Caleb used juice to make popsicles. The function f (x) = − 5 x + 30 approximates the volume, in fluid ounces, of juice Caleb had remaining after making x popsicles. Which statement is the best interpretation of the y-intercept of the graph of y = f (x) in the xy-plane in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "Caleb used approximately 5 fluid ounces of juice for each popsicle.",
+ },
+ {
+ label: "B",
+ text: "Caleb had approximately 5 fluid ounces of juice when he began to make the popsicles.",
+ },
+ {
+ label: "C",
+ text: "Caleb had approximately 30 fluid ounces of juice when he began to make the popsicles.",
+ },
+ {
+ label: "D",
+ text: "Caleb used approximately 30 fluid ounces of juice for each popsicle.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. An equation that defines a linear function f can be written in the form f (x) = m x + b, where m represents the slope and b represents the y-intercept, (0, b), of the line of y = f (x) in the xy-plane. The function f (x) = − 5 x + 30 is linear. Therefore, the graph of the given function y = f (x) in the xy-plane has a y-intercept of (0, 30). It’s given that f (x) gives the approximate volume, in fluid ounces, of juice Caleb had remaining after making x popsicles. It follows that the y-intercept of (0, 30) means that Caleb had approximately 30 fluid ounces of juice remaining after making 0 popsicles. In other words, Caleb had approximately 30 fluid ounces of juice when he began to make the popsicles.
Choice A is incorrect. This is an interpretation of the slope, rather than the y-intercept, of the graph of y = f (x) in the xy-plane.
Choice B is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "41fdc0b8",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a 2-column table, with two rows of data, titled “Population of Greenleaf, Idaho.” The heading of the first column is “Year.” The heading of the second column is “Population.” The 2 rows of data are as follows. Row 1. Year, 2000. Population, 862. Row 2. Year, 2010. Population, 846The table above shows the population of Greenleaf, Idaho, for the years 2000 and 2010. If the relationship between population and year is linear, which of the following functions P models the population of Greenleaf t years after 2000?",
+ choices: [
+ { label: "A", text: "P of t = 862 − 1 . 6 · t" },
+ { label: "B", text: "P of t = 862 − 16 · t" },
+ {
+ label: "C",
+ text: "P of t = 862 + 16 · (t − 2, 000, )",
+ },
+ {
+ label: "D",
+ text: "P of t = 862 − 1 . 6 · (t − 2, 000, )",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It is given that the relationship between population and year is linear; therefore, the function that models the population t years after 2000 is of the form P of t = m, t + b, where m is the slope and b is the population when t = 0. In the year 2000, t = 0. Therefore, b = 862. The slope is given by m = the fraction with numerator P of 10 − P of 0, and denominator 10 − 0, end fraction, which = the fraction with numerator 846 − 862, and denominator 10 − 0, end fraction, which = −16 over 10, which = −1 . 6. Therefore, P of t = −1 . 6, t + 862, which is equivalent to the equation in choice A.Choice B is incorrect and may be the result of incorrectly calculating the slope as just the change in the value of P. Choice C is incorrect and may be the result of the same error as in choice B, in addition to incorrectly using t to represent the year, instead of the number of years after 2000. Choice D is incorrect and may be the result of incorrectly using t to represent the year instead of the number of years after 2000.",
+ hasFigure: true,
+ figureUrl: "/practice-images/41fdc0b8_img1.png",
+ },
+ {
+ id: "441558e7",
+ type: "mcq",
+ questionHtml:
+ "Scientists collected fallen acorns that each housed a colony of the ant species P. ohioensis and analyzed each colony's structure. For any of these colonies, if the colony has x worker ants, the equation y = 0.67 x + 2.6, where 20 < or = x < or = 110, gives the predicted number of larvae, y, in the colony. If one of these colonies has 58 worker ants, which of the following is closest to the predicted number of larvae in the colony?",
+ choices: [
+ { label: "A", text: "41" },
+ { label: "B", text: "61" },
+ { label: "C", text: "83" },
+ { label: "D", text: "190" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that the equation y = 0.67 x + 2.6, where 20 < or = x < or = 110, gives the predicted number of larvae, y, in a colony of ants if the colony has x worker ants. If one of these colonies has 58 worker ants, the predicted number of larvae in that colony can be found by substituting 58 for x in the given equation. Substituting 58 for x in the given equation yields y = 0.67 (58) + 2.6, or y = 41.46. Of the given choices, 41 is closest to the predicted number of larvae in the colony.
Choice B is incorrect. This is closest to the predicted number of larvae in a colony with 87 worker ants.
Choice C is incorrect. This is closest to the number of worker ants for which the predicted number of larvae in a colony is 58.
Choice D is incorrect. This is closest to the predicted number of larvae in a colony with 280 worker ants.",
+ hasFigure: false,
+ },
+ {
+ id: "4fe4fd7c",
+ type: "spr",
+ questionHtml:
+ "A company’s total cost c of x, in dollars, to produce x shirts is given by the function above, where m is a constant and x > 0. The total cost to produce 100 shirts is $800. What is the total cost, in dollars, to produce 1000 shirts? (Disregard the $ sign when gridding your answer.)",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 3500. The given information includes a cost, $800, to produce 100 shirts. Substituting c of x = 800 and x = 100 into the given equation yields 800 = m · 100 + 500. Subtracting 500 from both sides of the equation yields 300 = m · 100. Dividing both sides of this equation by 100 yields 3 = m. Substituting the value of m into the given equation yields c of x = 3 x + 500. Substituting 1000 for x in this equation and solving for c of x gives the cost of 1000 shirts: 3 · 1000 + 500, or 3500.",
+ hasFigure: false,
+ },
+ {
+ id: "548a4929",
+ type: "mcq",
+ questionHtml:
+ "The function h is defined by h (x) = 4 x + 28. The graph of y = h (x) in the xy-plane has an x-intercept at (a, 0) and a y-intercept at (0, b), where a and b are constants. What is the value of a + b?",
+ choices: [
+ { label: "A", text: "21" },
+ { label: "B", text: "28" },
+ { label: "C", text: "32" },
+ { label: "D", text: "35" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The x-intercept of a graph in the xy-plane is the point on the graph where y = 0. It's given that function h is defined by h (x) = 4 x + 28. Therefore, the equation representing the graph of y = h (x) is y = 4 x + 28. Substituting 0 for y in the equation y = 4 x + 28 yields 0 = 4 x + 28. Subtracting 28 from both sides of this equation yields −28 = 4 x. Dividing both sides of this equation by 4 yields −7 = x. Therefore, the x-intercept of the graph of y = h (x) in the xy-plane is (−7, 0). It's given that the x-intercept of the graph of y = h (x) is (a, 0). Therefore, a = −7. The y-intercept of a graph in the xy-plane is the point on the graph where x = 0. Substituting 0 for x in the equation y = 4 x + 28 yields y = 4 (0) + 28, or y = 28. Therefore, the y-intercept of the graph of y = h (x) in the xy-plane is (0, 28). It's given that the y-intercept of the graph of y = h (x) is (0, b). Therefore, b = 28. If a = −7 and b = 28, then the value of a + b is −7 + 28, or 21.
Choice B is incorrect. This is the value of b, not a + b.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect. This is the value of −a + b, not a + b.",
+ hasFigure: false,
+ },
+ {
+ id: "56dc8045",
+ type: "mcq",
+ questionHtml:
+ "w (t) = 300 − 4 t
The function w models the volume of liquid, in milliliters, in a container t seconds after it begins draining from a hole at the bottom. According to the model, what is the predicted volume, in milliliters, draining from the container each second?",
+ choices: [
+ { label: "A", text: "300" },
+ { label: "B", text: "296" },
+ { label: "C", text: "75" },
+ { label: "D", text: "4" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the function w models the volume of liquid, in milliliters, in a container t seconds after it begins draining from a hole at the bottom. The given function w (t) = 300 − 4 t can be rewritten as w (t) = − 4 t + 300. Thus, for each increase of t by 1, the value of w (t) decreases by 4 (1), or 4. Therefore, the predicted volume, in milliliters, draining from the container each second is 4 milliliters.
Choice A is incorrect. This is the amount of liquid, in milliliters, in the container before the liquid begins draining.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "5cf1bbc9",
+ type: "mcq",
+ questionHtml:
+ "The graph of the function (expression), where (expression), gives the total cost (expression), in dollars, for a certain video game system and (expression) games. What is the best interpretation of the slope of the graph in this context?",
+ choices: [
+ { label: "A", text: "Each game costs (expression)." },
+ {
+ label: "B",
+ text: "The video game system costs (expression).",
+ },
+ {
+ label: "C",
+ text: "The video game system costs (expression).",
+ },
+ { label: "D", text: "Each game costs (expression)." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The given graph is a line, and the slope of a line is defined as the change in the value of y for each increase in the value of x by 1. It’s given that y represents the total cost, in dollars, and that x represents the number of games. Therefore, the change in the value of y for each increase in the value of x by 1 represents the change in total cost, in dollars, for each increase in the number of games by 1. In other words, the slope represents the cost, in dollars, per game. The graph shows that when the value of x increases from 0 to 1, the value of y increases from 100 to 125. It follows that the slope is 25, or the cost per game is dollar sign 25. Thus, the best interpretation of the slope of the graph is that each game costs dollar sign 25.
Choice B is incorrect. This is an interpretation of the y-intercept of the graph rather than the slope of the graph.
Choice C is incorrect. The slope of the graph is the cost per game, not the cost of the video game system.
Choice D is incorrect. Each game costs dollar sign 25, not dollar sign 100.",
+ hasFigure: true,
+ figureUrl: "/practice-images/5cf1bbc9_svg1.svg",
+ },
+ {
+ id: "620fe971",
+ type: "mcq",
+ questionHtml:
+ "The graph of this equation in the xy-plane is a line. What is the best interpretation of the x-intercept in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The team will have moved all the cargo in about 4.8 hours.",
+ },
+ {
+ label: "B",
+ text: "The team has been moving about 4.8 tons of cargo per hour.",
+ },
+ {
+ label: "C",
+ text: "The team has been moving about 25 tons of cargo per hour.",
+ },
+ { label: "D", text: "The team started with 120 tons of cargo to move." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The x-intercept of the line with equation y = 120 – 25x can be found by substituting 0 for y and finding the value of x. When y = 0, x = 4.8, so the x-intercept is at (4.8, 0). Since y represents the number of tons of cargo remaining to be moved x hours after the team started working, it follows that the x-intercept refers to the team having no cargo remaining to be moved after 4.8 hours. In other words, the team will have moved all of the cargo after about 4.8 hours.Choice B is incorrect and may result from incorrectly interpreting the value 4.8. Choices C and D are incorrect and may result from misunderstanding the x-intercept. These statements are accurate but not directly relevant to the x-intercept.",
+ hasFigure: false,
+ },
+ {
+ id: "7e1bff94",
+ type: "mcq",
+ questionHtml:
+ "The table gives the number of hours, h, of labor and a plumber’s total charge f (h), in dollars, for two different jobs.
h
f (h)
1
155
3
285
There is a linear relationship between h and f (h). Which equation represents this relationship?",
+ choices: [
+ { label: "A", text: "f (h) = 25 h + 130" },
+ { label: "B", text: "f (h) = 130 h + 25" },
+ { label: "C", text: "f (h) = 65 h + 90" },
+ { label: "D", text: "f (h) = 90 h + 65" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that there is a linear relationship between a plumber's hours of labor, h, and the plumber's total charge f (h), in dollars. It follows that the relationship can be represented by an equation of the form f (h) = m h + b, where m is the rate of change of the function f and b is a constant. The rate of change of f can be calculated by dividing the difference in two values of f (h) by the difference in the corresponding values of h. Based on the values given in the table, the rate of change of f is (285 − 155) / (3 − 1), or 65. Substituting 65 for m in the equation f (h) = m h + b yields f (h) = 65 h + b. The value of b can be found by substituting any value of h and its corresponding value of f (h) for h and f (h), respectively, in this equation. Substituting 1 for h and 155 for f (h) yields 155 = 65 (1) + b, or 155 = 65 + b. Subtracting 65 from both sides of this equation yields 90 = b. Substituting 90 for b in the equation f (h) = 65 h + b yields f (h) = 65 h + 90.
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: "7e3f8363",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, the graph of the linear function f contains the points (0, 3) and (7, 31). Which equation defines f, where y = f (x)?",
+ choices: [
+ { label: "A", text: "f (x) = 28 x + 34" },
+ { label: "B", text: "f (x) = 3 x + 38" },
+ { label: "C", text: "f (x) = 4 x + 3" },
+ { label: "D", text: "f (x) = 7 x + 3" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. In the xy-plane, an equation of the graph of a linear function can be written in the form f (x) = m x + b, where m represents the slope and (0, b) represents the y-intercept of the graph of y = f (x). It’s given that the graph of the linear function f, where y = f (x), in the xy-plane contains the point (0, 3). Thus, b = 3. The slope of the graph of a line containing any two points (x 1, y 1) and (x 2, y 2) can be found using the slope formula, m = (y 2 − y 1) / (x 2 − x 1). Since it’s given that the graph of the linear function f contains the points (0, 3) and (7, 31), it follows that the slope of the graph of the line containing these points is m = (31 − 3) / (7 − 0), or m = 4. Substituting 4 for m and 3 for b in f (x) = m x + b yields f (x) = 4 x + 3.
Choice A is incorrect. This function represents a graph with a slope of 28 and a y-intercept of (0, 34).
Choice B is incorrect. This function represents a graph with a slope of 3 and a y-intercept of (0, 38).
Choice D is incorrect. This function represents a graph with a slope of 7 and a y-intercept of (0, 3).",
+ hasFigure: false,
+ },
+ {
+ id: "868fc236",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a 3-column table, with 3 rows of data, titled “Energy per Gram of Typical Macronutrients.” The heading for column 1 is “Macronutrient, ” the heading for column 2 is “Food calories, ” and the heading for column 3 is “Kilojoules.” The 3 rows of data are as follows. Row 1.Macronutrient, Protein; Food calories, 4 . zero; Kilojoules, 16 . 7. Row 2. Macronutrient, Fat; Food calories, 9 . zero; Kilojoules, 37 . 7. Row 3. Macronutrient, Carbohydrate; Food calories, 4 . zero; Kilojoules, 16 . 7.The table above gives the typical amounts of energy per gram, expressed in both food calories and kilojoules, of the three macronutrients in food. If x food calories is equivalent to k kilojoules, of the following, which best represents the relationship between x and k ?",
+ choices: [
+ { label: "A", text: "k = zero . 2 4 x" },
+ { label: "B", text: "k = 4 . 2 x" },
+ { label: "C", text: "x = 4 . 2 k" },
+ { label: "D", text: "x k = 4 . 2" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The relationship between x food calories and k kilojoules can be modeled as a proportional relationship. Let the ordered pair x sub 1, k sub 1 and the ordered pair x sub 2, k sub 2 represent the values in the first two rows in the table: the ordered pair 4 . 0, 16 . 7 and the ordered pair 9 . 0, 37 . 7. The rate of change, or the fraction with numerator, k sub 2 − k sub 1, and denominator x sub 2 − x sub 1, end fraction, is 21 over 5 = 4 . 2; therefore, the equation that best represents the relationship between x and k is k = 4 . 2 x.Choice A is incorrect and may be the result of calculating the rate of change using the fraction with numerator, x sub 2 − x sub 1, and denominator k sub 2 − k sub 1, end fraction. Choice C is incorrect because the number of kilojoules is greater than the number of food calories. Choice D is incorrect and may be the result of an error when setting up the equation.",
+ hasFigure: true,
+ figureUrl: "/practice-images/868fc236_img1.png",
+ },
+ {
+ id: "8a6de407",
+ type: "spr",
+ questionHtml:
+ "The function f is defined by f of x = m x + b, where m and b are constants. If f of 0 = 18 and f of 1 = 20, what is the value of m ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 2. The slope-intercept form of an equation for a line is y = m x + b, where m is the slope and b is the y-coordinate of the y-intercept. Two ordered pairs, x sub 1, y sub 1 and x sub 2, y sub 2, can be used to compute the slope using the formula m = the fraction with numerator y sub 2 − y sub 1, and denominator x sub 2 − x sub 1, end fraction. It’s given that f of 0 = 18 and f of 1 = 20; therefore, the two ordered pairs for this line are 0, 18 and 1, 20. Substituting these values for x sub 1, y sub 1 and x sub 2, y sub 2 gives the fraction with numerator 20 − 18, and denominator 1 − 0, end fraction = the fraction 2 over 1, or 2.",
+ hasFigure: false,
+ },
+ {
+ id: "a5834ea4",
+ type: "mcq",
+ questionHtml:
+ "f (x) = 39
For the given linear function f, which table gives three values of x and their corresponding values of f (x)?",
+ choices: [
+ {
+ label: "A",
+ text: "x
f (x)
0
0
1
0
2
0",
+ },
+ {
+ label: "B",
+ text: "x
f (x)
0
39
1
39
2
39",
+ },
+ {
+ label: "C",
+ text: "x
f (x)
0
0
1
39
2
78",
+ },
+ {
+ label: "D",
+ text: "x
f (x)
0
39
1
0
2
−39",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. For the given linear function f, f (x) must equal 39 for all values of x. Of the given choices, only choice B gives three values of x and their corresponding values of f (x) for the given linear function f.
Choice A is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "a775af14",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, the graph of the linear function f contains the points (0, 2) and (8, 34). Which equation defines f, where y = f (x)?",
+ choices: [
+ { label: "A", text: "f (x) = 2 x + 42" },
+ { label: "B", text: "f (x) = 32 x + 36" },
+ { label: "C", text: "f (x) = 4 x + 2" },
+ { label: "D", text: "f (x) = 8 x + 2" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. In the xy-plane, the graph of a linear function can be written in the form f (x) = m x + b, where m represents the slope and (0, b) represents the y-intercept of the graph of y = f (x). It’s given that the graph of the linear function f, where y = f (x), in the xy-plane contains the point (0, 2). Thus, b = 2. The slope of the graph of a line containing any two points (x 1, y 1) and (x 2, y 2) can be found using the slope formula, m = (y 2 − y 1) / (x 2 − x 1). Since it’s given that the graph of the linear function f contains the points (0, 2) and (8, 34), it follows that the slope of the graph of the line containing these points is m = (34 − 2) / (8 − 0), or m = 4. Substituting 4 for m and 2 for b in f (x) = m x + b yields f (x) = 4 x + 2.
Choice A is incorrect. This function represents a graph with a slope of 2 and a y-intercept of (0, 42).
Choice B is incorrect. This function represents a graph with a slope of 32 and a y-intercept of (0, 36).
Choice D is incorrect. This function represents a graph with a slope of 8 and a y-intercept of (0, 2).",
+ hasFigure: false,
+ },
+ {
+ id: "c01f4a95",
+ type: "spr",
+ questionHtml:
+ "j (x) = m x + 144
For the linear function j, m is a constant and j (12) = 18. What is the value of j (10)?",
+ choices: [],
+ correctAnswer: "39",
+ explanation:
+ "The correct answer is 39. It’s given that for the linear function j, m is a constant and j (12) = 18. Substituting 12 for x and 18 for j (x) in the given equation yields 18 = m (12) + 144. Subtracting 144 from both sides of this equation yields −126 = m (12). Dividing both sides of this equation by 12 yields −10.5 = m. Substituting −10.5 for m in the given equation, j (x) = m x + 144, yields j (x) = − 10.5 x + 144. Substituting 10 for x in this equation yields j (10) = (−10.5) (10) + 144, or j (10) = 39. Therefore, the value of j (10) is 39.",
+ hasFigure: false,
+ },
+ {
+ id: "c1bd5301",
+ type: "spr",
+ questionHtml:
+ "A model predicts that a certain animal weighed 241 pounds when it was born and that the animal gained 3 pounds per day in its first year of life. This model is defined by an equation in the form f (x) = a + b x, where f (x) is the predicted weight, in pounds, of the animal x days after it was born, and a and b are constants. What is the value of a?",
+ choices: [],
+ correctAnswer: "241",
+ explanation:
+ "The correct answer is 241. For a certain animal, it's given that a model predicts the animal weighed 241 pounds when it was born and gained 3 pounds per day in its first year of life. It's also given that this model is defined by an equation in the form f (x) = a + b x, where f (x) is the predicted weight, in pounds, of the animal x days after it was born, and a and b are constants. It follows that a represents the predicted weight, in pounds, of the animal when it was born and b represents the predicted rate of weight gain, in pounds per day, in its first year of life. Thus, the value of a is 241.",
+ hasFigure: false,
+ },
+ {
+ id: "c22b5f25",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, the points with coordinates − 2, 3 and 4 −5 lie on the graph of which of the following linear functions?",
+ choices: [
+ { label: "A", text: "f of x = x + 5" },
+ { label: "B", text: "f of x = one half x + 4" },
+ {
+ label: "C",
+ text: "f of x = negative, four thirds x + one third",
+ },
+ {
+ label: "D",
+ text: "f of x = negative, three halves x + 1",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. A linear function can be written in the form f of x = m x + b, where m is the slope and b is the y-coordinate of the y-intercept of the line. The slope of the graph can be found using the formula m = the fraction with numerator y sub 2 − y sub 1, and denominator x sub 2 − x sub 1, end fraction. Substituting the values of the given points into this formula yields m = the fraction with numerator − 5 − 3, and denominator 4 − −2, end fraction or m = −8 over 6, which simplifies to m = −four thirds. Only choice C shows an equation with this slope.
Choices A, B, and D are incorrect and may result from computation errors or misinterpreting the given information.",
+ hasFigure: false,
+ },
+ {
+ id: "c651cc56",
+ type: "mcq",
+ questionHtml:
+ "Some values of the linear function f are shown in the table above. What is the value of f of 3?",
+ choices: [
+ { label: "A", text: "6" },
+ { label: "B", text: "7" },
+ { label: "C", text: "8" },
+ { label: "D", text: "9" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. A linear function has a constant rate of change, and any two rows of the table shown can be used to calculate this rate. From the first row to the second, the value of x is increased by 2 and the value of f of x is increased by 6 = 4 − −2. So the values of f of x increase by 3 for every increase by 1 in the value of x. Since f of 2 = 4, it follows that f of, (2 + 1, ) = 4 + 3, which = 7. Therefore, f of 3 = 7.Choice A is incorrect. This is the third x-value in the table, not f of 3. Choices C and D are incorrect and may result from errors when calculating the function’s rate of change.",
+ hasFigure: true,
+ figureUrl: "/practice-images/c651cc56_img1.png",
+ },
+ {
+ id: "c8fb6bcb",
+ type: "mcq",
+ questionHtml:
+ "f (x) = 2 x + 244
The given function f represents the perimeter, in centimeters (cm), of a rectangle with a length of x cm and a fixed width. What is the width, in cm, of the rectangle?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "122" },
+ { label: "C", text: "244" },
+ { label: "D", text: "488" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that f (x) = 2 x + 244 represents the perimeter, in centimeters (cm), of a rectangle with a length of x c m and a fixed width. If w represents a fixed width, in cm, then the perimeter, in cm, of a rectangle with a length of x cm and a fixed width of w cm can be given by the function f (x) = 2 x + 2 w. Therefore, 2 x + 2 w = 2 x + 244. Subtracting 2 x from both sides of this equation yields 2 w = 244. Dividing both sides of this equation by 2 yields w = 122. Therefore, the width, in cm, of the rectangle is 122.
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: "dae126d7",
+ type: "mcq",
+ questionHtml:
+ "The boiling point of water at sea level is 212 degrees Fahrenheit ° Fahrenheit. For every 550 feet above sea level, the boiling point of water is lowered by about 1 ° Fahrenheit. Which of the following equations can be used to find the boiling point B of water, in ° Fahrenheit, x feet above sea level?",
+ choices: [
+ {
+ label: "A",
+ text: "B = 550 + the fraction x over 212",
+ },
+ {
+ label: "B",
+ text: "B = 550 − the fraction x over 212",
+ },
+ {
+ label: "C",
+ text: "B = 212 + the fraction x over 550",
+ },
+ {
+ label: "D",
+ text: "B = 212 − the fraction x over 550",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the boiling point of water at sea level is 212°F and that for every 550 feet above sea level, the boiling point of water is lowered by about 1°F. Therefore, the change in the boiling point of water x feet above sea level is represented by the expression the − of the fraction x over 550. Adding this expression to the boiling point of water at sea level gives the equation for the boiling point B of water, in °F, x feet above sea level: B = the − of the fraction x over 550, end fraction + 212, or B = 212 − the fraction x over 550.Choices A and B are incorrect and may result from using the boiling point of water at sea level as the rate of change and the rate of change as the initial boiling point of water at sea level. Choice C is incorrect and may result from representing the change in the boiling point of water as an increase rather than a decrease.",
+ hasFigure: false,
+ },
+ {
+ id: "e470e19d",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = 7 x − 84. What is the x-intercept of the graph of y = f (x) in the xy-plane?",
+ choices: [
+ { label: "A", text: "(−12, 0)" },
+ { label: "B", text: "(−7, 0)" },
+ { label: "C", text: "(7, 0)" },
+ { label: "D", text: "(12, 0)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The given function f is a linear function. Therefore, the graph of y = f (x) in the xy-plane has one x-intercept at the point (k, 0), where k is a constant. Substituting 0 for f (x) and k for x in the given function yields 0 = 7 k − 84. Adding 84 to both sides of this equation yields 84 = 7 k. Dividing both sides of this equation by 7 yields 12 = k. Therefore, the x-intercept of the graph of y = f (x) in the xy-plane is (12, 0).
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: "e62cfe5f",
+ type: "spr",
+ questionHtml:
+ "According to a model, the head width, in millimeters, of a worker bumblebee can be estimated by adding 0.6 to four times the body weight of the bee, in grams. According to the model, what would be the head width, in millimeters, of a worker bumblebee that has a body weight of 0.5 grams?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 2.6. According to the model, the head width, in millimeters, of a worker bumblebee can be estimated by adding 0.6 to 4 times the body weight, in grams, of the bee. Let x represent the body weight, in grams, of a worker bumblebee and let y represent the head width, in millimeters. Translating the verbal description of the model into an equation yields y = 0 . 6 + 4 x. Substituting 0.5 grams for x in this equation yields y = 0 . 6 + 4 · 0 . 5, or y = 2 . 6. Therefore, a worker bumblebee with a body weight of 0.5 grams has an estimated head width of 2.6 millimeters. Note that 2.6 and 13/5 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "f0773a55",
+ type: "mcq",
+ questionHtml:
+ "The line begins on the y axis above the x axis.
The line slants sharply up from left to right.
The graph represents the total charge, in dollars, by an electrician for x hours of work. The electrician charges a onetime fee plus an hourly rate. What is the best interpretation of the slope of the graph?",
+ choices: [
+ { label: "A", text: "The electrician’s hourly rate" },
+ { label: "B", text: "The electrician’s onetime fee" },
+ { label: "C", text: "The maximum amount that the electrician charges" },
+ { label: "D", text: "The total amount that the electrician charges" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the electrician charges a onetime fee plus an hourly rate. It's also given that the graph represents the total charge, in dollars, for x hours of work. This graph shows a linear relationship in the xy-plane. Thus, the total charge y, in dollars, for x hours of work can be represented as y = m x + b, where m is the slope and (0, b) is the y-intercept of the graph of the equation in the xy-plane. Since the given graph represents the total charge, in dollars, by an electrician for x hours of work, it follows that its slope is m, or the electrician’s hourly rate.
Choice B is incorrect. The electrician's onetime fee is represented by the y-coordinate of the y-intercept, not the slope, of the graph.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/f0773a55_svg1.svg",
+ },
+ {
+ id: "f7e39fe9",
+ type: "spr",
+ questionHtml:
+ "x
10
15
20
25
f (x)
82
137
192
247
The table shows four values of x and their corresponding values of f (x). There is a linear relationship between x and f (x) that is defined by the equation f (x) = m x − 28, where m is a constant. What is the value of m?",
+ choices: [],
+ correctAnswer: "11",
+ explanation:
+ "The correct answer is 11. It's given that f (x) is defined by the equation f (x) = m x − 28, where m is a constant. It's also given in the table that when x = 10, f (x) = 82. Substituting 10 for x and 82 for f (x) in the equation f (x) = m x − 28 yields, 82 = m (10) − 28. Adding 28 to both sides of this equation yields 110 = 10 m. Dividing both sides of this equation by 10 yields 11 = m. Therefore, the value of m is 11.",
+ hasFigure: false,
+ },
+];
+
+export const LINEAR_FUNC_HARD: PracticeQuestion[] = [
+ {
+ id: "023c0a8d",
+ type: "mcq",
+ questionHtml:
+ "For the function f, if f of (3 x, ) = x − 6 for all values of x, what is the value of f of 6 ?",
+ choices: [
+ { label: "A", text: "−6" },
+ { label: "B", text: "−4" },
+ { label: "C", text: "0" },
+ { label: "D", text: "2" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that f of 3 x = x − 6 for all values of x. If 3 x = 6, then f of 3 x will equal f of 6. Dividing both sides of 3 x = 6 by 3 gives x = 2. Therefore, substituting 2 for x in the given equation yields f of, (3 · 2, ) = 2 − 6, which can be rewritten as f of 6 = −4.Choice A is incorrect. This is the value of the constant in the given equation for f. Choice C is incorrect and may result from substituting x = 6, rather than x = 2, into the given equation. Choice D is incorrect. This is the value of x that yields f of 6 for the left-hand side of the given equation; it’s not the value of f of 6.",
+ hasFigure: false,
+ },
+ {
+ id: "16889ef3",
+ type: "mcq",
+ questionHtml:
+ "Oil and gas production in a certain area dropped from 4 million barrels in 2000 to 1.9 million barrels in 2013. Assuming that the oil and gas production decreased at a constant rate, which of the following linear functions f best models the production, in millions of barrels, t years after the year 2000?",
+ choices: [
+ {
+ label: "A",
+ text: "f of t = the fraction 21 over 130, end fraction, t + 4",
+ },
+ {
+ label: "B",
+ text: "f of t = the fraction 19 over 130, end fraction, t + 4",
+ },
+ {
+ label: "C",
+ text: "f of t = the − fraction 21 over 130, end fraction, t + 4",
+ },
+ {
+ label: "D",
+ text: "f of t = the − fraction 19 over 130, end fraction, t + 4",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It is assumed that the oil and gas production decreased at a constant rate. Therefore, the function f that best models the production t years after the year 2000 can be written as a linear function, f of t = m, t + b, where m is the rate of change of the oil and gas production and b is the oil and gas production, in millions of barrels, in the year 2000. Since there were 4 million barrels of oil and gas produced in 2000, b = 4. The rate of change, m, can be calculated as the fraction with numerator 4 − 1 . 9, and denominator 0 − 13, end fraction = the − of the fraction 2 . 1 over 13, which is equivalent to the − of the fraction 21 over 130, the rate of change in choice C.Choices A and B are incorrect because each of these functions has a positive rate of change. Since the oil and gas production decreased over time, the rate of change must be negative. Choice D is incorrect. This model may result from misinterpreting 1.9 million barrels as the amount by which the production decreased.",
+ hasFigure: false,
+ },
+ {
+ id: "2b15d65f",
+ type: "mcq",
+ questionHtml:
+ "An economist modeled the demand Q for a certain product as a linear function of the selling price P. The demand was 20,000 units when the selling price was $40 per unit, and the demand was 15,000 units when the selling price was $60 per unit. Based on the model, what is the demand, in units, when the selling price is $55 per unit?",
+ choices: [
+ { label: "A", text: "16,250" },
+ { label: "B", text: "16,500" },
+ { label: "C", text: "16,750" },
+ { label: "D", text: "17,500" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Let the economist’s model be the linear function Q = m P + b, where Q is the demand, P is the selling price, m is the slope of the line, and b is the y-coordinate of the y-intercept of the line in the xy-plane, where y = Q. Two pairs of the selling price P and the demand Q are given. Using the coordinate pairs P, Q, two points that satisfy the function are 40, 20, 000 and 60, 15, 000. The slope m of the function can be found using the formula m = the fraction with numerator Q sub 2 − Q sub 1, and denominator P sub 2 − P sub 1, end fraction. Substituting the given values into this formula yields m = the fraction with numerator 15, 000 − 20, 000, and denominator 60 − 40, end fraction, or m = −250. Therefore, Q = −250 P + b. The value of b can be found by substituting one of the points into the function. Substituting the values of P and Q from the point with coordinates 40, 20, 000 yields 20, 000 = −250 · 40 + b, or 20, 000 = −10, 000 + b. Adding 10,000 to both sides of this equation yields b = 30, 000. Therefore, the linear function the economist used as the model is Q = −250 P + 30, 000. Substituting 55 for P yields Q = −250 · 55 + 30, 000 = 16, 250. It follows that when the selling price is $55 per unit, the demand is 16,250 units.Choices B, C, and D are incorrect and may result from calculation or conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "50f4cb9c",
+ type: "mcq",
+ questionHtml:
+ "x
f (x)
1
−64
2
0
3
64
For the linear function f, the table shows three values of x and their corresponding values of f (x). Function f is defined by f (x) = a x + b, where a and b are constants. What is the value of a − b?",
+ choices: [
+ { label: "A", text: "−64" },
+ { label: "B", text: "62" },
+ { label: "C", text: "128" },
+ { label: "D", text: "192" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The table gives that f (x) = 0 when x = 2. Substituting 0 for f (x) and 2 for x into the equation f (x) = a x + byields 0 = 2 a + b. Subtracting 2 a from both sides of this equation yields b = − 2 a. The table gives that f (x) = −64 when x = 1. Substituting − 2 a for b, −64 for f (x), and 1 for x into the equation f (x) = a x + b yields −64 = a (1) + (−2 a). Combining like terms yields −64 = −a, or a = 64. Since b = − 2 a, substituting 64 for a into this equation gives b = (−2) (64), which yields b = −128. Thus, the value of a − b can be written as 64 − (−128), which is 192.
Choice A is incorrect. This is the value of a + b, not a − b.
Choice B is incorrect. This is the value of a − 2, not a − b.
Choice C is incorrect. This is the value of 2 a, not a − b.",
+ hasFigure: false,
+ },
+ {
+ id: "6989c80a",
+ type: "mcq",
+ questionHtml:
+ "F (x) = nine fifths (x − 273.15) + 32
The function F gives the temperature, in degrees Fahrenheit, that corresponds to a temperature of x kelvins. If a temperature increased by 2.10 kelvins, by how much did the temperature increase, in degrees Fahrenheit?",
+ choices: [
+ { label: "A", text: "3.78" },
+ { label: "B", text: "35.78" },
+ { label: "C", text: "487.89" },
+ { label: "D", text: "519.89" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the function F (x) = nine fifths (x − 273.15) + 32 gives the temperature, in degrees Fahrenheit, that corresponds to a temperature of x kelvins. A temperature that increased by 2.10 kelvins means that the value of x increased by 2.10 kelvins. It follows that an increase in x by 2.10 increases F (x) by nine fifths (2.10), or 3.78. Therefore, if a temperature increased by 2.10 kelvins, the temperature increased by 3.78 degrees Fahrenheit.
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: "78391fcc",
+ type: "mcq",
+ questionHtml:
+ "The table above shows some values of x and their corresponding values f of x for the linear function f. What is the x-intercept of the graph of y = f of x in the xy-plane?",
+ choices: [
+ { label: "A", text: "−3, 0" },
+ { label: "B", text: "−4, 0" },
+ { label: "C", text: "−9, 0" },
+ { label: "D", text: "−12, 0" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The equation of a linear function can be written in the form y = m x + b, where y = f of x, m is the slope of the graph of y = f of x, and b is the y-coordinate of the y-intercept of the graph. The value of m can be found using the slope formula, m = the fraction with numerator y sub 2 − y sub 1, and denominator x sub 2 − x sub 1, end fraction. According to the table, the points with coordinates − 11, 21 and with coordinates − 10, 18 lie on the graph of y = f of x. Using these two points in the slope formula yieldsm = the fraction with numerator 18 − 21, and denominator − 10 + 11, end fraction, or −3. Substituting −3 for m in the slope-intercept form of the equation yields y = −3 x + b. The value of b can be found by substituting values from the table and solving; for example, substituting the coordinates of the point with coordinates − 11, 21 into the equation y = −3 x + b gives 21 = −3 · −11 + b, which yields b = −12. This means the function given by the table can be represented by the equation y = −3 x − 12. The value of the x-intercept of the graph of y = f of x can be determined by finding the value of x when y = 0. Substituting y = 0 into y = −3 x − 12 yields 0 = −3 x − 12, or x = −4. This corresponds to the point with coordinates − 4, 0.Choice A is incorrect and may result from substituting the value of the slope for the x-coordinate of the x-intercept. Choice C is incorrect and may result from a calculation error. Choice D is incorrect and may result from substituting the y-coordinate of the y-intercept for the x-coordinate of the x-intercept.",
+ hasFigure: false,
+ },
+ {
+ id: "8c5e6702",
+ type: "mcq",
+ questionHtml:
+ "A window repair specialist charges dollar sign 220 for the first two hours of repair plus an hourly fee for each additional hour. The total cost for 5 hours of repair is dollar sign 400. Which function f gives the total cost, in dollars, for x hours of repair, where x > or = 2?",
+ choices: [
+ { label: "A", text: "f (x) = 60 x + 100" },
+ { label: "B", text: "f (x) = 60 x + 220" },
+ { label: "C", text: "f (x) = 80 x" },
+ { label: "D", text: "f (x) = 80 x + 220" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the window repair specialist charges dollar sign 220 for the first two hours of repair plus an hourly fee for each additional hour. Let n represent the hourly fee for each additional hour after the first two hours. Since it’s given that x is the number of hours of repair, it follows that the charge generated by the hourly fee after the first two hours can be represented by the expression n (x − 2). Therefore, the total cost, in dollars, for x hours of repair is f (x) = 220 + n (x − 2). It’s given that the total cost for 5 hours of repair is dollar sign 400. Substituting 5 for x and 400 for f (x) into the equation f (x) = 220 + n (x − 2) yields 400 = 220 + n (5 − 2), or 400 = 220 + 3 n. Subtracting 220 from both sides of this equation yields 180 = 3 n. Dividing both sides of this equation by 3 yields n = 60. Substituting 60 for n in the equation f (x) = 220 + n (x − 2) yields f (x) = 220 + 60 (x − 2), which is equivalent to f (x) = 220 + 60 x − 120, or f (x) = 60 x + 100. Therefore, the total cost, in dollars, for x hours of repair is f (x) = 60 x + 100.
Choice B is incorrect. This function represents the total cost, in dollars, for x hours of repair where the specialist charges dollar sign 340, rather than dollar sign 220, for the first two hours of repair.
Choice C is incorrect. This function represents the total cost, in dollars, for x hours of repair where the specialist charges dollar sign 160, rather than dollar sign 220, for the first two hours of repair, and an hourly fee of dollar sign 80, rather than dollar sign 60, after the first two hours.
Choice D is incorrect. This function represents the total cost, in dollars, for x hours of repair where the specialist charges dollar sign 380, rather than dollar sign 220, for the first two hours of repair, and an hourly fee of dollar sign 80, rather than dollar sign 60, after the first two hours.",
+ hasFigure: false,
+ },
+ {
+ id: "a04050d8",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a 3-column table, with 3 rows of data, titled “Energy per Gram of Typical Macronutrients.” The heading for column 1 is “Macronutrient, ” the heading for column 2 is “Food calories, ” and the heading for column 3 is “Kilojoules.” The 3 rows of data are as follows. Row 1.Macronutrient, Protein; Food calories, 4 . zero; Kilojoules, 16 . 7. Row 2. Macronutrient, Fat; Food calories, 9 . zero; Kilojoules, 37 . 7. Row 3. Macronutrient, Carbohydrate; Food calories, 4 . zero; Kilojoules, 16 . 7.The table above gives the typical amounts of energy per gram, expressed in both food calories and kilojoules, of the three macronutrients in food. If the 180 food calories in a granola bar come entirely from p grams of protein, f grams of fat, and c grams of carbohydrate, which of the following expresses f in terms of p and c ?",
+ choices: [
+ {
+ label: "A",
+ text: "f = 20 + the fraction 4 over 9, end fraction · (p + c, )",
+ },
+ {
+ label: "B",
+ text: "f = 20 − the fraction 4 over 9, end fraction · (p + c, )",
+ },
+ {
+ label: "C",
+ text: "f = 20 − the fraction 4 over 9, end fraction · (p − c, )",
+ },
+ {
+ label: "D",
+ text: "f = 20 + the fraction 9 over 4, end fraction · (p + c, )",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It is given that there are 4.0 food calories per gram of protein, 9.0 food calories per gram of fat, and 4.0 food calories per gram of carbohydrate. If 180 food calories in a granola bar came from p grams of protein, f grams of fat, and c grams of carbohydrate, then the situation can be represented by the equation 180 = 4 p + 9 f + 4 c. The equation can then be rewritten in terms of f by subtracting 4p and 4c from both sides of the equation and then dividing both sides of the equation by 9. The result is the equation f = 20 − four ninths · (p + c, ).Choices A, C, and D are incorrect and may be the result of not representing the situation with the correct equation or incorrectly rewriting the equation in terms of f.",
+ hasFigure: true,
+ figureUrl: "/practice-images/a04050d8_img1.png",
+ },
+ {
+ id: "a309803e",
+ type: "mcq",
+ questionHtml:
+ "One gallon of paint will cover 220 square feet of a surface. A room has a total wall area of w square feet. Which equation represents the total amount of paint P, in gallons, needed to paint the walls of the room twice?",
+ choices: [
+ { label: "A", text: "P = (w) / (110)" },
+ { label: "B", text: "P = 440 w" },
+ { label: "C", text: "P = (w) / (220)" },
+ { label: "D", text: "P = 220 w" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that w represents the total wall area, in square feet. Since the walls of the room will be painted twice, the amount of paint, in gallons, needs to cover 2 w square feet. It’s also given that one gallon of paint will cover 220 square feet. Dividing the total area, in square feet, of the surface to be painted by the number of square feet covered by one gallon of paint gives the number of gallons of paint that will be needed. Dividing 2 w by 220 yields (2 w) / (220), or (w) / (110). Therefore, the equation that represents the total amount of paint P, in gallons, needed to paint the walls of the room twice is P = (w) / (110).
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect and may result from finding the amount of paint needed to paint the walls once rather than twice.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "af2ba762",
+ type: "mcq",
+ questionHtml:
+ "The constant 2.74 in this function estimates which of the following?",
+ choices: [
+ {
+ label: "A",
+ text: "The average monthly decrease in the price per gallon",
+ },
+ {
+ label: "B",
+ text: "The difference in the average price per gallon from September 1, 2014, to December 1, 2014",
+ },
+ { label: "C", text: "The average price per gallon on September 1, 2014" },
+ { label: "D", text: "The average price per gallon on December 1, 2014" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since 2.74 is a constant term, it represents an actual price of gas rather than a measure of change in gas price. To determine what gas price it represents, find x such that F(x) = 2.74, or 2.74 = 2.74 – 0.19(x – 3). Subtracting 2.74 from both sides gives 0 = –0.19(x – 3). Dividing both sides by –0.19 results in 0 = x – 3, or x = 3. Therefore, the average price of gas is $2.74 per gallon 3 months after September 1, 2014, which is December 1, 2014.Choice A is incorrect. Since 2.74 is a constant, not a multiple of x, it cannot represent a rate of change in price. Choice B is incorrect. The difference in the average price from September 1, 2014, to December 1, 2014, is F(3) – F(0) = 2.74 – 0.19(3 – 3) – (2.74 – 0.19(0 – 3)) = 2.74 – (2.74 + 0.57) = –0.57, which is not 2.74. Choice C is incorrect. The average price per gallon on September 1, 2014, is F(0) = 2.74 – 0.19(0 – 3) = 2.74 + 0.57 = 3.31, which is not 2.74.",
+ hasFigure: false,
+ },
+ {
+ id: "b3abf40f",
+ type: "mcq",
+ questionHtml:
+ "F (x) = nine fifths (x − 273.15) + 32
The function F gives the temperature, in degrees Fahrenheit, that corresponds to a temperature of x kelvins. If a temperature increased by 9.10 kelvins, by how much did the temperature increase, in degrees Fahrenheit?",
+ choices: [
+ { label: "A", text: "16.38" },
+ { label: "B", text: "48.38" },
+ { label: "C", text: "475.29" },
+ { label: "D", text: "507.29" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the function F (x) = nine fifths (x − 273.15) + 32 gives the temperature, in degrees Fahrenheit, that corresponds to a temperature of x kelvins. A temperature that increased by 9.10 kelvins means that the value of x increased by 9.10 kelvins. It follows that an increase in x by 9.10 increases F (x) by nine fifths (9.10), or 16.38. Therefore, if a temperature increased by 9.10 kelvins, the temperature increased by 16.38 degrees Fahrenheit.
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: "b988eeec",
+ type: "spr",
+ questionHtml:
+ "The functions f and g are defined as f (x) = one fourth x − 9 and g (x) = three fourths x + 21. If the function h is defined as h (x) = f (x) + g (x), what is the x-coordinate of the x-intercept of the graph of y = h (x) in the xy-plane?",
+ choices: [],
+ correctAnswer: "-12",
+ explanation:
+ "The correct answer is −12. It's given that the functions f and g are defined as f (x) = one fourth x − 9 and g (x) = three fourths x + 21. If the function h is defined as h (x) = f (x) + g (x), then substituting one fourth x − 9 for f (x) and three fourths x + 21 for g (x) in this function yields h (x) = one fourth x − 9 + three fourths x + 21. This can be rewritten as h (x) = four fourths x + 12, or h (x) = x + 12. The x-intercept of a graph in the xy-plane is the point on the graph where y = 0. The equation representing the graph of y = h (x) is y = x + 12. Substituting 0 for y in this equation yields 0 = x + 12. Subtracting 12 from both sides of this equation yields −12 = x, or x = −12. Therefore, the x-coordinate of the x-intercept of the graph of y = h (x) in the xy-plane is −12.",
+ hasFigure: false,
+ },
+ {
+ id: "bbf9e5ce",
+ type: "mcq",
+ questionHtml:
+ "For groups of 25 or more people, a museum charges dollar sign 21 per person for the first 25 people and dollar sign 14 for each additional person. Which function f gives the total charge, in dollars, for a tour group with n people, where n > or = 25?",
+ choices: [
+ { label: "A", text: "f (n) = 14 n + 175" },
+ { label: "B", text: "f (n) = 14 n + 525" },
+ { label: "C", text: "f (n) = 35 n − 350" },
+ { label: "D", text: "f (n) = 14 n + 21" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. A tour group with n people, where n > or = 25, can be split into two subgroups: the first 25 people and the additional n − 25 people. Since the museum charges dollar sign 21 per person for the first 25 people and dollar sign 14 for each additional person, the charge for the first 25 people is dollar sign 21 (25) and the charge for the additional n − 25 people is dollar sign 14 (n − 25). Therefore, the total charge, in dollars, is given by the function f (n) = 21 (25) + 14 (n − 25), or f (n) = 14 n + 175.
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: "be9cb6a2",
+ type: "mcq",
+ questionHtml:
+ "The cost of renting a backhoe for up to 10 days is dollar sign 270 for the first day and dollar sign 135 for each additional day. Which of the following equations gives the cost y, in dollars, of renting the backhoe for x days, where x is a positive integer and x < or = 10?",
+ choices: [
+ { label: "A", text: "y = 270 x − 135" },
+ { label: "B", text: "y = 270 x + 135" },
+ { label: "C", text: "y = 135 x + 270" },
+ { label: "D", text: "y = 135 x + 135" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that the cost of renting a backhoe for up to 10 days is dollar sign 270 for the first day and dollar sign 135 for each additional day. Therefore, the cost y, in dollars, for x days, where x < or = 10, is the sum of the cost for the first day, dollar sign 270, and the cost for the additional x − 1 days, dollar sign 135 (x − 1). It follows that y = 270 + 135 (x − 1), which is equivalent to y = 270 + 135 x − 135, or y = 135 x + 135.
Choice A is incorrect. This equation represents a situation where the cost of renting a backhoe is dollar sign 135 for the first day and dollar sign 270 for each additional day.
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: "daad7c32",
+ type: "mcq",
+ questionHtml:
+ "An object hangs from a spring. The formula l = 30 + 2 w relates the length l, in centimeters, of the spring to the weight w, in newtons, of the object. Which of the following describes the meaning of the 2 in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The length, in centimeters, of the spring with no weight attached",
+ },
+ {
+ label: "B",
+ text: "The weight, in newtons, of an object that will stretch the spring 30 centimeters",
+ },
+ {
+ label: "C",
+ text: "The increase in the weight, in newtons, of the object for each one-centimeter increase in the length of the spring",
+ },
+ {
+ label: "D",
+ text: "The increase in the length, in centimeters, of the spring for each one-newton increase in the weight of the object",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The value 2 is multiplied by w, the weight of the object. When the weight is 0, the length is 30 + 2(0) = 30 centimeters. If the weight increases by w newtons, the length increases by 2w centimeters, or 2 centimeters for each one-newton increase in weight.
Choice A is incorrect because this describes the value 30. Choice B is incorrect because 30 represents the length of the spring before it has been stretched. Choice C is incorrect because this describes the value w.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/linear-inequalities.ts b/src/data/math/linear-inequalities.ts
new file mode 100644
index 0000000..7dbc266
--- /dev/null
+++ b/src/data/math/linear-inequalities.ts
@@ -0,0 +1,822 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const LINEAR_INEQ_EASY: PracticeQuestion[] = [
+ {
+ id: "2c121b25",
+ type: "mcq",
+ questionHtml:
+ "Valentina bought two containers of beads. In the first container 30% of the beads are red, and in the second container 70% of the beads are red. Together, the containers have at least 400 red beads. Which inequality shows this relationship, where x is the total number of beads in the first container and y is the total number of beads in the second container?",
+ choices: [
+ { label: "A", text: "0 . 3 x + 0 . 7 y ≥ 400" },
+ { label: "B", text: "0 . 7 x + 0 . 3 y ≤ 400" },
+ {
+ label: "C",
+ text: "the fraction x over 3, end fraction + the fraction y over 7, end fraction ≤ 400",
+ },
+ { label: "D", text: "30 x + 70 y ≥ 400" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It is given that x is the total number of beads in the first container and that 30% of those beads are red; therefore, the expression 0.3x represents the number of red beads in the first container. It is given that y is the total number of beads in the second container and that 70% of those beads are red; therefore, the expression 0.7y represents the number of red beads in the second container. It is also given that, together, the containers have at least 400 red beads, so the inequality that shows this relationship is 0.3x + 0.7y ≥ 400.Choice B is incorrect because it represents the containers having a total of at most, rather than at least, 400 red beads. Choice C is incorrect and may be the result of misunderstanding how to represent a percentage of beads in each container. Also, the inequality shows the containers having a combined total of at most, rather than at least, 400 red beads. Choice D is incorrect because the percentages were not converted to decimals.",
+ hasFigure: false,
+ },
+ {
+ id: "563407e5",
+ type: "mcq",
+ questionHtml:
+ "A bakery sells trays of cookies. Each tray contains at least 50 cookies but no more than 60. Which of the following could be the total number of cookies on 4 trays of cookies?",
+ choices: [
+ { label: "A", text: "165" },
+ { label: "B", text: "205" },
+ { label: "C", text: "245" },
+ { label: "D", text: "285" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. If each tray contains the least number of cookies possible, 50 cookies, then the least number of cookies possible on 4 trays is 50 × 4 = 200 cookies. If each tray contains the greatest number of cookies possible, 60 cookies, then the greatest number of cookies possible on 4 trays is 60 × 4 = 240 cookies. If the least number of cookies on 4 trays is 200 and the greatest number of cookies is 240, then 205 could be the total number of cookies on these 4 trays of cookies because 200 ≤ 205, which ≤ 240..Choices A, C, and D are incorrect. The least number of cookies on 4 trays is 200 cookies, and the greatest number of cookies on 4 trays is 240 cookies. The choices 165, 245, and 285 are each either less than 200 or greater than 240; therefore, they cannot represent the total number of cookies on 4 trays.",
+ hasFigure: false,
+ },
+ {
+ id: "59a49431",
+ type: "mcq",
+ questionHtml:
+ "The boundary of the inequality is a solid line.
The line slants sharply down from left to right.
The line passes through the following points:
(1.0 comma 6.5)
(3.0 comma negative 4.5)
The area above and to the right of the boundary is shaded.
The shaded region shown represents solutions to an inequality. Which ordered pair (x, y) is a solution to this inequality?",
+ choices: [
+ { label: "A", text: "(0 −4)" },
+ { label: "B", text: "(0, 4)" },
+ { label: "C", text: "(−4, 0)" },
+ { label: "D", text: "(4, 0)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since the shaded region shown represents solutions to an inequality, an ordered pair (x, y) is a solution to the inequality if it's represented by a point in the shaded region. Of the given choices, only (4, 0) is represented by a point in the shaded region. Therefore, (4, 0) is a solution to the inequality.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/59a49431_svg1.svg",
+ },
+ {
+ id: "68f2cbaf",
+ type: "mcq",
+ questionHtml:
+ "Ty set a goal to walk at least 24 kilometers every day to prepare for a multiday hike. On a certain day, Ty plans to walk at an average speed of 4 kilometers per hour. What is the minimum number of hours Ty must walk on that day to fulfill the daily goal?",
+ choices: [
+ { label: "A", text: "4" },
+ { label: "B", text: "6" },
+ { label: "C", text: "20" },
+ { label: "D", text: "24" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that Ty plans to walk at an average speed of 4 kilometers per hour. The number of kilometers Ty will walk is determined by the expression 4 s, where s is the number of hours Ty walks. The given goal of at least 24 kilometers means that the inequality 4 s > or = 24 represents the situation. Dividing both sides of this inequality by 4 gives s > or = 6 , which corresponds to a minimum of 6 hours Ty must walk.
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: "7d6928bd",
+ type: "mcq",
+ questionHtml:
+ "A cleaning service that cleans both offices and homes can clean at most 14 places per day. Which inequality represents this situation, where f is the number of offices and h is the number of homes?",
+ choices: [
+ { label: "A", text: "f + h < or = 14" },
+ { label: "B", text: "f + h > or = 14" },
+ { label: "C", text: "f − h < or = 14" },
+ { label: "D", text: "f − h > or = 14" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that the cleaning service cleans both offices and homes, where f is the number of offices and h is the number of homes the cleaning service can clean per day. Therefore, the expression f + h represents the number of places the cleaning service can clean per day. It's also given that the cleaning service can clean at most 14 places per day. Since f + h represents the number of places the cleaning service can clean per day and the service can clean at most 14 places per day, it follows that the inequality f + h < or = 14 represents this situation.
Choice B is incorrect. This inequality represents a cleaning service that cleans at least 14 places per day.
Choice C is incorrect. This inequality represents a cleaning service that cleans at most 14 more offices than homes per day.
Choice D is incorrect. This inequality represents a cleaning service that cleans at least 14 more offices than homes per day.",
+ hasFigure: false,
+ },
+ {
+ id: "84d0d07e",
+ type: "mcq",
+ questionHtml:
+ "A clothing store is having a sale on shirts and pants. During the sale, the cost of each shirt is $15 and the cost of each pair of pants is $25. Geoff can spend at most $120 at the store. If Geoff buys s shirts and p pairs of pants, which of the following must be true?",
+ choices: [
+ { label: "A", text: "15 s + 25 p ≤ 120" },
+ { label: "B", text: "15 s + 25 p ≥ 120" },
+ { label: "C", text: "25 s + 15 p ≤ 120" },
+ { label: "D", text: "25 s + 15 p ≥ 120" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since the cost of each shirt is $15 and Geoff buys s shirts, the expression 15 s represents the amount Geoff spends on shirts. Since the cost of each pair of pants is $25 and Geoff buys p pairs of pants, the expression 25 p represents the amount Geoff spends on pants. Therefore, the sum 15 s + 25 p represents the total amount Geoff spends at the store. Since Geoff can spend at most $120 at the store, the total amount he spends must be less than or equal to 120. Thus, 15 s + 25 p ≤ 120.Choice B is incorrect. This represents the situation in which Geoff spends at least, rather than at most, $120 at the store. Choice C is incorrect and may result from reversing the cost of a shirt and that of a pair of paints. Choice D is incorrect and may result from both reversing the cost of a shirt and that of a pair of pants and from representing a situation in which Geoff spends at least, rather than at most, $120 at the store.",
+ hasFigure: false,
+ },
+ {
+ id: "89541f9b",
+ type: "mcq",
+ questionHtml:
+ "Which of the following ordered pairs x, y satisfies the inequality 5 x − 3 y < 4 ?
Statement 1, 1, 1
Statement 2, 2, 5
Statement 3, 3, 2",
+ choices: [
+ { label: "A", text: "I only" },
+ { label: "B", text: "II only" },
+ { label: "C", text: "I and II only" },
+ { label: "D", text: "I and III only" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Substituting the ordered pair 1, 1 into the inequality gives 5 · 1 − 3 · 1 < 4, or 2 < 4, which is a true statement. Substituting the ordered pair 2, 5 into the inequality gives 5 · 2 − 3 · 5 < 4, or −5 < 4, which is a true statement. Substituting the ordered pair 3, 2 into the inequality gives 5 · 3 − 3 · 2 < 4, or 9 < 4, which is not a true statement. Therefore, the ordered pair 1, 1 and the ordered pair 2, 5 are the only ordered pairs shown that satisfy the given inequality.Choice A is incorrect because the ordered pair 2, 5 also satisfies the inequality. Choice B is incorrect because the ordered pair 1, 1 also satisfies the inequality. Choice D is incorrect because the ordered pair 3, 2 does not satisfy the inequality.",
+ hasFigure: false,
+ },
+ {
+ id: "915463e0",
+ type: "mcq",
+ questionHtml:
+ "Normal body temperature for an adult is between 97 . 8 ° Fahrenheit and 99 ° Fahrenheit, inclusive. If Kevin, an adult male, has a body temperature that is considered to be normal, which of the following could be his body temperature?",
+ choices: [
+ { label: "A", text: "96 . 7 ° Fahrenheit" },
+ { label: "B", text: "97 . 6 ° Fahrenheit" },
+ { label: "C", text: "97 . 9 ° Fahrenheit" },
+ { label: "D", text: "99 . 7 ° Fahrenheit" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Normal body temperature must be greater than or equal to 97.8°F but less than or equal to 99°F. Of the given choices, 97.9°F is the only temperature that fits these restrictions.Choices A and B are incorrect. These temperatures are less than 97.8°F, so they don’t fit the given restrictions. Choice D is incorrect. This temperature is greater than 99°F, so it doesn’t fit the given restrictions.",
+ hasFigure: false,
+ },
+ {
+ id: "b64e2c7f",
+ type: "mcq",
+ questionHtml:
+ "Monarch butterflies can fly only with a body temperature of at least 55.0 ° Fahrenheit (° F). If a monarch butterfly's body temperature is 51.3 ° F, what is the minimum increase needed in its body temperature, in ° F, so that it can fly?",
+ choices: [
+ { label: "A", text: "1.3" },
+ { label: "B", text: "3.7" },
+ { label: "C", text: "5.0" },
+ { label: "D", text: "6.3" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that monarch butterflies can fly only with a body temperature of at least 55.0 ° Fahrenheit (° F). Let x represent the minimum increase needed in the monarch butterfly's body temperature to fly. If the monarch butterfly's body temperature is 51.3 ° F, the inequality 51.3 + x > or = 55.0 represents this situation. Subtracting 51.3 from both sides of this inequality yields x > or = 3.7. Therefore, if the monarch butterfly's body temperature is 51.3 ° F, the minimum increase needed in its body temperature, in ° F, so that it can fly is 3.7.
Choice A is incorrect. This is the minimum increase needed in body temperature if the monarch butterfly's body temperature is 53.7 ° F, not 51.3 ° F.
Choice C is incorrect. This is the minimum increase needed in body temperature if the monarch butterfly's body temperature is 50.0 ° F, not 51.3 ° F.
Choice D is incorrect. This is the minimum increase needed in body temperature if the monarch butterfly's body temperature is 48.7 ° F, not 51.3 ° F.",
+ hasFigure: false,
+ },
+ {
+ id: "b75f7812",
+ type: "spr",
+ questionHtml:
+ "Maria plans to rent a boat. The boat rental costs $60 per hour, and she will also have to pay for a water safety course that costs $10. Maria wants to spend no more than $280 for the rental and the course. If the boat rental is available only for a whole number of hours, what is the maximum number of hours for which Maria can rent the boat?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 4. The equation 60 h + 10 ≤ 280, where h is the number of hours the boat has been rented, can be written to represent the situation. Subtracting 10 from both sides and then dividing by 60 yields h ≤ 4 . 5. Since the boat can be rented only for whole numbers of hours, the maximum number of hours for which Maria can rent the boat is 4.",
+ hasFigure: false,
+ },
+ {
+ id: "c50ede6d",
+ type: "mcq",
+ questionHtml:
+ "The total cost, in dollars, to rent a surfboard consists of a dollar sign 25 service fee and a dollar sign 10 per hour rental fee. A person rents a surfboard for t hours and intends to spend a maximum of dollar sign 75 to rent the surfboard. Which inequality represents this situation?",
+ choices: [
+ { label: "A", text: "10 t < or = 75" },
+ { label: "B", text: "10 + 25 t < or = 75" },
+ { label: "C", text: "25 t < or = 75" },
+ { label: "D", text: "25 + 10 t < or = 75" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The cost of the rental fee depends on the number of hours the surfboard is rented. Multiplying t hours by 10 dollars per hour yields a rental fee of 10 t dollars. The total cost of the rental consists of the rental fee plus the 25 dollar service fee, which yields a total cost of 25 + 10 t dollars. Since the person intends to spend a maximum of 75 dollars to rent the surfboard, the total cost must be at most 75 dollars. Therefore, the inequality 25 + 10 t < or = 75 represents this situation.
Choice A is incorrect. This represents a situation where the rental fee, not the total cost, is at most 75 dollars.
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: "cfe67646",
+ type: "mcq",
+ questionHtml:
+ "The point (8, 2) in the xy-plane is a solution to which of the following systems of inequalities?",
+ choices: [
+ { label: "A", text: "x > 0
y > 0" },
+ { label: "B", text: "x > 0
y < 0" },
+ { label: "C", text: "x < 0
y > 0" },
+ { label: "D", text: "x < 0
y < 0" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The given point, (8, 2), is located in the first quadrant in the xy-plane. The system of inequalities in choice A represents all the points in the first quadrant in the xy-plane. Therefore, (8, 2) is a solution to the system of inequalities in choice A.
Alternate approach: Substituting 8 for x in the first inequality in choice A, x > 0, yields 8 > 0, which is true. Substituting 2 for y in the second inequality in choice A, y > 0, yields 2 > 0, which is true. Since the coordinates of the point (8, 2) make the inequalities x > 0 and y > 0 true, the point (8, 2) is a solution to the system of inequalities consisting of x > 0 and y > 0.
Choice B is incorrect. This system of inequalities represents all the points in the fourth quadrant, not the first quadrant, in the xy-plane.
Choice C is incorrect. This system of inequalities represents all the points in the second quadrant, not the first quadrant, in the xy-plane.
Choice D is incorrect. This system of inequalities represents all the points in the third quadrant, not the first quadrant, in the xy-plane.",
+ hasFigure: false,
+ },
+ {
+ id: "df32b09c",
+ type: "mcq",
+ questionHtml:
+ "Tom scored 85, 78, and 98 on his first three exams in history class. Solving which inequality gives the score, G, on Tom’s fourth exam that will result in a mean score on all four exams of at least 90 ?",
+ choices: [
+ { label: "A", text: "90 − (85 + 78 + 98, ) ≤ 4 G" },
+ { label: "B", text: "4 G + 85 + 78 + 98 ≥ 360" },
+ {
+ label: "C",
+ text: "the fraction with numerator, (G + 85 + 78 + 98, ), and denominator 4, end fraction ≥ 90",
+ },
+ {
+ label: "D",
+ text: "the fraction with numerator, (85 + 78 + 98, ), and denominator 4, end fraction ≥ 90 − 4 G",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The mean of the four scores (G, 85, 78, and 98) can be expressed as the fraction with numerator G + 85 + 78 + 98, and denominator 4. The inequality that expresses the condition that the mean score is at least 90 can therefore be written as the fraction with numerator G + 85 + 78 + 98, and denominator 4 ≥ 90.Choice A is incorrect. The sum of the scores (G, 85, 78, and 98) isn’t divided by 4 to express the mean. Choice B is incorrect and may be the result of an algebraic error when multiplying both sides of the inequality by 4. Choice D is incorrect because it doesn’t include G in the mean with the other three scores.",
+ hasFigure: false,
+ },
+ {
+ id: "e744499e",
+ type: "mcq",
+ questionHtml:
+ "An elementary school teacher is ordering x workbooks and y sets of flash cards for a math class. The teacher must order at least 20 items, but the total cost of the order must not be over $80. If the workbooks cost $3 each and the flash cards cost $4 per set, which of the following systems of inequalities models this situation?",
+ choices: [
+ { label: "A", text: "x + y ≥ 20, and, 3 x + 4 y ≤ 80" },
+ { label: "B", text: "x + y ≥ 20, and, 3 x + 4 y ≥ 80" },
+ { label: "C", text: "3 x + 4 y ≤ 20, and, x + y ≥ 80" },
+ { label: "D", text: "x + y ≤ 20, and, 3 x + 4 y ≥ 80" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The total number of workbooks and sets of flash cards ordered is represented by x + y. Since the teacher must order at least 20 items, it must be true that x + y ≥ 20. Each workbook costs $3; therefore, 3x represents the cost, in dollars, of x workbooks. Each set of flashcards costs $4; therefore, 4y represents the cost, in dollars, of y sets of flashcards. It follows that the total cost for x workbooks and y sets of flashcards is 3x + 4y. Since the total cost of the order must not be over $80, it must also be true that 3x + 4y ≤ 80. Of the choices given, these inequalities are shown only in choice A.
Choice B is incorrect. The second inequality says that the total cost must be greater, not less than or equal to $80. Choice C incorrectly limits the cost by the minimum number of items and the number of items with the maximum cost. Choice D is incorrect. The first inequality incorrectly says that at most 20 items must be ordered, and the second inequality says that the total cost of the order must be at least, not at most, $80.",
+ hasFigure: false,
+ },
+ {
+ id: "ee439cff",
+ type: "mcq",
+ questionHtml:
+ "On a car trip, Rhett and Jessica each drove for part of the trip, and the total distance they drove was under 220 miles. Rhett drove at an average speed of 35 miles per hour (mph), and Jessica drove at an average speed of 40 mph. Which of the following inequalities represents this situation, where r is the number of hours Rhett drove and j is the number of hours Jessica drove?",
+ choices: [
+ { label: "A", text: "35 r + 40 j > 220" },
+ { label: "B", text: "35 r + 40 j < 220" },
+ { label: "C", text: "40 r + 35 j > 220" },
+ { label: "D", text: "40 r + 35 j < 220" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that Rhett drove at an average speed of 35 miles per hour and that he drove for r hours. Multiplying 35 miles per hour by r hours yields 35 r miles, or the distance that Rhett drove. It’s also given that Jessica drove at an average speed of 40 miles per hour and that she drove for j hours. Multiplying 40 miles per hour by j hours yields 40 j miles, or the distance that Jessica drove. The total distance, in miles, that Rhett and Jessica drove can be represented by the expression 35 r + 40 j. It’s given that the total distance they drove was under 220 miles. Therefore, the inequality 35 r + 40 j < 220 represents this situation.
Choice A is incorrect. This inequality represents a situation in which the total distance Rhett and Jessica drove was over, rather than under, 220 miles.
Choice C is incorrect. This inequality represents a situation in which Rhett drove at an average speed of 40, rather than 35, miles per hour, Jessica drove at an average speed of 35, rather than 40, miles per hour, and the total distance they drove was over, rather than under, 220 miles.
Choice D is incorrect. This inequality represents a situation in which Rhett drove at an average speed of 40, rather than 35, miles per hour, and Jessica drove at an average speed of 35, rather than 40, miles per hour.",
+ hasFigure: false,
+ },
+];
+
+export const LINEAR_INEQ_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "64c85440",
+ type: "mcq",
+ questionHtml:
+ "In North America, the standard width of a parking space is at least 7.5 feet and no more than 9.0 feet. A restaurant owner recently resurfaced the restaurant’s parking lot and wants to determine the number of parking spaces, n, in the parking lot that could be placed perpendicular to a curb that is 135 feet long, based on the standard width of a parking space. Which of the following describes all the possible values of n ?",
+ choices: [
+ { label: "A", text: "18 ≤ n, which ≤ 135" },
+ { label: "B", text: "7 . 5 ≤ n, which ≤ 9" },
+ { label: "C", text: "15 ≤ n, which ≤ 135" },
+ { label: "D", text: "15 ≤ n, which ≤ 18" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Placing the parking spaces with the minimum width of 7.5 feet gives the maximum possible number of parking spaces. Thus, the maximum number that can be placed perpendicular to a 135-foot-long curb is 135 over 7 . 5 = 18. Placing the parking spaces with the maximum width of 9 feet gives the minimum number of parking spaces. Thus, the minimum number that can be placed perpendicular to a 135-foot-long curb is 135 over 9 = 15. Therefore, if n is the number of parking spaces in the lot, the range of possible values for n is 15 ≤ n, which ≤ 18.Choices A and C are incorrect. These choices equate the length of the curb with the maximum possible number of parking spaces. Choice B is incorrect. This is the range of possible values for the width of a parking space instead of the range of possible values for the number of parking spaces.",
+ hasFigure: false,
+ },
+ {
+ id: "74c98c82",
+ type: "spr",
+ questionHtml:
+ "An event planner is planning a party. It costs the event planner a onetime fee of dollar sign 35 to rent the venue and dollar sign 10.25 per attendee. The event planner has a budget of dollar sign 200. What is the greatest number of attendees possible without exceeding the budget?",
+ choices: [],
+ correctAnswer: "16",
+ explanation:
+ "The correct answer is 16. The total cost of the party is found by adding the onetime fee of the venue to the cost per attendee times the number of attendees. Let x be the number of attendees. The expression 35 + 10.25 x thus represents the total cost of the party. It's given that the budget is dollar sign 200, so this situation can be represented by the inequality 35 + 10.25 x < or = 200. The greatest number of attendees can be found by solving this inequality for x. Subtracting 35 from both sides of this inequality gives 10.25 x < or = 165. Dividing both sides of this inequality by 10.25 results in approximately x < or = 16.098. Since the question is stated in terms of attendees, rounding x down to the nearest whole number, 16, gives the greatest number of attendees possible.",
+ hasFigure: false,
+ },
+ {
+ id: "80da233d",
+ type: "mcq",
+ questionHtml:
+ "A certain elephant weighs 200 pounds at birth and gains more than 2 but less than 3 pounds per day during its first year. Which of the following inequalities represents all possible weights w, in pounds, for the elephant 365 days after birth?",
+ choices: [
+ { label: "A", text: "400 < w, which < 600" },
+ { label: "B", text: "565 < w, which < 930" },
+ { label: "C", text: "730 < w, which < 1, 095" },
+ { label: "D", text: "930 < w, which < 1, 295" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the elephant weighs 200 pounds at birth and gains more than 2 pounds but less than 3 pounds per day during its first year. The inequality 200 + 2 d < w, which < 200 + 3 d represents this situation, where d is the number of days after birth. Substituting 365 for d in the inequality gives 200 + 2 · 365 < w, which < 200 + 3 · 365, or 930 < w, which < 1, 295.Choice A is incorrect and may result from solving the inequality 200 · 2 < w, which < 200 · 3. Choice B is incorrect and may result from solving the inequality for a weight range of more than 1 pound but less than 2 pounds: 200 + 1 · 365 < w, which < 200 + 2 · 365. Choice C is incorrect and may result from calculating the possible weight gained by the elephant during the first year without adding the 200 pounds the elephant weighed at birth.",
+ hasFigure: false,
+ },
+ {
+ id: "8f0c82e2",
+ type: "mcq",
+ questionHtml:
+ "The minimum value of x is 12 less than 6 times another number n. Which inequality shows the possible values of x?",
+ choices: [
+ { label: "A", text: "x < or = 6 n − 12" },
+ { label: "B", text: "x > or = 6 n − 12" },
+ { label: "C", text: "x < or = 12 − 6 n" },
+ { label: "D", text: "x > or = 12 − 6 n" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that the minimum value of x is 12 less than 6 times another number n. Therefore, the possible values of x are all greater than or equal to the value of 12 less than 6 times n. The value of 6 times n is given by the expression 6 n. The value of 12 less than 6 n is given by the expression 6 n − 12. Therefore, the possible values of x are all greater than or equal to 6 n − 12. This can be shown by the inequality x > or = 6 n − 12.
Choice A is incorrect. This inequality shows the possible values of x if the maximum, not the minimum, value of x is 12 less than 6 times n.
Choice C is incorrect. This inequality shows the possible values of x if the maximum, not the minimum, value of x is 6 times n less than 12, not 12 less than 6 times n.
Choice D is incorrect. This inequality shows the possible values of x if the minimum value of x is 6 times n less than 12, not 12 less than 6 times n.",
+ hasFigure: false,
+ },
+ {
+ id: "90bd9ef8",
+ type: "mcq",
+ questionHtml:
+ "The average annual energy cost for a certain home is $4,334. The homeowner plans to spend $25,000 to install a geothermal heating system. The homeowner estimates that the average annual energy cost will then be $2,712. Which of the following inequalities can be solved to find t, the number of years after installation at which the total amount of energy cost savings will exceed the installation cost?",
+ choices: [
+ {
+ label: "A",
+ text: "25, 000 > (4, 334 − 2, 712, ) · t",
+ },
+ {
+ label: "B",
+ text: "25, 000 < (4, 334 − 2, 712, ) · t",
+ },
+ { label: "C", text: "25, 000 − 4, 334 > 2, 712 t" },
+ {
+ label: "D",
+ text: "25, 000 > the fraction with numerator 4, 332, and denominator 2, 712, end fraction, t",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The savings each year from installing the geothermal heating system will be the average annual energy cost for the home before the geothermal heating system installation minus the average annual energy cost after the geothermal heating system installation, which is 4, 334 − 2, 712 dollars. In t years, the savings will be (4, 334 − 2, 712, ) · t dollars. Therefore, the inequality that can be solved to find the number of years after installation at which the total amount of energy cost savings will exceed (be greater than) the installation cost, $25,000, is 25, 000 < (4, 334 − 2, 712, ) · t.Choice A is incorrect. It gives the number of years after installation at which the total amount of energy cost savings will be less than the installation cost. Choice C is incorrect and may result from subtracting the average annual energy cost for the home from the onetime cost
of the geothermal heating system installation. To find the predicted total savings, the predicted average cost should be subtracted from the average annual energy cost before the installation, and the result should be multiplied by the number of years, t. Choice D is incorrect and may result from misunderstanding the context. The ratio 4, 332 over 2, 712 compares the average energy cost before installation and the average energy cost after installation; it does not represent the savings.",
+ hasFigure: false,
+ },
+ {
+ id: "948087f2",
+ type: "mcq",
+ questionHtml:
+ "Which of the following ordered pairs (x, y) satisfies the system of inequalities above?",
+ choices: [
+ { label: "A", text: "−2 −1" },
+ { label: "B", text: "−1, 3" },
+ { label: "C", text: "1, 5" },
+ { label: "D", text: "2 −1" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Any point (x, y) that is a solution to the given system of inequalities must satisfy both inequalities in the system. The second inequality in the system can be rewritten as x > y + 1. Of the given answer choices, only choice D satisfies this inequality, because inequality 2 > −1 + 1 is a true statement. The point with coordinates 2 −1 also satisfies the first inequality.Alternate approach: Substituting the ordered pair 2 −1 into the first inequality gives −1 ≤ 3 · 2 + 1, or −1 ≤ 7, which is a true statement. Substituting the ordered pair 2 −1 into the second inequality gives 2 − −1 > 1, or 3 > 1, which is a true statement. Therefore, since the ordered pair 2 −1 satisfies both inequalities, it is a solution to the system.
Choice A is incorrect because substituting −2 for x and −1 for y in the first inequality gives −1 ≤ 3 · −2 + 1, or −1 ≤ −5, which is false. Choice B is incorrect because substituting −1 for x and 3 for y in the first inequality gives 3 ≤ 3 · −1 + 1, or 3 ≤ −2, which is false. Choice C is incorrect because substituting 1 for x and 5 for y in the first inequality gives 5 ≤ 3 · 1 + 1, or 5 ≤ 4, which is false.",
+ hasFigure: false,
+ },
+ {
+ id: "968e9e51",
+ type: "mcq",
+ questionHtml:
+ "Which of the following ordered pairs x, y is a solution to the system of inequalities above?",
+ choices: [
+ { label: "A", text: "1, 0" },
+ { label: "B", text: "−1, 0" },
+ { label: "C", text: "0, 1" },
+ { label: "D", text: "0 −1" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The solutions to the given system of inequalities is the set of all ordered pairs x, y that satisfy both inequalities in the system. For an ordered pair to satisfy the inequality y ≤ x, the value of the ordered pair’s y-coordinate must be less than or equal to the value of the ordered pair’s x-coordinate. This is true of the ordered pair 0 −1, because −1 ≤ 0. To satisfy the inequality y ≤ −x, the value of the ordered pair’s y-coordinate must be less than or equal to the value of the additive inverse of the ordered pair’s x-coordinate. This is also true of the ordered pair 0 −1. Because 0 is its own additive inverse, −1 ≤ the − of 0 is the same as −1 ≤ 0. Therefore, the ordered pair 0 −1 is a solution to the given system of inequalities.Choice A is incorrect. This ordered pair satisfies only the inequality y ≤ x in the given system, not both inequalities. Choice B incorrect. This ordered pair satisfies only the inequality y ≤ −x in the system, but not both inequalities. Choice C is incorrect. This ordered pair satisfies neither inequality.",
+ hasFigure: false,
+ },
+ {
+ id: "b1228811",
+ type: "mcq",
+ questionHtml:
+ "Marisa needs to hire at least 10 staff members for an upcoming project. The staff members will be made up of junior directors, who will be paid $640 per week, and senior directors, who will be paid $880 per week. Her budget for paying the staff members is no more than $9,700 per week. She must hire at least 3 junior directors and at least 1 senior director. Which of the following systems of inequalities represents the conditions described if x is the number of junior directors and y is the number of senior directors?",
+ choices: [
+ {
+ label: "A",
+ text: "640 x + 880 y ≥ 9, 700; x + y ≤ 10; x ≥ 3; y ≥ 1",
+ },
+ {
+ label: "B",
+ text: "640 x + 880 y ≤ 9, 700; x + y ≥ 10; x ≥ 3; y ≥ 1",
+ },
+ {
+ label: "C",
+ text: "640 x + 880 y ≥ 9, 700; x + y ≥ 10; x ≤ 3; y ≤ 1",
+ },
+ {
+ label: "D",
+ text: "640 x + 880 y ≤ 9, 700; x + y ≤ 10; x ≤ 3; y ≤ 1",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Marisa will hire x junior directors and y senior directors. Since she needs to hire at least 10 staff members, x + y ≥ 10. Each junior director will be paid $640 per week, and each senior director will be paid $880 per week. Marisa’s budget for paying the new staff is no more than $9,700 per week; in terms of x and y, this condition is 640 x + 880 y ≤ 9, 700. Since Marisa must hire at least 3 junior directors and at least 1 senior director, it follows that x ≥ 3 and y ≥ 1. All four of these conditions are represented correctly in choice B.Choices A and C are incorrect. For example, the first condition, 640 x + 880 y ≥ 9, 700, in each of these options implies that Marisa can pay the new staff members more than her budget of $9,700. Choice D is incorrect because Marisa needs to hire at least 10 staff members, not at most 10 staff members, as the inequality x + y ≤ 10 implies.",
+ hasFigure: false,
+ },
+ {
+ id: "b31c3117",
+ type: "mcq",
+ questionHtml:
+ "The Karvonen formula above shows the relationship between Alice’s target heart rate H, in beats per minute (bpm), and the intensity level p of different activities. When p = 0, Alice has a resting heart rate. When p = 1, Alice has her maximum heart rate. It is recommended that p be between 0.5 and 0.85 for Alice when she trains. Which of the following inequalities describes Alice’s target training heart rate?",
+ choices: [
+ { label: "A", text: "120 ≤ H, which ≤ 162" },
+ { label: "B", text: "102 ≤ H, which ≤ 120" },
+ { label: "C", text: "60 ≤ H, which ≤ 162" },
+ { label: "D", text: "60 ≤ H, which ≤ 102" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. When Alice trains, it’s recommended that p be between 0.5 and 0.85. Therefore, her target training heart rate is represented by the values of H corresponding to 0 . 5 ≤ p, which ≤ 0 . 8 5. When p = 0 . 5, H = 120 · 0 . 5 + 60, or H = 120. When p = 0 . 8 5, H = 120 · 0 . 8 5 + 60, or H = 162. Therefore, the inequality that describes Alice’s target training heart rate is 120 ≤ H, which ≤ 162.Choice B is incorrect. This inequality describes Alice’s target heart rate for 0 . 3 5 ≤ p, which ≤ 0 . 5. Choice C is incorrect. This inequality describes her target heart rate for 0 ≤ p, which ≤ 0 . 8 5. Choice D is incorrect. This inequality describes her target heart rate for 0 ≤ p, which ≤ 0 . 3 5.",
+ hasFigure: false,
+ },
+ {
+ id: "bf5f80c6",
+ type: "mcq",
+ questionHtml:
+ "(expression)
Which point ((expression), (expression)) is a solution to the given inequality in the (expression)-plane?",
+ choices: [
+ { label: "A", text: "((expression), (expression))" },
+ { label: "B", text: "((expression), (expression))" },
+ { label: "C", text: "((expression), (expression))" },
+ { label: "D", text: "((expression), (expression))" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice D is correct. For a point (x, y) to be a solution to the given inequality in the xy-plane, the value of the point’s y-coordinate must be less than the value of − 4 x + 4, where x is the value of the x-coordinate of the point. This is true of the point (−4, 0) because 0 < − 4 (−4) + 4, or 0 < 20. Therefore, the point (−4, 0) is a solution to the given inequality.
Choices A, B, and C are incorrect. None of these points are a solution to the given inequality because each point’s y-coordinate is greater than the value of − 4 x + 4 for the point’s x-coordinate.",
+ hasFigure: false,
+ },
+ {
+ id: "c17d9ba9",
+ type: "spr",
+ questionHtml:
+ "A number x is at most 17 less than 5 times the value of y. If the value of y is 3, what is the greatest possible value of x?",
+ choices: [],
+ correctAnswer: "-2",
+ explanation:
+ "The correct answer is −2. It's given that a number x is at most 17 less than 5 times the value of y, or x < or = 5 y − 17. Substituting 3 for y in this inequality yields x < or = 5 (3) − 17, or x < or = −2. Thus, if the value of y is 3, the greatest possible value of x is −2.",
+ hasFigure: false,
+ },
+ {
+ id: "d02193fb",
+ type: "mcq",
+ questionHtml:
+ "The boundary of the inequality is a dashed line.
The line slants sharply down from left to right.
The line passes through the following points:
(negative 1 comma 5)
(0 comma 1)
(1 comma negative 3)
The area above and to the right of the boundary is shaded.
The shaded region shown represents the solutions to which inequality?",
+ choices: [
+ { label: "A", text: "y < 1 + 4 x" },
+ { label: "B", text: "y < 1 − 4 x" },
+ { label: "C", text: "y > 1 + 4 x" },
+ { label: "D", text: "y > 1 − 4 x" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The equation for the line representing the boundary of the shaded region can be written in slope-intercept form y = b + m x, where m is the slope and (0, b) is the y-intercept of the line. For the graph shown, the boundary line passes through the points (0, 1) and (1 −3). Given two points on a line, (x 1, y 1) and (x 2, y 2), the slope of the line can be calculated using the equation m = (y 2 − y 1) / (x 2 − x 1). Substituting the points (0, 1) and (1 −3) for (x 1, y 1) and (x 2, y 2) in this equation yields m = (−3 − 1) / (1 − 0), which is equivalent to m = (−4) / (1), or m = −4. Since the point (0, 1) represents the y-intercept, it follows that b = 1. Substituting −4 for m and 1 for b in the equation y = b + m x yields y = 1 − 4 x as the equation of the boundary line. Since the shaded region represents all the points above this boundary line, it follows that the shaded region shown represents the solutions to the inequality y > 1 − 4 x.
Choice A is incorrect. This inequality represents a region below, not above, a boundary line with a slope of 4, not −4.
Choice B is incorrect. This inequality represents a region below, not above, the boundary line shown.
Choice C is incorrect. This inequality represents a region whose boundary line has a slope of 4, not −4.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d02193fb_svg1.svg",
+ },
+ {
+ id: "e9ef0e6b",
+ type: "mcq",
+ questionHtml:
+ "A model estimates that whales from the genus Eschrichtius travel 72 to 77 miles in the ocean each day during their migration. Based on this model, which inequality represents the estimated total number of miles, x, a whale from the genus Eschrichtius could travel in 16 days of its migration?",
+ choices: [
+ { label: "A", text: "72 + 16 < or = x < or = 77 + 16" },
+ {
+ label: "B",
+ text: "(72) (16) < or = x < or = (77) (16)",
+ },
+ { label: "C", text: "72 < or = 16 + x < or = 77" },
+ { label: "D", text: "72 < or = 16 x < or = 77" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that the model estimates that whales from the genus Eschrichtius travel 72 to 77 miles in the ocean each day during their migration. If one of these whales travels 72 miles each day for 16 days, then the whale travels 72 (16) miles total. If one of these whales travels 77 miles each day for 16 days, then the whale travels 77 (16) miles total. Therefore, the model estimates that in 16 days of its migration, a whale from the genus Eschrichtius could travel at least 72 (16) and at most 77 (16) miles total. Thus, the inequality (72) (16) < or = x < or = (77) (16) represents the estimated total number of miles, x, a whale from the genus Eschrichtius could travel in 16 days of its migration.
Choice A is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "f02b4509",
+ type: "mcq",
+ questionHtml:
+ "A moving truck can tow a trailer if the combined weight of the trailer and the boxes it contains is no more than 4, 600 pounds. What is the maximum number of boxes this truck can tow in a trailer with a weight of 500 pounds if each box weighs 120 pounds?",
+ choices: [
+ { label: "A", text: "34" },
+ { label: "B", text: "35" },
+ { label: "C", text: "38" },
+ { label: "D", text: "39" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the truck can tow a trailer if the combined weight of the trailer and the boxes it contains is no more than 4, 600 pounds. If the trailer has a weight of 500 pounds and each box weighs 120 pounds, the expression 500 + 120 b, where b is the number of boxes, gives the combined weight of the trailer and the boxes. Since the combined weight must be no more than 4, 600 pounds, the possible numbers of boxes the truck can tow are given by the inequality 500 + 120 b < or = 4, 600. Subtracting 500 from both sides of this inequality yields 120 b < or = 4, 100. Dividing both sides of this inequality by 120 yields b < or = (205) / (6), or b is less than or equal to approximately 34.17. Since the number of boxes, b, must be a whole number, the maximum number of boxes the truck can tow is the greatest whole number less than 34.17, which is 34.
Choice B is incorrect. Towing the trailer and 35 boxes would yield a combined weight of 4, 700 pounds, which is greater than 4, 600 pounds.
Choice C is incorrect. Towing the trailer and 38 boxes would yield a combined weight of 5, 060 pounds, which is greater than 4, 600 pounds.
Choice D is incorrect. Towing the trailer and 39 boxes would yield a combined weight of 5, 180 pounds, which is greater than 4, 600 pounds.",
+ hasFigure: false,
+ },
+ {
+ id: "f224df07",
+ type: "mcq",
+ questionHtml:
+ "A cargo helicopter delivers only 100-pound packages and 120-pound packages. For each delivery trip, the helicopter must carry at least 10 packages, and the total weight of the packages can be at most 1,100 pounds. What is the maximum number of 120-pound packages that the helicopter can carry per trip?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "4" },
+ { label: "C", text: "5" },
+ { label: "D", text: "6" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Let a equal the number of 120-pound packages, and let b equal the number of 100-pound packages. It’s given that the total weight of the packages can be at most 1,100 pounds: the inequality 120 a + 100 b ≤ 1, 100 represents this situation. It’s also given that the helicopter must carry at least 10 packages: the inequality a + b ≥ 10 represents this situation. Values of a and b that satisfy these two inequalities represent the allowable numbers of 120-pound packages and 100-pound packages the helicopter can transport. To maximize the number of 120-pound packages, a, in the helicopter, the number of 100-pound packages, b, in the helicopter needs to be minimized. Expressing b in terms of a in the second inequality yields b ≥ 10 − a, so the minimum value of b is equal to 10 − a. Substituting 10 − a for b in the first inequality results in 120 a + 100 · (10 − a, ) ≤ 1, 100. Using the distributive property to rewrite this inequality yields 120 a + 1, 000 − 100 a ≤ 1, 100, or 20 a + 1, 000 ≤ 1, 100. Subtracting 1,000 from both sides of this inequality yields 20 a ≤ 100. Dividing both sides of this inequality by 20 results in a ≤ 5. This means that the maximum number of 120-pound packages that the helicopter can carry per trip is 5.Choices A, B, and D are incorrect and may result from incorrectly creating or solving the system of inequalities.",
+ hasFigure: false,
+ },
+ {
+ id: "f2bbd43d",
+ type: "mcq",
+ questionHtml:
+ "y > 14
4 x + y < 18
The point (x, 53) is a solution to the system of inequalities in the xy-plane. Which of the following could be the value of x?",
+ choices: [
+ { label: "A", text: "−9" },
+ { label: "B", text: "−5" },
+ { label: "C", text: "5" },
+ { label: "D", text: "9" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the point (x, 53) is a solution to the given system of inequalities in the xy-plane. This means that the coordinates of the point, when substituted for the variables x and y, make both of the inequalities in the system true. Substituting 53 for y in the inequality y > 14 yields 53 > 14, which is true. Substituting 53 for y in the inequality 4 x + y < 18 yields 4 x + 53 < 18. Subtracting 53 from both sides of this inequality yields 4 x < −35. Dividing both sides of this inequality by 4 yields x < −8.75. Therefore, x must be a value less than −8.75. Of the given choices, only −9 is less than −8.75.
Choice B is incorrect. Substituting −5 for x and 53 for y in the inequality 4 x + y < 18 yields 4 (−5) + 53 < 18, or 33 < 18, which is not true.
Choice C is incorrect. Substituting 5 for x and 53 for y in the inequality 4 x + y < 18 yields 4 (5) + 53 < 18, or 73 < 18, which is not true.
Choice D is incorrect. Substituting 9 for x and 53 for y in the inequality 4 x + y < 18 yields 4 (9) + 53 < 18, or 89 < 18, which is not true.",
+ hasFigure: false,
+ },
+];
+
+export const LINEAR_INEQ_HARD: PracticeQuestion[] = [
+ {
+ id: "03503d49",
+ type: "mcq",
+ questionHtml:
+ "A business owner plans to purchase the same model of chair for each of the 81 employees. The total budget to spend on these chairs is dollar sign 14, 000, which includes a 7 % sign sales tax. Which of the following is closest to the maximum possible price per chair, before sales tax, the business owner could pay based on this budget?",
+ choices: [
+ { label: "A", text: "dollar sign 148.15" },
+ { label: "B", text: "dollar sign 161.53" },
+ { label: "C", text: "dollar sign 172.84" },
+ { label: "D", text: "dollar sign 184.94" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that a business owner plans to purchase 81 chairs. If p is the price per chair, the total price of purchasing 81 chairs is 81 p. It’s also given that 7 % sign sales tax is included, which is equivalent to 81 p multiplied by 1.07, or 81 (1.07) p. Since the total budget is dollar sign 14, 000, the inequality representing the situation is given by 81 (1.07) p < or = 14, 000. Dividing both sides of this inequality by 81 (1.07) and rounding the result to two decimal places gives p < or = 161.53. To not exceed the budget, the maximum possible price per chair is dollar sign 161.53.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the maximum possible price per chair including sales tax, not the maximum possible price per chair before sales tax.
Choice D is incorrect. This is the maximum possible price if the sales tax is added to the total budget, not the maximum possible price per chair before sales tax.",
+ hasFigure: false,
+ },
+ {
+ id: "1035faea",
+ type: "mcq",
+ questionHtml:
+ "A psychologist set up an experiment to study the tendency of a person to select the first item when presented with a series of items. In the experiment, 300 people were presented with a set of five pictures arranged in random order. Each person was asked to choose the most appealing picture. Of the first 150 participants, 36 chose the first picture in the set. Among the remaining 150 participants, p people chose the first picture in the set. If more than 20% of all participants chose the first picture in the set, which of the following inequalities best describes the possible values of p ?",
+ choices: [
+ {
+ label: "A",
+ text: "p > 0 . 20 · (300 − 36, ), where p ≤ 150",
+ },
+ {
+ label: "B",
+ text: "p > 0 . 20 · (300 + 36, ), where p ≤ 150",
+ },
+ {
+ label: "C",
+ text: "p − 36 > 0 . 20 · 300, where p ≤ 150",
+ },
+ {
+ label: "D",
+ text: "p + 36 > 0 . 20 · 300, where p ≤ 150",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Of the first 150 participants, 36 chose the first picture in the set, and of the 150 remaining participants, p chose the first picture in the set. Hence, the proportion of the participants who chose the first picture in the set is the fraction with numerator 36 + p, and denominator 300. Since more than 20% of all the participants chose the first picture, it follows that the fraction with numerator 36 + p, and denominator 300 > 0 . 2 0.This inequality can be rewritten as p + 36 > 0 . 2 0 · 300. Since p is a number of people among the remaining 150 participants, p ≤ 150.
Choices A, B, and C are incorrect and may be the result of some incorrect interpretations of the given information or of computational errors.",
+ hasFigure: false,
+ },
+ {
+ id: "1a621af4",
+ type: "spr",
+ questionHtml:
+ "A number x is at most 2 less than 3 times the value of y. If the value of y is −4, what is the greatest possible value of x?",
+ choices: [],
+ correctAnswer: "-14",
+ explanation:
+ "The correct answer is −14. It's given that a number x is at most 2 less than 3 times the value of y. Therefore, x is less than or equal to 2 less than 3 times the value of y. The expression 3 y represents 3 times the value of y. The expression 3 y − 2 represents 2 less than 3 times the value of y. Therefore, x is less than or equal to 3 y − 2. This can be shown by the inequality x < or = 3 y − 2. Substituting −4 for y in this inequality yields x < or = 3 (−4) − 2 or, x < or = −14. Therefore, if the value of y is −4, the greatest possible value of x is −14.",
+ hasFigure: false,
+ },
+ {
+ id: "45cfb9de",
+ type: "mcq",
+ questionHtml:
+ "Adam’s school is a 20-minute walk or a 5-minute bus ride away from his house. The bus runs once every 30 minutes, and the number of minutes, w, that Adam waits for the bus varies between 0 and 30. Which of the following inequalities gives the values of w for which it would be faster for Adam to walk to school?",
+ choices: [
+ { label: "A", text: "w − 5 < 20" },
+ { label: "B", text: "w − 5 > 20" },
+ { label: "C", text: "w + 5 < 20" },
+ { label: "D", text: "w + 5 > 20" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It is given that w is the number of minutes that Adam waits for the bus. The total time it takes Adam to get to school on a day he takes the bus is the sum of the minutes, w, he waits for the bus and the 5 minutes the bus ride takes; thus, this time, in minutes, is w + 5. It is also given that the total amount of time it takes Adam to get to school on a day that he walks is 20 minutes. Therefore, w + 5 > 20 gives the values of w for which it would be faster for Adam to walk to school.Choices A and B are incorrect because w – 5 is not the total length of time for Adam to wait for and then take the bus to school. Choice C is incorrect because the inequality should be true when walking 20 minutes is faster than the time it takes Adam to wait for and ride the bus, not less.",
+ hasFigure: false,
+ },
+ {
+ id: "48fb34c8",
+ type: "mcq",
+ questionHtml:
+ "y > 13 x − 18
For which of the following tables are all the values of x and their corresponding values of y solutions to the given inequality?",
+ choices: [
+ {
+ label: "A",
+ text: "x
y
3
21
5
47
8
86",
+ },
+ {
+ label: "B",
+ text: "x
y
3
26
5
42
8
86",
+ },
+ {
+ label: "C",
+ text: "x
y
3
16
5
42
8
81",
+ },
+ {
+ label: "D",
+ text: "x
y
3
26
5
52
8
91",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. All the tables in the choices have the same three values of x, so each of the three values of x can be substituted in the given inequality to compare the corresponding values of y in each of the tables. Substituting 3 for x in the given inequality yields y > 13 (3) − 18, or y > 21. Therefore, when x = 3, the corresponding value of y is greater than 21. Substituting 5 for x in the given inequality yields y > 13 (5) − 18, or y > 47. Therefore, when x = 5, the corresponding value of y is greater than 47. Substituting 8 for x in the given inequality yields y > 13 (8) − 18, or y > 86. Therefore, when x = 8, the corresponding value of y is greater than 86. For the table in choice D, when x = 3, the corresponding value of y is 26, which is greater than 21; when x = 5, the corresponding value of y is 52, which is greater than 47; when x = 8, the corresponding value of y is 91, which is greater than 86. Therefore, the table in choice D gives values of x and their corresponding values of y that are all solutions to the given inequality.
Choice A is incorrect. In the table for choice A, when x = 3, the corresponding value of y is 21, which is not greater than 21; when x = 5, the corresponding value of y is 47, which is not greater than 47; when x = 8, the corresponding value of y is 86, which is not greater than 86.
Choice B is incorrect. In the table for choice B, when x = 5, the corresponding value of y is 42, which is not greater than 47; when x = 8, the corresponding value of y is 86, which is not greater than 86.
Choice C is incorrect. In the table for choice C, when x = 3, the corresponding value of y is 16, which is not greater than 21; when x = 5, the corresponding value of y is 42, which is not greater than 47; when x = 8, the corresponding value of y is 81, which is not greater than 86.",
+ hasFigure: false,
+ },
+ {
+ id: "541bef2f",
+ type: "mcq",
+ questionHtml:
+ "y < or = x + 7
y > or = −2 x − 1
Which point (x, y) is a solution to the given system of inequalities in the xy-plane?",
+ choices: [
+ { label: "A", text: "(−14, 0)" },
+ { label: "B", text: "(0 −14)" },
+ { label: "C", text: "(0, 14)" },
+ { label: "D", text: "(14, 0)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. A point (x, y) is a solution to a system of inequalities in the xy-plane if substituting the x-coordinate and the y-coordinate of the point for x and y, respectively, in each inequality makes both of the inequalities true. Substituting the x-coordinate and the y-coordinate of choice D, 14 and 0, for x and y, respectively, in the first inequality in the given system, y < or = x + 7, yields 0 < or = 14 + 7, or 0 < or = 21, which is true. Substituting 14 for x and 0 for y in the second inequality in the given system, y > or = − 2 x − 1, yields 0 > or = − 2 (14) − 1, or 0 > or = −29, which is true. Therefore, the point (14, 0) is a solution to the given system of inequalities in the xy-plane.
Choice A is incorrect. Substituting −14 for x and 0 for y in the inequality y < or = x + 7 yields 0 < or = −14 + 7, or 0 < or = −7, which is not true.
Choice B is incorrect. Substituting 0 for x and −14 for y in the inequality y > or = − 2 x − 1 yields −14 > or = − 2 (0) − 1, or −14 > or = −1, which is not true.
Choice C is incorrect. Substituting 0 for x and 14 for y in the inequality y < or = x + 7 yields 14 < or = 0 + 7, or 14 < or = 7, which is not true.",
+ hasFigure: false,
+ },
+ {
+ id: "5bf5136d",
+ type: "mcq",
+ questionHtml:
+ "The triangle inequality theorem states that the sum of any two sides of a triangle must be greater than the length of the third side. If a triangle has side lengths of 6 and 12, which inequality represents the possible lengths, x, of the third side of the triangle?",
+ choices: [
+ { label: "A", text: "x < 18" },
+ { label: "B", text: "x > 18" },
+ { label: "C", text: "6 < x < 18" },
+ { label: "D", text: "x < 6 or x > 18" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that a triangle has side lengths of 6 and 12, and x represents the length of the third side of the triangle. It’s also given that the triangle inequality theorem states that the sum of any two sides of a triangle must be greater than the length of the third side. Therefore, the inequalities 6 + x > 12, 6 + 12 > x, and 12 + x > 6 represent all possible values of x. Subtracting 6 from both sides of the inequality 6 + x > 12 yields x > 12 − 6, or x > 6. Adding 6 and 12 in the inequality 6 + 12 > x yields 18 > x, or x < 18. Subtracting 12 from both sides of the inequality 12 + x > 6 yields x > 6 − 12, or x > −6. Since all x-values that satisfy the inequality x > 6 also satisfy the inequality x > −6, it follows that the inequalities x > 6 and x < 18 represent the possible values of x. Therefore, the inequality 6 < x < 18 represents the possible lengths, x, of the third side of the triangle.
Choice A is incorrect. This inequality gives the upper bound for x but does not include its lower bound.
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: "6c71f3ec",
+ type: "mcq",
+ questionHtml:
+ "A salesperson’s total earnings consist of a base salary of x dollars per year, plus commission earnings of 11 % sign of the total sales the salesperson makes during the year. This year, the salesperson has a goal for the total earnings to be at least 3 times and at most 4 times the base salary. Which of the following inequalities represents all possible values of total sales s, in dollars, the salesperson can make this year in order to meet that goal?",
+ choices: [
+ { label: "A", text: "2 x < or = s < or = 3 x" },
+ {
+ label: "B",
+ text: "(2) / (0.11) x < or = s < or = (3) / (0.11) x",
+ },
+ { label: "C", text: "3 x < or = s < or = 4 x" },
+ {
+ label: "D",
+ text: "(3) / (0.11) x < or = s < or = (4) / (0.11) x",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that a salesperson's total earnings consist of a base salary of x dollars per year plus commission earnings of 11 % sign of the total sales the salesperson makes during the year. If the salesperson makes s dollars in total sales this year, the salesperson’s total earnings can be represented by the expression x + 0.11 s. It’s also given that the salesperson has a goal for the total earnings to be at least 3 times and at most 4 times the base salary, which can be represented by the expressions 3 x and 4 x, respectively. Therefore, this situation can be represented by the inequality 3 x < or = x + 0.11 s < or = 4 x. Subtracting x from each part of this inequality yields 2 x < or = 0.11 s < or = 3 x. Dividing each part of this inequality by 0.11 yields (2) / (0.11) x < or = s < or = (3) / (0.11) x. Therefore, the inequality (2) / (0.11) x < or = s < or = (3) / (0.11) x represents all possible values of total sales s, in dollars, the salesperson can make this year in order to meet their goal.
Choice A is incorrect. This inequality represents a situation in which the total sales, rather than the total earnings, are at least 2 times and at most 3 times, rather than at least 3 times and at most 4 times, the base salary.
Choice C is incorrect. This inequality represents a situation in which the total sales, rather than the total earnings, are at least 3 times and at most 4 times the base salary.
Choice D is incorrect. This inequality represents a situation in which the total earnings are at least 4 times and at most 5 times, rather than at least 3 times and at most 4 times, the base salary.",
+ hasFigure: false,
+ },
+ {
+ id: "830120b0",
+ type: "mcq",
+ questionHtml:
+ "Which of the following consists of the y-coordinates of all the points that satisfy the system of inequalities above?",
+ choices: [
+ { label: "A", text: "y > 6" },
+ { label: "B", text: "y > 4" },
+ { label: "C", text: "y > five-halves" },
+ { label: "D", text: "y > three-halves" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Subtracting the same number from each side of an inequality gives an equivalent inequality. Hence, subtracting 1 from each side of the inequality 2 x > 5 gives 2 x − 1 > 4. So the given system of inequalities is equivalent to the system of inequalities y > 2 x − 1 and 2 x − 1 > 4, which can be rewritten as y > 2 x − 1, which > 4. Using the transitive property of inequalities, it follows that y > 4.Choice A is incorrect because there are points with a y-coordinate less than 6 that satisfy the given system of inequalities. For example, 3, 5 . 5 satisfies both inequalities. Choice C is incorrect. This may result from solving the inequality 2 x > 5 for x, then replacing x with y. Choice D is incorrect because this inequality allows y-values that are not the y-coordinate of any point that satisfies both inequalities. For example, y = 2 is contained in the set y > three halves; however, if 2 is substituted into the first inequality for y, the result is x < three halves. This cannot be true because the second inequality gives x > five halves.",
+ hasFigure: false,
+ },
+ {
+ id: "95cad55f",
+ type: "mcq",
+ questionHtml:
+ "A laundry service is buying detergent and fabric softener from its supplier. The supplier will deliver no more than 300 pounds in a shipment. Each container of detergent weighs 7.35 pounds, and each container of fabric softener weighs 6.2 pounds. The service wants to buy at least twice as many containers of detergent as containers of fabric softener. Let d represent the number of containers of detergent, and let s represent the number of containers of fabric softener, where d and s are nonnegative integers. Which of the following systems of inequalities best represents this situation?",
+ choices: [
+ {
+ label: "A",
+ text: "7 . three five d + 6 . 2 s ≤ 300, and, d ≥ 2 s",
+ },
+ {
+ label: "B",
+ text: "7 . three five d + 6 . 2 s ≤ 300, and, 2 d ≥ s",
+ },
+ {
+ label: "C",
+ text: "14 . 7 d + 6 . 2 s ≤ 300, and, d ≥ 2 s",
+ },
+ {
+ label: "D",
+ text: "14 . 7 d + 6 . 2 s ≤ 300, and, 2 d ≥ s",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The number of containers in a shipment must have a weight less than or equal to 300 pounds. The total weight, in pounds, of detergent and fabric softener that the supplier delivers can be expressed as the weight of each container multiplied by the number of each type of container, which is 7.35d for detergent and 6.2s for fabric softener. Since this total cannot exceed 300 pounds, it follows that 7 . 3 5 d + 6 . 2 s ≤ 300. Also, since the laundry service wants to buy at least twice as many containers of detergent as containers of fabric softener, the number of containers of detergent should be greater than or equal to two times the number of containers of fabric softener. This can be expressed by the inequality d ≥ 2 s.
Choice B is incorrect because it misrepresents the relationship between the numbers of each container that the laundry service wants to buy. Choice C is incorrect because the first inequality of the system incorrectly doubles the weight per container of detergent. The weight of each container of detergent is 7.35, not 14.7 pounds. Choice D is incorrect because it doubles the weight per container of detergent and transposes the relationship between the numbers of containers.",
+ hasFigure: false,
+ },
+ {
+ id: "963da34c",
+ type: "mcq",
+ questionHtml:
+ "A shipping service restricts the dimensions of the boxes it will ship for a certain type of service. The restriction states that for boxes shaped like rectangular prisms, the sum of the perimeter of the base of the box and the height of the box cannot exceed 130 inches. The perimeter of the base is determined using the width and length of the box. If a box has a height of 60 inches and its length is 2.5 times the width, which inequality shows the allowable width x, in inches, of the box?",
+ choices: [
+ { label: "A", text: "zero < x, which ≤ 10" },
+ {
+ label: "B",
+ text: "zero < x, which ≤ 11 and two-thirds",
+ },
+ {
+ label: "C",
+ text: "zero < x, which ≤ 17 and one-half",
+ },
+ { label: "D", text: "zero < x, which ≤ 20" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. If x is the width, in inches, of the box, then the length of the box is 2.5x inches. It follows that the perimeter of the base is 2 · (2 . 5 x + x, ), or 7x inches. The height of the box is given to be 60 inches. According to the restriction, the sum of the perimeter of the base and the height of the box should not exceed 130 inches. Algebraically, this can be represented by 7 x + 60 ≤ 130, or 7 x ≤ 70. Dividing both sides of the inequality by 7 gives x ≤ 10. Since x represents the width of the box, x must also be a positive number. Therefore, the inequality 0 < x, which ≤ 10 represents all the allowable values of x that satisfy the given conditions.Choices B, C, and D are incorrect and may result from calculation errors or misreading the given information.",
+ hasFigure: false,
+ },
+ {
+ id: "b8e73b5b",
+ type: "mcq",
+ questionHtml:
+ "Ken is working this summer as part of a crew on a farm. He earned $8 per hour for the first 10 hours he worked this week. Because of his performance, his crew leader raised his salary to $10 per hour for the rest of the week. Ken saves 90% of his earnings from each week. What is the least number of hours he must work the rest of the week to save at least $270 for the week?",
+ choices: [
+ { label: "A", text: "38" },
+ { label: "B", text: "33" },
+ { label: "C", text: "22" },
+ { label: "D", text: "16" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Ken earned $8 per hour for the first 10 hours he worked, so he earned a total of $80 for the first 10 hours he worked. For the rest of the week, Ken was paid at the rate of $10 per hour. Let x be the number of hours he will work for the rest of the week. The total of Ken’s earnings, in dollars, for the week will be 10 x + 80. He saves 90% of his earnings each week, so this week he will save 0 . 9 · (10 x + 80, ) dollars. The inequality 0 . 9 · (10 x + 80, ) ≥ 270 represents the condition that he will save at least $270 for the week. Factoring 10 out of the expression 10 x + 80 gives 10 · (x + 8, ). The product of 10 and 0.9 is 9, so the inequality can be rewritten as 9 · (x + 8, ) ≥ 270. Dividing both sides of this inequality by 9 yields x + 8 ≥ 30, so x ≥ 22. Therefore, the least number of hours Ken must work the rest of the week to save at least $270 for the week is 22.Choices A and B are incorrect because Ken can save $270 by working fewer hours than 38 or 33 for the rest of the week. Choice D is incorrect. If Ken worked 16 hours for the rest of the week, his total earnings for the week will be 80 dollars + 160 dollars = 240 dollars, which is less than $270. Since he saves only 90% of his earnings each week, he would save even less than $240 for the week.",
+ hasFigure: false,
+ },
+ {
+ id: "d8539e09",
+ type: "mcq",
+ questionHtml:
+ "y < 6 x + 2
For which of the following tables are all the values of x and their corresponding values of y solutions to the given inequality?",
+ choices: [
+ {
+ label: "A",
+ text: "x
y
3
20
5
32
7
44",
+ },
+ {
+ label: "B",
+ text: "x
y
3
16
5
36
7
40",
+ },
+ {
+ label: "C",
+ text: "x
y
3
16
5
28
7
40",
+ },
+ {
+ label: "D",
+ text: "x
y
3
24
5
36
7
48",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. All the tables in the choices have the same three values of x, so each of the three values of x can be substituted in the given inequality to compare the corresponding values of y in each of the tables. Substituting 3 for x in the given inequality yields y < 6 (3) + 2, or y < 20. Therefore, when x = 3, the corresponding value of y is less than 20. Substituting 5 for x in the given inequality yields y < 6 (5) + 2, or y < 32. Therefore, when x = 5, the corresponding value of y is less than 32. Substituting 7 for x in the given inequality yields y < 6 (7) + 2, or y < 44. Therefore, when x = 7, the corresponding value of y is less than 44. For the table in choice C, when x = 3, the corresponding value of y is 16, which is less than 20; when x = 5, the corresponding value of y is 28, which is less than 32; when x = 7, the corresponding value of y is 40, which is less than 44. Therefore, the table in choice C gives values of x and their corresponding values of y that are all solutions to the given inequality.
Choice A is incorrect. In the table for choice A, when x = 3, the corresponding value of y is 20, which is not less than 20; when x = 5, the corresponding value of y is 32, which is not less than 32; when x = 7, the corresponding value of y is 44, which is not less than 44.
Choice B is incorrect. In the table for choice B, when x = 5, the corresponding value of y is 36, which is not less than 32.
Choice D is incorrect. In the table for choice D, when x = 3, the corresponding value of y is 24, which is not less than 20; when x = 5, the corresponding value of y is 36, which is not less than 32; when x = 7, the corresponding value of y is 48, which is not less than 44.",
+ hasFigure: false,
+ },
+ {
+ id: "e8f9e117",
+ type: "spr",
+ questionHtml:
+ "The formula above is Ohm’s law for an electric circuit with current I, in amperes, potential difference V, in volts, and resistance R, in ohms. A circuit has a resistance of 500 ohms, and its potential difference will be generated by n six-volt batteries that produce a total potential difference of 6 n volts. If the circuit is to have a current of no more than 0.25 ampere, what is the greatest number, n, of six-volt batteries that can be used?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 20. For the given circuit, the resistance R is 500 ohms, and the total potential difference V generated by n batteries is 6 n volts. It’s also given that the circuit is to have a current of no more than 0.25 ampere, which can be expressed as I < 0 . 2 5. Since Ohm’s law says that I = V over R, the given values for V and R can be substituted for I in this inequality, which yields 6 n over 500 < 0 . 2 5. Multiplying both sides of this inequality by 500 yields 6 n < 125, and dividing both sides of this inequality by 6 yields n < 20 . 8 3 3. Since the number of batteries must be a whole number less than 20.833, the greatest number of batteries that can be used in this circuit is 20.",
+ hasFigure: false,
+ },
+ {
+ id: "ee2f611f",
+ type: "spr",
+ questionHtml:
+ "A local transit company sells a monthly pass for $95 that allows an unlimited number of trips of any length. Tickets for individual trips cost $1.50, $2.50, or $3.50, depending on the length of the trip. What is the minimum number of trips per month for which a monthly pass could cost less than purchasing individual tickets for trips?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 28. The minimum number of individual trips for which the cost of the monthly pass is less than the cost of individual tickets can be found by assuming the maximum cost of the individual tickets, $3.50. If n tickets costing $3.50 each are purchased in one month, the inequality 95 n represents this situation. Dividing both sides of the inequality by 3.50 yields 27.14 n, which is equivalent to n > 27.14. Since only a whole number of tickets can be purchased, it follows that 28 is the minimum number of trips.",
+ hasFigure: false,
+ },
+ {
+ id: "ee7b1de1",
+ type: "spr",
+ questionHtml:
+ "A small business owner budgets dollar sign 2, 200 to purchase candles. The owner must purchase a minimum of 200 candles to maintain the discounted pricing. If the owner pays dollar sign 4.90 per candle to purchase small candles and dollar sign 11.60 per candle to purchase large candles, what is the maximum number of large candles the owner can purchase to stay within the budget and maintain the discounted pricing?",
+ choices: [],
+ correctAnswer: "182",
+ explanation:
+ "The correct answer is 182. Let s represent the number of small candles the owner can purchase, and let script l represent the number of large candles the owner can purchase. It’s given that the owner pays dollar sign 4.90 per candle to purchase small candles and dollar sign 11.60 per candle to purchase large candles. Therefore, the owner pays 4.90 s dollars for s small candles and 11.60 script l dollars for script l large candles, which means the owner pays a total of 4.90 s + 11.60 script l dollars to purchase candles. It’s given that the owner budgets dollar sign 2, 200 to purchase candles. Therefore, 4.90 s + 11.60 script l < or = 2, 200. It’s also given that the owner must purchase a minimum of 200 candles. Therefore, s + script l > or = 200. The inequalities 4.90 s + 11.60 script l < or = 2, 200 and s + script l > or = 200 can be combined into one compound inequality by rewriting the second inequality so that its left-hand side is equivalent to the left-hand side of the first inequality. Subtracting script l from both sides of the inequality s + script l > or = 200 yields s > or = 200 − script l. Multiplying both sides of this inequality by 4.90 yields 4.90 s > or = 4.90 (200 − script l), or 4.90 s > or = 980 − 4.90 script l. Adding 11.60 script l to both sides of this inequality yields 4.90 s + 11.60 script l > or = 980 − 4 . 90 script l + 11 . 60 script l, or 4.90 s + 11.60 script l > or = 980 + 6.70 script l. This inequality can be combined with the inequality 4.90 s + 11.60 script l < or = 2, 200, which yields the compound inequality 980 + 6.70 script l < or = 4.90 s + 11.60 script l < or = 2, 200. It follows that 980 + 6.70 script l < or = 2, 200. Subtracting 980 from both sides of this inequality yields 6.70 script l < or = 2, 200. Dividing both sides of this inequality by 6.70 yields approximately script l < or = 182.09. Since the number of large candles the owner purchases must be a whole number, the maximum number of large candles the owner can purchase is the largest whole number less than 182.09, which is 182.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/lines-angles-triangles.ts b/src/data/math/lines-angles-triangles.ts
new file mode 100644
index 0000000..eb6db6b
--- /dev/null
+++ b/src/data/math/lines-angles-triangles.ts
@@ -0,0 +1,775 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const LINES_ANGLES_EASY: PracticeQuestion[] = [
+ {
+ id: "087cdcfd",
+ type: "mcq",
+ questionHtml:
+ "In the figure, three lines intersect at point P. If x = 65 and y = 75, what is the value of z ?",
+ choices: [
+ { label: "A", text: "140" },
+ { label: "B", text: "80" },
+ { label: "C", text: "40" },
+ { label: "D", text: "20" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The angle that is shown as lying between the y° angle and the z° angle is a vertical angle with the x° angle. Since vertical angles are congruent and x = 65, the angle between the y° angle and the z° angle measures 65°. Since the 65° angle, the y° angle, and the z° angle are adjacent and form a straight angle, it follows that the sum of the measures of these three angles is 180°, which is represented by the equation 65 ° + y ° + z ° = 180 °. It’s given that y = 75. Substituting 75 for y yields 65 ° + 75 ° + z ° = 180 °, which can be rewritten as 140 ° + z ° = 180 °. Subtracting 140° from both sides of this equation yields z ° = 40 °. Therefore, z = 40.Choice A is incorrect and may result from finding the value of x + y rather than z. Choices B and D are incorrect and may result from conceptual or computational errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/087cdcfd_img1.png",
+ },
+ {
+ id: "0bb39de4",
+ type: "mcq",
+ questionHtml:
+ "Triangles A B C and D E F are congruent, where A corresponds to D, and B and E are right angles. The measure of angle A is 18 °. What is the measure of angle F?",
+ choices: [
+ { label: "A", text: "18 °" },
+ { label: "B", text: "72 °" },
+ { label: "C", text: "90 °" },
+ { label: "D", text: "162 °" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that triangle A B C is congruent to triangle D E F. Corresponding angles of congruent triangles are congruent and, therefore, have equal measure. It’s given that angle A corresponds to angle D, and that the measure of angle A is 18 °. It's also given that the measures of angles B and E are 90 °. Since these angles have equal measure, they are corresponding angles. It follows that angle C corresponds to angle F. Let x ° represent the measure of angle C. Since the sum of the measures of the interior angles of a triangle is 180 °, it follows that 18 ° + 90 ° + x ° = 180 °, or 108 ° + x ° = 180 °. Subtracting 108 ° from both sides of this equation yields x ° = 72 °. Therefore, the measure of angle C is 72 °. Since angle C corresponds to angle F, it follows that the measure of angle F is also 72 °.
Choice A is incorrect. This is the measure of angle D, not the measure of angle F.
Choice C is incorrect. This is the measure of angle E, not the measure of angle F.
Choice D is incorrect. This is the sum of the measures of angles E and F, not the measure of angle F.",
+ hasFigure: false,
+ },
+ {
+ id: "0d3f51dc",
+ type: "mcq",
+ questionHtml:
+ "Clockwise from top left, the lines are labeled t, m, and n.
Line t intersects both line m and line n.
At the intersection of line t and line m, 1 angle is labeled clockwise from top left as follows:
Bottom left: x°
At the intersection of line t and line n, 1 angle is labeled clockwise from top left as follows:
Bottom right: 33°
A note indicates the figure is not drawn to scale.
In the figure, line m is parallel to line n, and line t intersects both lines. What is the value of x?",
+ choices: [
+ { label: "A", text: "33" },
+ { label: "B", text: "57" },
+ { label: "C", text: "123" },
+ { label: "D", text: "147" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that line m is parallel to line n, and line t intersects both lines. It follows that line t is a transversal. When two lines are parallel and intersected by a transversal, exterior angles on the same side of the transversal are supplementary. Thus, x + 33 = 180. Subtracting 33 from both sides of this equation yields x = 147. Therefore, the value of x is 147.
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: true,
+ figureUrl: "/practice-images/0d3f51dc_svg1.svg",
+ },
+ {
+ id: "3563d76d",
+ type: "mcq",
+ questionHtml:
+ "At a certain time and day, the Washington Monument in Washington, DC, casts a shadow that is 300 feet long. At the same time, a nearby cherry tree casts a shadow that is 16 feet long. Given that the Washington Monument is approximately 555 feet tall, which of the following is closest to the height, in feet, of the cherry tree?",
+ choices: [
+ { label: "A", text: "10" },
+ { label: "B", text: "20" },
+ { label: "C", text: "30" },
+ { label: "D", text: "35" },
+ ],
+ correctAnswer: "",
+ explanation:
+ "Choice C is correct. There is a proportional relationship between the height of an object and the length of its shadow. Let c represent the height, in feet, of the cherry tree. The given relationship can be expressed by the proportion 555 over 300 = c over 16. Multiplying both sides of this equation by 16 yields c = 29 . 6. This height is closest to the value given in choice C, 30.Choices A, B, and D are incorrect and may result from calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "36200a38",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a triangle with a horizontal base. The left and right sides of the triangle are both extended past the top vertex of the triangle. The bottom left angle is labeled 70 °, and the bottom right angle is labeled 50 °. The angle above the left side of the triangle and below the extension of the right side of the triangle is labeled x °.In the figure above, two sides of a triangle are extended. What is the value of x ?",
+ choices: [
+ { label: "A", text: "110" },
+ { label: "B", text: "120" },
+ { label: "C", text: "130" },
+ { label: "D", text: "140" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The sum of the interior angles of a triangle is 180°. The measures of the two interior angles of the given triangle are shown. Therefore, the measure of the third interior angle is 180° – 70° – 50° = 60°. The angles of measures x° and 60° are supplementary, so their sum is 180°. Therefore, x = 180 – 60 = 120.Choice A is incorrect and may be the result of misinterpreting x° as supplementary to 70°. Choice C is incorrect and may be the result of misinterpreting x° as supplementary to 50°. Choice D is incorrect and may be the result of a calculation error.",
+ hasFigure: true,
+ figureUrl: "/practice-images/36200a38_img1.png",
+ },
+ {
+ id: "3828f53d",
+ type: "mcq",
+ questionHtml:
+ "In the figure above, lines m and n are parallel. What is the value of b ?",
+ choices: [
+ { label: "A", text: "40" },
+ { label: "B", text: "50" },
+ { label: "C", text: "65" },
+ { label: "D", text: "80" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Given that lines m and n are parallel, the angle marked 130° must be supplementary to the leftmost angle marked a° because they are same-side interior angles. Therefore, 130° + a° = 180°, which yields a = 50°. Lines l and m intersect at a right angle, so lines j, l, and m form a right triangle where the two acute angles are a° and b°. The acute angles of a right triangle are complementary, so a° + b° = 90°, which yields 50° + b° = 90°, and b = 40.Choice B is incorrect. This is the value of a, not b. Choice C is incorrect and may be the result of dividing 130° by 2. Choice D is incorrect and may be the result of multiplying b by 2.",
+ hasFigure: true,
+ figureUrl: "/practice-images/3828f53d_img1.png",
+ },
+ {
+ id: "3b4b5b1e",
+ type: "spr",
+ questionHtml:
+ "Clockwise from top left, the 3 lines are labeled t, j, and k.
Line t intersects both line j and line k.
At the intersection of line t and line j, 2 angles are labeled clockwise from top left as follows:
Bottom right: 133°
Bottom left: x°
A note indicates the figure is not drawn to scale.
In the figure, line j is parallel to line k. What is the value of x?",
+ choices: [],
+ correctAnswer: "47",
+ explanation:
+ "The correct answer is 47. Based on the figure, the angle with measure x ° and the angle with measure 133 ° together form a straight line. Therefore, these two angles are supplementary, so the sum of their measures is 180 °. It follows that x + 133 = 180. Subtracting 133 from both sides of this equation yields x = 47.",
+ hasFigure: true,
+ figureUrl: "/practice-images/3b4b5b1e_svg1.svg",
+ },
+ {
+ id: "410bdbe6",
+ type: "mcq",
+ questionHtml:
+ "In the triangle above, a = 45. What is the value of b ?",
+ choices: [
+ { label: "A", text: "52" },
+ { label: "B", text: "59" },
+ { label: "C", text: "76" },
+ { label: "D", text: "104" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The sum of the measures of the three interior angles of a triangle is 180°. Therefore, 31 + 2 b + a = 180. Since it’s given that a = 45, it follows that 31 + 2 b + 45 = 180, or 2 b = 104. Dividing both sides of this equation by 2 yields b = 52.Choice B is incorrect and may result from a calculation error. Choice C is incorrect. This is the value of a + 31. Choice D is incorrect. This is the value of 2 b.",
+ hasFigure: true,
+ figureUrl: "/practice-images/410bdbe6_img1.png",
+ },
+ {
+ id: "42b4493b",
+ type: "mcq",
+ questionHtml:
+ "In a right triangle, the measure of one of the acute angles is 51 °. What is the measure, in degrees, of the other acute angle?",
+ choices: [
+ { label: "A", text: "6" },
+ { label: "B", text: "39" },
+ { label: "C", text: "49" },
+ { label: "D", text: "51" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The sum of the measures of the interior angles of a triangle is 180 degrees. Since the triangle is a right triangle, it has one angle that measures 90 degrees. Therefore, the sum of the measures, in degrees, of the remaining two angles is 180 − 90, or 90. It’s given that the measure of one of the acute angles in the triangle is 51 degrees. Therefore, the measure, in degrees, of the other acute angle is 90 − 51, or 39.
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 measure, in degrees, of the acute angle whose measure is given.",
+ hasFigure: false,
+ },
+ {
+ id: "5207e508",
+ type: "mcq",
+ questionHtml:
+ "Clockwise from top left, the 3 lines are labeled t, m, and n.
Line t intersects both line m and line n.
At the intersection of line t and line m, 1 angle is labeled clockwise from top left as follows:
Bottom left: 170°
At the intersection of line t and line n, 1 angle is labeled clockwise from top left as follows:
Bottom left: w°
A note indicates the figure is not drawn to scale.
In the figure, line m is parallel to line n. What is the value of w?",
+ choices: [
+ { label: "A", text: "17" },
+ { label: "B", text: "30" },
+ { label: "C", text: "70" },
+ { label: "D", text: "170" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that lines m and n are parallel. Since line t intersects both lines m and n, it's a transversal. The angles in the figure marked as 170 ° and w ° are on the same side of the transversal, where one is an interior angle with line m as a side, and the other is an exterior angle with line n as a side. Thus, the marked angles are corresponding angles. When two parallel lines are intersected by a transversal, corresponding angles are congruent and, therefore, have equal measure. It follows that w ° = 170 °. Therefore, the value of w is 170.
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: true,
+ figureUrl: "/practice-images/5207e508_svg1.svg",
+ },
+ {
+ id: "5733ce30",
+ type: "mcq",
+ questionHtml:
+ "In the given figure, side A C extends to point D. If the measure of angle B A C is equal to the measure of angle B C A, what is the value of x ?",
+ choices: [
+ { label: "A", text: "110" },
+ { label: "B", text: "70" },
+ { label: "C", text: "55" },
+ { label: "D", text: "40" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since angle B C D and angle B C A form a linear pair of angles, their measures sum to 180°. It’s given that the measure of angle B C D is 110°. Therefore, 110 ° + angle B C A = 180 °. Subtracting 110° from both sides of this equation gives the measure of angle B C A as 70°. It’s also given that the measure of angle B A C is equal to the measure of angle B C A. Thus, the measure of angle B A C is also 70°. The measures of the interior angles of a triangle sum to 180°. Thus, 70 ° + 70 ° + x ° = 180 °. Combining like terms on the left-hand side of this equation yields 140 ° + x ° = 180 °. Subtracting 140° from both sides of this equation yields x ° = 40 °, or x = 40.Choice A is incorrect. This is the value of the measure of angle B C D. Choice B is incorrect. This is the value of the measure of each of the other two interior angles, angle B C A and angle B A C. Choice C is incorrect and may result from an error made when identifying the relationship between the exterior angle of a triangle and the interior angles of the triangle.",
+ hasFigure: true,
+ figureUrl: "/practice-images/5733ce30_img1.png",
+ },
+ {
+ id: "992f4e93",
+ type: "mcq",
+ questionHtml:
+ "In the figure above, lines l and k are parallel. What is the value of a ?",
+ choices: [
+ { label: "A", text: "26" },
+ { label: "B", text: "64" },
+ { label: "C", text: "116" },
+ { label: "D", text: "154" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Since lines l and k are parallel, corresponding angles formed by the intersection of line j with lines l and k are congruent. Therefore, the angle with measure a° must be the supplement of the angle with measure 64°. The sum of two supplementary angles is 180°, so a = 180 – 64 = 116.Choice A is incorrect and likely results from thinking the angle with measure a° is the complement of the angle with measure 64°. Choice B is incorrect and likely results from thinking the angle with measure a° is congruent to the angle with measure 64°. Choice D is incorrect and likely results from a conceptual or computational error.",
+ hasFigure: true,
+ figureUrl: "/practice-images/992f4e93_img1.png",
+ },
+ {
+ id: "a6dbad6b",
+ type: "mcq",
+ questionHtml:
+ "The figure presents 2 parallel lines l and m, which are almost horizontal, with l above m. A from the left on m, moves up and to the right, intersects, and ends above l. Another from the right on m, moves up and to the left, intersects, and ends at the same . as the other line segment, above l. The angle at the . where the two line segments meet is labeled x °. The angle above l and to the left of the right is labeled z °. The angle above m and to the right of the left is labeled y °. The figure is not drawn to scaleIn the figure above, lines l and m are parallel, y = 20, and z = 60. What is the value of x ?",
+ choices: [
+ { label: "A", text: "120" },
+ { label: "B", text: "100" },
+ { label: "C", text: "90" },
+ { label: "D", text: "80" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Let the measure of the third angle in the smaller triangle be a, °. Since lines l and m are parallel and cut by transversals, it follows that the corresponding angles formed are congruent. So a ° = y °, which = 20 °. The sum of the measures of the interior angles of a triangle is 180 °, which for the interior angles in the smaller triangle yields a + x + z = 180. Given that z = 60 and a = 20, it follows that 20 + x + 60 = 180. Solving for x gives x = 180 − 60 − 20, or x = 100.Choice A is incorrect and may result from incorrectly assuming that angles x + z = 180. Choice C is incorrect and may result from incorrectly assuming that the smaller triangle is a right triangle, with x as the right angle. Choice D is incorrect and may result from a misunderstanding of the exterior angle theorem and incorrectly assuming that x = y + z.",
+ hasFigure: true,
+ figureUrl: "/practice-images/a6dbad6b_img1.png",
+ },
+ {
+ id: "afa3c48b",
+ type: "mcq",
+ questionHtml:
+ "Clockwise from top left, the 3 lines are labeled l, m, and n.
Line l intersects both line m and line n.
At the intersection of line l and line m, 1 angle is labeled clockwise from top left as follows:
Top right: x°
At the intersection of line l and line n, 1 angle is labeled clockwise from top left as follows:
Top left: 26°
A note indicates the figure is not drawn to scale.
In the figure shown, line m is parallel to line n. What is the value of x?",
+ choices: [
+ { label: "A", text: "13" },
+ { label: "B", text: "26" },
+ { label: "C", text: "52" },
+ { label: "D", text: "154" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The sum of consecutive interior angles between two parallel lines and on the same side of the transversal is 180 degrees. Since it's given that line m is parallel to line n, it follows that x + 26 = 180. Subtracting 26 from both sides of this equation yields 154. Therefore, the value of x is 154.
Choice A is incorrect. This is half of the given angle measure.
Choice B is incorrect. This is the value of the given angle measure.
Choice C is incorrect. This is twice the value of the given angle measure.",
+ hasFigure: true,
+ figureUrl: "/practice-images/afa3c48b_svg1.svg",
+ },
+ {
+ id: "c24e1bda",
+ type: "mcq",
+ questionHtml:
+ "Clockwise from top left, the 3 lines are labeled t, m, and n.
Line t intersects both line m and line n.
At the intersection of line t and line m, 1 angle is labeled clockwise from top left as follows:
Bottom left: 134°
At the intersection of line t and line n, 1 angle is labeled clockwise from top left as follows:
Bottom left: w°
A note indicates the figure is not drawn to scale.
In the figure, line m is parallel to line n. What is the value of w?",
+ choices: [
+ { label: "A", text: "13" },
+ { label: "B", text: "34" },
+ { label: "C", text: "66" },
+ { label: "D", text: "134" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that lines m and n are parallel. Since line t intersects both lines m and n, it's a transversal. The angles in the figure marked as 134 ° and w ° are on the same side of the transversal, where one is an interior angle with line m as a side, and the other is an exterior angle with line n as a side. Thus, the marked angles are corresponding angles. When two parallel lines are intersected by a transversal, corresponding angles are congruent and, therefore, have equal measure. It follows that w ° = 134 °. Therefore, the value of w is 134.
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: true,
+ figureUrl: "/practice-images/c24e1bda_svg1.svg",
+ },
+ {
+ id: "c8d60e48",
+ type: "mcq",
+ questionHtml:
+ "In the given triangle, the length of side A, B = the length of side A, C and angle A, B C has a measure of 67 °. What is the value of x ?",
+ choices: [
+ { label: "A", text: "36" },
+ { label: "B", text: "46" },
+ { label: "C", text: "58" },
+ { label: "D", text: "70" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since the length of A, B = the length of A, C, the measures of their corresponding angles, angle A, B C and angle A, C B, are equal. Since angle A, B C has a measure of 67 °, the measure of angle A, C B is also 67 °. Since the sum of the measures of the interior angles in a triangle is 180 °, it follows that 67 + 67 + x = 180, or 134 + x = 180. Subtracting by 134 on both sides of this equation yields x = 46.Choices A, C, and D are incorrect and may result from calculation errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/c8d60e48_img1.png",
+ },
+ {
+ id: "cbe8ca31",
+ type: "mcq",
+ questionHtml:
+ "In triangle X Y Z, the measure of angle X is 24 ° and the measure of angle Y is 98 °. What is the measure of angle Z?",
+ choices: [
+ { label: "A", text: "58 °" },
+ { label: "B", text: "74 °" },
+ { label: "C", text: "122 °" },
+ { label: "D", text: "212 °" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The triangle angle sum theorem states that the sum of the measures of the interior angles of a triangle is 180 °. It's given that in triangle X Y Z, the measure of angle X is 24 ° and the measure of angle Y is 98 °. It follows that the measure of angle Z is (180 − 24 − 98) °, or 58 °.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the sum of the measures of angle X and angle Y, not the measure of angle Z.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "cf0d3050",
+ type: "spr",
+ questionHtml:
+ "Clockwise from top left, the 3 lines are labeled, c, s, and t.
Line c intersects both line s and line t.
At the intersection of line c and line s, 1 angle is labeled clockwise from top left as follows:
Top right: x°
At the intersection of line c and line t, 1 angle is labeled clockwise from top left as follows:
Top left: 110°
A note indicates the figure is not drawn to scale.
In the figure shown, line c intersects parallel lines s and t. What is the value of x?",
+ choices: [],
+ correctAnswer: "70",
+ explanation:
+ "The correct answer is 70. Based on the figure, the angle with measure 110 ° and the angle vertical to the angle with measure x ° are same side interior angles. Since vertical angles are congruent, the angle vertical to the angle with measure x ° also has measure x °. It’s given that lines s and t are parallel. Therefore, same side interior angles between lines s and t are supplementary. It follows that x + 110 = 180. Subtracting 110 from both sides of this equation yields x = 70.",
+ hasFigure: true,
+ figureUrl: "/practice-images/cf0d3050_svg1.svg",
+ },
+ {
+ id: "d5f349b7",
+ type: "mcq",
+ questionHtml:
+ "Right triangle upper P upper Q upper R is labeled as follows:
Angle upper R is a right angle.
Right triangle upper S upper T upper U is labeled as follows:
Angle upper U is a right angle.
A note indicates the figures are not drawn to scale.
Right triangles P Q R and S T U are similar, where P corresponds to S. If the measure of angle Q is 18 °, what is the measure of angle S?",
+ choices: [
+ { label: "A", text: "18 °" },
+ { label: "B", text: "72 °" },
+ { label: "C", text: "82 °" },
+ { label: "D", text: "162 °" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. In similar triangles, corresponding angles are congruent. It’s given that right triangles P Q R and S T U are similar, where angle P corresponds to angle S. It follows that angle P is congruent to angle S. In the triangles shown, angle R and angle U are both marked as right angles, so angle R and angle U are corresponding angles. It follows that angle Q and angle T are corresponding angles, and thus, angle Q is congruent to angle T. It’s given that the measure of angle Q is 18 °, so the measure of angle T is also 18 °. Angle U is a right angle, so the measure of angle U is 90 °. The sum of the measures of the interior angles of a triangle is 180 °. Thus, the sum of the measures of the interior angles of triangle S T U is 180 degrees. Let s represent the measure, in degrees, of angle S. It follows that s + 18 + 90 = 180, or s + 108 = 180. Subtracting 108 from both sides of this equation yields s = 72. Therefore, if the measure of angle Q is 18 degrees, then the measure of angle S is 72 degrees.
Choice A is incorrect. This is the measure of angle T.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect. This is the sum of the measures of angle S and angle U.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d5f349b7_svg1.svg",
+ },
+ {
+ id: "dfc420b2",
+ type: "mcq",
+ questionHtml:
+ "In the figure above, A, D intersects B E at C. If x = 100, what is the value of y ?",
+ choices: [
+ { label: "A", text: "100" },
+ { label: "B", text: "90" },
+ { label: "C", text: "80" },
+ { label: "D", text: "60" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that x = 100; therefore, substituting 100 for x in triangle ABC gives two known angle measures for this triangle. The sum of the measures of the interior angles of any triangle equals 180°. Subtracting the two known angle measures of triangle ABC from 180° gives the third angle measure: 180 ° − 100 ° − 20 ° = 60 °. This is the measure of angle BCA. Since vertical angles are congruent, the measure of angle DCE is also 60°. Subtracting the two known angle measures of triangle CDE from 180° gives the third angle measure: 180 ° − 60 ° − 40 ° = 80 °. Therefore, the value of y is 80.Choice A is incorrect and may result from a calculation error. Choice B is incorrect and may result from classifying angle CDE as a right angle. Choice D is incorrect and may result from finding the measure of angle BCA or DCE instead of the measure of angle CDE.",
+ hasFigure: true,
+ figureUrl: "/practice-images/dfc420b2_img1.png",
+ },
+ {
+ id: "f1747a6a",
+ type: "mcq",
+ questionHtml:
+ "In triangle A B C, the measure of angle B is 52 ° and the measure of angle C is 17 °. What is the measure of angle A?",
+ choices: [
+ { label: "A", text: "21 °" },
+ { label: "B", text: "35 °" },
+ { label: "C", text: "69 °" },
+ { label: "D", text: "111 °" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The sum of the angle measures of a triangle is 180 °. Adding the measures of angles B and C gives 52 + 17 = 69 °. Therefore, the measure of angle A is 180 − 69 = 111 °.
Choice A is incorrect and may result from subtracting the sum of the measures of angles B and C from 90 °, instead of from 180 °.
Choice B is incorrect and may result from subtracting the measure of angle C from the measure of angle B.
Choice C is incorrect and may result from adding the measures of angles B and C but not subtracting the result from 180 °.",
+ hasFigure: false,
+ },
+ {
+ id: "f9d40000",
+ type: "mcq",
+ questionHtml:
+ "In triangle X Y Z, the measure of angle X is 23 ° and the measure of angle Y is 66 °. What is the measure of angle Z?",
+ choices: [
+ { label: "A", text: "43 °" },
+ { label: "B", text: "89 °" },
+ { label: "C", text: "91 °" },
+ { label: "D", text: "179 °" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The triangle angle sum theorem states that the sum of the measures of the interior angles of a triangle is 180 °. It's given that in triangle X Y Z, the measure of angle X is 23 ° and the measure of angle Y is 66 °. It follows that the measure of angle Z is (180 − 23 − 66) °, or 91 °.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the sum of the measures of angle X and angle Y, not the measure of angle Z.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+];
+
+export const LINES_ANGLES_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "1c3d613c",
+ type: "spr",
+ questionHtml:
+ "Triangle ABC and triangle DEF are shown. The relationship between the side lengths of the two triangles is such that the length of side A, B, over, the length of side D E = the length of side B C, over, the length of side E F, which = the length of side A, C, over, the length of side D F, which = 3. If the measure of angle BAC is 20°, what is the measure, in degrees, of angle EDF ? (Disregard the degree symbol when gridding your answer.)",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 20. By the equality given, the three pairs of corresponding sides of the two triangles are in the same proportion. By the side-side-side (SSS) similarity theorem, triangle ABC is similar to triangle DEF. In similar triangles, the measures of corresponding angles are congruent. Since angle BAC corresponds to angle EDF, these two angles are congruent and their measures are equal. It’s given that the measure of angle BAC is 20°, so the measure of angle EDF is also 20°.",
+ hasFigure: true,
+ figureUrl: "/practice-images/1c3d613c_img1.png",
+ },
+ {
+ id: "2adbf1b1",
+ type: "mcq",
+ questionHtml:
+ "Clockwise from top left, the 3 lines are labeled t, m, and n.
Line t intersects both line m and line n.
At the intersection of line t and line m, 2 angles are labeled clockwise from top left as follows:
Top right: x°
Bottom left: y°
At the intersection of line t and line n, 1 angle is labeled clockwise from top left as follows:
Top left: z°
A note indicates the figure is not drawn to scale.
In the figure, lines m and n are parallel. If x = 6 k + 13 and y = 8 k − 29, what is the value of z?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "21" },
+ { label: "C", text: "41" },
+ { label: "D", text: "139" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Vertical angles, which are angles that are opposite each other when two lines intersect, are congruent. The figure shows that lines t and m intersect. It follows that the angle with measure x ° and the angle with measure y ° are vertical angles, so x = y. It's given that x = 6 k + 13 and y = 8 k − 29. Substituting 6 k + 13 for x and 8 k − 29 for y in the equation x = y yields 6 k + 13 = 8 k − 29. Subtracting 6 k from both sides of this equation yields 13 = 2 k − 29. Adding 29 to both sides of this equation yields 42 = 2 k, or 2 k = 42. Dividing both sides of this equation by 2 yields k = 21. It's given that lines m and n are parallel, and the figure shows that lines m and n are intersected by a transversal, line t. If two parallel lines are intersected by a transversal, then the same-side interior angles are supplementary. It follows that the same-side interior angles with measures y ° and z ° are supplementary, so y + z = 180. Substituting 8 k − 29 for y in this equation yields 8 k − 29 + z = 180. Substituting 21 for k in this equation yields 8 (21) − 29 + z = 180, or 139 + z = 180. Subtracting 139 from both sides of this equation yields z = 41. Therefore, the value of z is 41.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the value of k, not z.
Choice D is incorrect. This is the value of x or y, not z.",
+ hasFigure: true,
+ figureUrl: "/practice-images/2adbf1b1_svg1.svg",
+ },
+ {
+ id: "4ff7b652",
+ type: "mcq",
+ questionHtml:
+ "Right triangles L M N and P Q R are similar, where L and M correspond to P and Q, respectively. Angle M has a measure of 53 °. What is the measure of angle Q?",
+ choices: [
+ { label: "A", text: "37 °" },
+ { label: "B", text: "53 °" },
+ { label: "C", text: "127 °" },
+ { label: "D", text: "143 °" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that triangle L M N is similar to triangle P Q R. Corresponding angles of similar triangles are congruent. Since angle M and angle Q correspond to each other, they must be congruent. Therefore, if the measure of angle M is 53 °, then the measure of angle Q is also 53 °.
Choice A is incorrect and may result from concluding that angle M and angle Q are complementary rather than congruent.
Choice C is incorrect and may result from concluding that angle M and angle Q are supplementary rather than congruent.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "686b5212",
+ type: "spr",
+ questionHtml:
+ "Clockwise from top left, the 3 lines are labeled s, q, and r.
Line s intersects both line q and line r.
At the intersection of line s and line q, 1 angle is labeled clockwise from top left as follows:
Top right: 58°
At the intersection of line s and line r, 1 angle is labeled clockwise from top left as follows:
Top left: y°
A note indicates the figure is not drawn to scale.
In the figure, line q is parallel to line r, and both lines are intersected by line s. If y = 2 x + 8, what is the value of x?",
+ choices: [],
+ correctAnswer: "57",
+ explanation:
+ "The correct answer is 57. Based on the figure, the angle with measure y ° and the angle vertical to the angle with measure 58 ° are same side interior angles. Since vertical angles are congruent, the angle vertical to the angle with measure 58 ° also has measure 58 °. It’s given that lines q and r are parallel. Therefore, same side interior angles between lines q and r are supplementary. It follows that y + 58 = 180. If y = 2 x + 8, then the value of x can be found by substituting 2 x + 8 for y in the equation y + 58 = 180, which yields (2 x + 8) + 58 = 180, or 2 x + 66 = 180. Subtracting 66 from both sides of this equation yields 2 x = 114. Dividing both sides of this equation by 2 yields x = 57. Thus, if y = 2 x + 8, the value of x is 57.",
+ hasFigure: true,
+ figureUrl: "/practice-images/686b5212_svg1.svg",
+ },
+ {
+ id: "6dd463ca",
+ type: "mcq",
+ questionHtml:
+ "In the figure above, segments AE and BD are parallel. If angle BDC measures 58° and angle ACE measures 62°, what is the measure of angle CAE ?",
+ choices: [
+ { label: "A", text: "58°" },
+ { label: "B", text: "60°" },
+ { label: "C", text: "62°" },
+ { label: "D", text: "120°" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that angle ACE measures 62 °. Since segments AE and BD are parallel, angles BDC and CEA are congruent. Therefore, angle CEA measures 58 °. The sum of the measures of angles ACE, CEA, and CAE is 180 ° since the sum of the interior angles of triangle ACE is equal to 180 °. Let the measure of angle CAE be x °. Therefore, 62 + 58 + x = 180, which simplifies to x = 60. Thus, the measure of angle CAE is 60 °.Choice A is incorrect. This is the measure of angle AEC, not that of angle CAE. Choice C is incorrect. This is the measure of angle ACE, not that of CAE. Choice D is incorrect. This is the sum of the measures of angles ACE and CEA.",
+ hasFigure: true,
+ figureUrl: "/practice-images/6dd463ca_img1.png",
+ },
+ {
+ id: "81b664bc",
+ type: "mcq",
+ questionHtml:
+ "The figure presents quadrilateral A, C D F, where side A, F and side C D are horizontal, and side C D lies above side A, F. Side C D is longer than side A, F. . B lies on left side A, C, and . E lies on right side D F. B E, which is horizontal, divides quadrilateral A, C D F into two quadrilaterals, A, B E F and B C D E.In the figure above, side A, F, B E, and side C D are parallel. Points B and E lie on side A, C and side F D, respectively. If the length of A, B = 9, the length of B C = 18 . 5, and the length of F E = 8 . 5, what is the length of E D, to the nearest tenth?",
+ choices: [
+ { label: "A", text: "16.8" },
+ { label: "B", text: "17.5" },
+ { label: "C", text: "18.4" },
+ { label: "D", text: "19.6" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since A F, B E, and C D are parallel, quadrilaterals A F E B and B E D C are similar. Let x represent the length of E D. With similar figures, the ratios of the lengths of corresponding sides are equal. It follows that 9 over 18 . 5 = 8 . 5 over x. Multiplying both sides of this equation by 18.5 and by x yields 9 x = 18 . 5 · 8 . 5, or 9 x = 157 . 2 5. Dividing both sides of this equation by 9 yields x = 17 . 4 7, which to the nearest tenth is 17.5.Choices A, C, and D are incorrect and may result from errors made when setting up the proportion.",
+ hasFigure: true,
+ figureUrl: "/practice-images/81b664bc_img1.png",
+ },
+ {
+ id: "901e3285",
+ type: "mcq",
+ questionHtml:
+ "In triangle ABC, the measure of angle A is 50 °. If triangle ABC is isosceles, which of the following is NOT a possible measure of angle B ?",
+ choices: [
+ { label: "A", text: "50 °" },
+ { label: "B", text: "65 °" },
+ { label: "C", text: "80 °" },
+ { label: "D", text: "100 °" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The sum of the three interior angles in a triangle is 180 °. It’s given that angle A measures 50 °. If angle B measured 100 °, the measure of angle C would be 180 ° − (50 ° + 100 °, ) = 30 °. Thus, the measures of the angles in the triangle would be 50 °, 100 °, and 30 °. However, an isosceles triangle has two angles of equal measure. Therefore, angle B can’t measure 100 °.Choice A is incorrect. If angle B has measure 50 °, then angle C would measure 180 ° − (50 ° + 50 °, ) = 80 °, and 50 °, 50 °, and 80 ° could be the angle measures of an isosceles triangle. Choice B is incorrect. If angle B has measure 65 °, then angle C would measure 180 ° − (65 ° + 50 °, ) = 65 °, and 50 °, 65 °, and 65 ° could be the angle measures of an isosceles triangle. Choice C is incorrect. If angle B has measure 80 °, then angle C would measure 180 ° − (80 ° + 50 °, ) = 50 °, and 50 °, 80 °, and 50 ° could be the angle measures of an isosceles triangle.",
+ hasFigure: false,
+ },
+ {
+ id: "933fee1a",
+ type: "mcq",
+ questionHtml:
+ "Triangles ABC and DEF are shown above. Which of the following is equal to the ratio B C over A, B?",
+ choices: [
+ { label: "A", text: "D E over D F" },
+ { label: "B", text: "D F over D E" },
+ { label: "C", text: "D F over E F" },
+ { label: "D", text: "E F over D E" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. In right triangle ABC, the measure of angle B must be 58° because the sum of the measure of angle A, which is 32°, and the measure of angle B is 90°. Angle D in the right triangle DEF has measure 58°. Hence, triangles ABC and DEF are similar (by angle-angle similarity). Since side B C is the side opposite to the angle with measure 32° and AB is the hypotenuse in right triangle ABC, the ratio the length of side B C over the length of side A, B is equal to the length of side D F over the length of side D E.Alternate approach: The trigonometric ratios can be used to answer this question. In right triangle ABC, the ratio the length of side B C over the length of side A, B = the sin of 32 °. The angle E in triangle DEF has measure 32° because the measure of angle D + the measure of angle E = 90 °. In triangle DEF, the ratio the length of side D F over the length of side D E = the sin of 32 °. Therefore, the length of side D F over the length of side D E = the length of side B C over the length of side A, B.
Choice A is incorrect because the length of side D E over the length of side D F is the reciprocal of the ratio the length of side B C over the length of side A, B. Choice C is incorrect because the length of side D F over the length of side D E = the length of side B C over the length of side A, C, not the length of side B C over the length of side A, B. Choice D is incorrect because the length of side E F over the length of side D E = the length of side A, C over the length of side A, B, not the length of side B C over the length of side A, B.",
+ hasFigure: true,
+ figureUrl: "/practice-images/933fee1a_img1.png",
+ },
+ {
+ id: "94364a79",
+ type: "mcq",
+ questionHtml:
+ "Two nearby trees are perpendicular to the ground, which is flat. One of these trees is 10 feet tall and has a shadow that is 5 feet long. At the same time, the shadow of the other tree is 2 feet long. How tall, in feet, is the other tree?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "4" },
+ { label: "C", text: "8" },
+ { label: "D", text: "27" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Each tree and its shadow can be modeled using a right triangle, where the height of the tree and the length of its shadow are the legs of the triangle. At a given point in time, the right triangles formed by two nearby trees and their respective shadows will be similar. Therefore, if the height of the other tree is x, in feet, the value of x can be calculated by solving the proportional relationship (10 feet tall) / (5 feet long) = (x feet tall) / (2 feet long). This equation is equivalent to(10) / (5) = (x) / (2), or 2 = (x) / (2). Multiplying each side of the equation 2 = (x) / (2) by 2 yields 4 = x. Therefore, the other tree is 4 feet tall.
Choice A is incorrect and may result from calculating the difference between the lengths of the shadows, rather than the height of the other tree.
Choice C is incorrect and may result from calculating the difference between the height of the 10-foot-tall tree and the length of the shadow of the other tree, rather than calculating the height of the other tree.
Choice D is incorrect and may result from a conceptual or calculation error.",
+ hasFigure: false,
+ },
+ {
+ id: "a4c05a1b",
+ type: "mcq",
+ questionHtml:
+ "Clockwise from top left, the 3 lines are labeled m, r, and s.
Line m intersects both line r and line s.
At the intersection of line m and line r, 1 angle is labeled clockwise from top left as follows:
Top right: x°
At the intersection of line m and line s, 1 angle is labeled clockwise from top left as follows:
Bottom right: y°
A note indicates the figure is not drawn to scale.
In the figure shown, lines r and s are parallel, and line m intersects both lines. If y < 65, which of the following must be true?",
+ choices: [
+ { label: "A", text: "x < 115" },
+ { label: "B", text: "x > 115" },
+ { label: "C", text: "x + y < 180" },
+ { label: "D", text: "x + y > 180" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. In the figure shown, the angle measuring y ° is congruent to its vertical angle formed by lines s and m, so the measure of the vertical angle is also y °. The vertical angle forms a same-side interior angle pair with the angle measuring x °. It's given that lines r and s are parallel. Therefore, same-side interior angles in the figure are supplementary, which means the sum of the measure of the vertical angle and the measure of the angle measuring x ° is 180 °, or x + y = 180. Subtracting x from both sides of this equation yields y = 180 − x. Substituting 180 − x for y in the inequality y < 65 yields 180 − x < 65. Adding x to both sides of this inequality yields 180 < 65 + x. Subtracting 65 from both sides of this inequality yields 115 < x, or x > 115. Thus, if y < 65, it must be true that x > 115.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. x + y must be equal to, not less than, 180.
Choice D is incorrect. x + y must be equal to, not greater than, 180.",
+ hasFigure: true,
+ figureUrl: "/practice-images/a4c05a1b_svg1.svg",
+ },
+ {
+ id: "c7bed21d",
+ type: "mcq",
+ questionHtml:
+ "Quadrilateral P prime Q prime R prime S prime is similar to quadrilateral P Q R S, where P, Q, R, and S correspond to P prime, Q prime, R prime, and S prime, respectively. The measure of angle P is 30 °, the measure of angle Q is 50 °, and the measure of angle R is 70 °. The length of each side of P prime Q prime R prime S prime is 3 times the length of each corresponding side of P Q R S. What is the measure of angle P prime?",
+ choices: [
+ { label: "A", text: "10 °" },
+ { label: "B", text: "30 °" },
+ { label: "C", text: "40 °" },
+ { label: "D", text: "90 °" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that quadrilateral P prime Q prime R prime S prime is similar to quadrilateral P Q R S, where P, Q, R, and S correspond to P prime, Q prime, R prime, and S prime, respectively. Since corresponding angles of similar quadrilaterals are congruent, it follows that the measure of angle P is equal to the measure of angle P prime. It's given that the measure of angle P is 30 °. Therefore, the measure of angle P prime is 30 °.
Choice A is incorrect. This is one third the measure of angle P prime.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect. This is 3 times the measure of angle P prime.",
+ hasFigure: false,
+ },
+ {
+ id: "d3fe472f",
+ type: "mcq",
+ questionHtml:
+ "Triangle A B C is similar to triangle X Y Z, such that A, B, and C correspond to X, Y, and Z respectively. The length of each side of triangle X Y Z is 2 times the length of its corresponding side in triangle A B C. The measure of side A B is 16. What is the measure of side X Y?",
+ choices: [
+ { label: "A", text: "14" },
+ { label: "B", text: "16" },
+ { label: "C", text: "18" },
+ { label: "D", text: "32" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that triangle A B C is similar to triangle X Y Z, such that A, B, and C correspond to X, Y, and Z, respectively. Therefore, side A B corresponds to side X Y. Since the length of each side of triangle X Y Z is 2 times the length of its corresponding side in triangle A B C, it follows that the measure of side X Y is 2 times the measure of side A B. Thus, since the measure of side A B is 16, then the measure of side X Y is 2 (16), or 32.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the measure of side A B, not side X Y.
Choice C is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "fd8745fc",
+ type: "spr",
+ questionHtml:
+ "In triangle J K L, the measures of angle K and angle L are each 48 °. What is the measure of angle J, in degrees? (Disregard the degree symbol when entering your answer.)",
+ choices: [],
+ correctAnswer: "84",
+ explanation:
+ "The correct answer is 84. The sum of the measures of the interior angles of a triangle is 180 °. It's given that in triangle J K L, the measures of angle Kand angle L are each 48 °. Adding the measures, in degrees, of angle K and angle L gives 48 + 48, or 96. Therefore, the measure of angle J, in degrees, is 180 − 96, or 84.",
+ hasFigure: false,
+ },
+];
+
+export const LINES_ANGLES_HARD: PracticeQuestion[] = [
+ {
+ id: "17912810",
+ type: "spr",
+ questionHtml:
+ "Counterclockwise from top right, the lines are labeled s, r, q, and t.
Line s intersects line r above line q.
Line s and line r each intersect line q and line t.
At the intersection of line s and line r, 1 angle is labeled counterclockwise from top as follows:
Top: a°
At the intersection of line s and line q, 1 angle is labeled counterclockwise from top-left as follows:
Top left: b°
At the intersection of line r and line t:
The line segment divides the bottom-left angle into two equal angles, each labeled w°.
A note indicates the figure is not drawn to scale.
In the figure, parallel lines q and t are intersected by lines r and s. If a = 43 and b = 122, what is the value of w?",
+ choices: [],
+ correctAnswer: "101/2, 50.5",
+ explanation:
+ "The correct answer is (101) / (2). In the figure, lines q, r, and s form a triangle. One interior angle of this triangle is vertical to the angle marked a °; therefore, the interior angle also has measure a °. It's given that a = 43. Therefore, the interior angle of the triangle has measure 43 °. A second interior angle of the triangle forms a straight line, q, with the angle marked b °. Therefore, the sum of the measures of these two angles is 180 °. It's given that b = 122. Therefore, the angle marked b ° has measure 122 ° and the second interior angle of the triangle has measure (180 − 122) °, or 58 °. The sum of the interior angles of a triangle is 180 °. Therefore, the measure of the third interior angle of the triangle is (180 − 43 − 58) °, or 79 °. It's given that parallel lines q and t are intersected by line r. It follows that the triangle's interior angle with measure 79 ° is congruent to the same side interior angle between lines q and t formed by lines t and r. Since this angle is supplementary to the two angles marked w °, the sum of 79 °, w °, and w ° is 180 °. It follows that 79 + w + w = 180, or 79 + 2 w = 180. Subtracting 79 from both sides of this equation yields 2 w = 101. Dividing both sides of this equation by 2 yields w = (101) / (2). Note that 101/2 and 50.5 are examples of ways to enter a correct answer.",
+ hasFigure: true,
+ figureUrl: "/practice-images/17912810_svg1.svg",
+ },
+ {
+ id: "3b225698",
+ type: "mcq",
+ questionHtml:
+ "Triangle X Y Z is similar to triangle R S T such that X, Y, and Z correspond to R, S, and T, respectively. The measure of angle Z is 20 ° and 2 X Y = R S. What is the measure of angle T?",
+ choices: [
+ { label: "A", text: "2 °" },
+ { label: "B", text: "10 °" },
+ { label: "C", text: "20 °" },
+ { label: "D", text: "40 °" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that triangle X Y Z is similar to triangle R S T, such that X, Y, and Z correspond to R, S, and T, respectively. Since corresponding angles of similar triangles are congruent, it follows that the measure of angle Z is congruent to the measure of angle T. It’s given that the measure of angle Z is 20 °. Therefore, the measure of angle T is 20 °.
Choice A is incorrect and may result from a conceptual error.
Choice B is incorrect. This is half the measure of angle Z.
Choice D is incorrect. This is twice the measure of angle Z.",
+ hasFigure: false,
+ },
+ {
+ id: "5b4757df",
+ type: "spr",
+ questionHtml:
+ "In triangle R S T, angle T is a right angle, point L lies on R S, point K lies on S T, and L K is parallel to R T. If the length of R T is 72 units, the length of L K is 24 units, and the area of triangle R S T is 792 square units, what is the length of K T, in units?",
+ choices: [],
+ correctAnswer: "14.66, 14.67, 44/3",
+ explanation:
+ "The correct answer is (44) / (3). It's given that in triangle R S T, angle T is a right angle. The area of a right triangle can be found using the formula A = one half script l 1 script l 2, where A represents the area of the right triangle, script l 1 represents the length of one leg of the triangle, and script l 2 represents the length of the other leg of the triangle. In triangle R S T, the two legs are R T and S T. Therefore, if the length of R T is 72 and the area of triangle R S T is 792, then 792 = one half (72) (S T), or 792 = (36) (S T). Dividing both sides of this equation by 36 yields 22 = S T. Therefore, the length of S T is 22. It's also given that point L lies on R S, point K lies on S T, and L K is parallel to R T. It follows that angle L K S is a right angle. Since triangles R S T and L S K share angle S and have right angles T and K, respectively, triangles R S T and L S K are similar triangles. Therefore, the ratio of the length of R T to the length of L K is equal to the ratio of the length of S T to the length of S K. If the length of R T is 72 and the length of L K is 24, it follows that the ratio of the length of R T to the length of L K is (72) / (24), or 3, so the ratio of the length of S T to the length of S K is 3. Therefore, (22) / (S K) = 3. Multiplying both sides of this equation by S K yields 22 = (3) (S K). Dividing both sides of this equation by 3 yields (22) / (3) = S K. Since the length of S T, 22, is the sum of the length of S K, (22) / (3), and the length of K T, it follows that the length of K T is 22 − (22) / (3), or (44) / (3). Note that 44/3, 14.66, and 14.67 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "6a3fbec3",
+ type: "spr",
+ questionHtml:
+ "In the figure above,
the length of B D = 6 and
the length of A D = 8. What is the length of
D C ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 4.5. According to the properties of right triangles, BD divides triangle ABC into two similar triangles, ABD and BCD. The corresponding sides of ABD and BCD are proportional, so the ratio of BD to AD is the same as the ratio of DC to BD. Expressing this information as a proportion gives six eighths = the fraction D C, over 6. Solving the proportion for DC results in
D C = 4 . 5. Note that 4.5 and 9/2 are examples of ways to enter a correct answer.",
+ hasFigure: true,
+ figureUrl: "/practice-images/6a3fbec3_img1.png",
+ },
+ {
+ id: "6d99b141",
+ type: "spr",
+ questionHtml:
+ "Triangle upper A upper C upper D partially overlaps triangle upper E upper B upper D.
Point upper C is on line segment upper B upper D.
Point upper E is on line segment upper A upper D.
The measure of angle upper A upper E upper B is x°.
A note indicates the figure is not drawn to scale.
In the figure, A C = C D. The measure of angle E B C is 45 °, and the measure of angle A C D is 104 °. What is the value of x?",
+ choices: [],
+ correctAnswer: "83",
+ explanation:
+ "The correct answer is 83. It's given that in the figure, A C = C D. Thus, triangle A C D is an isosceles triangle and the measure of angle C D A is equal to the measure of angle C A D. The sum of the measures of the interior angles of a triangle is 180 °. Thus, the sum of the measures of the interior angles of triangle A C D is 180 °. It's given that the measure of angle A C D is 104 °. It follows that the sum of the measures of angles C D A and C A D is (180 − 104) °, or 76 °. Since the measure of angle C D A is equal to the measure of angle C A D, the measure of angle C D A is half of 76 °, or 38 °. The sum of the measures of the interior angles of triangle B D E is 180 °. It's given that the measure of angle E B C is 45 °. Since the measure of angle B D E, which is the same angle as angle C D A, is 38 °, it follows that the measure of angle D E B is (180 − 45 − 38) °, or 97 °. Since angle D E B and angle A E B form a straight line, the sum of the measures of these angles is 180 °. It's given in the figure that the measure of angle A E B is x °. It follows that 97 + x = 180. Subtracting 97 from both sides of this equation yields x = 83.",
+ hasFigure: true,
+ figureUrl: "/practice-images/6d99b141_svg1.svg",
+ },
+ {
+ id: "740bf79f",
+ type: "mcq",
+ questionHtml:
+ "In the figure above, what is the length of NQ ?",
+ choices: [
+ { label: "A", text: "2.2" },
+ { label: "B", text: "2.3" },
+ { label: "C", text: "2.4" },
+ { label: "D", text: "2.5" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. First, M P is the hypotenuse of right triangle M N P, whose legs have lengths 3 and 4. Therefore, (the length of M P, ), ² = 3² + 4², so (the length of M P, ), ² = 25 and the length of M P = 5. Second, because angle M N P corresponds to angle N Q P and because angle M P N corresponds to angle N P Q, triangle M N P is similar to triangle N Q P. The ratio of corresponding sides of similar triangles is constant, so the length of N Q over the length of M N = the length of N P over the length of M P. Since M P = 5 and it’s given that the length of M N = 3 and the length of N P = 4, the length of N Q, over 3 = 4 over 5. Solving for NQ results in the length of N Q = 12 over 5, or 2.4.Choices A, B, and D are incorrect and may result from setting up incorrect ratios.",
+ hasFigure: true,
+ figureUrl: "/practice-images/740bf79f_img1.png",
+ },
+ {
+ id: "901c3215",
+ type: "mcq",
+ questionHtml:
+ "In triangles A B C and D E F, angles B and E each have measure 27 ° and angles C and F each have measure 41 °. Which additional piece of information is sufficient to determine whether triangle A B C is congruent to triangle D E F?",
+ choices: [
+ { label: "A", text: "The measure of angle A" },
+ { label: "B", text: "The length of side A B" },
+ {
+ label: "C",
+ text: "The lengths of sides B C and E F",
+ },
+ { label: "D", text: "No additional information is necessary." },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Since angles B and E each have the same measure and angles C and F each have the same measure, triangles A B C and D E F are similar, where side B C corresponds to side E F. To determine whether two similar triangles are congruent, it is sufficient to determine whether one pair of corresponding sides are congruent. Therefore, to determine whether triangles A B C and D E F are congruent, it is sufficient to determine whether sides B C and E F have equal length. Thus, the lengths of B C and E F are sufficient to determine whether triangle A B C is congruent to triangle D E F.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice D is incorrect. The given information is sufficient to determine that triangles A B C and D E F are similar, but not whether they are congruent.",
+ hasFigure: false,
+ },
+ {
+ id: "947a3cde",
+ type: "spr",
+ questionHtml:
+ "In the figure above, M Q and N R intersect at point P, N P = Q P, and M P = P R. What is the measure, in degrees, of angle Q M R ? (Disregard the degree symbol when gridding your answer.)",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 30. It is given that the measure of angle Q P R is 60 °. Angle MPR and angle Q P R are collinear and therefore are supplementary angles. This means that the sum of the two angle measures is 180 °, and so the measure of angle M P R is 120 °. The sum of the angles in a triangle is 180 °. Subtracting the measure of angle M P R from 180 ° yields the sum of the other angles in the triangle MPR. Since 180 − 120 = 60, the sum of the measures of angle Q M R and angle N R M is 60 °. It is given that the length of side M P = the length of side P R, so it follows that triangle MPR is isosceles. Thereforeangle Q M R and angle N R M must be congruent. Since the sum of the measure of these two angles is 60 °, it follows that the measure of each angle is 30 °.An alternate approach would be to use the exterior angle theorem, noting that the measure of angle Q P R is equal to the sum of the measures of angle Q M R and angle N R M. Since both angles are equal, each of them has a measure of 30 °.",
+ hasFigure: true,
+ figureUrl: "/practice-images/947a3cde_img1.png",
+ },
+ {
+ id: "a0369739",
+ type: "mcq",
+ questionHtml:
+ "In triangle A B C, the measure of angle B is 90 ° and B D is an altitude of the triangle. The length of A B is 15 and the length of A C is 23 greater than the length of A B. What is the value of (B C) / (B D)?",
+ choices: [
+ { label: "A", text: "(15) / (38)" },
+ { label: "B", text: "(15) / (23)" },
+ { label: "C", text: "(23) / (15)" },
+ { label: "D", text: "(38) / (15)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that in triangle A B C, the measure of angle B is 90 ° and B D is an altitude of the triangle. Therefore, the measure of angle B D C is 90 °. It follows that angle B is congruent to angle D and angle C is congruent to angle C. By the angle-angle similarity postulate, triangle A B C is similar to triangle B D C. Since triangles A B C and B D C are similar, it follows that (A C) / (A B) = (B C) / (B D). It's also given that the length of A B is 15 and the length of A C is 23 greater than the length of A B. Therefore, the length of A C is 15 + 23, or 38. Substituting 15 for A B and 38 for A C in the equation (A C) / (A B) = (B C) / (B D) yields (38) / (15) = (B C) / (B D). Therefore, the value of (B C) / (B D) is (38) / (15).
Choice A is incorrect. This is the value of (B D) / (B C).
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: "bd7f6e30",
+ type: "mcq",
+ questionHtml:
+ "In the figure above, R T = T U. What is the value of x ?",
+ choices: [
+ { label: "A", text: "72" },
+ { label: "B", text: "66" },
+ { label: "C", text: "64" },
+ { label: "D", text: "58" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Since the length of side R T = the length of side T U, it follows that triangle R T U is an isosceles triangle with base RU. Therefore, angle T R U and angle T U R are the base angles of an isosceles triangle and are congruent. Let the measures of both angle T R U and angle T U R be t °. According to the triangle sum theorem, the sum of the measures of the three angles of a triangle is 180 °. Therefore, 114 ° + 2 t ° = 180 °, so t = 33.Note that angle T U R is the same angle as angle S U V. Thus, the measure of angle S U V is 33 °. According to the triangle exterior angle theorem, an external angle of a triangle is equal to the sum of the opposite interior angles. Therefore, x ° is equal to the sum of the measures of angle V S U and angle S U V; that is, 31 ° + 33 ° = 64 °. Thus, the value of x is 64.
Choice B is incorrect. This is the measure of angle S T R, but angle S T R is not congruent to angle S V R. Choices A and D are incorrect and may result from a calculation error.",
+ hasFigure: true,
+ figureUrl: "/practice-images/bd7f6e30_img1.png",
+ },
+ {
+ id: "e10d8313",
+ type: "spr",
+ questionHtml:
+ "From left to right, horizontal line segment upper P upper V includes the following points:
Upper P
Upper Q
Upper R
Upper S
Upper T
Upper V
Points upper X and upper U are each below line segment upper P upper V.
From left to right, the following 2 overlapping triangles are formed between points on line segment upper P upper V and points upper X and upper U:
Triangle upper Q upper X upper S
Triangle upper R upper U upper T
Line segments upper R upper U and upper S upper X intersect at point upper W.
A note indicates the figure is not drawn to scale.
In the figure shown, points Q, R, S, and T lie on line segment P V, and line segment R U intersects line segment S X at point W. The measure of angle S Q X is 48 °, the measure of angle S X Q is 86 °, the measure of angle S W U is 85 °, and the measure of angle V T U is 162 °. What is the measure, in degrees, of angle T U R?",
+ choices: [],
+ correctAnswer: "123",
+ explanation:
+ "The correct answer is 123. The triangle angle sum theorem states that the sum of the measures of the interior angles of a triangle is 180 degrees. It's given that the measure of angle S Q X is 48 ° and the measure of angle S X Q is 86 °. Since points S, Q, and X form a triangle, it follows from the triangle angle sum theorem that the measure, in degrees, of angle Q S X is 180 − 48 − 86, or 46. It's also given that the measure of angle S W U is 85 °. Since angle S W U and angle S W R are supplementary angles, the sum of their measures is 180 degrees. It follows that the measure, in degrees, of angle S W R is 180 − 85, or 95. Since points R, S, and W form a triangle, and angle R S W is the same angle as angle Q S X, it follows from the triangle angle sum theorem that the measure, in degrees, of angle W R S is 180 − 46 − 95, or 39. It's given that the measure of angle V T U is 162 °. Since angle V T U and angle S T U are supplementary angles, the sum of their measures is 180 degrees. It follows that the measure, in degrees, of angle S T U is 180 − 162, or 18. Since points R, T, and U form a triangle, and angle U R T is the same angle as angle W R S, it follows from the triangle angle sum theorem that the measure, in degrees, of angle T U R is 180 − 39 − 18, or 123.",
+ hasFigure: true,
+ figureUrl: "/practice-images/e10d8313_svg1.svg",
+ },
+ {
+ id: "eeb4143c",
+ type: "spr",
+ questionHtml:
+ "The area of triangle ABC above is at least 48 but no more than 60. If y is an integer, what is one possible value of x ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is either the fraction 10 over 3, the fraction 15 over 4, or the fraction 25 over 6. The area of triangle ABC can be expressed as one half · (5 + 7, ) · y or 6 y. It’s given that the area of triangle ABC is at least 48 but no more than 60. It follows that 48 ≤ 6 y, which ≤ 60. Dividing by 6 to isolate y in this compound inequality yields 8 ≤ y, which ≤ 10. Since y is an integer, y = 8, 9, or 10. In the given figure, the two right triangles shown are similar because they have two pairs of congruent angles: their respective right angles and angle A. Therefore, the following proportion is true: the fraction x over y = the fraction 5 over 12. Substituting 8 for y in the proportion results in the fraction x over 8 = the fraction 5 over 12. Cross multiplying and solving for x yields the fraction 10 over 3. Substituting 9 for y in the proportion results in the fraction x over 9 = the fraction 5 over 12. Cross multiplying and solving for x yields the fraction 15 over 4. Substituting 10 for y in the proportion results in the fraction x over 10 = the fraction 5 over 12. Cross multiplying and solving for x yields the fraction 25 over 6. Note that 10/3, 15/4, 25/6, 3.333, 3.75, 4.166, and 4.167 are examples of ways to enter a correct answer.",
+ hasFigure: true,
+ figureUrl: "/practice-images/eeb4143c_img1.png",
+ },
+ {
+ id: "f7dbde16",
+ type: "mcq",
+ questionHtml:
+ "In triangles L M N and R S T, angles L and R each have measure 60 °, L N = 10, and R T = 30. Which additional piece of information is sufficient to prove that triangle L M N is similar to triangle R S T?",
+ choices: [
+ {
+ label: "A",
+ text: "M N = 7 and S T = 7",
+ },
+ {
+ label: "B",
+ text: "M N = 7 and S T = 21",
+ },
+ {
+ label: "C",
+ text: "The measures of angles M and S are 70 ° and 60 °, respectively.",
+ },
+ {
+ label: "D",
+ text: "The measures of angles M and T are 70 ° and 50 °, respectively.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Two triangles are similar if they have three pairs of congruent corresponding angles. It’s given that angles L and R each measure 60 °, and so these corresponding angles are congruent. If angle M is 70 °, then angle N must be 50 ° so that the sum of the angles in triangle L M N is 180 °. If angle T is 50 °, then angle S must be 70 ° so that the sum of the angles in triangle R S T is 180 °. Therefore, if the measures of angles M and T are 70 ° and 50 °, respectively, then corresponding angles M and S are both 70 °, and corresponding angles N and T are both 50 °. It follows that triangles L M N and R S T have three pairs of congruent corresponding angles, and so the triangles are similar. Therefore, the additional piece of information that is sufficient to prove that triangle L M N is similar to triangle R S T is that the measures of angles M and T are 70 ° and 50 °, respectively.
Choice A is incorrect. If the measures of two sides in one triangle are proportional to the corresponding sides in another triangle and the included angles are congruent, then the triangles are similar. However, the two sides given are not proportional and the angle given is not included by the given sides.
Choice B is incorrect. If the measures of two sides in one triangle are proportional to the corresponding sides in another triangle and the included angles are congruent, then the triangles are similar. However, the angle given is not included between the proportional sides.
Choice C is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "f88f27e5",
+ type: "spr",
+ questionHtml: "What is the value of x ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 97. The intersecting lines form a triangle, and the angle with measure of x ° is an exterior angle of this triangle. The measure of an exterior angle of a triangle is equal to the sum of the measures of the two nonadjacent interior angles of the triangle. One of these angles has measure of 23 ° and the other, which is supplementary to the angle with measure 106 °, has measure of 180 ° − 106 ° = 74 °. Therefore, the value of x is 23 + 74 = 97.",
+ hasFigure: true,
+ figureUrl: "/practice-images/f88f27e5_img1.png",
+ },
+];
diff --git a/src/data/math/nonlinear-equations.ts b/src/data/math/nonlinear-equations.ts
new file mode 100644
index 0000000..dfd6a5d
--- /dev/null
+++ b/src/data/math/nonlinear-equations.ts
@@ -0,0 +1,1452 @@
+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,
+ },
+];
diff --git a/src/data/math/nonlinear-functions.ts b/src/data/math/nonlinear-functions.ts
new file mode 100644
index 0000000..ec1ceb0
--- /dev/null
+++ b/src/data/math/nonlinear-functions.ts
@@ -0,0 +1,2400 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const NONLINEAR_FUNC_EASY: PracticeQuestion[] = [
+ {
+ id: "044c1cb7",
+ type: "mcq",
+ questionHtml:
+ "h (x) = x² − 3
Which table gives three values of x and their corresponding values of h (x) for the given function h?",
+ choices: [
+ {
+ label: "A",
+ text: "x
1
2
3
h (x)
4
5
6",
+ },
+ {
+ label: "B",
+ text: "x
1
2
3
h (x)
−2
1
6",
+ },
+ {
+ label: "C",
+ text: "x
1
2
3
h (x)
−1
1
3",
+ },
+ {
+ label: "D",
+ text: "x
1
2
3
h (x)
−2
1
3",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It′s given that h (x) = x² − 3. Each table gives 1, 2, and 3 as the three given values of x. Substituting 1 for x in the equation h (x) = x² − 3 yields h (1) = (1)² − 3, or h (1) = −2. Substituting 2 for x in the equation h (x) = x² − 3 yields h (2) = (2)² − 3, or h (2) = 1. Finally, substituting 3 for x in the equation h (x) = x² − 3 yields h (3) = (3)² − 3, or h (3) = 6. Therefore, h (x) is −2 when x is 1, h (x) is 1 when x is 2, and h (x) is 6 when x is 3. Choice B is a table with these values of x and their corresponding values of h (x).
Choice A is incorrect. This is a table of values for the function h (x) = x + 3, not h (x) = x² − 3.
Choice C is incorrect. This is a table of values for the function h (x) = 2 x − 3, not h (x) = x² − 3.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "09f58996",
+ type: "spr",
+ questionHtml:
+ "The function f is defined by f (x) = 6 + √(x). What is the value of f (36)?",
+ choices: [],
+ correctAnswer: "12",
+ explanation:
+ "The correct answer is 12. The value of f (36) is the value of f (x) when x = 36. Substituting 36 for x in the given equation yields f (36) = 6 + √(36), which is equivalent to f (36) = 6 + 6, or f (36) = 12. Thus, the value of f (36) is 12.",
+ hasFigure: false,
+ },
+ {
+ id: "1ee962ec",
+ type: "mcq",
+ questionHtml:
+ "The parabola opens upward.
The parabola passes through the following points:
(0 comma 0)
(3 comma negative 12)
(6 comma 0)
Scientists recorded data about the ocean water levels at a certain location over a period of 6 hours. The graph shown models the data, where y = 0 represents sea level. Which table gives values of x and their corresponding values of y based on the model?",
+ choices: [
+ {
+ label: "A",
+ text: "x
y
0
−12
0
3
3
6",
+ },
+ {
+ label: "B",
+ text: "x
y
0
0
3
12
0
−6",
+ },
+ {
+ label: "C",
+ text: "x
y
0
0
3
−12
6
0",
+ },
+ {
+ label: "D",
+ text: "x
y
0
0
12
3
−6
0",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Each point (x, y) on the graph represents an elapsed time x, in hours, and the corresponding ocean water level y, in feet, at a certain location based on the model. The graph shown passes through the points (0, 0), (3 −12), and (6, 0). Thus, the table in choice C gives the values of x and their corresponding values of y based on the model.
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/1ee962ec_svg1.svg",
+ },
+ {
+ id: "20722644",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = x³ + 9. What is the value of f (2)?",
+ choices: [
+ { label: "A", text: "14" },
+ { label: "B", text: "15" },
+ { label: "C", text: "17" },
+ { label: "D", text: "18" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that f (x) = x³ + 9. Substituting 2 for x in this equation yields f (2) = (2)³ + 9. This is equivalent to f (2) = 8 + 9, or f (2) = 17.
Choice A is incorrect. This is the value of 2 + 3 + 9, not 2³ + 9.
Choice B is incorrect. This is the value of 2 (3) + 9, not 2³ + 9.
Choice D is incorrect. This is the value of 3² + 9, not 2³ + 9.",
+ hasFigure: false,
+ },
+ {
+ id: "2cf7f039",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = 8 √(x). For what value of x does f (x) = 48?",
+ choices: [
+ { label: "A", text: "6" },
+ { label: "B", text: "8" },
+ { label: "C", text: "36" },
+ { label: "D", text: "64" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that f (x) = 8 √(x). Substituting 48 for f (x) in this equation yields 48 = 8 √(x). Dividing both sides of this equation by 8 yields 6 = √(x). This can be rewritten as √(x) = 6. Squaring both sides of this equation yields x = 36. Therefore, the value of x for which f (x) = 48 is 36.
Choice A is incorrect. If x = 6, f (x) = 8 √(6), not 48.
Choice B is incorrect. If x = 8, f (x) = 8 √(8), not 48.
Choice D is incorrect. If x = 64, f (x) = 8 √(64), which is equivalent to 64, not 48.",
+ hasFigure: false,
+ },
+ {
+ id: "3ea87153",
+ type: "mcq",
+ questionHtml:
+ "The function g is defined by g (x) = x² + 9. For which value of x is g (x) = 25?",
+ choices: [
+ { label: "A", text: "4" },
+ { label: "B", text: "5" },
+ { label: "C", text: "9" },
+ { label: "D", text: "13" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that g (x) = x² + 9. Substituting 25 for g (x) in this equation yields 25 = x² + 9. Subtracting 9 from both sides of this equation yields 16 = x². Taking the square root of each side of this equation yields x = + or − 4. It follows that g (x) = 25 when the value of x is 4 or −4. Only 4 is listed among the choices.
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: "4fbffc0a",
+ type: "mcq",
+ questionHtml:
+ "All values are approximate.
The parabola opens downward.
The vertex of the parabola is at (0.6 comma 5.5).
The parabola passes through the following points:
(0.0 comma 3.8)
(0.6 comma 5.5)
(1.0 comma 4.8)
(1.7 comma 0.0)
The graph shows the height above ground, in meters, of a ball x seconds after the ball was launched upward from a platform. Which statement is the best interpretation of the marked point (1.0, 4.8) in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "1.0 second after being launched, the ball's height above ground is 4.8 meters.",
+ },
+ {
+ label: "B",
+ text: "4.8 seconds after being launched, the ball's height above ground is 1.0 meter.",
+ },
+ {
+ label: "C",
+ text: "The ball was launched from an initial height of 1.0 meter with an initial velocity of 4.8 meters per second.",
+ },
+ {
+ label: "D",
+ text: "The ball was launched from an initial height of 4.8 meters with an initial velocity of 1.0 meter per second.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that the graph shows the height above ground, in meters, of a ball x seconds after the ball was launched upward from a platform. In the graph shown, the x-axis represents time, in seconds, and the y-axis represents the height of the ball above ground, in meters. It follows that for the marked point (1.0, 4.8), 1.00 represents the time, in seconds, after the ball was launched upward from a platform and 4.80 represents the height of the ball above ground, in meters. Therefore, the best interpretation of the marked point (1.0, 4.8) is 1.00 second after being launched, the ball's height above ground is 4.80 meters.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/4fbffc0a_svg1.svg",
+ },
+ {
+ id: "50418728",
+ type: "spr",
+ questionHtml:
+ "In quadrant 3, the curve rises to its maximum at point (0 comma negative 3).
In quadrant 4, the curve then falls.
The graph of the polynomial function f, where y = f (x), is shown. The y-intercept of the graph is (0, y). What is the value of y?",
+ choices: [],
+ correctAnswer: "-3",
+ explanation:
+ "The correct answer is −3. The y-intercept of the graph of a function in the xy-plane is the point where the graph crosses the y-axis. The graph of the polynomial function shown crosses the y-axis at the point (0 −3). It's given that the y-intercept of the graph is (0, y). Thus, the value of y is −3.",
+ hasFigure: true,
+ figureUrl: "/practice-images/50418728_svg1.svg",
+ },
+ {
+ id: "5377d9cf",
+ type: "mcq",
+ questionHtml:
+ "If f of x = the fraction with numerator x² − 6 x + 3, and denominator x − 1, end fraction, what is f of − 1 ?",
+ choices: [
+ { label: "A", text: "–5" },
+ { label: "B", text: "–2" },
+ { label: "C", text: "2" },
+ { label: "D", text: "5" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Substituting –1 for x in the equation that defines f gives f of − 1 = the fraction with numerator, (−1, ), ² − 6 · (−1, ) + 3, and denominator − 1 − 1, end fraction. Simplifying the expressions in the numerator and denominator yields the fraction with numerator 1 + 6 + 3, and denominator − 2, which is equal to 10 over − 2 or –5.Choices B, C, and D are incorrect and may result from misapplying the order of operations when substituting –1 for x.",
+ hasFigure: false,
+ },
+ {
+ id: "6abec9a8",
+ type: "mcq",
+ questionHtml:
+ "Moving from left to right:
The curve passes from quadrant 3 to quadrant 4.
In quadrant 3, the curve trends up sharply to point (0 comma negative 5).
In quadrant 4, the curve trends up gradually.
As x increases, the curve approaches the line y equals negative 4.
The curve passes through the following points:
(negative 1 comma negative 9)
(0 comma negative 5)
(1 comma negative 4.2)
What is the y-intercept of the graph shown?",
+ choices: [
+ { label: "A", text: "(−1 −9)" },
+ { label: "B", text: "(0 −5)" },
+ { label: "C", text: "(0 −4)" },
+ { label: "D", text: "(0, 0)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The y-intercept of a graph in the xy-plane is the point (x, y) on the graph where x = 0. At x = 0, the corresponding value of y is −5. Therefore, the y-intercept of the graph shown is (0 −5).
Choice A is incorrect and may result from conceptual errors.
Choice C is incorrect. This is the y-intercept of a graph in the xy-plane that intersects the y-axis at y = −4, not y = −5.
Choice D is incorrect. This is the y-intercept of a graph in the xy-plane that intersects the y-axis at y = 0, not y = −5.",
+ hasFigure: true,
+ figureUrl: "/practice-images/6abec9a8_svg1.svg",
+ },
+ {
+ id: "7160cbb3",
+ type: "mcq",
+ questionHtml:
+ "Moving from left to right:
The curve passes from quadrant 3 to quadrant 4.
In quadrant 3, the curve trends up sharply to point (0 comma negative 6).
In quadrant 4, the curve trends up gradually.
As x increases, the curve approaches the line y equals negative 5.
The curve passes through the following points:
(0 comma negative 6)
(1 comma negative 5 and one sixth)
What is the y-intercept of the graph shown?",
+ choices: [
+ { label: "A", text: "(0 −6)" },
+ { label: "B", text: "(−6, 0)" },
+ { label: "C", text: "(0, 0)" },
+ { label: "D", text: "(−5 −5)" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The y-intercept of a graph in the xy-plane is the point (x, y) on the graph where x = 0. For the graph shown, at x = 0, the corresponding value of y is −6. Therefore, the y-intercept of the graph shown is (0 −6).
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/7160cbb3_svg1.svg",
+ },
+ {
+ id: "72ae8a87",
+ type: "mcq",
+ questionHtml:
+ "The function f (x) = 200, 000 (1.21)^(x) gives a company’s predicted annual revenue, in dollars, x years after the company started selling light bulbs online, where 0 < x < or = 10. What is the best interpretation of the statement “f (5) is approximately equal to 518, 748” in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "5 years after the company started selling light bulbs online, its predicted annual revenue is approximately 518, 748 dollars.",
+ },
+ {
+ label: "B",
+ text: "5 years after the company started selling light bulbs online, its predicted annual revenue will have increased by a total of approximately 518, 748 dollars.",
+ },
+ {
+ label: "C",
+ text: "When the company’s predicted annual revenue is approximately 518, 748 dollars, it is 5 times the predicted annual revenue for the previous year.",
+ },
+ {
+ label: "D",
+ text: "When the company’s predicted annual revenue is approximately 518, 748 dollars, it is 5 % sign greater than the predicted annual revenue for the previous year.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is correct. It\'s given that the function f (x) = 200, 000 (1.21)^(x) gives a company\'s predicted annual revenue, in dollars, x years after the company started selling light bulbs online. It follows that f (x) represents the company\'s predicted annual revenue, in dollars, x years after the company started selling light bulbs online. Since the value of f (5) is the value of f (x) when x = 5, it follows that "f (5) is approximately equal to 518, 748" means that f (x) is approximately equal to 518, 748 when x = 5. Therefore, the best interpretation of the statement "f (5) is approximately equal to 518, 748" in this context is 5 years after the company started selling light bulbs online, its predicted annual revenue is approximately 518, 748 dollars.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.',
+ hasFigure: false,
+ },
+ {
+ id: "75915e3c",
+ type: "mcq",
+ questionHtml:
+ "For the function f defined above, what is the value of f of 2?",
+ choices: [
+ { label: "A", text: "9" },
+ { label: "B", text: "12" },
+ { label: "C", text: "18" },
+ { label: "D", text: "36" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The value of f of 2 is found by evaluating the expression 2 · 3 raised to the x power when x = 2. Substituting 2 for x in the given equation yields f of 2 = 2 · 3². Simplifying 3² in the equation results in f of 2 = 2 · 9. Evaluating the right-hand side of the equation yields f of 2 = 18. Therefore, the value of f of 2 is 18.Choice A is incorrect and may result from evaluating the expression as 3². Choice B is incorrect and may result from evaluating the expression as 2 · (3 · 2, ). Choice D is incorrect and may result from evaluating the expression as (2 · 3, ), ².",
+ hasFigure: false,
+ },
+ {
+ id: "788bfd56",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = 4 + √(x). What is the value of f (144)?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "16" },
+ { label: "C", text: "40" },
+ { label: "D", text: "76" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The value of f (144) is the value of f (x) when x = 144. It's given that the function f is defined by f (x) = 4 + √(x). Substituting 144 for x in this equation yields f (144) = 4 + √(144). Since the positive square root of 144 is 12, it follows that this equation can be rewritten as f (144) = 4 + 12, or f (144) = 16. Therefore, the value of f (144) is 16.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the value of f (1, 296), not f (144).
Choice D is incorrect. This is the value of f (5, 184), not f (144).",
+ hasFigure: false,
+ },
+ {
+ id: "79ba511a",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = x³ + 15. What is the value of f (2)?",
+ choices: [
+ { label: "A", text: "20" },
+ { label: "B", text: "21" },
+ { label: "C", text: "23" },
+ { label: "D", text: "24" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The value of f (2) is the value of f (x) when x = 2. Substituting 2 for x in the given function yields f (2) = (2)³ + 15, or f (2) = 8 + 15, which is equivalent to f (2) = 23. Therefore, the value of f (2) is 23.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the value of f (2) when f (x) = x (3) + 15, rather than f (x) = x³ + 15.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "837e9da7",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = (1) / (6 x). What is the value of f (x) when x = 3?",
+ choices: [
+ { label: "A", text: "one third" },
+ { label: "B", text: "one sixth" },
+ { label: "C", text: "one ninth" },
+ { label: "D", text: "one eighteenth" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that f (x) = (1) / (6 x). Substituting 3 for x in this equation yields f (3) = (1) / (6 (3)), or f (3) = one eighteenth. Therefore, when x = 3, the value of f (x) is one eighteenth.
Choice A is incorrect. This is the value of f (x) when x = 0.5.
Choice B is incorrect. This is the value of f (x) when x = 1.
Choice C is incorrect. This is the value of f (x) when x = 1.5.",
+ hasFigure: false,
+ },
+ {
+ id: "9da41c80",
+ type: "mcq",
+ questionHtml:
+ "A ball is dropped from an initial height of 22 feet and bounces off the ground repeatedly. The function h estimates that the maximum height reached after each time the ball hits the ground is 85 % sign of the maximum height reached after the previous time the ball hit the ground. Which equation defines h, where h (n) is the estimated maximum height of the ball after it has hit the ground n times and n is a whole number greater than 1 and less than 10?",
+ choices: [
+ { label: "A", text: "h (n) = 22 (0.22)^(n)" },
+ { label: "B", text: "h (n) = 22 (0.85)^(n)" },
+ { label: "C", text: "h (n) = 85 (0.22)^(n)" },
+ { label: "D", text: "h (n) = 85 (0.85)^(n)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that for the function h, h (n) is the estimated maximum height, in feet, of the ball after it has hit the ground n times. It's also given that the function h estimates that the maximum height reached after each time the ball hits the ground is 85 % sign of the maximum height reached after the previous time the ball hit the ground. It follows that h is a decreasing exponential function that can be written in the form h (n) = a ((p) / (100))^(n), where a is the initial height, in feet, the ball was dropped from and the function estimates that the maximum height reached after each time the ball hits the ground is p % sign of the maximum height reached after the previous time the ball hit the ground. It's given that the ball is dropped from an initial height of 22 feet. Therefore, a = 22. Since the function h estimates that the maximum height reached after each time the ball hits the ground is 85 % sign of the maximum height reached after the previous time the ball hit the ground, p = 85. Substituting 22 for a and 85 for p in the equation h (n) = a ((p) / (100))^(n) yields h (n) = 22 ((85) / (100))^(n), or h (n) = 22 (0.85)^(n).
Choice A is incorrect. This function estimates that the maximum height reached after each time the ball hits the ground is 22 % sign, not 85 % sign, of the maximum height reached after the previous time the ball hit the ground.
Choice C is incorrect. This function estimates that the ball is dropped from an initial height of 85 feet, not 22 feet, and that the maximum height reached after each time the ball hits the ground is 22 % sign, not 85 % sign, of the maximum height reached after the previous time the ball hit the ground.
Choice D is incorrect. This function estimates that the ball is dropped from an initial height of 85 feet, not 22 feet.",
+ hasFigure: false,
+ },
+ {
+ id: "ad376f1a",
+ type: "mcq",
+ questionHtml:
+ "For the first curve:
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).
In quadrant 1, the curve trends up sharply.
As x increases, the curve approaches the line x equals 4.
As x decreases, the curve approaches the line y equals 1.
The curve passes through the following points:
(negative 3 comma 2)
(0 comma 3)
For the second curve:
Moving from left to right:
The curve is in quadrant 4.
In quadrant 4, the curve trends up sharply.
As x increases, the curve approaches the line y equals 1.
As x decreases, the curve approaches the line x equals 4.
The curve passes through the following point:
(6 comma negative 4)
The graph of y = f (x) is shown in the xy-plane. What is the value of f (0)?",
+ choices: [
+ { label: "A", text: "−3" },
+ { label: "B", text: "0" },
+ { label: "C", text: "three fifths" },
+ { label: "D", text: "3" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Because the graph of y = f (x) is shown, the value of f (0) is the value of y on the graph that corresponds with x = 0. When x = 0, the corresponding value of y is 3. Therefore, the value of f (0) is 3.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/ad376f1a_svg1.svg",
+ },
+ {
+ id: "b39d74a0",
+ type: "mcq",
+ questionHtml:
+ "The table shown includes some values of x and their corresponding values of y. Which of the following graphs in the xy-plane could represent the relationship between x and y ?",
+ choices: [
+ {
+ label: "A",
+ text: "The answer choice presents the graph of a function in the xy plane. The origin is labeled O, and the numbers − 4 and 4 are indicated on each axis. The graph of the function is a curve. It begins above the x axis and to the left of the y axis, moves downward and to the right, and extends below the x axis and to the right of the y axis. From left to right, the curve moves downward, at first quickly, and passes through −1, 1. It then moves more slowly as it passes through the origin. After crossing the origin, the curve continues to move slowly downward, then more quickly, and passes through, 1 −1. It then extends downward and to the right.",
+ },
+ {
+ label: "B",
+ text: "The answer choice presents the graph of a function in the xy plane. The origin is labeled O, and the numbers − 4 and 4 are indicated on each axis. The graph of the function is a curve. It begins below the x axis and to the left of the y axis, moves upward and to the right, and extends above the x axis and to the right of the y axis. From left to right, the curve moves upward, at first quickly, passes through −1 −1, and then moves more slowly as it passes through the origin. After crossing the origin, the curve continues to move slowly upward, then more quickly as it passes through, 1, 1. It then extends upward and to the right.",
+ },
+ {
+ label: "C",
+ text: "The answer choice presents the graph of a function in the xy plane. The origin is labeled O, and the numbers − 4 and 4 are indicated on each axis. The graph of the function is a curve. It begins below the x axis and to the left of the y axis, moves upward and to the right, and extends above the x axis and to the right of the y axis. From left to right, the curve moves upward, at first quickly, crosses the x axis at − 1, and then moves more slowly as it crosses the y axis at 1. After crossing the y axis, the curve continues to move slowly upward, then moves more quickly as it passes through, 1, 2. It then extends upward and to the right.",
+ },
+ {
+ label: "D",
+ text: "The answer choice presents the graph of a function in the xy plane. The origin is labeled O, and the numbers − 4 and 4 are indicated on each axis. The graph of the function is a curve. It begins below the x axis and to the left of the y axis, moves upward and to the right, and extends above the x axis and to the right of the y axis. From left to right, the curve moves upward, at first quickly, passes through −1 −3, and then moves more slowly as it passes through the origin. After crossing the origin, the curve continues to move slowly upward, then moves more quickly as it passes through, 1, 3. It then extends upward and to the right.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Each pair of values shown in the table gives the ordered pair of coordinates for a point that lies on the graph that represents the relationship between x and y in the xy-plane: 0, 0, 1, 1, 2, 8, and 3, 27. Only the graph in choice B passes through the points listed in the table that are visible in the given choices.Choices A, C, and D are incorrect. None of these graphs passes through the point with coordinates 1, 1.",
+ hasFigure: true,
+ figureUrl: "/practice-images/b39d74a0_img1.png",
+ },
+ {
+ id: "b5c43226",
+ type: "mcq",
+ questionHtml:
+ "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 2).
In quadrant 1, the curve trends up sharply.
The curve passes through the following points:
(negative 1 comma 1)
(0 comma 2)
(2 comma 8)
What is the y-intercept of the graph shown?",
+ choices: [
+ { label: "A", text: "(0, 0)" },
+ { label: "B", text: "(0, 2)" },
+ { label: "C", text: "(2, 0)" },
+ { label: "D", text: "(2, 2)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The y-intercept of a graph in the xy-plane is the point at which the graph crosses the y-axis. The graph shown crosses the y-axis at the point (0, 2). Therefore, the y-intercept of the graph shown is (0, 2).
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: true,
+ figureUrl: "/practice-images/b5c43226_svg1.svg",
+ },
+ {
+ id: "cc2601cb",
+ type: "spr",
+ questionHtml:
+ "The parabola opens upward.
The vertex is at point (7 comma 0).
The parabola passes through the following points:
(6 comma 3)
(7 comma 0)
(8 comma 3)
The x-intercept of the graph shown is (x, 0). What is the value of x?",
+ choices: [],
+ correctAnswer: "7",
+ explanation:
+ "The correct answer is 7. It’s given that the x-intercept of the graph shown is (x, 0). The graph passes through the point (7, 0). Therefore, the value of x is 7.",
+ hasFigure: true,
+ figureUrl: "/practice-images/cc2601cb_svg1.svg",
+ },
+ {
+ id: "d46da42c",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined as shown. Which of the following graphs in the xy-plane could be the graph of y = f of x ?",
+ choices: [
+ {
+ label: "A",
+ text: "The answer choice presents the graph of a curve in the xy plane, with the origin labeled O. The numbers − 8 −4, 4, and 8 are indicated on each axis. There are horizontal gridlines at the numbers − 8 through 8, in increments of 2, on the y axis, and there are vertical gridlines at the numbers − 8 through 8, in increments of 2, on the x axis. The figure presents an upward opening parabola, whose vertex lies at − 4 on the y axis. The parabola crosses the x axis at − 2 and 2.",
+ },
+ {
+ label: "B",
+ text: "The answer choice presents the graph of a curve in the xy plane, with the origin labeled O. The numbers − 8 −4, 4, and 8 are indicated on each axis. There are horizontal gridlines at the numbers − 8 through 8, in increments of 2, on the y axis, and there are vertical gridlines at the numbers − 8 through 8, in increments of 2, on the x axis. The figure presents an upward opening parabola, whose vertex lies at − 4 on the x axis. The parabola passes through − 6, 4, and − 2, 4.",
+ },
+ {
+ label: "C",
+ text: "The answer choice presents the graph of a curve in the xy plane, with the origin labeled O. The numbers − 8 −4, 4, and 8 are indicated on each axis. There are horizontal gridlines at the numbers − 8 through 8, in increments of 2, on the y axis, and there are vertical gridlines at the numbers − 8 through 8, in increments of 2, on the x axis. The figure presents an upward opening parabola, whose vertex lies at 4 on the x axis. The parabola passes through 2, 4, and 6, 4.",
+ },
+ {
+ label: "D",
+ text: "The answer choice presents the graph of a curve in the xy plane, with the origin labeled O. The numbers − 8 −4, 4, and 8 are indicated on each axis. There are horizontal gridlines at the numbers − 8 through 8, in increments of 2, on the y axis, and there are vertical gridlines at the numbers − 8 through 8, in increments of 2, on the x axis. The figure presents an upward opening parabola, whose vertex lies at 4 on the y axis. The parabola passes through − 2, 8, and 2, 8.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. For the quadratic function f of x = x² + 4, the vertex of the graph is 0, 4, and because the x² term is positive, the vertex is the minimum of the function. Choice D is the only option that meets these conditions.Choices A, B, and C are incorrect. The vertex of each of these graphs doesn’t correspond to the minimum of the given function.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d46da42c_img3.png",
+ },
+ {
+ id: "de362c2f",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = 5 x². What is the value of f (8)?",
+ choices: [
+ { label: "A", text: "40" },
+ { label: "B", text: "50" },
+ { label: "C", text: "80" },
+ { label: "D", text: "320" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that the function f is defined by f (x) = 5 x². Substituting 8 for x in f (x) = 5 x² yields f (8) = 5 (8)², which is equivalent to f (8) = 5 (64), or f (8) = 320. Therefore, the value of f (8) is 320.
Choice A is incorrect. This is the value of f (8) if f (x) = 5 x.
Choice B is incorrect. This is the value of f (8) if f (x) = 5 (x + 2).
Choice C is incorrect. This is the value of f (8) if f (x) = (5 x) (2).",
+ hasFigure: false,
+ },
+ {
+ id: "e166aca6",
+ type: "mcq",
+ questionHtml:
+ "The parabola opens upward.
The vertex is at point (4 comma 0).
The parabola passes through the following points:
(3 comma 5)
(4 comma 0)
(5 comma 5)
What is the x-intercept of the graph shown?",
+ choices: [
+ { label: "A", text: "(−5, 0)" },
+ { label: "B", text: "(5, 0)" },
+ { label: "C", text: "(−4, 0)" },
+ { label: "D", text: "(4, 0)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The x-intercept of the graph shown is the point (x, y) on the graph where y = 0. At y = 0, the corresponding value of x is 4. Therefore, the x-intercept of the graph shown is (4, 0).
Choice A is incorrect. This is the x-intercept of a graph in the xy-plane that intersects the x-axis at x = −5, not x = 4.
Choice B is incorrect. This is the x-intercept of a graph in the xy-plane that intersects the x-axis at x = 5, not x = 4.
Choice C is incorrect. This is the x-intercept of a graph in the xy-plane that intersects the x-axis at x = −4, not x = 4.",
+ hasFigure: true,
+ figureUrl: "/practice-images/e166aca6_svg1.svg",
+ },
+ {
+ id: "ebe4bde0",
+ type: "mcq",
+ questionHtml:
+ "The quadratic function graphed above models a particular measure of plant diversity as a function of the elevation in a region of Switzerland. According to the model, which of the following is closest to the elevation, in meters, at which plant diversity is greatest?",
+ choices: [
+ { label: "A", text: "13,500" },
+ { label: "B", text: "3,000" },
+ { label: "C", text: "1,250" },
+ { label: "D", text: "250" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Each point with coordinates x, y on the graph represents the elevation x, in meters, and the corresponding measure of plant diversity y in a region of Switzerland. Therefore, the point on the graph with the greatest y-coordinate represents the location that has the greatest measure of plant diversity in the region. The greatest y-coordinate of any point on the graph is approximately 13,500. The x-coordinate of that point is approximately 1,250. Therefore, the closest elevation at which the plant diversity is the greatest is 1,250 meters.Choice A is incorrect. This value is closest to the greatest y-coordinate of any point on the graph and therefore represents the greatest measure of plant diversity, not the elevation where the greatest measure of plant diversity occurs. Choice B is incorrect. At an elevation of 3,000 meters the measure of plant diversity is approximately 4,000. Because there are points on the graph with greater y-coordinates, 4,000 can’t be the greatest measure of plant diversity, and 3,000 meters isn’t the elevation at which the greatest measure of plant diversity occurs. Choice D is incorrect. At an elevation of 250 meters, the measure of plant diversity is approximately 11,000. Because there are points on the graph with greater y-coordinates, 11,000 can’t be the greatest measure of plant diversity and 250 meters isn’t the elevation at which the greatest measure of plant diversity occurs.",
+ hasFigure: true,
+ figureUrl: "/practice-images/ebe4bde0_img1.png",
+ },
+ {
+ id: "ee05c84e",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined above. What is the value of f of 20 ?",
+ choices: [
+ { label: "A", text: "250" },
+ { label: "B", text: "500" },
+ { label: "C", text: "750" },
+ { label: "D", text: "2,000" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Adding the like terms x and 0 . 2 5 x yields the equation f of x = 1 . 2 5 x · (50 − x, ). Substituting 20 for x yields f of 20 = (1 . 2 5 · 20, ) · (50 − 20, ). The product 1 . 2 5 · 20 is equal to 25, and the difference 50 − 20 is equal to 30. Substituting these values in the given equation gives f of 20 = 25 · 30, and multiplying 25 by 30 results in f of 20 = 750.Choices A, B, and D are incorrect and may result from conceptual or computational errors when finding the value of f of 20.",
+ hasFigure: false,
+ },
+ {
+ id: "f547a8b1",
+ type: "mcq",
+ questionHtml:
+ "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 8).
In quadrant 1, the curve trends up sharply.
The curve passes through the following points:
(0 comma 8)
(1 comma 9)
What is the y-intercept of the graph shown?",
+ choices: [
+ { label: "A", text: "(−8, 0)" },
+ { label: "B", text: "(−6, 0)" },
+ { label: "C", text: "(0, 6)" },
+ { label: "D", text: "(0, 8)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The y-intercept of a graph in the xy-plane is the point at which the graph crosses the y-axis. The graph shown crosses the y-axis at the point (0, 8). Therefore, the y-intercept of the graph shown is (0, 8).
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: true,
+ figureUrl: "/practice-images/f547a8b1_svg1.svg",
+ },
+];
+
+export const NONLINEAR_FUNC_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "0aaef7aa",
+ type: "mcq",
+ questionHtml:
+ "The function p is defined by p (n) = 7 n³. What is the value of n when p (n) is equal to 56?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "eight thirds" },
+ { label: "C", text: "7" },
+ { label: "D", text: "8" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that p (n) = 7 n³. Substituting 56 for p (n) in this equation yields 56 = 7 n³. Dividing each side of this equation by 7 yields 8 = n³. Taking the cube root of each side of this equation yields 2 = n. Therefore, when p (n) is equal to 56, the value of n is 2.
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: "100030d9",
+ type: "spr",
+ questionHtml:
+ "A rubber ball bounces upward one-half the height that it falls each time it hits the ground. If the ball was originally dropped from a distance of 20.0 feet above the ground, what was its maximum height above the ground, in feet, between the third and fourth time it hit the ground?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 2.5. After hitting the ground once, the ball bounces to 20 . zero ÷ 2 = 10 . zero feet. After hitting the ground a second time, the ball bounces to 10 . zero ÷ 2 = 5 . zero feet. After hitting the ground for the third time, the ball bounces to 5 . zero ÷ 2 = 2 . 5 feet. Note that 2.5 and 5/2 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "203774bc",
+ type: "mcq",
+ questionHtml:
+ "The product of two positive integers is 546. If the first integer is 11 greater than twice the second integer, what is the smaller of the two integers?",
+ choices: [
+ { label: "A", text: "7" },
+ { label: "B", text: "14" },
+ { label: "C", text: "39" },
+ { label: "D", text: "78" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Let x be the first integer and let y be the second integer. If the first integer is 11 greater than twice the second integer, then x = 2 y + 11. If the product of the two integers is 546, then xy = 546. Substituting 2 y + 11 for x in this equation results in (2 y + 11) y = 546. Distributing the y to both terms in the parentheses results in 2 y² + 11 y = 546. Subtracting 546 from both sides of this equation results in 2 y² + 11 y − 546 = 0. The left-hand side of this equation can be factored by finding two values whose product is 2 (−546), or −1, 092, and whose sum is 11. The two values whose product is −1, 092 and whose sum is 11 are 39 and −28. Thus, the equation 2 y² + 11 y − 546 = 0 can be rewritten as 2 y² + 28 y − 39 y − 546 = 0, which is equivalent to 2 y (y − 14) + 39 (y − 14) = 0, or (2 y + 39) (y − 14) = 0. By the zero product property, it follows that 2 y + 39 = 0 and y − 14 = 0. Subtracting 39 from both sides of the equation 2 y + 39 = 0 yields 2 y = −39. Dividing both sides of this equation by 2 yields y = −(39) / (2). Since y is a positive integer, the value of y is not −(39) / (2). Adding 14 to both sides of the equation y − 14 = 0 yields y = 14. Substituting 14 for y in the equation xy = 546 yields x (14) = 546. Dividing both sides of this equation by 14 results in x = 39. Therefore, the two integers are 14 and 39, so the smaller of the two integers is 14.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the larger of the two integers.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "252a3b3a",
+ type: "mcq",
+ questionHtml:
+ "In quadrant 3:
The curve rises sharply to touch the x axis at point (negative 5 comma 0).
The curve falls gradually to a relative minimum at point (negative 2 comma negative 11).
The curve rises gradually to cross both axes at the origin.
In quadrant 1:
The curve rises gradually to a relative maximum at point (2.5 comma 21).
The curve falls sharply to cross the x axis at point (4 comma 0).
In quadrant 4 the curve falls sharply.
Which of the following could be the equation of the graph shown in the xy-plane?",
+ choices: [
+ { label: "A", text: "y = −one tenth x (x − 4) (x + 5)" },
+ {
+ label: "B",
+ text: "y = −one tenth x (x − 4) (x + 5)²",
+ },
+ { label: "C", text: "y = −one tenth x (x − 5) (x + 4)" },
+ {
+ label: "D",
+ text: "y = −one tenth x (x − 5)² (x + 4)",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Each of the given choices is an equation of the form y = − one tenth x (x − a)^(m) (x + b)^(n), where a, b, m, and n are positive constants. In the xy-plane, the graph of an equation of this form has x-intercepts at x = 0, x = a, and x = −b. The graph shown has x-intercepts at x = 0, x = 4, and x = −5. Therefore, a = 4 and b = 5. Of the given choices, only choices A and B have a = 4 and b = 5. For an equation in the form y = − one tenth x (x − a)^(m) (x + b)^(n), if all values of x that are less than −b or greater than a correspond to negative y-values, then the sum of all the exponents of the factors on the right-hand side of the equation is even. In the graph shown, all values of x less than −5 or greater than 4 correspond to negative y-values. Therefore, the sum of all the exponents of the factors on the right-hand side of the equation y = − one tenth x (x − 4)^(m) (x + 5)^(n) must be even. For choice A, the sum of these exponents is 1 + 1 + 1, or 3, which is odd. For choice B, the sum of these exponents is 1 + 1 + 2, or 4, which is even. Therefore, y = − one tenth x (x − 4) (x + 5)² could be the equation of the graph shown.
Choice A is incorrect. For the graph of this equation, all values of x less than −5 correspond to positive, not negative, y-values.
Choice C is incorrect. The graph of this equation has x-intercepts at x = −4, x = 0, and x = 5, rather than x-intercepts at x = −5, x = 0, and x = 4.
Choice D is incorrect. The graph of this equation has x-intercepts at x = −4, x = 0, and x = 5, rather than x-intercepts at x = −5, x = 0, and x = 4.",
+ hasFigure: true,
+ figureUrl: "/practice-images/252a3b3a_svg1.svg",
+ },
+ {
+ id: "281a4f3b",
+ type: "mcq",
+ questionHtml:
+ "A certain college had 3,000 students enrolled in 2015. The college predicts that after 2015, the number of students enrolled each year will be 2% less than the number of students enrolled the year before. Which of the following functions models the relationship between the number of students enrolled, f of x, and the number of years after 2015, x ?",
+ choices: [
+ {
+ label: "A",
+ text: "f of x = 0 . 0 2 · (3, 000, ), to the x power",
+ },
+ {
+ label: "B",
+ text: "f of x = 0 . 9 8 · (3, 000, ), to the x power",
+ },
+ {
+ label: "C",
+ text: "f of x = 3, 000 · (0 . 0 2, ), to the x power",
+ },
+ {
+ label: "D",
+ text: "f of x = 3, 000 · (0 . 9 8, ), to the x power, ",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Because the change in the number of students decreases by the same percentage each year, the relationship between the number of students and the number of years can be modeled with a decreasing exponential function in the form f of x = a · (1 − r, ), to the x power, where f of x is the number of students, a is the number of students in 2015, r is the rate of decrease each year, and x is the number of years since 2015. It’s given that 3,000 students were enrolled in 2015 and that the rate of decrease is predicted to be 2%, or 0.02. Substituting these values into the decreasing exponential function yields f of x = 3, 000 · (1 − 0 . 0 2, ), to the x power, which is equivalent to f of x = 3, 000 · (0 . 9 8, ), to the x power.Choices A, B, and C are incorrect and may result from conceptual errors when translating the given information into a decreasing exponential function.",
+ hasFigure: false,
+ },
+ {
+ id: "341ba5db",
+ type: "mcq",
+ questionHtml:
+ "g (x) = x² + 55
What is the minimum value of the given function?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "55" },
+ { label: "C", text: "110" },
+ { label: "D", text: "3, 025" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. For a quadratic function defined by an equation of the form g (x) = a (x − h)² + k, where a, h, and k are constants and a > 0, the minimum value of the function is k. In the given function, a = 1, h = 0, and k = 55. Therefore, the minimum value of the given function is 55.
Choice A is incorrect. This is the value of x for which the given function reaches its minimum value, not the minimum value of the function.
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: "3918e8bc",
+ type: "mcq",
+ questionHtml:
+ "An object is kicked from a platform. The equation h = − 4.9 t² + 7 t + 9 represents this situation, where h is the height of the object above the ground, in meters, t seconds after it is kicked. Which number represents the height, in meters, from which the object was kicked?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "4.9" },
+ { label: "C", text: "7" },
+ { label: "D", text: "9" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the equation h = − 4.9 t² + 7 t + 9 represents this situation, where h is the height, in meters, of the object t seconds after it is kicked. It follows that the height, in meters, from which the object was kicked is the value of h when t = 0. Substituting 0 for t in the equation h = − 4.9 t² + 7 t + 9 yields h = − 4.9 (0)² + 7 (0) + 9, or h = 9. Therefore, the object was kicked from a height of 9 meters.
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: "3c600337",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = 270 (0.1)^(x). What is the value of f (0)?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "1" },
+ { label: "C", text: "27" },
+ { label: "D", text: "270" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The value of f (0) is the value of f (x) when x = 0. Substituting 0 for x in the given function yields f (0) = 270 (0.1)⁰, or f (0) = 270 (1), which is equivalent to f (0) = 270. Therefore, the value of f (0) is 270.
Choice A is incorrect. This is the value of x, not f (x).
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the value of f (1), not f (0).",
+ hasFigure: false,
+ },
+ {
+ id: "4209aefe",
+ type: "mcq",
+ questionHtml:
+ "The function f (x) = 206 (1.034)^(x) models the value, in dollars, of a certain bank account by the end of each year from 1957 through 1972, where x is the number of years after 1957. Which of the following is the best interpretation of “f (5) is approximately equal to 243” in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The value of the bank account is estimated to be approximately 5 dollars greater in 1962 than in 1957.",
+ },
+ {
+ label: "B",
+ text: "The value of the bank account is estimated to be approximately 243 dollars in 1962.",
+ },
+ {
+ label: "C",
+ text: "The value, in dollars, of the bank account is estimated to be approximately 5 times greater in 1962 than in 1957.",
+ },
+ {
+ label: "D",
+ text: "The value of the bank account is estimated to increase by approximately 243 dollars every 5 years between 1957 and 1972.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that the function f (x) = 206 (1.034)^(x) models the value, in dollars, of a certain bank account by the end of each year from 19 57 through 19 72, where x is the number of years after 19 57. It follows that f (x) represents the estimated value, in dollars, of the bank account x years after 19 57. Since the value of f (5) is the value of f (x) when x = 5, it follows that “f (5) is approximately equal to 243” means that f (x) is approximately equal to 243 when x = 5. In the given context, this means that the value of the bank account is estimated to be approximately 243 dollars 5 years after 19 57. Therefore, the best interpretation of the statement “f (5) is approximately equal to 243” in this context is the value of the bank account is estimated to be approximately 243 dollars in 19 62.
Choice A is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "44076c7d",
+ type: "mcq",
+ questionHtml:
+ "x
f (x)
−1
10
0
14
1
20
For the quadratic function f, the table shows three values of x and their corresponding values of f (x). Which equation defines f?",
+ choices: [
+ { label: "A", text: "f (x) = 3 x² + 3 x + 14" },
+ { label: "B", text: "f (x) = 5 x² + x + 14" },
+ { label: "C", text: "f (x) = 9 x² − x + 14" },
+ { label: "D", text: "f (x) = x² + 5 x + 14" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The equation of a quadratic function can be written in the form f (x) = a (x − h)² + k, where a, h, and k are constants. It’s given in the table that when x = −1, the corresponding value of f (x) is 10. Substituting −1 for x and 10 for f (x) in the equation f (x) = a (x − h)² + k gives 10 = a (−1 − h)² + k, which is equivalent to 10 = a (1 + 2 h + h²) + k, or 10 = a + 2 a h + a h² + k. It’s given in the table that when x = 0, the corresponding value of f (x) is 14. Substituting 0 for x and 14 for f (x) in the equation f (x) = a (x − h)² + k gives 14 = a (0 − h)² + k, or 14 = a h² + k. It’s given in the table that when x = 1, the corresponding value of f (x) is 20. Substituting 1 for x and 20 for f (x) in the equation f (x) = a (x − h)² + k gives 20 = a (1 − h)² + k, which is equivalent to 20 = a (1 − 2 h + h²) + k, or 20 = a − 2 a h + a h² + k. Adding 20 = a − 2 a h + a h² + k to the equation 10 = a + 2 a h + a h² + k gives 30 = 2 a + 2 a h² + 2 k. Dividing both sides of this equation by 2 gives 15 = a + a h² + k. Since 14 = a h² + k, substituting 14 for a h² + k into the equation 15 = a + a h² + k gives 15 = a + 14. Subtracting 14 from both sides of this equation gives a = 1. Substituting 1 for a in the equations 14 = a h² + k and 20 = a h² − 2 a h + a + k gives 14 = h² + k and 20 = 1 − 2 h + h² + k, respectively. Since 14 = h² + k, substituting 14 for h² + k in the equation 20 = 1 − 2 h + h² + k gives 20 = 1 − 2 h + 14, or 20 = 15 − 2 h. Subtracting 15 from both sides of this equation gives 5 = − 2 h. Dividing both sides of this equation by −2 gives −five halves = h. Substituting −five halves for h into the equation 14 = h² + k gives 14 = (−five halves)² + k, or 14 = (25) / (4) + k. Subtracting (25) / (4) from both sides of this equation gives (31) / (4) = k. Substituting 1 for a, −five halves for h, and (31) / (4) for k in the equation f (x) = a (x − h)² + k gives f (x) = (x + five halves)² + (31) / (4), which is equivalent to f (x) = x² + 5 x + (25) / (4) + (31) / (4), or f (x) = x² + 5 x + 14. Therefore, f (x) = x² + 5 x + 14 defines f.
Choice A is incorrect. If f (x) = 3 x² + 3 x + 14, then when x = −1, the corresponding value of f (x) is 14, not 10.
Choice B is incorrect. If f (x) = 5 x² + x + 14, then when x = −1, the corresponding value of f (x) is 18, not 10.
Choice C is incorrect. If f (x) = 9 x² − x + 14, then when x = −1, the corresponding value of f (x) is 24, not 10, and when x = 1, the corresponding value of f (x) is 22, not 20.",
+ hasFigure: false,
+ },
+ {
+ id: "45df91ee",
+ type: "mcq",
+ questionHtml:
+ "g (x) = 11 (one twelfth)^(x)
If the given function g is graphed in the xy-plane, where y = g (x), what is the y-intercept of the graph?",
+ choices: [
+ { label: "A", text: "(0, 11)" },
+ { label: "B", text: "(0, 132)" },
+ { label: "C", text: "(0, 1)" },
+ { label: "D", text: "(0, 12)" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The x-coordinate of any y-intercept of a graph is 0. Substituting 0 for x in the given equation yields g (0) = 11 (one twelfth)⁰. Since any nonzero number raised to the 0 th power is 1, this gives g (0) = 11 dot 1, or g (0) = 11. The y-intercept of the graph is, therefore, the point (0, 11).
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: "4993b828",
+ type: "mcq",
+ questionHtml:
+ "The area A, in square centimeters, of a rectangular cutting board can be represented by the expression w (w + 9), where w is the width, in centimeters, of the cutting board. Which expression represents the length, in centimeters, of the cutting board?",
+ choices: [
+ { label: "A", text: "w (w + 9)" },
+ { label: "B", text: "w" },
+ { label: "C", text: "9" },
+ { label: "D", text: "(w + 9)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that the expression w (w + 9) represents the area, in square centimeters, of a rectangular cutting board, where w is the width, in centimeters, of the cutting board. The area of a rectangle can be calculated by multiplying its length by its width. It follows that the length, in centimeters, of the cutting board is represented by the expression (w + 9).
Choice A is incorrect. This expression represents the area, in square centimeters, of the cutting board, not its length, in centimeters.
Choice B is incorrect. This expression represents the width, in centimeters, of the cutting board, not its length.
Choice C is incorrect. This is the difference between the length, in centimeters, and the width, in centimeters, of the cutting board, not its length, in centimeters.",
+ hasFigure: false,
+ },
+ {
+ id: "50e40f08",
+ type: "spr",
+ questionHtml:
+ "f (x) = (x + 6) (x − 4)
If the given function f is graphed in the xy-plane, where y = f (x), what is the x-coordinate of an x-intercept of the graph?",
+ choices: [],
+ correctAnswer: "-6, 4",
+ explanation:
+ "The correct answer is either −6 or 4. The x-intercepts of a graph in the xy-plane are the points where y = 0. Thus, for an x-intercept of the graph of y = f (x), 0 = f (x). Substituting 0 for f (x) in the equation f (x) = (x + 6) (x − 4) yields 0 = (x + 6) (x − 4). By the zero product property, x + 6 = 0 and x − 4 = 0. Subtracting 6 from both sides of the equation x + 6 = 0 yields x = −6. Adding 4 to both sides of the equation x − 4 = 0 yields x = 4. Therefore, the x-coordinates of the x-intercepts of the graph of y = f (x) are −6 and 4. Note that -6 and 4 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "52b1700c",
+ type: "mcq",
+ questionHtml:
+ "Time (years)
Total amount (dollars)
0
604.00
1
606.42
2
608.84
Rosa opened a savings account at a bank. The table shows the exponential relationship between the time t, in years, since Rosa opened the account and the total amount n, in dollars, in the account. If Rosa made no additional deposits or withdrawals, which of the following equations best represents the relationship between t and n?",
+ choices: [
+ { label: "A", text: "|n = (1 + 604)^(t|)" },
+ { label: "B", text: "|n = (1 + 0.004)^(t|)" },
+ { label: "C", text: "|n = 604 (1 + 0.004)^(t|)" },
+ { label: "D", text: "|n = 0.004 (1 + 604)^(t|)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that the relationship between t and n is exponential. The table shows that the value of n increases as the value of t increases. Therefore, the relationship between t and n can be represented by an increasing exponential equation of the form n = a (1 + b)^(t), where a and b are positive constants. The table shows that when t = 0, n = 604. Substituting 0 for t and 604 for n in the equation n = a (1 + b)^(t) yields 604 = a (1 + b)⁰, which is equivalent to 604 = a (1), or 604 = a. Substituting 604 for a in the equation n = a (1 + b)^(t) yields n = 604 (1 + b)^(t). The table also shows that when t = 1, n = 606.42. Substituting 1 for t and 606.42 for n in the equation n = 604 (1 + b)^(t) yields 606.42 = 604 (1 + b)¹, or 606.42 = 604 (1 + b). Dividing both sides of this equation by 604 yields approximately 1.004 = 1 + b. Subtracting 1 from both sides of this equation yields that the value of b is approximately 0.004. Substituting 0.004 for b in the equation n = 604 (1 + b)^(t) yields n = 604 (1 + 0.004)^(t). Therefore, of the choices, choice C best represents the relationship between t and n.
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: "5bf0f84a",
+ type: "mcq",
+ questionHtml:
+ "The function above models the height h, in feet, of an object above ground t seconds after being launched straight up in the air. What does the number 72 represent in the function?",
+ choices: [
+ { label: "A", text: "The initial height, in feet, of the object" },
+ { label: "B", text: "The maximum height, in feet, of the object" },
+ {
+ label: "C",
+ text: "The initial speed, in feet per second, of the object",
+ },
+ {
+ label: "D",
+ text: "The maximum speed, in feet per second, of the object",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The variable t represents the seconds after the object is launched. Since h of 0 = 72, this means that the height, in feet, at 0 seconds, or the initial height, is 72 feet.Choices B, C, and D are incorrect and may be the result of misinterpreting the function in context.",
+ hasFigure: false,
+ },
+ {
+ id: "5c00c2c1",
+ type: "mcq",
+ questionHtml:
+ "There were no jackrabbits in Australia before 1788 when 24 jackrabbits were introduced. By 1920 the population of jackrabbits had reached 10 billion. If the population had grown exponentially, this would correspond to a 16.2% increase, on average, in the population each year. Which of the following functions best models the population p of t of jackrabbits t years after 1788?",
+ choices: [
+ {
+ label: "A",
+ text: "p of t = 1 . 1 6 2 · 24 raised to the t power",
+ },
+ {
+ label: "B",
+ text: "p of t = 24 · 2 raised to the 1 . 1 6 2, t power",
+ },
+ {
+ label: "C",
+ text: "p of t = 24 · 1 . 1 6 2 raised to the t power",
+ },
+ {
+ label: "D",
+ text: "p of t = (24 · 1 . 1 6 2, ), raised to the t power",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. This exponential growth model can be written in the form p of t = A · (1 + r, ), raised to the t power, where p of t is the population t years after 1788, A is the initial population, and r is the yearly growth rate, expressed as a decimal. Since there were 24 jackrabbits in Australia in 1788, A = 24. Since the number of jackrabbits increased by an average of 16.2% each year, r = 0 . 1 6 2. Therefore, the equation that best models this situation is p of t = 24 · 1 . 1 6 2 raised to the t power.Choices A, B, and D are incorrect and may result from misinterpreting the form of an exponential growth model.",
+ hasFigure: false,
+ },
+ {
+ id: "6676f055",
+ type: "mcq",
+ questionHtml:
+ "An engineer wanted to identify the best angle for a cooling fan in an engine in order to get the greatest airflow. The engineer discovered that the function above models the airflow f of theta, in cubic feet per minute, as a function of the angle of the fan theta, in degrees. According to the model, what angle, in degrees, gives the greatest airflow?",
+ choices: [
+ { label: "A", text: "–0.28" },
+ { label: "B", text: "0.28" },
+ { label: "C", text: "27" },
+ { label: "D", text: "880" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The function f is quadratic, so it will have either a maximum or a minimum at the vertex of the graph. Since the coefficient of the quadratic term (–0.28) is negative, the vertex will be at a maximum. The equation f(theta) = –0.28(theta – 27)2 + 880 is given in vertex form, so the vertex is at theta = 27. Therefore, an angle of 27 degrees gives the greatest airflow.Choices A and B are incorrect and may be the result of misidentifying which value in a quadratic equation in vertex form represents the vertex. Choice D is incorrect. This choice identifies the maximum value of f(theta) rather than the value of theta for which f(theta) is maximized.",
+ hasFigure: false,
+ },
+ {
+ id: "67f4b449",
+ type: "mcq",
+ questionHtml:
+ "The function f (w) = 6 w² gives the area of a rectangle, in square feet (ft²), if its width is w ft and its length is 6 times its width. Which of the following is the best interpretation of f (14) = 1, 176?",
+ choices: [
+ {
+ label: "A",
+ text: "If the width of the rectangle is 14 ft, then the area of the rectangle is 1, 176 ft².",
+ },
+ {
+ label: "B",
+ text: "If the width of the rectangle is 14 ft, then the length of the rectangle is 1, 176 ft.",
+ },
+ {
+ label: "C",
+ text: "If the width of the rectangle is 1, 176 ft, then the length of the rectangle is 14 ft.",
+ },
+ {
+ label: "D",
+ text: "If the width of the rectangle is 1, 176 ft, then the area of the rectangle is 14 ft².",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The function f gives the area of the rectangle, in ft², if its width is w ft. Since the value of f (14) is the value of f (w) if w = 14, it follows that f (14) = 1, 176 means that f (w) is 1, 176 if w = 14. In the given context, this means that if the width of the rectangle is 14 ft, then the area of the rectangle is 1, 176 ft².
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from interpreting f (w) as the width, in ft, of the rectangle if its area is w ft², rather than as the area, in ft², of the rectangle if its width is w ft.",
+ hasFigure: false,
+ },
+ {
+ id: "6ecdbcb4",
+ type: "mcq",
+ questionHtml:
+ "f (x) = (x + 6) (x + 5) (x − 4)
The function f is given. Which table of values represents y = f (x) − 3?",
+ choices: [
+ {
+ label: "A",
+ text: "x
y
−6
−9
−5
−8
4
1",
+ },
+ {
+ label: "B",
+ text: "x
y
−6
−3
−5
−3
4
−3",
+ },
+ {
+ label: "C",
+ text: "x
y
−6
−3
−5
−2
4
7",
+ },
+ {
+ label: "D",
+ text: "x
y
−6
3
−5
3
4
3",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that f (x) = (x + 6) (x + 5) (x − 4) and y = f (x) − 3. Substituting (x + 6) (x + 5) (x − 4) for f (x) in the equation y = f (x) − 3 yields y = (x + 6) (x + 5) (x − 4) − 3. Substituting −6 for x in this equation yields y = (−6 + 6) (−6 + 5) (−6 − 4) − 3, or y = −3. Substituting −5 for x in the equation y = (x + 6) (x + 5) (x − 4) − 3 yields y = (−5 + 6) (−5 + 5) (−5 − 4) − 3, or y = −3. Substituting 4 for x in the equation y = (x + 6) (x + 5) (x − 4) − 3 yields y = (4 + 6) (4 + 5) (4 − 4) − 3, or y = −3. Therefore, when x = −6 then y = −3, when x = −5 then y = −3, and when x = 4 then y = −3. Thus, the table of values in choice B represents y = f (x) − 3.
Choice A is incorrect. This table represents y = x − 3 rather than y = f (x) − 3.
Choice C is incorrect. This table represents y = x + 3 rather than y = f (x) − 3.
Choice D is incorrect. This table represents y = f (x) + 3 rather than y = f (x) − 3.",
+ hasFigure: false,
+ },
+ {
+ id: "70ebd3d0",
+ type: "mcq",
+ questionHtml:
+ "The function N defined above can be used to model the number of species of brachiopods at various ocean depths d, where d is in hundreds of meters. Which of the following does the model predict?",
+ choices: [
+ {
+ label: "A",
+ text: "For every increase in depth by 1 meter, the number of brachiopod species decreases by 115.",
+ },
+ {
+ label: "B",
+ text: "For every increase in depth by 1 meter, the number of brachiopod species decreases by 10%.",
+ },
+ {
+ label: "C",
+ text: "For every increase in depth by 100 meters, the number of brachiopod species decreases by 115.",
+ },
+ {
+ label: "D",
+ text: "For every increase in depth by 100 meters, the number of brachiopod species decreases by 10%.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The function N is exponential, so it follows that N of d changes by a fixed percentage for each increase in d by 1. Since d is measured in hundreds of meters, it also follows that the number of brachiopod species changes by a fixed percentage for each increase in ocean depth by 100 meters. Since the base of the exponent in the model is 0.90, which is less than 1, the number of brachiopod species decreases as the ocean depth increases. Specifically, the number of brachiopod species at a depth of d + 100 meters is 90% of the number of brachiopod species at a depth of d meters. This means that for each increase in ocean depth by 100 meters, the number of brachiopod species decreases by 10%.Choices A and C are incorrect. These describe situations where the number of brachiopod species are decreasing linearly rather than exponentially. Choice B is incorrect and results from interpreting the decrease in the number of brachiopod species as 10% for every 1-meter increase in ocean depth rather than for every 100-meter increase in ocean depth.",
+ hasFigure: false,
+ },
+ {
+ id: "735a0a00",
+ type: "mcq",
+ questionHtml:
+ "y = 0.25 x² − 7.5 x + 90.25
The equation gives the estimated stock price y, in dollars, for a certain company x days after a new product launched, where 0 < or = x < or = 20. Which statement is the best interpretation of (x, y) = (1, 83) in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The company's estimated stock price increased dollar sign 83 every day after the new product launched.",
+ },
+ {
+ label: "B",
+ text: "The company's estimated stock price increased dollar sign 1 every 83 days after the new product launched.",
+ },
+ {
+ label: "C",
+ text: "1 day after the new product launched, the company's estimated stock price is dollar sign 83.",
+ },
+ {
+ label: "D",
+ text: "83 days after the new product launched, the company's estimated stock price is dollar sign 1.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. In the given equation, x represents the number of days after a new product launched, where 0 < or = x < or = 20, and y represents the estimated stock price, in dollars, for a certain company. Therefore, the best interpretation of (x, y) = (1, 83) in this context is that 1 day after the new product launched, the company's estimated stock price is dollar sign 83.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "752055d1",
+ type: "mcq",
+ questionHtml:
+ "A scientist initially measures 12, 000 bacteria in a growth medium. 4 hours later, the scientist measures 24, 000 bacteria. Assuming exponential growth, the formula P = C (2)^(r t) gives the number of bacteria in the growth medium, where r and C are constants and P is the number of bacteria t hours after the initial measurement. What is the value of r?",
+ choices: [
+ { label: "A", text: "(1) / (12, 000)" },
+ { label: "B", text: "one fourth" },
+ { label: "C", text: "4" },
+ { label: "D", text: "12, 000" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that the formula P = C (2)^(r t) gives the number of bacteria in a growth medium, where r and C are constants and P is the number of bacteria t hours after the initial measurement. It’s also given that a scientist initially measures 12, 000 bacteria in the growth medium. Since the initial measurement is 0 hours after the initial measurement, it follows that when t = 0, P = 12, 000. Substituting 0 for t and 12, 000 for P in the given equation yields 12, 000 = C (2)^(r (0)), or 12, 000 = C (2)⁰, which is equivalent to 12, 000 = C. It’s given that 4 hours later, the scientist measures 24, 000 bacteria, or when t = 4, P = 24, 000. Substituting 4 for t, 24, 000 for P, and 12, 000 for C in the given equation yields 24, 000 = 12, 000 (2)^(4 r). Dividing each side of this equation by 12, 000 yields 2 = 2^(4 r), or 2¹ = 2^(4 r), which is equivalent to 1 = 4 r. Dividing both sides of this equation by 4 yields one fourth = r. Therefore, the value of r is one fourth.
Choice A is incorrect. This is the value of the reciprocal of C.
Choice C is incorrect. This is the value of the reciprocal of r.
Choice D is incorrect. This is the value of C.",
+ hasFigure: false,
+ },
+ {
+ id: "78d5f91a",
+ type: "mcq",
+ questionHtml:
+ "For the function f defined above, what is the value of f of − 1?",
+ choices: [
+ { label: "A", text: "−11" },
+ { label: "B", text: "−7" },
+ { label: "C", text: "7" },
+ { label: "D", text: "11" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Substituting −1 for x in the given function f gives f of − 1 = (−1, ), ³ + 3 · (−1, ), ² − 6 · −1 − 1, which simplifies to f of − 1 = −1 + 3 · 1 − 6 · −1 − 1. This further simplifies to f of − 1 = −1 + 3 + 6 − 1, or f of − 1 = 7.Choice A is incorrect and may result from correctly substituting −1 for x in the function but incorrectly simplifying the resulting expression to f of − 1 = −1 − 3 − 6 − 1, or −11. Choice B is incorrect and may result from arithmetic errors. Choice D is incorrect and may result from correctly substituting −1 for x in the function but incorrectly simplifying the expression to f of − 1 = 1 + 3 + 6 + 1, or 11.",
+ hasFigure: false,
+ },
+ {
+ id: "7ba694f3",
+ type: "mcq",
+ questionHtml:
+ "The number of bacteria in a liquid medium doubles every day. There are 44, 000 bacteria in the liquid medium at the start of an observation. Which represents the number of bacteria, y, in the liquid medium t days after the start of the observation?",
+ choices: [
+ { label: "A", text: "y = one half (44, 000)^(t)" },
+ { label: "B", text: "y = 2 (44, 000)^(t)" },
+ { label: "C", text: "y = 44, 000 (one half)^(t)" },
+ { label: "D", text: "y = 44, 000 (2)^(t)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since the number of bacteria doubles every day, the relationship between t and y can be represented by an exponential equation of the form y = a (b)^(t), where a is the number of bacteria at the start of the observation and the number of bacteria increases by a factor of b every day. It’s given that there are 44, 000 bacteria at the start of the observation. Therefore, a = 44, 000. It’s also given that the number of bacteria doubles, or increases by a factor of 2, every day. Therefore, b = 2. Substituting 44, 000 for a and 2 for b in the equation y = a (b)^(t) yields y = 44, 000 (2)^(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. This equation represents a situation where the number of bacteria is decreasing by half, not doubling, every day.",
+ hasFigure: false,
+ },
+ {
+ id: "7e5a3640",
+ type: "mcq",
+ questionHtml:
+ "Bacteria are growing in a liquid growth medium. There were 300, 000 cells per milliliter during an initial observation. The number of cells per milliliter doubles every 3 hours. How many cells per milliliter will there be 15 hours after the initial observation?",
+ choices: [
+ { label: "A", text: "1, 500, 000" },
+ { label: "B", text: "2, 400, 000" },
+ { label: "C", text: "4, 500, 000" },
+ { label: "D", text: "9, 600, 000" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Let y represent the number of cells per milliliter x hours after the initial observation. Since the number of cells per milliliter doubles every 3 hours, the relationship between x and y can be represented by an exponential equation of the form y = a (b)^((x) / (k)), where a is the number of cells per milliliter during the initial observation and the number of cells per milliliter increases by a factor of b every k hours. It’s given that there were 300, 000 cells per milliliter during the initial observation. Therefore, a = 300, 000. It’s also given that the number of cells per milliliter doubles, or increases by a factor of 2, every 3 hours. Therefore, b = 2 and k = 3. Substituting 300, 000 for a, 2 for b, and 3 for k in the equation y = a (b)^((x) / (k)) yields y = 300, 000 (2)^((x) / (3)). The number of cells per milliliter there will be 15 hours after the initial observation is the value of y in this equation when x = 15. Substituting 15 for x in the equation y = 300, 000 (2)^((x) / (3)) yields y = 300, 000 (2)^((15) / (3)), or y = 300, 000 (2)⁵. This is equivalent to y = 300, 000 (32), or y = 9, 600, 000. Therefore, 15 hours after the initial observation, there will be 9, 600, 000 cells per milliliter.
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: "90bcaa61",
+ type: "spr",
+ questionHtml:
+ "The function f (t) = 60, 000 (2)^((t) / (410)) gives the number of bacteria in a population t minutes after an initial observation. How much time, in minutes, does it take for the number of bacteria in the population to double?",
+ choices: [],
+ correctAnswer: "410",
+ explanation:
+ "The correct answer is 410. It's given that t minutes after an initial observation, the number of bacteria in a population is 60, 000 (2)^((t) / (410)). This expression consists of the initial number of bacteria, 60, 000, multiplied by the expression 2^((t) / (410)). The time it takes for the number of bacteria to double is the increase in the value of t that causes the expression 2^((t) / (410)) to double. Since the base of the expression 2^((t) / (410)) is 2, the expression 2^((t) / (410)) will double when the exponent increases by 1. Since the exponent of the expression 2^((t) / (410)) is (t) / (410), the exponent will increase by 1 when t increases by 410. Therefore the time, in minutes, it takes for the number of bacteria in the population to double is 410.",
+ hasFigure: false,
+ },
+ {
+ id: "926c246b",
+ type: "mcq",
+ questionHtml:
+ "The equation above estimates the global data traffic D, in terabytes, for the year that is t years after 2010. What is the best interpretation of the number 5,640 in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The estimated amount of increase of data traffic, in terabytes, each year",
+ },
+ {
+ label: "B",
+ text: "The estimated percent increase in the data traffic, in terabytes, each year",
+ },
+ {
+ label: "C",
+ text: "The estimated data traffic, in terabytes, for the year that is t years after 2010",
+ },
+ { label: "D", text: "The estimated data traffic, in terabytes, in 2010" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since t represents the number of years after 2010, the estimated data traffic, in terabytes, in 2010 can be calculated using the given equation when t = 0. Substituting 0 for t in the given equation yields D = 5, 640 · (1 . 9, ), to the 0 power, or 5, 640 · 1 = 5, 640. Thus, 5,640 represents the estimated data traffic, in terabytes, in 2010.Choice A is incorrect. Since the equation is exponential, the amount of increase of data traffic each year isn’t constant. Choice B is incorrect. According to the equation, the percent increase in data traffic each year is 90%. Choice C is incorrect. The estimated data traffic, in terabytes, for the year that is t years after 2010 is represented by D, not the number 5,640.",
+ hasFigure: false,
+ },
+ {
+ id: "97158b3a",
+ type: "mcq",
+ questionHtml:
+ "The area A, in square centimeters, of a rectangular painting can be represented by the expression w (w + 29), where w is the width, in centimeters, of the painting. Which expression represents the length, in centimeters, of the painting?",
+ choices: [
+ { label: "A", text: "w" },
+ { label: "B", text: "29" },
+ { label: "C", text: "(w + 29)" },
+ { label: "D", text: "w (w + 29)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that the expression w (w + 29) represents the area, in square centimeters, of a rectangular painting, where w is the width, in centimeters, of the painting. The area of a rectangle can be calculated by multiplying its length by its width. It follows that the length, in centimeters, of the painting is represented by the expression (w + 29).
Choice A is incorrect. This expression represents the width, in centimeters, of the painting, not its length, in centimeters.
Choice B is incorrect. This is the difference between the length, in centimeters, and the width, in centimeters, of the painting, not its length, in centimeters.
Choice D is incorrect. This expression represents the area, in square centimeters, of the painting, not its length, in centimeters.",
+ hasFigure: false,
+ },
+ {
+ id: "981aca65",
+ type: "mcq",
+ questionHtml:
+ "f (x) = (a − 19) / (x) + 5
In the given function f, a is a constant. The graph of function f in the xy-plane, where y = f (x), is translated 3 units down and 4 units to the right to produce the graph of y = g (x). Which equation defines function g?",
+ choices: [
+ { label: "A", text: "g (x) = (a − 19) / (x + 4) + 2" },
+ { label: "B", text: "g (x) = (a − 19) / (x − 4) + 2" },
+ { label: "C", text: "g (x) = (a − 22) / (x + 4) + 5" },
+ { label: "D", text: "g (x) = (a − 22) / (x − 4) + 5" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that the graph of y = g (x) is produced by translating the graph of y = f (x) 3 units down and 4 units to the right in the xy-plane. Therefore, function g can be defined by an equation in the form g (x) = f (x − 4) − 3. Function f is defined by the equation f (x) = (a − 19) / (x) + 5, where a is a constant. Substituting x − 4 for x in the equation f (x) = (a − 19) / (x) + 5 yields f (x − 4) = (a − 19) / (x − 4) + 5. Substituting (a − 19) / (x − 4) + 5 for f (x − 4) in the equation g (x) = f (x − 4) − 3 yields g (x) = (a − 19) / (x − 4) + 5 − 3, or g (x) = (a − 19) / (x − 4) + 2. Therefore, the equation that defines function g is g (x) = (a − 19) / (x − 4) + 2.
Choice A is incorrect. This equation defines a function whose graph is produced by translating the graph of y = f (x) 3 units down and 4 units to the left, not 3 units down and 4 units to the right.
Choice C is incorrect. This equation defines a function whose graph is produced by translating the graph of y = f (x) 4 units to the left, not 3 units down and 4 units to the right.
Choice D is incorrect. This equation defines a function whose graph is produced by translating the graph of y = f (x) 4 units to the right, not 3 units down and 4 units to the right.",
+ hasFigure: false,
+ },
+ {
+ id: "a26c29f7",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = 7 x³. In the xy-plane, the graph of y = g (x) is the result of shifting the graph of y = f (x) down 2 units. Which equation defines function g?",
+ choices: [
+ { label: "A", text: "g (x) = seven halves x³" },
+ { label: "B", text: "g (x) = 7 x^(three halves)" },
+ { label: "C", text: "g (x) = 7 x³ + 2" },
+ { label: "D", text: "g (x) = 7 x³ − 2" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. If the graph of y = g (x) is the result of shifting the graph of y = f (x) down k units in the xy-plane, the function g can be defined by an equation of the form g (x) = f (x) − k. It’s given that f (x) = 7 x³ and the graph of y = g (x) is the result of shifting the graph of y = f (x) down 2 units. Substituting 7 x³ for f (x) and 2 for k in the equation g (x) = f (x) − k yields g (x) = 7 x³ − 2.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect. This equation defines a function g for which the graph of y = g (x) is the result of shifting the graph of y = f (x) up, not down, 2 units.",
+ hasFigure: false,
+ },
+ {
+ id: "a31417d1",
+ type: "mcq",
+ questionHtml:
+ "From 2005 through 2014, the number of music CDs sold in the United States declined each year by approximately 15% of the number sold the preceding year. In 2005, approximately 600 million CDs were sold in the United States. Of the following, which best models C, the number of millions of CDs sold in the United States, t years after 2005?",
+ choices: [
+ {
+ label: "A",
+ text: "C = 600 · (0 . 1 5, ), raised to the t power",
+ },
+ {
+ label: "B",
+ text: "C = 600 · (0 . 8 5, ), raised to the t power",
+ },
+ {
+ label: "C",
+ text: "C = 600 · (1 . 1 5, ), raised to the t power",
+ },
+ {
+ label: "D",
+ text: "C = 600 · (1 . 8 5, ), raised to the t power",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. A model for a quantity C that decreases by a certain percentage per time period t is an exponential equation in the form C = I · (1 − the fraction r over 100, ), to the t power, where I is the initial value at time t = 0 for r% annual decline. It’s given that C is the number of millions of CDs sold in the United States and that t is the number of years after 2005. It’s also given that 600 million CDs were sold at time t = 0, so I = 600. This number declines by 15% per year, so r = 15. Substituting these values into the equation produces C = 600 · (1 − the fraction 15 over 100, ), to the t power, or C = 600 · (0 . 8 5, ), to the t power.Choice A is incorrect and may result from errors made when representing the percent decline. Choices C and D are incorrect. These equations model exponential increases in CD sales, not exponential decreases.",
+ hasFigure: false,
+ },
+ {
+ id: "b7cd6ca6",
+ type: "mcq",
+ questionHtml:
+ "The equation E (t) = 5 (1.8)^(t) gives the estimated number of employees at a restaurant, where t is the number of years since the restaurant opened. Which of the following is the best interpretation of the number 5 in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The estimated number of employees when the restaurant opened",
+ },
+ {
+ label: "B",
+ text: "The increase in the estimated number of employees each year",
+ },
+ { label: "C", text: "The number of years the restaurant has been open" },
+ {
+ label: "D",
+ text: "The percent increase in the estimated number of employees each year",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. For an exponential function of the form E (t) = a (b)^(t), where a and b are constants, the initial value of the function—that is, the value of the function when t = 0—is a and the value of the function increases by a factor of b each time t increases by 1. Since the function E (t) = 5 (1.8)^(t) gives the estimated number of employees at a restaurant and t is the number of years since the restaurant opened, the best interpretation of the number 5 in this context is the estimated number of employees when t = 0, or when the restaurant opened.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "be0c419e",
+ type: "mcq",
+ questionHtml:
+ "Immanuel purchased a certain rare coin on January 1. The function f (x) = 65 (1.03)^(x), where 0 < or = x < or = 10, gives the predicted value, in dollars, of the rare coin x years after Immanuel purchased it. What is the best interpretation of the statement “f (8) is approximately equal to 82” in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "When the rare coin's predicted value is approximately 82 dollars, it is 8 % sign greater than the predicted value, in dollars, on January 1 of the previous year.",
+ },
+ {
+ label: "B",
+ text: "When the rare coin’s predicted value is approximately 82 dollars, it is 8 times the predicted value, in dollars, on January 1 of the previous year.",
+ },
+ {
+ label: "C",
+ text: "From the day Immanuel purchased the rare coin to 8 years after Immanuel purchased the coin, its predicted value increased by a total of approximately 82 dollars.",
+ },
+ {
+ label: "D",
+ text: "8 years after Immanuel purchased the rare coin, its predicted value is approximately 82 dollars.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the function f (x) = 65 (1.03)^(x) gives the predicted value, in dollars, of a certain rare coin x years after Immanuel purchased it. It follows that f (x) represents the predicted value, in dollars, of the coin x years after Immanuel purchased it. Since the value of f (8) is the value of f (x) when x = 8, it follows that “f (8) is approximately equal to 82” means that f (x) is approximately equal to 82 when x = 8. Therefore, the best interpretation of the statement “f (8) is approximately equal to 82” in this context is 8 years after Immanuel purchased the rare coin, its predicted value is approximately 82 dollars.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "beca03de",
+ type: "mcq",
+ questionHtml:
+ "A rectangle has a length that is 15 times its width. The function y = (15 w) (w) represents this situation, where y is the area, in square feet, of the rectangle and y > 0. Which of the following is the best interpretation of 15 w in this context?",
+ choices: [
+ { label: "A", text: "The length of the rectangle, in feet" },
+ { label: "B", text: "The area of the rectangle, in square feet" },
+ {
+ label: "C",
+ text: "The difference between the length and the width of the rectangle, in feet",
+ },
+ { label: "D", text: "The width of the rectangle, in feet" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that a rectangle has a length that is 15 times its width. It's also given that the function y = (15 w) (w) represents this situation, where y is the area, in square feet, of the rectangle and y > 0. The area of a rectangle can be calculated by multiplying the rectangle's length by its width. Since the rectangle has a length that is 15 times its width, it follows that w represents the width of the rectangle, in feet, and 15 w represents the length of the rectangle, in feet. Therefore, the best interpretation of 15 w in this context is that it's the length of the rectangle, in feet.
Choice B is incorrect. This is the best interpretation of y, not 15 w, in the given function.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect. This is the best interpretation of w, not 15 w, in the given function.",
+ hasFigure: false,
+ },
+ {
+ id: "c048055c",
+ type: "mcq",
+ questionHtml:
+ "A model predicts that the population of Springfield was 15, 000 in 2005. The model also predicts that each year for the next 5 years, the population p increased by 4 % sign of the previous year's population. Which equation best represents this model, where x is the number of years after 2005, for x < or = 5?",
+ choices: [
+ { label: "A", text: "p = 0.96 (15, 000)^(x)" },
+ { label: "B", text: "p = 1.04 (15, 000)^(x)" },
+ { label: "C", text: "p = 15, 000 (0.96)^(x)" },
+ { label: "D", text: "p = 15, 000 (1.04)^(x)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that a model predicts the population of Springfield in 2005 was 15, 000. The model also predicts that each year for the next 5 years, the population increased by 4 % sign of the previous year's population. The predicted population in one of these years can be found by multiplying the predicted population from the previous year by 1.04. Since the predicted population in 2005 was 15, 000, the predicted population 1 year later is 15, 000 (1.04). The predicted population 2 years later is this value times 1.04, which is 15, 000 (1.04) (1.04), or 15, 000 (1.04)². The predicted population 3 years later is this value times 1.04, or 15, 000 (1.04)³. More generally, the predicted population, p, x years after 2005 is represented by the equation p = 15, 000 (1.04)^(x).
Choice A is incorrect. Substituting 0 for x in this equation indicates the predicted population in 2005 was 0.96 rather than 15, 000.
Choice B is incorrect. Substituting 0 for x in this equation indicates the predicted population in 2005 was 1.04 rather than 15, 000.
Choice C is incorrect. This equation indicates the predicted population is decreasing, rather than increasing, by 4 % sign each year.",
+ hasFigure: false,
+ },
+ {
+ id: "c4cd5bcc",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, the y-coordinate of the y-intercept of the graph of the function f is c. Which of the following must be equal to c ?",
+ choices: [
+ { label: "A", text: "f of 0" },
+ { label: "B", text: "f of 1" },
+ { label: "C", text: "f of 2" },
+ { label: "D", text: "f of 3" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. A y-intercept is the point in the xy-plane where the graph of the function crosses the y-axis, which is where x = 0. It’s given that the y-coordinate of the y-intercept of the graph of function f is c. It follows that the coordinate pair representing the y-intercept must be 0, c. Therefore, c must equal f of 0.Choices B, C, and D are incorrect because f of 1, f of 2, and f of 3would represent the y-value of the coordinate where x = 1, x = 2, and x = 3, respectively.",
+ hasFigure: false,
+ },
+ {
+ id: "c7a187a7",
+ type: "mcq",
+ questionHtml:
+ "f (x) = x² − 18 x − 360
If the given function f is graphed in the xy-plane, where y = f (x), what is an x-intercept of the graph?",
+ choices: [
+ { label: "A", text: "(−12, 0)" },
+ { label: "B", text: "(−30, 0)" },
+ { label: "C", text: "(−360, 0)" },
+ { label: "D", text: "(12, 0)" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that y = f (x). The x-intercepts of a graph in the xy-plane are the points where y = 0. Thus, for an x-intercept of the graph of function f, 0 = f (x). Substituting 0 for f (x) in the equation f (x) = x² − 18 x − 360 yields 0 = x² − 18 x − 360. Factoring the right-hand side of this equation yields 0 = (x + 12) (x − 30). By the zero product property, x + 12 = 0 and x − 30 = 0. Subtracting 12 from both sides of the equation x + 12 = 0 yields x = −12. Adding 30 to both sides of the equation x − 30 = 0 yields x = 30. Therefore, the x-intercepts of the graph of y = f (x) are (−12, 0) and (30, 0). Of these two x-intercepts, only (−12, 0) is given as a choice.
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: "cc6ccd71",
+ type: "mcq",
+ questionHtml:
+ "In quadrant 2 the curve falls sharply to cross the x axis at point (negative 1 comma 0).
In quadrant 3 the curve falls sharply to cross the y axis at point (0 comma negative 5.5).
In quadrant 4:
The curve falls gradually to a relative minimum at point (1 comma negative 7).
The curve rises sharply to cross the x axis at point (4 comma 0).
In quadrant 1:
The curve rises sharply to a relative maximum at point (5.5 comma 3).
The curve falls sharply to cross the x axis at point (7 comma 0).
In quadrant 4 the curve falls sharply.
The graph of y = f (x) is shown, where the function f is defined by f (x) = a x³ + b x² + c x + d and a, b, c, and d are constants. For how many values of x does f (x) = 0?",
+ choices: [
+ { label: "A", text: "One" },
+ { label: "B", text: "Two" },
+ { label: "C", text: "Three" },
+ { label: "D", text: "Four" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. If a value of x satisfies f (x) = 0, the graph of y = f (x) will contain a point (x, 0) and thus touch the x-axis. Since there are 3 points at which this graph touches the x-axis, there are 3 values of x for which f (x) = 0.
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/cc6ccd71_svg1.svg",
+ },
+ {
+ id: "d4950429",
+ type: "mcq",
+ questionHtml:
+ "A rectangle has a length of x units and a width of (x − 15) units. If the rectangle has an area of 76 square units, what is the value of x?",
+ choices: [
+ { label: "A", text: "4" },
+ { label: "B", text: "19" },
+ { label: "C", text: "23" },
+ { label: "D", text: "76" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The area of a rectangle is equal to its length multiplied by its width. Multiplying the given length, x units, by the given width, (x − 15) units, yields x (x − 15) square units. If the rectangle has an area of 76 square units, it follows that x (x − 15) = 76, or x² − 15 x = 76. Subtracting 76 from both sides of this equation yields x² − 15 x − 76 = 0. Factoring the left-hand side of this equation yields (x − 19) (x + 4) = 0. Applying the zero product property to this equation yields two solutions: x = 19 and x = −4. Since x is the rectangle’s length, in units, which must be positive, the value of x is 19.
Choice A is incorrect. This is the width, in units, of the rectangle, not the value of x.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect. This is the area, in square units, of the rectangle, not the value of x.",
+ hasFigure: false,
+ },
+ {
+ id: "d675744f",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is the graph in the xy-plane of the given equation?",
+ choices: [
+ {
+ label: "A",
+ text: "The answer choice presents the graph of a curve in the xy plane, with the origin labeled O. The numbers − 4 through 4, in increments of 1, are indicated on the x axis. The numbers − 25 through 100, in increments of 25, are indicated on the y axis. The curve begins to the left of the y axis, high above the x-axis. As it moves rightward it goes downward, at first steeply, then more and more slowly as it gets closer and closer to the x axis. Eventually it goes downward toward the x axis so slowly it is almost horizontal. The curve passes through − 2, 32, and − 1, 8, and crosses the y-axis a little above the origin. It ends to the right of the y-axis, just above the x-axis.",
+ },
+ {
+ label: "B",
+ text: "The answer choice presents the graph of a curve in the xy plane, with the origin labeled O. The numbers − 4 through 4, in increments of 1, are indicated on the x axis. The numbers − 25 through 100, in increments of 25, are indicated on the y axis. The curve begins to the left of the y axis, high above the x axis. As it moves rightward it goes downward, at first steeply, then more and more slowly as it gets closer and closer to the x axis. Eventually it goes downward toward the x axis so slowly it is almost horizontal. It ends to the right of the y axis, just above the x axis. The curve passes through − 3, 32 −2, 16, and − 1, 8. It crosses the y-axis a little above the origin and ends to the right of the y-axis, just above the x-axis.",
+ },
+ {
+ label: "C",
+ text: "The answer choice presents the graph of a curve in the xy plane, with the origin labeled O. The numbers − 4 through 4, in increments of 1, are indicated on the x axis. The numbers − 25 through 100, in increments of 25, are indicated on the y axis. The curve begins to the left of the y axis, just above the x axis. As it moves rightward, it goes upward, at first so slowly it is almost horizontal, then more and more quickly. The curve crosses the y-axis a little above the origin, and passes through 1, 8 and 2, 32. It ends to the right of the y-axis, high above the x-axis.",
+ },
+ {
+ label: "D",
+ text: "The answer choice presents the graph of a curve in the xy plane, with the origin labeled O. The numbers − 4 through 4, in increments of 1, are indicated on the x axis. The numbers − 25 through 100, in increments of 25, are indicated on the y axis. The curve begins to the left of the y axis, just above the x axis. As it moves rightward, it goes upward, at first so slowly it is almost horizontal, then more and more quickly. It ends to the right of the y axis, high above the x axis. The curve crosses the y axis a little above the origin, and it passes through 1, 8, 2, 16, and 3, 32. It ends to the right of the y-axis, high above the x-axis.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The y-intercept of the graph of an equation is the point with coordinates 0, b, where b is the value of y when x = 0. For the given equation, y = 4 when x = 0. It follows that the y-intercept of the graph of the given equation is 0, 4. Additionally, for the given equation, the value of y doubles for each increase of 1 in the value of x. Therefore, the graph contains the points with coordinates 1, 8, 2, 16, 3, 32, and 4, 64. Only the graph shown in choice D passes through these points.Choices A and B are incorrect because these are graphs of decreasing, not increasing, exponential functions. Choice C is incorrect because the value of y increases by a growth factor greater than 2 for each increase of 1 in the value of x.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d675744f_img2.png",
+ },
+ {
+ id: "d71f6dbf",
+ type: "mcq",
+ questionHtml:
+ "The height, in feet, of an object x seconds after it is thrown straight up in the air can be modeled by the function h of x = −16 x² + 20 x + 5. Based on the model, which of the following statements best interprets the equation h of 1 . 4 = 1 . 6 4 ?",
+ choices: [
+ {
+ label: "A",
+ text: "The height of the object 1.4 seconds after being thrown straight up in the air is 1.64 feet.",
+ },
+ {
+ label: "B",
+ text: "The height of the object 1.64 seconds after being thrown straight up in the air is 1.4 feet.",
+ },
+ {
+ label: "C",
+ text: "The height of the object 1.64 seconds after being thrown straight up in the air is approximately 1.4 times as great as its initial height.",
+ },
+ {
+ label: "D",
+ text: "The speed of the object 1.4 seconds after being thrown straight up in the air is approximately 1.64 feet per second.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The value 1.4 is the value of x, which represents the number of seconds after the object was thrown straight up in the air. When the function h is evaluated for x = 1.4, the function has a value of 1.64, which is the height, in feet, of the object.Choices B and C are incorrect and may result from misidentifying seconds as feet and feet as seconds. Additionally, choice C may result from incorrectly including the initial height of the object as the input x. Choice D is incorrect and may result from misidentifying height as speed.",
+ hasFigure: false,
+ },
+ {
+ id: "d8ace155",
+ type: "mcq",
+ questionHtml:
+ "A company opens an account with an initial balance of dollar sign 36, 100.00. The account earns interest, and no additional deposits or withdrawals are made. The account balance is given by an exponential function A, where A (t) is the account balance, in dollars, t years after the account is opened. The account balance after 13 years is dollar sign 68, 071.93. Which equation could define A?",
+ choices: [
+ { label: "A", text: "A (t) = 36, 100.00 (1.05)^(t)" },
+ { label: "B", text: "A (t) = 31, 971.93 (1.05)^(t)" },
+ { label: "C", text: "A (t) = 31, 971.93 (0.05)^(t)" },
+ { label: "D", text: "A (t) = 36, 100.00 (0.05)^(t)" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since it's given that the account balance, A (t), in dollars, after t years can be modeled by an exponential function, it follows that function A can be written in the form A (t) = N r^(t), where N is the initial value of the function and r is a constant related to the growth of the function. It's given that the initial balance of the account is dollar sign 36, 100.00, so it follows that the initial value of the function, or N, must be 36, 100.00. Substituting 36, 100.00 for N in the equation A (t) = N r^(t) yields A (t) = 36, 100.00 r^(t). It's given that the account balance after 13 years, or when t = 13, is dollar sign 68, 071.93. It follows that A (13) = 68, 071.93, or 36, 100.00 r¹³ = 68, 071.93. Dividing each side of the equation 36, 100.00 r¹³ = 68, 071.93 by 36, 100.00 yields r¹³ = (68, 071.93) / (36, 100.00). Taking the 13th root of both sides of this equation yields r = RootIndex 13 √((68, 071.93) / (36, 100.00)), or r is approximately equal to 1.05. Substituting 1.05 for r in the equation A (t) = 36, 100.00 r^(t) yields A (t) = 36, 100.00 (1.05)^(t), so the equation A (t) = 36, 100.00 (1.05)^(t) could define A.
Choice B is incorrect. Substituting 0 for t in this function indicates an initial balance of dollar sign 31, 971.93, rather than dollar sign 36, 100.00.
Choice C is incorrect. Substituting 0 for t in this function indicates an initial balance of dollar sign 31, 971.93, rather than dollar sign 36, 100.00. Additionally, this function indicates the account balance is decreasing, rather than increasing, over time.
Choice D is incorrect. This function indicates the account balance is decreasing, rather than increasing, over time.",
+ hasFigure: false,
+ },
+ {
+ id: "db888cd6",
+ type: "mcq",
+ questionHtml:
+ "Moving from left to right:
The curve is in quadrant 1.
From point (0 comma 9), the curve trends down sharply.
From point (5 comma 1), the curve trends down gradually.
The graph gives the estimated number of catalogs y, in thousands, a company sent to its customers at the end of each year, where x represents the number of years since the end of 1992, where 0 < or = x < or = 10. Which statement is the best interpretation of the y-intercept in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The estimated total number of catalogs the company sent to its customers during the first 10 years was 9, 000.",
+ },
+ {
+ label: "B",
+ text: "The estimated total number of catalogs the company sent to its customers from the end of 1992 to the end of 2002 was 90.",
+ },
+ {
+ label: "C",
+ text: "The estimated number of catalogs the company sent to its customers at the end of 1992 was 9.",
+ },
+ {
+ label: "D",
+ text: "The estimated number of catalogs the company sent to its customers at the end of 1992 was 9, 000.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The y-intercept of the graph is the point at which the graph crosses the y-axis, or the point for which the value of x is 0. Therefore, the y-intercept of the given graph is the point (0, 9). It's given that x represents the number of years since the end of 1992. Therefore, x = 0 represents 0 years since the end of 1992, which is the same as the end of 1992. It's also given that y represents the estimated number of catalogs, in thousands, that the company sent to its customers at the end of the year. Therefore, y = 9 represents 9, 000 catalogs. It follows that the y-intercept (0, 9) means that the estimated number of catalogs the company sent to its customers at the end of 1992 was 9, 000.
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: true,
+ figureUrl: "/practice-images/db888cd6_svg1.svg",
+ },
+ {
+ id: "dba7432e",
+ type: "mcq",
+ questionHtml:
+ "The table above gives the values of the function f for some values of x. Which of the following equations could define f ?",
+ choices: [
+ {
+ label: "A",
+ text: "f of x = 5 · (2 raised to the x + 1 power, )",
+ },
+ {
+ label: "B",
+ text: "f of x = 5 · (2 to the x power, )",
+ },
+ {
+ label: "C",
+ text: "f of x = 5 · (2 raised to the negative, (x + 1, ), power, )",
+ },
+ {
+ label: "D",
+ text: "f of x = 5 · (2 to the − x power, )",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Each choice has a function with coefficient 5 and base 2, so the exponents must be analyzed. When the input value of x increases, the output value of f(x) decreases, so the exponent must be negative. An exponent of –x yields the values in the table: first value, 5, which = 5 · (2 to the − 0 power, ), second value, five halves, which = 5 · (2 to the − 1 power, ), third value, five fourths, which = 2 to the − 2 power, and fourth value, five eighths, which = 5 · (2 to the − 3 power, ).Choices A and B are incorrect and may result from choosing equations that yield an increasing, rather than decreasing, output value of f(x) when the input value of x increases. Choice C is incorrect and may result from choosing an equation that doesn’t yield the values in the table.",
+ hasFigure: false,
+ },
+ {
+ id: "dd8ac009",
+ type: "mcq",
+ questionHtml:
+ "Time (years)
Total amount (dollars)
0
670.00
1
674.02
2
678.06
Sara opened a savings account at a bank. The table shows the exponential relationship between the time t, in years, since Sara opened the account and the total amount d, in dollars, in the account. If Sara made no additional deposits or withdrawals, which of the following equations best represents the relationship between t and d?",
+ choices: [
+ { label: "A", text: "d = 0.006 (1 + 670)^(t)" },
+ { label: "B", text: "d = 670 (1 + 0.006)^(t)" },
+ { label: "C", text: "d = (1 + 0.006)^(t)" },
+ { label: "D", text: "d = (1 + 670)^(t)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that the relationship between t and d is exponential. The table shows that the value of d increases as the value of t increases. Therefore, the relationship between t and d can be represented by an increasing exponential equation of the form d = a (1 + b)^(t), where a and b are positive constants. The table shows that when t = 0, d = 670. Substituting 0 for t and 670 for d in the equation d = a (1 + b)^(t) yields 670 = a (1 + b)⁰, which is equivalent to 670 = a (1), or 670 = a. Substituting 670 for a in the equation d = a (1 + b)^(t) yields d = 670 (1 + b)^(t). The table also shows that when t = 1, d = 674.02. Substituting 1 for t and 674.02 for d in the equation d = 670 (1 + b)^(t) yields 674.02 = 670 (1 + b)¹, or 674.02 = 670 (1 + b). Dividing both sides of this equation by 670 yields 1.006 = 1 + b. Subtracting 1 from both sides of this equation yields b = 0.006. Substituting 0.006 for b in the equation d = 670 (1 + b)^(t) yields d = 670 (1 + 0.006)^(t). Therefore, of the choices, choice B best represents the relationship between t and d.
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: "e1391dd6",
+ type: "mcq",
+ questionHtml:
+ "According to Moore’s law, the number of transistors included on microprocessors doubles every 2 years. In 1985, a microprocessor was introduced that had 275,000 transistors. Based on this information, in which of the following years does Moore’s law estimate the number of transistors to reach 1.1 million?",
+ choices: [
+ { label: "A", text: "1987" },
+ { label: "B", text: "1989" },
+ { label: "C", text: "1991" },
+ { label: "D", text: "1994" },
+ ],
+ correctAnswer: "",
+ explanation:
+ "Choice B is correct. Let x be the number of years after 1985. It follows that x over 2 represents the number of 2-year periods that will occur within an x-year period. According to Moore’s law, every 2 years, the number of transistors included on microprocessors is estimated to double. Therefore, x years after 1985, the number of transistors will double x over 2 times. Since the number of transistors included on a microprocessor was 275,000, or .275 million, in 1985, the estimated number of transistors, in millions, included x years after 1985 can be modeled as 0 . 2 7 5 · 2 raised to the x over 2 power. The year in which the number of transistors is estimated to be 1.1 million is represented by the value of x when 1 . 1 = 0 . 2 7 5 · 2 raised to the x over 2 power. Dividing both sides of this equation by .275 yields 4 = 2 raised to the x over 2 power, which can be rewritten as 2² = 2 raised to the x over 2 power. Since the exponential equation has equal bases on each side, it follows that the exponents must also be equal: 2 = x over 2. Multiplying both sides of the equation 2 = x over 2 by 2 yields x = 4. Therefore, according to Moore’s law, 4 years after 1985, or in 1989, the number of transistors included on microprocessors is estimated to reach 1.1 million.Alternate approach: According to Moore’s law, 2 years after 1985 (in 1987), the number of transistors included on a microprocessor is estimated to be 2 · 275, 000, or 550,000, and 2 years after 1987 (in 1989), the number of transistors included on microprocessors is estimated to be 2 · 550, 000, or 1,100,000. Therefore, the year that Moore’s law estimates the number of transistors on microprocessors to reach 1.1 million is 1989.
Choices A, C, and D are incorrect. According to Moore’s law, the number of transistors included on microprocessors is estimated to reach 550,000 in 1987, 2.2 million in 1991, and about 6.2 million in 1994.",
+ hasFigure: false,
+ },
+ {
+ id: "e53add44",
+ type: "mcq",
+ questionHtml:
+ "The function S above models the annual salary, in dollars, of an employee n years after starting a job, where a is a constant. If the employee’s salary increases by 4% each year, what is the value of a ?",
+ choices: [
+ { label: "A", text: "0.04" },
+ { label: "B", text: "0.4" },
+ { label: "C", text: "1.04" },
+ { label: "D", text: "1.4" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. A model for a quantity S that increases by a certain percentage per time period n is an exponential function in the form S of n = I · (1 + r over 100, ), to the n power, where I is the initial value at time n = 0 for r% annual increase. It’s given that the annual increase in an employee’s salary is 4%, so r = 4. The initial value can be found by substituting 0 for n in the given function, which yields S of 0 = 38, 000. Therefore, I = 38, 000. Substituting these values for r and I into the form of the exponential function S of n = I · (1 + r over 100, ), to the n power yields S of n = 38, 000 · (1 + 4 over 100, ), to the n power, or S of n = 38, 000 · 1 . 0 4 to the n power. Therefore, the value of a in the given function is 1.04.Choices A, B, and D are incorrect and may result from incorrectly representing the annual increase in the exponential function.",
+ hasFigure: false,
+ },
+ {
+ id: "f1c81b3b",
+ type: "spr",
+ questionHtml:
+ "The exponential function g is defined by g (x) = 19 dot a^(x), where a is a positive constant. If g (3) = 2, 375, what is the value of g (4)?",
+ choices: [],
+ correctAnswer: "11875",
+ explanation:
+ "The correct answer is 11, 875. It's given that the exponential function g is defined by g (x) = 19 dot a^(x), where a is a positive constant, and g (3) = 2, 375. It follows that when x = 3, g (x) = 2, 375. Substituting 3 for x and 2, 375 for g (x) in the given equation yields 2, 375 = 19 dot a³. Dividing each side of this equation by 19 yields 125 = a³. Taking the cube root of both sides of this equation gives a = 5. Substituting 4 for x and 5 for a in the equation g (x) = 19 dot a^(x) yields g (4) = 19 dot 5⁴, or g (4) = 11, 875. Therefore, the value of g (4) is 11, 875.",
+ hasFigure: false,
+ },
+ {
+ id: "f44a29a8",
+ type: "mcq",
+ questionHtml:
+ "An object’s kinetic energy, in joules, is equal to the product of one-half the object’s mass, in kilograms, and the square of the object’s speed, in meters per second. What is the speed, in meters per second, of an object with a mass of 4 kilograms and kinetic energy of 18 joules?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "6" },
+ { label: "C", text: "9" },
+ { label: "D", text: "36" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that an object’s kinetic energy, in joules, is equal to the product of one-half the object’s mass, in kilograms, and the square of the object’s speed, in meters per second. This relationship can be represented by the equation K = one half m v², where K is the kinetic energy, m is the mass, and v is the speed. Substituting a mass of 4 kilograms for m and a kinetic energy of 18 joules for K results in the equation 18 = one half · 4 · v², or 18 = 2 v². Dividing both sides of this equation by 2 yields 9 = v². Taking the square root of both sides yields v = −3 and v = 3. Since speed can’t be expressed as a negative number, the speed of the object is 3 meters per second.Choice B is incorrect and may result from computation errors. Choice C is incorrect. This is the value of v² rather than v. Choice D is incorrect. This is the value of 4 v² rather than v.",
+ hasFigure: false,
+ },
+ {
+ id: "f5e8ccf1",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined above. Which of the following is NOT an x-intercept of the graph of the function in the xy-plane?",
+ choices: [
+ { label: "A", text: "−4, 0" },
+ { label: "B", text: "−two thirds, 0" },
+ { label: "C", text: "1, 0" },
+ { label: "D", text: "three halves, 0" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The graph of the function f in the xy-plane has x-intercepts at the points with coordinates x, y, where y = f of x, which = 0. Substituting 0 for f of x in the given equation yields 0 = (x + 4, ) · (x − 1, ) · (2 x − 3, ). By the zero product property, if 0 = (x + 4, ) · (x − 1, ) · (2 x − 3, ), then x + 4 = 0, x − 1 = 0, or 2 x − 3 = 0. Solving each of these linear equations for x, it follows that x = −4, x = 1, and x = three halves, respectively. This means that the graph of the function f in the xy-plane has three x-intercepts: −4, 0, 1, 0, and three halves, 0. Therefore, −two thirds, 0 isn’t an x-intercept of the graph of the function f.
Alternate approach: Substitution may be used. Since by definition an x-intercept of any graph is a point in the form k, 0 where k is a constant, and since all points in the options are in this form, it need only be checked whether the points in the options lie on the graph of the function f. Substituting −two thirds for x and 0 for f of x in the given equation yields 0 = (−two thirds + 4, ) · (−two thirds − 1, ) · (2 · −two thirds − 3, ), or 0 = the fraction 650 over 27. Therefore, the point with coordinates − two thirds, 0 doesn’t lie on the graph of the function f and can’t be an x-intercept of the graph.Choices A, C, and D are incorrect because each of these points is an x-intercept of the graph of the function f in the xy-plane. By definition, an x-intercept is a point on the graph of the form k, 0, where k is a constant. Substituting −4 for x and 0 for f of x in the given equation yields 0 = (−4 + 4, ) · (−4 − 1, ) · (2 · −4 − 3, ), or 0 = 0. Since this is a true statement, the point with coordinates − 4, 0 lies on the graph of the function f and is an x-intercept of the graph. Performing similar substitution using the points with coordinates 1, 0 and three halves, 0 also yields the true statement 0 = 0, illustrating that these points also lie on the graph of the function f and are x-intercepts of the graph.",
+ hasFigure: false,
+ },
+ {
+ id: "f89af023",
+ type: "mcq",
+ questionHtml:
+ "A rectangular volleyball court has an area of 162 square meters. If the length of the court is twice the width, what is the width of the court, in meters?",
+ choices: [
+ { label: "A", text: "9" },
+ { label: "B", text: "18" },
+ { label: "C", text: "27" },
+ { label: "D", text: "54" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the volleyball court is rectangular and has an area of 162 square meters. The formula for the area of a rectangle is A = l w, where A is the area, l is the length, and w is the width of the rectangle. It’s also given that the length of the volleyball court is twice the width, thus l = 2 w. Substituting the given value into the formula for the area of a rectangle and using the relationship between length and width for this rectangle yields 162 = 2 w · w. This equation can be rewritten as 162 = 2 w². Dividing both sides of this equation by 2 yields 81 = w². Taking the square root of both sides of this equation yields + or − 9 = w. Since the width of a rectangle is a positive number, the width of the volleyball court is 9 meters.
Choice B is incorrect because this is the length of the rectangle. Choice C is incorrect because this is the result of using 162 as the perimeter rather than the area. Choice D is incorrect because this is the result of calculating w in the equation 162 = 2 w + w instead of 162 = 2 w · w.",
+ hasFigure: false,
+ },
+];
+
+export const NONLINEAR_FUNC_HARD: PracticeQuestion[] = [
+ {
+ id: "0121a235",
+ type: "mcq",
+ questionHtml:
+ "The table above gives selected values of a polynomial function p. Based on the values in the table, which of the following must be a factor of p ?",
+ choices: [
+ { label: "A", text: "(x − 3, )" },
+ { label: "B", text: "(x + 3, )" },
+ { label: "C", text: "(x − 1, ) · (x + 2, )" },
+ { label: "D", text: "(x + 1, ) · (x − 2, )" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. According to the table, when x is −1 or 2, p of x = 0. Therefore, two x-intercepts of the graph of p are −1, 0 and 2, 0. Since −1, 0 and 2, 0 are x-intercepts, it follows that (x + 1, ) and (x − 2, ) are factors of the polynomial equation. This is because when x = −1, the value of x + 1 is 0. Similarly, when x = 2, the value of x − 2 is 0. Therefore, the product (x + 1, ) · (x − 2, ) is a factor of the polynomial function p.Choice A is incorrect. The factor x − 3 corresponds to an x-intercept of 3, 0, which isn’t present in the table. Choice B is incorrect. The factor x + 3 corresponds to an x-intercept of −3, 0, which isn’t present in the table. Choice C is incorrect. The factors x − 1 and x + 2 correspond to x-intercepts with coordinates 1, 0 and −2, 0, respectively, which aren’t present in the table.",
+ hasFigure: false,
+ },
+ {
+ id: "01668cd6",
+ type: "mcq",
+ questionHtml:
+ "The functions f and g are defined by the given equations, where x > or = 0. Which of the following equations displays, as a constant or coefficient, the maximum value of the function it defines, where x > or = 0?
f (x) = 33 (0.4)^(x + 3)
g (x) = 33 (0.16) (0.4)^(x − 2)",
+ choices: [
+ { label: "A", text: "I only" },
+ { label: "B", text: "II only" },
+ { label: "C", text: "I and II" },
+ { label: "D", text: "Neither I nor II" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Functions f and g are both exponential functions with a base of 0.40. Since 0.40 is less than 1, functions f and g are both decreasing exponential functions. This means that f (x) and g (x) decrease as x increases. Since f (x) and g (x) decrease as x increases, the maximum value of each function occurs at the least value of x for which the function is defined. It's given that functions f and g are defined for x > or = 0. Therefore, the maximum value of each function occurs at x = 0. Substituting 0 for x in the equation defining f yields f (0) = 33 (0.4)^(0 + 3), which is equivalent to f (0) = 33 (0.4)³, or f (0) = 2.112. Therefore, the maximum value of f is 2.112. Since the equation f (x) = 33 (0.4)^(x + 3) doesn't display the value 2.112, the equation defining f doesn't display the maximum value of f. Substituting 0 for x in the equation defining g yields g (0) = 33 (0.16) (0.4)^(0 − 2), which can be rewritten as g (0) = 33 (0.16) ((1) / (0.4²)), or g (0) = 33 (0.16) ((1) / (0.16)), which is equivalent to g (0) = 33. Therefore, the maximum value of g is 33. Since the equation g (x) = 33 (0.16) (0.4)^(x − 2) displays the value 33, the equation defining g displays the maximum value of g. Thus, only equation II displays, as a constant or coefficient, the maximum value of the function it defines.
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: "04bbce67",
+ type: "spr",
+ questionHtml:
+ "f (x) = (x + 7)² + 4
The function f is defined by the given equation. For what value of x does f (x) reach its minimum?",
+ choices: [],
+ correctAnswer: "-7",
+ explanation:
+ "The correct answer is −7. For a quadratic function defined by an equation of the form f (x) = a (x − h)² + k, where a, h, and k are constants and a > 0, the function reaches its minimum when x = h. In the given function, a = 1, h = −7, and k = 4. Therefore, the value of x for which f (x) reaches its minimum is −7.",
+ hasFigure: false,
+ },
+ {
+ id: "08d03fe4",
+ type: "mcq",
+ questionHtml:
+ "For the exponential function f, the value of f (1) is k, where k is a constant. Which of the following equivalent forms of the function f shows the value of k as the coefficient or the base?",
+ choices: [
+ { label: "A", text: "f (x) = 50 (2)^(x + 1)" },
+ { label: "B", text: "f (x) = 80 (2)^(x)" },
+ { label: "C", text: "f (x) = 128 (2)^(x − 1)" },
+ { label: "D", text: "f (x) = 205 (2)^(x − 2)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. For the form of the function in choice C, f (x) = 128 (1.6)^(x − 1), the value of f (1) can be found as 128 (1.6)^(1 − 1), which is equivalent to 128 (1.6)⁰, or 128. Therefore, k = 128, which is shown in f (x) = 128 (1.6)^(x − 1) as the coefficient.
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: "0e61101e",
+ type: "mcq",
+ questionHtml:
+ "f (x) = 9 (4)^(x)
The function f is defined by the given equation. If g (x) = f (x + 2), which of the following equations defines the function g?",
+ choices: [
+ { label: "A", text: "g (x) = 18 (4)^(x)" },
+ { label: "B", text: "g (x) = 144 (4)^(x)" },
+ { label: "C", text: "g (x) = 18 (8)^(x)" },
+ { label: "D", text: "g (x) = 81 (16)^(x)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that f (x) = 9 (4)^(x) and g (x) = f (x + 2). Substituting x + 2 for x in f (x) = 9 (4)^(x) gives f (x + 2) = 9 (4)^(x + 2). Rewriting this equation using properties of exponents gives f (x + 2) = 9 (4)^(x) (4)², which is equivalent to f (x + 2) = 9 (4)^(x) (16). Multiplying 9 and 16 in this equation gives f (x + 2) = 144 (4)^(x). Since g (x) = f (x + 2), g (x) = 144 (4)^(x).
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: "1178f2df",
+ type: "spr",
+ questionHtml:
+ "x
y
21
−8
23
8
25
−8
The table shows three values of x and their corresponding values of y, where y = f (x) + 4 and f is a quadratic function. What is the y-coordinate of the y-intercept of the graph of y = f (x) in the xy-plane?",
+ choices: [],
+ correctAnswer: "-2112",
+ explanation:
+ "The correct answer is −2, 112. It's given that f is a quadratic function. It follows that f can be defined by an equation of the form f (x) = a (x − h)² + k, where a, h, and k are constants. It's also given that the table shows three values of x and their corresponding values of y, where y = f (x) + 4. Substituting a (x − h)² + k for f (x) in this equation yields y = a (x − h)² + k + 4. This equation represents a quadratic relationship between x and y, where k + 4 is either the maximum or the minimum value of y, which occurs when x = h. For quadratic relationships between x and y, the maximum or minimum value of y occurs at the value of x halfway between any two values of x that have the same corresponding value of y. The table shows that x-values of 21 and 25 correspond to the same y-value, −8. Since 23 is halfway between 21 and 25, the maximum or minimum value of y occurs at an x-value of 23. The table shows that when x = 23, y = 8. It follows that h = 23 and k + 4 = 8. Subtracting 4 from both sides of the equation k + 4 = 8 yields k = 4. Substituting 23 for h and 4 for k in the equation y = a (x − h)² + k + 4 yields y = a (x − 23)² + 4 + 4, or y = a (x − 23)² + 8. The value of a can be found by substituting any x-value and its corresponding y-value for x and y, respectively, in this equation. Substituting 25 for x and −8 for y in this equation yields −8 = a (25 − 23)² + 8, or −8 = a (2)² + 8. Subtracting 8 from both sides of this equation yields −16 = a (2)², or −16 = 4 a. Dividing both sides of this equation by 4 yields −4 = a. Substituting −4 for a, 23 for h, and 4 for k in the equation f (x) = a (x − h)² + k yields f (x) = − 4 (x − 23)² + 4. The y-intercept of the graph of y = f (x) in the xy-plane is the point on the graph where x = 0. Substituting 0 for x in the equation f (x) = − 4 (x − 23)² + 4 yields f (0) = − 4 (0 − 23)² + 4, or f (0) = − 4 (−23)² + 4. This is equivalent to f (0) = −2, 112, so the y-intercept of the graph of y = f (x) in the xy-plane is (0 −2, 112). Thus, the y-coordinate of the y-intercept of the graph of y = f (x) in the xy-plane is −2, 112.",
+ hasFigure: false,
+ },
+ {
+ id: "1853bb35",
+ type: "mcq",
+ questionHtml:
+ "For the function q, the value of q (x) decreases by 45 % sign for every increase in the value of x by 1. If q (0) = 14, which equation defines q?",
+ choices: [
+ { label: "A", text: "q (x) = 0.55 (14)^(x)" },
+ { label: "B", text: "q (x) = 1.45 (14)^(x)" },
+ { label: "C", text: "q (x) = 14 (0.55)^(x)" },
+ { label: "D", text: "q (x) = 14 (1.45)^(x)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Since the value of q (x) decreases by a fixed percentage, 45 % sign, for every increase in the value of x by 1, the function q is a decreasing exponential function. A decreasing exponential function can be written in the form q (x) = a (1 − (p) / (100))^(x), where a is the value of q (0) and the value of q (x) decreases by p % sign for every increase in the value of x by 1. If q (0) = 14, then a = 14. Since the value of q (x) decreases by 45 % sign for every increase in the value of x by 1, p = 45. Substituting 14 for a and 45 for p in the equation q (x) = a (1 − (p) / (100))^(x) yields q (x) = 14 (1 − (45) / (100))^(x), which is equivalent to q (x) = 14 (1 − 0.45)^(x), or q (x) = 14 (0.55)^(x).
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. For this function, the value of q (x) increases, rather than decreases, by 45 % sign for every increase in the value of x by 1.",
+ hasFigure: false,
+ },
+ {
+ id: "18e35375",
+ type: "mcq",
+ questionHtml:
+ "f (x) = (x − 14) (x + 19)
The function f is defined by the given equation. For what value of x does f (x) reach its minimum?",
+ choices: [
+ { label: "A", text: "−266" },
+ { label: "B", text: "−19" },
+ { label: "C", text: "−(33) / (2)" },
+ { label: "D", text: "−five halves" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that f (x) = (x − 14) (x + 19), which can be rewritten as f (x) = x² + 5 x − 266. Since the coefficient of the x²-term is positive, the graph of y = f (x) in the xy-plane opens upward and reaches its minimum value at its vertex. The x-coordinate of the vertex is the value of x such that f (x) reaches its minimum. For an equation in the form f (x) = a x² + b x + c, where a, b, and c are constants, the x-coordinate of the vertex is − (b) / (2 a). For the equation f (x) = x² + 5 x − 266, a = 1, b = 5, and c = −266. It follows that the x-coordinate of the vertex is − (5) / (2 (1)), or −five halves. Therefore, f (x) reaches its minimum when the value of x is −five halves.
Alternate approach: The value of x for the vertex of a parabola is the x-value of the midpoint between the two x-intercepts of the parabola. Since it’s given that f (x) = (x − 14) (x + 19), it follows that the two x-intercepts of the graph of y = f (x) in the xy-plane occur when x = 14 and x = −19, or at the points (14, 0) and (−19, 0). The midpoint between two points, (x 1, y 1) and (x 2, y 2), is ((x 1 + x 2) / (2), (y 1 + y 2) / (2)). Therefore, the midpoint between (14, 0) and (−19, 0) is ((14 + (−19)) / (2), (0 + 0) / (2)), or (−five halves, 0). It follows that f (x) reaches its minimum when the value of x is −five halves.
Choice A is incorrect. This is the y-coordinate of the y-intercept of the graph of y = f (x) in the xy-plane.
Choice B is incorrect. This is one of the x-coordinates of the x-intercepts of the graph of y = f (x) in the xy-plane.
Choice C is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "1a722d7d",
+ type: "mcq",
+ questionHtml:
+ "Let the function p be defined as p of x = the fraction with numerator, (x − c, ), ² + 160, and denominator, 2 c, end fraction, where c is a constant. If p of c = 10, what is the value of p of 12 ?",
+ choices: [
+ { label: "A", text: "10.00" },
+ { label: "B", text: "10.25" },
+ { label: "C", text: "10.75" },
+ { label: "D", text: "11.00" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The value of p(12) depends on the value of the constant c, so the value of c must first be determined. It is given that p(c) = 10. Based on the definition of p, it follows that:
p of c = the fraction with numerator (c − c, ), ² + 160, and denominator 2 c, end fraction, which = 10
the fraction 160 over 2 c, end fraction = 10
2 c = 16
c = 8
This means that p of x = the fraction with numerator (x − 8, ), ² + 160, and denominator 16 for all values of x. Therefore:
p of 12 = the fraction with numerator (12 − 8, ), ² + 160, and denominator 16
which = the fraction with numerator 16 + 160, and denominator 16
which = 11
Choice A is incorrect. It is the value of p(8), not p(12). Choices B and C are incorrect. If one of these values were correct, then x = 12 and the selected value of p(12) could be substituted into the equation to solve for c. However, the values of c that result from choices B and C each result in p(c) < 10.",
+ hasFigure: false,
+ },
+ {
+ id: "1f353a9e",
+ type: "mcq",
+ questionHtml:
+ "f (t) = 8, 000 (0.65)^(t)
The given function f models the number of coupons a company sent to their customers at the end of each year, where t represents the number of years since the end of 1998, and 0 < or = t < or = 5. If y = f (t) is graphed in the ty-plane, which of the following is the best interpretation of the y-intercept of the graph in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The minimum estimated number of coupons the company sent to their customers during the 5 years was 1, 428.",
+ },
+ {
+ label: "B",
+ text: "The minimum estimated number of coupons the company sent to their customers during the 5 years was 8, 000.",
+ },
+ {
+ label: "C",
+ text: "The estimated number of coupons the company sent to their customers at the end of 1998 was 1, 428.",
+ },
+ {
+ label: "D",
+ text: "The estimated number of coupons the company sent to their customers at the end of 1998 was 8, 000.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The y-intercept of a graph in the ty-plane is the point where t = 0. For the given function f, the y-intercept of the graph of y = f (t) in the ty-plane can be found by substituting 0 for t in the equation y = 8, 000 (0 . 65)^(t), which gives y = 8, 000 (0 . 65)⁰. This is equivalent to y = 8, 000 (1), or y = 8, 000. Therefore, the y-intercept of the graph of y = f (t) is (0, 8, 000). It’s given that the function f models the number of coupons a company sent to their customers at the end of each year. Therefore, f (t) represents the estimated number of coupons the company sent to their customers at the end of each year. It's also given that t represents the number of years since the end of 1998. Therefore, t = 0 represents 0 years since the end of 1998, or the end of 1998. Thus, the best interpretation of the y-intercept of the graph of y = f (t) is that the estimated number of coupons the company sent to their customers at the end of 1998 was 8, 000.
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: "1fe10d97",
+ type: "mcq",
+ questionHtml:
+ "p (t) = 90, 000 (1.06)^(t)
The given function p models the population of Lowell t years after a census. Which of the following functions best models the population of Lowell m months after the census?",
+ choices: [
+ {
+ label: "A",
+ text: "r (m) = (90, 000) / (12) (1.06)^(m)",
+ },
+ {
+ label: "B",
+ text: "r (m) = 90, 000 ((1.06) / (12))^(m)",
+ },
+ {
+ label: "C",
+ text: "r (m) = 90, 000 ((1.06) / (12))^((m) / (12))",
+ },
+ {
+ label: "D",
+ text: "r (m) = 90, 000 (1.06)^((m) / (12))",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the function p models the population of Lowell t years after a census. Since there are 12 months in a year, m months after the census is equivalent to (m) / (12) years after the census. Substituting (m) / (12) for t in the equation p (t) = 90, 000 (1.06)^(t) yields p ((m) / (12)) = 90, 000 (1.06)^((m) / (12)). Therefore, the function r that best models the population of Lowell m months after the census is r (m) = 90, 000 (1.06)^((m) / (12)).
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: "263f9937",
+ type: "mcq",
+ questionHtml:
+ "A culture of bacteria is growing at an exponential rate, as shown in the table above. At this rate, on which day would the number of bacteria per milliliter reach 5 . 1 2 · 10, to the power 8?",
+ choices: [
+ { label: "A", text: "Day 5" },
+ { label: "B", text: "Day 9" },
+ { label: "C", text: "Day 11" },
+ { label: "D", text: "Day 12" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The number of bacteria per milliliter is doubling each day. For example, from day 1 to day 2, the number of bacteria increased from 2.5 × 105 to 5.0 × 105. At the end of day 3 there are 106 bacteria per milliliter. At the end of day 4, there will be 106 × 2 bacteria per milliliter. At the end of day 5, there will be (106 × 2) × 2, or 106 × (22) bacteria per milliliter, and so on. At the end of day d, the number of bacteria will be 106 × (2d – 3). If the number of bacteria per milliliter will reach 5.12 × 108 at the end of day d, then the equation 10 to the power 6, end power · 2 to the power d − 3, end power = 5 . 1 2 · 10 to the power 8 must hold. Since 5.12 × 108 can be rewritten as 512 × 106, the equation is equivalent to 2 to the power d − 3, end power = 512. Rewriting 512 as 29 gives d – 3 = 9, so d = 12. The number of bacteria per milliliter would reach 5.12 × 108 at the end of day 12. Choices A, B, and C are incorrect. Given the growth rate of the bacteria, the number of bacteria will not reach 5.12 × 108 per milliliter by the end of any of these days.",
+ hasFigure: false,
+ },
+ {
+ id: "271ffad7",
+ type: "mcq",
+ questionHtml:
+ "A quadratic function models a projectile's height, in meters, above the ground in terms of the time, in seconds, after it was launched. The model estimates that the projectile was launched from an initial height of 7 meters above the ground and reached a maximum height of 51.1 meters above the ground 3 seconds after the launch. How many seconds after the launch does the model estimate that the projectile will return to a height of 7 meters?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "6" },
+ { label: "C", text: "7" },
+ { label: "D", text: "9" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that a quadratic function models the projectile's height, in meters, above the ground in terms of the time, in seconds, after it was launched. It follows that an equation representing the model can be written in the form f (x) = a (x − h)² + k, where f (x) is the projectile's estimated height above the ground, in meters, x seconds after the launch, a is a constant, and k is the maximum height above the ground, in meters, the model estimates the projectile reached h seconds after the launch. It's given that the model estimates the projectile reached a maximum height of 51.1 meters above the ground 3 seconds after the launch. Therefore, k = 51.1 and h = 3. Substituting 51.1 for k and 3 for h in the equation f (x) = a (x − h)² + k yields f (x) = a (x − 3)² + 51.1. It's also given that the model estimates that the projectile was launched from an initial height of 7 meters above the ground. Therefore, when x = 0, f (x) = 7. Substituting 0 for x and 7 for f (x) in the equation f (x) = a (x − 3)² + 51.1 yields 7 = a (0 − 3)² + 51.1, or 7 = 9 a + 51.1. Subtracting 51.1 from both sides of this equation yields −44.1 = 9 a. Dividing both sides of this equation by 9 yields −4.9 = a. Substituting −4.9 for a in the equation f (x) = a (x − 3)² + 51.1 yields f (x) = − 4.9 (x − 3)² + 51.1. Therefore, the equation f (x) = − 4.9 (x − 3)² + 51.1 models the projectile's height, in meters, above the ground x seconds after it was launched. The number of seconds after the launch that the model estimates that the projectile will return to a height of 7 meters is the value of x when f (x) = 7. Substituting 7 for f (x) in f (x) = − 4.9 (x − 3)² + 51.1 yields 7 = − 4.9 (x − 3)² + 51.1. Subtracting 51.1 from both sides of this equation yields −44.1 = − 4.9 (x − 3)². Dividing both sides of this equation by −4.9 yields 9 = (x − 3)². Taking the square root of both sides of this equation yields two equations: 3 = x − 3 and −3 = x − 3. Adding 3 to both sides of the equation 3 = x − 3 yields 6 = x. Adding 3 to both sides of the equation −3 = x − 3 yields 0 = x. Since 0 seconds after the launch represents the time at which the projectile was launched, 6 must be the number of seconds the model estimates that the projectile will return to a height of 7 meters.
Alternate approach: It's given that a quadratic function models the projectile's height, in meters, above the ground in terms of the time, in seconds, after it was launched. It's also given that the model estimates that the projectile was launched from an initial height of 7 meters above the ground and reached a maximum height of 51.1 meters above the ground 3 seconds after the launch. Since the model is quadratic, and quadratic functions are symmetric, the model estimates that for any given height less than the maximum height, the time the projectile takes to travel from the given height to the maximum height is the same as the time the projectile takes to travel from the maximum height back to the given height. Thus, since the model estimates the projectile took 3 seconds to travel from 7 meters above the ground to its maximum height of 51.1 meters above the ground, the model also estimates the projectile will take 3 more seconds to travel from its maximum height of 51.1 meters above the ground back to 7 meters above the ground. Thus, the model estimates that the projectile will return to a height of 7 meters 3 seconds after it reaches its maximum height, which is 6 seconds after the launch.
Choice A is incorrect. The model estimates that 3 seconds after the launch, the projectile reached a height of 51.1 meters, not 7 meters.
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: "2c6f214f",
+ type: "mcq",
+ questionHtml:
+ "The first term of a sequence is 9. Each term after the first is 4 times the preceding term. If w represents the nth term of the sequence, which equation gives w in terms of n?",
+ choices: [
+ { label: "A", text: "w = 4 (9^(n))" },
+ { label: "B", text: "w = 4 (9^(n − 1))" },
+ { label: "C", text: "w = 9 (4^(n))" },
+ { label: "D", text: "w = 9 (4^(n − 1))" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since w represents the nth term of the sequence and 9 is the first term of the sequence, the value of w is 9 when the value of n is 1. Since each term after the first is 4 times the preceding term, the value of w is 9 (4) when the value of n is 2. Therefore, the value of w is 9 (4) (4), or 9 (4)², when the value of n is 3. More generally, the value of w is 9 (4^(n − 1)) for a given value of n. Therefore, the equation w = 9 (4^(n − 1)) gives w in terms of n.
Choice A is incorrect. This equation describes a sequence for which the first term is 36, rather than 9, and each term after the first is 9, rather than 4, times the preceding term.
Choice B is incorrect. This equation describes a sequence for which the first term is 4, rather than 9, and each term after the first is 9, rather than 4, times the preceding term.
Choice C is incorrect. This equation describes a sequence for which the first term is 36, rather than 9.",
+ hasFigure: false,
+ },
+ {
+ id: "2d1614a1",
+ type: "mcq",
+ questionHtml:
+ "P (t) = 290 (1.04)^((four sixths) t)
The function P models the population, in thousands, of a certain city t years after 2005. According to the model, the population is predicted to increase by n % sign every 18 months. What is the value of n?",
+ choices: [
+ { label: "A", text: "0.38" },
+ { label: "B", text: "1.04" },
+ { label: "C", text: "4" },
+ { label: "D", text: "6" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that the function P models the population of the city t years after 2005. Since there are 12 months in a year, 18 months is equivalent to (18) / (12) years. Therefore, the expression (18) / (12) x can represent the number of years in x 18-month periods. Substituting (18) / (12) x for t in the given equation yields P ((18) / (12) x) = 290 (1.04)^((four sixths) ((18) / (12) x)), which is equivalent to P ((18) / (12) x) = 290 (1.04)^(x). Therefore, for each 18-month period, the predicted population of the city is 1.04 times, or 104 % sign of, the previous population. This means that the population is predicted to increase by 4 % sign every 18 months.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. Each year, the predicted population of the city is 1.04 times the previous year's predicted population, which is not the same as an increase of 1.04 % sign.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "2f51abc2",
+ type: "mcq",
+ questionHtml:
+ "f (x) = |59 − 2 x|
The function f is defined by the given equation. For which of the following values of k does f (k) = 3 k?",
+ choices: [
+ { label: "A", text: "(59) / (5)" },
+ { label: "B", text: "(59) / (2)" },
+ { label: "C", text: "(177) / (5)" },
+ { label: "D", text: "59" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The value of k for which f (k) = 3 k can be found by substituting k for x and 3 k for f (x) in the given equation, f (x) = |59 − 2 x|, which yields 3 k = |59 − 2 k|. For this equation to be true, either − 3 k = 59 − 2 k or 3 k = 59 − 2 k. Adding 2 k to both sides of the equation − 3 k = 59 − 2 k yields −k = 59. Dividing both sides of this equation by −1 yields k = −59. To check whether −59 is the value of k, substituting −59 for k in the equation 3 k = |59 − 2 k| yields 3 (−59) = |59 − 2 (−59)|, which is equivalent to −177 = |177|, or −177 = 177, which isn't a true statement. Therefore, −59 isn't the value of k. Adding 2 k to both sides of the equation 3 k = 59 − 2 k yields 5 k = 59. Dividing both sides of this equation by 5 yields k = (59) / (5). To check whether (59) / (5) is the value of k, substituting (59) / (5) for k in the equation 3 k = |59 − 2 k| yields 3 ((59) / (5)) = |59 − 2 ((59) / (5))|, which is equivalent to (177) / (5) = |(177) / (5)|, or (177) / (5) = (177) / (5), which is a true statement. Therefore, the value of k for which f (k) = 3 k is (59) / (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: "43926bd9",
+ type: "spr",
+ questionHtml:
+ "x
f of x
1
a
2
a, to the fifth power.
3
a, to the ninth power
For the exponential function f, the table above shows several values of x and their corresponding values of f of x, where a is a constant greater than 1. If k is a constant and f of k = a, to the twenty ninth power, what is the value of k ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 8. The values of f of x for the exponential function f shown in the table increase by a factor of a, to the fourth power for each increase of 1 in x. This relationship can be represented by the equation f of x = a, raised to the 4 x + b power, where b is a constant. It’s given that when x = 2, f of x = a, to the fifth power. Substituting 2 for x and a, to the fifth power for f of x into f of x = a, raised to the 4 x + b power yields a, to the fifth power = a, raised to the 4 · 2 + b power. Since 4 · 2 + b = 5, it follows that b = −3. Thus, an equation that defines the function f is f of x = a, raised to the 4 x − 3 power. It follows that the value of k such that f of k = a, to the twenty ninth power can be found by solving the equation 4 k − 3 = 29, which yields k = 8.",
+ hasFigure: false,
+ },
+ {
+ id: "4a0d0399",
+ type: "spr",
+ questionHtml:
+ "The function f is defined by f (x) = a^(x) + b, where a and b are constants. In the xy-plane, the graph of y = f (x) has an x-intercept at (2, 0) and a y-intercept at (0 −323). What is the value of b?",
+ choices: [],
+ correctAnswer: "-324",
+ explanation:
+ "The correct answer is −324. It's given that the function f is defined by f (x) = a^(x) + b, where a and b are constants. It's also given that the graph of y = f (x) has a y-intercept at (0 −323). It follows that f (0) = −323. Substituting 0 for x and −323 for f (x) in f (x) = a^(x) + b yields −323 = a⁰ + b, or −323 = 1 + b. Subtracting 1 from each side of this equation yields −324 = b. Therefore, the value of b is −324.",
+ hasFigure: false,
+ },
+ {
+ id: "4b642eef",
+ type: "spr",
+ questionHtml:
+ "The total distance d, in meters, traveled by an object moving in a straight line can be modeled by a quadratic function that is defined in terms of t, where t is the time in seconds. At a time of 10.0 seconds, the total distance traveled by the object is 50.0 meters, and at a time of 20.0 seconds, the total distance traveled by the object is 200.0 meters. If the object was at a distance of 0 meters when t = 0, then what is the total distance traveled, in meters, by the object after 30.0 seconds?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 450. The quadratic equation that models this situation can be written in the form d = a, t² + b t + c, where a, b, and c are constants. It’s given that the distance, d, the object traveled was 0 meters when t = 0 seconds. These values can be substituted into the equation to solve for a, b, and c: 0 = a · 0² + b · 0 + c. Therefore, c = 0, and it follows that d = a, t² + b t. Since it’s also given that d is 50 when t is 10 and d is 200 when t is 20, these values for d and t can be substituted to create a system of two linear equations: 50 = a · 10² + b · 10 and 200 = a · 20² + b · 20, or 10 a + b = 5 and 20 a + b = 10. Subtracting the first equation from the second equation yields 10 a = 5, or a = one half. Substituting one half for a in the first equation and solving for b yields b = 0. Therefore, the equation that represents this situation is d = one half t². Evaluating this function when t = 30 seconds yields d = one half (30, ), ² = 450, or d = 450 meters.",
+ hasFigure: false,
+ },
+ {
+ id: "4d037075",
+ type: "mcq",
+ questionHtml:
+ "Moving from left to right:
The curve is in quadrant 3.
The curve trends down sharply.
As x increases, the curve approaches the line x equals negative 4.
As x decreases, the curve approaches the line y equals 0.
The curve passes through the following points:
(negative 7 comma negative 2)
(negative 6 comma negative 3)
(negative 5 comma negative 6)
The rational function f is defined by an equation in the form f (x) = (a) / (x + b), where a and b are constants. The partial graph of y = f (x) is shown. If g (x) = f (x + 4), which equation could define function g?",
+ choices: [
+ { label: "A", text: "g (x) = (6) / (x)" },
+ { label: "B", text: "g (x) = (6) / (x + 4)" },
+ { label: "C", text: "g (x) = (6) / (x + 8)" },
+ { label: "D", text: "g (x) = (6 (x + 4)) / (x + 4)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that f (x) = (a) / (x + b) and that the graph shown is a partial graph of y = f (x). Substituting y for f (x) in the equation f (x) = (a) / (x + b) yields y = (a) / (x + b). The graph passes through the point (−7 −2). Substituting −7 for x and −2 for y in the equation y = (a) / (x + b) yields −2 = (a) / (−7 + b). Multiplying each side of this equation by −7 + b yields − 2 (−7 + b) = a, or 14 − 2 b = a. The graph also passes through the point (−5 −6). Substituting −5 for x and −6 for y in the equation y = (a) / (x + b) yields −6 = (a) / (−5 + b). Multiplying each side of this equation by −5 + b yields − 6 (−5 + b) = a, or 30 − 6 b = a. Substituting 14 − 2 b for a in this equation yields 30 − 6 b = 14 − 2 b. Adding 6 b to each side of this equation yields 30 = 14 + 4 b. Subtracting 14 from each side of this equation yields 16 = 4 b. Dividing each side of this equation by 4 yields 4 = b. Substituting 4 for b in the equation 14 − 2 b = a yields 14 − 2 (4) = a, or 6 = a. Substituting 6 for a and 4 for b in the equation f (x) = (a) / (x + b) yields f (x) = (6) / (x + 4). It's given that g (x) = f (x + 4). Substituting x + 4 for x in the equation f (x) = (6) / (x + 4) yields f (x + 4) = (6) / (x + 4 + 4), which is equivalent to f (x + 4) = (6) / (x + 8). It follows that g (x) = (6) / (x + 8).
Choice A is incorrect. This could define function g if g (x) = f (x − 4).
Choice B is incorrect. This could define function g if g (x) = f (x).
Choice D is incorrect. This could define function g if g (x) = f (x) dot (x + 4).",
+ hasFigure: true,
+ figureUrl: "/practice-images/4d037075_svg1.svg",
+ },
+ {
+ id: "4d7064a6",
+ type: "mcq",
+ questionHtml:
+ "f (x) = (x − 10) (x + 13)
The function f is defined by the given equation. For what value of x does f (x) reach its minimum?",
+ choices: [
+ { label: "A", text: "−130" },
+ { label: "B", text: "−13" },
+ { label: "C", text: "−(23) / (2)" },
+ { label: "D", text: "−three halves" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that f (x) = (x − 10) (x + 13), which can be rewritten as f (x) = x² + 3 x − 130. Since the coefficient of the x²-term is positive, the graph of y = f (x) in the xy-plane opens upward and reaches its minimum value at its vertex. The x-coordinate of the vertex is the value of x such that f (x) reaches its minimum. For an equation in the form f (x) = a x² + b x + c, where a, b, and c are constants, the x-coordinate of the vertex is − (b) / (2 a). For the equation f (x) = x² + 3 x − 130, a = 1, b = 3, and c = −130. It follows that the x-coordinate of the vertex is − (3) / (2 (1)), or −three halves. Therefore, f (x) reaches its minimum when the value of x is −three halves.
Alternate approach: The value of x for the vertex of a parabola is the x-value of the midpoint between the two x-intercepts of the parabola. Since it’s given that f (x) = (x − 10) (x + 13), it follows that the two x-intercepts of the graph of y = f (x) in the xy-plane occur when x = 10 and x = −13, or at the points (10, 0) and (−13, 0). The midpoint between two points, (x 1, y 1) and (x 2, y 2), is ((x 1 + x 2) / (2), (y 1 + y 2) / (2)). Therefore, the midpoint between (10, 0) and (−13, 0) is ((10 + (−13)) / (2), (0 + 0) / (2)), or (−three halves, 0). It follows that f (x) reaches its minimum when the value of x is −three halves.
Choice A is incorrect. This is the y-coordinate of the y-intercept of the graph of y = f (x) in the xy-plane.
Choice B is incorrect. This is one of the x-coordinates of the x-intercepts of the graph of y = f (x) in the xy-plane.
Choice C is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "4dd4efcf",
+ type: "mcq",
+ questionHtml:
+ "f (x) = a x² + 4 x + c
In the given quadratic function, a and c are constants. The graph of y = f (x) in the xy-plane is a parabola that opens upward and has a vertex at the point (h, k), where h and k are constants. If k < 0 and f (−9) = f (3), which of the following must be true?
c < 0
a > or = 1",
+ choices: [
+ { label: "A", text: "I only" },
+ { label: "B", text: "II only" },
+ { label: "C", text: "I and II" },
+ { label: "D", text: "Neither I nor II" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that the graph of y = f (x) in the xy-plane is a parabola with vertex (h, k). If f (−9) = f (3), then for the graph of y = f (x), the point with an x-coordinate of −9 and the point with an x-coordinate of 3 have the same y-coordinate. In the xy-plane, a parabola is a symmetric graph such that when two points have the same y-coordinate, these points are equidistant from the vertex, and the x-coordinate of the vertex is halfway between the x-coordinates of these two points. Therefore, for the graph of y = f (x), the points with x-coordinates −9 and 3 are equidistant from the vertex, (h, k), and h is halfway between −9 and 3. The value that is halfway between −9 and 3 is (−9 + 3) / (2), or −3. Therefore, h = −3. The equation defining f can also be written in vertex form, f (x) = a (x − h)² + k. Substituting −3 for h in this equation yields f (x) = a (x − (−3))² + k, or f (x) = a (x + 3)² + k. This equation is equivalent to f (x) = a (x² + 6 x + 9) + k, or f (x) = a x² + 6 a x + 9 a + k. Since f (x) = a x² + 4 x + c, it follows that 6 a = 4 and 9 a + k = c. Dividing both sides of the equation 6 a = 4 by 6 yields a = four sixths, or a = two thirds. Since two thirds < 1, it's not true that a > or = 1. Therefore, statement II isn't true. Substituting two thirds for a in the equation 9 a + k = c yields 9 (two thirds) + k = c, or 6 + k = c. Subtracting 6 from both sides of this equation yields k = c − 6. If k < 0, then c − 6 < 0, or c < 6. Since c could be any value less than 6, it's not necessarily true that c < 0. Therefore, statement I isn't necessarily true. Thus, neither I nor II must be true.
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: "58dcc59f",
+ type: "spr",
+ questionHtml:
+ "A landscaper is designing a rectangular garden. The length of the garden is to be 5 feet longer than the width. If the area of the garden will be 104 square feet, what will be the length, in feet, of the garden?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 13. Let w represent the width of the rectangular garden, in feet. Since the length of the garden will be 5 feet longer than the width of the garden, the length of the garden will be w + 5 feet. Thus the area of the garden will be w · (w + 5, ). It is also given that the area of the garden will be 104 square feet. Therefore, w · (w + 5, ) = 104, which is equivalent to w² + 5 w − 104 = 0. Factoring this equation results in (w + 13, ) · (w − 8, ) = 0. Therefore, w = 8 and w = −13. Because width cannot be negative, the width of the garden must be 8 feet. This means the length of the garden must be 8 + 5 = 13 feet.",
+ hasFigure: false,
+ },
+ {
+ id: "59d1f4b5",
+ type: "mcq",
+ questionHtml:
+ "The equation above models the number of members, M, of a gym t years after the gym opens. Of the following, which equation models the number of members of the gym q quarter years after the gym opens?",
+ choices: [
+ {
+ label: "A",
+ text: "M = 1, 800 · 1 . 0 2, to the power of the fraction q over 4",
+ },
+ {
+ label: "B",
+ text: "M = 1, 800 · 1 . 0 2, to the power 4 q",
+ },
+ {
+ label: "C",
+ text: "M = 1, 800 · 1 . 0 0 5, to the power 4 q",
+ },
+ {
+ label: "D",
+ text: "M = 1, 800 · 1 . 0 8 2, to the power q",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. In 1 year, there are 4 quarter years, so the number of quarter years, q, is 4 times the number of years, t ; that is, q = 4, t. This is equivalent to t = q over 4, and substituting this into the expression for M in terms of t gives M = 1, 800 · 1 . 0 2 raised to the fraction q over 4 power.Choices B and D are incorrect and may be the result of incorrectly using t = 4 q instead of q = 4, t. (Choices B and D are nearly the same since 1 . 0 2 raised to the 4 q power is equivalent to (1 . 0 2 to the fourth power, ), raised to the q power, which is approximately 1 . 0 8 2 to the q power.) Choice C is incorrect and may be the result of incorrectly using t = 4 q and unnecessarily dividing 0.02 by 4.",
+ hasFigure: false,
+ },
+ {
+ id: "635f54ee",
+ type: "mcq",
+ questionHtml:
+ "The surface area of a cube is 6 · (the fraction a, over 4, ), ², where a is a positive constant. Which of the following gives the perimeter of one face of the cube?",
+ choices: [
+ { label: "A", text: "the fraction a, over 4" },
+ { label: "B", text: "a" },
+ { label: "C", text: "4 a" },
+ { label: "D", text: "6 a" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. A cube has 6 faces of equal area, so if the total surface area of a cube is 6 · (a, over 4, ), ², then the area of one face is (a, over 4, ), ². Likewise, the area of one face of a cube is the square of one of its edges; therefore, if the area of one face is (a, over 4, ), ², then the length of one edge of the cube is a, over 4. Since the perimeter of one face of a cube is four times the length of one edge, the perimeter is 4 · the fraction a, over 4 = a.
Choice A is incorrect because if the perimeter of one face of the cube is a, over 4, then the total surface area of the cube is 6 · (the fraction with numerator a, over 4, and denominator 4, ), ² = 6 · (a, over 16, ), ², which is not 6 · (a, over 4, ), ². Choice C is incorrect because if the perimeter of one face of the cube is 4a, then the total surface area of the cube is 6 · (the fraction 4 a, over 4, ), ² = 6 a, ², which is not 6 · (a, over 4, ), ². Choice D is incorrect because if the perimeter of one face of the cube is 6a, then the total surface area of the cube is 6 · (the fraction 6 a, over 4, ), ² = 6 · (the fraction 3 a, over 2, ), ², which is not 6 · (a, over 4, ), ².",
+ hasFigure: false,
+ },
+ {
+ id: "6d9e01a2",
+ type: "spr",
+ questionHtml:
+ "f (x) = 4 x² − 50 x + 126
The given equation defines the function f. For what value of x does f (x) reach its minimum?",
+ choices: [],
+ correctAnswer: "25/4, 6.25",
+ explanation:
+ "The correct answer is (25) / (4). The given equation can be rewritten in the form f (x) = a (x − h)² + k, where a, h, and k are constants. When a > 0, h is the value of x for which f (x) reaches its minimum. The given equation can be rewritten as f (x) = 4 (x² − (50) / (4) x) + 126, which is equivalent to f (x) = 4 (x² − (50) / (4) x + ((50) / (8))² − ((50) / (8))²) + 126. This equation can be rewritten as f (x) = 4 ((x − (50) / (8))² − ((50) / (8))²) + 126, or f (x) = 4 (x − (50) / (8))² − 4 ((50) / (8))² + 126, which is equivalent to f (x) = 4 (x − (25) / (4))² − (121) / (4). Therefore, h = (25) / (4), so the value of x for which f (x) reaches its minimum is (25) / (4). Note that 25/4 and 6.25 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "6f5540a5",
+ type: "mcq",
+ questionHtml:
+ "Kao measured the temperature of a cup of hot chocolate placed in a room with a constant temperature of 70 degrees Fahrenheit (°F). The temperature of the hot chocolate was 185°F at 6:00 p.m. when it started cooling. The temperature of the hot chocolate was 156°F at 6:05 p.m. and 135°F at 6:10 p.m. The hot chocolate’s temperature continued to decrease. Of the following functions, which best models the temperature T of m, in degrees Fahrenheit, of Kao’s hot chocolate m minutes after it started cooling?",
+ choices: [
+ {
+ label: "A",
+ text: "T of m = 185 · 1 . 2 5 to the m power",
+ },
+ {
+ label: "B",
+ text: "T of m = 185 · 0 . 8 5 to the m power",
+ },
+ {
+ label: "C",
+ text: "T of m = (185 − 70, ) · 0 . 7 5 raised to the m over 5 power",
+ },
+ {
+ label: "D",
+ text: "T of m = 70 + 115 · 0 . 7 5 raised to the m over 5 power",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The hot chocolate cools from 185°F over time, never going lower than the room temperature, 70°F. Since the base of the exponent in this function, 0.75, is less than 1, T of m decreases as time increases. Using the function, the temperature, in °F, at 6:00 p.m. can be estimated as T of 0 and is equal to 70 + 115 · (0 . 7 5, ), raised to the power zero fifths = 185. The temperature, in °F, at 6:05 p.m. can be estimated as T of 5 and is equal to 70 + 115 · (0 . 7 5, ) raised to the power five fifths, which is approximately 156°F. Finally, the temperature, in °F, at 6:10 p.m. can be estimated as T of 10 and is equal to 70 + 115 · (0 . 7 5, ), raised to the power ten fifths, which is approximately 135°F. Since these three given values of m and their corresponding values for T of m can be verified using the function T of m = 70 + 115 · (0 . 7 5, ), raised to the power the fraction m over 5, this is the best function out of the given choices to model the temperature of Kao’s hot chocolate after m minutes.Choice A is incorrect because the base of the exponent,1 . 2 5, results in the value of T of m increasing over time rather than decreasing. Choice B is incorrect because when m is large enough, T of m becomes less than 70. Choice C is incorrect because the maximum value of T of m at 6:00 p.m. is 115°F, not 185°F.",
+ hasFigure: false,
+ },
+ {
+ id: "70753f99",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f of x = (x + 3, ) · (x + 1, ). The graph of f in the xy-plane is a parabola. Which of the following intervals contains the x-coordinate of the vertex of the graph of f ?",
+ choices: [
+ { label: "A", text: "−4 < x, which < −3" },
+ { label: "B", text: "−3 < x, which < 1" },
+ { label: "C", text: "1 < x, which < 3" },
+ { label: "D", text: "3 < x, which < 4" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The graph of a quadratic function in the xy-plane is a parabola. The axis of symmetry of the parabola passes through the vertex of the parabola. Therefore, the vertex of the parabola and the midpoint of the segment between the two x-intercepts of the graph have the same x-coordinate. Since f of − 3 = f of − 1, which = 0, the x-coordinate of the vertex is the fraction with numerator − 3 + −1, and denominator 2 = −2. Of the shown intervals, only the interval in choice B contains –2. Choices A, C, and D are incorrect and may result from either calculation errors or misidentification of the graph’s x-intercepts.",
+ hasFigure: false,
+ },
+ {
+ id: "7902bed0",
+ type: "mcq",
+ questionHtml:
+ "A machine launches a softball from ground level. The softball reaches a maximum height of 51.84 meters above the ground at 1.8 seconds and hits the ground at 3.6 seconds. Which equation represents the height above ground h, in meters, of the softball t seconds after it is launched?",
+ choices: [
+ { label: "A", text: "h = − t² + 3.6" },
+ { label: "B", text: "h = − t² + 51.84" },
+ { label: "C", text: "h = − 16 (t − 1.8)² − 3.6" },
+ { label: "D", text: "h = − 16 (t − 1.8)² + 51.84" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. An equation representing the height above ground h, in meters, of a softball t seconds after it is launched by a machine from ground level can be written in the form h = − a (t − b)² + c, where a, b, and c are positive constants. In this equation, b represents the time, in seconds, at which the softball reaches its maximum height of c meters above the ground. It's given that this softball reaches a maximum height of 51.84 meters above the ground at 1.8 seconds; therefore, b = 1.8 and c = 51.84. Substituting 1.8 for b and 51.84 for c in the equation h = − a (t − b)² + c yields h = − a (t − 1.8)² + 51.84. It's also given that this softball hits the ground at 3.6 seconds; therefore, h = 0 when t = 3.6. Substituting 0 for h and 3.6 for t in the equation h = − a (t − 1.8)² + 51.84 yields 0 = − a (3.6 − 1.8)² + 51.84, which is equivalent to 0 = − a (1.8)² + 51.84, or 0 = − 3.24 a + 51.84. Adding 3.24 a to both sides of this equation yields 3.24 a = 51.84. Dividing both sides of this equation by 3.24 yields a = 16. Substituting 16 for a in the equation h = − a (t − 1.8)² + 51.84 yields h = − 16 (t − 1.8)² + 51.84. Therefore, h = − 16 (t − 1.8)² + 51.84 represents the height above ground h, in meters, of this softball t seconds after it is launched.
Choice A is incorrect. This equation represents a situation where the maximum height is 3.6 meters above the ground at 0 seconds, not 51.84 meters above the ground at 1.8 seconds.
Choice B is incorrect. This equation represents a situation where the maximum height is 51.84 meters above the ground at 0 seconds, not 1.8 seconds.
Choice C is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "7eed640d",
+ type: "mcq",
+ questionHtml:
+ "The quadratic function above models the height above the ground h, in feet, of a projectile x seconds after it had been launched vertically. If y = h of x is graphed in the xy-plane, which of the following represents the real-life meaning of the positive x-intercept of the graph?",
+ choices: [
+ { label: "A", text: "The initial height of the projectile" },
+ { label: "B", text: "The maximum height of the projectile" },
+ {
+ label: "C",
+ text: "The time at which the projectile reaches its maximum height",
+ },
+ { label: "D", text: "The time at which the projectile hits the ground" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The positive x-intercept of the graph of y = h of x is a point with coordinates x, y for which y = 0. Since y = h of x models the height above the ground, in feet, of the projectile, a y-value of 0 must correspond to the height of the projectile when it is 0 feet above ground or, in other words, when the projectile is on the ground. Since x represents the time since the projectile was launched, it follows that the positive x-intercept, x, 0, represents the time at which the projectile hits the ground.Choice A is incorrect and may result from misidentifying the y-intercept as a positive x-intercept. Choice B is incorrect and may result from misidentifying the y-value of the vertex of the graph of the function as an x-intercept. Choice C is incorrect and may result from misidentifying the x-value of the vertex of the graph of the function as an x-intercept.",
+ hasFigure: false,
+ },
+ {
+ id: "841ef26c",
+ type: "mcq",
+ questionHtml:
+ "f (x) = 4 x² + 64 x + 262
The function g is defined by g (x) = f (x + 5). For what value of x does g (x) reach its minimum?",
+ choices: [
+ { label: "A", text: "−13" },
+ { label: "B", text: "−8" },
+ { label: "C", text: "−5" },
+ { label: "D", text: "−3" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that g (x) = f (x + 5). Since f (x) = 4 x² + 64 x + 262, it follows that f (x + 5) = 4 (x + 5)² + 64 (x + 5) + 262. Expanding the quantity (x + 5)² in this equation yields f (x + 5) = 4 (x² + 10 x + 25) + 64 (x + 5) + 262. Distributing the 4 and the 64 yields f (x + 5) = 4 x² + 40 x + 100 + 64 x + 320 + 262. Combining like terms yields f (x + 5) = 4 x² + 104 x + 682. Therefore, g (x) = 4 x² + 104 x + 682. For a quadratic function defined by an equation of the form g (x) = a (x − h)² + k, where a, h, and k are constants and a is positive, g (x) reaches its minimum, k, when the value of x is h. The equation g (x) = 4 x² + 104 x + 682 can be rewritten in this form by completing the square. This equation is equivalent to g (x) = 4 (x² + 26) + 682, or g (x) = 4 (x² + 26 x + 169 − 169) + 682. This equation can be rewritten as g (x) = 4 ((x + 13)² − 169) + 682, or g (x) = 4 (x + 13)² − 4 (169) + 682, which is equivalent to g (x) = 4 (x + 13)² + 6. This equation is in the form g (x) = a (x − h)² + k, where a = 4, h = −13, and k = 6. Therefore, g (x) reaches its minimum when the value of x is −13.
Choice B is incorrect. This is the value of x for which f (x), rather than g (x), reaches its minimum.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect. This is the value of x for which f (x − 5), rather than f (x + 5), reaches its minimum.",
+ hasFigure: false,
+ },
+ {
+ id: "8490cc45",
+ type: "mcq",
+ questionHtml:
+ "The function f is defined by f (x) = (−8) (2)^(x) + 22. What is the y-intercept of the graph of y = f (x) in the xy-plane?",
+ choices: [
+ { label: "A", text: "(0, 14)" },
+ { label: "B", text: "(0, 2)" },
+ { label: "C", text: "(0, 22)" },
+ { label: "D", text: "(0 −8)" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The y-intercept of the graph of y = f (x) in the xy-plane occurs at the point on the graph where x = 0. In other words, when x = 0, the corresponding value of f (x) is the y-coordinate of the y-intercept. Substituting 0 for x in the given equation yields f (0) = (−8) (2)⁰ + 22, which is equivalent to f (0) = (−8) (1) + 22, or f (0) = 14. Thus, when x = 0, the corresponding value of f (x) is 14. Therefore, the y-intercept of the graph of y = f (x) in the xy-plane is (0, 14).
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. This could be the y-intercept for f (x) = (−8) (2)^(x), not f (x) = (−8) (2)^(x) + 22.",
+ hasFigure: false,
+ },
+ {
+ id: "84dd43f8",
+ type: "spr",
+ questionHtml:
+ "For the function f, f (0) = 86, and for each increase in x by 1, the value of f (x) decreases by 80 % sign. What is the value of f (2)?",
+ choices: [],
+ correctAnswer: "3.44, 86/25",
+ explanation:
+ "The correct answer is 3.44. It’s given that f (0) = 86 and that for each increase in x by 1, the value of f (x) decreases by 80 % sign. Because the output of the function decreases by a constant percentage for each 1-unit increase in the value of x, this relationship can be represented by an exponential function of the form f (x) = a (b)^(x), where a represents the initial value of the function and b represents the rate of decay,
expressed as a decimal. Because f (0) = 86, the value of a must be 86. Because the value of f (x) decreases by 80 % sign for each 1-unit increase in x, the value of b must be (1 − 0 . 80), or 0 . 2. Therefore, the function f can be defined by f (x) = 86 (0 . 2)^(x). Substituting 2 for x in this function yields f (2) = 86 (0 . 2)², which is equivalent to f (2) = 86 (0 . 04), or f (2) = 3 . 44. Either 3.44 or 86 ÷ 25 may be entered as the correct answer.
Alternate approach: It’s given that f (0) = 86 and that for each increase in x by 1, the value of f (x) decreases by 80 % sign. Therefore, when x = 1, the value of f (x) is (100 − 80) % sign, or 20 % sign, of 86, which can be expressed as (0 . 20) (86). Since (0 . 20) (86) = 17 . 2, the value of f (1) is 17.2. Similarly, when x = 2, the value of f (x) is 20 % sign of 17.2, which can be expressed as (0 . 20) (17 . 2). Since (0 . 20) (17 . 2) = 3 . 44, the value of f (2) is 3.44. Either 3.44 or 86 ÷ 25 may be entered as the correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "84e8cc72",
+ type: "mcq",
+ questionHtml:
+ "A quadratic function models the height, in feet, of an object above the ground in terms of the time, in seconds, after the object is launched off an elevated surface. The model indicates the object has an initial height of 10 feet above the ground and reaches its maximum height of 1, 034 feet above the ground 8 seconds after being launched. Based on the model, what is the height, in feet, of the object above the ground 10 seconds after being launched?",
+ choices: [
+ { label: "A", text: "234" },
+ { label: "B", text: "778" },
+ { label: "C", text: "970" },
+ { label: "D", text: "1, 014" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that a quadratic function models the height, in feet, of an object above the ground in terms of the time, in seconds, after the object is launched off an elevated surface. This quadratic function can be defined by an equation of the form f (x) = a (x − h)² + k, where f (x) is the height of the object x seconds after it was launched, and a, h, and k are constants such that the function reaches its maximum value, k, when x = h. Since the model indicates the object reaches its maximum height of 1, 034 feet above the ground 8 seconds after being launched, f (x) reaches its maximum value, 1, 034, when x = 8. Therefore, k = 1, 034 and h = 8. Substituting 8 for h and 1, 034 for k in the function f (x) = a (x − h)² + k yields f (x) = a (x − 8)² + 1, 034. Since the model indicates the object has an initial height of 10 feet above the ground, the value of f (x) is 10 when x = 0. Substituting 0 for x and 10 for f (x) in the equation f (x) = a (x − 8)² + 1, 034 yields 10 = a (0 − 8)² + 1, 034, or 10 = 64 a + 1, 034. Subtracting 1, 034 from both sides of this equation yields 64 a = −1, 024. Dividing both sides of this equation by 64 yields a = −16. Therefore, the model can be represented by the equation f (x) = − 16 (x − 8)² + 1, 034. Substituting 10 for x in this equation yields f (10) = − 16 (10 − 8)² + 1, 034, or f (10) = 970. Therefore, based on the model, 10 seconds after being launched, the height of the object above the ground is 970 feet.
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: "91e7ea5e",
+ type: "mcq",
+ questionHtml:
+ "The quadratic function h is defined as shown. In the xy-plane, the graph of y = h of x intersects the x-axis at the points with coordinates 0, 0and t, 0, where t is a constant. What is the value of t ?",
+ choices: [
+ { label: "A", text: "1" },
+ { label: "B", text: "2" },
+ { label: "C", text: "4" },
+ { label: "D", text: "8" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the graph of y = h of x intersects the x-axis at 0, 0 and t, 0, where t is a constant. Since this graph intersects the x-axis when y = 0 or when h of x = 0, it follows that h of 0 = 0 and h of t = 0. If h of t = 0, then 0 = 2 · (t − 4, ), ² − 32. Adding 32 to both sides of this equation yields 32 = 2 · (t − 4, ), ². Dividing both sides of this equation by 2 yields 16 = (t − 4, ), ². Taking the square root of both sides of this equation yields 4 = t − 4. Adding 4 to both sides of this equation yields 8 = t. Therefore, the value of t is 8.Choices A, B, and C are incorrect and may result from calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "92f812bb",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, a parabola has vertex (9 −14) and intersects the x-axis at two points. If the equation of the parabola is written in the form y = a x² + b x + c, where a, b, and c are constants, which of the following could be the value of a + b + c?",
+ choices: [
+ { label: "A", text: "−23" },
+ { label: "B", text: "−19" },
+ { label: "C", text: "−14" },
+ { label: "D", text: "−12" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The equation of a parabola in the xy-plane can be written in the form y = a (x − h)² + k, where a is a constant and (h, k) is the vertex of the parabola. If a is positive, the parabola will open upward, and if a is negative, the parabola will open downward. It’s given that the parabola has vertex (9 −14). Substituting 9 for h and −14 for k in the equation y = a (x − h)² + k gives y = a (x − 9)² − 14, which can be rewritten as y = a (x − 9) (x − 9) − 14, or y = a (x² − 18 x + 81) − 14. Distributing the factor of a on the right-hand side of this equation yields y = a x² − 18 a x + 81 a − 14. Therefore, the equation of the parabola, y = a x² − 18 a x + 81 a − 14, can be written in the form y = a x² + b x + c, where a = a, b = − 18 a, and c = 81 a − 14. Substituting − 18 a for b and 81 a − 14 for c in the expression a + b + c yields (a) + (−18 a) + (81 a − 14), or 64 a − 14. Since the vertex of the parabola, (9 −14), is below the x-axis, and it’s given that the parabola intersects the x-axis at two points, the parabola must open upward. Therefore, the constant a must have a positive value. Setting the expression 64 a − 14 equal to the value in choice D yields 64 a − 14 = −12. Adding 14 to both sides of this equation yields 64 a = 2. Dividing both sides of this equation by 64 yields a = two sixty fourths, which is a positive value. Therefore, if the equation of the parabola is written in the form y = a x² + b x + c, where a, b, and c are constants, the value of a + b + c could be−12.
Choice A is incorrect. If the equation of a parabola with a vertex at (9 −14) is written in the form y = a x² + b x + c, where a, b, and c are constants and a + b + c = −23, then the value of a will be negative, which means the parabola will open downward, not upward, and will intersect the x-axis at zero points, not two points.
Choice B is incorrect. If the equation of a parabola with a vertex at (9 −14) is written in the form y = a x² + b x + c, where a, b, and c are constants and a + b + c = −19, then the value of a will be negative, which means the parabola will open downward, not upward, and will intersect the x-axis at zero points, not two points.
Choice C is incorrect. If the equation of a parabola with a vertex at (9 −14) is written in the form y = a x² + b x + c, where a, b, and c are constants and a + b + c = −14, then the value of a will be 0, which is inconsistent with the equation of a parabola.",
+ hasFigure: false,
+ },
+ {
+ id: "9654add7",
+ type: "mcq",
+ questionHtml:
+ "f of x = −500, x² + 25, 000 x
The revenue f of x, in dollars, that a company receives from sales of a product is given by the function f above, where x is the unit price, in dollars, of the product. The graph of y = f of x in the xy-plane intersects the x-axis at 0 and a. What does a represent?",
+ choices: [
+ {
+ label: "A",
+ text: "The revenue, in dollars, when the unit price of the product is $0",
+ },
+ {
+ label: "B",
+ text: "The unit price, in dollars, of the product that will result in maximum revenue",
+ },
+ {
+ label: "C",
+ text: "The unit price, in dollars, of the product that will result in a revenue of $0",
+ },
+ {
+ label: "D",
+ text: "The maximum revenue, in dollars, that the company can make",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. By definition, the y-value when a function intersects the x-axis is 0. It’s given that the graph of the function intersects the x-axis at 0 and a, that x is the unit price, in dollars, of a product, and that f of x, where y = f of x, is the revenue, in dollars, that a company receives from the sales of the product. Since the value of a occurs when y = 0, a is the unit price, in dollars, of the product that will result in a revenue of $0.Choice A is incorrect. The revenue, in dollars, when the unit price of the product is $0 is represented by f of x, when x = 0. Choice B is incorrect. The unit price, in dollars, of the product that will result in maximum revenue is represented by the x-coordinate of the maximum of f. Choice D is incorrect. The maximum revenue, in dollars, that the company can make is represented by the y-coordinate of the maximum of f.",
+ hasFigure: false,
+ },
+ {
+ id: "9afe2370",
+ type: "mcq",
+ questionHtml:
+ "If during this time the population of the city decreases by a fixed percent each year, which of the following must be true?",
+ choices: [
+ { label: "A", text: "r < −1" },
+ { label: "B", text: "−1 < r, which < 0" },
+ { label: "C", text: "0 < r, which < 1" },
+ { label: "D", text: "r > 1" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The term (1 + r) represents a percent change. Since the population is decreasing, the percent change must be between 0% and 100%. When the percent change is expressed as a decimal rather than as a percent, the percentage change must be between 0 and 1. Because (1 + r) represents percent change, this can be expressed as 0 r r Choice A is incorrect. If r P would be a negative value, which is not possible. Choices C and D are incorrect. For any value of r > 0, 1 + r > 1, and the exponential function models growth for positive values of the exponent. This contradicts the given information that the population is decreasing.",
+ hasFigure: false,
+ },
+ {
+ id: "9f2ecade",
+ type: "spr",
+ questionHtml:
+ "The function h is defined above, where a, b, and c are integer constants. If the zeros of the function are −5 6, and 7, what is the value of c ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 210. Since −5, 6, and 7 are zeros of the function, the function can be rewritten as h of x = (x + 5, ) · (x − 6, ) · (x − 7, ). Expanding the function yields h of x = x³ − 8, x² − 23 x + 210. Thus, a = −8, b = −23, and c = 210. Therefore, the value of c is 210.",
+ hasFigure: false,
+ },
+ {
+ id: "a45ffacb",
+ type: "spr",
+ questionHtml:
+ "Function f is defined by f (x) = − a^(x) + b, where a and b are constants. In the xy-plane, the graph of y = f (x) − 15 has a y-intercept at (0 −(99) / (7)). The product of a and b is (65) / (7). What is the value of a?",
+ choices: [],
+ correctAnswer: "5",
+ explanation:
+ "The correct answer is 5. It’s given that f (x) = − a^(x) + b. Substituting − a^(x + b) for f (x) in the equation y = f (x) − 15 yields y = − a^(x) + b − 15. It’s given that the y-intercept of the graph of y = f (x) − 15 is (0 −(99) / (7)). Substituting 0 for x and −(99) / (7) for y in the equation y = − a^(x) + b − 15 yields −(99) / (7) = − a⁰ + b − 15, which is equivalent to −(99) / (7) = −1 + b − 15, or −(99) / (7) = b − 16. Adding 16 to both sides of this equation yields (13) / (7) = b. It’s given that the product of a and b is (65) / (7), or a b = (65) / (7). Substituting (13) / (7) for b in this equation yields (a) ((13) / (7)) = (65) / (7). Dividing both sides of this equation by (13) / (7) yields a = 5.",
+ hasFigure: false,
+ },
+ {
+ id: "a7711fe8",
+ type: "mcq",
+ questionHtml:
+ "What is the minimum value of the function f defined by f of x = (x − 2, ), ² − 4 ?",
+ choices: [
+ { label: "A", text: "−4" },
+ { label: "B", text: "−2" },
+ { label: "C", text: "2" },
+ { label: "D", text: "4" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The given quadratic function f is in vertex form, f of x = (x − h, ), ² + k, where h, k is the vertex of the graph of y = f of x in the xy-plane. Therefore, the vertex of the graph of y = f of x is 2 −4. In addition, the y-coordinate of the vertex represents either the minimum or maximum value of a quadratic function, depending on whether the graph of the function opens upward or downward. Since the leading coefficient of f (the coefficient of the term (x − 2, ), ²) is 1, which is positive, the graph of y = f of x opens upward. It follows that at x = 2, the minimum value of the function f is −4.Choice B is incorrect and may result from making a sign error and from using the x-coordinate of the vertex. Choice C is incorrect and may result from using the x-coordinate of the vertex. Choice D is incorrect and may result from making a sign error.",
+ hasFigure: false,
+ },
+ {
+ id: "a8ae0d22",
+ type: "mcq",
+ questionHtml:
+ "Two variables, x and y, are related such that for each increase of 1 in the value of x, the value of y increases by a factor of 4. When x = 0, y = 200. Which equation represents this relationship?",
+ choices: [
+ { label: "A", text: "y = 4 (x)²⁰⁰" },
+ { label: "B", text: "y = 4 (200)^(x)" },
+ { label: "C", text: "y = 200 (x)⁴" },
+ { label: "D", text: "y = 200 (4)^(x)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since the value of y increases by a constant factor, 4, for each increase of 1 in the value of x, the relationship between x and y is exponential. An exponential relationship between x and y can be represented by an equation of the form y = a (b)^(x), where a is the value of x when y = 0 and y increases by a factor of b for each increase of 1 in the value of x. Since y = 200 when x = 0, a = 200. Since y increases by a factor of 4 for each increase of 1 in the value of x, b = 4. Substituting 200 for a and 4 for b in the equation y = a (b)^(x) yields y = 200 (4)^(x). Thus, the equation y = 200 (4)^(x) represents the relationship between x and y.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect. This equation represents a relationship where for each increase of 1 in the value of x, the value of y increases by a factor of 200, not 4, and when x = 0, y is equal to 4, not 200.
Choice C is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "a9084ca4",
+ type: "mcq",
+ questionHtml:
+ "f (x) = 9, 000 (0.66)^(x)
The given function f models the number of advertisements a company sent to its clients each year, where x represents the number of years since 1997, and 0 < or = x < or = 5. If y = f (x) is graphed in the xy-plane, which of the following is the best interpretation of the y-intercept of the graph in this context?",
+ choices: [
+ {
+ label: "A",
+ text: "The minimum estimated number of advertisements the company sent to its clients during the 5 years was 1, 708.",
+ },
+ {
+ label: "B",
+ text: "The minimum estimated number of advertisements the company sent to its clients during the 5 years was 9, 000.",
+ },
+ {
+ label: "C",
+ text: "The estimated number of advertisements the company sent to its clients in 1997 was 1, 708.",
+ },
+ {
+ label: "D",
+ text: "The estimated number of advertisements the company sent to its clients in 1997 was 9, 000.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The y-intercept of a graph in the xy-plane is the point where x = 0. For the given function f, the y-intercept of the graph of y = f (x) in the xy-plane can be found by substituting 0 for x in the equation y = 9, 000 (0.66)^(x), which gives y = 9, 000 (0.66)⁰. This is equivalent to y = 9, 000 (1), or y = 9, 000. Therefore, the y-intercept of the graph of y = f (x) is (0, 9, 000). It’s given that the function f models the number of advertisements a company sent to its clients each year. Therefore, f (x) represents the estimated number of advertisements the company sent to its clients each year. It's also given that x represents the number of years since 1997. Therefore, x = 0 represents 0 years since 1997, or 1997. Thus, the best interpretation of the y-intercept of the graph of y = f (x) is that the estimated number of advertisements the company sent to its clients in 1997 was 9, 000.
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: "b73ee6cf",
+ type: "mcq",
+ questionHtml:
+ "The population of a town is currently 50,000, and the population is estimated to increase each year by 3% from the previous year. Which of the following equations can be used to estimate the number of years, t, it will take for the population of the town to reach 60,000 ?",
+ choices: [
+ {
+ label: "A",
+ text: "50, 000 = 60, 000 · (0 . 0 3, ), to the power t",
+ },
+ {
+ label: "B",
+ text: "50, 000 = 60, 000 · (3, ), to the power t",
+ },
+ {
+ label: "C",
+ text: "60, 000 = 50, 000 · (0 . 0 3, ), to the power t",
+ },
+ {
+ label: "D",
+ text: "60, 000 = 50, 000 · (1 . 0 3, ), to the power t",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Stating that the population will increase each year by 3% from the previous year is equivalent to saying that the population each year will be 103% of the population the year before. Since the initial population is 50,000, the population after t years is given by 50,000(1.03)t. It follows that the equation 60,000 = 50,000(1.03)t can be used to estimate the number of years it will take for the population to reach 60,000.Choice A is incorrect. This equation models how long it will take the population to decrease from 60,000 to 50,000, which is impossible given the growth factor. Choice B is incorrect and may result from misinterpreting a 3% growth as growth by a factor of 3. Additionally, this equation attempts to model how long it will take the population to decrease from 60,000 to 50,000. Choice C is incorrect and may result from misunderstanding how to model percent growth by multiplying the initial amount by a factor greater than 1.",
+ hasFigure: false,
+ },
+ {
+ id: "b7c74b73",
+ type: "mcq",
+ questionHtml:
+ "f (x) = 5, 470 (0.64)^((x) / (12))
The function f gives the value, in dollars, of a certain piece of equipment after x months of use. If the value of the equipment decreases each year by p % sign of its value the preceding year, what is the value of p?",
+ choices: [
+ { label: "A", text: "4" },
+ { label: "B", text: "5" },
+ { label: "C", text: "36" },
+ { label: "D", text: "64" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. For a function of the form f (x) = a (r)^((x) / (k)), where a, r, and k are constants and r < 1, the value of f (x) decreases by 100 (1 − r) % sign for every increase of x by k. In the given function, a = 5, 470, r = 0.64, and k = 12. Therefore, for the given function, the value of f (x) decreases by 100 (1 − 0.64) % sign, or 36 % sign, for every increase of x by 12. Since f (x) represents the value, in dollars, of the equipment after x months of use, it follows that the value of the equipment decreases every 12 months by 36 % sign of its value the preceding 12 months. Since there are 12 months in a year, the value of the equipment decreases each year by 36 % sign of its value the preceding year. Thus, the value of p is 36.
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: "b8f13a3a",
+ type: "spr",
+ questionHtml:
+ "Function f is defined by f (x) = − a^(x) + b, where a and b are constants. In the xy-plane, the graph of y = f (x) − 12 has a y-intercept at (0 −(75) / (7)). The product of a and b is (320) / (7). What is the value of a?",
+ choices: [],
+ correctAnswer: "20",
+ explanation:
+ "The correct answer is 20. It’s given that f (x) = − a^(x) + b. Substituting − a^(x + b) for f (x) in the equation y = f (x) − 12 yields y = − a^(x) + b − 12. It’s given that the y-intercept of the graph of y = f (x) − 12 is (0 −(75) / (7)). Substituting 0 for x and −(75) / (7) for y in the equation y = − a^(x) + b − 12 yields −(75) / (7) = − a⁰ + b − 12, which is equivalent to −(75) / (7) = −1 + b − 12, or −(75) / (7) = b − 13. Adding 13 to both sides of this equation yields (16) / (7) = b. It’s given that the product of a and b is (320) / (7), or a b = (320) / (7). Substituting (16) / (7) for b in this equation yields (a) ((16) / (7)) = (320) / (7). Dividing both sides of this equation by (16) / (7) yields a = 20.",
+ hasFigure: false,
+ },
+ {
+ id: "bba18ecb",
+ type: "mcq",
+ questionHtml:
+ "When the quadratic function f is graphed in the xy-plane, where y = f (x), its vertex is (−3, 6). One of the x-intercepts of this graph is (−(17) / (4), 0). What is the other x-intercept of the graph?",
+ choices: [
+ { label: "A", text: "(−(29) / (4), 0)" },
+ { label: "B", text: "(−seven fourths, 0)" },
+ { label: "C", text: "(five fourths, 0)" },
+ { label: "D", text: "((17) / (4), 0)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since the line of symmetry for the graph of a quadratic function contains the vertex of the graph, the x-coordinate of the vertex of the graph of y = f (x) is the x-coordinate of the midpoint of its two x-intercepts. The midpoint of two points with x-coordinates x 1 and x 2 has x-coordinate x Subscript m, where x Subscript m Baseline = (x 1 + x 2) / (2). It′s given that the vertex is (−3, 6) and one of the x-intercepts is (−(17) / (4), 0). Substituting −3 for x Subscript m and −(17) / (4) for x 1 in the equation x Subscript m Baseline = (x 1 + x 2) / (2) yields −3 = Start(−StartFraction 17) / (4) + x 2 OverOver 2 EndEndFraction. Multiplying each side of this equation by 2 yields −6 = −(17) / (4) + x 2. Adding (17) / (4) to each side of this equation yields −seven fourths = x 2. Therefore, the other x-intercept is (−seven fourths, 0).
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: "cd358b89",
+ type: "mcq",
+ questionHtml:
+ "Function f is defined by f (x) = (x + 6) (x + 5) (x + 1). Function g is defined by g (x) = f (x − 1). The graph of y = g (x) in the xy-plane has x-intercepts at (a, 0), (b, 0), and (c, 0), where a, b, and c are distinct constants. What is the value of a + b + c?",
+ choices: [
+ { label: "A", text: "−15" },
+ { label: "B", text: "−9" },
+ { label: "C", text: "11" },
+ { label: "D", text: "15" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that g (x) = f (x − 1). Since f (x) = (x + 6) (x + 5) (x + 1), it follows that f (x − 1) = (x − 1 + 6) (x − 1 + 5) (x − 1 + 1). Combining like terms yields f (x − 1) = (x + 5) (x + 4) (x). Therefore, g (x) = x (x + 5) (x + 4). The x-intercepts of a graph in the xy-plane are the points where y = 0. The x-coordinates of the x-intercepts of the graph of y = g (x) in the xy-plane can be found by solving the equation 0 = x (x + 5) (x + 4). Applying the zero product property to this equation yields three equations: x = 0, x + 5 = 0, and x + 4 = 0. Solving each of these equations for x yields x = 0, x = −5, and x = −4, respectively. Therefore, the x-intercepts of the graph of y = g (x) are (0, 0), (−5, 0), and (−4, 0). It follows that the values of a, b, and c are 0, −5, and −4. Thus, the value of a + b + c is 0 + (−5) + (−4), which is equal to −9.
Choice A is incorrect. This is the value of a + b + c if g (x) = f (x + 1).
Choice C is incorrect. This is the value of a + b + c − 1 if g (x) = (x − 6) (x − 5) (x − 1).
Choice D is incorrect. This is the value of a + b + c if f (x) = (x − 6) (x − 5) (x − 1).",
+ hasFigure: false,
+ },
+ {
+ id: "ce579859",
+ type: "mcq",
+ questionHtml:
+ "A model estimates that at the end of each year from 2015 to 2020, the number of squirrels in a population was 150 % sign more than the number of squirrels in the population at the end of the previous year. The model estimates that at the end of 2016, there were 180 squirrels in the population. Which of the following equations represents this model, where n is the estimated number of squirrels in the population t years after the end of 2015 and t < or = 5?",
+ choices: [
+ { label: "A", text: "n = 72 (1.5)^(t)" },
+ { label: "B", text: "n = 72 (2.5)^(t)" },
+ { label: "C", text: "n = 180 (1.5)^(t)" },
+ { label: "D", text: "n = 180 (2.5)^(t)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since the model estimates that the number of squirrels in the population increased by a fixed percentage, 150 % sign, each year, the model can be represented by an exponential equation of the form n = a (1 + (p) / (100))^(t), where a is the estimated number of squirrels in the population at the end of 2015, and the model estimates that at the end of each year, the number is p % sign more than the number at the end of the previous year. Since the model estimates that at the end of each year, the number was 150 % sign more than the number at the end of the previous year, p = 150. Substituting 150 for p in the equation n = a (1 + (p) / (100))^(t) yields n = a (1 + (150) / (100))^(t), which is equivalent to n = a (1 + 1.5)^(t), or n = a (2.5)^(t). It’s given that the estimated number of squirrels at the end of 2016 was 180. This means that when t = 1, n = 180. Substituting 1 for t and 180 for n in the equation n = a (2.5)^(t) yields 180 = a (2.5)¹, or 180 = 2.5 a. Dividing each side of this equation by 2.5 yields 72 = a. Substituting 72 for a in the equation n = a (2.5)^(t) yields n = 72 (2.5)^(t).
Choice A is incorrect. This equation represents a model where at the end of each year, the estimated number of squirrels was 150 % sign of, not 150 % sign more than, the estimated number at the end of the previous year.
Choice C is incorrect. This equation represents a model where at the end of each year, the estimated number of squirrels was 150 % sign of, not 150 % sign more than, the estimated number at the end of the previous year, and the estimated number of squirrels at the end of 2015, not the end of 2016, was 180.
Choice D is incorrect. This equation represents a model where the estimated number of squirrels at the end of 2015, not the end of 2016, was 180.",
+ hasFigure: false,
+ },
+ {
+ id: "d135f4bf",
+ type: "spr",
+ questionHtml:
+ "The function f is defined by f (x) = (x − 6) (x − 2) (x + 6). In the xy-plane, the graph of y = g (x) is the result of translating the graph of y = f (x) up 4 units. What is the value of g (0)?",
+ choices: [],
+ correctAnswer: "76",
+ explanation:
+ "The correct answer is 76. It's given that the graph of y = g (x) is the result of translating the graph of y = f (x) up 4 units in the xy-plane. It follows that the graph of y = g (x) is the same as the graph of y = f (x) + 4. Substituting g (x) for y in the equation y = f (x) + 4 yields g (x) = f (x) + 4. It's given that f (x) = (x − 6) (x − 2) (x + 6). Substituting (x − 6) (x − 2) (x + 6) for f (x) in the equation g (x) = f (x) + 4 yields g (x) = (x − 6) (x − 2) (x + 6) + 4. Substituting 0 for x in this equation yields g (0) = (0 − 6) (0 − 2) (0 + 6) + 4, or g (0) = 76. Thus, the value of g (0) is 76.",
+ hasFigure: false,
+ },
+ {
+ id: "de39858a",
+ type: "mcq",
+ questionHtml:
+ "The function (expression) is defined by (expression), where (expression) and (expression) are positive constants. The graph of (expression) in the (expression)-plane passes through the points ((expression), (expression)) and ((expression), (expression)). What is the value of (expression)?",
+ choices: [
+ { label: "A", text: "(expression)" },
+ { label: "B", text: "(expression)" },
+ { label: "C", text: "(expression)" },
+ { label: "D", text: "(expression)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that the function h is defined by h (x) = a^(x) + b and that the graph of y = h (x) in the xy-plane passes through the points (0, 10) and (−2, (325) / (36)). Substituting 0 for x and 10 for h (x) in the equation h (x) = a^(x) + b yields 10 = a⁰ + b, or 10 = 1 + b. Subtracting 1 from both sides of this equation yields 9 = b. Substituting −2 for x and (325) / (36) for h (x) in the equation h (x) = a^(x) + 9 yields (325) / (36) = a^(−2) + 9. Subtracting 9 from both sides of this equation yields one thirty sixth = a^(−2), which can be rewritten as a² = 36. Taking the square root of both sides of this equation yields a = 6 and a = −6, but because it’s given that a is a positive constant, a must equal 6. Because the value of a is 6 and the value of b is 9, the value of a b is (6) (9), or 54.
Choice A is incorrect and may result from finding the value of a^(−2) b rather than the value of a b.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect and may result from correctly finding the value of a as 6, but multiplying it by the y-value in the first ordered pair rather than by the value of b.",
+ hasFigure: false,
+ },
+ {
+ id: "ee857afb",
+ type: "spr",
+ questionHtml:
+ "y = x² − 14 x + 22
The given equation relates the variables x and y. For what value of x does the value of y reach its minimum?",
+ choices: [],
+ correctAnswer: "7",
+ explanation:
+ "The correct answer is 7. When an equation is of the form y = a x² + b x + c, where a, b, and c are constants, the value of y reaches its minimum when x = − (b) / (2 a). Since the given equation is of the form y = a x² + b x + c, it follows that a = 1, b = −14, and c = 22. Therefore, the value of y reaches its minimum when x = − ((−14)) / (2 (1)), or x = 7.",
+ hasFigure: false,
+ },
+ {
+ id: "ef926848",
+ type: "mcq",
+ questionHtml:
+ "Square P has a side length of x inches. Square Q has a perimeter that is 176 inches greater than the perimeter of square P. The function f gives the area of square Q, in square inches. Which of the following defines f?",
+ choices: [
+ { label: "A", text: "f (x) = (x + 44)²" },
+ { label: "B", text: "f (x) = (x + 176)²" },
+ { label: "C", text: "f (x) = (176 x + 44)²" },
+ { label: "D", text: "f (x) = (176 x + 176)²" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Let x represent the side length, in inches, of square P. It follows that the perimeter of square P is 4 x inches. It's given that square Q has a perimeter that is 176 inches greater than the perimeter of square P. Thus, the perimeter of square Q is 176 inches greater than 4 x inches, or 4 x + 176 inches. Since the perimeter of a square is 4 times the side length of the square, each side length of Q is (4 x + 176) / (4), or x + 44 inches. Since the area of a square is calculated by multiplying the length of two sides, the area of square Q is (x + 44) (x + 44), or (x + 44)² square inches. It follows that function f is defined by f (x) = (x + 44)².
Choice B is incorrect. This function represents a square with side lengths (x + 176) inches.
Choice C is incorrect. This function represents a square with side lengths (176 x + 44) inches.
Choice D is incorrect. This function represents a square with side lengths (176 x + 176) inches.",
+ hasFigure: false,
+ },
+ {
+ id: "f2d60b99",
+ type: "mcq",
+ questionHtml:
+ "The function f (x) = one ninth (x − 7)² + 3 gives a metal ball's height above the ground f (x), in inches, x seconds after it started moving on a track, where 0 < or = x < or = 10. Which of the following is the best interpretation of the vertex of the graph of y = f (x) in the xy-plane?",
+ choices: [
+ {
+ label: "A",
+ text: "The metal ball's minimum height was 3 inches above the ground.",
+ },
+ {
+ label: "B",
+ text: "The metal ball's minimum height was 7 inches above the ground.",
+ },
+ {
+ label: "C",
+ text: "The metal ball's height was 3 inches above the ground when it started moving.",
+ },
+ {
+ label: "D",
+ text: "The metal ball's height was 7 inches above the ground when it started moving.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The graph of a quadratic equation in the form y = a (x − h)² + k, where a, h, and k are positive constants, is a parabola that opens upward with vertex (h, k). The given function f (x) = one ninth (x − 7)² + 3 is in the form y = a (x − h)² + k, where y = f (x), a = one ninth, h = 7, and k = 3. Therefore, the graph of y = f (x) is a parabola that opens upward with vertex (7, 3). Since the parabola opens upward, the vertex is the lowest point on the graph. It follows that the y-coordinate of the vertex of the graph of y = f (x) is the minimum value of f (x). Therefore, the minimum value of f (x) is 3. It’s given that f (x) = one ninth (x − 7)² + 3 represents the metal ball’s height above the ground, in inches, x seconds after it started moving on a track. Therefore, the best interpretation of the vertex of the graph of y = f (x) is that the metal ball’s minimum height was 3 inches above the ground.
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,
+ },
+];
diff --git a/src/data/math/one-variable-data.ts b/src/data/math/one-variable-data.ts
new file mode 100644
index 0000000..5ac6cd4
--- /dev/null
+++ b/src/data/math/one-variable-data.ts
@@ -0,0 +1,950 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const ONE_VAR_DATA_EASY: PracticeQuestion[] = [
+ {
+ id: "12dae628",
+ type: "mcq",
+ questionHtml:
+ "2, 9, 14, 23, 32
What is the mean of the data shown?",
+ choices: [
+ { label: "A", text: "14" },
+ { label: "B", text: "16" },
+ { label: "C", text: "17" },
+ { label: "D", text: "32" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The mean of a set of data values is the sum of all the data values divided by the number of data values in the set. The sum of the data values shown is 2 + 9 + 14 + 23 + 32, or 80. Since there are 5 data values in the set, the mean of the data shown is (80) / (5), or 16.
Choice A is incorrect. This is the median, not the mean, of the data shown.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect. This is the maximum, not the mean, of the data shown.",
+ hasFigure: false,
+ },
+ {
+ id: "35bec412",
+ type: "spr",
+ questionHtml:
+ "73, 74, 75, 77, 79, 82, 84, 85, 91
What is the median of the data shown?",
+ choices: [],
+ correctAnswer: "79",
+ explanation:
+ "The correct answer is 79. The median of a data set with an odd number of values is the middle value of the set when the values are ordered from least to greatest. Because the given data set consists of nine values that are ordered from least to greatest, the median is the fifth value in the data set. Therefore, the median of the data shown is 79.",
+ hasFigure: false,
+ },
+ {
+ id: "374b18f9",
+ type: "mcq",
+ questionHtml:
+ "The number of acres of useful timberland in 13 counties in California is summarized in the box plot above. Which of the following is closest to the median number of acres?",
+ choices: [
+ { label: "A", text: "4,399" },
+ { label: "B", text: "7,067" },
+ { label: "C", text: "8,831" },
+ { label: "D", text: "10,595" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The median of the data summarized by a box plot is the value associated with the vertical line segment within the box. According to the box plot shown, this value is slightly greater than 7,000. Therefore, the closest value for the median number of acres is 7,067.Choice A is incorrect. This is the value associated with the vertical line segment forming the left-hand side of the box. Choice C is incorrect. This value is greater than the value associated with the vertical line segment within the box. Choice D is incorrect. This is the value associated with the vertical line segment forming the right-hand side of the box.",
+ hasFigure: true,
+ figureUrl: "/practice-images/374b18f9_img1.png",
+ },
+ {
+ id: "4b09f783",
+ type: "spr",
+ questionHtml:
+ "A list of 10 data values is shown.
6, 8, 16, 4, 17, 26, 8, 5, 5, 5
What is the mean of these data?",
+ choices: [],
+ correctAnswer: "10",
+ explanation:
+ "The correct answer is 10. The mean of a data set is calculated by dividing the sum of the data values by the number of data values in the data set. For this data set, the mean can be calculated as (6 + 8 + 16 + 4 + 17 + 26 + 8 + 5 + 5 + 5) / (10), which is equivalent to (100) / (10), or 10.",
+ hasFigure: false,
+ },
+ {
+ id: "4bb25495",
+ type: "mcq",
+ questionHtml:
+ "The table above shows the land area, in square kilometers, of the five smallest countries of the world in 2016. Based on the table, what is the mean land area of the 5 smallest countries in 2016, to the nearest square kilometer?",
+ choices: [
+ { label: "A", text: "20" },
+ { label: "B", text: "22" },
+ { label: "C", text: "61" },
+ { label: "D", text: "110" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The mean land area of these 5 countries is equal to the sum of the land areas of these countries, or 2 . 0 + 21 + 61 + 26 + 0 . 4 4, divided by the number of countries in the table, 5, or the fraction with numerator 2 . 0 + 21 + 61 + 26 + 0 . 4 4, and denominator 5. Combining like terms in the numerator yields 110 . 4 4 over 5, which simplifies to 22.088 square kilometers. This value, when rounded to the nearest square kilometer, is 22.Choice A is incorrect and may result from a calculation error. Choice C is incorrect. This is the greatest land area of the 5 countries in the table. Choice D is incorrect. This is the sum of the land areas of the 5 countries in the table, rounded to the nearest square kilometer.",
+ hasFigure: false,
+ },
+ {
+ id: "52f9a246",
+ type: "mcq",
+ questionHtml:
+ "4, 4, 4, 4, 8, 8, 8, 13, 13
Which frequency table correctly represents the data listed?",
+ choices: [
+ {
+ label: "A",
+ text: "Number
Frequency
4
4
8
3
13
2",
+ },
+ {
+ label: "B",
+ text: "Number
Frequency
4
4
3
8
2
13",
+ },
+ {
+ label: "C",
+ text: "Number
Frequency
4
16
8
24
13
26",
+ },
+ {
+ label: "D",
+ text: "Number
Frequency
16
4
24
8
26
13",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. A frequency table is a table that lists the data value and shows the number of times the data value occurs. In the data listed, the number 4 occurs four times, the number 8 occurs three times, and the number 13 occurs two times. This corresponds to the table in choice A.
Choice B is incorrect. This table has the values for number and frequency reversed.
Choice C is incorrect because the frequency values don't represent the data listed.
Choice D is incorrect. This table represents the listed number values as the frequency values.",
+ hasFigure: false,
+ },
+ {
+ id: "55cfaf22",
+ type: "mcq",
+ questionHtml:
+ "Data set X: 5, 9, 9, 13
Data set Y: 5, 9, 9, 13, 27
The lists give the values in data sets X and Y. Which statement correctly compares the mean of data set X and the mean of data set Y?",
+ choices: [
+ {
+ label: "A",
+ text: "The mean of data set X is greater than the mean of data set Y.",
+ },
+ {
+ label: "B",
+ text: "The mean of data set X is less than the mean of data set Y.",
+ },
+ { label: "C", text: "The means of data set X and data set Y are equal." },
+ {
+ label: "D",
+ text: "There is not enough information to compare the means.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The mean of a data set is the sum of the values in the data set divided by the number of values in the data set. It follows that the mean of data set X is (5 + 9 + 9 + 13) / (4), or 9, and the mean of data set Y is (5 + 9 + 9 + 13 + 27) / (5), or 12.6. Since 9 is less than 12.6, the mean of data set X is less than the mean of data set Y.
Alternate approach: Data set Y consists of the 4 values in data set X and one additional value, 27. Since the additional value, 27, is larger than any value in data set X, the mean of data set X is less than the mean of data set Y.
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: "57f45509",
+ type: "mcq",
+ questionHtml:
+ "From left to right the values of the vertical bars in the box plot are as follows:
First vertical bar: 2
Second vertical bar: 4
Third vertical bar: 5
Fourth vertical bar: 7
Fifth vertical bar: 8
The box plot summarizes 15 data values. What is the median of this data set?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "3" },
+ { label: "C", text: "5" },
+ { label: "D", text: "8" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The median of a data set represented in a box plot is given by the vertical line within the box. In the given box plot, the vertical line within the box occurs at 5. Therefore, the median of this data set is 5.
Choice A is incorrect. This is the minimum value of the data set.
Choice B is incorrect and may result from conceptual errors.
Choice D is incorrect. This is the maximum value of the data set.",
+ hasFigure: true,
+ figureUrl: "/practice-images/57f45509_svg1.svg",
+ },
+ {
+ id: "6670e407",
+ type: "mcq",
+ questionHtml:
+ "The table above shows the number of students from two different high schools who completed summer internships in each of five years. No student attended both schools. Which of the following statements are true about the number of students who completed summer internships for the 5 years shown?The mean number from Foothill High School is greater than the mean number from Valley High School.The median number from Foothill High School is greater than the median number from Valley High School.",
+ choices: [
+ { label: "A", text: "I only" },
+ { label: "B", text: "II only" },
+ { label: "C", text: "I and II" },
+ { label: "D", text: "Neither I nor II" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The mean of a data set is found by dividing the sum of the values by the number of values. Therefore, the mean number of students who completed summer internships from Foothill High School is the fraction with numerator 87 + 80 + 75 + 76 + 70, and denominator 5 = the fraction 388 over 5, or 77.6. Similarly, the mean number from Valley High School is the fraction with numerator 44 + 54 + 65 + 76 + 82, and denominator 5 = the fraction 321 over 5, or 64.2. Thus, the mean number from Foothill High School is greater than the mean number from Valley High School. When a data set has an odd number of elements, the median can be found by ordering the values from least to greatest and determining the value in the middle. Since there are five values in each data set, the third value in each ordered list is the median. Therefore, the median number from Foothill High School is 76 and the median number from Valley High School is 65. Thus, the median number from Foothill High School is greater than the median number from Valley High School.Choices A, B, and D are incorrect and may result from various misconceptions or miscalculations.",
+ hasFigure: false,
+ },
+ {
+ id: "66f03086",
+ type: "mcq",
+ questionHtml:
+ "71, 72, 73, 76, 77, 79, 83, 87, 93
What is the median of the data shown?",
+ choices: [
+ { label: "A", text: "71" },
+ { label: "B", text: "77" },
+ { label: "C", text: "78" },
+ { label: "D", text: "79" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The median of a data set with an odd number of data values is defined as the middle value of the ordered list of values. The data set shown has nine values, so the median is the fifth value in the ordered list, which is 77.
Choice A is incorrect. This is the minimum value of the data set, not the median.
Choice C is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect. This is the mean of the data set, not the median.",
+ hasFigure: false,
+ },
+ {
+ id: "708590d7",
+ type: "mcq",
+ questionHtml:
+ "Which of the following statements correctly compares the means of data set A and data set B?",
+ choices: [
+ { label: "A", text: "The mean of each data set is 2." },
+ { label: "B", text: "The mean of each data set is 4." },
+ {
+ label: "C",
+ text: "The mean of data set A is less than the mean of data set B.",
+ },
+ {
+ label: "D",
+ text: "The mean of data set A is greater than the mean of data set B.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The mean of a data set is found by dividing the sum of the values in the data set by the number of values in the data set. Therefore, the mean of data set A is the fraction with numerator 1 + 2 + 3 + 4 + 5 + 6 + 7, and denominator 7 = the fraction 28 over 7, or 4. The mean of data set B is the fraction with numerator 1 + 1 + 2 + 2 + 3 + 3 + 4, and denominator 7 = the fraction 16 over 7, or approximately 2.2857. Therefore, the mean of data set A is greater than the mean of data set B.Alternate approach: Data set A and data set B are both ordered from least to greatest value. Besides the first value in each data set, which is 1, each value in ordered data set B is less than the respective value in ordered data set A. Therefore, conceptually, the mean of data set A must be greater than the mean of data set B.
Choices A, B, and C are incorrect and may result from various misconceptions or miscalculations.",
+ hasFigure: false,
+ },
+ {
+ id: "7760c516",
+ type: "spr",
+ questionHtml:
+ "Each value in the data set shown represents the height, in centimeters, of a plant.
6, 10, 13, 2, 15, 22, 10, 4, 4, 4
What is the mean height, in centimeters, of these plants?",
+ choices: [],
+ correctAnswer: "9",
+ explanation:
+ "The correct answer is 9. The mean of a data set is the sum of the values in the data set divided by the number of values in the data set. It follows that the mean height, in centimeters, of these plants is the sum of the heights, in centimeters, of each plant, 6 + 10 + 13 + 2 + 15 + 22 + 10 + 4 + 4 + 4, or 90, divided by the number of plants in the data set, 10. Therefore, the mean height, in centimeters, of these plants is (90) / (10), or 9.",
+ hasFigure: false,
+ },
+ {
+ id: "79340403",
+ type: "spr",
+ questionHtml:
+ "The data for the 10 categories are as follows:
Group 1: 30
Group 2: 62
Group 3: 36
Group 4: 50
Group 5: 46
Group 6: 40
Group 7: 54
Group 8: 60
Group 9: 16
Group 10: 20
The bar graph shows the distribution of 414 books collected by 10 different groups for a book drive. How many books were collected by group 1?",
+ choices: [],
+ correctAnswer: "30",
+ explanation:
+ "The correct answer is 30. The height of each bar in the bar graph shown represents the number of books collected by the group specified at the bottom of the bar. The bar for group 1 reaches a height of 30. Therefore, group 1 collected 30 books.",
+ hasFigure: true,
+ figureUrl: "/practice-images/79340403_svg1.svg",
+ },
+ {
+ id: "820d7a73",
+ type: "spr",
+ questionHtml:
+ "The data for the 10 categories are as follows:
Group 1: 30
Group 2: 63
Group 3: 38
Group 4: 50
Group 5: 47
Group 6: 40
Group 7: 54
Group 8: 60
Group 9: 17
Group 10: 20
The bar graph shows the distribution of 419 cans collected by 10 different groups for a food drive. How many cans were collected by group 6?",
+ choices: [],
+ correctAnswer: "40",
+ explanation:
+ "The correct answer is 40. The height of each bar in the bar graph shown represents the number of cans collected by the group specified at the bottom of the bar. The bar for group 6 reaches a height of 40. Therefore, group 6 collected 40 cans.",
+ hasFigure: true,
+ figureUrl: "/practice-images/820d7a73_svg1.svg",
+ },
+ {
+ id: "869a32f1",
+ type: "mcq",
+ questionHtml:
+ "Over this 5-day period, which of the following is NOT equal to 81°F?",
+ choices: [
+ { label: "A", text: "Median of the high temperatures" },
+ { label: "B", text: "Mean of the high temperatures" },
+ { label: "C", text: "Mode of the high temperatures" },
+ { label: "D", text: "Range of the high temperatures" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The range of a data set is the difference between the maximum and the minimum values in the set. The maximum value among the high temperatures in the table is 82°F and the minimum value is 80°F. Therefore, the range is 82°F – 80°F = 2°F.Choice A is incorrect. The median of a data set is the middle value when the values in the set are ordered from least to greatest. Ordering the high temperatures this way gives the list 80, 81, 81, 81, 82. Therefore, the median high temperature is 81°F. Choice B is incorrect. The mean high temperature is the fraction with numerator 81 + 80 + 81 + 81 + 82, and denominator 5 = the fraction 405 over 5, which = 81. Choice C is incorrect. The mode is the value that occurs the greatest number of times. For the set of high temperatures shown, 81 is the value that occurs 3 times, and therefore, 81°F is the mode of the high temperatures.",
+ hasFigure: false,
+ },
+ {
+ id: "8736334b",
+ type: "mcq",
+ questionHtml:
+ "Data set A and data set B each contain 5 numbers. If the mean of data set A is equal to the mean of data set B, what is the value of x ?",
+ choices: [
+ { label: "A", text: "77" },
+ { label: "B", text: "85" },
+ { label: "C", text: "86" },
+ { label: "D", text: "95" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The mean of a data set is found by dividing the sum of the values in the data set by the number of values in the data set. Therefore, the mean of data set A is the fraction with numerator 72 + 73 + 73 + 76 + 76, and denominator 5, which simplifies to 74. The mean of data set B is represented by the equation the fraction with numerator 61 + 64 + 74 + 85 + x, and denominator 5, or the fraction with numerator 284 + x, and denominator 5. It’s given that the mean of data set A is equal to the mean of data set B. Therefore, the equation 74 = the fraction with numerator 284 + x, and denominator 5 can be used to solve for x. Multiplying both sides of this equation by 5 yields 370 = 284 + x. Subtracting 284 from both sides of this equation yields 86 = x.Choices A, B, and D are incorrect and may result from calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "93779b53",
+ type: "mcq",
+ questionHtml:
+ "The data for the 5 categories are as follows:
1: More than halfway above 25 students
2: Less than halfway above 30 students
3: More than halfway above 35 students
4: About halfway above 40 students
5: About halfway above 45 students
A group of students voted on five after-school activities. The bar graph shows the number of students who voted for each of the five activities. How many students chose activity 3?",
+ choices: [
+ { label: "A", text: "25" },
+ { label: "B", text: "39" },
+ { label: "C", text: "48" },
+ { label: "D", text: "50" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The height of each bar in the bar graph given represents the number of students that voted for the activity specified at the bottom of the bar. The bar for activity 3 has a height that is between 35 and 40. In other words, the number of students that chose activity 3 is between 35 students and 40 students. Of the given choices, 39 is the only value between 35 and 40. Therefore, 39 students chose activity 3.
Choice A is incorrect and may result from conceptual errors.
Choice C is incorrect. This is the number of students that chose activity 5, not activity 3.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/93779b53_svg1.svg",
+ },
+ {
+ id: "a9647302",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a bar graph titled “Results of Five Quality Control Trials.” The horizontal axis is labeled “Trial, ” and the following five letters are indicated along the axis: A, B, C, D, and E. Each letter has a vertical bar. The vertical axis is labeled “Number of defective light bulbs, ” and the numbers 0 through 8, in increments of 1, are indicated. The data represented by each of the 5 bars are as follows. Trial A, 4 light bulbs. Trial B, 7 light bulbs. Trial C, 1 light bulb. Trial D, 3 light bulbs. Trial E, 6 light bulbs.For quality control, a company that manufactures lightbulbs conducted five different trials. In each trial, 500 different lightbulbs were tested. The bar graph above shows the number of defective lightbulbs found in each trial. What is the mean number of defective lightbulbs for the five trials?",
+ choices: [
+ { label: "A", text: "4.0" },
+ { label: "B", text: "4.2" },
+ { label: "C", text: "4.6" },
+ { label: "D", text: "5.0" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The numbers of defective lightbulbs found for the five trials are 4, 7, 1, 3, and 6, respectively. The mean is therefore the fraction with numerator 4 + 7 + 1 + 3 + 6, and denominator 5 = 4 . 2.Choice A is incorrect. This is the median number of defective lightbulbs for the five trials. Choice C is incorrect and may result from an arithmetic error. Choice D is incorrect and may result from mistaking the number of trials for the number of defective lightbulbs.",
+ hasFigure: true,
+ figureUrl: "/practice-images/a9647302_img1.png",
+ },
+ {
+ id: "bfa8a85c",
+ type: "mcq",
+ questionHtml:
+ "6, 6, 8, 8, 8, 10, 21
Which of the following lists represents a data set that has the same median as the data set shown?",
+ choices: [
+ {
+ label: "A",
+ text: "4, 6, 6, 6, 8, 8",
+ },
+ {
+ label: "B",
+ text: "6, 6, 8, 8, 10, 10",
+ },
+ {
+ label: "C",
+ text: "6, 8, 10, 10, 10, 12",
+ },
+ {
+ label: "D",
+ text: "8, 8, 10, 10, 21, 21",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. If a data set contains an odd number of data values, the median is represented by the middle data value in the list when the data values are listed in ascending or descending order. Since the data set shown has 7 data values and is in ascending order, it follows that the median is the fourth data value in the list, or 8. If a data set contains an even number of data values, the median is between the two middle data values when the values are listed in ascending or descending order. Since each of the choices consists of a data set with 6 data values in ascending order, it follows that the median is between the third and fourth data value. The third and fourth data values in choice B are 8 and 8. Thus, choice B represents a data set with a median of 8. Since the median of the data set shown is 8 and choice B represents a data set with a median of 8, it follows that choice B represents a data set that has the same median as the data set shown.
Choice A is incorrect. This list represents a data set with a median of 6, not 8.
Choice C is incorrect. This list represents a data set with a median of 10, not 8.
Choice D is incorrect. This list represents a data set with a median of 10, not 8.",
+ hasFigure: false,
+ },
+ {
+ id: "c54b92a2",
+ type: "mcq",
+ questionHtml:
+ "What is the range of the number of wheels made for the 11 one-hour periods?",
+ choices: [
+ { label: "A", text: "5.5" },
+ { label: "B", text: "5.0" },
+ { label: "C", text: "4.5" },
+ { label: "D", text: "4.0" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Range is defined as the difference between the greatest and least values from a set of data. The greatest number of wheels made during a one-hour period was 24 wheels. The least number of wheels was 19. Hence, the range is 24 − 19 = 5, or 5.0.Choices A, C, and D are incorrect and may be the result of arithmetic errors or incorrectly identifying the greatest or least number of wheels made during a one-hour period.",
+ hasFigure: false,
+ },
+ {
+ id: "c88e0663",
+ type: "mcq",
+ questionHtml:
+ "For a school fund-raiser, 10 students sold a total of 90 boxes of cookies. Which of the following can be calculated from this information?",
+ choices: [
+ { label: "A", text: "The average number of boxes sold per student" },
+ { label: "B", text: "The median number of boxes sold per student" },
+ { label: "C", text: "The greatest number of boxes sold by one student" },
+ { label: "D", text: "The least number of boxes sold by one student" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The average can be found by dividing the total number of boxes sold by the number of students, which is the fraction 90 over 10 = 9.Choices B, C, and D are incorrect. Each results from choosing measures that require the results of individual students, which are not given.",
+ hasFigure: false,
+ },
+ {
+ id: "d1db8def",
+ type: "mcq",
+ questionHtml:
+ "Response
Frequency
Once a week or more
3
Two or three times a month
16
About once a month
26
A few times a year
73
Almost never
53
Never
29
Total
200
The table gives the results of a survey of 200 people who were asked how often they see a movie in a theater. How many people responded either “never” or “almost never”?",
+ choices: [
+ { label: "A", text: "24" },
+ { label: "B", text: "53" },
+ { label: "C", text: "82" },
+ { label: "D", text: "118" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The table gives the results of 200 people who were asked how often they see a movie in a theater. The table shows that 29 people responded “never” and 53 people responded “almost never.” Therefore, 29 + 53, or 82, people responded either “never” or “almost never.”
Choice A is incorrect. This is the difference between the number of people who responded “almost never” and the number of people who responded “never.”
Choice B is incorrect. This is the number of people who responded “almost never” but doesn't include those who responded “never.”
Choice D is incorrect. This is the number of people who responded something other than “never” or “almost never,” rather than the number of people who responded either “never” or “almost never.”",
+ hasFigure: false,
+ },
+ {
+ id: "f890dc20",
+ type: "mcq",
+ questionHtml: "What is the median of the seven data values shown?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "3" },
+ { label: "C", text: "4" },
+ { label: "D", text: "9" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. When a data set has an odd number of values, the median can be found by ordering the values from least to greatest and determining the value in the middle. Since the values are already presented in order from least to greatest and there are 7 values, the median is the fourth value in the list. Therefore, the median is 3.Choice A is incorrect. This is the mode. Choice C is incorrect. This is the mean. Choice D is incorrect. This is the range.",
+ hasFigure: false,
+ },
+ {
+ id: "fa7a0164",
+ type: "mcq",
+ questionHtml:
+ "What was the mean low temperature, in degrees Fahrenheit, during the five-day period?",
+ choices: [
+ { label: "A", text: "48.8" },
+ { label: "B", text: "49" },
+ { label: "C", text: "59" },
+ { label: "D", text: "59.1" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The mean low temperature can be calculated by finding the sum of the low temperatures for all the days shown in the table, 49 + 37 + 41 + 54 + 63 = 244, and then dividing the sum by the number of days the temperature was recorded, 244 ÷ 5 = 48 . 8.Choice B is incorrect. This may be the result of choosing the median rather than calculating the mean. Choices C and D are incorrect and may be the result of calculation errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/fa7a0164_img1.png",
+ },
+];
+
+export const ONE_VAR_DATA_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "07f2829b",
+ type: "spr",
+ questionHtml:
+ 'International Tourist Arrivals, in millions
| Country | 2012 | 2013 |
|---|
| France | 83.0 | 84.7 |
| United States | 66.7 | 69.8 |
| Spain | 57.5 | 60.7 |
| China | 57.7 | 55.7 |
| Italy | 46.4 | 47.7 |
| Turkey | 35.7 | 37.8 |
| Germany | 30.4 | 31.5 |
| United Kingdom | 26.3 | 32.2 |
| Russia | 24.7 | 28.4 |
The table above shows the number of international tourist arrivals, rounded to the nearest tenth of a million, to the top nine tourist destinations in both 2012 and 2013. Based on the information given in the table, how much greater, in millions, was the median number of international tourist arrivals to the top nine tourist destinations in 2013 than the median number in 2012, to the nearest tenth of a million?
',
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 1.3. The median number of tourists is found by ordering the number of tourists from least to greatest and determining the middle value from this list. When the number of tourists in 2012 is ordered from least to greatest, the middle value, or the fifth number, is 46.4 million. When the number of tourists in 2013 is ordered from least to greatest, the middle value, or the fifth number, is 47.7 million. The difference between these two medians is 47 . 7 million − 46 . 4 million = 1 . 3 million. Note that 1.3 and 13/10 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "3f2ee20a",
+ type: "mcq",
+ questionHtml: "Which statement is true based on the table?",
+ choices: [
+ {
+ label: "A",
+ text: "The Group A data set was identical to the Group B data set.",
+ },
+ { label: "B", text: "Group B contained the tallest participant." },
+ {
+ label: "C",
+ text: "The heights of the men in Group B had a larger spread than the heights of the men in Group A.",
+ },
+ {
+ label: "D",
+ text: "The median height of Group B is larger than the median height of Group A.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Standard deviation is a measure of spread, so data sets with larger standard deviations tend to have larger spread. The standard deviation of the heights of the men in Group B is larger than the standard deviation of the heights of the men in Group A. Therefore, the heights of the men in Group B had a larger spread than the heights of the men in Group A.Choice A is incorrect. If two data sets are identical, they will have equivalent means and equivalent standard deviations. Since the two data sets have different standard deviations, they cannot be identical. Choice B is incorrect. Without knowing the maximum value for each data set, it’s impossible to know which group contained the tallest participant. Choice D is incorrect. Since the means of the two groups are equivalent, the medians could also be the same or could be different, but it's impossible to tell from the given information.",
+ hasFigure: false,
+ },
+ {
+ id: "4c774b00",
+ type: "mcq",
+ questionHtml:
+ "The table above shows the distribution of ages of the 20 students enrolled in a college class. Which of the following gives the correct order of the mean, median, and mode of the ages?",
+ choices: [
+ { label: "A", text: "mode < median < mean" },
+ { label: "B", text: "mode < mean < median" },
+ { label: "C", text: "median < mode < mean" },
+ { label: "D", text: "mean < mode < median" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The mode is the data value with the highest frequency. So for the data shown, the mode is 18. The median is the middle data value when the data values are sorted from least to greatest. Since there are 20 ages ordered, the median is the average of the two middle values, the 10th and 11th, which for these data are both 19. Therefore, the median is 19. The mean is the sum of the data values divided by the number of the data values. So for these data, the mean is the fraction with numerator, (18 · 6, ) + (19 · 5, ) + (20 · 4, ) + (21 · 2, ) + (22 · 1, ) + (23 · 1, ) + (30 · 1, ), and denominator 20 = 20.Since the mode is 18, the median is 19, and the mean is 20, mode < median, which < mean.
Choices B and D are incorrect because the mean is greater than the median. Choice C is incorrect because the median is greater than the mode.
Alternate approach: After determining the mode, 18, and the median, 19, it remains to determine whether the mean is less than 19 or more than 19. Because the mean is a balancing point, there is as much deviation below the mean as above the mean. It is possible to compare the data to 19 to determine the balance of deviation above and below the mean. There is a total deviation of only 6 below 19 (the 6 values of 18); however, the data value 30 alone deviates by 11 above 19. Thus the mean must be greater than 19.",
+ hasFigure: false,
+ },
+ {
+ id: "560fab82",
+ type: "spr",
+ questionHtml:
+ "The table shows the frequency of values in a data set.
Value
Frequency
19
7
21
1
23
7
25
4
What is the minimum value of the data set?",
+ choices: [],
+ correctAnswer: "19",
+ explanation:
+ "The correct answer is 19. The minimum value of a data set is the least value in the data set. The frequency refers to the number of times a value occurs. The given table shows that for this data set, the value 19 occurs 7 times, the value 21 occurs 1 time, the value 23 occurs 7 times, and the value 25 occurs 4 times. Therefore, of the values 19, 21, 23, and 25 given in the data set, the minimum value of the data set is 19.",
+ hasFigure: false,
+ },
+ {
+ id: "5c3c2e3c",
+ type: "mcq",
+ questionHtml:
+ "The weights, in pounds, for 15 horses in a stable were reported, and the mean, median, range, and standard deviation for the data were found. The horse with the lowest reported weight was found to actually weigh 10 pounds less than its reported weight. What value remains unchanged if the four values are reported using the corrected weight?",
+ choices: [
+ { label: "A", text: "Mean" },
+ { label: "B", text: "Median" },
+ { label: "C", text: "Range" },
+ { label: "D", text: "Standard deviation" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The median weight is found by ordering the horses’ weights from least to greatest and then determining the middle value from this list of weights. Decreasing the value for the horse with the lowest weight doesn’t affect the median since it’s still the lowest value.Choice A is incorrect. The mean is calculated by finding the sum of all the weights of the horses and then dividing by the number of horses. Decreasing one of the weights would decrease the sum and therefore decrease the mean. Choice C is incorrect. Range is the difference between the highest and lowest weights, so decreasing the lowest weight would increase the range. Choice D is incorrect. Standard deviation is calculated based on the mean weight of the horses. Decreasing one of the weights decreases the mean and therefore would affect the standard deviation.",
+ hasFigure: false,
+ },
+ {
+ id: "7b65bb28",
+ type: "mcq",
+ questionHtml:
+ "In the table above, Melissa recorded the price of one gallon of regular gas from five different local gas stations on the same day. What is the median of the gas prices Melissa recorded?",
+ choices: [
+ { label: "A", text: "$3.679" },
+ { label: "B", text: "$3.689" },
+ { label: "C", text: "$3.699" },
+ { label: "D", text: "$3.729" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The median of a data set is the middle value when the data is in ascending or descending order. In ascending order, the gas prices are $3.609, $3.679, $3.699, $3.729, and $3.729. The middle number of this list is 3.699, so it follows that $3.699 is the median gas price.Choice A is incorrect. When the gas prices are listed in ascending order, this value isn’t the middle number. Choice B is incorrect. This value represents the mean gas price. Choice D is incorrect. This value represents both the mode and the maximum gas price.",
+ hasFigure: false,
+ },
+ {
+ id: "8193e8cd",
+ type: "spr",
+ questionHtml:
+ "The mean of the list of numbers above is what fraction of the sum of the five numbers?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is one fifth. The mean of the list of numbers is found by dividing the sum of the numbers by the number of values in the list. Since there are 5 numbers in the list, the mean is one fifth of the sum of the numbers. Note that 1/5 and .2 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "881ef5f5",
+ type: "spr",
+ questionHtml:
+ "If a is the mean and b is the median of nine consecutive integers, what is the value of |, a − b, | ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 0. Any nine consecutive integers can be written as k, k + 1, k + 2, k + 3, k + 4, k + 5, k + 6, k + 7, k + 8. The mean of the integers is their sum divided by 9: the fraction with numerator (k + k + 1 + k + 2 + dot dot dot + k + 8, ), and denominator 9 = the fraction with numerator, (9 k + 36, ), and denominator 9, which simplifies to k + 4. So a = k + 4. Since there is an odd number of integers (nine), the median is the integer in the middle when all the integers are ordered from least to greatest: k + 4. So b = k + 4. Therefore, | a − b, | = |, (k + 4, ) − (k + 4, ), |, which is 0.",
+ hasFigure: false,
+ },
+ {
+ id: "9110c120",
+ type: "mcq",
+ questionHtml:
+ "Which of the following statements about the means and medians of data set A and data set B is true?",
+ choices: [
+ { label: "A", text: "Only the means are different." },
+ { label: "B", text: "Only the medians are different." },
+ { label: "C", text: "Both the means and the medians are different." },
+ { label: "D", text: "Neither the means nor the medians are different." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The mean of a data set is the sum of the values divided by the number of values. The mean of data set A is the fraction 45 over 9, or 5. The mean of data set B is the fraction 145 over 10, or 14.5. Thus, the means are different. The median of a data set is the middle value when the values are ordered from least to greatest. The medians of data sets A and B are both 5. Therefore, the medians are the same, so only the means are different.Choices B, C, and D are incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "9e2bf782",
+ type: "mcq",
+ questionHtml:
+ "A fish hatchery has three tanks for holding fish before they are introduced into the wild. Ten fish weighing less than 5 ounces are placed in tank A. Eleven fish weighing at least 5 ounces but no more than 13 ounces are placed in tank B. Twelve fish weighing more than 13 ounces are placed in tank C. Which of the following could be the median of the weights, in ounces, of these 33 fish?",
+ choices: [
+ { label: "A", text: "4.5" },
+ { label: "B", text: "8" },
+ { label: "C", text: "13.5" },
+ { label: "D", text: "15" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The median of a set of numbers is the middle number when the values in the set are ordered from least to greatest. There are 33 fish, so in an ordered list of the weights, the 17th value would be the median weight. The 10 fish in tank A weigh the least, and these 10 weights would be the first 10 values on the ordered list. The 11 fish in tank B have the next set of higher weights, and so would be the 11th through 21st weights in the ordered list, which includes the median weight as the 17th value. The fish in tank B weigh at least 5 ounces but no more than 13 ounces; of the given choices, only 8 ounces falls within this range of values.Choice A is incorrect. It’s given that tank A has ten fish weighing less than 5 ounces. Since there are more than ten fish in tanks B and C combined, the median weight cannot be less than 5 ounces. Choice C and D are incorrect. It’s given that tank C has twelve fish weighing more than 13 ounces. There are more than twelve fish in tanks A and B combined, so the median weight can’t be more than 13 ounces.",
+ hasFigure: false,
+ },
+ {
+ id: "a456cfd2",
+ type: "spr",
+ questionHtml:
+ "Data value
Frequency
6
3
7
3
8
8
9
8
10
9
11
11
12
9
13
0
14
6
The frequency table summarizes the 57 data values in a data set. What is the maximum data value in the data set?",
+ choices: [],
+ correctAnswer: "14",
+ explanation:
+ "The correct answer is 14. The maximum value is the largest value in the data set. The frequency refers to the number of times a data value occurs. The given frequency table shows that for this data set, the data value 6 occurs three times, the data value 7 occurs three times, the data value 8 occurs eight times, the data value 9 occurs eight times, the data value 10 occurs nine times, the data value 11 occurs eleven times, the data value 12 occurs nine times, the data value 13 occurs zero times, and the data value 14 occurs six times. Therefore, the maximum data value in the data set is 14.",
+ hasFigure: false,
+ },
+ {
+ id: "be00d896",
+ type: "mcq",
+ questionHtml:
+ "For which of the following data sets is the mean greater than the median?",
+ choices: [
+ { label: "A", text: "5, 5, 5, 5, 5, 5, 5, 5, 5" },
+ { label: "B", text: "0, 10, 20, 30, 40, 50, 60, 70, 80" },
+ { label: "C", text: "2, 4, 8, 16, 32, 64, 128, 256, 512" },
+ { label: "D", text: "7, 107, 107, 207, 207, 207, 307, 307, 307" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. If the values in a data set are ordered from least to greatest, the median of the data set will be the middle value. Since each data set in the choices is ordered and contains exactly 9 data values, the 5th value in each is the median. It follows that the median of the data set in choice C is 32. The sum of the positive differences between 32 and each of the values that are less than 32 is significantly smaller than the sum of the positive differences between 32 and each of the values that are greater than 32. If 32 were the mean, these sums would have been equal to each other. Therefore, the mean of this data set must be greater than 32. This can also be confirmed by calculating the mean as the sum of the values divided by the number of values in the data set: The fraction with numerator 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256 + 512, and denominator 9 = 113 and five ninths.Choices A and B are incorrect. Each of the data sets in these choices is symmetric with respect to its median, so the mean and the median for each of these choices are equivalent. Choice D is incorrect. The median of this data set is 207. Since the sum of the positive differences between 207 and each of the values less than 207 is greater than the sum of the positive differences between 207 and each value greater than 207 in this data set, the mean must be less than the median.",
+ hasFigure: false,
+ },
+ {
+ id: "d0efc1dd",
+ type: "mcq",
+ questionHtml:
+ "The mean and the median of the five numbers above are equal. Which of the following is NOT a possible value of x ?",
+ choices: [
+ { label: "A", text: "6" },
+ { label: "B", text: "11" },
+ { label: "C", text: "16" },
+ { label: "D", text: "21" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. If x is 6, then the five numbers in the given list are 15, 14, 18, 17, 6. The mean of these five numbers is the sum of all the values divided by the number of values, or the fraction with numerator 15 + 14 + 18 + 17 + 6, and denominator 5, end fraction = 70 over 5, which = 14. The median of these five numbers can be found by ordering the numbers from least to greatest and determining the middle value. When ordered from least to greatest, the numbers in the given list are 6, 14, 15, 17, 18, and the middle value is 15. Since the mean is 14 and the median is 15, the mean and median aren’t equal when x is 6.Choices B, C, and D are incorrect. If any of these values is substituted for x, the mean and median of the data set would be equal.",
+ hasFigure: false,
+ },
+ {
+ id: "d94018fd",
+ type: "mcq",
+ questionHtml:
+ "For the dot plot titled Class A:
The number line ranges from 1 to 7 in increments of 1.
The data for the dot plot are as follows:
1: 1 dot
2: 1 dot
3: 3 dots
4: 4 dots
5: 5 dots
6: 6 dots
7: 7 dots
For the dot plot titled Class B:
The number line ranges from 14 to 20 in increments of 1.
The data for the dot plot are as follows:
14: 1 dot
15: 1 dot
16: 3 dots
17: 4 dots
18: 5 dots
19: 6 dots
20: 7 dots
Each of the dot plots shown represents the number of glue sticks brought in by each student for two classes, class A and class B. Which statement best compares the standard deviations of the numbers of glue sticks brought in by each student for these two classes?",
+ choices: [
+ {
+ label: "A",
+ text: "The standard deviation of the number of glue sticks brought in by each student for class A is less than the standard deviation of the number of glue sticks brought in by each student for class B.",
+ },
+ {
+ label: "B",
+ text: "The standard deviation of the number of glue sticks brought in by each student for class A is equal to the standard deviation of the number of glue sticks brought in by each student for class B.",
+ },
+ {
+ label: "C",
+ text: "The standard deviation of the number of glue sticks brought in by each student for class A is greater than the standard deviation of the number of glue sticks brought in by each student for class B.",
+ },
+ {
+ label: "D",
+ text: "There is not enough information to compare these standard deviations.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Standard deviation is a measure of the spread of a data set from its mean. The dot plot for class A and the dot plot for class B have the same shape. Thus, the frequency distributions for both class A and class B are the same. Since both class A and class B have the same frequency distribution of glue sticks brought in by each student, it follows that both class A and class B have the same spread of the number of glue sticks brought in by each student from their respective means. Therefore, the standard deviation of the number of glue sticks brought in by each student for class A is equal to the standard deviation of the number of glue sticks brought in by each student for class B.
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: true,
+ figureUrl: "/practice-images/d94018fd_svg1.svg",
+ },
+];
+
+export const ONE_VAR_DATA_HARD: PracticeQuestion[] = [
+ {
+ id: "1142af44",
+ type: "mcq",
+ questionHtml:
+ "The frequency distribution above summarizes a set of data, where a is a positive integer. How much greater is the mean of the set of data than the median?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "1" },
+ { label: "C", text: "2" },
+ { label: "D", text: "3" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since the frequencies of values less than the middle value, 3, are the same as the frequencies of the values greater than 3, the set of data has a symmetric distribution. When a set of data has a symmetric distribution, the mean and median values are equal. Therefore, the mean is 0 greater than the median.Choices B, C, and D are incorrect and may result from misinterpreting the set of data.",
+ hasFigure: false,
+ },
+ {
+ id: "190be2fc",
+ type: "spr",
+ questionHtml:
+ "Data set A consists of 10 positive integers less than 60. The list shown gives 9 of the integers from data set A.
43, 45, 44, 43, 38, 39, 40, 46, 40
The mean of these 9 integers is 42. If the mean of data set A is an integer that is greater than 42, what is the value of the largest integer from data set A?",
+ choices: [],
+ correctAnswer: "52",
+ explanation:
+ "The correct answer is 52. The mean of a data set is calculated by dividing the sum of the data values by the number of values. It’s given that data set A consists of 10 values, 9 of which are shown. Let x represent the 10 th data value in data set A, which isn’t shown. The mean of data set A can be found using the expression (43 + 45 + 44 + 43 + 38 + 39 + 40 + 46 + 40 + x) / (10), or (378 + x) / (10). It’s given that the mean of the 9 values shown is 42 and that the mean of all 10 numbers is greater than 42. Consequently, the 10 th data value, x, is larger than 42. It’s also given that the data values in data set A are positive integers less than 60. Thus, 42 < x < 60. Finally, it’s given that the mean of data set A is an integer. This means that the sum of the 10 data values, 378 + x, is divisible by 10. Thus, 378 + x must have a ones digit of 0. It follows that x must have a ones digit of 2. Since 42 < x < 60 and x has a ones digit of 2, the only possible value of x is 52. Since 52 is larger than any of the integers shown, the largest integer from data set A is 52.",
+ hasFigure: false,
+ },
+ {
+ id: "1e8ccffd",
+ type: "mcq",
+ questionHtml:
+ "The mean score of 8 players in a basketball game was 14.5 points. If the highest individual score is removed, the mean score of the remaining 7 players becomes 12 points. What was the highest score?",
+ choices: [
+ { label: "A", text: "20" },
+ { label: "B", text: "24" },
+ { label: "C", text: "32" },
+ { label: "D", text: "36" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. If the mean score of 8 players is 14.5, then the total of all 8 scores is 14 . 5 · 8 = 116. If the mean of 7 scores is 12, then the total of all 7 scores is 12 · 7 = 84. Since the set of 7 scores was made by removing the highest score of the set of 8 scores, then the difference between the total of all 8 scores and the total of all 7 scores is equal to the removed score: 116 − 84 = 32.Choice A is incorrect because if 20 is removed from the group of 8 scores, then the mean score of the remaining 7 players is the fraction with numerator, (14 . 5 · 8, ) − 20, and denominator 7 is approximately 13.71, not 12. Choice B is incorrect because if 24 is removed from the group of 8 scores, then the mean score of the remaining 7 players is the fraction with numerator, (14 . 5 · 8, ) − 24, and denominator 7 is approximately 13.14, not 12. Choice D is incorrect because if 36 is removed from the group of 8 scores, then the mean score of the remaining 7 players is the fraction with numerator, (14 . 5 · 8, ) − 36, and denominator 7 or approximately 11.43, not 12.",
+ hasFigure: false,
+ },
+ {
+ id: "2a59eb45",
+ type: "spr",
+ questionHtml:
+ "Data set A consists of the heights of 75 buildings and has a mean of 32 meters. Data set B consists of the heights of 50 buildings and has a mean of 62 meters. Data set C consists of the heights of the 125 buildings from data sets A and B. What is the mean, in meters, of data set C?",
+ choices: [],
+ correctAnswer: "44",
+ explanation:
+ "The correct answer is 44. The mean of a data set is computed by dividing the sum of the values in the data set by the number of values in the data set. It's given that data set A consists of the heights of 75 buildings and has a mean of 32 meters. This can be represented by the equation (x) / (75) = 32, where x represents the sum of the heights of the buildings, in meters, in data set A. Multiplying both sides of this equation by 75 yields x = 75 (32), or x = 2, 400 meters. Therefore, the sum of the heights of the buildings in data set A is 2, 400 meters. It's also given that data set B consists of the heights of 50 buildings and has a mean of 62 meters. This can be represented by the equation (y) / (50) = 62, where y represents the sum of the heights of the buildings, in meters, in data set B. Multiplying both sides of this equation by 50 yields y = 50 (62), or y = 3, 100 meters. Therefore, the sum of the heights of the buildings in data set B is 3, 100 meters. Since it's given that data set C consists of the heights of the 125 buildings from data sets A and B, it follows that the mean of data set C is the sum of the heights of the buildings, in meters, in data sets A and B divided by the number of buildings represented in data sets A and B, or (2, 400 + 3, 100) / (125), which is equivalent to 44 meters. Therefore, the mean, in meters, of data set C is 44.",
+ hasFigure: false,
+ },
+ {
+ id: "391ae4b2",
+ type: "mcq",
+ questionHtml:
+ "Data set F consists of 55 integers between 170 and 290. Data set G consists of all the integers in data set F as well as the integer 10. Which of the following must be less for data set F than for data set G?
The mean
The median",
+ choices: [
+ { label: "A", text: "I only" },
+ { label: "B", text: "II only" },
+ { label: "C", text: "I and II" },
+ { label: "D", text: "Neither I nor II" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that data set F consists of 55 integers between 170 and 290 and data set G consists of all the integers in data set F as well as the integer 10. Since the integer 10 is less than all the integers in data set F, the mean of data set G must be less than the mean of data set F. Thus, the mean of data set F isn't less than the mean of data set G. When a data set is in ascending order, the median is between the two middle values when there is an even number of values and the median is the middle value when there is an odd number of values. It follows that the median of data set F is either greater than or equal to the median of data set G. Therefore, the median of data set F isn't less than the median of data set G. Thus, neither the mean nor the median must be less for data set F than for data set G.
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: "457d2f2c",
+ type: "mcq",
+ questionHtml:
+ "A data set of 27 different numbers has a mean of 33 and a median of 33. A new data set is created by adding 7 to each number in the original data set that is greater than the median and subtracting 7 from each number in the original data set that is less than the median. Which of the following measures does NOT have the same value in both the original and new data sets?",
+ choices: [
+ { label: "A", text: "Median" },
+ { label: "B", text: "Mean" },
+ { label: "C", text: "Sum of the numbers" },
+ { label: "D", text: "Standard deviation" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. When a data set has an odd number of elements, the median can be found by ordering the values from least to greatest and determining the middle value. Out of the 27 different numbers in this data set, 13 numbers are below the median, one number is exactly 33, and 13 numbers are above the median. When 7 is subtracted from each number below the median and added to each number above the median, the data spread out from the median. Since the median of this data set, 33, is equivalent to the mean of the data set, the data also spread out from the mean. Since standard deviation is a measure of how spread out the data are from the mean, a greater spread from the mean indicates an increased standard deviation.Choice A is incorrect. All the numbers less than the median decrease and all the numbers greater than the median increase, but the median itself doesn’t change. Choices B and C are incorrect. The mean of a data set is found by dividing the sum of the values by the number of values. The net change from subtracting 7 from 13 numbers and adding 7 to 13 numbers is zero. Therefore, neither the mean nor the sum of the numbers changes.",
+ hasFigure: false,
+ },
+ {
+ id: "4626102e",
+ type: "mcq",
+ questionHtml:
+ "The data for the dot plot are as follows:
22: 5 dots
23: 4 dots
24: 3 dots
25: 2 dots
26: 1 dot
The dot plot represents the 15 values in data set A. Data set B is created by adding 56 to each of the values in data set A. Which of the following correctly compares the medians and the ranges of data sets A and B?",
+ choices: [
+ {
+ label: "A",
+ text: "The median of data set B is equal to the median of data set A, and the range of data set B is equal to the range of data set A.",
+ },
+ {
+ label: "B",
+ text: "The median of data set B is equal to the median of data set A, and the range of data set B is greater than the range of data set A.",
+ },
+ {
+ label: "C",
+ text: "The median of data set B is greater than the median of data set A, and the range of data set B is equal to the range of data set A.",
+ },
+ {
+ label: "D",
+ text: "The median of data set B is greater than the median of data set A, and the range of data set B is greater than the range of data set A.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The median of a data set with an odd number of values, in ascending or descending order, is the middle value of the data set, and the range of a data set is the positive difference between the maximum and minimum values in the data set. Since the dot plot shown gives the values in data set A in ascending order and there are 15 values in the data set, the eighth value in data set A, 23, is the median. The maximum value in data set A is 26 and the minimum value is 22, so the range of data set A is 26 − 22, or 4. It’s given that data set B is created by adding 56 to each of the values in data set A. Increasing each of the 15 values in data set A by 56 will also increase its median value by 56 making the median of data set B 79. Increasing each value of data set A by 56 does not change the range, since the maximum value of data set B is 26 + 56, or 82, and the minimum value is 22 + 56, or 78, making the range of data set B 82 − 78, or 4. Therefore, the median of data set B is greater than the median of data set A, and the range of data set B is equal to the range of data set A.
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/4626102e_svg1.svg",
+ },
+ {
+ id: "4ff597db",
+ type: "mcq",
+ questionHtml:
+ "The mean amount of time that the 20 employees of a construction company have worked for the company is 6.7 years. After one of the employees leaves the company, the mean amount of time that the remaining employees have worked for the company is reduced to 6.25 years. How many years did the employee who left the company work for the company?",
+ choices: [
+ { label: "A", text: "0.45" },
+ { label: "B", text: "2.30" },
+ { label: "C", text: "9.00" },
+ { label: "D", text: "15.25" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The mean amount of time that the 20 employees worked for the company is 6.7 years. This means that the total number of years all 20 employees worked for the company is (6.7)(20) = 134 years. After the employee left, the mean amount of time that the remaining 19 employees worked for the company is 6.25 years. Therefore, the total number of years all 19 employees worked for the company is (6.25)(19) = 118.75 years. It follows that the number of years that the employee who left had worked for the company is 134 – 118.75 = 15.25 years.Choice A is incorrect; this is the change in the mean, which isn’t the same as the amount of time worked by the employee who left. Choice B is incorrect and likely results from making the assumption that there were still 20 employees, rather than 19, at the company after the employee left and then subtracting the original mean of 6.7 from that result. Choice C is incorrect and likely results from making the assumption that there were still 20 employees, rather than 19, at the company after the employee left.",
+ hasFigure: false,
+ },
+ {
+ id: "54d93874",
+ type: "spr",
+ questionHtml:
+ "Andrew and Maria each collected six rocks, and the masses of the rocks are shown in the table above. The mean of the masses of the rocks Maria collected is 0.1 kilogram greater than the mean of the masses of the rocks Andrew collected. What is the value of x ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 2.6. Since the mean of a set of numbers can be found by adding the numbers together and dividing by how many numbers there are in the set, the mean mass, in kilograms, of the rocks Andrew collected is the fraction with numerator 2 . 4 + 2 . 5 + 3 . 6 + 3 . 1 + 2 . 5 + 2 . 7, and denominator 6 = 16 . 8 over 6., or 2.8. Since the mean mass of the rocks Maria collected is 0.1 kilogram greater than the mean mass of rocks Andrew collected, the mean mass of the rocks Maria collected is 2 . 8 + 0 . 1 = 2 . 9 kilograms. The value of x can be found by writing an equation for finding the mean: the fraction with numerator x + 3 . 1 + 2 . 7 + 2 . 9 + 3 . 3 + 2 . 8, and denominator 6 = 2 . 9. Solving this equation gives x = 2 . 6. Note that 2.6 and 13/5 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "651d83bb",
+ type: "mcq",
+ questionHtml:
+ "Which of the following MUST be true?Every member of team A completed the race in less time than any member of team B.
The median time it took the members of team B to complete the race is greater than the median time it took the members of team A to complete the race.
There is at least one member of team B who took more time to complete the race than some member of team A.",
+ choices: [
+ { label: "A", text: "III only" },
+ { label: "B", text: "I and III only" },
+ { label: "C", text: "II and III only" },
+ { label: "D", text: "I, II, and III" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since the average time for the 10 members of team A is 3.41 minutes, the sum of the 10 times for team A is equal to 10 · 3 . 4 1 = 34 . 1 minutes. Since the average time for the 10 members of team B is 3.79 minutes, the sum of the 10 times for team B is equal to 10 · 3 . 7 9 = 37 . 9 minutes. Since the sum of the 10 times for team B is greater than the sum of the 10 times for team A, it must be true that at least one of the times for team B must be greater than one of the times for team A. Thus, statement III is true. However, it’s possible that at least some of the times for team A were greater than some of the times for team B. For example, all of team A’s times could be 3.41 minutes, and team B could have 1 time of 3.34 minutes and 9 times of 3.84 minutes. Thus, statement I need not be true. It’s also possible that the median of the times for team B is less than the median of the times for team A. For example, all of team A’s times could be 3.41 minutes, and team B could have 6 times of 3.37 minutes and 4 times of 4.42 minutes; then the median of team B’s times would be 3.37 minutes and the median of team A’s times would be 3.41 minutes. Thus, statement II need not be true.Choices B, C, and D are incorrect because neither statement I nor statement II must be true.",
+ hasFigure: false,
+ },
+ {
+ id: "94237701",
+ type: "spr",
+ questionHtml:
+ "The median of the scores for group B is how much greater than the median of the scores for group A?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 1. When there are an odd number of values in a data set, the median of the data set is the middle number when the data values are ordered from least to greatest. The scores for group A, ordered from least to greatest, are 2, 3, 4, 4, 5, 6, 6, 6, and 9. The median of the scores for group A is therefore 5. The scores for group B, ordered from least to greatest, are 5, 5, 5, 5, 6, 6, 8, 8, 9, 10, and 10. The median of the scores for group B is therefore 6. The median score for group B is 6 − 5 = 1 more than the median score for group A.",
+ hasFigure: false,
+ },
+ {
+ id: "98958ae8",
+ type: "spr",
+ questionHtml:
+ "Data set A consists of the heights of 75 objects and has a mean of 25 meters. Data set B consists of the heights of 50 objects and has a mean of 65 meters. Data set C consists of the heights of the 125 objects from data sets A and B. What is the mean, in meters, of data set C?",
+ choices: [],
+ correctAnswer: "41",
+ explanation:
+ "The correct answer is 41. The mean of a data set is computed by dividing the sum of the values in the data set by the number of values in the data set. It’s given that data set A consists of the heights of 75 objects and has a mean of 25 meters. This can be represented by the equation (x) / (75) = 25, where x represents the sum of the heights of the objects, in meters, in data set A. Multiplying both sides of this equation by 75 yields x = 75 (25), or x = 1, 875 meters. Therefore, the sum of the heights of the objects in data set A is 1, 875 meters. It’s also given that data set B consists of the heights of 50 objects and has a mean of 65 meters. This can be represented by the equation (y) / (50) = 65, where y represents the sum of the heights of the objects, in meters, in data set B. Multiplying both sides of this equation by 50 yields y = 50 (65), or y = 3, 250 meters. Therefore, the sum of the heights of the objects in data set B is 3, 250 meters. Since it’s given that data set C consists of the heights of the 125 objects from data sets A and B, it follows that the mean of data set C is the sum of the heights of the objects, in meters, in data sets A and B divided by the number of objects represented in data sets A and B, or (1, 875 + 3, 250) / (125), which is equivalent to 41 meters. Therefore, the mean, in meters, of data set C is 41.",
+ hasFigure: false,
+ },
+ {
+ id: "9d935bd8",
+ type: "mcq",
+ questionHtml:
+ "A survey was given to residents of all 50 states asking if they had earned a bachelor’s degree or higher. The results from 7 of the states are given in the table above. The median percent of residents who earned a bachelor’s degree or higher for all 50 states was 26.95%. What is the difference between the median percent of residents who earned a bachelor’s degree or higher for these 7 states and the median for all 50 states?",
+ choices: [
+ { label: "A", text: "0.05%" },
+ { label: "B", text: "0.95%" },
+ { label: "C", text: "1.22%" },
+ { label: "D", text: "7.45%" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The median of a set of numbers is the middle value of the set values when ordered from least to greatest. If the percents in the table are ordered from least to greatest, the middle value is 27.9%. The difference between 27.9% and 26.95% is 0.95%.Choice A is incorrect and may be the result of calculation errors or not finding the median of the data in the table correctly. Choice C is incorrect and may be the result of finding the mean instead of the median. Choice D is incorrect and may be the result of using the middle value of the unordered list.",
+ hasFigure: true,
+ figureUrl: "/practice-images/9d935bd8_img1.png",
+ },
+ {
+ id: "bf47ad54",
+ type: "mcq",
+ questionHtml:
+ "Each of the following frequency tables represents a data set. Which data set has the greatest mean?",
+ choices: [
+ {
+ label: "A",
+ text: "Value
Frequency
70
4
80
5
90
6
100
7",
+ },
+ {
+ label: "B",
+ text: "Value
Frequency
70
6
80
6
90
6
100
6",
+ },
+ {
+ label: "C",
+ text: "Value
Frequency
70
7
80
6
90
6
100
7",
+ },
+ {
+ label: "D",
+ text: "Value
Frequency
70
8
80
5
90
5
100
8",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The tables in choices B, C, and D each represent a data set where the values 80 and 90 have the same frequency and the values 70 and 100 have the same frequency. It follows that each of these data sets is symmetric around the value halfway between 80 and 90, or 85. When a data set is symmetric around a value, that value is the mean of the data set. Therefore, the data sets represented by the tables in choices B, C, and D each have a mean of 85. The table in choice A represents a data set where the value 90 has a greater frequency than the value 80 and the value 100 has a greater frequency than the value 70. It follows that this data set has a mean greater than 85. Therefore, of the given choices, choice A represents the data set with the greatest mean.
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: "c178d4da",
+ type: "mcq",
+ questionHtml:
+ "Value
Data set A frequency
Data set B frequency
30
2
9
34
4
7
38
5
5
42
7
4
46
9
2
Data set A and data set B each consist of 27 values. The table shows the frequencies of the values for each data set. Which of the following statements best compares the means of the two data sets?",
+ choices: [
+ {
+ label: "A",
+ text: "The mean of data set A is greater than the mean of data set B.",
+ },
+ {
+ label: "B",
+ text: "The mean of data set A is less than the mean of data set B.",
+ },
+ {
+ label: "C",
+ text: "The mean of data set A is equal to the mean of data set B.",
+ },
+ {
+ label: "D",
+ text: "There is not enough information to compare the means of the data sets.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The mean value of a data set is the sum of the values of the data set divided by the number of values in the data set. When a data set is represented in a frequency table, the sum of the values in the data set is the sum of the products of each value and its frequency. For data set A, the sum of products of each value and its frequency is 30 (2) + 34 (4) + 38 (5) + 42 (7) + 46 (9), or 1, 094. It's given that there are 27 values in data set A. Therefore, the mean of data set A is (1, 094) / (27), or approximately 40.52. Similarly, the mean of data B is (958) / (27), or approximately 35.48. Therefore, the mean of data set A is greater than the mean of data set B.
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: "d3b9c8d8",
+ type: "mcq",
+ questionHtml:
+ "From left to right the values of the vertical bars in the Group 1 box plot are as follows:
First vertical bar: 21
Second vertical bar: 22
Third vertical bar: 25
Fourth vertical bar: 26
Fifth vertical bar: 28
From left to right the values of the vertical bars in the Group 2 box plot are as follows:
First vertical bar: 22
Second vertical bar: 23
Third vertical bar: 24
Fourth vertical bar: 25
Fifth vertical bar: 28
The box plots summarize the masses, in kilograms, of two groups of gazelles. Based on the box plots, which of the following statements must be true?",
+ choices: [
+ {
+ label: "A",
+ text: "The mean mass of group 1 is greater than the mean mass of group 2.",
+ },
+ {
+ label: "B",
+ text: "The mean mass of group 1 is less than the mean mass of group 2.",
+ },
+ {
+ label: "C",
+ text: "The median mass of group 1 is greater than the median mass of group 2.",
+ },
+ {
+ label: "D",
+ text: "The median mass of group 1 is less than the median mass of group 2.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The median of a data set represented in a box plot is represented by the vertical line within the box. It follows that the median mass of the gazelles in group 1 is 25 kilograms, and the median mass of the gazelles in group 2 is 24 kilograms. Since 25 kilograms is greater than 24 kilograms, the median mass of group 1 is greater than the median mass of group 2.
Choice A is incorrect. The mean mass of each of the two groups cannot be determined from the box plots.
Choice B is incorrect. The mean mass of each of the two groups cannot be determined from the box plots.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d3b9c8d8_svg1.svg",
+ },
+ {
+ id: "d65b9a87",
+ type: "mcq",
+ questionHtml:
+ "The dot plots represent the distributions of values in data sets A and B.
For the dot plot titled Data Set A:
The number line ranges from 10 to 16 in increments of 1.
The data for the dot plot are as follows:
10: 1 dot
11: 4 dots
12: 2 dots
13: 3 dots
14: 2 dots
15: 4 dots
16: 1 dot
For the dot plot titled Data Set B:
The number line ranges from 10 to 16 in increments of 1.
The data for the dot plot are as follows:
10: 2 dots
11: 4 dots
12: 2 dots
13: 1 dot
14: 2 dots
15: 4 dots
16: 2 dots
Which of the following statements must be true?
The median of data set A is equal to the median of data set B.
The standard deviation of data set A is equal to the standard deviation of data set B.",
+ choices: [
+ { label: "A", text: "I only" },
+ { label: "B", text: "II only" },
+ { label: "C", text: "I and II" },
+ { label: "D", text: "Neither I nor II" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The median of a data set with an odd number of values that are in ascending or descending order is the middle value of the data set. Since the distribution of the values of both data set A and data set B form symmetric dot plots, and each data set has an odd number of values, it follows that the median is given by the middle value in each of the dot plots. Thus, the median of data set A is 13, and the median of data set B is 13. Therefore, statement I is true. Data set A and data set B have the same frequency for each of the values 11, 12, 14, and 15. Data set A has a frequency of 1 for values 10 and 16, whereas data set B has a frequency of 2 for values 10 and 16. Standard deviation is a measure of the spread of a data set; it is larger when there are more values further from the mean, and smaller when there are more values closer to the mean. Since both distributions are symmetric with an odd number of values, the mean of each data set is equal to its median. Thus, each data set has a mean of 13. Since more of the values in data set A are closer to 13 than data set B, it follows that data set A has a smaller standard deviation than data set B. Thus, statement II is false. Therefore, only statement I must be true.
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: true,
+ figureUrl: "/practice-images/d65b9a87_svg1.svg",
+ },
+ {
+ id: "f8a322d9",
+ type: "mcq",
+ questionHtml:
+ "Data Set A:
The horizontal axis is labeled Integer. It ranges from 10 to 60 and is divided into 5 equal intervals.
The vertical axis is labeled Frequency. It ranges from 0 to 12 in increments of 1, with values marked every 2 grid lines.
The histogram has a skewed right shape.
The histogram has 4 bins.
The Frequency data for the 4 bins are as follows:
20 to 30: 3
30 to 40: 4
40 to 50: 7
50 to 60: 9
Data Set B:
The horizontal axis is labeled Integer. It ranges from 10 to 60 and is divided into 5 equal intervals.
The vertical axis is labeled Frequency. It ranges from 0 to 12 in increments of 1, with values marked every 2 grid lines.
The histogram has a skewed right shape.
The histogram has 4 bins.
The Frequency data for the 4 bins are as follows:
10 to 20: 3
20 to 30: 4
30 to 40: 7
40 to 50: 9
Two data sets of 23 integers each are summarized in the histograms shown. For each of the histograms, the first interval represents the frequency of integers greater than or equal to 10, but less than 20. The second interval represents the frequency of integers greater than or equal to 20, but less than 30, and so on. What is the smallest possible difference between the mean of data set A and the mean of data set B?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "1" },
+ { label: "C", text: "10" },
+ { label: "D", text: "23" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The histograms shown have the same shape, but data set A contains values between 20 and 60 and data set B contains values between 10 and 50. Thus, the mean of data set A is greater than the mean of data set B. Therefore, the smallest possible difference between the mean of data set A and the mean of data set B is the difference between the smallest possible mean of data set A and the greatest possible mean of data set B. In data set A, since there are 3 integers in the interval greater than or equal to 20 but less than 30, 4 integers greater than or equal to 30 but less than 40, 7 integers greater than or equal to 40 but less than 50, and 9 integers greater than or equal to 50 but less than 60, the smallest possible mean for data set A is ((3 dot 20) + (4 dot 30) + (7 dot 40) + (9 dot 50)) / (23). In data set B, since there are 3 integers greater than or equal to 10 but less than 20, 4 integers greater than or equal to 20 but less than 30, 7 integers greater than or equal to 30 but less than 40, and 9 integers greater than or equal to 40 but less than 50, the largest possible mean for data set B is ((3 dot 19) + (4 dot 29) + (7 dot 39) + (9 dot 49)) / (23). Therefore, the smallest possible difference between the mean of data set A and the mean of data set B is ((3 dot 20) + (4 dot 30) + (7 dot 40) + (9 dot 50)) / (23) − ((3 dot 19) + (4 dot 29) + (7 dot 39) + (9 dot 49)) / (23), which is equivalent to ((3 dot 20) − (3 dot 19) + (4 dot 30) − (4 dot 29) + (7 dot 40) − (7 dot 39) + (9 dot 50) − (9 dot 49)) / (23). This expression can be rewritten as (3 (20 − 19) + 4 (30 − 29) + 7 (40 − 39) + 9 (50 − 49)) / (23), or (23) / (23), which is equal to 1. Therefore, the smallest possible difference between the mean of data set A and the mean of data set B is 1.
Choice A is incorrect. This is the smallest possible difference between the ranges, not the means, of the data sets.
Choice C is incorrect. This is the difference between the greatest possible mean, not the smallest possible mean, of data set A and the greatest possible mean of data set B.
Choice D is incorrect. This is the smallest possible difference between the sum of the values in data set A and the sum of the values in data set B, not the smallest possible difference between the means.",
+ hasFigure: true,
+ figureUrl: "/practice-images/f8a322d9_svg1.svg",
+ },
+];
diff --git a/src/data/math/percentages.ts b/src/data/math/percentages.ts
new file mode 100644
index 0000000..d0bdbcd
--- /dev/null
+++ b/src/data/math/percentages.ts
@@ -0,0 +1,783 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const PERCENTAGES_EASY: PracticeQuestion[] = [
+ {
+ id: "048811bd",
+ type: "mcq",
+ questionHtml: "What is 10 % sign of 370?",
+ choices: [
+ { label: "A", text: "27" },
+ { label: "B", text: "37" },
+ { label: "C", text: "333" },
+ { label: "D", text: "360" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. 10 % sign of a quantity means (10) / (100) times the quantity. Therefore, 10 % sign of 370 can be represented as (10) / (100) (370), which is equivalent to 0.10 (370), or 37. Therefore, 10 % sign of 370 is 37.
Choice A is incorrect. This is 10 % sign of 270, not 10 % sign of 370.
Choice C is incorrect. This is 90 % sign of 370, not 10 % sign of 370.
Choice D is incorrect. This is 370 − 10, not 10 % sign of 370.",
+ hasFigure: false,
+ },
+ {
+ id: "191d167b",
+ type: "mcq",
+ questionHtml:
+ "Last year, 200 students enrolled in an interior design program. This year, the number of students enrolled is 147 % sign of last year’s number. How many students are enrolled in the interior design program this year?",
+ choices: [
+ { label: "A", text: "247" },
+ { label: "B", text: "294" },
+ { label: "C", text: "347" },
+ { label: "D", text: "394" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that the number of students enrolled in an interior design program this year is 147 % sign of last year's number, which is 200. 147 % sign of 200 can be expressed as ((147) / (100)) (200), or (1.47) (200), which is equivalent to 294. Therefore, 294 students are enrolled in the interior design program this year.
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: "194ae3b1",
+ type: "mcq",
+ questionHtml:
+ "There were approximately 113,000 occupational therapy jobs in the United States in 2012. The Bureau of Labor Statistics has projected that this number will increase by 29% from 2012 to 2022. Of the following, which is closest to the number of occupational therapy jobs the bureau has projected for the United States in 2022?",
+ choices: [
+ { label: "A", text: "115,900" },
+ { label: "B", text: "116,300" },
+ { label: "C", text: "142,000" },
+ { label: "D", text: "145,800" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The decimal equivalent of 29% is 0.29. It’s given that the 113,000 occupational therapy jobs in the United States in 2012 are projected to increase by 29% by 2022. Increasing 113,000 by 29% can be expressed as 113, 000 · (1 + 0 . 2 9, ), or 113, 000 · 1 . 2 9. Evaluating this expression yields 145,770. The closest number is 145,800 in choice D.Choice A is incorrect and may result from increasing 113,000 by 2,900 instead of by 29%. Choice B is incorrect and may result from increasing 113,000 by 2.9% instead of by 29%. Choice C is incorrect and may result from increasing 113,000 by 29,000 instead of by 29%.",
+ hasFigure: false,
+ },
+ {
+ id: "1c2f50a6",
+ type: "mcq",
+ questionHtml:
+ "During a sale, the original prices of all the items in a clothing store have been reduced by 20%. What is the sale price of a jacket with an original price of $50 ?",
+ choices: [
+ { label: "A", text: "$12" },
+ { label: "B", text: "$30" },
+ { label: "C", text: "$36" },
+ { label: "D", text: "$40" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the original price of the jacket has been reduced by 20%. Multiplying the original price, $50, by 20% gives the amount, in dollars, that the price of the jacket is reduced by: 50 · . 2 0 = 10. Subtracting this value from the original price results in the sale price of the jacket: 50 dollars − 10 dollars, or $40.Choices A, B, and C are incorrect and may result from a conceptual or calculation error.",
+ hasFigure: false,
+ },
+ {
+ id: "273b7f37",
+ type: "mcq",
+ questionHtml:
+ "Isabel grows potatoes in her garden. This year, she harvested 760 potatoes and saved 10 % sign of them to plant next year. How many of the harvested potatoes did Isabel save to plant next year?",
+ choices: [
+ { label: "A", text: "66" },
+ { label: "B", text: "76" },
+ { label: "C", text: "84" },
+ { label: "D", text: "86" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The number of harvested potatoes Isabel saved to plant next year can be calculated by multiplying the total number of potatoes Isabel harvested, 760, by the proportion of potatoes she saved. Since she saved 10 % sign of the potatoes she harvested, the proportion of potatoes she saved is (10) / (100), or 0.1. Multiplying 760 by this proportion gives 760 (0.1), or 76, potatoes that she saved to plant next year.
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: "28c6bd8c",
+ type: "mcq",
+ questionHtml:
+ "The table above shows a summary of 1,200 responses to a survey question. Based on the table, how many of those surveyed get most of their medical information from either a doctor or the Internet?",
+ choices: [
+ { label: "A", text: "865" },
+ { label: "B", text: "887" },
+ { label: "C", text: "912" },
+ { label: "D", text: "926" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. According to the table, 63% of survey respondents get most of their medical information from a doctor and 13% get most of their medical information from the Internet. Therefore, 76% of the 1,200 survey respondents get their information from either a doctor or the Internet, and 76% of 1,200 is 912.Choices A, B, and D are incorrect. According to the table, 76% of survey respondents get their information from either a doctor or the Internet. Choice A is incorrect because 865 is about 72% (the percent of survey respondents who get most of their medical information from a doctor or from magazines/brochures), not 76%, of 1,200. Choice B is incorrect because 887 is about 74%, not 76%, of 1,200. Choice D is incorrect because 926 is about 77%, not 76%, of 1,200.",
+ hasFigure: true,
+ figureUrl: "/practice-images/28c6bd8c_img1.png",
+ },
+ {
+ id: "29c177e6",
+ type: "mcq",
+ questionHtml: "What is 10 % sign of 470?",
+ choices: [
+ { label: "A", text: "37" },
+ { label: "B", text: "47" },
+ { label: "C", text: "423" },
+ { label: "D", text: "460" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. 10 % sign of a quantity means (10) / (100) times the quantity. Therefore, 10 % sign of 470 can be represented as (10) / (100) (470), which is equivalent to 0.10 (470), or 47. Therefore, 10 % sign of 470 is 47.
Choice A is incorrect. This is 10 % sign of 370, not 10 % sign of 470.
Choice C is incorrect. This is 90 % sign of 470, not 10 % sign of 470.
Choice D is incorrect. This is 470 − 10, not 10 % sign of 470.",
+ hasFigure: false,
+ },
+ {
+ id: "2d31caae",
+ type: "mcq",
+ questionHtml:
+ "Call Ratings
1 Star
2 Stars
3 Stars
4 Stars
Total
Employee A
16
49
72
8
145
Employee B
4
10
22
34
70
Employee C
8
56
45
16
125
Employee D
22
42
84
12
160
Total
50
157
223
70
500
A supervisor at a call center reviewed 500 calls taken by four employees and rated the employees’ performance on each call on a scale from 1 star to 4 stars. The ratings for each employee are shown in the table above. According to the table, to the nearest whole percent, what percent of Employee A’s calls received a rating of 1 star?",
+ choices: [
+ { label: "A", text: "3%" },
+ { label: "B", text: "11%" },
+ { label: "C", text: "16%" },
+ { label: "D", text: "32%" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The percent of Employee A’s calls that received a rating of 1 star is the number of Employee A’s 1-star calls divided by the total number of Employee A’s calls. This quotient, 16 over 145, is approximately equal to 0 . 1 1 0 3, or 11 . 0 3 %. To the nearest whole percent, this is 11%.
Choice A is incorrect. This is the percent of all calls taken by Employee A that received a rating of 1 star. Choice C is incorrect and may result from a conceptual error. For example, 16 is the number, not the percent, of calls taken by Employee A that received a rating of 1 star. Choice D is incorrect. This is the percent of all calls that received a rating of 1 star that were taken by Employee A.",
+ hasFigure: false,
+ },
+ {
+ id: "3a6ed720",
+ type: "mcq",
+ questionHtml:
+ "Of 900, 000 beads, 828, 000 are silver. What percentage of the beads are silver?",
+ choices: [
+ { label: "A", text: "8 % sign" },
+ { label: "B", text: "36 % sign" },
+ { label: "C", text: "72 % sign" },
+ { label: "D", text: "92 % sign" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The proportion of the beads that are silver can be written as (828, 000) / (900, 000), or 0.92. Therefore, the percentage of the beads that are silver is 0.92 (100), or 92 % sign.
Choice A is incorrect. This is the percentage of the beads that are not silver.
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: "41b71b4e",
+ type: "mcq",
+ questionHtml: "What number is 20% greater than 60 ?",
+ choices: [
+ { label: "A", text: "50" },
+ { label: "B", text: "72" },
+ { label: "C", text: "75" },
+ { label: "D", text: "132" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The decimal equivalent of 20% is 0.2. The number that is 20% greater than 60 is also 120% of 60. The decimal equivalent of 120% is 1.2, and 1 . 2 · 60 = 72.Alternate approach: 10% of 60 is 6, and 20% of 60 is double that amount, or 12. It follows that the number that is 20% greater than 60 is 12 more than 60, or 60 + 12 = 72.
Choice A is incorrect and may result from dividing, instead of multiplying, 60 by 1.2. Choice C is incorrect because it’s 25% greater than 60, rather than 20% greater than 60. Choice D is incorrect and may result from multiplying 60 by 2.2 instead of 1.2.",
+ hasFigure: false,
+ },
+ {
+ id: "6e4a60dd",
+ type: "mcq",
+ questionHtml:
+ "Rita’s total bill at a restaurant was $25.00, including tax. If she left a tip of 20% of the total bill, what was the amount of the tip?",
+ choices: [
+ { label: "A", text: "$3.50" },
+ { label: "B", text: "$4.00" },
+ { label: "C", text: "$4.50" },
+ { label: "D", text: "$5.00" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The total bill was $25.00. The percentage 20% is equivalent to the decimal 0.2. The tip is the product of the percentage and the total bill; therefore, 0 . 2 · 25 = 5, so the tip was $5.00.Choices A, B, and C are incorrect and may be the result of incorrectly converting the given percentage or a calculation error.",
+ hasFigure: false,
+ },
+ {
+ id: "77cf4fa6",
+ type: "spr",
+ questionHtml:
+ "There are 170 blocks in a container. Of these blocks, 10 % sign are green. How many blocks in the container are green?",
+ choices: [],
+ correctAnswer: "17",
+ explanation:
+ "The correct answer is 17. It's given that there are 170 blocks in a container, and of these blocks, 10 % sign are green. Since 10 % sign can be rewritten as (10) / (100), or 0.1, the number of green blocks in the container is 0.1 (170), or 17.",
+ hasFigure: false,
+ },
+ {
+ id: "7ed0d098",
+ type: "mcq",
+ questionHtml:
+ "Lani spent 15% of her 8-hour workday in meetings. How many minutes of her workday did she spend in meetings?",
+ choices: [
+ { label: "A", text: "1.2" },
+ { label: "B", text: "15" },
+ { label: "C", text: "48" },
+ { label: "D", text: "72" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. There are 60 minutes in one hour, so an 8-hour workday has 60 · 8 = 480 minutes. To calculate 15% of 480, multiply 0.15 by 480: 0 . 1 5 · 480 = 72. Therefore, Lani spent 72 minutes of her workday in meetings.Choice A is incorrect because 1.2 is 15% of 8, which gives the time Lani spent of her workday in meetings in hours, not minutes. Choices B and C are incorrect and may be the result of computation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "8705ecba",
+ type: "mcq",
+ questionHtml:
+ "The cost of a certain shirt is $20 before a 5% sales tax is added. What is the total cost, including sales tax, to purchase the shirt?",
+ choices: [
+ { label: "A", text: "$20.05" },
+ { label: "B", text: "$20.50" },
+ { label: "C", text: "$21.00" },
+ { label: "D", text: "$25.00" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The total cost to purchase the shirt is the $20 cost of the shirt plus the 5% sales tax. The value of the 5% sales tax on the $20 shirt is equivalent to0 . 0 5 · 20 dollars, or $1. Therefore, the total cost to purchase the shirt is 20 dollars + 1 dollar, or $21.Choice A is incorrect and may result from neglecting to multiply by $20 when finding the value of the sales tax. Choice B is incorrect and may result from dividing by 10, instead of by 100, and then neglecting to multiply by $20 when finding the sales tax. Choice D is incorrect and may result from interpreting the sales tax of 5% as $5.",
+ hasFigure: false,
+ },
+ {
+ id: "949cd96b",
+ type: "mcq",
+ questionHtml:
+ "The length of the base of a certain parallelogram is 89 % sign of the height of the parallelogram. Which expression represents the length of the base of the parallelogram, where h is the height of the parallelogram?",
+ choices: [
+ { label: "A", text: "89 h" },
+ { label: "B", text: "0.089 h" },
+ { label: "C", text: "8.9 h" },
+ { label: "D", text: "0.89 h" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that the length of the base of the parallelogram is 89 % sign of the height of the parallelogram. Since h is the height of the parallelogram, it follows that the length of the base of the parallelogram can be represented by the expression (89) / (100) h, or 0.89 h.
Choice A is incorrect. This expression represents 8, 900 % sign, not 89 % sign, of the height of the parallelogram.
Choice B is incorrect. This expression represents 8.9 % sign, not 89 % sign, of the height of the parallelogram.
Choice C is incorrect. This expression represents 890 % sign, not 89 % sign, of the height of the parallelogram.",
+ hasFigure: false,
+ },
+ {
+ id: "9c44f828",
+ type: "mcq",
+ questionHtml:
+ "There are a total of 840 seats in a school auditorium. During an assembly, students occupied 50 % sign of the seats in the auditorium. How many seats did the students occupy during this assembly?",
+ choices: [
+ { label: "A", text: "25" },
+ { label: "B", text: "50" },
+ { label: "C", text: "420" },
+ { label: "D", text: "790" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that during an assembly, students occupied 50 % sign of the 840 seats in the school auditorium. Therefore, the number of seats that the students occupied during this assembly can be calculated by multiplying the number of seats in the school auditorium by (50) / (100). Thus, the students occupied 840 ((50) / (100)), or 420, seats during this assembly.
Choice A is incorrect. This is approximately 3 % sign, not 50 % sign, of 840.
Choice B is incorrect. This is approximately 6 % sign, not 50 % sign, of 840.
Choice D is incorrect. This is approximately 94 % sign, not 50 % sign, of 840.",
+ hasFigure: false,
+ },
+ {
+ id: "a8fabad0",
+ type: "mcq",
+ questionHtml:
+ "A waiter receives tips from each customer. On average, the tip is 15% of the customer’s bill. At this rate, which of the following is closest to the tip the waiter can expect when a customer has a bill that is $78.20?",
+ choices: [
+ { label: "A", text: "$8.00" },
+ { label: "B", text: "$10.00" },
+ { label: "C", text: "$12.00" },
+ { label: "D", text: "$14.00" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. If the bill is $78.20, 15% of the bill can be found by multiplying 78.20 by the decimal conversion of 15%, 78.20 × 0.15 = $11.73. The exact amount $11.73 is closest in value to $12.00.Choices A, B, and D are incorrect and may be the result of errors when calculating 15% of the total $78.20.",
+ hasFigure: false,
+ },
+ {
+ id: "bb7c8186",
+ type: "mcq",
+ questionHtml: "What is 23 % sign of 100?",
+ choices: [
+ { label: "A", text: "23" },
+ { label: "B", text: "46" },
+ { label: "C", text: "77" },
+ { label: "D", text: "123" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. 23 % sign of 100 can be calculated by multiplying (23) / (100) by 100, which yields ((23) / (100)) 100, or 23.
Choice B is incorrect. This is 46 % sign, not 23 % sign, of 100.
Choice C is incorrect. This is 23 % sign less than 100, not 23 % sign of 100.
Choice D is incorrect. This is 23 % sign greater than 100, not 23 % sign of 100.",
+ hasFigure: false,
+ },
+ {
+ id: "bd90f87e",
+ type: "mcq",
+ questionHtml:
+ "What was the percent increase of the minimum wage from 1960 to 1970?",
+ choices: [
+ { label: "A", text: "30%" },
+ { label: "B", text: "60%" },
+ { label: "C", text: "62.5%" },
+ { label: "D", text: "120%" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. According to the table, the minimum wage in 1960 was $1.00 per hour, and in 1970 it was $1.60 per hour. The percentage change is therefore 100 · (the fraction with numerator 1 . 6 0 − 1 . 0 0, and denominator 1 . 0 0, ) = 60 %.Choice A is incorrect and may result from averaging the two wages before calculating the percentage change. Choice C is incorrect. This is the 1960 wage expressed as a percentage of the 1970 wage, not the percentage change between the two. Choice D is incorrect and may result from a calculation error.",
+ hasFigure: false,
+ },
+ {
+ id: "e9fb7774",
+ type: "mcq",
+ questionHtml:
+ "What percentage of 300 is 75?",
+ choices: [
+ { label: "A", text: "25 % sign" },
+ { label: "B", text: "50 % sign" },
+ { label: "C", text: "75 % sign" },
+ { label: "D", text: "225 % sign" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Let x represent the percentage of 300 that is 75. This can be written as (x) / (100) (300) = 75, or 3 x = 75. Dividing both sides of this equation by 3 yields x = 25. Therefore, 25 % sign of 300 is 75.
Choice B is incorrect. 50 % sign of 300 is 150, not 75.
Choice C is incorrect. 75 % sign of 300 is 225, not 75.
Choice D is incorrect. 225 % sign of 300 is 675, not 75.",
+ hasFigure: false,
+ },
+ {
+ id: "eaab8bc1",
+ type: "spr",
+ questionHtml:
+ "Out of 300 seeds that were planted, 80 % sign sprouted. How many of these seeds sprouted?",
+ choices: [],
+ correctAnswer: "240",
+ explanation:
+ "The correct answer is 240. It’s given that 80 % sign of the 300 seeds sprouted. Therefore, the number of seeds that sprouted can be calculated by multiplying the number of seeds that were planted by (80) / (100), which gives 300 ((80) / (100)), or 240.",
+ hasFigure: false,
+ },
+];
+
+export const PERCENTAGES_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "121dc44f",
+ type: "mcq",
+ questionHtml:
+ "The population of City A increased by 7 % sign from 2015 to 2016. If the 2016 population is k times the 2015 population, what is the value of k?",
+ choices: [
+ { label: "A", text: "0.07" },
+ { label: "B", text: "0.7" },
+ { label: "C", text: "1.07" },
+ { label: "D", text: "1.7" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that the population of City A increased by 7 % sign from 20 15 to 20 16. Therefore, the population of City A in 20 16 includes 100 % sign of the population of City A in 20 15 plus an additional 7 % sign of the population of City A in 20 15. This means that the population of City A in 20 16 is 107 % sign of the population in 20 15. Thus, the population of City A in 20 16 is (107) / (100), or 1.07, times the 20 15 population. Therefore, the value of k is 1.07.
Choice A is incorrect. This would be the value of k if the population in 20 16 was 7 % sign of the population in 20 15.
Choice B is incorrect. This would be the value of k if the population in 20 16 was 70 % sign of the population in 20 15.
Choice D is incorrect. This would be the value of k if the population increased by 70 % sign, not 7 % sign, from 20 15 to 20 16.",
+ hasFigure: false,
+ },
+ {
+ id: "566759ef",
+ type: "mcq",
+ questionHtml:
+ "Thomas installed a new stove in his restaurant. At the time of installation, the stove had a value of $800. Thomas estimates that each year the value of the stove will depreciate by 20% of the previous year’s estimated value. What is the estimated value of the stove exactly 2 years after Thomas installed it?",
+ choices: [
+ { label: "A", text: "$480" },
+ { label: "B", text: "$512" },
+ { label: "C", text: "$556" },
+ { label: "D", text: "$640" },
+ ],
+ correctAnswer: "",
+ explanation:
+ "Choice B is correct. If the stove’s value depreciates by 20% of the previous year’s estimated value, then each year it retains 100% – 20% = 80%, or 0.80, of the previous year’s estimated value. Since the stove’s value was $800 when Thomas installed it, the estimated value after two years would be (0.80)(0.80)($800) = $512.Choice A is incorrect. This is the value of the stove if each year it had depreciated by 20% of the original value rather than by 20% of the previous year’s estimated value. Choice C is incorrect and may be the result of a computational error. Choice D is incorrect. This is the estimated value of the stove 1 year after Thomas installed it, not 2 years.",
+ hasFigure: false,
+ },
+ {
+ id: "63573fea",
+ type: "mcq",
+ questionHtml:
+ "During the first month of sales, a company sold 1,300,000 units of a certain type of smartphone. During the same month, 15% of the units sold were returned. If sales and the return rate remain the same for each of the next 5 months, about how many units of this smartphone will be returned to the company during this 6-month period?",
+ choices: [
+ { label: "A", text: "195,000" },
+ { label: "B", text: "975,000" },
+ { label: "C", text: "1,170,000" },
+ { label: "D", text: "6,630,000" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Of the 1,300,000 units sold during the first month, 15% were returned, so 1, 300, 000 · 0 . 1 5 = 195, 000 units were returned during the first month. If the units were sold and returned at the same rate for the next 5 months, then a total of 195, 000 · 6 = 1, 170, 000 smartphone units were returned during the 6-month period.Choice A is incorrect. This is the number of units that were returned in 1 month. Choice B is incorrect. This is the number of units that were returned in 5 months. Choice D is incorrect. This is the number of units sold and not returned during the first 6 months.",
+ hasFigure: false,
+ },
+ {
+ id: "707db2d3",
+ type: "mcq",
+ questionHtml:
+ "For the finale of a TV show, viewers could use either social media or a text message to vote for their favorite of two contestants. The contestant receiving more than 50% of the vote won. An estimated 10% of the viewers voted, and 30% of the votes were cast on social media. Contestant 2 earned 70% of the votes cast using social media and 40% of the votes cast using a text message. Based on this information, which of the following is an accurate conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "If all viewers had voted, Contestant 2 would have won.",
+ },
+ {
+ label: "B",
+ text: "Viewers voting by social media were likely to be younger than viewers voting by text message.",
+ },
+ {
+ label: "C",
+ text: "If all viewers who voted had voted by social media instead of by text message, Contestant 2 would have won.",
+ },
+ {
+ label: "D",
+ text: "Viewers voting by social media were more likely to prefer Contestant 2 than were viewers voting by text message.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It is given that Contestant 2 earned 70% of the votes cast using social media and 40% of the votes cast using a text message. Based on this information, viewers voting by social media were more likely to prefer Contestant 2 than were viewers voting by text message.Choices A, B, and C are incorrect. There is not enough information about the viewers to reach these conclusions.",
+ hasFigure: false,
+ },
+ {
+ id: "709e04de",
+ type: "mcq",
+ questionHtml:
+ "The value of z is 1.13 times 100. The value of z is what percent greater than 100?",
+ choices: [
+ { label: "A", text: "11.3" },
+ { label: "B", text: "13" },
+ { label: "C", text: "130" },
+ { label: "D", text: "213" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that the value of z is 1.13 times 100. This can be written as z = (1.13) (100), which is equivalent to z = (1 + 0.13) (100), or z = (1 + (13) / (100)) (100). It follows that the value of z is 100 % sign of 100 plus 13 % sign of 100. Therefore, the value of z is 13 % sign greater than 100.
Choice A is incorrect. This gives a value of z that is 1.113, not 1.13, times 100.
Choice C is incorrect. This gives a value of z that is 2.30, not 1.13, times 100.
Choice D is incorrect. This gives a value of z that is 3.13, not 1.13, times 100.",
+ hasFigure: false,
+ },
+ {
+ id: "7b731fc3",
+ type: "spr",
+ questionHtml:
+ "What number is 40 % sign greater than 115?",
+ choices: [],
+ correctAnswer: "161",
+ explanation:
+ "The correct answer is 161. For a number to be 40 % sign greater than 115, it follows that the number is (100 % sign of 115) + (40 % sign of 115), which can be written as (100) / (100) (115) + (40) / (100) (115). This expression is equivalent to 1 (115) + 0.4 (115), or 1.4 (115), which is equal to 161. Therefore, 161 is 40 % sign greater than 115.",
+ hasFigure: false,
+ },
+ {
+ id: "7cab9fe1",
+ type: "mcq",
+ questionHtml:
+ "Which expression represents the result of increasing a positive quantity w by 43 % sign?",
+ choices: [
+ { label: "A", text: "1.43 w" },
+ { label: "B", text: "0.57 w" },
+ { label: "C", text: "43 w" },
+ { label: "D", text: "0.43 w" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The result of increasing a positive quantity w by x % sign can be represented by the expression (1 + (x) / (100)) w. Therefore, the result of increasing a positive quantity w by 43 % sign can be found by substituting 43 for x in the expression (1 + (x) / (100)) w, which gives (1 + (43) / (100)) w, or 1.43 w. Thus, the expression 1.43 w represents the result of increasing a positive quantity w by 43 % sign.
Choice B is incorrect. This is the result of decreasing a positive quantity w by 43 % sign.
Choice C is incorrect. This is the result of increasing a positive quantity w by 4, 200 % sign.
Choice D is incorrect. This is the result of decreasing a positive quantity w by 57 % sign.",
+ hasFigure: false,
+ },
+ {
+ id: "8a714fa1",
+ type: "mcq",
+ questionHtml:
+ "Which of the following represents the result of increasing the quantity x by 9%, where x > 0 ?",
+ choices: [
+ { label: "A", text: "1 . 0 9 x" },
+ { label: "B", text: "0 . 0 9 x" },
+ { label: "C", text: "x + 9" },
+ { label: "D", text: "x + 0 . 0 9" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Increasing the positive quantity x by 9% is the result of adding 9% of x to x. 9% of x can be represented algebraically as the fraction, 9 over 100, end fraction · x, or 0 . 0 9 x. Adding this expression to x yields x + 0 . 0 9 x, or 1 . 0 9 x.Choice B is incorrect. This represents 9% of x. Choice C is incorrect. This represents increasing x by 9, not by 9%. Choice D is incorrect. This represents increasing x by 0.09, not by 9%.",
+ hasFigure: false,
+ },
+ {
+ id: "8cbf1415",
+ type: "mcq",
+ questionHtml:
+ "In a group, (expression)% of the items are red. Of all the red items in the group, (expression)% also have stripes. What percentage of the items in the group are red with stripes?",
+ choices: [
+ { label: "A", text: "(expression)%" },
+ { label: "B", text: "(expression)%" },
+ { label: "C", text: "(expression)%" },
+ { label: "D", text: "(expression)%" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that in a group, 40 % sign of the items are red. It follows that the number of red items in the group can be represented by 0 . 4 x, where x represents the total number of items in the group. It’s also given that of all the red items in the group, 30 % sign also have stripes. It follows that the number of items in the group that are red and have stripes can be represented by 0 . 3 (0 . 4 x), or 0 . 12 x. The expression 0 . 12 x represents 12 % sign of x. Since x represents the total number of items in the group, it follows that 12 % sign of the items in the group are red and have stripes.
Choice A is incorrect and may result from subtracting 30 % sign from 40 % sign rather than calculating 30 % sign of 40 % sign.
Choice C is incorrect and may result from adding 30 % sign and 40 % sign rather than calculating 30 % sign of 40 % sign.
Choice D is incorrect and may result from calculating the percentage that 30 % sign is of 40 % sign rather than calculating 30 % sign of 40 % sign.",
+ hasFigure: false,
+ },
+ {
+ id: "8e2e424e",
+ type: "mcq",
+ questionHtml:
+ "The number k is 36% greater than 50. If k is the product of 50 and r, what is the value of r ?",
+ choices: [
+ { label: "A", text: "36" },
+ { label: "B", text: "3.6" },
+ { label: "C", text: "1.36" },
+ { label: "D", text: "0.36" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that the number k is 36% greater than 50. Therefore, the value of k is the number 50 plus 36% of 50. This can be rewritten as k = 50 + the fraction 36 over 100, end fraction · 50. Multiplying the terms the fraction 36 over 100, end fraction · 50 yields 18, so k = 50 + 18, or k = 68. It’s also given that k is the product of 50 and r, which can be rewritten as k = 50 r. Substituting 68 for k yields 68 = 50 r. Dividing both sides of this equation by 50 yields r = 1 . 3 6.Choice A is incorrect. This is the percentage that k is greater than 50. Choice B is incorrect and may result from a calculation error. Choice D is incorrect. This would be the value of r if k were 36% of 50, instead of 36% greater than 50.",
+ hasFigure: false,
+ },
+ {
+ id: "94c65646",
+ type: "spr",
+ questionHtml:
+ "432 is 96 % sign of what number?",
+ choices: [],
+ correctAnswer: "450",
+ explanation:
+ "The correct answer is 450. Let x represent the number that 432 is 96 % sign of. This can be written as ((96) / (100)) x = 432, or 0.96 x = 432. Dividing both sides of this equation by 0.96 yields x = 450. Therefore, 432 is 96 % sign of 450.",
+ hasFigure: false,
+ },
+ {
+ id: "96a45430",
+ type: "mcq",
+ questionHtml:
+ "A number n is increased 6%. If the result is 318, what is the value of n ?",
+ choices: [
+ { label: "A", text: "199" },
+ { label: "B", text: "299" },
+ { label: "C", text: "300" },
+ { label: "D", text: "337" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The decimal equivalent of 6% is 0.06. Since increasing the number n by 6% yields the number 318, this situation can be represented by the equation n · (1 + 0 . 0 6, ) = 318, or n · 1 . 0 6 = 318. Dividing both sides of this equation by 1.06 yields n = 300.Choice A is incorrect. This is the result when n is increased by 60%, not by 6%. Choice B is incorrect. This is the approximate result of decreasing 318 by 6%. Choice D is incorrect. This is the approximate result of increasing 318 by 6%.",
+ hasFigure: false,
+ },
+ {
+ id: "b2f6f17d",
+ type: "mcq",
+ questionHtml:
+ "A customer’s monthly water bill was $75.74. Due to a rate increase, her monthly bill is now $79.86. To the nearest tenth of a percent, by what percent did the amount of the customer’s water bill increase?",
+ choices: [
+ { label: "A", text: "4.1%" },
+ { label: "B", text: "5.1%" },
+ { label: "C", text: "5.2%" },
+ { label: "D", text: "5.4%" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. To find the percent increase of the customer’s water bill, the absolute increase of the bill, in dollars, is divided by the original amount of the bill, and the result is multiplied by 100%, as follows: the fraction with numerator 79 . 8 6 − 75 . 7 4, and denominator 75 . 7 4, is ≈, 0 . 0 5 4;; 0 . 0 5 4 · 100 % = 5 . 4 %.Choice A is incorrect. This choice is the difference 79 . 8 6 − 75 . 7 4 rounded to the nearest tenth, which is the (absolute) increase of the bill’s amount, not its percent increase. Choice B is incorrect and may be the result of some calculation errors. Choice C is incorrect and is the result of dividing the difference between the two bill amounts by the new bill amount instead of the original bill amount.",
+ hasFigure: false,
+ },
+ {
+ id: "ba61d95f",
+ type: "mcq",
+ questionHtml:
+ "The population of Greenville increased by 7 % sign from 2015 to 2016. If the 2016 population is k times the 2015 population, what is the value of k?",
+ choices: [
+ { label: "A", text: "0.07" },
+ { label: "B", text: "0.7" },
+ { label: "C", text: "1.07" },
+ { label: "D", text: "1.7" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Let x be the 2015 population of Greenville. It's given that the population increased by 7 % sign from 2015 to 2016. The increase in population can be written as (0.07) x. The 2016 population of Greenville is given as the sum of the 2015 population of Greenville and the increase in population from 2015 to 2016. This can be rewritten as x + (0.07) x, or 1.07 x. Therefore, the value of k is 1.07.
Choice A is incorrect. This is the percent, represented as a decimal, that the population increased from 2015 to 2016, not the value of k.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice D is incorrect. This is the value of k if the population increased by 70 % sign, not 7 % sign, from 2015 to 2016.",
+ hasFigure: false,
+ },
+ {
+ id: "d693f563",
+ type: "spr",
+ questionHtml:
+ "Last year, Cedric had 35 plants in his garden. This year, the number of plants in Cedric’s garden is 60 % sign greater than the number of plants in his garden last year. How many plants does Cedric have in his garden this year?",
+ choices: [],
+ correctAnswer: "56",
+ explanation:
+ "The correct answer is 56. It’s given that Cedric had 35 plants in his garden last year and that the number of plants in Cedric's garden this year is 60 % sign greater than the number of plants in his garden last year. It follows that the number of plants in Cedric’s garden this year is 35 plus 60 % sign of 35, which is equal to 35 + 35 ((60) / (100)), or 35 + 35 (0.6). This expression is equivalent to 35 + 21, or 56. Therefore, Cedric has 56 plants in his garden this year.",
+ hasFigure: false,
+ },
+ {
+ id: "e9f4521a",
+ type: "spr",
+ questionHtml:
+ "13 is p % sign of 25. What is the value of p?",
+ choices: [],
+ correctAnswer: "52",
+ explanation:
+ "The correct answer is 52. It's given that 13 is p % sign of 25. It follows that (13) / (25) = (p) / (100). Multiplying both sides of this equation by 100 gives 52 = p. Therefore, the value of p is 52.",
+ hasFigure: false,
+ },
+];
+
+export const PERCENTAGES_HARD: PracticeQuestion[] = [
+ {
+ id: "0231050d",
+ type: "spr",
+ questionHtml:
+ "The figure presents a line graph. The horizontal axis is labeled “Year, ” and the years 2003 through 2015 are indicated. The vertical axis is labeled “Annual snowfall, in inches, ” and the numbers 0 through 60, in increments of 10, are indicated. There are 13 points indicated on the graph. The data represented by the 13 points are as follows. Note that all values are approximate. Year, 2003. Number of inches, 40. Year, 2004. Number of inches, 12. Year, 2005. Number of inches, 13. Year, 2006. Number of inches, 14. Year, 2007. Number of inches, 10. Year, 2008. Number of inches, 5. Year, 2009. Number of inches, 8. Year, 2010. Number of inches, 56. Year, 2011. Number of inches, 10. Year, 2012. Number of inches, 3. Year, 2013. Number of inches, 4. Year, 2014. Number of inches, 32. Year, 2015. Number of inches, 19.
The line graph shows the total amount of snow, in inches, recorded each year in Washington, DC, from 2003 to 2015. If p % is the percent decrease in the annual snowfall from 2003 to 2007, what is the value of p ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 75. The percent decrease between two values is found by dividing the difference between the two values by the original value and multiplying by 100. The line graph shows that the annual snowfall in 2003 was 40 inches, and the annual snowfall in 2007 was 10 inches. Therefore, the percent decrease in the annual snowfall from 2003 to 2007 is (the fraction with numerator 40 − 10, and denominator 40, ) · 100, or 75. It’s given that this is equivalent to p %, so the value of p is 75.",
+ hasFigure: true,
+ figureUrl: "/practice-images/0231050d_img1.png",
+ },
+ {
+ id: "040f2a84",
+ type: "spr",
+ questionHtml:
+ "The regular price of a shirt at a store is dollar sign 11.70. The sale price of the shirt is 80 % sign less than the regular price, and the sale price is 30 % sign greater than the store's cost for the shirt. What was the store’s cost, in dollars, for the shirt? (Disregard the dollar sign sign when entering your answer. For example, if your answer is dollar sign 4.97, enter 4.97)",
+ choices: [],
+ correctAnswer: "1.8, 9/5",
+ explanation:
+ "The correct answer is 1.8. It’s given that the regular price of a shirt at a store is dollar sign 11.70, and the sale price of the shirt is 80 % sign less than the regular price. It follows that the sale price of the shirt is dollar sign 11.70 (1 − (80) / (100)), or dollar sign 11.70 (1 − 0.8), which is equivalent to dollar sign 2.34. It’s also given that the sale price of the shirt is 30 % sign greater than the store’s cost for the shirt. Let x represent the store’s cost for the shirt. It follows that 2.34 = (1 + (30) / (100)) x, or 2.34 = 1.3 x. Dividing both sides of this equation by 1.3 yields x = 1.80. Therefore, the store’s cost, in dollars, for the shirt is 1.80. Note that 1.8 and 9/5 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "0ea56bb2",
+ type: "mcq",
+ questionHtml:
+ "The manager of an online news service received the report above on the number of subscriptions sold by the service. The manager estimated that the percent increase from 2012 to 2013 would be double the percent increase from 2013 to 2014. How many subscriptions did the manager expect would be sold in 2014?",
+ choices: [
+ { label: "A", text: "6,020" },
+ { label: "B", text: "6,027" },
+ { label: "C", text: "6,440" },
+ { label: "D", text: "6,468" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The percent increase from 2012 to 2013 was the fraction with numerator 5, 880 − 5, 600, and denominator 5, 600 = 0 . 0 5, or 5%. Since the percent increase from 2012 to 2013 was estimated to be double the percent increase from 2013 to 2014, the percent increase from 2013 to 2014 was expected to be 2.5%.
Therefore, the number of subscriptions sold in 2014 is expected to be the number of subscriptions sold in 2013 multiplied by 1 + 0 . 0 2 5, or 5, 880 · 1 . 0 2 5 = 6, 027.Choice A is incorrect and is the result of adding half of the value of the increase from 2012 to 2013 to the 2013 result. Choice C is incorrect and is the result adding twice the value of the increase from 2012 to 2013 to the 2013 result. Choice D is incorrect and is the result of interpreting the percent increase from 2013 to 2014 as double the percent increase from 2012 to 2013.",
+ hasFigure: false,
+ },
+ {
+ id: "20845d36",
+ type: "spr",
+ questionHtml:
+ "The number a is 70 % sign less than the positive number b. The number c is 60 % sign greater than a. The number c is how many times b?",
+ choices: [],
+ correctAnswer: ".48, 12/25",
+ explanation:
+ "The correct answer is .48. It's given that the number a is 70 % sign less than the positive number b. Therefore, a = (1 − (70) / (100)) b, which is equivalent to a = (1 − 0.70) b, or a = 0.30 b. It's also given that the number c is 60 % sign greater than a. Therefore, c = (1 + (60) / (100)) a, which is equivalent to c = (1 + 0.60) a, or c = 1.60 a. Since a = 0.30 b, substituting 0.30 b for a in the equation c = 1.60 a yields c = 1.60 (0.30 b), or c = 0.48 b. Thus, c is 0.48 times b. Note that .48 and 12/25 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "25faa756",
+ type: "spr",
+ questionHtml:
+ "The number a is 60 % sign greater than the positive number b. The number c is 45 % sign less than a. The number c is how many times b?",
+ choices: [],
+ correctAnswer: ".88, 22/25",
+ explanation:
+ "The correct answer is .88. It’s given that the number a is 60 % sign greater than the positive number b. Therefore, a = (1 + (60) / (100)) b, which is equivalent to a = (1 + 0.60) b, or a = 1.60 b. It’s also given that the number c is 45 % sign less than a. Therefore, c = (1 − (45) / (100)) a, which is equivalent to c = (1 − 0.45) a, or c = 0.55 a. Since a = 1.60 b, substituting 1.60 b for a in the equation c = 0.55 a yields c = 0.55 (1.60 b), or c = 0.88 b. Thus, the number c is 0.88 times the number b. Note that .88 and 22/25 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "2e92cc21",
+ type: "spr",
+ questionHtml:
+ "The number a is 110 % sign greater than the number b. The number b is 90 % sign less than 47. What is the value of a?",
+ choices: [],
+ correctAnswer: "9.87, 987/100",
+ explanation:
+ "The correct answer is 9.87. It’s given that the number a is 110 % sign greater than the number b. It follows that a = (1 + (110) / (100)) b, or a = 2.1 b. It’s also given that the number b is 90 % sign less than 47. It follows that b = (1 − (90) / (100)) (47), or b = 0.1 (47), which yields b = 4.7. Substituting 4.7 for b in the equation a = 2.1 b yields a = 2.1 (4.7), which is equivalent to a = 9.87. Therefore, the value of a is 9.87.",
+ hasFigure: false,
+ },
+ {
+ id: "34f8cd89",
+ type: "mcq",
+ questionHtml:
+ "37 % sign of the items in a box are green. Of those, 37 % sign are also rectangular. Of the green rectangular items, 42 % sign are also metal. Which of the following is closest to the percentage of the items in the box that are not rectangular green metal items?",
+ choices: [
+ { label: "A", text: "1.16 % sign" },
+ { label: "B", text: "57.50 % sign" },
+ { label: "C", text: "94.25 % sign" },
+ { label: "D", text: "98.84 % sign" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that 37 % sign of the items in a box are green. Let x represent the total number of items in the box. It follows that (37) / (100) x, or 0.37 x, items in the box are green. It's also given that of those, 37 % sign are also rectangular. Therefore, (37) / (100) (0.37 x), or 0.1369 x, items in the box are green rectangular items. It's also given that of the green rectangular items, 42 % sign are also metal. Therefore, (42) / (100) (0.1369 x), or 0.057498 x, items in the box are rectangular green metal items. The number of the items in the box that are not rectangular green metal items is the total number of items in the box minus the number of rectangular green metal items in the box. Therefore, the number of items in the box that are not rectangular green metal items is x − 0.057498 x, or 0.942502 x. The percentage of items in the box that are not rectangular green metal items is the percentage that 0.942502 x is of x. If p % sign represents this percentage, the value of p is 100 ((0.942502 x) / (x)), or 94.2502. Of the given choices, 94.25 % sign is closest to the percentage of items in the box that are not rectangular green metal items.
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: "3d73a58b",
+ type: "spr",
+ questionHtml:
+ "A gift shop buys souvenirs at a wholesale price of 7.00 dollars each and resells them each at a retail price that is 290 % sign of the wholesale price. At the end of the season, any remaining souvenirs are marked at a discounted price that is 80 % sign off the retail price. What is the discounted price of each remaining souvenir, in dollars?",
+ choices: [],
+ correctAnswer: "203/50, 4.06",
+ explanation:
+ "The correct answer is 4.06. It's given that the retail price is 290 % sign of the wholesale price of dollar sign 7.00. Thus, the retail price is dollar sign 7.00 ((290) / (100)), which is equivalent to dollar sign 7.00 (2.9), or dollar sign 20.30. It's also given that the discounted price is 80 % sign off the retail price. Thus, the discounted price is dollar sign 20.30 (1 − (80) / (100)), which is equivalent to dollar sign 20.30 (0.20), or dollar sign 4.06.",
+ hasFigure: false,
+ },
+ {
+ id: "40e7a1a9",
+ type: "spr",
+ questionHtml:
+ "210 is p % sign greater than 30. What is the value of p?",
+ choices: [],
+ correctAnswer: "600",
+ explanation:
+ "The correct answer is 600. It’s given that 210 is p % sign greater than 30. It follows that 210 = (1 + (p) / (100)) (30). Dividing both sides of this equation by 30 yields 7 = 1 + (p) / (100). Subtracting 1 from both sides of this equation yields 6 = (p) / (100). Multiplying both sides of this equation by 100 yields p = 600. Therefore, the value of p is 600.",
+ hasFigure: false,
+ },
+ {
+ id: "55818046",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is closest to the difference between the percentage of adults aged 18–50 years who responded “warm” and the percentage of adults aged 51 years or greater who responded “warm”?",
+ choices: [
+ { label: "A", text: "4%" },
+ { label: "B", text: "5%" },
+ { label: "C", text: "10%" },
+ { label: "D", text: "18%" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The percentage of adults aged 18–50 who responded “warm” is the fraction with numerator 295 + 246, and denominator 508 + 410, end fraction = the fraction 541 over 918, or about 58.9%. The percentage of adults aged 51 years or greater who responded “warm” is the fraction with numerator 238 + 137, and denominator 403 + 279, end fraction = the fraction 375 over 682, or about 55.0%. The difference between 58.9% and 55.0% is 3.9%. Of the answer choices, 4% is closest to this number.Choices B, C, and D are incorrect and may result from calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "65c49824",
+ type: "spr",
+ questionHtml:
+ "A school district is forming a committee to discuss plans for the construction of a new high school. Of those invited to join the committee, 15% are parents of students, 45% are teachers from the current high school, 25% are school and district administrators, and the remaining 6 individuals are students. How many more teachers were invited to join the committee than school and district administrators?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 8. The 6 students represent (100 − 15 − 45 − 25, ), % = 15 % of those invited to join the committee. If x people were invited to join the committee, then 0 . 1 5 x = 6. Thus, there were 6 over, 0 . 1 5 = 40 people invited to join the committee. It follows that there were 0 . 4 5 · 40 = 18 teachers and 0 . 2 5 · 40 = 10 school and district administrators invited to join the committee. Therefore, there were 8 more teachers than school and district administrators invited to join the committee.",
+ hasFigure: false,
+ },
+ {
+ id: "67c0200a",
+ type: "spr",
+ questionHtml:
+ "The number a is 70 % sign less than the positive number b. The number c is 80 % sign greater than a. The number c is how many times b?",
+ choices: [],
+ correctAnswer: ".54, 27/50",
+ explanation:
+ "The correct answer is .54. It's given that the number a is 70 % sign less than the positive number b. Therefore, a = (1 − (70) / (100)) b, which is equivalent to a = (1 − 0.70) b, or a = 0.30 b. It's also given that the number c is 80 % sign greater than a. Therefore, c = (1 + (80) / (100)) a, which is equivalent to c = (1 + 0.80) a, or c = 1.80 a. Since a = 0.30 b, substituting 0.30 b for a in the equation c = 1.80 a yields c = 1.80 (0.30 b), or c = 0.54 b. Thus, c is 0.54 times b. Note that .54 and 27/50 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "8213b1b3",
+ type: "spr",
+ questionHtml:
+ "According to a set of standards, a certain type of substance can contain a maximum of 0.001 % sign phosphorus by mass. If a sample of this substance has a mass of 140 grams, what is the maximum mass, in grams, of phosphorus the sample can contain to meet these standards?",
+ choices: [],
+ correctAnswer: ".0014",
+ explanation:
+ "The correct answer is .0014. It's given that a certain type of substance can contain a maximum of 0.001 % sign phosphorus by mass to meet a set of standards. If a sample of the substance has a mass of 140 grams, it follows that the maximum mass, in grams, of phosphorus the sample can contain to meet the standards is 0.001 % sign of 140, or (0.001) / (100) (140), which is equivalent to (0.00001) (140), or 0.0014. Note that .0014 and 0.001 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "8c5dbd3e",
+ type: "spr",
+ questionHtml:
+ "The number w is 110 % sign greater than the number z. The number z is 55 % sign less than 50. What is the value of w?",
+ choices: [],
+ correctAnswer: "189/4, 47.25",
+ explanation:
+ "The correct answer is 47.25. It’s given that the number w is 110 % sign greater than the number z. It follows that w = (1 + (110) / (100)) z, or w = 2.1 z. It’s also given that the number z is 55 % sign less than 50. It follows that z = (1 − (55) / (100)) (50), or z = 0.45 (50), which yields z = 22.5. Substituting 22.5 for z in the equation w = 2.1 z yields w = 2.1 (22.5), which is equivalent to w = 47.25. Therefore, the value of w is 47.25. Note that 47.25 and 189/4 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "954943a4",
+ type: "mcq",
+ questionHtml:
+ "Jennifer bought a box of Crunchy Grain cereal. The nutrition facts on the box state that a serving size of the cereal is three fourths cup and provides 210 calories, 50 of which are calories from fat. In addition, each serving of the cereal provides 180 milligrams of potassium, which is 5% of the daily allowance for adults. If p percent of an adult’s daily allowance of potassium is provided by x servings of Crunchy Grain cereal per day, which of the following expresses p in terms of x ?",
+ choices: [
+ { label: "A", text: "p = 0 . 5 x" },
+ { label: "B", text: "p = 5 x" },
+ { label: "C", text: "p = (0 . 0 5, ), to the x power" },
+ { label: "D", text: "p = (1 . 0 5, ), to the x power" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that each serving of Crunchy Grain cereal provides 5% of an adult’s daily allowance of potassium, so x servings would provide x times 5%. The percentage of an adult’s daily allowance of potassium, p, is 5 times the number of servings, x. Therefore, the percentage of an adult’s daily allowance of potassium can be expressed as p = 5 x.Choices A, C, and D are incorrect and may result from incorrectly converting 5% to its decimal equivalent, which isn’t necessary since p is expressed as a percentage. Additionally, choices C and D are incorrect because the context should be represented by a linear relationship, not by an exponential relationship.",
+ hasFigure: false,
+ },
+ {
+ id: "ad911622",
+ type: "mcq",
+ questionHtml:
+ "The value of a collectible comic book increased by 167 % sign from the end of 2011 to the end of 2012 and then decreased by 16 % sign from the end of 2012 to the end of 2013. What was the net percentage increase in the value of the collectible comic book from the end of 2011 to the end of 2013?",
+ choices: [
+ { label: "A", text: "124.28 % sign" },
+ { label: "B", text: "140.28 % sign" },
+ { label: "C", text: "151.00 % sign" },
+ { label: "D", text: "209.72 % sign" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the value of the comic book increased by 167 % sign from the end of 2011 to the end of 2012. Therefore, if the value of the comic book at the end of 2011 was x dollars, then the value, in dollars, of the comic book at the end of 2012 was x + ((167) / (100)) x, which can be rewritten as 1 x + 1.67 x, or 2.67 x. It’s also given that the value of the comic book decreased by 16 % sign from the end of 2012 to the end of 2013. Therefore, the value, in dollars, of the comic book at the end of 2013 was 2.67 x − 2.67 x ((16) / (100)), which can be rewritten as 2.67 x − (2.67 x) (0.16), or 2.2428 x. Thus, if the value of the comic book at the end of 2011 was x dollars, and the value of the comic book at the end of 2013 was 2.2428 x dollars, then from the end of 2011 to the end of 2013, the value of the comic book increased by 2.2428 x − 1 x, or 1.2428 x, dollars. Therefore, the increase in the value of the comic book from the end of 2011 to the end of 2013 is equal to 1.2428 times the value of the comic book at the end of 2011. It follows that from the end of 2011 to the end of 2013, the net percentage increase in the value of the comic book was (1.2428) (100) % sign, or 124.28 % sign.
Choice B is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the difference between the net percentage increase in the value of the comic book from the end of 2011 to the end of 2012 and the net percentage decrease in the value of the comic book from the end of 2012 to the end of 2013, not the net percentage increase in the value of the comic book from the end of 2011 to the end of 2013.
Choice D is incorrect. This is the net percentage increase in the value of the comic book from the end of 2011 to the end of 2013, if the value of the comic book increased by 167 % sign from the end of 2011 to the end of 2012 and then increased, not decreased, by 16 % sign from the end of 2012 to the end of 2013.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/probability.ts b/src/data/math/probability.ts
new file mode 100644
index 0000000..951e609
--- /dev/null
+++ b/src/data/math/probability.ts
@@ -0,0 +1,548 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const PROBABILITY_EASY: PracticeQuestion[] = [
+ {
+ id: "12dbe3de",
+ type: "mcq",
+ questionHtml:
+ "A store received a shipment of 1,000 MP3 players, 4 of which were defective. If an MP3 player is randomly selected from this shipment, what is the probability that it is defective?",
+ choices: [
+ { label: "A", text: "0.004" },
+ { label: "B", text: "0.04" },
+ { label: "C", text: "0.4" },
+ { label: "D", text: "4" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The probability of randomly selecting a defective MP3 player from the shipment is equal to the number of defective MP3 players divided by the total number of MP3 players in the shipment. Therefore, the probability is 4 over 1, 000, which is equivalent to 0.004.Choice B is incorrect because 0.04 represents 4 defective MP3 players out of 100 rather than out of 1,000. Choice C is incorrect because 0.4 represents 4 defective MP3 players out of 10 rather than out of 1,000. Choice D is incorrect. This is the number of defective MP3 players in the shipment.",
+ hasFigure: false,
+ },
+ {
+ id: "1353b86e",
+ type: "mcq",
+ questionHtml:
+ "The table shows the number of different colors of marbles in a bag. If a marble is chosen at random from the bag, what is the probability that the marble will be blue?",
+ choices: [
+ { label: "A", text: "30 over 40" },
+ { label: "B", text: "22 over 40" },
+ { label: "C", text: "18 over 40" },
+ { label: "D", text: "10 over 40" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. If a marble is chosen at random from the bag, the probability of choosing a marble of a certain color is the number of marbles of that color divided by the total number of marbles in the bag. Since there are 10 blue marbles in the bag, and there are 40 total marbles in the bag, the probability that the marble chosen will be blue is 10 over 40.Choices A, B, and C are incorrect. These represent the probability that the marble chosen won’t be blue (choice A), will be green (choice B), and won’t be green (choice C).",
+ hasFigure: false,
+ },
+ {
+ id: "16cea46c",
+ type: "mcq",
+ questionHtml:
+ "A total of 25 men registered for singing lessons. The frequency table shows how many of these singers have certain voice types. If one of these singers is selected at random, what is the probability he is a baritone?",
+ choices: [
+ { label: "A", text: "0.10" },
+ { label: "B", text: "0.40" },
+ { label: "C", text: "0.60" },
+ { label: "D", text: "0.67" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. This probability is calculated by dividing the number of baritone singers by the total number of men registered for singing lessons. It’s given that a total of 25 men registered for singing lessons and that there are 10 baritones. Therefore, the probability of selecting a baritone from this group at random is 10 over 25, which is equivalent to 0.40.Choice A is incorrect. This would be the probability of selecting a baritone at random if there were 100 total men who registered for singing lessons. Choice C is incorrect. This is the probability of selecting a singer at random who isn’t a baritone. Choice D is incorrect. This would be the probability of selecting a baritone at random if there were 15 total men registered for singing lessons.",
+ hasFigure: false,
+ },
+ {
+ id: "1dcea480",
+ type: "mcq",
+ questionHtml:
+ "A bag contains a total of 60 marbles. A marble is to be chosen at random from the bag. If the probability that a blue marble will be chosen is 0.35, how many marbles in the bag are blue?",
+ choices: [
+ { label: "A", text: "21" },
+ { label: "B", text: "25" },
+ { label: "C", text: "35" },
+ { label: "D", text: "39" },
+ ],
+ correctAnswer: "",
+ explanation:
+ "Choice A is correct. Multiplying the number of marbles in the bag by the probability of selecting a blue marble gives the number of blue marbles in the bag. Since the bag contains a total of 60 marbles and the probability that a blue marble will be selected from the bag is 0.35, there are a total of 0 . 3 5 · 60 = 21 blue marbles in the bag.Choice B is incorrect and may result from subtracting 35 from 60. Choice C is incorrect. This would be the number of blue marbles in the bag if there were a total of 100 marbles, not 60 marbles. Choice D is incorrect. This is the number of marbles in the bag that aren’t blue.",
+ hasFigure: false,
+ },
+ {
+ id: "2a08d878",
+ type: "mcq",
+ questionHtml:
+ "There are n nonfiction books and 12 fiction books on a bookshelf. If one of these books is selected at random, what is the probability of selecting a nonfiction book, in terms of n ?",
+ choices: [
+ { label: "A", text: "the fraction n over 12" },
+ {
+ label: "B",
+ text: "the fraction n over n + 12, end fraction",
+ },
+ { label: "C", text: "the fraction 12 over n" },
+ {
+ label: "D",
+ text: "the fraction 12 over n + 12, end fraction",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since there are n nonfiction and 12 fiction books on the bookshelf, n + 12 represents the total number of books. If one of these books is selected at random, the probability of selecting a nonfiction book is equivalent to the number of nonfiction books divided by the total number of books. Therefore, the probability of selecting a nonfiction book, in terms of n, is the fraction with numerator n, and denominator n + 12, end fraction.Choice A is incorrect. This expression represents the number of nonfiction books divided by the number of fiction books. Choice C is incorrect. This expression represents the number of fiction books divided by the number of nonfiction books. Choice D is incorrect. This expression represents the probability of selecting a fiction book.",
+ hasFigure: false,
+ },
+ {
+ id: "46545dd6",
+ type: "mcq",
+ questionHtml:
+ "The table above shows the number of students from two different high schools who completed summer internships in each of five years. No student attended both schools. Of the students who completed a summer internship in 2010, which of the following represents the fraction of students who were from Valley High School?",
+ choices: [
+ { label: "A", text: "10 over 140" },
+ { label: "B", text: "65 over 140" },
+ { label: "C", text: "75 over 140" },
+ { label: "D", text: "65 over 75" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. According to the table, 140 students from the two high schools completed summer internships in 2010. Of these, 65 were from Valley High School. Therefore, of the students who completed summer internships in 2010, the fraction 65 over 140 represents the fraction who were from Valley High School.Choice A is incorrect. This is the difference between the numbers of students from the two high schools who completed internships in 2010 divided by the total number of students from the two schools who completed internships that year. Choice C is incorrect. This is the fraction of students from Foothill High School who completed internships out of all the students who completed internships in 2010. Choice D is incorrect. This is the number of students from Valley High School who completed internships in 2010 divided by the number of students from Foothill High School who completed internships in 2010.",
+ hasFigure: false,
+ },
+ {
+ id: "47624288",
+ type: "mcq",
+ questionHtml:
+ "The table gives the distribution of votes for a new school mascot and grade level for 80 students.
Mascot
Grade level
Sixth
Seventh
Eighth
Total
Badger
4
9
9
22
Lion
9
2
9
20
Longhorn
4
6
4
14
Tiger
6
9
9
24
Total
23
26
31
80
If one of these students is selected at random, what is the probability of selecting a student whose vote for new mascot was for a lion?",
+ choices: [
+ { label: "A", text: "one ninth" },
+ { label: "B", text: "one fifth" },
+ { label: "C", text: "one fourth" },
+ { label: "D", text: "two thirds" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. If one of these students is selected at random, the probability of selecting a student whose vote for the new mascot was for a lion is given by the number of votes for a lion divided by the total number of votes. The given table indicates that the number of votes for a lion is 20 votes, and the total number of votes is 80 votes. The table gives the distribution of votes for 80 students, and the table shows a total of 80 votes were counted. It follows that each of the 80 students voted exactly once. Thus, the probability of selecting a student whose vote for the new mascot was for a lion is (20) / (80), or one fourth.
Choice A is incorrect and may result from conceptual or computational errors.
Choice B is incorrect and may result from conceptual or computational errors.
Choice D is incorrect and may result from conceptual or computational errors.",
+ hasFigure: false,
+ },
+ {
+ id: "4e527894",
+ type: "mcq",
+ questionHtml:
+ "There are 20 buttons in a bag: 8 white buttons, 2 orange buttons, and 10 brown buttons. If one of these buttons is selected at random, what is the probability of selecting a white button?",
+ choices: [
+ { label: "A", text: "two twentieths" },
+ { label: "B", text: "eight twentieths" },
+ { label: "C", text: "(10) / (20)" },
+ { label: "D", text: "(12) / (20)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that there are 20 buttons in a bag and 8 of the buttons are white. If one button from the bag is selected at random, the probability of selecting a white button is the number of white buttons in the bag divided by the total number of buttons in the bag. Therefore, if one button from the bag is selected at random, the probability of selecting a white button is eight twentieths.
Choice A is incorrect. This is the probability of selecting an orange button from the bag.
Choice C is incorrect. This is the probability of selecting a brown button from the bag.
Choice D is incorrect. This is the probability of selecting a button that isn't white from the bag.",
+ hasFigure: false,
+ },
+ {
+ id: "60caadfd",
+ type: "mcq",
+ questionHtml:
+ "Each rock in a collection of 70 rocks was classified as either igneous, metamorphic, or sedimentary, as shown in the frequency table.
Classification
Frequency
igneous
10
metamorphic
33
sedimentary
27
If one of these rocks is selected at random, what is the probability of selecting a rock that is igneous?",
+ choices: [
+ { label: "A", text: "(10) / (27)" },
+ { label: "B", text: "(10) / (33)" },
+ { label: "C", text: "(10) / (60)" },
+ { label: "D", text: "(10) / (70)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. If one of the rocks in the collection is selected at random, the probability of selecting a rock that is igneous is equal to the number of igneous rocks in the collection divided by the total number of rocks in the collection. According to the table, there are 10 igneous rocks in the collection, and it's given that there's a total of 70 rocks in the collection. Therefore, if one of the rocks in the collection is selected at random, the probability of selecting a rock that is igneous is (10) / (70).
Choice A is incorrect. This is the number of igneous rocks in the collection divided by the number of sedimentary rocks in the collection, not divided by the total number of rocks in the collection.
Choice B is incorrect. This is the number of igneous rocks in the collection divided by the number of metamorphic rocks in the collection, not divided by the total number of rocks in the collection.
Choice C is incorrect. This is the number of igneous rocks in the collection divided by the number of rocks in the collection that aren't igneous, not divided by the total number of rocks in the collection.",
+ hasFigure: false,
+ },
+ {
+ id: "79201024",
+ type: "mcq",
+ questionHtml:
+ "A band with 45 members has 11 members who play saxophone. If one band member is selected at random, what is the probability of selecting a band member who plays saxophone?",
+ choices: [
+ { label: "A", text: "one forty fifth" },
+ { label: "B", text: "(11) / (45)" },
+ { label: "C", text: "(34) / (45)" },
+ { label: "D", text: "(45) / (45)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The probability of an event occurring is the ratio of the number of favorable outcomes to the total number of possible outcomes. It’s given that there are 45 band members, which is the total number of possible outcomes. It's also given that there are 11 band members who play saxophone. Therefore, the number of favorable outcomes is 11. Thus, the probability of selecting a band member who plays saxophone is (11) / (45).
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the probability of selecting a band member who does not play saxophone.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "b680e76d",
+ type: "mcq",
+ questionHtml:
+ "How many of the males surveyed responded that they do not play a school sport?",
+ choices: [
+ { label: "A", text: "109" },
+ { label: "B", text: "252" },
+ { label: "C", text: "468" },
+ { label: "D", text: "688" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The table summarizes all 1,000 responses from the students surveyed. If 312 are males who play a sport, 220 are females who play a sport, and 216 are females who do not play a sport, then 1,000 – 312 – 220 – 216 = 252 males who do not play a sport.Choices A, C, and D are incorrect. If 109 males who do not play a sport responded, then the table summary would be 109 + 312 + 220 + 216 = 857 total student responses rather than 1,000. If 468 males who do not play a sport responded, then the table summary would be 468 + 312 + 220 + 216 = 1,216 total student responses rather than 1,000. If 688 males who do not play a sport responded, then the table summary would be 688 + 312 + 220 + 216 = 1,436 total student responses rather than 1,000.",
+ hasFigure: true,
+ figureUrl: "/practice-images/b680e76d_img1.png",
+ },
+ {
+ id: "b8150b17",
+ type: "mcq",
+ questionHtml:
+ "For a particular machine that produces beads, 29 out of every 100 beads it produces have a defect. A bead produced by the machine will be selected at random. What is the probability of selecting a bead that has a defect?",
+ choices: [
+ { label: "A", text: "(1) / (2, 900)" },
+ { label: "B", text: "one twenty ninth" },
+ { label: "C", text: "(29) / (100)" },
+ { label: "D", text: "(29) / (10)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that 29 out of every 100 beads that the machine produces have a defect. It follows that if the machine produces k beads, then the number of beads that have a defect is (29) / (100) k, for some constant k. If a bead produced by the machine will be selected at random, the probability of selecting a bead that has a defect is given by the number of beads with a defect, (29) / (100) k, divided by the number of beads produced by the machine, k. Therefore, the probability of selecting a bead that has a defect is Start(StartFraction 29) / (100) k OverOver k EndEndFraction, or (29) / (100).
Choice A is incorrect and may result from conceptual or computational errors.
Choice B is incorrect and may result from conceptual or computational errors.
Choice D is incorrect and may result from conceptual or computational errors.",
+ hasFigure: false,
+ },
+ {
+ id: "d89c1513",
+ type: "mcq",
+ questionHtml:
+ "Customer Purchases at a Gas Station
Beverage purchased
Beverage not purchased
Total
Gasoline purchased
60
25
85
Gasoline not purchased
35
15
50
Total
90
40
135
On Tuesday, a local gas station had 135 customers. The table above summarizes whether or not the customers on Tuesday purchased gasoline, a beverage, both, or neither. Based on the data in the table, what is the probability that a gas station customer selected at random on that day did not purchase gasoline?",
+ choices: [
+ { label: "A", text: "15 over 50" },
+ { label: "B", text: "15 over 40" },
+ { label: "C", text: "35 over 50" },
+ { label: "D", text: "50 over 135" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The total number of gas station customers on Tuesday was 135. The table shows that the number of customers who did not purchase gasoline was 50. Finding the ratio of the number of customers who did not purchase gasoline to the total number of customers gives the probability that a customer selected at random on that day did not purchase gasoline, which is 50 over 135.Choice A is incorrect and may result from finding the probability that a customer did not purchase a beverage, given that the customer did not purchase gasoline. Choice B is incorrect and may result from finding the probability that a customer did not purchase gasoline, given that the customer did not purchase a beverage. Choice C is incorrect and may result from finding the probability that a customer did purchase a beverage, given that the customer did not purchase gasoline.",
+ hasFigure: false,
+ },
+ {
+ id: "e5b5fbdd",
+ type: "mcq",
+ questionHtml:
+ "Of the 8 planets in our solar system, 4 are considered rocky. If a student randomly selects 1 of those 8 planets as a topic for a report, what is the probability that the selected planet will be rocky?",
+ choices: [
+ { label: "A", text: "one eighth" },
+ { label: "B", text: "one fourth" },
+ { label: "C", text: "one half" },
+ { label: "D", text: "2" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. If one of these planets is selected at random, the probability that the selected planet will be rocky is calculated by dividing the number of planets that are considered rocky by the total number of planets. It’s given that 4 of the 8 total planets are considered rocky. Therefore, the probability that the selected planet will be rocky is four eighths, which is equivalent to one half.Choices A and B are incorrect. These represent the probability if 1 of the 8 planets was considered rocky (choice A) and if 2 of the 8 planets were considered rocky (choice B). Choice D is incorrect and may result from dividing the total number of planets by the number of planets that are considered rocky.",
+ hasFigure: false,
+ },
+ {
+ id: "ec7b0eb8",
+ type: "mcq",
+ questionHtml:
+ "In a study of cell phone use, 799 randomly selected US teens were asked how often they talked on a cell phone and about their texting behavior. The data are summarized in the table above. If one of the 799 teens surveyed is selected at random, what is the probability that the teen talks on a cell phone daily?",
+ choices: [
+ { label: "A", text: "1 over 799" },
+ { label: "B", text: "415 over 799" },
+ { label: "C", text: "384 over 415" },
+ { label: "D", text: "384 over 799" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. If one of the teens surveyed is selected at random, the probability that the teen talks on a cell phone daily is equal to the quotient of the total number of teens who reported that they talk on a cell phone daily, 415, and the total number of teens surveyed, 799. Therefore, this probability is equal to 415 over 799.Choice A is incorrect. This fraction represents the probability of selecting at random any one of the 799 teens surveyed. Choice C is incorrect and may result from conceptual errors. Choice D is incorrect. This fraction represents the probability of selecting at random one of the 799 teens surveyed who doesn’t talk on a cell phone daily.",
+ hasFigure: false,
+ },
+ {
+ id: "eccbf957",
+ type: "mcq",
+ questionHtml:
+ "Each face of a fair 14-sided die is labeled with a number from 1 through 14, with a different number appearing on each face. If the die is rolled one time, what is the probability of rolling a 2?",
+ choices: [
+ { label: "A", text: "one fourteenth" },
+ { label: "B", text: "two fourteenths" },
+ { label: "C", text: "(12) / (14)" },
+ { label: "D", text: "(13) / (14)" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The total number of possible outcomes for rolling a fair 14-sided die is 14. The number of possible outcomes for rolling a 2 is 1. The probability of rolling a 2 is the number of possible outcomes for rolling a 2 divided by the total number of possible outcomes, or one fourteenth.
Choice B is incorrect. This is the probability of rolling a number no greater than 2.
Choice C is incorrect. This is the probability of rolling a number greater than 2.
Choice D is incorrect. This is the probability of rolling a number other than 2.",
+ hasFigure: false,
+ },
+];
+
+export const PROBABILITY_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "0301c5dc",
+ type: "mcq",
+ questionHtml:
+ "If one of these state parks is selected at random, what is the probability that it has camping facilities but does not have bicycle paths?",
+ choices: [
+ { label: "A", text: "5 over 37" },
+ { label: "B", text: "5 over 25" },
+ { label: "C", text: "8 over 28" },
+ { label: "D", text: "5 over 9" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The total number of state parks in the state is 20 + 5 + 8 + 4 = 37. According to the table, 5 of these have camping facilities but not bicycle paths. Therefore, if a state park is selected at random, the probability that it has camping facilities but not bicycle paths is 5 over 37.Choice B is incorrect. This is the probability that a state park selected at random from the state parks with camping facilities does not have bicycle paths. Choice C is incorrect. This is the probability that a state park selected at random from the state parks with bicycle paths does not have camping facilities. Choice D is incorrect. This is the probability that a state park selected at random from the state parks without bicycle paths does have camping facilities.",
+ hasFigure: false,
+ },
+ {
+ id: "0ae37ff3",
+ type: "mcq",
+ questionHtml:
+ "In a bag, there are 7 red, 4 white, 33 blue, and 33 yellow cubes. If one of these cubes is selected at random, what is the probability of selecting a cube that is neither blue nor yellow?",
+ choices: [
+ { label: "A", text: "six sevenths" },
+ { label: "B", text: "seven elevenths" },
+ { label: "C", text: "one third" },
+ { label: "D", text: "one seventh" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that there are 7 red, 4 white, 33 blue, and 33 yellow cubes in the bag. Therefore, there are a total of 7 + 4 + 33 + 33, or 77, cubes in the bag. If the cube is neither blue nor yellow, then it must be either red or white. Therefore, the probability of selecting a cube that is neither blue nor yellow is equivalent to the probability of selecting a cube that is either red or white. If one of these cubes is selected at random, the probability of selecting a cube that is either red or white is equal to the sum of the number of red cubes and white cubes divided by the total number of cubes in the bag. There are 7 red cubes, 4 white cubes, and 77 total cubes in the bag. Therefore, the probability of selecting a red or white cube is (7 + 4) / (77), which is equivalent to (11) / (77), or one seventh. Thus, if one cube is selected at random, the probability of selecting a cube that is neither blue nor yellow is one seventh.
Choice A is incorrect. This is the probability of selecting a cube that is either blue or yellow, rather than the probability of selecting a cube that is neither blue nor yellow.
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: "2df8f293",
+ type: "spr",
+ questionHtml:
+ "Each vertex of a 14-sided polygon is labeled with one of the 14 letters A through N, with a different letter at each vertex. If one vertex is selected at random, what is the probability that the letter D will be at the selected vertex? (Express your answer as a decimal or fraction, not as a percent.)",
+ choices: [],
+ correctAnswer: ".0714, 1/14",
+ explanation:
+ "The correct answer is one fourteenth. If one vertex of the polygon is selected at random, the probability that the letter D will be at the selected vertex is equal to the number of vertices labeled with the letter D divided by the total number of vertices. It's given that each vertex is labeled with one of the 14 letters A through N, with a different letter at each vertex. It follows that there is 1 vertex labeled with the letter D. It's also given that the polygon is 14-sided. It follows that there are a total of 14 vertices. Thus, the probability that the letter D will be at the selected vertex is one fourteenth. Note that 1/14, .0714, and 0.071 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "30db8f77",
+ type: "spr",
+ questionHtml:
+ "At a conference, there are a total of 275 attendees. Each attendee is assigned to either group A, group B, or group C. If one of these attendees is selected at random, the probability of selecting an attendee who is assigned to group A is 0.44 and the probability of selecting an attendee who is assigned to group B is 0.24. How many attendees are assigned to group C?",
+ choices: [],
+ correctAnswer: "88",
+ explanation:
+ "The correct answer is 88. It's given that there are a total of 275 attendees and each attendee is assigned to either group A, group B, or group C. It's also given that if one of these attendees is selected at random, the probability of selecting an attendee who is assigned to group A is 0.44 and the probability of selecting an attendee who is assigned to group B is 0.24. It follows that there are 0.44 (275), or 121, attendees who are assigned to group A and 0.24 (275), or 66, attendees who are assigned to group B. The number of attendees who are assigned to group C is the number of attendees who are not assigned to group A or group B. In other words, the number of attendees who are assigned to group C is the total number of attendees minus the number of attendees who are assigned to group A and group B. Therefore, the number of attendees who are assigned to group C is 275 − 121 − 66, or 88.",
+ hasFigure: false,
+ },
+ {
+ id: "38a9ac45",
+ type: "mcq",
+ questionHtml:
+ "If 1,200 customers register for new accounts at a social media website every day, what fraction of the first 60,000 new accounts are registered in the first 5 days?",
+ choices: [
+ { label: "A", text: "one fifth" },
+ { label: "B", text: "one tenth" },
+ { label: "C", text: "one twelfth" },
+ { label: "D", text: "1 over 50" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. If 1,200 customers register for new accounts every day, then (1,200)(5) = 6,000 customers registered for new accounts in the first 5 days. Therefore, of the first 60,000 new accounts that were registered, the fraction 6, 000 over 60, 000, or the fraction 1 over 10, were registered in the first 5 days.Choice A is incorrect. The fraction one fifth represents the fraction of accounts registered in 1 of the first 5 days. Choice C is incorrect and may result from conceptual or computation errors. Choice D is incorrect. The fraction 1 over 50 represents the fraction of the first 60,000 accounts that were registered in 1 day.",
+ hasFigure: false,
+ },
+ {
+ id: "46b2e169",
+ type: "spr",
+ questionHtml:
+ "A box contains 13 red pens and 37 blue pens. If one of these pens is selected at random, what is the probability of selecting a red pen? (Express your answer as a decimal or fraction, not as a percent.)",
+ choices: [],
+ correctAnswer: ".26, 13/50",
+ explanation:
+ "The correct answer is (13) / (50). It's given that a box contains 13 red pens and 37 blue pens. If one of these pens is selected at random, the probability of selecting a red pen is the number of red pens in the box divided by the number of red and blue pens in the box. The number of red and blue pens in the box is 13 + 37, or 50. Since there are 13 red pens in the box, it follows that the probability of selecting a red pen is (13) / (50). Note that 13/50 and .26 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "912cd125",
+ type: "mcq",
+ questionHtml:
+ "If one of the days on which there was no rain is selected at random, what is the probability the day was a weekend day?",
+ choices: [
+ { label: "A", text: "the fraction 4 over 21" },
+ { label: "B", text: "the fraction 1 over 4" },
+ { label: "C", text: "the fraction 2 over 3" },
+ { label: "D", text: "the fraction 3 over 4" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. There were 64 days with no rain. It was a weekend day for 16 of those 64 days. So 16 out of 64 of the days with no rain were weekend days. Because the day is selected at random, each day has an equal chance of being selected, so the probability is the fraction 16 over 64 = the fraction 1 over 4.
Choice A is incorrect. It is the probability that a day selected at random from any one of the days during the 12 weeks is a weekend day with no rain. Choice C is incorrect. It is the probability that a day selected at random from the weekend days has no rain. Choice D is incorrect. It is the probability that a day selected at random from the days with no rain is a weekday.",
+ hasFigure: false,
+ },
+ {
+ id: "a3384df0",
+ type: "mcq",
+ questionHtml:
+ "The number of penguins in a zoo exhibit, sorted by gender and type of penguin, is shown in the table above. Which type of penguin has a female population that is the closest to being one-third of the total female penguin population in the exhibit?",
+ choices: [
+ { label: "A", text: "Chinstrap" },
+ { label: "B", text: "Emperor" },
+ { label: "C", text: "Gentoo" },
+ { label: "D", text: "Macaroni" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It is given that there are 180 female penguins in the exhibit. Therefore, one third of the female penguins is one third · 180 = 60 penguins. According to the table, there are 59 female chinstrap penguins, 27 female emperor penguins, 54 female gentoo penguins, and 40 female macaroni penguins. So the female chinstrap penguin population is the closest to 60, or one third of the total female population in the exhibit.Choices B, C, and D are incorrect and may result from reading data from the table incorrectly. Since the total female penguin population is 180, one third of the total female penguin population is 60. The numbers of female emperor (27), female gentoo (54), and female macaroni (40) penguins are not as close to 60 as the number of female chinstrap penguins (59).",
+ hasFigure: false,
+ },
+ {
+ id: "b1b5300b",
+ type: "mcq",
+ questionHtml:
+ "The table above shows information about 14 cars listed for sale on an auto dealership’s website. If one of the cars listed for sale is selected at random, what is the probability that the car selected will be a hybrid car priced at no more than $25,000 ?",
+ choices: [
+ { label: "A", text: "one seventh" },
+ { label: "B", text: "two sevenths" },
+ { label: "C", text: "one third" },
+ { label: "D", text: "four sevenths" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that there are 2 hybrid cars priced at no more than $25,000. It’s also given that there are 14 cars total for sale. Therefore, the probability of selecting a hybrid priced at no more than $25,000 when one car is chosen at random is 2 over 14 = one seventh.Choice B is incorrect. This is the probability of selecting a hybrid car priced greater than $25,000 when choosing one car at random. Choice C is incorrect. This is the probability, when choosing randomly from only the hybrid cars, of selecting one priced at no more than $25,000. Choice D is incorrect. This is the probability of selecting a hybrid car when selecting at random from only the cars priced greater than $25,000.",
+ hasFigure: false,
+ },
+ {
+ id: "b6569d0e",
+ type: "mcq",
+ questionHtml:
+ "The table above gives the number of United States presidents from 1789 to 2015 whose age at the time they first took office is within the interval listed. Of those presidents who were at least 50 years old when they first took office, what fraction were at least 60 years old?",
+ choices: [
+ { label: "A", text: "10 over 43" },
+ { label: "B", text: "10 over 34" },
+ { label: "C", text: "10 over 24" },
+ { label: "D", text: "25 over 34" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The sample space is restricted to the presidents who were at least 50 years old when they first took office. Therefore, the sum of the values in the final four rows of the table, 13 + 11 + 7 + 3 = 34, is the total number of presidents in the sample space. The number of presidents who were at least 60 years old is the sum of the values in the final two rows of the table: 7 + 3 = 10. Thus, the fraction of the 34 presidents who were at least 50 years old when they first took office who were at least 60 years old is 10 over 34.Choice A is incorrect. This is the fraction of all presidents in the table who were at least 60 years old when they first took office. Choice C is incorrect and may result from treating the number of presidents who were between 50 and 59 years old when they first took office, instead of the number of presidents who were at least 50 years old, as the sample space. Choice D is incorrect and may result from a calculation error.",
+ hasFigure: false,
+ },
+ {
+ id: "e1ad3d41",
+ type: "mcq",
+ questionHtml:
+ "The data on the coat color and eye color for 48 Himalayan kittens available for adoption were collected and summarized in the table above. What fraction of the chocolate-colored kittens has deep blue eyes?",
+ choices: [
+ { label: "A", text: "the fraction 12 over 48" },
+ { label: "B", text: "the fraction 12 over 28" },
+ { label: "C", text: "the fraction 16 over 32" },
+ { label: "D", text: "the fraction 12 over 16" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The table shows that there are a total of 16 kittens that have a chocolate-colored coat. Of the 16 with a chocolate-colored coat, 12 have deep blue eyes. Therefore, the fraction of chocolate-colored kittens with deep blue eyes is simply the ratio of those two numbers, or the fraction 12 over 16.Choice A is incorrect; this is the fraction of all chocolate-colored kittens. Choice B is incorrect; this is the fraction of kittens with deep blue eyes that have a chocolate-colored coat. Choice C is incorrect; this is the fraction of cream-tortoiseshell-colored kittens with deep blue eyes.",
+ hasFigure: false,
+ },
+ {
+ id: "e9ed719f",
+ type: "spr",
+ questionHtml:
+ "The table summarizes the distribution of color and shape for 100 tiles of equal area.
Red
Blue
Yellow
Total
Square
10
20
25
55
Pentagon
20
10
15
45
Total
30
30
40
100
If one of these tiles is selected at random, what is the probability of selecting a red tile? (Express your answer as a decimal or fraction, not as a percent.)",
+ choices: [],
+ correctAnswer: ".3, 3/10",
+ explanation:
+ "The correct answer is three tenths. It’s given that there are a total of 100 tiles of equal area, which is the total number of possible outcomes. According to the table, there are a total of 30 red tiles. The probability of an event occurring is the ratio of the number of favorable outcomes to the total number of possible outcomes. By definition, the probability of selecting a red tile is given by (30) / (100), or three tenths. Note that 3/10 and .3 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "f8696cd8",
+ type: "mcq",
+ questionHtml:
+ "The table above shows the number of people who work in the Human Resources and Accounting departments of a company and the highest level of education they have completed. A person from one of these departments is to be chosen at random. If the person chosen works in the Human Resources department, what is the probability that the highest level of education the person completed is a master’s degree?",
+ choices: [
+ { label: "A", text: "the fraction 2 over 15" },
+ { label: "B", text: "one-third" },
+ { label: "C", text: "one-fourth" },
+ { label: "D", text: "the fraction 8 over 15" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. In total, there are 6 people in the Human Resources department. Of those 6, 2 have a master’s degree as their highest level of education. Therefore, the probability of an employee selected at random from the Human Resources department having a master’s degree is two sixths, which simplifies to one third.Choice A is incorrect; it is the probability that an employee selected at random from either department will be in the Human Resources department and have a master’s degree. Choice C is incorrect; it is the probability that an employee with a master’s degree selected at random will be in the Human Resources department. Choice D is incorrect; it is the probability that an employee selected at random from either department will have a master’s degree.",
+ hasFigure: false,
+ },
+];
+
+export const PROBABILITY_HARD: PracticeQuestion[] = [
+ {
+ id: "585de39a",
+ type: "spr",
+ questionHtml:
+ "On May 10, 2015, there were 83 million Internet subscribers in Nigeria. The major Internet providers were MTN, Globacom, Airtel, Etisalat, and Visafone. By September 30, 2015, the number of Internet subscribers in Nigeria had increased to 97 million. If an Internet subscriber in Nigeria on September 30, 2015, is selected at random, the probability that the person selected was an MTN subscriber is 0.43. There were p million MTN subscribers in Nigeria on September 30, 2015. To the nearest integer, what is the value of p ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 42. It’s given that in Nigeria on September 30, 2015, the probability of selecting an MTN subscriber from all Internet subscribers is 0.43, that there were p million, or p of 1, 000, 000, MTN subscribers, and that there were 97 million, or 97,000,000, Internet subscribers. The probability of selecting an MTN subscriber from all Internet subscribers can be found by dividing the number of MTN subscribers by the total number of Internet subscribers. Therefore, the equation the fraction with numerator p of 1, 000, 000, and denominator 97, 000, 000 = 0 . 4 3 can be used to solve for p. Dividing 1,000,000 from the numerator and denominator of the expression on the left-hand side yields the fraction p over 97 = 0 . 4 3. Multiplying both sides of this equation by 97 yields p = 0 . 4 3 · 97, which = 41 . 7 1, which, to the nearest integer, is 42.",
+ hasFigure: false,
+ },
+ {
+ id: "5dc386fb",
+ type: "mcq",
+ questionHtml:
+ "To the nearest tenth of a percent, what percent of states with a state-level sales tax do not have a state-level income tax?",
+ choices: [
+ { label: "A", text: "6.0%" },
+ { label: "B", text: "12.0%" },
+ { label: "C", text: "13.3%" },
+ { label: "D", text: "14.0%" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The sum of the number of states with a state-level sales tax is 39 + 6 = 45. Of these states, 6 don’t have a state-level income tax. Therefore, 6 over 45 = 0 . 1 3 3 3 dot dot dot, or about 13.3%, of states with a state-level sales tax don’t have a state-level income tax.
Choice A is incorrect. This is the number of states that have a state-level sales tax and no state-level income tax. Choice B is incorrect. This is the percent of states that have a state-level sales tax and no state-level income tax. Choice D is incorrect. This is the percent of states that have no state-level income tax.",
+ hasFigure: false,
+ },
+ {
+ id: "6626cac3",
+ type: "spr",
+ questionHtml:
+ "PhoneEmailDinner dance55%80%Football game20%10%Picnic20%5%Pool party5%5%Total100%100%
An alumni association survey asked each high school graduate to select the one activity he or she preferred for the association’s next event. Some of the people responded by phone, and the others responded by email. The table above shows the distribution of preferred activity, in percent, for each response type used. For the survey, the number of email responses was twice the number of phone responses. If a person who preferred a picnic is selected at random, what is the probability that the person responded by email?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is one third. It’s given that the number of email responses is twice the number of phone responses. Therefore, if the number of phone responses is p, then the number of email responses is 2 p. The table shows that 20% of people who responded by phone preferred a picnic. It follows that the expression 0 . 2 0 p represents the number of these people. The table also shows that 5% of the people who responded by email preferred a picnic. The expression 0 . 0 5 · 2 p, or 0 . 1 p, represents the number of these people. Therefore, a total of 0 . 2 0 p + 0 . 1 p, or 0 . 3 p people preferred a picnic. Thus, the probability of selecting at random a person who responded by email from the people who preferred a picnic is the fraction 0 . 1 p over 0 . 3 p, or one third. Note that 1/3, .3333, and 0.333 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "6a715bed",
+ type: "spr",
+ questionHtml:
+ "The table summarizes the distribution of age and assigned group for 90 participants in a study.
0–9 years
10–19 years
20 + years
Total
Group A
7
14
9
30
Group B
6
4
20
30
Group C
17
12
1
30
Total
30
30
30
90
One of these participants will be selected at random. What is the probability of selecting a participant from group A, given that the participant is at least 10 years of age? (Express your answer as a decimal or fraction, not as a percent.)",
+ choices: [],
+ correctAnswer: ".3833, 23/60",
+ explanation:
+ "The correct answer is (23) / (60). It's given that one of the participants will be selected at random. The probability of selecting a participant from group A given that the participant is at least 10 years of age is the number of participants in group A who are at least 10 years of age divided by the total number of participants who are at least 10 years of age. The table shows that in group A, there are 14 participants who are 10–19 years of age and 9 participants who are 20 + years of age. Therefore, there are 14 + 9, or 23, participants in group A who are at least 10 years of age. The table also shows that there are a total of 30 participants who are 10–19 years of age and 30 participants who are 20 + years of age. Therefore, there are a total of 30 + 30, or 60, participants who are at least 10 years of age. It follows that the probability of selecting a participant from group A given that the participant is at least 10 years of age is (23) / (60). Note that 23/60, .3833, and 0.383 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "d4413871",
+ type: "spr",
+ questionHtml:
+ "Human blood can be classified into four common blood types—A, B, AB, and O. It is also characterized by the presence (+ ) or absence (− ) of the rhesus factor. The table above shows the distribution of blood type and rhesus factor for a group of people. If one of these people who is rhesus negative (− ) is chosen at random, the probability that the person has blood type B is one ninth . What is the value of x ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 8. In this group, one ninth of the people who are rhesus negative have blood type B. The total number of people who are rhesus negative in the group is 7 + 2 + 1 + x, and there are 2 people who are rhesus negative with blood type B. Therefore, the fraction with numerator 2, and denominator, 7 + 2 + 1 + x, end fraction = one ninth. Combining like terms on the left-hand side of the equation yields the fraction with numerator 2, and denominator, 10 + x, end fraction = one ninth. Multiplying both sides of this equation by 9 yields the fraction with numerator 18, and denominator, 10 + x, end fraction = 1, and multiplying both sides of this equation by (10 + x, ) yields 18 = 10 + x. Subtracting 10 from both sides of this equation yields 8 = x.",
+ hasFigure: false,
+ },
+ {
+ id: "e29586d5",
+ type: "spr",
+ questionHtml:
+ "Number of Contestants by Score and Day 5 out
of 54 out
of 53 out
of 52 out
of 51 out
of 50 out
of 5TotalDay 123462320Day 223554120Day 333453220Total7913169660The same 20 contestants, on each of 3 days, answered 5 questions in order to win a prize. Each contestant received 1 point for each correct answer. The number of contestants receiving a given score on each day is shown in the table above.
No contestant received the same score on two different days. If a contestant is selected at random, what is the probability that the selected contestant received a score of 5 on Day 2 or Day 3, given that the contestant received a score of 5 on one of the three days?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is five sevenths. It is given that no contestant received the same score on two different days, so each of the contestants who received a score of 5 is represented in the “5 out of 5” column of the table exactly once. Therefore, the probability of selecting a contestant who received a score of 5 on Day 2 or Day 3, given that the contestant received a score of 5 on one of the three days, is found by dividing the total number of contestants who received a score of 5 on Day 2 or Day 3 2 + 3 = 5 by the total number of contestants who received a score of 5, which is given in the table as 7. So the probability is five sevenths. Note that 5/7, .7142, .7143, and 0.714 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "ecd09c38",
+ type: "mcq",
+ questionHtml:
+ "If a caller last Monday who asked about his or her bill is selected at random, which of the following is closest to the probability that the customer also asked for repairs?",
+ choices: [
+ { label: "A", text: "0.05" },
+ { label: "B", text: "0.07" },
+ { label: "C", text: "0.20" },
+ { label: "D", text: "0.27" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. According to the table, a total of 671 customers asked about a bill. Of these, 48 also asked for repairs. Therefore, if a customer who asked about a bill is selected at random, the probability that the customer also asked for repairs is 48 over 671 is ≈ 0 . 0 7.Choice A is incorrect. This is the probability that a customer selected at random from all customers who called on Monday both asked for repairs and asked about a bill. Choice C is incorrect. This is the probability that a customer selected at random from all customers who called on Monday asked for repairs, regardless of whether or not the customer asked about a bill. Choice D is incorrect. This is the probability that a customer selected at random from those who asked for repairs also asked about a bill.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/ratios-rates-proportions.ts b/src/data/math/ratios-rates-proportions.ts
new file mode 100644
index 0000000..f619c4d
--- /dev/null
+++ b/src/data/math/ratios-rates-proportions.ts
@@ -0,0 +1,842 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const RATIOS_EASY: PracticeQuestion[] = [
+ {
+ id: "000259aa",
+ type: "mcq",
+ questionHtml:
+ "A group of monarch butterflies migrated from Chicago, Illinois, to Michoacán, Mexico, flying a total of 2,100 miles. It took a single butterfly in the group 120 days to travel this route one way. On average, how many miles did the butterfly travel per day?",
+ choices: [
+ { label: "A", text: "0.057" },
+ { label: "B", text: "0.729" },
+ { label: "C", text: "17.5" },
+ { label: "D", text: "24" },
+ ],
+ correctAnswer: "",
+ explanation:
+ "Choice C is correct. If the butterfly traveled 2,100 miles in 120 days, then it traveled, on average, 2, 100 miles over 120 days = 17 . 5 miles per day.Choice A is incorrect. This is approximately the average amount of time, in days, it took the butterfly to fly one mile: 120 days over 2, 100 miles = 0 . 0 5 7 days per mile. Choice B is incorrect and may result from an arithmetic error. Choice D is incorrect. This is the number of hours in a day rather than the number of miles flown per day.",
+ hasFigure: false,
+ },
+ {
+ id: "06a152cd",
+ type: "mcq",
+ questionHtml:
+ "To make a bakery’s signature chocolate muffins, a baker needs 2.5 ounces of chocolate for each muffin. How many pounds of chocolate are needed to make 48 signature chocolate muffins? (1 pound = 16 ounces)",
+ choices: [
+ { label: "A", text: "7.5" },
+ { label: "B", text: "10" },
+ { label: "C", text: "50.5" },
+ { label: "D", text: "120" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. If 2.5 ounces of chocolate are needed for each muffin, then the number of ounces of chocolate needed to make 48 muffins is 48 · 2 . 5 = 120 ounces. Since 1 pound = 16 ounces, the number of pounds that is equivalent to 120 ounces is120 over 16 = 7 . 5 pounds. Therefore, 7.5 pounds of chocolate are needed to make the 48 muffins.Choice B is incorrect. If 10 pounds of chocolate were needed to make 48 muffins, then the total number of ounces of chocolate needed would be 10 · 16 = 160 ounces. The number of ounces of chocolate per muffin would then be160 over 48 = 3 . 3 3 ounces per muffin, not 2.5 ounces per muffin. Choices C and D are also incorrect. Following the same procedures as used to test choice B gives 16.8 ounces per muffin for choice C and 40 ounces per muffin for choice D, not 2.5 ounces per muffin. Therefore, 50.5 and 120 pounds cannot be the number of pounds needed to make 48 signature chocolate muffins.",
+ hasFigure: false,
+ },
+ {
+ id: "15617f62",
+ type: "mcq",
+ questionHtml:
+ "The population density of Worthington is 290 people per square mile. Worthington has a population of 92, 800 people. What is the area, in square miles, of Worthington?",
+ choices: [
+ { label: "A", text: "102, 400" },
+ { label: "B", text: "93, 090" },
+ { label: "C", text: "320" },
+ { label: "D", text: "32" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that the population density of Worthington is 290 people per square mile and Worthington has a population of 92, 800 people. Therefore, the area of Worthington is 92, 800 people ((1 square mile) / (290 people)), which is equivalent to (92, 800 square miles) / (290), or 320 square miles.
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: "24ad9dcb",
+ type: "mcq",
+ questionHtml:
+ "The weight of an object on Venus is approximately the fraction 9 over 10 of its weight on Earth. The weight of an object on Jupiter is approximately the fraction 23 over 10 of its weight on Earth. If an object weighs 100 pounds on Earth, approximately how many more pounds does it weigh on Jupiter than it weighs on Venus?",
+ choices: [
+ { label: "A", text: "90" },
+ { label: "B", text: "111" },
+ { label: "C", text: "140" },
+ { label: "D", text: "230" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The weight of an object on Venus is approximately nine tenths of its weight on Earth. If an object weighs 100 pounds on Earth, then the object’s weight on Venus is approximately nine tenths · 100 = 90 pounds. The same object’s weight on Jupiter is approximately twenty three tenths of its weight on Earth; therefore, the object weighs approximately twenty three tenths · 100 = 230 pounds on Jupiter. The difference between the object’s weight on Jupiter and the object’s weight on Venus is approximately 230 − 90 = 140 pounds. Therefore, an object that weighs 100 pounds on Earth weighs 140 more pounds on Jupiter than it weighs on Venus.Choice A is incorrect because it is the weight, in pounds, of the object on Venus. Choice B is incorrect because it is the weight, in pounds, of an object on Earth if it weighs 100 pounds on Venus. Choice D is incorrect because it is the weight, in pounds, of the object on Jupiter.",
+ hasFigure: false,
+ },
+ {
+ id: "2cdefcb1",
+ type: "mcq",
+ questionHtml:
+ "What length, in centimeters, is equivalent to a length of 51 meters? (1 meter = 100 centimeters)",
+ choices: [
+ { label: "A", text: "0.051" },
+ { label: "B", text: "0.51" },
+ { label: "C", text: "5, 100" },
+ { label: "D", text: "51, 000" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Since 1 meter is equal to 100 centimeters, 51 meters is equal to 51 meters ((100 centimeters) / (1 meter)), or 5, 100 centimeters.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect and may result from dividing, rather than multiplying, 51 by 100.
Choice D is incorrect. This is the length, in millimeters rather than centimeters, that is equivalent to a length of 51 meters.",
+ hasFigure: false,
+ },
+ {
+ id: "2d16d62c",
+ type: "spr",
+ questionHtml:
+ "A special camera is used for underwater ocean research. When the camera is at a depth of 58 fathoms, what is the camera's depth in feet? (1 fathom = 6 feet)",
+ choices: [],
+ correctAnswer: "348",
+ explanation:
+ "The correct answer is 348. It's given that 1 fathom is equivalent to 6 feet. Therefore, 58 fathoms is equivalent to (58 fathoms) ((6 feet) / (1 fathom)), or 348 feet. Thus, when the camera is at a depth of 58 fathoms, the camera's depth, in feet, is 348.",
+ hasFigure: false,
+ },
+ {
+ id: "312ba47c",
+ type: "mcq",
+ questionHtml:
+ "In a box of pens, the ratio of black pens to red pens is 8 to 1. There are 40 black pens in the box. How many red pens are in the box?",
+ choices: [
+ { label: "A", text: "5" },
+ { label: "B", text: "8" },
+ { label: "C", text: "40" },
+ { label: "D", text: "320" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the ratio of black pens to red pens is 8 to 1. Therefore, there are one eighth as many red pens as black pens in the box. It’s also given that there are 40 black pens in the box. Therefore, the number of red pens is one eighth of the 40 black pens. Thus, the number of red pens is 40 (one eighth), or 5.
Choice B is incorrect. This is the number of black pens in the box for every red pen.
Choice C is incorrect. This is the number of black pens in the box.
Choice D is incorrect. This is the number of red pens in the box if the ratio of black pens to red pens is 1 to 8.",
+ hasFigure: false,
+ },
+ {
+ id: "3ac09984",
+ type: "mcq",
+ questionHtml:
+ "Marta has 7,500 pesos she will convert to US dollars using a currency exchange service. At this time, the currency exchange rate is 1 peso = 0.075 US dollars. The exchange service will charge Marta a 2% fee on the converted US dollar amount. How many US dollars will Marta receive from the currency exchange after the 2% fee is applied?",
+ choices: [
+ { label: "A", text: "$551.25" },
+ { label: "B", text: "$562.50" },
+ { label: "C", text: "$5,625.00" },
+ { label: "D", text: "$98,000.00" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. At the exchange rate of 1 peso = 0.075 US dollars, 7,500 pesos would be converted to 7,500 × 0.075 = $562.50. However, since Maria pays a 2% fee on the converted US dollar amount, she receives only (100 – 2)%, or 98%, of the converted US dollars, and 562.50 × 0.98 = $551.25.Choice B is incorrect. This is the number of US dollars Maria would receive if the exchange service did not charge a 2% fee. Choice C is incorrect and may result from a decimal point error made when calculating the conversion to US dollars and from not assessing the 2% fee. Choice D is incorrect and may result from reversing the units of the exchange rate.",
+ hasFigure: false,
+ },
+ {
+ id: "3c8fdc40",
+ type: "spr",
+ questionHtml:
+ "A printer produces posters at a constant rate of 42 posters per minute. At what rate, in posters per hour, does the printer produce the posters?",
+ choices: [],
+ correctAnswer: "2520",
+ explanation:
+ "The correct answer is 2, 520. There are 60 minutes in one hour. At a rate of 42 posters per minute, the number of posters produced in one hour can be determined by ((42 posters) / (1 minute)) ((60 minutes) / (1 hour)), which is 2, 520 posters per hour.",
+ hasFigure: false,
+ },
+ {
+ id: "3f236a64",
+ type: "mcq",
+ questionHtml:
+ "In the table above, the ratio of y to x for each ordered pair is constant. What is the value of k ?",
+ choices: [
+ { label: "A", text: "28" },
+ { label: "B", text: "36" },
+ { label: "C", text: "80" },
+ { label: "D", text: "160" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since the ratio of y to x is constant for each ordered pair in the table, the first row can be used to determine that the ratio of y to x is 4 to 1. The proportion 4 over 1 = k over 40 can be used to solve for k. Multiplying each side of the equation by 40 yields 160 = k.Choice A is incorrect. This is the value of y when the value of x is 7, not 40. Choice B is incorrect and may result from subtracting 4 from 40 instead of multiplying 40 by 4. Choice C is incorrect and may result from incorrectly setting up the proportion.",
+ hasFigure: false,
+ },
+ {
+ id: "3f5398a6",
+ type: "mcq",
+ questionHtml:
+ "For a person m miles from a flash of lightning, the length of the time interval from the moment the person sees the lightning to the moment the person hears the thunder is k seconds. The ratio of m to k can be estimated to be 1 to 5. According to this estimate, the person is how many miles from a flash of lightning if the time interval is 25 seconds?",
+ choices: [
+ { label: "A", text: "10" },
+ { label: "B", text: "9" },
+ { label: "C", text: "6" },
+ { label: "D", text: "5" },
+ ],
+ correctAnswer: "",
+ explanation:
+ "Choice D is correct. It’s given that the ratio of m to k is estimated to be 1 to 5. Therefore, when k = 25, the relationship between these ratios can be expressed by the proportion m over 25 = one fifth. Multiplying both sides of this equation by 25 yields m = 5.Choices A, B, and C are incorrect and may result from calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "4347a032",
+ type: "mcq",
+ questionHtml:
+ "How many teaspoons are equivalent to 44 tablespoons? (3 teaspoons = 1 tablespoon)",
+ choices: [
+ { label: "A", text: "47" },
+ { label: "B", text: "88" },
+ { label: "C", text: "132" },
+ { label: "D", text: "176" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that 3 teaspoons is equivalent to 1 tablespoon. Therefore, 44 tablespoons is equivalent to (44 tablespoons) ((3 teaspoons) / (1 tablespoon)), or 132 teaspoons.
Choice A is incorrect. This is equivalent to approximately 15.66 tablespoons, not 44 tablespoons.
Choice B is incorrect. This is equivalent to approximately 29.33 tablespoons, not 44 tablespoons.
Choice D is incorrect. This is equivalent to approximately 58.66 tablespoons, not 44 tablespoons.",
+ hasFigure: false,
+ },
+ {
+ id: "551c52b9",
+ type: "mcq",
+ questionHtml:
+ "Tilly earns p dollars for every w hours of work. Which expression represents the amount of money, in dollars, Tilly earns for 39 w hours of work?",
+ choices: [
+ { label: "A", text: "39 p" },
+ { label: "B", text: "(p) / (39)" },
+ { label: "C", text: "p + 39" },
+ { label: "D", text: "p − 39" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that Tilly earns p dollars for every w hours of work. This can be represented by the proportion (p) / (w). The amount of money, x, Tilly earns for 39 w hours of work can be found by setting up the proportion (p) / (w) = (x) / (39 w). This can be rewritten as 39 p w = x w. Dividing both sides by w results in x = 39 p.
Choice B is incorrect. This is the amount of money Tilly earns in dollars per hour, not the amount of money Tilly earns for 39 w hours of work.
Choice C is incorrect. This is the amount of money Tilly earns for w hours of work plus 39, not the amount of money Tilly earns for 39 w hours of work.
Choice D is incorrect. This is the amount of money Tilly earns for w hours of work minus 39, not the amount of money Tilly earns for 39 w hours of work.",
+ hasFigure: false,
+ },
+ {
+ id: "6310adbc",
+ type: "mcq",
+ questionHtml:
+ "The ratio of t to u is 1 to 2, and t = 10. What is the value of u ?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "5" },
+ { label: "C", text: "10" },
+ { label: "D", text: "20" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the ratio of t to u is 1 to 2. Since t = 10, it follows that the ratio of 10 to u is also 1 to 2. The relationship between these ratios can be represented by the proportion 10 over u = one half. Multiplying both sides of this equation by 2 and then by u yields 20 = u.Choice A is incorrect. This is the value of u when t = 1. Choice B is incorrect. This would be the value of u if the ratio of t to u were 2 to 1. Choice C is incorrect. This is the value of t, not u.",
+ hasFigure: false,
+ },
+ {
+ id: "763e6769",
+ type: "mcq",
+ questionHtml:
+ "The ratio x to y is equivalent to the ratio 12 to t. When x = 156, what is the value of y in terms of t?",
+ choices: [
+ { label: "A", text: "13 t" },
+ { label: "B", text: "12 t" },
+ { label: "C", text: "144 t" },
+ { label: "D", text: "168 t" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that the ratio x to y is equivalent to the ratio 12 to t. This can be represented by (x) / (y) = (12) / (t). Substituting 156 for x in this equation yields (156) / (y) = (12) / (t). This can be rewritten as 12 y = 156 t. Dividing both sides of this equation by 12 yields y = 13 t. Therefore, when x = 156, the value of y in terms of t is 13 t.
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: "7cd1c6db",
+ type: "mcq",
+ questionHtml:
+ "An object travels at a constant speed of 12 centimeters per second. At this speed, what is the time, in seconds, that it would take for the object to travel 108 centimeters?",
+ choices: [
+ { label: "A", text: "9" },
+ { label: "B", text: "96" },
+ { label: "C", text: "120" },
+ { label: "D", text: "972" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. If the object travels 108 centimeters at a speed of 12 centimeters per second, the time of travel can be determined by dividing the total distance by the speed. This results in (108 centimeters) / (12 centimeters slash second), which is 9 seconds.
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: "808f7d6c",
+ type: "mcq",
+ questionHtml:
+ "If t = 4 u, which of the following is equivalent to 2 t?",
+ choices: [
+ { label: "A", text: "8 u" },
+ { label: "B", text: "2 u" },
+ { label: "C", text: "u" },
+ { label: "D", text: "one-half u" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that t = 4 u. Multiplying both sides of this equation by 2 yields 2 t = 2 · 4 u, or 2 t = 8 u.Choice B is incorrect and may result from dividing, instead of multiplying, the right-hand side of the equation by 2. Choices C and D are incorrect and may result from calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "85b33aa8",
+ type: "mcq",
+ questionHtml:
+ "A fish swam a distance of 5, 104 yards. How far did the fish swim, in miles? (1 mile = 1, 760 yards)",
+ choices: [
+ { label: "A", text: "0.3" },
+ { label: "B", text: "2.9" },
+ { label: "C", text: "3, 344" },
+ { label: "D", text: "6, 864" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that the fish swam 5, 104 yards and that 1 mile is equal to 1, 760 yards. Therefore, the fish swam 5, 104 yards ((1 mile) / (1, 760 yards)), which is equivalent to (5, 104) / (1, 760) miles, or 2.9 miles.
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: "86636d8f",
+ type: "spr",
+ questionHtml:
+ "A customer spent dollar sign 27 to purchase oranges at dollar sign 3 per pound. How many pounds of oranges did the customer purchase?",
+ choices: [],
+ correctAnswer: "9",
+ explanation:
+ "The correct answer is 9. It’s given that the customer spent dollar sign 27 to purchase oranges at dollar sign 3 per pound. Therefore, the number of pounds of oranges the customer purchased is dollar sign 27 ((1 pound) / (dollar sign 3)), or 9 pounds.",
+ hasFigure: false,
+ },
+ {
+ id: "99550621",
+ type: "mcq",
+ questionHtml:
+ "Makayla is planning an event in a 5,400-square-foot room. If there should be at least 8 square feet per person, what is the maximum number of people that could attend this event?",
+ choices: [
+ { label: "A", text: "588" },
+ { label: "B", text: "675" },
+ { label: "C", text: "15,274" },
+ { label: "D", text: "43,200" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that the event will be in a 5,400-square-foot room and that there should be at least 8 square feet per person. The maximum number of people that could attend the event can be found by dividing the total square feet in the room by the minimum number of square feet needed per person, which gives the fraction 5, 400 over 8 = 675.Choices A and C are incorrect and may result from conceptual or computational errors. Choice D is incorrect and may result from multiplying, rather than dividing, 5,400 by 8.",
+ hasFigure: false,
+ },
+ {
+ id: "aeeaec96",
+ type: "mcq",
+ questionHtml:
+ "How many yards are equivalent to 612 inches? (1 yard = 36 inches)",
+ choices: [
+ { label: "A", text: "0.059" },
+ { label: "B", text: "17" },
+ { label: "C", text: "576" },
+ { label: "D", text: "22, 032" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that 1 yard = 36 inches. Therefore, 612 inches is equivalent to 612 inches ((1 yard) / (36 inches)), which can be rewritten as (612 yards) / (36), or 17 yards.
Choice A is incorrect. This is the number of yards that are equivalent to 2.124 inches.
Choice C is incorrect. This is the number of yards that are equivalent to 20, 736 inches.
Choice D is incorrect. This is the number of yards that are equivalent to 793, 152 inches.",
+ hasFigure: false,
+ },
+ {
+ id: "ba62b0b0",
+ type: "mcq",
+ questionHtml:
+ "A kangaroo has a mass of 28 kilograms. What is the kangaroo's mass, in grams? (1 kilogram = 1, 000 grams)",
+ choices: [
+ { label: "A", text: "28, 000" },
+ { label: "B", text: "1, 028" },
+ { label: "C", text: "972" },
+ { label: "D", text: "784" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that a kangaroo has a mass of 28 kilograms and that 1 kilogram is equal to 1, 000 grams. Therefore, the kangaroo's mass, in grams, is 28 kilograms ((1, 000 grams) / (1 kilogram)), which is equivalent to 28, 000 grams.
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: "be35c117",
+ type: "mcq",
+ questionHtml:
+ "A wind turbine completes 900 revolutions in 50 minutes. At this rate, how many revolutions per minute does this turbine complete?",
+ choices: [
+ { label: "A", text: "18" },
+ { label: "B", text: "850" },
+ { label: "C", text: "950" },
+ { label: "D", text: "1, 400" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Dividing the number of revolutions by the number of minutes gives the number of revolutions the turbine completes per minute. It’s given that the wind turbine completes 900 revolutions in 50 minutes. Therefore, at this rate, this turbine completes (900) / (50), or 18, revolutions per minute.
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: "d0d9ede4",
+ type: "spr",
+ questionHtml:
+ "How many feet are equivalent to 34 yards? (1 yard = 3 feet)",
+ choices: [],
+ correctAnswer: "102",
+ explanation:
+ "The correct answer is 102. It’s given that 1 yard is equivalent to 3 feet. Therefore, 34 yards is equivalent to (34 yards) ((3 feet) / (1 yard)), or 102 feet.",
+ hasFigure: false,
+ },
+ {
+ id: "e9841407",
+ type: "mcq",
+ questionHtml:
+ "Shaquan has 7 red cards and 28 blue cards. What is the ratio of red cards to blue cards that Shaquan has?",
+ choices: [
+ { label: "A", text: "1 to 4" },
+ { label: "B", text: "4 to 1" },
+ { label: "C", text: "1 to 7" },
+ { label: "D", text: "7 to 1" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that Shaquan has 7 red cards and 28 blue cards. Therefore, the ratio of red cards to blue cards that Shaquan has is 7 to 28. This ratio can be reduced by dividing both parts of the ratio by 7, which yields the ratio 1 to 4.Choice B is incorrect. This is the ratio of blue cards to red cards that Shaquan has. Choice C is incorrect and may result from a calculation error when reducing the ratio. Choice D is incorrect. This may result from finding the ratio of blue cards to red cards, or 28 to 7, and then making a calculation error when reducing the ratio.",
+ hasFigure: false,
+ },
+ {
+ id: "fe1ec415",
+ type: "mcq",
+ questionHtml:
+ "A cherry pitting machine pits 12 pounds of cherries in 3 minutes. At this rate, how many minutes does it take the machine to pit 96 pounds of cherries?",
+ choices: [
+ { label: "A", text: "8" },
+ { label: "B", text: "15" },
+ { label: "C", text: "24" },
+ { label: "D", text: "36" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that the cherry pitting machine pits 12 pounds of cherries in 3 minutes. This rate can be written as (12 pounds of cherries) / (3 minutes). If the number of minutes it takes the machine to pit 96 pounds of cherries is represented by x, the value of x can be calculated by solving the equation (12 pounds of cherries) / (3 minutes) = (96 pounds of cherries) / (x minutes), which can be rewritten as (12) / (3) = (96) / (x), or 4 = (96) / (x). Multiplying each side of this equation by x yields 4 x = 96. Dividing each side of this equation by 4 yields x = 24. Therefore, it takes the machine 24 minutes to pit 96 pounds of cherries.
Choice A is incorrect. This is the number of minutes it takes the machine to pit 32, not 96, pounds of cherries.
Choice B is incorrect. This is the number of minutes it takes the machine to pit 60, not 96, pounds of cherries.
Choice D is incorrect. This is the number of minutes it takes the machine to pit 144, not 96, pounds of cherries.",
+ hasFigure: false,
+ },
+];
+
+export const RATIOS_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "1180401d",
+ type: "mcq",
+ questionHtml:
+ "The total area of a coastal city is 92.1 square miles, of which 11.3 square miles is water. If the city had a population of 621,000 people in the year 2010, which of the following is closest to the population density, in people per square mile of land area, of the city at that time?",
+ choices: [
+ { label: "A", text: "6,740" },
+ { label: "B", text: "7,690" },
+ { label: "C", text: "55,000" },
+ { label: "D", text: "76,000" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The land area of the coastal city can be found by subtracting the area of the water from the total area of the coastal city; that is, 92 . 1 − 11 . 3 = 80 . 8 square miles. The population density is the population divided by the land area, or the fraction 621, 000 over 80 . 8, end fraction = 7, 686, which is closest to 7,690 people per square mile.Choice A is incorrect and may be the result of dividing the population by the total area, instead of the land area. Choice C is incorrect and may be the result of dividing the population by the area of water. Choice D is incorrect and may be the result of making a computational error with the decimal place.",
+ hasFigure: false,
+ },
+ {
+ id: "181cc4d6",
+ type: "mcq",
+ questionHtml:
+ "Rectangle A has length 15 and width w. Rectangle B has length 20 and the same length-to-width ratio as rectangle A. What is the width of rectangle B in terms of w ?",
+ choices: [
+ { label: "A", text: "four-thirds w" },
+ { label: "B", text: "w + 5" },
+ { label: "C", text: "three-fourths w" },
+ { label: "D", text: "w − 5" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that rectangle A has length 15 and width w. Therefore, the length-to-width ratio of rectangle A is 15 to w. It’s also given that rectangle B has length 20 and the same length-to-width ratio as rectangle A. Let x represent the width of rectangle B. The proportion 15 over w = 20 over x can be used to solve for x in terms of w. Multiplying both sides of this equation by x yields the fraction 15 x over w = 20, and then multiplying both sides of this equation by w yields 15 x = 20 w. Dividing both sides of this equation by 15 yields x = the fraction 20 w over 15. Simplifying this fraction yields x = four thirds w.Choices B and D are incorrect and may result from interpreting the difference in the lengths of rectangle A and rectangle B as equivalent to the difference in the widths of rectangle A and rectangle B. Choice C is incorrect and may result from using a length-to-width ratio of w to 15, instead of 15 to w.",
+ hasFigure: false,
+ },
+ {
+ id: "3726e079",
+ type: "spr",
+ questionHtml:
+ "If (x) / (y) = 4 and (24 x) / (n y) = 4, what is the value of n?",
+ choices: [],
+ correctAnswer: "24",
+ explanation:
+ "The correct answer is 24. The equation (24 x) / (n y) = 4 can be rewritten as ((24) / (n)) ((x) / (y)) = 4. It's given that (x) / (y) = 4. Substituting 4 for (x) / (y) in the equation ((24) / (n)) ((x) / (y)) = 4 yields ((24) / (n)) (4) = 4. Multiplying both sides of this equation by n yields (24) (4) = 4 n. Dividing both sides of this equation by 4 yields 24 = n. Therefore, the value of n is 24.",
+ hasFigure: false,
+ },
+ {
+ id: "445dd032",
+ type: "mcq",
+ questionHtml:
+ "Tanya earns $13.50 per hour at her part-time job. When she works z hours, she earns 13 . 5 0 z dollars. Which of the following expressions gives the amount, in dollars, Tanya will earn if she works 3 z hours?",
+ choices: [
+ { label: "A", text: "3 · (13 . 5 0 z, )" },
+ { label: "B", text: "3 + 13 . 5 0 z" },
+ { label: "C", text: "3 z + 13 . 5 0 z" },
+ { label: "D", text: "13 . 5 0 · (z + 3, )" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that when Tanya works z hours, she earns 13 . 5 0 z dollars. Since her hourly rate is constant, if she works 3 times as many hours, or 3 z hours, she will earn 3 times as many dollars, or 3 · (13 . 5 0 z, ).Choice B is incorrect. This expression represents adding 3 dollars to the 13 . 5 0 z dollars Tanya will earn. Choice C is incorrect. This expression can be rewritten as 16 . 5 0 z, which implies that Tanya earns $16.50 per hour, not $13.50. Choice D is incorrect. This expression adds 3 to the number of hours Tanya works, rather than multiplying the hours she works by 3.",
+ hasFigure: false,
+ },
+ {
+ id: "51c9d65f",
+ type: "mcq",
+ questionHtml:
+ "For a certain rectangular region, the ratio of its length to its width is 35 to 10. If the width of the rectangular region increases by 7 units, how must the length change to maintain this ratio?",
+ choices: [
+ { label: "A", text: "It must decrease by 24.5 units." },
+ { label: "B", text: "It must increase by 24.5 units." },
+ { label: "C", text: "It must decrease by 7 units." },
+ { label: "D", text: "It must increase by 7 units." },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that the ratio of the rectangular region’s length to its width is 35 to 10. This can be written as a proportion: (length) / (width) = (35) / (10), or (script l) / (w) = (35) / (10). This proportion can be rewritten as 10 script l = 35 w, or script l = 3.5 w. If the width of the rectangular region increases by 7, then the length will increase by some number x in order to maintain this ratio. The value of x can be found by replacing script l with script l + x and w with w + 7 in the equation, which gives script l + x = 3.5 (w + 7). This equation can be rewritten using the distributive property as script l + x = 3.5 w + 24.5. Since script l = 3.5 w, the right-hand side of this equation can be rewritten by substituting script l for 3.5 w, which gives script l + x = script l + 24.5, or x = 24.5. Therefore, if the width of the rectangular region increases by 7 units, the length must increase by 24.5 units in order to maintain the given ratio.
Choice A is incorrect. If the width of the rectangular region increases, the length must also increase, not decrease.
Choice C is incorrect. If the width of the rectangular region increases, the length must also increase, not decrease.
Choice D is incorrect. Since the ratio of the length to the width of the rectangular region is 35 to 10, if the width of the rectangular region increases by 7 units, the length would have to increase by a proportional amount, which would have to be greater than 7 units.",
+ hasFigure: false,
+ },
+ {
+ id: "61b87506",
+ type: "spr",
+ questionHtml:
+ "For the values j and k, the ratio of j to k is 11 to 12. If j is multiplied by 17, what is k multiplied by in order to maintain the same ratio?",
+ choices: [],
+ correctAnswer: "17",
+ explanation:
+ "The correct answer is 17. If one value is multiplied by a number, then the other value must be multiplied by the same number in order to maintain the same ratio. It’s given that j is multiplied by 17. Therefore, in order to maintain the same ratio, k must also be multiplied by 17.",
+ hasFigure: false,
+ },
+ {
+ id: "73ddfdac",
+ type: "spr",
+ questionHtml:
+ "A distance of 112 furlongs is equivalent to how many feet? (1 furlong = 220 yards and 1 yard = 3 feet)",
+ choices: [],
+ correctAnswer: "73920",
+ explanation:
+ "The correct answer is 73, 920. It's given that 1 furlong = 220 yards and 1 yard = 3 feet. It follows that a distance of 112 furlongs is equivalent to (112 furlongs) ((220 yards) / (1 furlong)) ((3 feet) / (1 yard)), or 73, 920 feet.",
+ hasFigure: false,
+ },
+ {
+ id: "7e6c745f",
+ type: "mcq",
+ questionHtml:
+ "Food
Protein
Cost
1 large egg
6 grams
$0.36
1 cup of milk
8 grams
$0.24
The table above shows the amount of protein in two foods and the cost of each food. Based on the table, what is the ratio of the cost per gram of protein in a large egg to the cost per gram of protein in a cup of milk?",
+ choices: [
+ { label: "A", text: "1 : 2" },
+ { label: "B", text: "2 : 3" },
+ { label: "C", text: "3 : 4" },
+ { label: "D", text: "2 : 1" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The cost per gram of protein in 1 large egg is $0.36 ÷ 6 = $0.06. The cost per gram of protein in 1 cup of milk is $0.24 ÷ 8 = $0.03. It follows that the ratio of the cost per gram of protein in a large egg to the cost per gram of protein in a cup of milk is 0.06:0.03, which can be rewritten as 2:1.Choice A is incorrect and may result from finding the ratio of the cost per gram of protein in a cup of milk to the cost per gram of protein in a large egg (the reciprocal of the ratio specified in the question). Choices B and C are incorrect and may result from incorrectly calculating the unit rates or from errors made when simplifying the ratio.",
+ hasFigure: false,
+ },
+ {
+ id: "873d2838",
+ type: "spr",
+ questionHtml:
+ "The population density of Cedar County is 230 people per square mile. The county has a population of 85, 100 people. What is the area, in square miles, of Cedar County?",
+ choices: [],
+ correctAnswer: "370",
+ explanation:
+ "The correct answer is 370. It’s given that the population density of Cedar County is 230 people per square mile and the county has a population of 85, 100 people. Based on the population density, it follows that the area of Cedar County is (85, 100 people) ((1 square mile) / (230 people)), or 370 square miles.",
+ hasFigure: false,
+ },
+ {
+ id: "8917ce38",
+ type: "mcq",
+ questionHtml:
+ "Which of the following speeds is equivalent to 90 kilometers per hour? (1 kilometer = 1,000 meters)",
+ choices: [
+ { label: "A", text: "25 meters per second" },
+ { label: "B", text: "32 meters per second" },
+ { label: "C", text: "250 meters per second" },
+ { label: "D", text: "324 meters per second" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since 1 kilometer is equal to 1,000 meters, it follows that 90 kilometers is equal to 90 · 1, 000 = 90, 000 meters. Since 1 hour is equal to 60 minutes and 1 minute is equal to 60 seconds, it follows that 1 hour is equal to 60 · 60 = 3, 600 seconds. Now the fraction 90 kilometers over 1 hour is equal to the fraction 90, 000 meters over 3, 600 seconds, which reduces to the fraction 25 meters over 1 second or 25 meters per second.Choices B, C, and D are incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "89c39d77",
+ type: "spr",
+ questionHtml:
+ "A competition consisted of four different events. One participant completed the first event with an average speed of 20.300 miles per hour. What was this average speed, in yards per hour? (1 mile = 1, 760 yards)",
+ choices: [],
+ correctAnswer: "35728",
+ explanation:
+ "The correct answer is 35, 728. It's given that 1 mile = 1, 760 yards. It follows that an average speed of 20.300 miles per hour is equivalent to ((20.300 miles) / (1 hour)) ((1, 760 yards) / (1 mile)), or 35, 728 yards per hour.",
+ hasFigure: false,
+ },
+ {
+ id: "8e528129",
+ type: "spr",
+ questionHtml:
+ "Pure beeswax has a density of 0.555 ounce per cubic inch. An online company sells pure beeswax at a price of $8.00 per ounce. What is the selling price, in dollars per cubic inch, for pure beeswax purchased from this company?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 4.44. The selling price, in dollars per cubic inch, is found by multiplying the density, in ounces per cubic inch, by the unit price, in dollars per ounce: (0 . 5 5 5 ounce, over 1 cubic inch, ) · (8 dollars, over 1 ounce, ) yields 4 . 4 4 dollars over 1 cubic inch. Thus, the selling price, in dollars per cubic inch, is 4.44.",
+ hasFigure: false,
+ },
+ {
+ id: "939c46d1",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a cylindrical shape with a circular base and a larger circular top. The diameter of the circular base is labeled “k over 2, ” the diameter of the circular top is labeled “k, ” and the height is labeled “k.” The volume of the figure = the fraction with numerator 7 π k³, and denominator 48The glass pictured above can hold a maximum volume of 473 cubic centimeters, which is approximately 16 fluid ounces. Jenny has a pitcher that contains 1 gallon of water. How many times could Jenny completely fill the glass with 1 gallon of water? 1 gallon = 128 fluid ounces",
+ choices: [
+ { label: "A", text: "16" },
+ { label: "B", text: "8" },
+ { label: "C", text: "4" },
+ { label: "D", text: "3" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It is given that the volume of the glass is approximately 16 fluid ounces. If Jenny has 1 gallon of water, which is 128 fluid ounces, she could fill the glass 128 over 16, which = 8 times.Choice A is incorrect because Jenny would need 16 · 16 fluid ounces = 256 fluid ounces, or 2 gallons, of water to fill the glass 16 times. Choice C is incorrect because Jenny would need only 4 · 16 fluid ounces = 64 fluid ounces of water to fill the glass 4 times. Choice D is incorrect because Jenny would need only 3 · 16 fluid ounces = 48 fluid ounces to fill the glass 3 times.",
+ hasFigure: true,
+ figureUrl: "/practice-images/939c46d1_img1.png",
+ },
+ {
+ id: "96c3e32d",
+ type: "spr",
+ questionHtml:
+ "One side of a flat board has an area of 874 square inches. If a pressure of 19 pounds per square inch of area is exerted on this side of the board, what is the total force, in pounds, exerted on this side of the board?",
+ choices: [],
+ correctAnswer: "16606",
+ explanation:
+ "The correct answer is 16, 606. It's given that one side of a flat board has an area of 874 square inches. If a pressure of 19 pounds per square inch of area is exerted on this side of the board, the total force exerted on this side of the board is (874 square inches) ((19 pounds) / (1 square inch)), or 16, 606 pounds.",
+ hasFigure: false,
+ },
+ {
+ id: "b4912cc5",
+ type: "mcq",
+ questionHtml:
+ "The population density of Iceland, in people per square kilometer of land area, increased from 2.5 in 1990 to 3.3 in 2014. During this time period, the land area of Iceland was 100,250 square kilometers. By how many people did Iceland’s population increase from 1990 to 2014?",
+ choices: [
+ { label: "A", text: "330,825" },
+ { label: "B", text: "132,330" },
+ { label: "C", text: "125,312" },
+ { label: "D", text: "80,200" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The increase in Iceland’s population can be found by multiplying the increase in population density, in people per square kilometer, by the area, in square kilometers. It’s given that the population density of Iceland was 2.5 people per square kilometer in 1990 and 3.3 people per square kilometer in 2014. The increase in population density can be found by subtracting 2.5 from 3.3, which yields 0.8. It’s given that the land area of Iceland was 100,250 square kilometers. Thus, the increase in population is 0 . 8 · 100, 250, or 80,200.Alternate approach: It’s given that the population density of Iceland, in people per square kilometer of land area, in 1990 was 2.5. Since the land area of Iceland was 100,250 square kilometers, it follows that the population of Iceland in 1990 was 2 . 5 · 100, 250, or 250,625. Similarly, the population of Iceland in 2014 was 3 . 3 · 100, 250, or 330,825. The population increase is the difference in the population from 1990 to 2014, or 330, 825 − 250, 625, which yields 80,200. Therefore, Iceland’s population increased by 80,200 from 1990 to 2014.
Choice A is incorrect. This is the population of Iceland in 2014. Choice B is incorrect and may result from dividing 3.3 by 2.5, instead of subtracting 2.5 from 3.3. Choice C is incorrect and may result from dividing the population of Iceland in 1990 by 2.",
+ hasFigure: false,
+ },
+ {
+ id: "cb4894f9",
+ type: "spr",
+ questionHtml:
+ "A triathlon is a multisport race consisting of three different legs. A triathlon participant completed the cycling leg with an average speed of 19.700 miles per hour. What was the average speed, in yards per hour, of the participant during the cycling leg? (1 mile = 1, 760 yards)",
+ choices: [],
+ correctAnswer: "34672",
+ explanation:
+ "The correct answer is 34, 672. It's given that 1 mile = 1, 760 yards. It follows that an average speed of 19.700 miles per hour is equivalent to ((19.700 miles) / (1 hour)) ((1, 760 yards) / (1 mile)), or 34, 672 yards per hour.",
+ hasFigure: false,
+ },
+ {
+ id: "d28c29e1",
+ type: "mcq",
+ questionHtml:
+ "The International Space Station orbits Earth at an average speed of 4.76 miles per second. What is the space station’s average speed in miles per hour?",
+ choices: [
+ { label: "A", text: "285.6" },
+ { label: "B", text: "571.2" },
+ { label: "C", text: "856.8" },
+ { label: "D", text: "17,136.0" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since 1 minute = 60 seconds and 1 hour = 60 minutes, it follows that 1 hour = (60)(60), or 3,600 seconds. Using this conversion factor, the space station’s average speed of 4.76 miles per second is equal to an average speed of the fraction with numerator 4 . 7 6 miles, and denominator second · the fraction with numerator 3, 600 seconds, and denominator hour = the fraction with numerator 17, 136 miles, and denominator hour, or 17,136 miles per hour.Choice A is incorrect. This is the space station’s average speed in miles per minute. Choice B is incorrect. This is double the space station’s average speed in miles per minute, or the number of miles the space station travels on average in 2 minutes. Choice C is incorrect. This is triple the space station’s average speed in miles per minute, or the number of miles the space station travels on average in 3 minutes.",
+ hasFigure: false,
+ },
+ {
+ id: "e21d10a7",
+ type: "spr",
+ questionHtml:
+ "One of a planet's moons orbits the planet every 252 days. A second moon orbits the planet every 287 days. How many more days does it take the second moon to orbit the planet 29 times than it takes the first moon to orbit the planet 29 times?",
+ choices: [],
+ correctAnswer: "1015",
+ explanation:
+ "The correct answer is 1, 015. It’s given that the first moon orbits the planet every 252 days. Therefore, it takes the first moon 252 (29), or 7, 308, days to orbit the planet 29 times. It’s also given that the second moon orbits the planet every 287 days. Therefore, it takes the second moon 287 (29), or 8, 323, days to orbit the planet 29 times. Since it takes the first moon 7, 308 days and the second moon 8, 323 days, it takes the second moon 8, 323 − 7, 308, or 1, 015, more days than it takes the first moon to orbit the planet 29 times.",
+ hasFigure: false,
+ },
+ {
+ id: "eb672707",
+ type: "spr",
+ questionHtml:
+ "How many tablespoons are equivalent to 14 teaspoons? (3 teaspoons = 1 tablespoon)",
+ choices: [],
+ correctAnswer: "14/3, 4.666, 4.667",
+ explanation:
+ "The correct answer is (14) / (3). It's given that 3 teaspoons is equivalent to 1 tablespoon. Therefore, 14 teaspoons is equivalent to (14 teaspoons) ((1 tablespoon) / (3 teaspoons)), or (14) / (3) tablespoons. Note that 14/3, 4.666, and 4.667 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "ec787383",
+ type: "spr",
+ questionHtml:
+ "A distance of 61 furlongs is equivalent to how many feet? (1 furlong = 220 yards and 1 yard = 3 feet)",
+ choices: [],
+ correctAnswer: "40260",
+ explanation:
+ "The correct answer is 40, 260. It's given that 1 furlong = 220 yards and 1 yard = 3 feet. It follows that a distance of 61 furlongs is equivalent to (61 furlongs) ((220 yards) / (1 furlong)) ((3 feet) / (1 yard)), or 40, 260 feet.",
+ hasFigure: false,
+ },
+ {
+ id: "f6cbb04a",
+ type: "mcq",
+ questionHtml:
+ "The equation above can be used to calculate the distance d, in miles, traveled by a car moving at a speed of 55 miles per hour over a period of t hours. For any positive constant k, the distance the car would have traveled after 9 k hours is how many times the distance the car would have traveled after 3 k hours?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "6" },
+ { label: "C", text: "3k" },
+ { label: "D", text: "6 k" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Since the distance is equal to the amount of time multiplied by a constant, the given equation d = 55 t represents a proportional relationship between distance and time in this situation. Since 9 k = 3 · 3 k, the time when t = 9 k hours is 3 times the time when t = 3 k hours. Therefore, the distance traveled after 9 k hours is 3 times the distance after 3 k hours.Choices B and D are incorrect and may result from interpreting the proportional relationship between time and distance as additive rather than multiplicative. Choice C is incorrect and may result from an arithmetic error.",
+ hasFigure: false,
+ },
+ {
+ id: "fea831fc",
+ type: "spr",
+ questionHtml:
+ "On April 18, 1775, Paul Revere set off on his midnight ride from Charlestown to Lexington. If he had ridden straight to Lexington without stopping, he would have traveled 11 miles in 26 minutes. In such a ride, what would the average speed of his horse have been, to the nearest tenth of a mile per hour?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 25.4. The average speed is the total distance divided by the total time. The total distance is 11 miles and the total time is 26 minutes. Thus, the average speed is 11 over 26 miles per minute. The question asks for the average speed in miles per hour, and there are 60 minutes in an hour; converting miles per minute to miles per hour gives the following:Average speed = the fraction 11 miles over 26 minutes, end fraction · the fraction 60 minutes over 1 hour, end fraction
which = the fraction 660 over 26, end fraction, miles per hour
which is ≈ 25 . 3 8 miles per hour
Therefore, to the nearest tenth of a mile per hour, the average speed of Paul Revere’s ride would have been 25.4 miles per hour. Note that 25.4 and 127/5 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+];
+
+export const RATIOS_HARD: PracticeQuestion[] = [
+ {
+ id: "20b69297",
+ type: "mcq",
+ questionHtml:
+ "Anita created a batch of green paint by mixing 2 ounces of blue paint with 3 ounces of yellow paint. She must mix a second batch using the same ratio of blue and yellow paint as the first batch. If she uses 5 ounces of blue paint for the second batch, how much yellow paint should Anita use?",
+ choices: [
+ { label: "A", text: "Exactly 5 ounces" },
+ {
+ label: "B",
+ text: "3 ounces more than the amount of yellow paint used in the first batch",
+ },
+ {
+ label: "C",
+ text: "1.5 times the amount of yellow paint used in the first batch",
+ },
+ {
+ label: "D",
+ text: "1.5 times the amount of blue paint used in the second batch",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that Anita used a ratio of 2 ounces of blue paint to 3 ounces of yellow paint for the first batch. For any batch of paint that uses the same ratio, the amount of yellow paint used will be three halves, or 1.5, times the amount of blue paint used in the batch. Therefore, the amount of yellow paint Anita will use in the second batch will be 1.5 times the amount of blue paint used in the second batch.Alternate approach: It’s given that Anita used a ratio of 2 ounces of blue paint to 3 ounces of yellow paint for the first batch and that she will use 5 ounces of blue paint for the second batch. A proportion can be set up to solve for x, the amount of yellow paint she will use for the second batch: 2 over 3 = 5 over x. Multiplying both sides of this equation by 3 yields 2 = 15 over x, and multiplying both sides of this equation by x yields 2 x = 15. Dividing both sides of this equation by 2 yields x = 7 . 5. Since Anita will use 7.5 ounces of yellow paint for the second batch, this is 7 . 5 over 5 = 1 . 5 times the amount of blue paint (5 ounces) used in the second batch.
Choices A, B, and C are incorrect and may result from incorrectly interpreting the ratio of blue paint to yellow paint used.",
+ hasFigure: false,
+ },
+ {
+ id: "3638f413",
+ type: "spr",
+ questionHtml:
+ "Jeremy deposited x dollars in his investment account on January 1, 2001. The amount of money in the account doubled each year until Jeremy had 480 dollars in his investment account on January 1, 2005. What is the value of x ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 30. The situation can be represented by the equation x · (2 to the fourth power, ) = 480, where the 2 represents the fact that the amount of money in the account doubled each year and the 4 represents the fact that there are 4 years between January 1, 2001, and January 1, 2005. Simplifying x · (2 to the fourth power, ) = 480 gives 16 x = 480. Therefore, x = 30.",
+ hasFigure: false,
+ },
+ {
+ id: "3f775bbf",
+ type: "mcq",
+ questionHtml:
+ "The table shows the distribution, by location and power capacity (maximum rate of power generation) of the twenty largest wind projects in the United States in 2013. The total power capacity of the nine wind projects located in Texas was 4,952 megawatts (MW), and the total power capacity of the twenty wind projects was 11,037 MW in 2013. The amount of energy produced in one hour at a rate of one megawatt is one megawatt-hour. If each of the nine Texas wind projects in 2013 had operated continuously for 24 hours at the maximum rate of power generation, approximately how many megawatt-hours of energy would the nine projects have produced?",
+ choices: [
+ { label: "A", text: "200" },
+ { label: "B", text: "5,000" },
+ { label: "C", text: "11,000" },
+ { label: "D", text: "120,000" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the total power capacity of the nine wind projects in Texas was 4,952 megawatts. Therefore, if all nine Texas projects operated continuously for 1 hour, the amount of energy produced would be 4,952 megawatt-hours. It follows that, if all nine Texas projects operated continuously for 24 hours, the amount of energy produced, in megawatt-hours, would be 4, 952 · 24 = 118, 848, which is closest to 120,000.Choice A is incorrect. This is approximately the amount of energy produced for the nine projects divided by 24 hours. Choice B is incorrect. This is approximately the amount of energy produced for the nine projects. Choice C is incorrect. This is approximately the given amount of energy produced for all twenty projects in the table.",
+ hasFigure: false,
+ },
+ {
+ id: "69f6717f",
+ type: "mcq",
+ questionHtml:
+ "A sample of oak has a density of 807 kilograms per cubic meter. The sample is in the shape of a cube, where each edge has a length of 0.90 meters. To the nearest whole number, what is the mass, in kilograms, of this sample?",
+ choices: [
+ { label: "A", text: "588" },
+ { label: "B", text: "726" },
+ { label: "C", text: "897" },
+ { label: "D", text: "1, 107" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the sample is in the shape of a cube with edge lengths of 0.9 meters. Therefore, the volume of the sample is 0.90³, or 0.729, cubic meters. It’s also given that the sample has a density of 807 kilograms per 1 cubic meter. Therefore, the mass of this sample is 0.729 cubic meters ((807 kilograms) / (1 cubic meter)), or 588.303 kilograms. Rounding this mass to the nearest whole number gives 588 kilograms. Therefore, to the nearest whole number, the mass, in kilograms, of this sample is 588.
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: "7d721177",
+ type: "mcq",
+ questionHtml:
+ "The density of a certain type of wood is (expression) kilograms per cubic meter. A sample of this type of wood is in the shape of a cube and has a mass of (expression) kilograms. To the nearest hundredth of a meter, what is the length of one edge of this sample?",
+ choices: [
+ { label: "A", text: "(expression)" },
+ { label: "B", text: "(expression)" },
+ { label: "C", text: "(expression)" },
+ { label: "D", text: "(expression)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It’s given that the density of a certain type of wood is 353 kilograms per cubic meter (kg slash m³), and a sample of this type of wood has a mass of 345 kg. Let x represent the volume, in m³, of the sample. It follows that the relationship between the density, mass, and volume of this sample can be written
as (353 kg) / (1 m³) = (345 kg) / (x m³), or 353 = (345) / (x). Multiplying both sides of this equation by x yields 353 x = 345. Dividing both sides of this equation by 353 yields x = (345) / (353). Therefore, the volume of this sample is (345) / (353) m³. Since it’s given that the sample of this type of wood is a cube, it follows that the length of one edge of this sample can be found using the volume formula for a cube, V = s³, where V represents the volume, in m³, and s represents the length, in m, of one edge of the cube. Substituting (345) / (353)for V in this formula yields (345) / (353) = s³. Taking the cube root of both sides of this equation yields RootIndex 3 √((345) / (353)) = s, or s almost = 0 . 99. Therefore, the length of one edge of this sample to the nearest hundredth of a meter is 0.99.
Choices A, C, and D are incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "8637294f",
+ type: "spr",
+ questionHtml:
+ "If (4 a) / (b) = 6.7 and (a) / (b n) = 26.8, what is the value of n?",
+ choices: [],
+ correctAnswer: ".0625, 1/16",
+ explanation:
+ "The correct answer is .0625. It's given that (4 a) / (b) = 6.7 and (a) / (b n) = 26.8. The equation (4 a) / (b) = 6.7 can be rewritten as (4) ((a) / (b)) = 6.7. Dividing both sides of this equation by 4 yields (a) / (b) = 1.675. The equation (a) / (b n) = 26.8 can be rewritten as ((a) / (b)) ((1) / (n)) = 26.8. Substituting 1.675 for (a) / (b) in this equation yields (1.675) ((1) / (n)) = 26.8, or (1.675) / (n) = 26.8. Multiplying both sides of this equation by n yields 1.675 = 26.8 n. Dividing both sides of this equation by 26.8 yields n = 0.0625. Therefore, the value of n is 0.0625. Note that .0625, 0.062, 0.063, and 1/16 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "c7c6445f",
+ type: "mcq",
+ questionHtml:
+ "A certain town has an area of 4.36 square miles. What is the area, in square yards, of this town? (1 mile = 1, 760 yards)",
+ choices: [
+ { label: "A", text: "404" },
+ { label: "B", text: "7, 674" },
+ { label: "C", text: "710, 459" },
+ { label: "D", text: "13, 505, 536" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Since the number of yards in 1 mile is 1, 760, the number of square yards in 1 square mile is (1, 760) (1, 760) = 3, 097, 600. Therefore, if the area of the town is 4.36 square miles, it is 4.36 (3, 097, 600) = 13, 505, 536, in square yards.
Choice A is incorrect and may result from dividing the number of yards in a mile by the square mileage of the town.
Choice B is incorrect and may result from multiplying the number of yards in a mile by the square mileage of the town.
Choice C is incorrect and may result from dividing the number of square yards in a square mile by the square mileage of the town.",
+ hasFigure: false,
+ },
+ {
+ id: "c9fb15ad",
+ type: "mcq",
+ questionHtml:
+ "One method of calculating the approximate age, in years, of a tree of a particular species is to multiply the diameter of the tree, in inches, by a constant called the growth factor for that species. The table above gives the growth factors for eight species of trees. If a white birch tree and a pin oak tree each now have a diameter of 1 foot, which of the following will be closest to the difference, in inches, of their diameters 10 years from now? (1 foot = 12 inches)",
+ choices: [
+ { label: "A", text: "1.0" },
+ { label: "B", text: "1.2" },
+ { label: "C", text: "1.3" },
+ { label: "D", text: "1.4" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. According to the given information, multiplying a tree species’ growth factor by the tree’s diameter is a method to approximate the age of the tree. A white birch with a diameter of 12 inches (or 1 foot) has a given growth factor of 5 and is approximately 60 years old. A pin oak with a diameter of 12 inches (or 1 foot) has a given growth factor of 3 and is approximately 36 years old. The diameters of the two trees 10 years from now can be found by dividing each tree’s age in 10 years, 70 years, and 46 years, by its respective growth factor. This yields 14 inches and 15 and one third inches. The difference between 15 and one third and 14 is 1 and one third, or approximately 1.3 inches.Alternate approach: Since a white birch has a growth factor of 5, the age increases at a rate of 5 years per inch or, equivalently, the diameter increases at a rate of one fifth of an inch per year. Likewise, the pin oak has a growth factor of 3, so its diameter increases at a rate of one third of an inch per year. Thus, the pin oak grows two fifteenths of an inch per year more than the white birch. In 10 years it will grow two fifteenths · 10 = four thirds of an inch more, which is approximately 1.3 inches.
Choices A, B, and D are incorrect and a result of incorrectly calculating the diameters of the two trees in 10 years.",
+ hasFigure: false,
+ },
+ {
+ id: "d6456c7a",
+ type: "mcq",
+ questionHtml:
+ "A certain park has an area of 11, 863, 808 square yards. What is the area, in square miles, of this park? (1 mile = 1, 760 yards)",
+ choices: [
+ { label: "A", text: "1.96" },
+ { label: "B", text: "3.83" },
+ { label: "C", text: "3, 444.39" },
+ { label: "D", text: "6, 740.8" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since 1 mile is equal to 1, 760 yards, 1 square mile is equal to 1, 760², or 3, 097, 600, square yards. It’s given that the park has an area of 11, 863, 808 square yards. Therefore, the park has an area of (11, 863, 808 square yards) ((1 square mile) / (3, 097, 600 square yards)), or (11, 863, 808) / (3, 097, 600) square miles. Thus, the area, in square miles, of the park is 3.83.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the square root of the area of the park in square yards, not the area of the park in square miles.
Choice D is incorrect and may result from converting 11, 863, 808 yards to miles, rather than converting 11, 863, 808 square yards to square miles.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/right-triangles-trig.ts b/src/data/math/right-triangles-trig.ts
new file mode 100644
index 0000000..bea60f4
--- /dev/null
+++ b/src/data/math/right-triangles-trig.ts
@@ -0,0 +1,466 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const RIGHT_TRI_TRIG_EASY: PracticeQuestion[] = [
+ {
+ id: "64c1f044",
+ type: "mcq",
+ questionHtml:
+ "One angle is a right angle.
The measure of a second angle is x°.
The length of the leg opposite the angle with measure x° is 26.
The length of the leg adjacent to the angle with measure x° is 7.
A note indicates the figure is not drawn to scale.
In the triangle shown, what is the value of tan x °?",
+ choices: [
+ { label: "A", text: "one twenty sixth" },
+ { label: "B", text: "(19) / (26)" },
+ { label: "C", text: "(26) / (7)" },
+ { label: "D", text: "(33) / (7)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The tangent of an acute angle in a right triangle is defined as the ratio of the length of the side opposite the angle to the length of the shorter side adjacent to the angle. In the triangle shown, the length of the side opposite the angle with measure x ° is 26 units and the length of the side adjacent to the angle with measure x ° is 7 units. Therefore, the value of tan x ° is (26) / (7).
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/64c1f044_svg1.svg",
+ },
+ {
+ id: "b0c5ece5",
+ type: "mcq",
+ questionHtml:
+ "One angle is a right angle.
The length of the side opposite the right angle is 19.
The lengths of the other 2 sides are as follows:
b
4
A note indicates the figure is not drawn to scale.
Which equation shows the relationship between the side lengths of the given triangle?",
+ choices: [
+ { label: "A", text: "4 b = 19" },
+ { label: "B", text: "4 + b = 19" },
+ { label: "C", text: "4² + b² = 19²" },
+ { label: "D", text: "4² − b² = 19²" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The Pythagorean theorem states that in a right triangle, the sum of the squares of the lengths of the two legs is equal to the square of the length of the hypotenuse. Therefore, a² + b² = c², where a and b are the lengths of the legs and c is the length of the hypotenuse. For the given right triangle, the lengths of the legs are 4 and b, and the length of the hypotenuse is 19. Substituting 4 for a and 19 for c in the equation a² + b² = c² yields 4² + b² = 19². Thus, the relationship between the side lengths of the given triangle is 4² + b² = 19².
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/b0c5ece5_svg1.svg",
+ },
+ {
+ id: "c9f8d1e9",
+ type: "mcq",
+ questionHtml:
+ "The side lengths are labeled as follows:
a
b
c
The angle opposite the side labeled c is a right angle.
A note indicates the figure is not drawn to scale.
For the right triangle shown, a = 4 and b = 5. Which expression represents the value of c?",
+ choices: [
+ { label: "A", text: "4 + 5" },
+ { label: "B", text: "√((4) (5))" },
+ { label: "C", text: "√(4 + 5)" },
+ { label: "D", text: "√(4² + 5²)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. By the Pythagorean theorem, if a right triangle has a hypotenuse with length c and legs with lengths a and b, then c² = a² + b². In the right triangle shown, the hypotenuse has length c and the legs have lengths a and b. It's given that a = 4 and b = 5. Substituting 4 for a and 5 for b in the Pythagorean theorem yields c² = 4² + 5². Taking the square root of both sides of this equation yields c = + or − √(4² + 5²). Since the length of a side of a triangle must be positive, the value of c is √(4² + 5²).
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: true,
+ figureUrl: "/practice-images/c9f8d1e9_svg1.svg",
+ },
+];
+
+export const RIGHT_TRI_TRIG_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "13d9a1c3",
+ type: "spr",
+ questionHtml:
+ "In the right triangle shown above, what is the length of line P Q ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 4. Triangle PQR has given angle measures of 30° and 90°, so the third angle must be 60° because the measures of the angles of a triangle sum to 180°. For any special right triangle with angles measuring 30°, 60°, and 90°, the length of the hypotenuse (the side opposite the right angle) is 2x, where x is the length of the side opposite the 30° angle. Segment PQ is opposite the 30° angle. Therefore, 2(PQ) = 8 and PQ = 4.",
+ hasFigure: true,
+ figureUrl: "/practice-images/13d9a1c3_img1.png",
+ },
+ {
+ id: "33e29881",
+ type: "mcq",
+ questionHtml:
+ "In right triangle R S T, the sum of the measures of angle R and angle S is 90 degrees. The value of sin (R) is (√(15)) / (4). What is the value of cos (S)?",
+ choices: [
+ { label: "A", text: "(√(15)) / (15)" },
+ { label: "B", text: "(√(15)) / (4)" },
+ { label: "C", text: "(4 √(15)) / (15)" },
+ { label: "D", text: "√(15)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The sine of any acute angle is equal to the cosine of its complement. It’s given that in right triangle R S T, the sum of the measures of angle R and angle S is 90 degrees. Therefore, angle R and angle S are complementary, and the value of sin R is equal to the value of cos S. It's given that the value of sin R is (√(15)) / (4), so the value of cos S is also (√(15)) / (4).
Choice A is incorrect. This is the value of tan S.
Choice C is incorrect. This is the value of (1) / (cos S).
Choice D is incorrect. This is the value of (1) / (tan S).",
+ hasFigure: false,
+ },
+ {
+ id: "902dc959",
+ type: "mcq",
+ questionHtml:
+ "In the figure above, what is the value of tan A?",
+ choices: [
+ { label: "A", text: "20 over 29" },
+ { label: "B", text: "21 over 29" },
+ { label: "C", text: "20 over 21" },
+ { label: "D", text: "21 over 20" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Angle A is an acute angle in a right triangle, so the value of tan(A) is equivalent to the ratio of the length of the side opposite angle A, 20, to the length of the nonhypotenuse side adjacent to angle A, 21. Therefore, tan A = 20 over 21.Choice A is incorrect. This is the value of sin(A). Choice B is incorrect. This is the value of cos(A). Choice D is incorrect. This is the value of tan(B).",
+ hasFigure: true,
+ figureUrl: "/practice-images/902dc959_img1.png",
+ },
+ {
+ id: "9ec76b54",
+ type: "mcq",
+ questionHtml:
+ "A right triangle has legs with lengths of 28 centimeters and 20 centimeters. What is the length of this triangle's hypotenuse, in centimeters?",
+ choices: [
+ { label: "A", text: "8 √(6)" },
+ { label: "B", text: "4 √(74)" },
+ { label: "C", text: "48" },
+ { label: "D", text: "1, 184" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The Pythagorean theorem states that in a right triangle, the sum of the squares of the lengths of the two legs is equal to the square of the length of the hypotenuse. It's given that the right triangle has legs with lengths of 28 centimeters and 20 centimeters. Let c represent the length of this triangle's hypotenuse, in centimeters. Therefore, by the Pythagorean theorem, 28² + 20² = c², or 1, 184 = c². Taking the positive square root of both sides of this equation yields √(1, 184) = c, or 4 √(74) = c. Therefore, the length of this triangle's hypotenuse, in centimeters, is 4 √(74).
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 square of the length of the triangle’s hypotenuse.",
+ hasFigure: false,
+ },
+ {
+ id: "a5aee181",
+ type: "mcq",
+ questionHtml:
+ "The length of a rectangle’s diagonal is (expression), and the length of the rectangle’s shorter side is (expression). What is the length of the rectangle’s longer side?",
+ choices: [
+ { label: "A", text: "(expression)" },
+ { label: "B", text: "(expression)" },
+ { label: "C", text: "(expression)" },
+ { label: "D", text: "(expression)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. A rectangle’s diagonal divides a rectangle into two congruent right triangles, where the diagonal is the hypotenuse of both triangles. It’s given that the length of the diagonal is 5 √(17) and the length of the rectangle’s shorter side is 5. Therefore, each of the two right triangles formed by the rectangle’s diagonal has a hypotenuse with length 5 √(17), and a shorter leg with length 5. To calculate the length of the longer leg of each right triangle, the Pythagorean theorem, a² + b² = c², can be used, where a and b are the lengths of the legs and c is the length of the hypotenuse of the triangle. Substituting 5 for a and 5 √(17) for c in the equation a² + b² = c² yields 5² + b² = (5 √(17))², which is equivalent to 25 + b² = 25 (17), or 25 + b² = 425. Subtracting 25 from each side of this equation yields b² = 400. Taking the positive square root of each side of this equation yields b = 20. Therefore, the length of the longer leg of each right triangle formed by the diagonal of the rectangle is 20. It follows that the length of the rectangle’s longer side is 20.
Choice A is incorrect and may result from dividing the length of the rectangle’s diagonal by the length of the rectangle’s shorter side, rather than substituting these values into the Pythagorean theorem.
Choice C is incorrect and may result from using the length of the rectangle’s diagonal as the length of a leg of the right triangle, rather than the length of the hypotenuse.
Choice D is incorrect. This is the square of the length of the rectangle’s longer side.",
+ hasFigure: false,
+ },
+ {
+ id: "bcb66188",
+ type: "mcq",
+ questionHtml:
+ "Triangle F G H is similar to triangle J K L, where angle F corresponds to angle J and angles G and K are right angles. If sin (F) = (308) / (317), what is the value of sin (J)?",
+ choices: [
+ { label: "A", text: "(75) / (317)" },
+ { label: "B", text: "(308) / (317)" },
+ { label: "C", text: "(317) / (308)" },
+ { label: "D", text: "(317) / (75)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. If two triangles are similar, then their corresponding angles are congruent. It's given that right triangle F G H is similar to right triangle J K L and angle F corresponds to angle J. It follows that angle F is congruent to angle J and, therefore, the measure of angle F is equal to the measure of angle J. The sine ratios of angles of equal measure are equal. Since the measure of angle F is equal to the measure of angle J, sin (F) = sin (J). It's given that sin (F) = (308) / (317). Therefore, sin (J) is (308) / (317).
Choice A is incorrect. This is the value of cos (J), not the value of sin (J).
Choice C is incorrect. This is the reciprocal of the value of sin (J), not the value of sin (J).
Choice D is incorrect. This is the reciprocal of the value of cos (J), not the value of sin (J).",
+ hasFigure: false,
+ },
+ {
+ id: "bf8d843e",
+ type: "mcq",
+ questionHtml:
+ "In triangle A, B C above, what is the length of A, D?",
+ choices: [
+ { label: "A", text: "4" },
+ { label: "B", text: "6" },
+ { label: "C", text: "6 · the √ 2" },
+ { label: "D", text: "6 · the √ 3" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Triangles ADB and CDB are both 30 ° 60 ° 90 ° triangles and share side B D . Therefore, triangles ADB and CDB are congruent by the angle-side-angle postulate. Using the properties of 30 ° 60 ° 90 ° triangles, the length of side A, D is half the length of hypotenuse A, B . Since the triangles are congruent, the length of side A, B = the length of side B C, which = 12. So the length of side A, D is twelve halves = 6.Alternate approach: Since angle CBD has a measure of 30 °, angle ABC must have a measure of 60 °. It follows that triangle ABC is equilateral, so side AC also has length 12. It also follows that the altitude BD is also a median, and therefore the length of AD is half of the length of AC, which is 6.
Choice A is incorrect. If the length of side A, D were 4, then the length of side A, B would be 8. However, this is incorrect because side A, B is congruent to side B C, which has a length of 12. Choices C and D are also incorrect. Following the same procedures as used to test choice A gives side A, B a length of 12 · the √ 2 for choice C and 12 · the √ 3 for choice D. However, these results cannot be true because side A, B is congruent to side B C, which has a length of 12.",
+ hasFigure: true,
+ figureUrl: "/practice-images/bf8d843e_img1.png",
+ },
+ {
+ id: "de550be0",
+ type: "mcq",
+ questionHtml:
+ "One angle is a right angle.
The length of the side opposite the right angle is 21.
The length of one side adjacent to the right angle is 6.
The length of the other side adjacent to the right angle is a.
A note indicates the figure is not drawn to scale.
For the triangle shown, which expression represents the value of a?",
+ choices: [
+ { label: "A", text: "√(21² − 6²)" },
+ { label: "B", text: "21² − 6²" },
+ { label: "C", text: "√(21 − 6)" },
+ { label: "D", text: "21 − 6" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. For the right triangle shown, the lengths of the legs are a units and 6 units, and the length of the hypotenuse is 21 units. The Pythagorean theorem states that in a right triangle, the sum of the squares of the lengths of the two legs is equal to the square of the length of the hypotenuse. Therefore, a² + 6² = 21². Subtracting 6² from both sides of this equation yields a² = 21² − 6². Taking the square root of both sides of this equation yields a = + or − √(21² − 6²). Since a is a length, a must be positive. Therefore, a = √(21² − 6²). Thus, for the triangle shown, √(21² − 6²) represents the value of a.
Choice B is incorrect. For the triangle shown, this expression represents the value of a², not a.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/de550be0_svg1.svg",
+ },
+];
+
+export const RIGHT_TRI_TRIG_HARD: PracticeQuestion[] = [
+ {
+ id: "0e709a29",
+ type: "mcq",
+ questionHtml:
+ "R S = 440
S T = 384
T R = 584
The side lengths of right triangle R S T are given. Triangle R S T is similar to triangle U V W, where S corresponds to V and T corresponds to W. What is the value of tan W?",
+ choices: [
+ { label: "A", text: "(48) / (73)" },
+ { label: "B", text: "(55) / (73)" },
+ { label: "C", text: "(48) / (55)" },
+ { label: "D", text: "(55) / (48)" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The hypotenuse of triangle R S T is the longest side and is across from the right angle. The longest side length given is 584, which is the length of side T R. Therefore, the hypotenuse of triangle R S T is side T R, so the right angle is angle S. The tangent of an acute angle in a right triangle is the ratio of the length of the opposite side, which is the side across from the angle, to the length of the adjacent side, which is the side closest to the angle that is not the hypotenuse. It follows that the opposite side of angle T is side R S and the adjacent side of angle T is side S T. Therefore, tan T = (R S) / (S T). Substituting 440 for R S and 384 for S T in this equation yields tan T = (440) / (384). This is equivalent to tan T = (55) / (48). It’s given that triangle R S T is similar to triangle U V W, where S corresponds to V and T corresponds to W. It follows that R corresponds to U. Therefore, the hypotenuse of triangle U V W is side W U, which means tan W = (U V) / (V W). Since the lengths of corresponding sides of similar triangles are proportional, (R S) / (S T) = (U V) / (V W). Therefore, tan W = (U V) / (V W) is equivalent to tan W = (R S) / (S T), or tan W = tan T. Thus, tan W = (55) / (48).
Choice A is incorrect. This is the value of cos W, not tan W.
Choice B is incorrect. This is the value of sin W, not tan W.
Choice C is incorrect. This is the value of (1) / (tan W), not tan W.",
+ hasFigure: false,
+ },
+ {
+ id: "1429dcdf",
+ type: "spr",
+ questionHtml:
+ "One angle is a right angle.
The measure of a second angle is x°.
The length of the hypotenuse is 23.
The length of the leg opposite the angle with measure x° is 16.
A note indicates the figure is not drawn to scale.
In the triangle shown, what is the value of sin x °?",
+ choices: [],
+ correctAnswer: ".6956, .6957, 16/23",
+ explanation:
+ "The correct answer is (16) / (23). In a right triangle, the sine of an acute angle is defined as the ratio of the length of the side opposite the angle to the length of the hypotenuse. In the triangle shown, the length of the side opposite the angle with measure x ° is 16 units and the length of the hypotenuse is 23 units. Therefore, the value of sin x ° is (16) / (23). Note that 16/23, .6956, .6957, 0.695, and 0.696 are examples of ways to enter a correct answer.",
+ hasFigure: true,
+ figureUrl: "/practice-images/1429dcdf_svg1.svg",
+ },
+ {
+ id: "25da87f8",
+ type: "spr",
+ questionHtml:
+ "A triangle with angle measures 30°, 60°, and 90° has a perimeter of 18 + 6 · the √ 3. What is the length of the longest side of the triangle?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 12. It is given that the triangle has angle measures of 30°, 60°, and 90°, and so the triangle is a special right triangle. The side measures of this type of special triangle are in the ratio 2 to 1 to the √ 3. If x is the measure of the shortest leg, then the measure of the other leg is the √ 3 end root x and the measure of the hypotenuse is 2x. The perimeter of the triangle is given to be 18 + 6 · the √ 3, end root, and so the equation for the perimeter can be written as 2 x + x + the √ 3 end root x = 18 + 6 · the √ 3. Combining like terms and factoring out a common factor of x on the left-hand side of the equation gives (3 + the √ 3, ) · x = 18 + 6 · the √ 3. Rewriting the right-hand side of the equation by factoring out 6 gives (3 + the √ 3, ) · x = 6 · (3 + the √ 3, ). Dividing both sides of the equation by the common factor (3 + the √ 3, ) gives x = 6. The longest side of the right triangle, the hypotenuse, has a length of 2x, or 2(6), which is 12.",
+ hasFigure: false,
+ },
+ {
+ id: "2be01bd9",
+ type: "spr",
+ questionHtml:
+ "Triangle A B C is similar to triangle D E F, where angle A corresponds to angle D and angle C corresponds to angle F. Angles C and F are right angles. If tan (A) = (50) / (7), what is the value of tan (E)?",
+ choices: [],
+ correctAnswer: ".14, 7/50",
+ explanation:
+ "The correct answer is seven fiftieths. It's given that triangle A B C is similar to triangle D E F, where angle A corresponds to angle D and angle C corresponds to angle F. In similar triangles, the tangents of corresponding angles are equal. Since angle A and angle D are corresponding angles, if tan (A) = (50) / (7), then tan (D) = (50) / (7). It's also given that angles C and F are right angles. It follows that triangle D E F is a right triangle with acute angles D and E. The tangent of one acute angle in a right triangle is the inverse of the tangent of the other acute angle in the triangle. Therefore, tan (E) = (1) / (tan (D)). Substituting (50) / (7) for tan (D) in this equation yields tan (E) = Start(1 OverOver StartFraction 50) / (7) EndEndFraction, or tan (E) = seven fiftieths. Thus, if tan (A) = (50) / (7), the value of tan (E) is seven fiftieths. Note that 7/50 and .14 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "4c95c7d4",
+ type: "mcq",
+ questionHtml:
+ "A graphic designer is creating a logo for a company. The logo is shown in the figure above. The logo is in the shape of a trapezoid and consists of three congruent equilateral triangles. If the perimeter of the logo is 20 centimeters, what is the combined area of the shaded regions, in square centimeters, of the logo?",
+ choices: [
+ { label: "A", text: "2 · the √ 3" },
+ { label: "B", text: "4 · the √ 3" },
+ { label: "C", text: "8 · the √ 3" },
+ { label: "D", text: "16" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that the logo is in the shape of a trapezoid that consists of three congruent equilateral triangles, and that the perimeter of the trapezoid is 20 centimeters (cm). Since the perimeter of the trapezoid is the sum of the lengths of 5 of the sides of the triangles, the length of each side of an equilateral triangle is the fraction 20 over 5 = 4 centimeters. Dividing up one equilateral triangle into two right triangles yields a pair of congruent 30°-60°-90° triangles. The shorter leg of each right triangle is half the length of the side of an equilateral triangle, or 2 cm. Using the Pythagorean Theorem, a, ² + b² = c², the height of the equilateral triangle can be found. Substituting a = 2 and c = 4 and solving for b yields the √, 4² − 2², end root = the √ 12, which = 2 · the √ 3 centimeters cm. The area of one equilateral triangle is one half b h, where b = 2 and h = 2 · the √ 3. Therefore, the area of one equilateral triangle is one half · 4 · (2 · the √ 3, ) = 4 · the √ 3 centimeters². The shaded area consists of two such triangles, so its area is 2 · 4 · the √ 3 = 8 · the √ 3 centimeters².Alternate approach: The area of a trapezoid can be found by evaluating the expression one half · (b sub 1 + b sub 2, ) · h, where b sub 1is the length of one base, b sub 2 is the length of the other base, and h is the height of the trapezoid. Substituting b sub 1 = 8, b sub 2 = 4, and h = 2 · the √ 3 yields the expression one half · (8 + 4, ) · (2 · the √ 3, ), or one half · 12 · (2 · the √ 3, ), which gives an area of 12 · the √ 3 centimeters² for the trapezoid. Since two-thirds of the trapezoid is shaded, the area of the shaded region is two thirds · 12 · the √ 3 = 8 · the √ 3.
Choice A is incorrect. This is the height of the trapezoid. Choice B is incorrect. This is the area of one of the equilateral triangles, not two. Choice D is incorrect and may result from using a height of 4 for each triangle rather than the height of 2 · the √ 3.",
+ hasFigure: true,
+ figureUrl: "/practice-images/4c95c7d4_img1.png",
+ },
+ {
+ id: "55bb437a",
+ type: "spr",
+ questionHtml:
+ "In the figure above, tan of B = the fraction 3 over 4. If B C = 15 and D A = 4, what is the length of D E ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 6. Since tan of B = three fourths, triangle A, B C and triangle D B E are both similar to 3-4-5 triangles. This means that they are both similar to the right triangle with sides of lengths 3, 4, and 5. Since the length of side B C = 15, which is 3 times as long as the hypotenuse of the 3-4-5 triangle, the similarity ratio of triangle A, B C to the 3-4-5 triangle is 3:1. Therefore, the length of side A, C (the side opposite to angle B) is 3 · 3 = 9, and the length of side A, B (the side adjacent to angle B) is 4 · 3 = 12. It is also given that the length of side D A = 4. Since the length of side A, B = the length of side D A + the length of side D B and the length of side A, B = 12, it follows that the length of side D B = 8, which means that the similarity ratio of triangle D B E to the 3-4-5 triangle is 2:1 ( side D B is the side adjacent to angle B). Therefore, the length of side D E, which is the side opposite to angle B, is 3 · 2 = 6.",
+ hasFigure: true,
+ figureUrl: "/practice-images/55bb437a_img1.png",
+ },
+ {
+ id: "568d66a7",
+ type: "mcq",
+ questionHtml:
+ "An isosceles right triangle has a perimeter of 94 + 94 √(2) inches. What is the length, in inches, of one leg of this triangle?",
+ choices: [
+ { label: "A", text: "47" },
+ { label: "B", text: "47 √(2)" },
+ { label: "C", text: "94" },
+ { label: "D", text: "94 √(2)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that the right triangle is isosceles. In an isosceles right triangle, the two legs have equal lengths, and the length of the hypotenuse is √(2) times the length of one of the legs. Let script l represent the length, in inches, of each leg of the isosceles right triangle. It follows that the length of the hypotenuse is script l √(2) inches. The perimeter of a figure is the sum of the lengths of the sides of the figure. Therefore, the perimeter of the isosceles right triangle is script l + script l + script l √(2) inches. It's given that the perimeter of the triangle is 94 + 94 √(2) inches. It follows that script l + script l + script l √(2) = 94 + 94 √(2). Factoring the left-hand side of this equation yields (1 + 1 + √(2)) script l = 94 + 94 √(2), or (2 + √(2)) script l = 94 + 94 √(2). Dividing both sides of this equation by 2 + √(2) yields script l = (94 + 94 √(2)) / (2 + √(2)). Rationalizing the denominator of the right-hand side of this equation by multiplying the right-hand side of the equation by (2 − √(2)) / (2 − √(2)) yields script l = ((94 + 94 √(2)) (2 − √(2))) / ((2 + √(2)) (2 − √(2))). Applying the distributive property to the numerator and to the denominator of the right-hand side of this equation yields script l = (188 − 94 √(2) + 188 √(2) − 94 √(4)) / (4 − 2 √(2) + 2 √(2) − √(4)). This is equivalent to script l = (94 √(2)) / (2), or script l = 47 √(2). Therefore, the length, in inches, of one leg of the isosceles right triangle is 47 √(2).
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. This is the length, in inches, of the hypotenuse.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "6933b3d9",
+ type: "spr",
+ questionHtml:
+ "The figure presents right triangle R S T such that side R T is horizontal, vertex T is to the right of vertex R, and vertex S is above R T. Side R S is labeled 12. Side S T is labeled 5. Angle S is a right angleIn triangle RST above, point W (not shown) lies on R T. What is the value of cos of angle R S W − sin of angle W S T ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 0. Note that no matter where point W is on side R T, the sum of the measures of angle R S W and angle W S T is equal to the measure of angle R S T, which is 90 °. Thus, angle R S W and angle W S T are complementary angles. Since the cosine of an angle is equal to the sine of its complementary angle, the cos of angle R S W = the sin of angle W S T. Therefore, the cos of angle R S W − the sin of angle W S T = 0.",
+ hasFigure: true,
+ figureUrl: "/practice-images/6933b3d9_img1.png",
+ },
+ {
+ id: "6ab30ce3",
+ type: "mcq",
+ questionHtml:
+ "Triangle A B C is similar to triangle D E F, where A corresponds to D and C corresponds to F. Angles C and F are right angles. If tan (A) = √(3) and D F = 125, what is the length of D E?",
+ choices: [
+ { label: "A", text: "125 (√(3)) / (3)" },
+ { label: "B", text: "125 (√(3)) / (2)" },
+ { label: "C", text: "125 √(3)" },
+ { label: "D", text: "250" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Corresponding angles in similar triangles have equal measures. It's given that triangle A B C is similar to triangle D E F, where A corresponds to D, so the measure of angle A is equal to the measure of angle D. Therefore, if tan (A) = √(3), then tan (D) = √(3). It's given that angles C and F are right angles, so triangles A B C and D E F are right triangles. The adjacent side of an acute angle in a right triangle is the side closest to the angle that is not the hypotenuse. It follows that the adjacent side of angle D is side D F. The opposite side of an acute angle in a right triangle is the side across from the acute angle. It follows that the opposite side of angle D is side E F. The tangent of an acute angle in a right triangle is the ratio of the length of the opposite side to the length of the adjacent side. Therefore, tan (D) = (E F) / (D F). If D F = 125, the length of side E F can be found by substituting √(3) for tan (D) and 125 for D F in the equation tan (D) = (E F) / (D F), which yields √(3) = (E F) / (125). Multiplying both sides of this equation by 125 yields 125 √(3) = E F. Since the length of side E F is √(3) times the length of side D F, it follows that triangle D E F is a special right triangle with angle measures 30 °, 60 °, and 90 °. Therefore, the length of the hypotenuse, D E, is 2 times the length of side D F, or D E = 2 (D F). Substituting 125 for D F in this equation yields D E = 2 (125), or D E = 250. Thus, if tan (A) = √(3) and D F = 125, the length of D E is 250.
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. This is the length of E F, not D E.",
+ hasFigure: false,
+ },
+ {
+ id: "7c25b0dc",
+ type: "spr",
+ questionHtml:
+ "The length of a rectangle’s diagonal is 3 √(17), and the length of the rectangle’s shorter side is 3. What is the length of the rectangle’s longer side?",
+ choices: [],
+ correctAnswer: "12",
+ explanation:
+ "The correct answer is 12. The diagonal of a rectangle forms a right triangle, where the shorter side and the longer side of the rectangle are the legs of the triangle and the diagonal of the rectangle is the hypotenuse of the triangle. It's given that the length of the rectangle's diagonal is 3 √(17) and the length of the rectangle's shorter side is 3. Thus, the length of the hypotenuse of the right triangle formed by the diagonal is 3 √(17) and the length of one of the legs is 3. By the Pythagorean theorem, if a right triangle has a hypotenuse with length c and legs with lengths a and b, then a² + b² = c². Substituting 3 √(17) for c and 3 for b in this equation yields a² + (3)² = (3 √(17))², or a² + 9 = 153. Subtracting 9 from both sides of this equation yields a² = 144. Taking the square root of both sides of this equation yields a = + or − √(144), or a = + or − 12. Since a represents a length, which must be positive, the value of a is 12. Thus, the length of the rectangle's longer side is 12.",
+ hasFigure: false,
+ },
+ {
+ id: "8027db3f",
+ type: "spr",
+ questionHtml:
+ "In triangle J K L, cos (K) = (24) / (51) and angle J is a right angle. What is the value of cos (L)?",
+ choices: [],
+ correctAnswer: ".8823, .8824, 15/17",
+ explanation:
+ "The correct answer is (15) / (17). It's given that angle J is the right angle in triangle J K L. Therefore, the acute angles of triangle J K L are angle K and angle L. The hypotenuse of a right triangle is the side opposite its right angle. Therefore, the hypotenuse of triangle J K L is side K L. The cosine of an acute angle in a right triangle is the ratio of the length of the side adjacent to the angle to the length of the hypotenuse. It's given that cos (K) = (24) / (51). This can be written as cos (K) = eight seventeenths. Since the cosine of angle K is a ratio, it follows that the length of the side adjacent to angle K is 8 n and the length of the hypotenuse is 17 n, where n is a constant. Therefore, J K = 8 n and K L = 17 n. The Pythagorean theorem states that in a right triangle, the square of the length of the hypotenuse is equal to the sum of the squares of the lengths of the other two sides. For triangle J K L, it follows that (J K)² + (J L)² = (K L)². Substituting 8 n for J K and 17 n for K L yields (8 n)² + (J L)² = (17 n)². This is equivalent to 64 n² + (J L)² = 289 n². Subtracting 64 n² from each side of this equation yields (J L)² = 225 n². Taking the square root of each side of this equation yields J L = 15 n. Since cos (L) = (J L) / (K L), it follows that cos (L) = (15 n) / (17 n), which can be rewritten as cos (L) = (15) / (17). Note that 15/17, .8824, .8823, and 0.882 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "92eb236a",
+ type: "mcq",
+ questionHtml:
+ "In a right triangle, the tangent of one of the two acute angles is the fraction with numerator the √ 3, and denominator 3. What is the tangent of the other acute angle?",
+ choices: [
+ {
+ label: "A",
+ text: "the − of the fraction with numerator the √ 3, and denominator 3",
+ },
+ {
+ label: "B",
+ text: "the − of the fraction with numerator 3, and denominator the √ 3",
+ },
+ {
+ label: "C",
+ text: "the fraction with numerator the √ 3, and denominator 3",
+ },
+ {
+ label: "D",
+ text: "the fraction with numerator 3, and denominator the √ 3",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The tangent of a nonright angle in a right triangle is defined as the ratio of the length of the leg opposite the angle to the length of the leg adjacent to the angle. Using that definition for tangent, in a right triangle with legs that have lengths a and b, the tangent of one acute angle is the fraction a, over b and the tangent for the other acute angle is the fraction b over a. It follows that the tangents of the acute angles in a right triangle are reciprocals of each other. Therefore, the tangent of the other acute angle in the given triangle is the reciprocal of the fraction, the √ 3, end root, over 3, end fraction or the fraction, 3 over the √ 3, end fraction.Choice A is incorrect and may result from assuming that the tangent of the other acute angle is the negative of the tangent of the angle described. Choice B is incorrect and may result from assuming that the tangent of the other acute angle is the negative of the reciprocal of the tangent of the angle described. Choice C is incorrect and may result from interpreting the tangent of the other acute angle as equal to the tangent of the angle described.",
+ hasFigure: false,
+ },
+ {
+ id: "a4bd60a3",
+ type: "spr",
+ questionHtml:
+ "The perimeter of an equilateral triangle is 624 centimeters. The height of this triangle is k √(3) centimeters, where k is a constant. What is the value of k?",
+ choices: [],
+ correctAnswer: "104",
+ explanation:
+ "The correct answer is 104. An equilateral triangle is a triangle in which all three sides have the same length and all three angles have a measure of 60 °. The height of the triangle, k √(3), is the length of the altitude from one vertex. The altitude divides the equilateral triangle into two congruent 30-60-90 right triangles, where the altitude is the side across from the 60 ° angle in each 30-60-90 right triangle. Since the altitude has a length of k √(3), it follows from the properties of 30-60-90 right triangles that the side across from each 30 ° angle has a length of k and each hypotenuse has a length of 2 k. In this case, the hypotenuse of each 30-60-90 right triangle is a side of the equilateral triangle; therefore, each side length of the equilateral triangle is 2 k. The perimeter of a triangle is the sum of the lengths of each side. It's given that the perimeter of the equilateral triangle is 624; therefore, 2 k + 2 k + 2 k = 624, or 6 k = 624. Dividing both sides of this equation by 6 yields k = 104.",
+ hasFigure: false,
+ },
+ {
+ id: "ae041e52",
+ type: "mcq",
+ questionHtml:
+ "A square is inscribed in a circle. The radius of the circle is (20 √(2)) / (2) inches. What is the side length, in inches, of the square?",
+ choices: [
+ { label: "A", text: "20" },
+ { label: "B", text: "(20 √(2)) / (2)" },
+ { label: "C", text: "20 √(2)" },
+ { label: "D", text: "40" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. When a square is inscribed in a circle, a diagonal of the square is a diameter of the circle. It's given that a square is inscribed in a circle and the length of a radius of the circle is (20 √(2)) / (2) inches. Therefore, the length of a diameter of the circle is 2 ((20 √(2)) / (2)) inches, or 20 √(2) inches. It follows that the length of a diagonal of the square is 20 √(2) inches. A diagonal of a square separates the square into two right triangles in which the legs are the sides of the square and the hypotenuse is a diagonal. Since a square has 4 congruent sides, each of these two right triangles has congruent legs and a hypotenuse of length 20 √(2) inches. Since each of these two right triangles has congruent legs, they are both 45-45-90 triangles. In a 45-45-90 triangle, the length of the hypotenuse is √(2) times the length of a leg. Let s represent the length of a leg of one of these 45-45-90 triangles. It follows that 20 √(2) = √(2) (s). Dividing both sides of this equation by √(2) yields 20 = s. Therefore, the length of a leg of one of these 45-45-90 triangles is 20 inches. Since the legs of these two 45-45-90 triangles are the sides of the square, it follows that the side length of the square is 20 inches.
Choice B is incorrect. This is the length of a radius, in inches, of the circle.
Choice C is incorrect. This is the length of a diameter, in inches, of the circle.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "bd87bc09",
+ type: "spr",
+ questionHtml:
+ "Triangle A, B C above is a right triangle, and the sin of B = 5 over 13. What is the length of side B C?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 24. The sine of an acute angle in a right triangle is equal to the ratio of the length of the side opposite the angle to the length of the hypotenuse. In the triangle shown, the sine of angle B, or sin of B, is equal to the ratio of the length of side A, C to the length of side A, B. It’s given that the length of side A, B is 26 and that sin of B = 5 over 13. Therefore, the fraction 5 over 13 = the fraction A, B over 26. Multiplying both sides of this equation by 26 yields A, C = 10.By the Pythagorean Theorem, the relationship between the lengths of the sides of triangle ABC is as follows: 26² = 10² + B C², or 676 = 100 + B C². Subtracting 100 from both sides of 676 = 100 + B C² yields 576 = B C². Taking the square root of both sides of 576 = B C² yields 24 = B C.",
+ hasFigure: true,
+ figureUrl: "/practice-images/bd87bc09_img1.png",
+ },
+ {
+ id: "c6dff223",
+ type: "spr",
+ questionHtml:
+ "Triangle A B C is similar to triangle D E F, where angle A corresponds to angle D and angles C and F are right angles. The length of A B is 2.9 times the length of D E. If tan A = (21) / (20), what is the value of sin D?",
+ choices: [],
+ correctAnswer: ".7241, 21/29",
+ explanation:
+ "The correct answer is (21) / (29). It's given that triangle A B C is similar to triangle D E F, where angle A corresponds to angle D and angles C and F are right angles. In similar triangles, the tangents of corresponding angles are equal. Therefore, if tan A = (21) / (20), then tan D = (21) / (20). In a right triangle, the tangent of an acute angle is the ratio of the length of the leg opposite the angle to the length of the leg adjacent to the angle. Therefore, in triangle D E F, if tan D = (21) / (20), the ratio of the length of E F to the length of D F is (21) / (20). If the lengths of E F and D F are 21 and 20, respectively, then the ratio of the length of E F to the length of D F is (21) / (20). In a right triangle, the sine of an acute angle is the ratio of the length of the leg opposite the angle to the length of the hypotenuse. Therefore, the value of sin D is the ratio of the length of E F to the length of D E. The length of D E can be calculated using the Pythagorean theorem, which states that if the lengths of the legs of a right triangle are a and b and the length of the hypotenuse is c, then a² + b² = c². Therefore, if the lengths of E F and D F are 21 and 20, respectively, then (21)² + (20)² = (D E)², or 841 = (D E)². Taking the positive square root of both sides of this equation yields 29 = D E. Therefore, if the lengths of E F and D F are 21 and 20, respectively, then the length of D E is 29 and the ratio of the length of E F to the length of D E is (21) / (29). Thus, if tan A = (21) / (20), the value of sin D is (21) / (29). Note that 21/29, .7241, and 0.724 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "c9931030",
+ type: "mcq",
+ questionHtml:
+ "R S = 20
S T = 48
T R = 52
The side lengths of right triangle R S T are given. Triangle R S T is similar to triangle U V W, where S corresponds to V and T corresponds to W. What is the value of tan W?",
+ choices: [
+ { label: "A", text: "five thirteenths" },
+ { label: "B", text: "five twelfths" },
+ { label: "C", text: "(12) / (13)" },
+ { label: "D", text: "(12) / (5)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that right triangle R S T is similar to triangle U V W, where S corresponds to V and T corresponds to W. It's given that the side lengths of the right triangle R S T are R S = 20, S T = 48, and T R = 52. Corresponding angles in similar triangles are equal. It follows that the measure of angle T is equal to the measure of angle W. The hypotenuse of a right triangle is the longest side. It follows that the hypotenuse of triangle R S T is side T R. The hypotenuse of a right triangle is the side opposite the right angle. Therefore, angle S is a right angle. The adjacent side of an acute angle in a right triangle is the side closest to the angle that is not the hypotenuse. It follows that the adjacent side of angle T is side S T. The opposite side of an acute angle in a right triangle is the side across from the acute angle. It follows that the opposite side of angle T is side R S. The tangent of an acute angle in a right triangle is the ratio of the length of the opposite side to the length of the adjacent side. Therefore, tan T = (R S) / (S T). Substituting 20 for R S and 48 for S T in this equation yields tan T = (20) / (48), or tan T = five twelfths. The tangents of two acute angles with equal measures are equal. Since the measure of angle T is equal to the measure of angle W, it follows that tan T = tan W. Substituting five twelfths for tan T in this equation yields five twelfths = tan W. Therefore, the value of tan W is five twelfths.
Choice A is incorrect. This is the value of sin W.
Choice C is incorrect. This is the value of cos W.
Choice D is incorrect. This is the value of (1) / (tan W).",
+ hasFigure: false,
+ },
+ {
+ id: "dba6a25a",
+ type: "spr",
+ questionHtml:
+ "In the figure above, B D is parallel to A, E. What is the length of C E ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 30. In the figure given, since side B D is parallel to side A, E and both segments are intersected by side C E, then angle BDC and angle AEC are corresponding angles and therefore congruent. Angle BCD and angle ACE are also congruent because they are the same angle. Triangle BCD and triangle ACE are similar because if two angles of one triangle are congruent to two angles of another triangle, the triangles are similar. Since triangle BCD and triangle ACE are similar, their corresponding sides are proportional. So in triangle BCD and triangle ACE, side B D corresponds to side A, E and side C D corresponds to side C E. Therefore, the length of side B D over the length of side C D = the length of side A, E over the length of side C E. Since triangle BCD is a right triangle, the Pythagorean theorem can be used to give the value of CD: 6² + 8² = the length of side C D². Taking the square root of each side gives the length of side C D = 10. Substituting the values in the proportion the length of side B D over the length of side C D = the length of side A, E over the length of side C E yields 6 over 10 = 18 over the length of C E. Multiplying each side by CE, and then multiplying by 10 over 6 yields the length of side C E equal to 30. Therefore, the length of side C E is 30.",
+ hasFigure: true,
+ figureUrl: "/practice-images/dba6a25a_img1.png",
+ },
+ {
+ id: "f811d345",
+ type: "spr",
+ questionHtml:
+ "A right triangle has legs with lengths of 24 centimeters and 21 centimeters. If the length of this triangle's hypotenuse, in centimeters, can be written in the form 3 √(d), where d is an integer, what is the value of d?",
+ choices: [],
+ correctAnswer: "113",
+ explanation:
+ "The correct answer is 113. It's given that the legs of a right triangle have lengths 24 centimeters and 21 centimeters. In a right triangle, the square of the length of the hypotenuse is equal to the sum of the squares of the lengths of the two legs. It follows that if h represents the length, in centimeters, of the hypotenuse of the right triangle, h² = 24² + 21². This equation is equivalent to h² = 1, 017. Taking the square root of each side of this equation yields h = √(1, 017). This equation can be rewritten as h = √(9 dot 113), or h = √(9) dot √(113). This equation is equivalent to h = 3 √(113). It's given that the length of the triangle's hypotenuse, in centimeters, can be written in the form 3 √(d). It follows that the value of d is 113.",
+ hasFigure: false,
+ },
+ {
+ id: "ffe862a3",
+ type: "mcq",
+ questionHtml:
+ "An isosceles right triangle has a hypotenuse of length 58 inches. What is the perimeter, in inches, of this triangle?",
+ choices: [
+ { label: "A", text: "29 √(2)" },
+ { label: "B", text: "58 √(2)" },
+ { label: "C", text: "58 + 58 √(2)" },
+ { label: "D", text: "58 + 116 √(2)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Since the triangle is an isosceles right triangle, the two sides that form the right angle must be the same length. Let x be the length, in inches, of each of those sides. The Pythagorean theorem states that in a right triangle, a² + b² = c², where c is the length of the hypotenuse and a and b are the lengths of the other two sides. Substituting x for a, x for b, and 58 for c in this equation yields x² + x² = 58², or 2 x² = 58². Dividing each side of this equation by 2 yields x² = (58²) / (2), or x² = (2 dot 58²) / (4). Taking the square root of each side of this equation yields two solutions: x = (58 √(2)) / (2) and x = − (58 √(2)) / (2). The value of x must be positive because it represents a side length. Therefore, x = (58 √(2)) / (2), or x = 29 √(2). The perimeter, in inches, of the triangle is 58 + x + x, or 58 + 2 x. Substituting 29 √(2) for x in this expression gives a perimeter, in inches, of 58 + 2 (29 √(2)), or 58 + 58 √(2).
Choice A is incorrect. This is the length, in inches, of each of the congruent sides of the triangle, not the perimeter, in inches, of the triangle.
Choice B is incorrect. This is the sum of the lengths, in inches, of the congruent sides of the triangle, not the perimeter, in inches, of the triangle.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/sample-statistics-moe.ts b/src/data/math/sample-statistics-moe.ts
new file mode 100644
index 0000000..21a2217
--- /dev/null
+++ b/src/data/math/sample-statistics-moe.ts
@@ -0,0 +1,419 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const SAMPLE_STATS_EASY: PracticeQuestion[] = [
+ {
+ id: "0108ac2d",
+ type: "mcq",
+ questionHtml:
+ "At a large high school, 300 students were selected at random and were asked in a survey about a menu change in the school cafeteria. All 300 students completed the survey. It was estimated that 38% of the students were in support of a menu change, with a margin of error of 5.5%. Which of the following is the best interpretation of the survey results?",
+ choices: [
+ {
+ label: "A",
+ text: "The percent of the students at the school who support a menu change is 38%.",
+ },
+ {
+ label: "B",
+ text: "The percent of the students at the school who support a menu change is greater than 38%.",
+ },
+ {
+ label: "C",
+ text: "Plausible values of the percent of the students at the school who support a menu change are between 32.5% and 43.5%.",
+ },
+ {
+ label: "D",
+ text: "Plausible values of the number of the students at the school who support a menu change are between 295 and 305.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that an estimated 38% of sampled students at the school were in support of a menu change, with a margin of error of 5.5%. It follows that the percent of the students at the school who support a menu change is 38% plus or minus 5.5%. The lower bound of this estimation is 38 − 5 . 5, or 32.5%. The upper bound of this estimation is 38 + 5 . 5, or 43.5%. Therefore, plausible values of the percent of the students at the school who support a menu change are between 32.5% and 43.5%.Choice A is incorrect. This is the percent of the sampled students at the school who support a menu change. Choices B and D are incorrect and may result from misinterpreting the margin of error.",
+ hasFigure: false,
+ },
+ {
+ id: "6a305cd0",
+ type: "mcq",
+ questionHtml:
+ "In a study, the data from a random sample of a population had a mean of 37, with an associated margin of error of 3. Which of the following is the most appropriate conclusion that can be made about the population mean?",
+ choices: [
+ { label: "A", text: "It is less than 37." },
+ { label: "B", text: "It is greater than 37." },
+ { label: "C", text: "It is between 34 and 40." },
+ { label: "D", text: "It is less than 34 or greater than 40." },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that the mean of the data from a random sample of a population is 37, with an associated margin of error of 3. The most appropriate conclusion that can be made is that the mean of the entire population will fall between 37, plus or minus 3. Therefore, the population mean is between 37 − 3, which = 34 and 37 + 3, which = 40.Choice A is incorrect. While it’s an appropriate conclusion that the population mean is as low as 37 − 3, or 34, it isn’t appropriate to conclude that the population mean is less than 34. Choice B is incorrect. While it’s an appropriate conclusion that the population mean is as high as 37 + 3, or 40, it isn’t appropriate to conclude that the population mean is greater than 40. Choice D is incorrect. It isn’t an appropriate conclusion that the population mean is less than 34 or greater than 40.",
+ hasFigure: false,
+ },
+ {
+ id: "90eed2e5",
+ type: "mcq",
+ questionHtml:
+ "A city has 50 city council members. A reporter polled a random sample of 20 city council members and found that 6 of those polled supported a specific bill. Based on the sample, which of the following is the best estimate of the number of city council members in the city who support the bill?",
+ choices: [
+ { label: "A", text: "6" },
+ { label: "B", text: "9" },
+ { label: "C", text: "15" },
+ { label: "D", text: "30" },
+ ],
+ correctAnswer: "",
+ explanation:
+ "Choice C is correct. Because a random sample of the city council was polled, the proportion of the sample who supported the bill is expected to be approximately equal to the proportion of the total city council who supports the bill. Since 6 of the 20 polled, or 30%, supported the bill, it can be estimated that 50 · 0 . 3, or 15, city council members support the bill.Choice A is incorrect. This is the number of city council members in the sample who supported the bill. Choice B is incorrect and may result from a computational error. Choice D is incorrect. This is the number of city council members in the sample of city council members who were not polled.",
+ hasFigure: false,
+ },
+ {
+ id: "affb2315",
+ type: "mcq",
+ questionHtml:
+ "There are 55 students in Spanish club. A sample of the Spanish club students was selected at random and asked whether they intend to enroll in a new study program. Of those surveyed, 20 % sign responded that they intend to enroll in the study program. Based on this survey, which of the following is the best estimate of the total number of Spanish club students who intend to enroll in the study program?",
+ choices: [
+ { label: "A", text: "11" },
+ { label: "B", text: "20" },
+ { label: "C", text: "44" },
+ { label: "D", text: "55" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that 20 % sign of the students surveyed responded that they intend to enroll in the study program. Therefore, the proportion of students in Spanish club who intend to enroll in the study program, based on the survey, is 0.20. Since there are 55 total students in Spanish club, the best estimate for the total number of these students who intend to enroll in the study program is 55 (0.20), or 11.
Choice B is incorrect. This is the best estimate for the percentage, rather than the total number, of students in Spanish club who intend to enroll in the study program.
Choice C is incorrect. This is the best estimate for the total number of Spanish club students who do not intend to enroll in the study program.
Choice D is incorrect. This is the total number of students in Spanish club.",
+ hasFigure: false,
+ },
+ {
+ id: "e7d9649f",
+ type: "mcq",
+ questionHtml:
+ "A random sample of 50 people from a town with a population of 14,878 were asked to name their favorite flavor of ice cream. If 7 people in the sample named chocolate as their favorite ice‑cream flavor, about how many people in the town would be expected to name chocolate?",
+ choices: [
+ { label: "A", text: "350" },
+ { label: "B", text: "2,100" },
+ { label: "C", text: "7,500" },
+ { label: "D", text: "10,500" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Let x be the number of people in the entire town that would be expected to name chocolate. Since the sample of 50 people was selected at random, it is reasonable to expect that the proportion of people who named chocolate as their favorite ice-cream flavor would be the same for both the sample and the town population. Symbolically, this can be expressed as the fraction 7 over 50, end fraction = the fraction x over 14, 878. Using cross multiplication, 7 · 14, 878 = x · 50; solving for x yields 2,083. The choice closest to the value of 2,083 is choice B, 2,100.Choices A, C, and D are incorrect and may be the result of errors when setting up the proportion, solving for the unknown, or incorrectly comparing the choices to the number of people expected to name chocolate, 2,083.",
+ hasFigure: false,
+ },
+ {
+ id: "f4b3672a",
+ type: "mcq",
+ questionHtml:
+ "A certain forest is 253 acres. To estimate the number of trees in the forest, a ranger randomly selects 5 different 1-acre parcels in the forest and determines the number of trees in each parcel. The numbers of trees in the sample acres are 51, 59, 45, 52, and 73. Based on the mean of the sample, which of the following ranges contains the best estimate for the number of trees in the entire forest?",
+ choices: [
+ { label: "A", text: "11,000 to 12,000" },
+ { label: "B", text: "12,500 to 13,500" },
+ { label: "C", text: "13,500 to 14,500" },
+ { label: "D", text: "18,000 to 19,000" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The mean of the 5 samples is the fraction with numerator, 51 + 59 + 45 + 52 + 73, and denominator 5 = 56 trees per acre. The best estimate for the total number of trees in the forest is the product of the mean number of trees per acre in the sample and the total number of acres in the forest. This is (56)(253) = 14,168, which is between 13,500 and 14,500.Choice A is incorrect and may result from multiplying the minimum number of trees per acre in the sample, 45, by the number of acres, 253. Choice B is incorrect and may result from multiplying the median number of trees per acre in the sample, 52, by the number of acres, 253. Choice D is incorrect and may result from multiplying the maximum number of trees per acre in the sample, 73, by the number of acres, 253.",
+ hasFigure: false,
+ },
+];
+
+export const SAMPLE_STATS_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "1e562f24",
+ type: "mcq",
+ questionHtml:
+ "To estimate the proportion of a population that has a certain characteristic, a random sample was selected from the population. Based on the sample, it is estimated that the proportion of the population that has the characteristic is 0.49, with an associated margin of error of 0.04. Based on this estimate and margin of error, which of the following is the most appropriate conclusion about the proportion of the population that has the characteristic?",
+ choices: [
+ {
+ label: "A",
+ text: "It is plausible that the proportion is between 0.45 and 0.53.",
+ },
+ {
+ label: "B",
+ text: "It is plausible that the proportion is less than 0.45.",
+ },
+ { label: "C", text: "The proportion is exactly 0.49." },
+ {
+ label: "D",
+ text: "It is plausible that the proportion is greater than 0.53.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the estimate for the proportion of the population that has the characteristic is 0.49 with an associated margin of error of 0.04. Subtracting the margin of error from the estimate and adding the margin of error to the estimate gives an interval of plausible values for the true proportion of the population that has the characteristic. Therefore, it’s plausible that the proportion of the population that has this characteristic is between 0.45 and 0.53.
Choice B is incorrect. A value less than 0.45 is outside the interval of plausible values for the proportion of the population that has the characteristic.
Choice C is incorrect. The value 0.49 is an estimate for the proportion based on this sample. However, since the margin of error for this estimate is known, the most appropriate conclusion is not that the proportion is exactly one value but instead lies in an interval of plausible values.
Choice D is incorrect. A value greater than 0.53 is outside the interval of plausible values for the proportion of the population that has the characteristic.",
+ hasFigure: false,
+ },
+ {
+ id: "4096a482",
+ type: "mcq",
+ questionHtml:
+ "Based on a random sample from a population, a researcher estimated that the mean value of a certain variable for the population is 20.5, with an associated margin of error of 1. Which of the following is the most appropriate conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "It is plausible that the actual mean value of the variable for the population is between 19.5 and 21.5.",
+ },
+ {
+ label: "B",
+ text: "It is not possible that the mean value of the variable for the population is less than 19.5 or greater than 21.5.",
+ },
+ {
+ label: "C",
+ text: "Every value of the variable in the population is between 19.5 and 21.5.",
+ },
+ {
+ label: "D",
+ text: "The mean value of the variable for the population is 20.5.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that based on a random sample from a population, the estimated mean value for a certain variable for the population is 20.5, with an associated margin of error of 1. This means that it is plausible that the actual mean value of the variable for the population is between 20.5 − 1 and 20.5 + 1. Therefore, the most appropriate conclusion is that it is plausible that the actual mean value of the variable for the population is between 19.5 and 21.5.
Choice B is incorrect. The estimated mean value and associated margin of error describe only plausible values, not all the possible values, for the actual mean value of the variable, so this is not an appropriate conclusion.
Choice C is incorrect. The estimated mean value and associated margin of error describe only plausible values for the actual mean value of the variable, not all the possible values of the variable, so this is not an appropriate conclusion.
Choice D is incorrect. Since 20.5 is the estimated mean value of the variable based on a random sample, the actual mean value of the variable may not be exactly 20.5. Therefore, this is not an appropriate conclusion.",
+ hasFigure: false,
+ },
+ {
+ id: "53d97af5",
+ type: "mcq",
+ questionHtml:
+ "A study was done on the weights of different types of fish in a pond. A random sample of fish were caught and marked in order to ensure that none were weighed more than once. The sample contained 150 largemouth bass, of which 30% weighed more than 2 pounds. Which of the following conclusions is best supported by the sample data?",
+ choices: [
+ {
+ label: "A",
+ text: "The majority of all fish in the pond weigh less than 2 pounds.",
+ },
+ {
+ label: "B",
+ text: "The average weight of all fish in the pond is approximately 2 pounds.",
+ },
+ {
+ label: "C",
+ text: "Approximately 30% of all fish in the pond weigh more than 2 pounds.",
+ },
+ {
+ label: "D",
+ text: "Approximately 30% of all largemouth bass in the pond weigh more than 2 pounds.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The sample of 150 largemouth bass was selected at random from all the largemouth bass in the pond, and since 30% of the fish in the sample weighed more than 2 pounds, it can be concluded that approximately 30% of all largemouth bass in the pond weigh more than 2 pounds.
Choices A, B, and C are incorrect. Since the sample contained 150 largemouth bass, of which 30% weighed more than 2 pounds, this result can be generalized only to largemouth bass in the pond, not to all fish in the pond.",
+ hasFigure: false,
+ },
+ {
+ id: "89f8d08a",
+ type: "mcq",
+ questionHtml:
+ "A store manager reviewed the receipts from 80 customers who were selected at random from all the customers who made purchases last Thursday. Of those selected, 20 receipts showed that the customer had purchased fruit. If 1,500 customers made purchases last Thursday, which of the following is the most appropriate conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "Exactly 75 customers must have purchased fruit last Thursday.",
+ },
+ {
+ label: "B",
+ text: "Exactly 375 customers must have purchased fruit last Thursday.",
+ },
+ {
+ label: "C",
+ text: "The best estimate for the number of customers who purchased fruit last Thursday is 75.",
+ },
+ {
+ label: "D",
+ text: "The best estimate for the number of customers who purchased fruit last Thursday is 375.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It’s given that the manager took a random selection of the receipts of 80 customers from a total of 1,500. It’s also given that of those 80 receipts, 20 showed that the customer had purchased fruit. This means that an appropriate estimate of the fraction of customers who purchased fruit is the fraction 20 over 80, or one fourth. Multiplying this fraction by the total number of customers yields one fourth · 1, 500 = 375. Therefore, the best estimate for the number of customers who purchased fruit is 375.Choices A and B are incorrect because an exact number of customers can’t be known from taking a random selection. Additionally, choice A may also be the result of a calculation error. Choice C is incorrect and may result from a calculation error.",
+ hasFigure: false,
+ },
+ {
+ id: "9ee22c16",
+ type: "spr",
+ questionHtml:
+ "The town has a total of 6,000 voters. Based on the table, what is the best estimate of the number of voters who plan to vote for Candidate A?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 3,540. According to the table, of 400 voters randomly sampled, the total number of men and women who plan to vote for Candidate A is 202 + 34 = 236. The best estimate of the total number of voters in the town who plan to vote for Candidate A is the fraction of voters in the sample who plan to vote for Candidate A, the fraction 236 over 400, multiplied by the total voter population of 6000. Therefore, the answer is (the fraction 236 over 400, ) · 6000 = 3540.",
+ hasFigure: false,
+ },
+ {
+ id: "e03f3477",
+ type: "mcq",
+ questionHtml:
+ "A sample consisting of 720 adults who own televisions was selected at random for a study. Based on the sample, it is estimated that 32 % sign of all adults who own televisions use their televisions to watch nature shows, with an associated margin of error of 3.41 % sign. Which of the following is the most plausible conclusion about all adults who own televisions?",
+ choices: [
+ {
+ label: "A",
+ text: "More than 35.41 % sign of all adults who own televisions use their televisions to watch nature shows.",
+ },
+ {
+ label: "B",
+ text: "Between 28.59 % sign and 35.41 % sign of all adults who own televisions use their televisions to watch nature shows.",
+ },
+ {
+ label: "C",
+ text: "Since the sample included adults who own televisions and not just those who use their televisions to watch nature shows, no conclusion can be made.",
+ },
+ {
+ label: "D",
+ text: "Since the sample did not include all the people who watch nature shows, no conclusion can be made.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that based on a sample selected at random, it's estimated that 32 % sign of all adults who own televisions use their televisions to watch nature shows, with an associated margin of error of 3.41 % sign. Subtracting the margin of error from the estimate and adding the margin of error to the estimate gives an interval of plausible values for the true percentage of adults who own televisions who use their televisions to watch nature shows. This means it's plausible that between 32 % sign − 3.41 % sign, or 28.59 % sign, and 32 % sign + 3.41 % sign, or 35.41 % sign, of all adults who own televisions use their televisions to watch nature shows. Therefore, of the given choices, the most plausible conclusion is that between 28.59 % sign and 35.41 % sign of all adults who own televisions use their televisions to watch nature shows.
Choice A is incorrect and may result from conceptual errors.
Choice C is incorrect. To make a plausible conclusion about all adults who own televisions, the sample must be selected at random from all adults who own televisions, not just those who use their televisions to watch nature shows.
Choice D is incorrect. Since the sample was selected at random from all adults who own televisions, a plausible conclusion can be made about all adults who own televisions.",
+ hasFigure: false,
+ },
+ {
+ id: "f04d40b2",
+ type: "mcq",
+ questionHtml:
+ "From a population of 50, 000 people, 1, 000 were chosen at random and surveyed about a proposed piece of legislation. Based on the survey, it is estimated that 35 % sign of people in the population support the legislation, with an associated margin of error of 3 % sign. Based on these results, which of the following is a plausible value for the total number of people in the population who support the proposed legislation?",
+ choices: [
+ { label: "A", text: "350" },
+ { label: "B", text: "650" },
+ { label: "C", text: "16, 750" },
+ { label: "D", text: "31, 750" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It’s given that an estimated 35 % sign of people in the population support the legislation, with an associated margin of error of 3 % sign. Subtracting and adding the margin of error from the estimate gives an interval of plausible values for the true percentage of people in the population who support the legislation. Therefore, it’s plausible that between 32 % sign and 38 % sign of people in this population support the legislation. The corresponding numbers of people represented by these percentages in the population can be calculated by multiplying the total population, 50, 000, by 0.32 and by 0.38, which gives 50, 000 (0.32) = 16, 000 and 50, 000 (0.38) = 19, 000, respectively. It follows that any value in the interval 16, 000 to 19, 000 is a plausible value for the total number of people in the population who support the proposed legislation. Of the choices given, only 16, 750 is in this interval.
Choice A is incorrect. This is the number of people in the sample, rather than in the population, who support the legislation.
Choice B is incorrect. This is the number of people in the sample who do not support the legislation.
Choice D is incorrect. This is a plausible value for the total number of people in the population who do not support the proposed legislation.",
+ hasFigure: false,
+ },
+ {
+ id: "f8f79e11",
+ type: "mcq",
+ questionHtml:
+ "A park ranger asked a random sample of visitors how far they hiked during their visit. Based on the responses, the estimated mean was found to be 4.5 miles, with an associated margin of error of 0.5 miles. Which of the following is the best conclusion from these data?",
+ choices: [
+ {
+ label: "A",
+ text: "It is likely that all visitors hiked between 4 and 5 miles.",
+ },
+ {
+ label: "B",
+ text: "It is likely that most visitors hiked exactly 4.5 miles.",
+ },
+ {
+ label: "C",
+ text: "It is not possible that any visitor hiked less than 3 miles.",
+ },
+ {
+ label: "D",
+ text: "It is plausible that the mean distance hiked for all visitors is between 4 and 5 miles.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The given estimated mean has an associated margin of error because from sample data, the population mean can’t be determined precisely. Rather, from the sample mean, an interval can be determined within which it’s plausible that the population’s mean is likely to lie. Since the estimated mean is 4.5 miles with an associated margin of error of 0.5 miles, it follows that between 4 . 5 − 0 . 5 miles and 4 . 5 + 0 . 5 miles, or between 4 and 5 miles, is plausibly the mean distance hiked for all visitors.Choices A, B, and C are incorrect. Based on the estimated mean, no determination can be made about the number of miles hiked for all visitors to the park.",
+ hasFigure: false,
+ },
+ {
+ id: "fc46af57",
+ type: "mcq",
+ questionHtml:
+ "A bag containing 10,000 beads of assorted colors is purchased from a craft store. To estimate the percent of red beads in the bag, a sample of beads is selected at random. The percent of red beads in the bag was estimated to be 15%, with an associated margin of error of 2%. If r is the actual number of red beads in the bag, which of the following is most plausible?",
+ choices: [
+ { label: "A", text: "r > 1, 700" },
+ { label: "B", text: "1, 300 < r, which < 1, 700" },
+ { label: "C", text: "200 < r, which < 1, 500" },
+ { label: "D", text: "r < 1, 300" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It was estimated that 15% of the beads in the bag are red. Since the bag contains 10,000 beads, it follows that there are an estimated 10, 000 · 0 . 1 5 = 1, 500 red beads. It’s given that the margin of error is 2%, or 10, 000 · 0 . 0 2 = 200 beads. If the estimate is too high, there could plausibly be 1, 500 − 200 = 1, 300 red beads. If the estimate is too low, there could plausibly be 1, 500 + 200 = 1, 700 red beads. Therefore, the most plausible statement of the actual number of red beads in the bag is 1, 300 < r, which < 1, 700.Choices A and D are incorrect and may result from misinterpreting the margin of error. It’s unlikely that more than 1,700 beads or fewer than 1,300 beads in the bag are red. Choice C is incorrect because 200 is the margin of error for the number of red beads, not the lower bound of the range of red beads.",
+ hasFigure: false,
+ },
+];
+
+export const SAMPLE_STATS_HARD: PracticeQuestion[] = [
+ {
+ id: "308084c5",
+ type: "mcq",
+ questionHtml:
+ "The results of two random samples of votes for a proposition are shown above. The samples were selected from the same population, and the margins of error were calculated using the same method. Which of the following is the most appropriate reason that the margin of error for sample A is greater than the margin of error for sample B?",
+ choices: [
+ {
+ label: "A",
+ text: "Sample A had a smaller number of votes that could not be recorded.",
+ },
+ {
+ label: "B",
+ text: "Sample A had a higher percent of favorable responses.",
+ },
+ { label: "C", text: "Sample A had a larger sample size." },
+ { label: "D", text: "Sample A had a smaller sample size." },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Sample size is an appropriate reason for the margin of error to change. In general, a smaller sample size increases the margin of error because the sample may be less representative of the whole population.Choice A is incorrect. The margin of error will depend on the size of the sample of recorded votes, not the number of votes that could not be recorded. In any case, the smaller number of votes that could not be recorded for sample A would tend to decrease, not increase, the comparative size of the margin of error. Choice B is incorrect. Since the percent in favor for sample A is the same distance from 50% as the percent in favor for sample B, the percent of favorable responses doesn’t affect the comparative size of the margin of error for the two samples. Choice C is incorrect. If sample A had a larger margin of error than sample B, then sample A would tend to be less representative of the population. Therefore, sample A is not likely to have a larger sample size.",
+ hasFigure: false,
+ },
+ {
+ id: "85939da5",
+ type: "mcq",
+ questionHtml:
+ "In a study of cell phone use, 799 randomly selected US teens were asked how often they talked on a cell phone and about their texting behavior. The data are summarized in the table above. Based on the data from the study, an estimate of the percent of US teens who are heavy texters is 30% and the associated margin of error is 3%. Which of the following is a correct statement based on the given margin of error?",
+ choices: [
+ {
+ label: "A",
+ text: "Approximately 3% of the teens in the study who are classified as heavy texters are not really heavy texters.",
+ },
+ {
+ label: "B",
+ text: "It is not possible that the percent of all US teens who are heavy texters is less than 27%.",
+ },
+ {
+ label: "C",
+ text: "The percent of all US teens who are heavy texters is 33%.",
+ },
+ {
+ label: "D",
+ text: "It is doubtful that the percent of all US teens who are heavy texters is 35%.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The given margin of error of 3% indicates that the actual percent of all US teens who are heavy texters is likely within 3% of the estimate of 30%, or between 27% and 33%. Therefore, it is unlikely, or doubtful, that the percent of all US teens who are heavy texters would be 35%.Choice A is incorrect. The margin of error doesn’t provide any information about the accuracy of reporting in the study. Choice B is incorrect. Based on the estimate and given margin of error, it is unlikely that the percent of all US teens who are heavy texters would be less than 27%, but it is possible. Choice C is incorrect. While the percent of all US teens who are heavy texters is likely between 27% and 33%, any value within this interval is equally likely. We can’t be certain that the value is exactly 33%.",
+ hasFigure: false,
+ },
+ {
+ id: "916ffe9b",
+ type: "mcq",
+ questionHtml:
+ "Poll Results
Angel Cruz
483
Terry Smith
320
The table shows the results of a poll. A total of 803 voters selected at random were asked which candidate they would vote for in the upcoming election. According to the poll, if 6, 424 people vote in the election, by how many votes would Angel Cruz be expected to win?",
+ choices: [
+ { label: "A", text: "163" },
+ { label: "B", text: "1, 304" },
+ { label: "C", text: "3, 864" },
+ { label: "D", text: "5, 621" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given that 483 out of 803 voters responded that they would vote for Angel Cruz. Therefore, the proportion of voters from the poll who responded they would vote for Angel Cruz is (483) / (803). It’s also given that there are a total of 6, 424 voters in the election. Therefore, the total number of people who would be expected to vote for Angel Cruz is 6, 424 ((483) / (803)), or 3, 864. Since 3, 864 of the 6, 424 total voters would be expected to vote for Angel Cruz, it follows that 6, 424 − 3, 864, or 2, 560 voters would be expected not to vote for Angel Cruz. The difference in the number of votes for and against Angel Cruz is 3, 864 − 2, 560, or 1, 304 votes. Therefore, if 6, 424 people vote in the election, Angel Cruz would be expected to win by 1, 304 votes.
Choice A is incorrect. This is the difference in the number of voters from the poll who responded that they would vote for and against Angel Cruz.
Choice C is incorrect. This is the total number of people who would be expected to vote for Angel Cruz.
Choice D is incorrect. This is the difference between the total number of people who vote in the election and the number of voters from the poll.",
+ hasFigure: false,
+ },
+ {
+ id: "9ba3e283",
+ type: "mcq",
+ questionHtml:
+ "In State X, Mr. Camp’s eighth-grade class consisting of 26 students was surveyed and 34.6 percent of the students reported that they had at least two siblings. The average eighth‑grade class size in the state is 26. If the students in Mr. Camp’s class are representative of students in the state’s eighth-grade classes and there are 1,800 eighth-grade classes in the state, which of the following best estimates the number of eighth‑grade students in the state who have fewer than two siblings?",
+ choices: [
+ { label: "A", text: "16,200" },
+ { label: "B", text: "23,400" },
+ { label: "C", text: "30,600" },
+ { label: "D", text: "46,800" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It is given that 34.6% of 26 students in Mr. Camp’s class reported that they had at least two siblings. Since 34.6% of 26 is 8.996, there must have been 9 students in the class who reported having at least two siblings and 17 students who reported that they had fewer than two siblings. It is also given that the average eighth-grade class size in the state is 26 and that Mr. Camp’s class is representative of all eighth-grade classes in the state. This means that in each eighth-grade class in the state there are about 17 students who have fewer than two siblings. Therefore, the best estimate of the number of eighth-grade students in the state who have fewer than two siblings is 17 × (number of eighth-grade classes in the state), or 17 · 1, 800 = 30, 600.Choice A is incorrect because 16,200 is the best estimate for the number of eighth-grade students in the state who have at least, not fewer than, two siblings. Choice B is incorrect because 23,400 is half of the estimated total number of eighth-grade students in the state; however, since the students in Mr. Camp’s class are representative of students in the eighth-grade classes in the state and more than half of the students in Mr. Camp’s class have fewer than two siblings, more than half of the students in each eighth-grade class in the state have fewer than two siblings, too. Choice D is incorrect because 46,800 is the estimated total number of eighth-grade students in the state.",
+ hasFigure: false,
+ },
+ {
+ id: "c7e73ece",
+ type: "spr",
+ questionHtml:
+ "A researcher interviewed 411 randomly selected US residents and asked about their views on the use of nuclear energy. The table above summarizes the responses of the interviewees. If the population of the United States was 300 million when the survey was given, based on the sample data for the 411 US residents, what is the best estimate, in millions, of the difference between the number of US residents who somewhat favor or strongly favor the use of nuclear energy and the number of those who somewhat oppose or strongly oppose it? (Round your answer to the nearest whole number.)",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 94. Of those interviewed, 56 + 214 = 270 “strongly favor” or “somewhat favor” the use of nuclear energy, and 104 + 37 = 141 interviewees “somewhat oppose” or “strongly oppose” the use of nuclear energy. The difference between the sizes of the two surveyed groups is 270 − 141 = 129. The proportion of this difference among the entire group of interviewees is the fraction 129 over 411. Because the sample of interviewees was selected at random from US residents, it is reasonable to assume that the proportion of this difference is the same among all US residents as in the sample. Therefore, the best estimate, in millions, of the difference between the number of US residents who somewhat favor or strongly favor the use of nuclear energy and the number of those who somewhat oppose or strongly oppose it is the fraction 129 over 411, end fraction · 300, which to the nearest million is 94.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/systems-linear-equations.ts b/src/data/math/systems-linear-equations.ts
new file mode 100644
index 0000000..89537e3
--- /dev/null
+++ b/src/data/math/systems-linear-equations.ts
@@ -0,0 +1,1153 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const SYSTEMS_EASY: PracticeQuestion[] = [
+ {
+ id: "0d1dca87",
+ type: "spr",
+ questionHtml:
+ "If the ordered pair x, y is the solution to the given system of equations, what is the value of y ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 23. Since it’s given that x = 2, the value of y can be found by substituting 2 for x in the first equation and solving for y. Substituting 2 for x yields 3 · 2 + y = 29, or 6 + y = 29. Subtracting 6 from both sides of this equation yields y = 23.",
+ hasFigure: false,
+ },
+ {
+ id: "0df106df",
+ type: "mcq",
+ questionHtml:
+ "An online bookstore sells novels and magazines. Each novel sells for $4, and each magazine sells for $1. If Sadie purchased a total of 11 novels and magazines that have a combined selling price of $20, how many novels did she purchase?",
+ choices: [
+ { label: "A", text: "2" },
+ { label: "B", text: "3" },
+ { label: "C", text: "4" },
+ { label: "D", text: "5" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Let n be the number of novels and m be the number of magazines that Sadie purchased. If Sadie purchased a total of 11 novels and magazines, then n + m = 11. It is given that the combined price of 11 novels and magazines is $20. Since each novel sells for $4 and each magazine sells for $1, it follows that 4 n + m = 20. So the system of equations below must hold.4 n + m = 20; n + m = 11
Subtracting corresponding sides of the second equation from the first equation yields 3 n = 9, so n = 3. Therefore, Sadie purchased 3 novels.
Choice A is incorrect. If 2 novels were purchased, then a total of $8 was spent on novels. That leaves $12 to be spent on magazines, which means that 12 magazines would have been purchased. However, Sadie purchased a total of 11 novels and magazines. Choices C and D are incorrect. If 4 novels were purchased, then a total of $16 was spent on novels. That leaves $4 to be spent on magazines, which means that 4 magazines would have been purchased. By the same logic, if Sadie purchased 5 novels, she would have no money at all ($0) to buy magazines. However, Sadie purchased a total of 11 novels and magazines.",
+ hasFigure: false,
+ },
+ {
+ id: "17f176ec",
+ type: "mcq",
+ questionHtml:
+ "A movie theater charges $11 for each full-price ticket and $8.25 for each reduced-price ticket. For one movie showing, the theater sold a total of 214 full-price and reduced-price tickets for $2,145. Which of the following systems of equations could be used to determine the number of full-price tickets, f, and the number of reduced-price tickets, r, sold?",
+ choices: [
+ {
+ label: "A",
+ text: "f + r = 2, 145, and, 11 f + 8 . 2 5 r = 214",
+ },
+ {
+ label: "B",
+ text: "f + r = 214, and, 11 f + 8 . 2 5 r = 2, 145",
+ },
+ {
+ label: "C",
+ text: "f + r = 214, and, 8 . 2 5 f + 11 r = 2, 145",
+ },
+ {
+ label: "D",
+ text: "f + r = 2, 145, and, 8 . 2 5 f + 11 r = 214",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The movie theater sells f full-price tickets and r reduced-price tickets, so the total number of tickets sold is f + r. Since the movie theater sold a total of 214 full-price and reduced-price tickets for one movie showing, it follows that f + r = 214. The movie theater charges $11 for each full-price ticket; thus, the sales for full-price tickets, in dollars, is given by 11f. The movie theater charges $8.25 for each reduced-price ticket; thus, the sales for reduced-price tickets, in dollars, is given by 8.25r. Therefore, the total sales, in dollars, for the movie showing is given by 11f + 8.25r. Since the total sales for all full-price and reduced-price tickets is $2,145, it follows that 11f + 8.25r = 2,145.Choice A is incorrect. This system of equations suggests that the movie theater sold a total of 2,145 full-price and reduced-price tickets for a total of $214. Choice C is incorrect. This system suggests that the movie theater charges $8.25 for each full-price ticket and $11 for each reduced-price ticket. Choice D is incorrect. This system suggests that the movie theater charges $8.25 for each full-price ticket and $11 for each reduced-price ticket and sold a total of 2,145 tickets for a total of $214.",
+ hasFigure: false,
+ },
+ {
+ id: "317e80f9",
+ type: "mcq",
+ questionHtml:
+ "x + y = 18
5 y = x
What is the solution (x, y) to the given system of equations?",
+ choices: [
+ { label: "A", text: "(15, 3)" },
+ { label: "B", text: "(16, 2)" },
+ { label: "C", text: "(17, 1)" },
+ { label: "D", text: "(18, 0)" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The second equation in the given system defines the value of x as 5 y. Substituting 5 y for x into the first equation yields 5 y + y = 18 or 6 y = 18. Dividing each side of this equation by 6 yields y = 3. Substituting 3 for y in the second equation yields 5 (3) = x or x = 15. Therefore, the solution (x, y) to the given system of equations is (15, 3).
Choice B is incorrect. Substituting 16 for x and 2 for y in the second equation yields 5 (2) = 16, which is not true. Therefore, (16, 2) is not a solution to the given system of equations.
Choice C is incorrect. Substituting 17 for x and 1 for y in the second equation yields 5 (1) = 17, which is not true. Therefore, (17, 1) is not a solution to the given system of equations.
Choice D is incorrect. Substituting 18 for x and 0 for y in the second equation yields 5 (0) = 18, which is not true. Therefore, (18, 0) is not a solution to the given system of equations.",
+ hasFigure: false,
+ },
+ {
+ id: "44d65912",
+ type: "mcq",
+ questionHtml:
+ "Which system of equations can be used to correctly determine the values of c and s ?",
+ choices: [
+ {
+ label: "A",
+ text: "This answer choice consists of two equations. 10 c + 20 s = 700, and, 12 c + 25 s = 850",
+ },
+ {
+ label: "B",
+ text: "This answer choice consists of two equations. 20 c + 10 s = 700, and, 25 c + 12 s = 850",
+ },
+ {
+ label: "C",
+ text: "This answer choice consists of two equations. 20 c + 700 s = 10, and, 25 c + 850 s = 12",
+ },
+ {
+ label: "D",
+ text: "This answer choice consists of two equations. 700 c + 20 s = 10, and, 850 c + 25 s = 12",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The number of coins collected can be multiplied by c to give the score from the points earned from coins. Similarly, the number of stars collected can be multiplied by s to give the score from the points earned from the stars. Therefore, the total score each time Angela played is 20 c + 10 s = 700, and the total score the second time she played is 25 c + 12 s = 850.Choices A, C, and D are incorrect and may result from misidentifying the terms of the equation. Choice A switches coins and stars, choice C switches stars and points, and choice D misidentifies coins, stars, and points.",
+ hasFigure: false,
+ },
+ {
+ id: "4b76c7f1",
+ type: "mcq",
+ questionHtml:
+ "In the given system of equations, a is a constant. If the system has infinitely many solutions, what is the value of a ?",
+ choices: [
+ { label: "A", text: "4" },
+ { label: "B", text: "9" },
+ { label: "C", text: "36" },
+ { label: "D", text: "54" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. A system of two linear equations has infinitely many solutions if one equation is equivalent to the other. This means that when the two equations are written in the same form, each coefficient or constant in one equation is equal to the corresponding coefficient or constant in the other equation multiplied by the same number. The equations in the given system of equations are written in the same form, with x and y on the left-hand side of the equation and a constant on the right-hand side of the equation. The coefficients of x and y in the second equation are equal to the coefficients of x and y, respectively, in the first equation multiplied by 4: 8 = 2 · 4 and 28 = 7 · 4. Therefore, the constant in the second equation must be equal to 4 times the constant in the first equation: a = 9 · 4, or a = 36.Choices A, B, and D are incorrect. When a = 4, a = 9, or a = 54, the given system of equations has no solution.",
+ hasFigure: false,
+ },
+ {
+ id: "4ec95eab",
+ type: "mcq",
+ questionHtml:
+ "y = −3 x
4 x + y = 15
The solution to the given system of equations is (x, y). What is the value of x?",
+ choices: [
+ { label: "A", text: "1" },
+ { label: "B", text: "5" },
+ { label: "C", text: "15" },
+ { label: "D", text: "45" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The given system of linear equations can be solved by the substitution method. Substituting − 3 x for y from the first equation in the given system into the second equation yields 4 x + (−3 x) = 15, or x = 15.
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. This is the absolute value of y, not the value of x.",
+ hasFigure: false,
+ },
+ {
+ id: "608eeb6e",
+ type: "mcq",
+ questionHtml:
+ "5 x = 15
− 4 x + y = −2
The solution to the given system of equations is (x, y). What is the value of x + y?",
+ choices: [
+ { label: "A", text: "−17" },
+ { label: "B", text: "−13" },
+ { label: "C", text: "13" },
+ { label: "D", text: "17" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Adding the second equation of the given system to the first equation yields 5 x + (−4 x + y) = 15 + (−2), which is equivalent to x + y = 13. So the value of x + y is 13.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the value of − (x + y).
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "7d89376f",
+ type: "mcq",
+ questionHtml:
+ "A discount airline sells a certain number of tickets, x, for a flight for $90 each. It sells the number of remaining tickets, y, for $250 each. For a particular flight, the airline sold 120 tickets and collected a total of $27,600 from the sale of those tickets. Which system of equations represents this relationship between x and y ?",
+ choices: [
+ {
+ label: "A",
+ text: "open brace, x + y = 120, and, 90 x + 250 y = 27, 600",
+ },
+ {
+ label: "B",
+ text: "open brace, x + y = 120, and, 90 x + 250 y = 120 · 27, 600",
+ },
+ {
+ label: "C",
+ text: "open brace, x + y = 27, 600, and, 90 x + 250 y = 120 · 27, 600",
+ },
+ {
+ label: "D",
+ text: "open brace, 90 x = 250 y, and, 120 x + 120 y = 27, 600",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The airline sold two types of tickets for this flight: x tickets at $90 each and the remaining tickets, y, at $250 each. Because the airline sold a total of 120 tickets for this flight, it must be true that x + y = 120. The amount, in dollars, collected from the sale of x tickets at $90 each is represented by 90x. The amount, in dollars, collected from the sale of the remaining y tickets at $250 each is represented by 250y. It is given that a total of $27,600 was collected from the sale of all tickets. Therefore, it must also be true that 90x + 250y = 27,600.Choice B is incorrect. The total number of tickets sold is represented correctly as x + y = 120. The total amount, in dollars, collected from the sale of the x tickets at $90 each and the remaining tickets, y, at $250 has been correctly represented as 90x + 250y. However, according to the information given, this total should be equal to 27,600, not 120(27,600) dollars. Choice C is incorrect. The total number of tickets sold has been correctly represented as x + y. However, according to the information given, this total should be equal to 120, not 27,600, as shown in choice C. The total amount, in dollars, collected from the sale of the x tickets at $90 each and the remaining tickets, y, at $250 has been correctly represented as 90x + 250y. However, according to the information given, this total should be equal to 27,600, not 120(27,600) dollars. Choice D is incorrect. The two equations given in choice D have no meaning in this context.",
+ hasFigure: false,
+ },
+ {
+ id: "8abed0fb",
+ type: "mcq",
+ questionHtml:
+ "What is the solution the ordered pair, x, y, to the given system of equations?",
+ choices: [
+ { label: "A", text: "1, 2" },
+ { label: "B", text: "1, 5" },
+ { label: "C", text: "2, 3" },
+ { label: "D", text: "2, 7" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Since it’s given that x = 1, substituting 1 for x in the first equation yields y = 2 · 1 + 3. Simplifying the right-hand side of this equation yields y = 2 + 3, or y = 5. Therefore, the ordered pair 1, 5 is a solution to the given system of equations.Choice A is incorrect and may result from a calculation error when substituting 1 for x in the first equation. Choices C and D are incorrect. Because it’s given that x = 1, x cannot equal 2 as stated in these ordered pairs.",
+ hasFigure: false,
+ },
+ {
+ id: "9db5b5c1",
+ type: "mcq",
+ questionHtml:
+ "4 x = 20
− 3 x + y = −7
The solution to the given system of equations is (x, y). What is the value of x + y?",
+ choices: [
+ { label: "A", text: "−27" },
+ { label: "B", text: "−13" },
+ { label: "C", text: "13" },
+ { label: "D", text: "27" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that 4 x = 20 and − 3 x + y = −7 is a system of equations with a solution (x, y). Adding the second equation in the given system to the first equation yields 4 x + (−3 x + y) = 20 + (−7), which is equivalent to x + y = 13. Thus, the value of x + y is 13.
Choice A is incorrect. This represents the value of − 2 (x + y) − 1.
Choice B is incorrect. This represents the value of − (x + y).
Choice D is incorrect. This represents the value of 2 (x + y) + 1.",
+ hasFigure: false,
+ },
+ {
+ id: "aff28230",
+ type: "mcq",
+ questionHtml:
+ "x = 10
y = x + 21
The solution to the given system of equations is (x, y). What is the value of y?",
+ choices: [
+ { label: "A", text: "2.1" },
+ { label: "B", text: "10" },
+ { label: "C", text: "21" },
+ { label: "D", text: "31" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given by the first equation in the given system of equations that x = 10. Substituting 10 for x in the second equation in the given system yields y = 10 + 21, or y = 31. Therefore, the value of y is 31.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the value of x, not the value of y.
Choice C is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "b0fc3166",
+ type: "mcq",
+ questionHtml:
+ "For the first line in the system:
The line is horizontal.
The line passes through the following points:
(negative 4 comma 3)
(0 comma 3)
(2 comma 3)
For the second line in the system:
The line slants sharply up from left to right.
The line passes through the following points:
(negative 1 comma negative 4.5)
(0 comma negative 2)
(2 comma 3)
The graph of a system of linear equations is shown. What is the solution (x, y) to the system?",
+ choices: [
+ { label: "A", text: "(0, 3)" },
+ { label: "B", text: "(1, 3)" },
+ { label: "C", text: "(2, 3)" },
+ { label: "D", text: "(3, 3)" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The solution to this system of linear equations is represented by the point that lies on both lines shown, or the point of intersection of the two lines. According to the graph, the point of intersection occurs when x = 2 and y = 3, or at the point (2, 3). Therefore, the solution (x, y) to the system is (2, 3).
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/b0fc3166_svg1.svg",
+ },
+ {
+ id: "b86123af",
+ type: "mcq",
+ questionHtml:
+ "Hiro and Sofia purchased shirts and pants from a store. The price of each shirt purchased was the same and the price of each pair of pants purchased was the same. Hiro purchased 4 shirts and 2 pairs of pants for $86, and Sofia purchased 3 shirts and 5 pairs of pants for $166. Which of the following systems of linear equations represents the situation, if x represents the price, in dollars, of each shirt and y represents the price, in dollars, of each pair of pants?",
+ choices: [
+ {
+ label: "A",
+ text: "4 x + 2 y = 86, and, 3 x + 5 y = 166",
+ },
+ {
+ label: "B",
+ text: "4 x + 3 y = 86, and, 2 x + 5 y = 166",
+ },
+ {
+ label: "C",
+ text: "4 x + 2 y = 166, and, 3 x + 5 y = 86",
+ },
+ {
+ label: "D",
+ text: "4 x + 3 y = 166, and, 2 x + 5 y = 86",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Hiro purchased 4 shirts and each shirt cost x dollars, so he spent a total of 4x dollars on shirts. Likewise, Hiro purchased 2 pairs of pants, and each pair of pants cost y dollars, so he spent a total of 2y dollars on pants. Therefore, the total amount that Hiro spent was 4x + 2y. Since Hiro spent $86 in total, this can be modeled by the equation 4x + 2y = 86. Using the same reasoning, Sofia bought 3 shirts at x dollars each and 5 pairs of pants at y dollars each, so she spent a total of 3x + 5y dollars on shirts and pants. Since Sofia spent $166 in total, this can be modeled by the equation 3x + 5y = 166.Choice B is incorrect and may be the result of switching the number of shirts Sofia purchased with the number of pairs of pants Hiro purchased. Choice C is incorrect and may be the result of switching the total price each person paid. Choice D is incorrect and may be the result of switching the total price each person paid as well as switching the number of shirts Sofia purchased with the number of pairs of pants Hiro purchased.",
+ hasFigure: false,
+ },
+ {
+ id: "ca9bb527",
+ type: "mcq",
+ questionHtml:
+ "y = 4 x − 9
y = 19
What is the solution (x, y) to the given system of equations?",
+ choices: [
+ { label: "A", text: "(4, 19)" },
+ { label: "B", text: "(7, 19)" },
+ { label: "C", text: "(19, 4)" },
+ { label: "D", text: "(19, 7)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It's given by the second equation in the system that y = 19. Substituting 19 for y in the first equation yields 19 = 4 x − 9. Adding 9 to both sides of this equation yields 28 = 4 x. Dividing both sides of this equation by 4 yields 7 = x. Therefore, since x = 7 and y = 19, the solution (x, y) to the given system of equations is (7, 19).
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: "cd33b015",
+ type: "mcq",
+ questionHtml:
+ "If the ordered pair x, y is the solution to the given system of equations, what is the value of y ?",
+ choices: [
+ { label: "A", text: "10" },
+ { label: "B", text: "15" },
+ { label: "C", text: "60" },
+ { label: "D", text: "65" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Substituting 20 for x + y in the second equation in the system yields 2 · 20 + 3y = 85, or 40 + 3 y = 85. Subtracting 40 from both sides of this equation yields 3 y = 45. Dividing both sides of this equation by 3 yields y = 15.Choice A is incorrect. If y = 10, then x = 10 since x + y = 20. However, substituting 10 for both x and y in the second equation yields 70 = 85, which is a false statement. Choice C is incorrect. If y = 60, then x = −40 since x + y = 20. However, substituting these values for x and y in the second equation yields 220 = 85, which is a false statement. Choice D is incorrect. If y = 65, then x = −45 since x + y = 20. However, substituting these values for x and y in the second equation yields 235 = 85, which is a false statement.",
+ hasFigure: false,
+ },
+ {
+ id: "dba8d38a",
+ type: "mcq",
+ questionHtml:
+ "A petting zoo sells two types of tickets. The standard ticket, for admission only, costs $5. The premium ticket, which includes admission and food to give to the animals, costs $12. One Saturday, the petting zoo sold a total of 250 tickets and collected a total of $2,300 from ticket sales. Which of the following systems of equations can be used to find the number of standard tickets, s, and premium tickets, p, sold on that Saturday?",
+ choices: [
+ {
+ label: "A",
+ text: "Equation 1: s + p = 250. Equation 2: 5 s + 12 p = 2, 300.",
+ },
+ {
+ label: "B",
+ text: "Equation 1: s + p = 250. Equation 2: 12 s + 5 p = 2, 300.",
+ },
+ {
+ label: "C",
+ text: "Equation 1: 5 s + 12 p = 250. Equation 2: s + p = 2, 300.",
+ },
+ {
+ label: "D",
+ text: "Equation 1: 12 s + 5 p = 250. Equation 2: s + p = 2, 300.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that the petting zoo sells two types of tickets, standard and premium, and that s represents the number of standard tickets sold and p represents the number of premium tickets sold. It’s also given that the petting zoo sold 250 tickets on one Saturday; thus, s + p = 250. It’s also given that each standard ticket costs $5 and each premium ticket costs $12. Thus, the amount collected in ticket sales can be represented by 5 s for standard tickets and 12 p for premium tickets. On that Saturday the petting zoo collected a total of $2,300 from ticket sales; thus, 5 s + 12 p = 2, 300. These two equations are correctly represented in choice A.Choice B is incorrect. The second equation in the system represents the cost per standard ticket as $12, not $5, and the cost per premium ticket as $5, not $12. Choices C and D are incorrect. The equations represent the total collected from standard and premium ticket sales as $250, not $2,300, and the total number of standard and premium tickets sold as $2,300, not $250. Additionally, the first equation in choice D represents the cost per standard ticket as $12, not $5, and the cost per premium ticket as $5, not $12.",
+ hasFigure: false,
+ },
+ {
+ id: "e1259a5a",
+ type: "mcq",
+ questionHtml:
+ "Which of the following points is the solution to the system of equations?",
+ choices: [
+ { label: "A", text: "3, 9" },
+ { label: "B", text: "6, 15" },
+ { label: "C", text: "8, 10" },
+ { label: "D", text: "12, 18" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The solution to this system of linear equations is the point that lies on both lines graphed, or the point of intersection of the two lines. According to the graphs, the point of intersection occurs when x = 3 and y = 9, or at the point with coordinates 3, 9.Choices B and D are incorrect. Each of these points lies on one line, but not on both lines in the xy-plane. Choice C is incorrect. This point doesn’t lie on either of the lines graphed in the xy-plane.",
+ hasFigure: true,
+ figureUrl: "/practice-images/e1259a5a_img1.png",
+ },
+ {
+ id: "ece00725",
+ type: "mcq",
+ questionHtml:
+ "Connor has c dollars and Maria has m dollars. Connor has 4 times as many dollars as Maria, and together they have a total of dollar sign 25.00. Which system of equations represents this situation?",
+ choices: [
+ {
+ label: "A",
+ text: "c = 4 m
c + m = 25",
+ },
+ {
+ label: "B",
+ text: "m = 4 c
c + m = 25",
+ },
+ {
+ label: "C",
+ text: "c = 25 m
c + m = 4",
+ },
+ {
+ label: "D",
+ text: "m = 25 c
c + m = 4",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It’s given that Connor has c dollars, Maria has m dollars, and Connor has 4 times as many dollars as Maria. This can be represented by the equation c = 4 m. It’s also given that together, Connor and Maria have a total of dollar sign 25.00, which can be represented by the equation c + m = 25. Therefore, the system consisting of the equations c = 4 m and c + m = 25 represents this situation.
Choice B is incorrect. The equation m = 4 c represents a situation where Maria has 4 times as many dollars as Connor, rather than the situation where Connor has 4 times as many dollars as Maria.
Choice C is incorrect. The equation c = 25 m represents a situation where Connor has 25 times, rather than 4 times, as many dollars as Maria. The equation c + m = 4 represents a situation where Connor and Maria together have a total of dollar sign 4.00, rather than dollar sign 25.00.
Choice D is incorrect. The equation m = 25 c represents a situation where Maria has 25 times as many dollars as Connor, rather than the situation where Connor has 4 times as many dollars as Maria. The equation c + m = 4 represents a situation where Connor and Maria together have a total of dollar sign 4.00, rather than dollar sign 25.00.",
+ hasFigure: false,
+ },
+ {
+ id: "ee031767",
+ type: "mcq",
+ questionHtml:
+ "A dance teacher ordered outfits for students for a dance recital. Outfits for boys cost $26, and outfits for girls cost $35. The dance teacher ordered a total of 28 outfits and spent $881. If b represents the number of outfits the dance teacher ordered for boys and g represents the number of outfits the dance teacher ordered for girls, which of the following systems of equations can be solved to find b and g ?",
+ choices: [
+ {
+ label: "A",
+ text: "Each option consists of two equations. 26 b + 35 g = 28, and, b + g = 881",
+ },
+ {
+ label: "B",
+ text: "26 b + 35 g = 881, and, b + g = 28",
+ },
+ {
+ label: "C",
+ text: "26 g + 35 b = 28, and, b + g = 881",
+ },
+ {
+ label: "D",
+ text: "26 g + 35 b = 881, and, b + g = 28",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Outfits for boys cost $26 each and the teacher ordered b outfits for boys, so the teacher spent 26b dollars on outfits for boys. Similarly, outfits for girls cost $35 each and the teacher ordered g outfits for girls, so the teacher spent 35g dollars on outfits for girls. Since the teacher spent a total of $881 on outfits for boys and girls, the equation 26b + 35g = 881 must be true. And since the teacher ordered a total of 28 outfits, the equation b + g = 28 must also be true.
Choice A is incorrect and may result from switching the constraint on the total number of outfits with the constraint on the cost of the outfits. Choice C is incorrect and may result from switching the constraint on the total number of outfits with the constraint on the cost of the outfits, as well as switching the cost of the outfits for boys with the cost of the outfits for girls. Choice D is incorrect and may result from switching the cost of the outfits for boys with the cost of the outfits for girls.",
+ hasFigure: false,
+ },
+ {
+ id: "f88970cc",
+ type: "mcq",
+ questionHtml:
+ "x = 5
y = x − 8
Which of the following points (x, y) is the solution to the given system of equations in the xy-plane?",
+ choices: [
+ { label: "A", text: "(0, 0)" },
+ { label: "B", text: "(5 −3)" },
+ { label: "C", text: "(5 −8)" },
+ { label: "D", text: "(5, 8)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. A solution to a system of equations in the xy-plane is a point (x, y) that lies on the graph of each equation in the system. The first equation given is x = 5. Substituting 5 for x in the second given equation yields y = 5 − 8, or y = −3. It follows that in the xy-plane, the point (5 −3) lies on the graph of each equation in the system. Therefore, the solution to the given system of equations in the xy-plane is (5 −3).
Choice A is incorrect. The point (0, 0) doesn't lie on the graph of either equation in the given system.
Choice C is incorrect. The point (5 −8) doesn't lie on the graph of the second equation in the given system.
Choice D is incorrect. The point (5, 8) doesn't lie on the graph of the second equation in the given system.",
+ hasFigure: false,
+ },
+ {
+ id: "ffb371f5",
+ type: "mcq",
+ questionHtml:
+ "3 x = 12
−3 x + y = −6
The solution to the given system of equations is (x, y). What is the value of y?",
+ choices: [
+ { label: "A", text: "−3" },
+ { label: "B", text: "6" },
+ { label: "C", text: "18" },
+ { label: "D", text: "30" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Adding the second equation in the given system to the first equation in the given system yields 3 x + (−3 x + y) = 12 + (−6), which is equivalent to y = 6.
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 SYSTEMS_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "092ad67d",
+ type: "mcq",
+ questionHtml:
+ "x + 2 y = 6
x − 2 y = 4
The solution to the given system of equations is (x, y). What is the value of x?",
+ choices: [
+ { label: "A", text: "2.5" },
+ { label: "B", text: "5" },
+ { label: "C", text: "6" },
+ { label: "D", text: "10" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Adding the first equation to the second equation in the given system yields (x + 2 y) + (x − 2 y) = 6 + 4, or (x + x) + (2 y − 2 y) = 10. Combining like terms in this equation yields 2 x = 10. Dividing both sides of this equation by 2 yields x = 5. Thus, the value of x is 5.
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 2 x, not x.",
+ hasFigure: false,
+ },
+ {
+ id: "0dd6227f",
+ type: "mcq",
+ questionHtml:
+ "At how many points do the graphs of the equations y = x + 20 and y = 8 x intersect in the xy-plane?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "1" },
+ { label: "C", text: "2" },
+ { label: "D", text: "8" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Each given equation is written in slope-intercept form, y = m x + b, where m is the slope and (0, b) is the y-intercept of the graph of the equation in the xy-plane. The graphs of two lines that have different slopes will intersect at exactly one point. The graph of the first equation is a line with slope 1. The graph of the second equation is a line with slope 8. Since the graphs are lines with different slopes, they will intersect at exactly one point.
Choice A is incorrect because two graphs of linear equations have 0 intersection points only if they are parallel and therefore have the same slope.
Choice C is incorrect because two graphs of linear equations in the xy-plane can have only 0, 1, or infinitely many points of intersection.
Choice D is incorrect because two graphs of linear equations in the xy-plane can have only 0, 1, or infinitely many points of intersection.",
+ hasFigure: false,
+ },
+ {
+ id: "19fdf387",
+ type: "mcq",
+ questionHtml:
+ "In the xy-plane, the graph of y = x + 3 intersects the graph of y = 2 x − 6 at the point with coordinates a, , b. What is the value of a ?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "6" },
+ { label: "C", text: "9" },
+ { label: "D", text: "12" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Since the graph of y = x + 3 intersects the graph of y = 2 x − 6 at the point with coordinates a, , b, the ordered pair a, , b is the solution to the system of linear equations consisting of y = x + 3 and y = 2 x − 6, and the value of a is the value of x in the solution of this system. Since both x + 3and 2 x − 6 are equal to y, it follows that x + 3 = 2 x − 6. Subtracting x from and adding 6 to both sides of the equation yields 9 = x. Therefore, the value of a is 9.Choices A and B are incorrect and may result from a calculation or conceptual error in solving the system of equations consisting of y = x + 3 and y = 2 x − 6. Choice D is incorrect. This is the value of b, not a.",
+ hasFigure: false,
+ },
+ {
+ id: "2704399f",
+ type: "mcq",
+ questionHtml:
+ "Which of the following systems of equations has the same solution as the system of equations graphed above?",
+ choices: [
+ {
+ label: "A",
+ text: "Equation 1: y = 0. Equation 2: x = three halves",
+ },
+ {
+ label: "B",
+ text: "Equation 1: y = three halves. Equation 2: x = 0",
+ },
+ {
+ label: "C",
+ text: "Equation 1: y = 0. Equation 2: x = 1",
+ },
+ {
+ label: "D",
+ text: "Equation 1: y = 1. Equation 2: x = 0",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The solution to a system of equations is the coordinates of the intersection point of the graphs of the equations in the xy-plane. Based on the graph, the solution to the given system of equations is best approximated as three halves, 0. In the xy-plane, the graph of y = 0 is a horizontal line on which every y-coordinate is 0, and the graph of x = three halves is a vertical line on which every x-coordinate is three halves. These graphs intersect at the point with coordinates three halves, 0. Therefore, the system of equations in choice A has the same solution as the given system.Choices B, C, and D are incorrect. If graphed in the xy-plane, these choices would intersect at the points with coordinates 0, three halves, 1, 0, and 0, 1, respectively, not three halves, 0.",
+ hasFigure: true,
+ figureUrl: "/practice-images/2704399f_img1.png",
+ },
+ {
+ id: "2875ba81",
+ type: "mcq",
+ questionHtml:
+ "6 x + 7 y = 28
2 x + 2 y = 10
The solution to the given system of equations is (x, y). What is the value of y?",
+ choices: [
+ { label: "A", text: "−2" },
+ { label: "B", text: "7" },
+ { label: "C", text: "14" },
+ { label: "D", text: "18" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The given system of linear equations can be solved by the elimination method. Multiplying each side of the second equation in the given system by 3 yields (2 x + 2 y) (3) = (10) (3), or 6 x + 6 y = 30. Subtracting this equation from the first equation in the given system yields (6 x + 7 y) − (6 x + 6 y) = (28) − (30), which is equivalent to (6 x − 6 x) + (7 y − 6 y) = 28 − 30, or y = −2.
Choice B is incorrect. This is the value of x, not the value of y.
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: "5e422ff9",
+ type: "mcq",
+ questionHtml:
+ "In the solution to the system of equations above, what is the value of y ?",
+ choices: [
+ { label: "A", text: "−15" },
+ { label: "B", text: "−9" },
+ { label: "C", text: "9" },
+ { label: "D", text: "15" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Multiplying both sides of y = 2 x − 3 by 5 results in 5 y = 10 x − 15. Multiplying both sides of 3 y = 5 x by 2 results in 6 y = 10 x. Subtracting the resulting equations yields 5 y − 6 y = (10 x − 15, ) − 10 x, which simplifies to −y = −15. Dividing both sides of −y = −15 by −1 results in y = 15.Choices A and B are incorrect and may result from incorrectly subtracting the transformed equation. Choice C is incorrect and may result from finding the value of x instead of the value of y.",
+ hasFigure: false,
+ },
+ {
+ id: "686b7cad",
+ type: "mcq",
+ questionHtml:
+ "A proposal for a new library was included on an election ballot. A radio show stated that 3 times as many people voted in favor of the proposal as people who voted against it. A social media post reported that 15, 000 more people voted in favor of the proposal than voted against it. Based on these data, how many people voted against the proposal?",
+ choices: [
+ { label: "A", text: "7, 500" },
+ { label: "B", text: "15, 000" },
+ { label: "C", text: "22, 500" },
+ { label: "D", text: "45, 000" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. It's given that a radio show stated that 3 times as many people voted in favor of the proposal as people who voted against it. Let x represent the number of people who voted against the proposal. It follows that 3 x is the number of people who voted in favor of the proposal and 3 x − x, or 2 x, is how many more people voted in favor of the proposal than voted against it. It's also given that a social media post reported that 15, 000 more people voted in favor of the proposal than voted against it. Thus, 2 x = 15, 000. Since 2 x = 15, 000, the value of x must be half of 15, 000, or 7, 500. Therefore, 7, 500 people voted against the proposal.
Choice B is incorrect. This is how many more people voted in favor of the proposal than voted against it, not the number of people who voted against the proposal.
Choice C is incorrect. This is the number of people who voted in favor of the proposal, not the number of people who voted against the proposal.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "6a87902f",
+ type: "mcq",
+ questionHtml:
+ "y = 2 x + 10
y = 2 x − 1
At how many points do the graphs of the given equations intersect in the xy-plane?",
+ choices: [
+ { label: "A", text: "Zero" },
+ { label: "B", text: "Exactly one" },
+ { label: "C", text: "Exactly two" },
+ { label: "D", text: "Infinitely many" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. A system of two linear equations in two variables, x and y, has zero points of intersection if the lines represented by the equations in the xy-plane are distinct and parallel. The graphs of two lines in the xy-plane represented by equations in slope-intercept form, y = m x + b, are distinct if the y-coordinates of their y-intercepts, b, are different and are parallel if their slopes, m, are the same. For the two equations in the given system, y = 2 x + 10 and y = 2 x − 1, the values of b are 10 and −1, respectively, and the values of m are both 2. Since the values of b are different, the graphs of these lines have different y-coordinates of the y-intercept and are distinct. Since the values of m are the same, the graphs of these lines have the same slope and are parallel. Therefore, the graphs of the given equations are lines that intersect at zero points in the xy-plane.
Choice B is incorrect. The graphs of a system of two linear equations have exactly one point of intersection if the lines represented by the equations have different slopes. Since the given equations represent lines with the same slope, there is not exactly one intersection point.
Choice C is incorrect. The graphs of a system of two linear equations can never have exactly two intersection points.
Choice D is incorrect. The graphs of a system of two linear equations have infinitely many intersection points when the lines represented by the equations have the same slope and the same y-coordinate of the y-intercept. Since the given equations represent lines with different y-coordinates of their y-intercepts, there are not infinitely many intersection points.",
+ hasFigure: false,
+ },
+ {
+ id: "6e6a3241",
+ type: "mcq",
+ questionHtml:
+ "Which of the following graphs in the xy-plane could be used to solve the system of equations above?",
+ choices: [
+ {
+ label: "A",
+ text: "The answer choice presents the graph of two lines in the xy plane. The numbers − 4 and 4 are indicated on each axis. One line slants upward and to the right. It crosses the x axis at − 5, and crosses the y axis at 1. The other line slants downward and to the right. It crosses the y axis at 4, and crosses the x axis at 2. The two lines intersect above the x axis and to the right of the y axis.",
+ },
+ {
+ label: "B",
+ text: "The answer choice presents the graph of two lines in the xy plane. The numbers − 4 and 4 are indicated on each axis. One line slants upward and to the right. It crosses the y axis at − 4, and crosses the x axis at 4. The other line slants downward and to the right. It crosses the y axis at 1, and crosses the x axis at 1. The two lines intersect below the x axis and to the right of the y axis.",
+ },
+ {
+ label: "C",
+ text: "The answer choice presents the graph of two lines in the xy plane. The numbers − 4 and 4 are indicated on each axis. One line slants upward and to the right. It crosses the x axis at − 2, and crosses the y axis at 4. The other line slants downward and to the right. It crosses the y axis at 1, and crosses the x axis at 5. The two lines intersect above the x axis and to the left of the y axis.",
+ },
+ {
+ label: "D",
+ text: "The answer choice presents the graph of two lines in the xy plane. The numbers − 4 and 4 are indicated on each axis. One line slants upward and to the right. It crosses the x axis at − 2, and crosses the y axis at 4. The other line slants upward and to the right. It crosses the y axis at − 1, and crosses the x axis at 5. The two lines intersect below the x axis and to the left of the y axis.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The graph of a system of equations is the graph that shows the lines represented by each of the equations in the system. The x-intercept of the graph of each given equation can be found by substituting 0 for y in each equation: x + 5 · 0 = 5, or x = 5, and 2 x − 0 = −4, or x = −2. The y-intercept of the graph of each equation can be found by substituting 0 for x in each equation: 0 + 5 y = 5, or y = 1, and 2 · 0 − y = −4 or y = 4. Using these x- and y- intercept values, the line that has equation x + 5 y = 5 passes through the points with coordinates 0, 1 and 5, 0, and the line that has equation 2 x − y = −4 passes through the points with coordinates 0, 4 and −2, 0. Only the lines in choice C pass through these points and can be used to solve the given system of equations.Choices A, B, and D are incorrect. In choices A and B, neither line passes through 0, 1 and 5, 0 or 0, 4 and −2, 0. In choice D, although one line passes through 0, 4 and −2, 0 the other line doesn’t pass through 0, 1 and 5, 0.",
+ hasFigure: true,
+ figureUrl: "/practice-images/6e6a3241_img2.png",
+ },
+ {
+ id: "71189542",
+ type: "mcq",
+ questionHtml:
+ "A group of 202 people went on an overnight camping trip, taking 60 tents with them. Some of the tents held 2 people each, and the rest held 4 people each. Assuming all the tents were filled to capacity and every person got to sleep in a tent, exactly how many of the tents were 2-person tents?",
+ choices: [
+ { label: "A", text: "30" },
+ { label: "B", text: "20" },
+ { label: "C", text: "19" },
+ { label: "D", text: "18" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Let x represent the number of 2-person tents and let y represent the number of 4-person tents. It is given that the total number of tents was 60 and the total number of people in the group was 202. This situation can be expressed as a system of two equations, x + y = 60 and 2 x + 4 y = 202. The first equation can be rewritten as y = −x + 60. Substituting −x + 60 for y in the equation 2 x + 4 y = 202 yields 2 x + 4 · (−x + 60, ) = 202. Distributing and combining like terms gives −2 x + 240 = 202. Subtracting 240 from both sides of −2 x + 240 = 202 and then dividing both sides by −2 gives x = 19. Therefore, the number of 2-person tents is 19.Alternate approach: If each of the 60 tents held 4 people, the total number of people that could be accommodated in tents would be 240. However, the actual number of people who slept in tents was 202. The difference of 38 accounts for the 2-person tents. Since each of these tents holds 2 people fewer than a 4-person tent, thirty eight halves = 19 gives the number of 2-person tents.
Choice A is incorrect. This choice may result from assuming exactly half of the tents hold 2 people. If that were true, then the total number of people who slept in tents would be 2 · 30 + 4 · 30 = 180; however, the total number of people who slept in tents was 202, not 180. Choice B is incorrect. If 20 tents were 2-person tents, then the remaining 40 tents would be 4-person tents. Since all the tents were filled to capacity, the total number of people who slept in tents would be 2 · 20 + 4 · 40 = 40 + 160, which = 200; however, the total number of people who slept in tents was 202, not 200. Choice D is incorrect. If 18 tents were 2-person tents, then the remaining 42 tents would be 4-person tents. Since all the tents were filled to capacity, the total number of people who slept in tents would be 2 · 18 + 4 · 42 = 36 + 168, which = 204; however, the total number of people who slept in tents was 202, not 204.",
+ hasFigure: false,
+ },
+ {
+ id: "74c03c21",
+ type: "mcq",
+ questionHtml:
+ "A bus traveled on the highway and on local roads to complete a trip of 160 miles. The trip took 4 hours. The bus traveled at an average speed of 55 miles per hour (mph) on the highway and an average speed of 25 mph on local roads. If x is the time, in hours, the bus traveled on the highway and y is the time, in hours, it traveled on local roads, which system of equations represents this situation?",
+ choices: [
+ {
+ label: "A",
+ text: "55 x + 25 y = 4
x + y = 160",
+ },
+ {
+ label: "B",
+ text: "55 x + 25 y = 160
x + y = 4",
+ },
+ {
+ label: "C",
+ text: "25 x + 55 y = 4
x + y = 160",
+ },
+ {
+ label: "D",
+ text: "25 x + 55 y = 160
x + y = 4",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. If the bus traveled at an average speed of 55 miles per hour (mph) on the highway for x hours, then the bus traveled 55 x miles on the highway. If the bus traveled at an average speed of 25 mph on local roads for y hours, then the bus traveled 25 y miles on local roads. It's given that the trip was 160 miles. This can be represented by the equation 55 x + 25 y = 160. It's also given that the trip took 4 hours. This can be represented by the equation x + y = 4. Therefore, the system consisting of the equations 55 x + 25 y = 160 and x + y = 4 represents this situation.
Choice A is incorrect. This system of equations represents a situation where the trip was 4 miles and took 160 hours.
Choice C is incorrect. This system of equations represents a situation where the trip was 4 miles and took 160 hours, and the bus traveled at an average speed of 25 mph on the highway and 55 mph on local roads.
Choice D is incorrect. This system of equations represents a situation where the bus traveled at an average speed of 25 mph on the highway and 55 mph on local roads.",
+ hasFigure: false,
+ },
+ {
+ id: "7efe5495",
+ type: "mcq",
+ questionHtml:
+ "y = 3 x
2 x + y = 12
The solution to the given system of equations is (x, y). What is the value of 5 x?",
+ choices: [
+ { label: "A", text: "24" },
+ { label: "B", text: "15" },
+ { label: "C", text: "12" },
+ { label: "D", text: "5" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given by the first equation in the system that y = 3 x. Substituting 3 x for y in the equation 2 x + y = 12 yields 2 x + 3 x = 12, or 5 x = 12.
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: "8a87c2c8",
+ type: "mcq",
+ questionHtml:
+ "x + 3 = − 2 y + 5
x − 3 = 2 y + 7
The solution to the given system of equations is (x, y). What is the value of 2 x?",
+ choices: [
+ { label: "A", text: "−2" },
+ { label: "B", text: "6" },
+ { label: "C", text: "12" },
+ { label: "D", text: "24" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Adding the second equation in the given system to the first equation in the given system yields (x + 3) + (x − 3) = (−2 y + 5) + (2 y + 7). Adding like terms in this equation yields 2 x = 12. Thus, the value of 2 x is 12.
Choice A is incorrect. This is the value of y, not 2 x.
Choice B is incorrect. This is the value of x, not 2 x.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "9f6f96ff",
+ type: "mcq",
+ questionHtml:
+ "A wire with a length of 106 inches is cut into two parts. One part has a length of x inches, and the other part has a length of y inches. The value of x is 6 more than 4 times the value of y. What is the value of x?",
+ choices: [
+ { label: "A", text: "25" },
+ { label: "B", text: "28" },
+ { label: "C", text: "56" },
+ { label: "D", text: "86" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that a wire with a length of 106 inches is cut into two parts. It's also given that one part has a length of x inches and the other part has a length of y inches. This can be represented by the equation x + y = 106. It's also given that the value of x is 6 more than 4 times the value of y. This can be represented by the equation x = 4 y + 6. Substituting 4 y + 6 for x in the equation x + y = 106 yields 4 y + 6 + y = 106, or 5 y + 6 = 106. Subtracting 6 from each side of this equation yields 5 y = 100. Dividing each side of this equation by 5 yields y = 20. Substituting 20 for y in the equation x = 4 y + 6 yields x = 4 (20) + 6, or x = 86.
Choice A is incorrect. This value represents less than half of the total length of 106 inches; however, x represents the length of the longer part of the wire, since it's given that the value of x is 6 more than 4 times the value of y.
Choice B is incorrect. This value represents less than half of the total length of 106 inches; however, x represents the length of the longer part of the wire, since it's given that the value of x is 6 more than 4 times the value of y.
Choice C is incorrect. This represents a part that is 6 more than the length of the other part, rather than 6 more than 4 times the length of the other part.",
+ hasFigure: false,
+ },
+ {
+ id: "b3c7ca1d",
+ type: "mcq",
+ questionHtml:
+ "Which of the following systems of linear equations has no solution?",
+ choices: [
+ { label: "A", text: "x = 3
y = 5" },
+ {
+ label: "B",
+ text: "y = 6 x + 6
y = 5 x + 6",
+ },
+ {
+ label: "C",
+ text: "y = 16 x + 3
y = 16 x + 19",
+ },
+ {
+ label: "D",
+ text: "y = 5
y = 5 x + 5",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. A system of two linear equations in two variables, x and y, has no solution if the graphs of the lines represented by the equations in the xy-plane are distinct and parallel. The graphs of two lines in the xy-plane represented by equations in slope-intercept form, y = m x + b, where m and b are constants, are parallel if their slopes, m, are the same and are distinct if their y-coordinates of the y-intercepts, b, are different. In the equations y = 16 x + 3 and y = 16 x + 19, the values of m are each 16, and the values of b are 3 and 19, respectively. Since the slopes of these lines are the same, and the y-coordinates of the y-intercepts are different, it follows that the system of linear equations in choice C has no solution.
Choice A is incorrect. The lines represented by the equations in this system are a vertical line and a horizontal line. Therefore, this system has a solution, (3, 5), rather than no solution.
Choice B is incorrect. The two lines represented by these equations have different slopes and the same y-coordinate of the y-intercept. Therefore, this system has a solution, (0, 6), rather than no solution.
Choice D is incorrect. The two lines represented by these equations are a horizontal line and a line with a slope of 5 that have the same y-coordinate of the y-intercept. Therefore, this system has a solution, (0, 5), rather than no solution.",
+ hasFigure: false,
+ },
+ {
+ id: "b544a348",
+ type: "spr",
+ questionHtml:
+ "In the solution x, y to the system of equations above, what is the value of x ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 7. Subtracting the second equation from the first equation eliminates the variable y.
Equation 1, 5 x + 3 y = 38; Equation 2, x + 3 y = 10; Subtracting equation 2 from equation 1 yields equation 3, which is 4 x = 28.
Dividing both sides of the resulting equation by 4 yields x = 7.",
+ hasFigure: false,
+ },
+ {
+ id: "bf4a8b6a",
+ type: "mcq",
+ questionHtml:
+ "A company that provides whale-watching tours takes groups of 21 people at a time. The company’s revenue is 80 dollars per adult and 60 dollars per child. If the company’s revenue for one group consisting of adults and children was 1, 440 dollars, how many people in the group were children?",
+ choices: [
+ { label: "A", text: "3" },
+ { label: "B", text: "9" },
+ { label: "C", text: "12" },
+ { label: "D", text: "18" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Let x represent the number of children in a whale-watching tour group. Let y represent the number of adults in this group. Because it's given that 21 people are in a group and the group consists of adults and children, it must be true that x + y = 21. Since the company's revenue is 60 dollars per child, the total revenue from x children in this group was 60 x dollars. Since the company's revenue is 80 dollars per adult, the total revenue from y adults in this group was 80 y dollars. Because it's given that the total revenue for this group was 1, 440 dollars, it must be true that 60 x + 80 y = 1, 440. The equations x + y = 21 and 60 x + 80 y = 1, 440 form a linear system of equations that can be solved to find the value of x, which represents the number of children in the group, using the elimination method. Multiplying both sides of the equation x + y = 21 by 80 yields 80 x + 80 y = 1, 680. Subtracting 60 x + 80 y = 1, 440 from 80 x + 80 y = 1, 680 yields (80 x + 80 y) − (60 x + 80 y) = 1, 680 − 1, 440, which is equivalent to 80 x − 60 x + 80 y − 80 y = 240, or 20 x = 240. Dividing both sides of this equation by 20 yields x = 12. Therefore, 12 people in the group were children.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice B is incorrect. This is the number of adults in the group, not the number of children in the group.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: false,
+ },
+ {
+ id: "c5082ce3",
+ type: "spr",
+ questionHtml:
+ "The score on a trivia game is obtained by subtracting the number of incorrect answers from twice the number of correct answers. If a player answered 40 questions and obtained a score of 50, how many questions did the player answer correctly?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 30. Let x represent the number of correct answers from the player and y represent the number of incorrect answers from the player. Since the player answered 40 questions in total, the equation x + y = 40 represents this situation. Also, since the score is found by subtracting the number of incorrect answers from twice the number of correct answers and the player received a score of 50, the equation 2 x − y = 50 represents this situation. Adding the equations in the system of two equations together yields (x + y, ) + (2 x − y, ) = 40 + 50. This can be rewritten as 3 x = 90. Finally, solving for x by dividing both sides of the equation by 3 yields x = 30.",
+ hasFigure: false,
+ },
+ {
+ id: "cb8f449f",
+ type: "mcq",
+ questionHtml:
+ "The system of equations above has solution (x, y). What is the value of x ?",
+ choices: [
+ { label: "A", text: "three" },
+ { label: "B", text: "the fraction 7 over 2" },
+ { label: "C", text: "four" },
+ { label: "D", text: "six" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. Adding the corresponding sides of the two equations eliminates y and yields x = 6, as shown.The equation one half y = 4, added to the equation x − one half y = 2, gives the equation x + 0 = 6
If (x, y) is a solution to the system, then (x, y) satisfies both equations in the system and any equation derived from them. Therefore, x = 6.
Choices A, B, and C are incorrect and may be the result of errors when solving the system.",
+ hasFigure: false,
+ },
+ {
+ id: "d909cd31",
+ type: "mcq",
+ questionHtml:
+ "− 15 x + 25 y = 65
One of the two equations in a system of linear equations is given. The system has infinitely many solutions. Which of the following could be the second equation in the system?",
+ choices: [
+ { label: "A", text: "12 x + 20 y = 52" },
+ { label: "B", text: "12 x + 20 y = −52" },
+ { label: "C", text: "− 12 x + 20 y = 52" },
+ { label: "D", text: "− 12 x + 20 y = −52" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that the system has infinitely many solutions. A system of two linear equations has infinitely many solutions when the two linear equations are equivalent. Dividing both sides of the given equation by 5 yields − 3 x + 5 y = 13. Dividing both sides of choice C by 4 also yields − 3 x + 5 y = 13, so choice C is equivalent to the given equation. Thus, choice C could be the second equation in the system.
Choice A is incorrect. The system consisting of this equation and the given equation has one solution, not infinitely many solutions.
Choice B is incorrect. The system consisting of this equation and the given equation has one solution, not infinitely many solutions.
Choice D is incorrect. The system consisting of this equation and the given equation has no solution, not infinitely many solutions.",
+ hasFigure: false,
+ },
+ {
+ id: "e53688cb",
+ type: "spr",
+ questionHtml:
+ "x + 3 y = 29
3 y = 11
The solution to the given system of equations is (x, y). What is the value of x?",
+ choices: [],
+ correctAnswer: "18",
+ explanation:
+ "The correct answer is 18. It's given by the second equation in the system that 3 y = 11. Substituting 11 for 3 y in the first equation in the system, x + 3 y = 29, yields x + 11 = 29. Subtracting 11 from both sides of this equation yields x = 18.",
+ hasFigure: false,
+ },
+ {
+ id: "e77a76ce",
+ type: "mcq",
+ questionHtml:
+ "Which of the following systems of linear equations has no solution?",
+ choices: [
+ {
+ label: "A",
+ text: "y = 6 x + 3
y = 6 x + 9",
+ },
+ {
+ label: "B",
+ text: "y = 10
y = 10 x + 10",
+ },
+ {
+ label: "C",
+ text: "y = 14 x + 14
y = 10 x + 14",
+ },
+ { label: "D", text: "x = 3
y = 10" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. A system of two linear equations in two variables, x and y, has no solution if the graphs of the lines represented by the equations in the xy-plane are distinct and parallel. The graphs of two lines in the xy-plane represented by equations in slope-intercept form, y = m x + b, where m and b are constants, are parallel if their slopes, m, are the same and are distinct if their y-coordinates of the y-intercepts, b, are different. In the equations y = 6 x + 3 and y = 6 x + 9, the values of m are each 6, and the values of b are 3 and 9, respectively. Since the slopes of these lines are the same and the y-coordinates of the y-intercepts are different, it follows that the system of linear equations in choice A has no solution.
Choice B is incorrect. The two lines represented by these equations are a horizontal line and a line with a slope of 10 that have the same y-coordinate of the y-intercept. Therefore, this system has a solution, (0, 10), rather than no solution.
Choice C is incorrect. The two lines represented by these equations have different slopes and the same y-coordinate of the y-intercept. Therefore, this system has a solution, (0, 14), rather than no solution.
Choice D is incorrect. The two lines represented by these equations are a vertical line and a horizontal line. Therefore, this system has a solution, (3, 10), rather than no solution.",
+ hasFigure: false,
+ },
+ {
+ id: "ed92fb68",
+ type: "mcq",
+ questionHtml:
+ "If the system of equations above has solution the ordered pair x, y, what is the value of x + y ?",
+ choices: [
+ { label: "A", text: "0" },
+ { label: "B", text: "9" },
+ { label: "C", text: "18" },
+ { label: "D", text: "38" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Adding the given equations yields 9x + 9y = 162. Dividing each side of the equation 9x + 9y = 162 by 9 gives x + y = 18.Choice A is incorrect and may result from incorrectly adding the equations. Choice B is incorrect and may result from conceptual or computational errors. Choice D is incorrect. This value is equivalent to y – x.",
+ hasFigure: false,
+ },
+ {
+ id: "f5929f7a",
+ type: "mcq",
+ questionHtml:
+ "y = − one ninth x
y = one half x
The solution to the given system of equations is (x, y). What is the value of x?",
+ choices: [
+ { label: "A", text: "−9" },
+ { label: "B", text: "−7" },
+ { label: "C", text: "0" },
+ { label: "D", text: "2" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given by the first equation in the system that y = − one ninth x. Substituting − one ninth x for y in the second equation in the system yields − one ninth x = one half x. Multiplying the left-hand side of this equation by two halves and the right-hand side by nine ninths yields − two eighteenths x = nine eighteenths x. Adding two eighteenths x to both sides of this equation yields 0 = (11) / (18) x. Multiplying both sides of this equation by (18) / (11) yields x = 0.
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,
+ },
+];
+
+export const SYSTEMS_HARD: PracticeQuestion[] = [
+ {
+ id: "1362ccde",
+ type: "spr",
+ questionHtml:
+ "y = 4 x + 1
4 y = 15 x − 8
The solution to the given system of equations is (x, y). What is the value of x − y?",
+ choices: [],
+ correctAnswer: "35",
+ explanation:
+ "The correct answer is 35. The first equation in the given system of equations defines y as 4 x + 1. Substituting 4 x + 1 for y in the second equation in the given system of equations yields 4 (4 x + 1) = 15 x − 8. Applying the distributive property on the left-hand side of this equation yields 16 x + 4 = 15 x − 8. Subtracting 15 x from each side of this equation yields x + 4 = −8. Subtracting 4 from each side of this equation yields x = −12. Substituting −12 for x in the first equation of the given system of equations yields y = 4 (−12) + 1, or y = −47. Substituting −12 for x and −47 for y into the expression x − y yields −12 − (−47), or 35.",
+ hasFigure: false,
+ },
+ {
+ id: "14360f84",
+ type: "mcq",
+ questionHtml:
+ "4 x − 9 y = 9 y + 5
h y = 2 + 4 x
In the given system of equations, h is a constant. If the system has no solution, what is the value of h?",
+ choices: [
+ { label: "A", text: "−9" },
+ { label: "B", text: "0" },
+ { label: "C", text: "9" },
+ { label: "D", text: "18" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. A system of two linear equations in two variables, x and y, has no solution if the lines represented by the equations in the xy-plane are distinct and parallel. The graphs of two lines in the xy-plane represented by equations in the form A x + B y = C, where A, B, and C are constants, are parallel if the coefficients for x and y in one equation are proportional to the corresponding coefficients in the other equation. The first equation in the given system can be written in the form A x + B y = C by subtracting 9 y from both sides of the equation to yield 4 x − 18 y = 5. The second equation in the given system can be written in the form A x + B y = C by subtracting 4 x from both sides of the equation to yield − 4 x + h y = 2. The coefficient of x in this second equation, −4, is −1 times the coefficient of x in the first equation, 4. For the lines to be parallel, the coefficient of y in the second equation, h, must also be −1 times the coefficient of y in the first equation, −18. Thus, h = − 1 (−18), or h = 18. Therefore, if the given system has no solution, the value of h is 18.
Choice A is incorrect. If the value of h is −9, then the given system would have one solution, rather than no solution.
Choice B is incorrect. If the value of h is 0, then the given system would have one solution, rather than no solution.
Choice C is incorrect. If the value of h is 9, then the given system would have one solution, rather than no solution.",
+ hasFigure: false,
+ },
+ {
+ id: "1e11190a",
+ type: "mcq",
+ questionHtml:
+ "Store A sells raspberries for dollar sign 5.50 per pint and blackberries for dollar sign 3.00 per pint. Store B sells raspberries for dollar sign 6.50 per pint and blackberries for dollar sign 8.00 per pint. A certain purchase of raspberries and blackberries would cost dollar sign 37.00 at Store A or dollar sign 66.00 at Store B. How many pints of blackberries are in this purchase?",
+ choices: [
+ { label: "A", text: "4" },
+ { label: "B", text: "5" },
+ { label: "C", text: "8" },
+ { label: "D", text: "12" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice C is correct. It’s given that store A sells raspberries for dollar sign 5 . 50 per pint and blackberries for dollar sign 3 . 00 per pint, and a certain purchase of raspberries and blackberries at store A would cost dollar sign 37 . 00. It’s also given that store B sells raspberries for dollar sign 6 . 50 per pint and blackberries for dollar sign 8 . 00 per pint, and this purchase of raspberries and blackberries at store B would cost dollar sign 66 . 00. Let r represent the number of pints of raspberries and b represent the number of pints of blackberries in this purchase. The equation 5 . 50 r + 3 . 00 b = 37 . 00 represents this purchase of raspberries and blackberries from store A and the equation 6 . 50 r + 8 . 00 b = 66 . 00 represents this purchase of raspberries and blackberries from store B. Solving the system of equations by elimination gives the value of r and the value of b that make the system of equations true. Multiplying both sides of the equation for store A by 6.5 yields (5 . 50 r) (6 . 5) + (3 . 00 b) (6 . 5) = (37 . 00) (6 . 5), or 35 . 75 r + 19 . 5 b = 240 . 5. Multiplying both sides of the equation for store B by 5.5 yields (6 . 50 r) (5 . 5) + (8 . 00 b) (5 . 5) = (66 . 00) (5 . 5), or 35 . 75 r + 44 b = 363. Subtracting both sides of the equation for store A, 35 . 75 r + 19 . 5 b = 240 . 5, from the corresponding sides of the equation for store B, 35 . 75 r + 44 b = 363, yields (35 . 75 r − 35 . 75 r) + (44 b − 19 . 5 b) = (363 − 240 . 5), or 24 . 5 b = 122 . 5. Dividing both sides of this equationby 24.5 yields b = 5. Thus, 5 pints of blackberries are in
this purchase.
Choices A and B are incorrect and may result from conceptual or calculation errors. Choice D is incorrect. This is the number of pints of raspberries, not blackberries, in the purchase.",
+ hasFigure: false,
+ },
+ {
+ id: "27f5fff3",
+ type: "mcq",
+ questionHtml:
+ "For the first line in the system:
The line slants gradually down from left to right.
The line passes through the following points:
(negative 4 comma 5)
(0 comma 4)
(8 comma 2)
For the second line in the system:
The line is horizontal.
The line passes through the following points:
(0 comma 2)
(8 comma 2)
If a new graph of three linear equations is created using the system of equations shown and the equation x + 4 y = −16, how many solutions (x, y) will the resulting system of three equations have?",
+ choices: [
+ { label: "A", text: "Zero" },
+ { label: "B", text: "Exactly one" },
+ { label: "C", text: "Exactly two" },
+ { label: "D", text: "Infinitely many" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. A solution to a system of equations must satisfy each equation in the system. It follows that if an ordered pair (x, y) is a solution to the system, the point (x, y) lies on the graph in the xy-plane of each equation in the system. The only point that lies on each graph of the system of two linear equations shown is their intersection point (8, 2). It follows that if a new graph of three linear equations is created using the system of equations shown and the graph of x + 4 y = −16, this system has either zero solutions or one solution, the point (8, 2). Substituting 8 for x and 2 for y in the equation x + 4 y = −16 yields 8 + 4 (2) = −16, or 16 = −16. Since this equation is not true, the point (8, 2) does not lie on the graph of x + 4 y = −16. Therefore, (8, 2) is not a solution to the system of three equations. It follows that there are zero solutions to this system.
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: true,
+ figureUrl: "/practice-images/27f5fff3_svg1.svg",
+ },
+ {
+ id: "45a534d0",
+ type: "spr",
+ questionHtml:
+ "48 x − 72 y = 30 y + 24
r y = one sixth − 16 x
In the given system of equations, r is a constant. If the system has no solution, what is the value of r?",
+ choices: [],
+ correctAnswer: "-34",
+ explanation:
+ "The correct answer is −34. A system of two linear equations in two variables, x and y, has no solution if the lines represented by the equations in the xy-plane are distinct and parallel. Two lines represented by equations in standard form A x + B y = C, where A, B, and C are constants, are parallel if the coefficients for x and y in one equation are proportional to the corresponding coefficients in the other equation. The first equation in the given system can be written in standard form by subtracting 30 y from both sides of the equation to yield 48 x − 102 y = 24. The second equation in the given system can be written in standard form by adding 16 x to both sides of the equation to yield 16 x + r y = one sixth. The coefficient of x in this second equation, 16, is one third times the coefficient of x in the first equation, 48. For the lines to be parallel the coefficient of y in the second equation, r, must also be one third times the coefficient of y in the first equation, −102. Thus, r = one third (−102), or r = −34. Therefore, if the given system has no solution, the value of r is −34.",
+ hasFigure: false,
+ },
+ {
+ id: "466b87e3",
+ type: "spr",
+ questionHtml:
+ "In the system of equations above, c is a constant. If the system has no solution, what is the value of c ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is one half. A system of two linear equations has no solution when the graphs of the equations have the same slope and different y-intercepts. Each of the given linear equations is written in the slope-intercept form, y = m x + b, where m is the slope and b is the y-coordinate of the y-intercept of the graph of the equation. For these two linear equations, the y-intercepts are 0, 8 and 0, 10. Thus, if the system of equations has no solution, the slopes of the graphs of the two linear equations must be the same. The slope of the graph of the first linear equation is one half. Therefore, for the system of equations to have no solution, the value of c must be one half. Note that 1/2 and .5 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "52cb8ea4",
+ type: "mcq",
+ questionHtml:
+ "If the ordered pair x, y is the solution to the system of equations above, what is the value of 3 x + 3 y ?",
+ choices: [
+ { label: "A", text: "−13" },
+ { label: "B", text: "−5" },
+ { label: "C", text: "5" },
+ { label: "D", text: "13" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Subtracting the second equation, 4 x − 8 y = 9, from the first equation, 7 x − 5 y = 4, results in (7 x − 5 y, ) − (4 x − 8 y, ) = 4 − 9, or 7 x − 5 y − 4 x + 8 y = 5. Combining like terms on the left-hand side of this equation yields 3 x + 3 y = −5.Choice A is incorrect and may result from miscalculating 4 − 9 as −13. Choice C is incorrect and may result from miscalculating 4 − 9 as 5. Choice D is incorrect and may result from adding 9 to 4 instead of subtracting 9 from 4.",
+ hasFigure: false,
+ },
+ {
+ id: "567ac7ab",
+ type: "mcq",
+ questionHtml:
+ "One of the two equations in a linear system is 2 x + 6 y = 10. The system has no solution. Which of the following could be the other equation in the system?",
+ choices: [
+ { label: "A", text: "x + 3 y = 5" },
+ { label: "B", text: "x + 3 y = −20" },
+ { label: "C", text: "6 x − 2 y = 0" },
+ { label: "D", text: "6 x + 2 y = 10" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. A system of two linear equations written in standard form has no solution when the equations are distinct and the ratio of the x-coefficient to the y-coefficient for one equation is equivalent to the ratio of the x-coefficient to the y-coefficient for the other equation. This ratio for the given equation is 2 to 6, or 1 to 3. Only choice B is an equation that isn’t equivalent to the given equation and whose ratio of the x-coefficient to the y-coefficient is 1 to 3.Choice A is incorrect. Multiplying each of the terms in this equation by 2 yields an equation that is equivalent to the given equation. This system would have infinitely many solutions. Choices C and D are incorrect. The ratio of the x-coefficient to the y-coefficient in 6 x − 2 y = 0 (choice C) is −6 to 2, or −3 to 1. This ratio in 6 x + 2 y = 10 (choice D) is 6 to 2, or 3 to 1. Since neither of these ratios is equivalent to that for the given equation, these systems would have exactly one solution.",
+ hasFigure: false,
+ },
+ {
+ id: "5e08a055",
+ type: "mcq",
+ questionHtml:
+ "y = 6 x + 18
One of the equations in a system of two linear equations is given. The system has no solution. Which equation could be the second equation in the system?",
+ choices: [
+ { label: "A", text: "− 6 x + y = 18" },
+ { label: "B", text: "− 6 x + y = 22" },
+ { label: "C", text: "− 12 x + y = 36" },
+ { label: "D", text: "− 12 x + y = 18" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. A system of two linear equations in two variables, x and y, has no solution if the lines represented by the equations in the xy-plane are parallel and distinct. Lines represented by equations in standard form, A x + B y = C and D x + E y = F, are parallel if the coefficients for x and y in one equation are proportional to the corresponding coefficients in the other equation, meaning (D) / (A) = (E) / (B); and the lines are distinct if the constants are not proportional, meaning (F) / (C) is not equal to (D) / (A) or (E) / (B). The given equation, y = 6 x + 18, can be written in standard form by subtracting 6 x from both sides of the equation to yield − 6 x + y = 18. Therefore, the given equation can be written in the form A x + B y = C, where A = −6, B = 1, and C = 18. The equation in choice B, − 6 x + y = 22, is written in the form D x + E y = F, where D = −6, E = 1, and F = 22. Therefore, (D) / (A) = (−6) / (−6), which can be rewritten as (D) / (A) = 1; (E) / (B) = one oneth, which can be rewritten as (E) / (B) = 1; and (F) / (C) = (22) / (18), which can be rewritten as (F) / (C) = (11) / (9). Since (D) / (A) = 1, (E) / (B) = 1, and (F) / (C) is not equal to 1, it follows that the given equation and the equation − 6 x + y = 22 are parallel and distinct. Therefore, a system of two linear equations consisting of the given equation and the equation − 6 x + y = 22 has no solution. Thus, the equation in choice B could be the second equation in the system.
Choice A is incorrect. The equation − 6 x + y = 18 and the given equation represent the same line in the xy-plane. Therefore, a system of these linear equations would have infinitely many solutions, rather than no solution.
Choice C is incorrect. The equation − 12 x + y = 36 and the given equation represent lines in the xy-plane that are distinct and not parallel. Therefore, a system of these linear equations would have exactly one solution, rather than no solution.
Choice D is incorrect. The equation − 12 x + y = 18 and the given equation represent lines in the xy-plane that are distinct and not parallel. Therefore, a system of these linear equations would have exactly one solution, rather than no solution.",
+ hasFigure: false,
+ },
+ {
+ id: "70feb725",
+ type: "mcq",
+ questionHtml:
+ "During a month, Morgan ran r miles at 5 miles per hour and biked b miles at 10 miles per hour. She ran and biked a total of 200 miles that month, and she biked for twice as many hours as she ran. What is the total number of miles that Morgan biked during the month?",
+ choices: [
+ { label: "A", text: "80" },
+ { label: "B", text: "100" },
+ { label: "C", text: "120" },
+ { label: "D", text: "160" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The number of hours Morgan spent running or biking can be calculated by dividing the distance she traveled during that activity by her speed, in miles per hour, for that activity. So the number of hours she ran can be represented by the expression the fraction r over 5, and the number of hours she biked can be represented by the expression the fraction b over 10. It’s given that she biked for twice as many hours as she ran, so this can be represented by the equation the fraction b over 10, end fraction = 2 · the fraction r over 5, which can be rewritten as b = 4 r. It’s also given that she ran r miles and biked b miles, and that she ran and biked a total of 200 miles. This can be represented by the equation r + b = 200. Substituting 4 r for b in this equation yields r + 4 r = 200, or 5 r = 200. Solving for r yields r = 40. Determining the number of miles she biked, b, can be found by substituting 40 for r in r + b = 200, which yields 40 + b = 200. Solving for b yields b = 160.Choices A, B, and C are incorrect because they don’t satisfy that Morgan biked for twice as many hours as she ran. In choice A, if she biked 80 miles, then she ran 120 miles, which means she biked for 8 hours and ran for 24 hours. In choice B, if she biked 100 miles, then she ran 100 miles, which means she biked for 10 hours and ran for 20 hours. In choice C, if she biked 120 miles, then she ran for 80 miles, which means she biked for 12 hours and ran for 16 hours.",
+ hasFigure: false,
+ },
+ {
+ id: "75012ee7",
+ type: "mcq",
+ questionHtml:
+ "2 x + 3 y = 7
10 x + 15 y = 35
For each real number r, which of the following points lies on the graph of each equation in the xy-plane for the given system?",
+ choices: [
+ { label: "A", text: "((r) / (5) + 7 − (r) / (5) + 35)" },
+ { label: "B", text: "(−(3 r) / (2) + seven halves, r)" },
+ { label: "C", text: "(r, (2 r) / (3) + seven thirds)" },
+ { label: "D", text: "(r − (3 r) / (2) + seven halves)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The two given equations are equivalent because the second equation can be obtained from the first equation by multiplying each side of the equation by 5. Thus, the graphs of the equations are coincident, so if a point lies on the graph of one of the equations, it also lies on the graph of the other equation. A point (x, y) lies on the graph of an equation in the xy-plane if and only if this point represents a solution to the equation. It is sufficient, therefore, to find the point that represents a solution to the first given equation. Substituting the x- and y-coordinates of choice B, − (3 r) / (2) + seven halves and r, for x and y, respectively, in the first equation yields 2 (−(3 r) / (2) + seven halves) + 3 r = 7, which is equivalent to − 3 r + 7 + 3 r = 7, or 7 = 7. Therefore, the point (−(3 r) / (2) + seven halves, r) represents a solution to the first equation and thus lies on the graph of each equation in the xy-plane for the given system.
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: "adb0c96c",
+ type: "spr",
+ questionHtml:
+ "24 x + y = 48
6 x + y = 72
The solution to the given system of equations is (x, y). What is the value of y?",
+ choices: [],
+ correctAnswer: "80",
+ explanation:
+ "The correct answer is 80. Subtracting the second equation in the given system from the first equation yields (24 x + y) − (6 x + y) = 48 − 72, which is equivalent to 24 x − 6 x + y − y = −24, or 18 x = −24. Dividing each side of this equation by 3 yields 6 x = −8. Substituting −8 for 6 x in the second equation yields −8 + y = 72. Adding 8 to both sides of this equation yields y = 80.
Alternate approach: Multiplying each side of the second equation in the given system by 4 yields 24 x + 4 y = 288. Subtracting the first equation in the given system from this equation yields (24 x + 4 y) − (24 x + y) = 288 − 48, which is equivalent to 24 x − 24 x + 4 y − y = 240, or 3 y = 240. Dividing each side of this equation by 3 yields y = 80.",
+ hasFigure: false,
+ },
+ {
+ id: "d1b66ae6",
+ type: "spr",
+ questionHtml:
+ "If the ordered pair x, y satisfies the system of equations above, what is the value of y ?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is three halves. One method for solving the system of equations for y is to add corresponding sides of the two equations. Adding the left-hand sides gives (−x + y, ) + (x + 3 y, ), or 4y. Adding the right-hand sides yields −3 . 5 + 9 . 5 = 6. It follows that 4 y = 6. Finally, dividing both sides of 4 y = 6 by 4 yields y = six fourths or three halves. Note that 3/2 and 1.5 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "d7bf55e1",
+ type: "spr",
+ questionHtml:
+ "A movie theater sells two types of tickets, adult tickets for $12 and child tickets for $8. If the theater sold 30 tickets for a total of $300, how much, in dollars, was spent on adult tickets? (Disregard the $ sign when gridding your answer.)",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 180. Let a be the number of adult tickets sold and c be the number of child tickets sold. Since the theater sold a total of 30 tickets, a + c = 30. The price per adult ticket is $12, and the price per child ticket is $8. Since the theater received a total of $300 for the 30 tickets sold, it follows that 12a + 8c = 300. To eliminate c, the first equation can be multiplied by 8 and then subtracted from the second equation:
12 a + 8 c = 300, and − 8 a − 8 c = −240, gives 4 a + 0 c = 60Because the question asks for the amount spent on adult tickets, which is 12a dollars, the resulting equation can be multiplied by 3 to give 3(4a) = 3(60) = 180. Therefore, $180 was spent on adult tickets.
Alternate approach: If all the 30 tickets sold were child tickets, their total price would be 30($8) = $240. Since the actual total price of the 30 tickets was $300, the extra $60 indicates that a certain number of adult tickets, a, were sold. Since the price of each adult ticket is $4 more than each child ticket, 4a = 60, and it follows that 12a = 180.",
+ hasFigure: false,
+ },
+ {
+ id: "e1248a5c",
+ type: "mcq",
+ questionHtml:
+ "In the system of equations below, a and c are constants.
Equation 1: one half x + one third y = one sixth. Equation 2: a, x + y = c
If the system of equations has an infinite number of solutions x, y, what is the value of a ?",
+ choices: [
+ { label: "A", text: "−one half" },
+ { label: "B", text: "0" },
+ { label: "C", text: "one half" },
+ { label: "D", text: "three halves" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. A system of two linear equations has infinitely many solutions if one equation is equivalent to the other. This means that when the two equations are written in the same form, each coefficient or constant in one equation is equal to the corresponding coefficient or constant in the other equation multiplied by the same number. The equations in the given system of equations are written in the same form, with x and y on the left-hand side and a constant on the right-hand side of the equation. The coefficient of y in the second equation is equal to the coefficient of y in the first equation multiplied by 3. Therefore, a, the coefficient of x in the second equation, must be equal to 3 times the coefficient of x in the first equation: a = one half · 3, or a = three halves.Choices A, B, and C are incorrect. When a = −one half, a = 0, or a = one half, the given system of equations has one solution.",
+ hasFigure: false,
+ },
+ {
+ id: "e2e3942f",
+ type: "mcq",
+ questionHtml:
+ "In the system of equations above, a is a constant. If the system of equations has no solution, what is the value of a ?",
+ choices: [
+ { label: "A", text: "−one half" },
+ { label: "B", text: "0" },
+ { label: "C", text: "1" },
+ { label: "D", text: "2" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. A system of two linear equations has no solution when the graphs of the equations have the same slope and different y-coordinates of the y-intercepts. Each of the given equations is written in the slope-intercept form of a linear equation, y = m x + b, where m is the slope and b is the y-coordinate of the y-intercept of the graph of the equation. For these two linear equations, the y-coordinates of the y-intercepts are different: 1 and −8. Thus, if the system of equations has no solution, the slopes of the two linear equations must be the same. The slope of the first linear equation is 2. Therefore, for the system of equations to have no solution, the value of a must be 2.Choices A, B, and C are incorrect and may result from conceptual and computational errors.",
+ hasFigure: false,
+ },
+ {
+ id: "f03465dc",
+ type: "mcq",
+ questionHtml:
+ "8 x + 7 y = 9
24 x + 21 y = 27
For each real number r, which of the following points lies on the graph of each equation in the xy-plane for the given system?",
+ choices: [
+ {
+ label: "A",
+ text: "(r − (8 r) / (7) + nine sevenths)",
+ },
+ {
+ label: "B",
+ text: "(−(8 r) / (7) + nine sevenths, r)",
+ },
+ {
+ label: "C",
+ text: "(−(8 r) / (7) + 9, (8 r) / (7) + 27)",
+ },
+ { label: "D", text: "((r) / (3) + 9 − (r) / (3) + 27)" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Dividing both sides of the second equation in the given system by 3 yields 8 x + 7 y = 9, which is the first equation in the given system. Therefore, the first and second equations represent the same line in the xy-plane. If the x- and y-coordinates of a point satisfy an equation, the point lies on the graph of the equation in the xy-plane. Choice A is a point with x-coordinate r and y-coordinate − (8 r) / (7) + nine sevenths. Substituting r for x and − (8 r) / (7) + nine sevenths for y in the equation 8 x + 7 y = 9 yields 8 r + 7 (−eight sevenths r + nine sevenths) = 9. Applying the distributive property to the left-hand side of this equation yields 8 r − 8 r + 9 = 9. Combining like terms on the left-hand side of this equation yields 9 = 9, so the coordinates of the point (r − eight sevenths r + nine sevenths) satisfy both equations in the given system. Therefore, for each real number r, the point (r − eight sevenths r + nine sevenths) lies on the graph of each equation in the xy-plane for the given system.
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: "f718c9cf",
+ type: "spr",
+ questionHtml:
+ "5 x + 14 y = 45
10 x + 7 y = 27
The solution to the given system of equations is (x, y). What is the value of xy?",
+ choices: [],
+ correctAnswer: "1.8, 9/5",
+ explanation:
+ "The correct answer is nine fifths. Multiplying the first equation in the given system by 2 yields 10 x + 28 y = 90. Subtracting the second equation in the given system, 10 x + 7 y = 27, from 10 x + 28 y = 90 yields (10 x + 28 y) − (10 x + 7 y) = 90 − 27, which is equivalent to 10 x + 28 y − 10 x − 7 y = 63, or 21 y = 63. Dividing both sides of this equation by 21 yields y = 3. The value of x can be found by substituting 3 for y in either of the two given equations. Substituting 3 for y in the equation 10 x + 7 y = 27 yields 10 x + 7 (3) = 27, or 10 x + 21 = 27. Subtracting 21 from both sides of this equation yields 10 x = 6. Dividing both sides of this equation by 10 yields x = six tenths, or x = three fifths. Therefore, the value of xy is (three fifths) (3), or nine fifths. Note that 9/5 and 1.8 are examples of ways to enter a correct answer.",
+ hasFigure: false,
+ },
+ {
+ id: "f75bd744",
+ type: "spr",
+ questionHtml:
+ "4 x − 6 y = 10 y + 2
t y = one half + 2 x
In the given system of equations, t is a constant. If the system has no solution, what is the value of t?",
+ choices: [],
+ correctAnswer: "8",
+ explanation:
+ "The correct answer is 8. The given system of equations can be solved using the elimination method. Multiplying both sides of the second equation in the given system by −2 yields − 2 t y = −1 − 4 x, or −1 − 4 x = − 2 t y. Adding this equation to the first equation in the given system, 4 x − 6 y = 10 y + 2, yields (4 x − 6 y) + (−1 − 4 x) = (10 y + 2) + (−2 t y), or −1 − 6 y = 10 y − 2 t y + 2. Subtracting 10 y from both sides of this equation yields (−1 − 6 y) − (10 y) = (10 y − 2 t y + 2) − (10 y), or −1 − 16 y = − 2 t y + 2. If the given system has no solution, then the equation −1 − 16 y = − 2 t y + 2 has no solution. If this equation has no solution, the coefficients of y on each side of the equation, −16 and − 2 t, must be equal, which yields the equation −16 = − 2 t. Dividing both sides of this equation by −2 yields 8 = t. Thus, if the system has no solution, the value of t is 8.
Alternate approach: A system of two linear equations in two variables, x and y, has no solution if the lines represented by the equations in the xy-plane are parallel and distinct. Lines represented by equations in the form A x + B y = C, where A, B, and C are constant terms, are parallel if the ratio of the x-coefficients is equal to the ratio of the y-coefficients, and distinct if the ratio of the x-coefficients are not equal to the ratio of the constant terms. Subtracting 10 y from both sides of the first equation in the given system yields (4 x − 6 y) − (10 y) = (10 y + 2) − (10 y), or 4 x − 16 y = 2. Subtracting 2 x from both sides of the second equation in the given system yields (t y) − (2 x) = (one half + 2 x) − (2 x), or − 2 x + t y = one half. The ratio of the x-coefficients for these equations is −two fourths, or −one half. The ratio of the y-coefficients for these equations is − (t) / (16). The ratio of the constant terms for these equations is (one half) / (2), or one fourth. Since the ratio of the x-coefficients, −one half, is not equal to the ratio of the constants, one fourth, the lines represented by the equations are distinct. Setting the ratio of the x-coefficients equal to the ratio of the y-coefficients yields −one half = − (t) / (16). Multiplying both sides of this equation by −16 yields (−one half) (−16) = (−(t) / (16)) (−16), or t = 8. Therefore, when t = 8, the lines represented by these equations are parallel. Thus, if the system has no solution, the value of t is 8.",
+ hasFigure: false,
+ },
+ {
+ id: "ff501705",
+ type: "spr",
+ questionHtml:
+ "three halves y − one fourth x = two thirds − three halves y
one half x + three halves = p y + nine halves
In the given system of equations, p is a constant. If the system has no solution, what is the value of p?",
+ choices: [],
+ correctAnswer: "6",
+ explanation:
+ "The correct answer is 6. A system of two linear equations in two variables, x and y, has no solution if the lines represented by the equations in the xy-plane are parallel and distinct. Lines represented by equations in standard form, A x + B y = C and D x + E y = F, are parallel if the coefficients for x and y in one equation are proportional to the corresponding coefficients in the other equation, meaning (D) / (A) = (E) / (B); and the lines are distinct if the constants are not proportional, meaning (F) / (C) is not equal to (D) / (A) or (E) / (B). The first equation in the given system is three halves y − one fourth x = two thirds − three halves y. Multiplying each side of this equation by 12 yields 18 y − 3 x = 8 − 18 y. Adding 18 y to each side of this equation yields 36 y − 3 x = 8, or − 3 x + 36 y = 8. The second equation in the given system is one half x + three halves = p y + nine halves. Multiplying each side of this equation by 2 yields x + 3 = 2 p y + 9. Subtracting 2 p y from each side of this equation yields x + 3 − 2 p y = 9. Subtracting 3 from each side of this equation yields x − 2 p y = 6. Therefore, the two equations in the given system, written in standard form, are − 3 x + 36 y = 8 andx − 2 p y = 6. As previously stated, if this system has no solution, the lines represented by the equations in the xy-plane are parallel and distinct, meaning the proportion (1) / (−3) = (−2 p) / (36), or −one third = − (p) / (18), is true and the proportion six eighths = (1) / (−3) is not true. The proportion six eighths = (1) / (−3) is not true. Multiplying each side of the true proportion, −one third = − (p) / (18), by −18 yields 6 = p. Therefore, if the system has no solution, then the value of p is 6.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/math/two-variable-data.ts b/src/data/math/two-variable-data.ts
new file mode 100644
index 0000000..83eb140
--- /dev/null
+++ b/src/data/math/two-variable-data.ts
@@ -0,0 +1,842 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const TWO_VAR_DATA_EASY: PracticeQuestion[] = [
+ {
+ id: "2e511919",
+ type: "mcq",
+ questionHtml:
+ "The line graph shows the estimated number of chipmunks in a state park on April 1 of each year from 1989 to 1999.
The line graph:
Begins at 1989, 38 chipmunks
Remains level to 1990, 38 chipmunks
Rises sharply to 1991, 98 chipmunks
Rises gradually to 1992, 101 chipmunks
Falls sharply to 1993, 53 chipmunks
Rises sharply to 1994, 158 chipmunks
Falls sharply to 1995, 48 chipmunks
Rises sharply to 1996, 98 chipmunks
Falls gradually to 1997, 93 chipmunks
Falls sharply to 1998, 53 chipmunks
Rises sharply to 1999, 113 chipmunks
Based on the line graph, in which year was the estimated number of chipmunks in the state park the greatest?",
+ choices: [
+ { label: "A", text: "1989" },
+ { label: "B", text: "1994" },
+ { label: "C", text: "1995" },
+ { label: "D", text: "1998" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. For the given line graph, the estimated number of chipmunks is represented on the vertical axis. The greatest estimated number of chipmunks in the state park is indicated by the greatest height in the line graph. This height is achieved when the year is 1994.
Choice A is incorrect and may result from conceptual errors.
Choice C is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/2e511919_svg1.svg",
+ },
+ {
+ id: "39aa146d",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot shows the relationship between x and y. A line of best fit is also shown.
The scatterplot has 6 data points.
The data points are in a linear pattern trending up from left to right.
A line of best fit is shown:
The line of best fit slants up from left to right.
1 point is touching the line of best fit.
2 points are above the line of best fit.
3 points are below the lines of best fit.
The line of best fit passes through the following approximate coordinates:
(0 comma 0.2)
(4 comma 2)
Which of the following is closest to the slope of the line of best fit shown?",
+ choices: [
+ { label: "A", text: "−2.27" },
+ { label: "B", text: "−0.44" },
+ { label: "C", text: "0.44" },
+ { label: "D", text: "2.27" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. It's given that the scatterplot shows the relationship between two variables, x and y, and a line of best fit is shown. For the line of best fit shown, for each increase in the value of x by 1, the corresponding value of y increases by a constant rate. It follows that the relationship between the variables x and y has a positive linear trend. A line in the xy-plane that passes through the points (a, b) and (c, d) has a slope of (d − b) / (c − a). The line of best fit shown passes approximately through the points (0, 0.25) and (4, 2). It follows that the slope of this line is approximately (2 − 0.25) / (4 − 0), which is equivalent to 0.4375. Therefore, of the given choices, 0.44 is closest to the slope of the line of best fit shown.
Choice A is incorrect. This is the slope of a line of best fit for a relationship between x and y that has a negative, rather than a positive, linear trend.
Choice B is incorrect. This is the slope of a line of best fit for a relationship between x and y that has a negative, rather than a positive, linear trend.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/39aa146d_svg1.svg",
+ },
+ {
+ id: "43744269",
+ type: "mcq",
+ questionHtml:
+ "An airplane descends from an altitude of 9, 500 feet to 5, 000 feet at a constant rate of 400 feet per minute. What type of function best models the relationship between the descending airplane's altitude and time?",
+ choices: [
+ { label: "A", text: "Decreasing exponential" },
+ { label: "B", text: "Decreasing linear" },
+ { label: "C", text: "Increasing exponential" },
+ { label: "D", text: "Increasing linear" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. It′s given that the airplane descends at a constant rate of 400 feet per minute. Since the altitude decreases by a constant amount during each fixed time period, the relationship between the airplane′s altitude and time is linear. Since the airplane descends from an altitude of 9, 500 feet to 5, 000 feet, the airplane′s altitude is decreasing with time. Thus, the relationship is best modeled by a decreasing linear function.
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: "4a2264b3",
+ type: "mcq",
+ questionHtml:
+ "The line graph shows the percent of cars for sale at a used car lot on a given day by model year.
The line graph:
Begins at 2010, 12%
Remains level to 2011, 12%
Remains level to 2012, 12%
Falls sharply to 2013, 8%
Falls sharply to 2014, 4%
Rises sharply to 2015, 9%
Rises gradually to 2016, 10%
Remains level to 2017, 10%
Rises gradually to 2018, 11%
Remains level to 2019, 11%
For what model year is the percent of cars for sale the smallest?",
+ choices: [
+ { label: "A", text: "2012" },
+ { label: "B", text: "2013" },
+ { label: "C", text: "2014" },
+ { label: "D", text: "2015" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. For the given line graph, the percent of cars for sale at a used car lot on a given day is represented on the vertical axis. The percent of cars for sale is the smallest when the height of the line graph is the lowest. The lowest height of the line graph occurs for cars with a model year of 2014.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/4a2264b3_svg1.svg",
+ },
+ {
+ id: "5c24c861",
+ type: "mcq",
+ questionHtml:
+ "According to the model, which of the following is the best estimate for the stopping distance, in feet, if the vehicle was traveling 55 miles per hour?",
+ choices: [
+ { label: "A", text: "25" },
+ { label: "B", text: "30" },
+ { label: "C", text: "210" },
+ { label: "D", text: "250" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Correct Answer Rationale
Choice C is correct. According to the model, the stopping distance, in feet, of a vehicle traveling 55 miles per hour is about 200 feet. Of the choices given, the best estimate of the stopping distance for a car traveling 55 miles per hour is 210 feet.Incorrect Answer Rationale
Choices A, B, and D are incorrect and may be the result of incorrectly reading the given quadratic model. The corresponding x-values to the y-values of 25 and 30 are not part of the model. The corresponding x-value to a y-value of 250 is approximately 60 mph, not 55 mph.",
+ hasFigure: true,
+ figureUrl: "/practice-images/5c24c861_img1.png",
+ },
+ {
+ id: "5f3ee607",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot has 10 data points.
The data points are in a linear pattern trending down from left to right.
Select data points have the following approximate coordinates:
(0.8 comma 8.9)
(2.8 comma 5.1)
(4.1 comma 2.9)
Which of the following equations is the most appropriate linear model for the data shown in the scatterplot?",
+ choices: [
+ { label: "A", text: "y = − 1.9 x − 10.1" },
+ { label: "B", text: "y = − 1.9 x + 10.1" },
+ { label: "C", text: "y = 1.9 x − 10.1" },
+ { label: "D", text: "y = 1.9 x + 10.1" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The equation representing a linear model can be written in the form y = a + b x, or y = b x + a, where b is the slope of the graph of the model and (0, a) is the y-intercept of the graph of the model. The scatterplot shows that as the x-values of the data points increase, the y-values of the data points decrease, which means the graph of an appropriate linear model has a negative slope. Therefore, b < 0. The scatterplot also shows that the data points are close to the y-axis at a positive value of y. Therefore, the y-intercept of the graph of an appropriate linear model has a positive y-coordinate, which means a > 0. Of the given choices, only choice B, y = − 1.9 x + 10.1, has a negative value for b, the slope, and a positive value for a, the y-coordinate of the y-intercept.
Choice A is incorrect. The graph of this model has a y-intercept with a negative y-coordinate, not a positive y-coordinate.
Choice C is incorrect. The graph of this model has a positive slope, not a negative slope, and a y-intercept with a negative y-coordinate, not a positive y-coordinate.
Choice D is incorrect. The graph of this model has a positive slope, not a negative slope.",
+ hasFigure: true,
+ figureUrl: "/practice-images/5f3ee607_svg1.svg",
+ },
+ {
+ id: "661dfddd",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a scatterplot titled “Temperature and Elevation.” The horizontal axis is labeled “Elevation, in feet, ” and the numbers 6, 000 through 9, 000, in increments of 500, are indicated. The vertical axis is labeled “Temperature, in ° Fahrenheit, ” and the integers 37 through 45 are indicated. There are 8 data points. The data points begin a little below, and to the right of the top of the vertical axis, then trend downward and to the right. A line of best fit is drawn. The data represented by the 8 data points are as follows. Note that all values are approximate. . 1. 6, 350 feet, 42 . 9 ° Fahrenheit. . 2. 6, 750 feet, 43 . 8 ° Fahrenheit. . 3. 6, 750 feet, 42 ° Fahrenheit. . 4. 7, 500 feet, 42 . 2 ° Fahrenheit. . 5. 8, 000 feet, 40 . 5 ° Fahrenheit. . 6. 8, 000 feet, 40 ° Fahrenheit. . 7. 8, 800 feet, 38 . 6 ° Fahrenheit. . 8. 8, 800 feet, 37 . 6 ° Fahrenheit. The line of best fit passes through the data . representing 7, 500 feet, 41 . 1 ° Fahrenheit, and the data . representing 8, 500 feet, 39 ° FahrenheitThe scatterplot above shows the high temperature on a certain day and the elevation of 8 different locations in the Lake Tahoe Basin. A line of best fit for the data is also shown. Which of the following statements best describes the association between the elevation and the temperature of locations in the Lake Tahoe Basin?",
+ choices: [
+ {
+ label: "A",
+ text: "As the elevation increases, the temperature tends to increase.",
+ },
+ {
+ label: "B",
+ text: "As the elevation increases, the temperature tends to decrease.",
+ },
+ {
+ label: "C",
+ text: "As the elevation decreases, the temperature tends to decrease.",
+ },
+ {
+ label: "D",
+ text: "There is no association between the elevation and the temperature.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The association between the elevation and the temperature of locations in the Lake Tahoe Basin can be described by looking at the direction of the line of best fit. The line of best fit slopes downward, which corresponds to the temperature decreasing as the elevation increases.Choices A and C are incorrect. Both of these choices would be represented by a line of best fit that slopes from the lower left to the upper right of the graph, which isn’t what’s shown on the graph. Choice D is incorrect. This choice would be represented by a line of best fit that is horizontal or has a slope very close to 0. This is not what’s shown on the graph.",
+ hasFigure: true,
+ figureUrl: "/practice-images/661dfddd_img1.png",
+ },
+ {
+ id: "74dee52b",
+ type: "mcq",
+ questionHtml:
+ "The line graph shows the number of graduates from the classes of 2001 through 2007 at a certain school who enrolled in college within 24 months of graduation. Of the following, which class had the fewest graduates who enrolled in college within 24 months of graduation?",
+ choices: [
+ { label: "A", text: "2002" },
+ { label: "B", text: "2004" },
+ { label: "C", text: "2005" },
+ { label: "D", text: "2007" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The year with the fewest graduates who enrolled in college within 24 months of graduation is the point with the lowest value on the vertical axis. This occurs at 2002.Choice B, C, and D are incorrect. The years 2004, 2005, and 2007 each had a greater number of graduates who enrolled in college within 24 months of graduation than did the year 2002.",
+ hasFigure: true,
+ figureUrl: "/practice-images/74dee52b_img1.png",
+ },
+ {
+ id: "8156d446",
+ type: "spr",
+ questionHtml:
+ "The figure presents a scatterplot titled “Number of Beach Visitors versus Temperature.” The horizontal axis is labeled “Average temperature, in ° Celsius, ” and the numbers 25 through 35, in increments of 2, are indicated. The vertical axis is labeled “Number of people, ” and the numbers 0 through 640, in increments of 80, are indicated. There are 11 data points in the scatterplot that begin near the bottom left portion of the coordinate plane and trend upward and to the right. The line of best fit for the data is also shown. The line of best fit passes through 25, 80 and 32, 480.Each dot in the scatterplot above represents the temperature and the number of people who visited a beach in Lagos, Nigeria, on one of eleven different days. The line of best fit for the data is also shown. According to the line of best fit, what is the number of people, rounded to the nearest 10, predicted to visit this beach on a day with an average temperature of 32°C?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 480. An average temperature of 32 ° Celsius corresponds to the value 32 on the x-axis. On the line of best fit, an x-value of 32 corresponds to a y-value of 480. The values on the y-axis correspond to the number of people predicted to visit this beach. Therefore, 480 people are predicted to visit this beach on a day with an average temperature of 32 ° Celsius.",
+ hasFigure: true,
+ figureUrl: "/practice-images/8156d446_img1.png",
+ },
+ {
+ id: "82aaa0a1",
+ type: "mcq",
+ questionHtml:
+ "Of the following, which is the best model for the data in the scatterplot?",
+ choices: [
+ { label: "A", text: "y = 2 x² − 11 x − 20" },
+ { label: "B", text: "y = 2 x² − 11 x + 20" },
+ { label: "C", text: "y = 2 x² − 5 x − 3" },
+ { label: "D", text: "y = 2 x² − 5 x + 3" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The graphical model that most closely fits the data in the scatterplot is a model in which the number of data points above and below the model are approximately balanced. Fitting a graphical model to the data shown results in an upward-facing parabola with a y-intercept near 0, 20 and a vertex with an approximate x-value of 2.5. Of the given choices, only choice B gives an equation of an upward-facing parabola with a y-intercept at 0, 20. Furthermore, substituting 2.5 for x into the equation in choice B yields y = 5. This is approximately the y-value of the vertex of the model.Choices A, C, and D are incorrect. These equations don’t give a graphical model that best fits the data. At x = 0, they have y-values of −20, −3, and 3, respectively. At x = 2 . 5, they have y-values of −35, −3, and 3, respectively.",
+ hasFigure: true,
+ figureUrl: "/practice-images/82aaa0a1_img1.png",
+ },
+ {
+ id: "83272c51",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a scatterplot titled “Temperature of a Cup of Coffee during an Experiment.” The horizontal axis is labeled “Time since cup was removed from heat source, in minutes, ” and the numbers 0 through 140, in increments of 20, are indicated. The vertical axis is labeled “Temperature, in ° Fahrenheit, ” and the numbers 0 through 220, in increments of 20, are indicated. There are 15 data points in the scatterplot. The data points begin with . 0, 195, and trend downward and to the right, rapidly at first, then more and more slowly, finally leveling off. The last data . is 140, 76. The 15 data points are as follows. The second coordinate of each . is approximate. . 1, 0, 195. . 2, 10, 153. . 3, 20, 136. . 4, 30, 122. . 5, 40, 109. . 6, 50, 100. . 7, 60, 92. . 8, 70, 84. . 9, 80, 82. . 10, 90, 80. . 11, 100, 79. . 12, 110, 77. . 13, 120, 77. . 14, 130, 76. . 15, 140, 76.In an experiment, a heated cup of coffee is removed from a heat source, and the cup of coffee is then left in a room that is kept at a constant temperature. The graph above shows the temperature, in degrees Fahrenheit (°F), of the coffee immediately after being removed from the heat source and at 10-minute intervals thereafter. During which of the following 10-minute intervals does the temperature of the coffee decrease at the greatest average rate?",
+ choices: [
+ { label: "A", text: "Between 0 and 10 minutes" },
+ { label: "B", text: "Between 30 and 40 minutes" },
+ { label: "C", text: "Between 50 and 60 minutes" },
+ { label: "D", text: "Between 90 and 100 minutes" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The average rate of change in temperature of the coffee in degrees Fahrenheit per minute is calculated by dividing the difference between two recorded temperatures by the number of minutes in the corresponding interval of time. Since the time intervals given are all 10 minutes, the average rate of change is greatest for the points with the greatest difference in temperature. Of the choices, the greatest difference in temperature occurs between 0 and 10 minutes.Choices B, C, and D are incorrect and may result from misinterpreting the average rate of change from the graph.",
+ hasFigure: true,
+ figureUrl: "/practice-images/83272c51_img1.png",
+ },
+ {
+ id: "8baf2118",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot shows the relationship between two variables, x and y. A line of best fit is also shown.
The scatterplot has 10 data points.
The data points are in a linear pattern trending down from left to right.
A line of best fit is shown:
The line of best slants down from left to right.
1 point is touching the line of best fit.
4 points are above the line of best fit.
5 points are below the line of best fit.
The line of best fit passes through the following approximate coordinates:
(2 comma 12)
(8 comma 7)
(13 comma 3)
Which of the following equations best represents the line of best fit shown?",
+ choices: [
+ { label: "A", text: "y = 13.5 + 0.8 x" },
+ { label: "B", text: "y = 13.5 − 0.8 x" },
+ { label: "C", text: "y = −13.5 + 0.8 x" },
+ { label: "D", text: "y = −13.5 − 0.8 x" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The line of best fit shown intersects the y-axis at a positive y-value and has a negative slope. The graph of an equation of the form y = a + b x, where a and b are constants, intersects the y-axis at a y-value of a and has a slope of b. Of the given choices, only choice B represents a line that intersects the y-axis at a positive y-value, 13.5, and has a negative slope, −0.8.
Choice A is incorrect. This equation represents a line that has a positive slope, not a negative slope.
Choice C is incorrect. This equation represents a line that intersects the y-axis at a negative y-value, not a positive y-value, and has a positive slope, not a negative slope.
Choice D is incorrect. This equation represents a line that intersects the y-axis at a negative y-value, not a positive y-value.",
+ hasFigure: true,
+ figureUrl: "/practice-images/8baf2118_svg1.svg",
+ },
+ {
+ id: "9296553d",
+ type: "mcq",
+ questionHtml:
+ "Which of the following could be an equation for a line of best fit for the data in the scatterplot?",
+ choices: [
+ { label: "A", text: "y = −x + 6" },
+ { label: "B", text: "y = −x − 6" },
+ { label: "C", text: "y = 6 x + 1" },
+ { label: "D", text: "y = 6 x − 1" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. A line of best fit for the data in a scatterplot is a line that follows the trend of the data with approximately half the data points above and half the data points below the line. Based on the given data, a line of best fit will have a positive y-intercept on or near the point with coordinates 0, 6 and a negative slope. All of the choices are in slope-intercept form y = m x + b, where m is the slope and b is the y-coordinate of the y-intercept. Only choice A is an equation of a line with a positive y-intercept at 0, 6 and a negative slope, −1.Choice B is incorrect. This equation is for a line that has a negative y-intercept, not a positive y-intercept. Choices C and D are incorrect and may result from one or more sign errors and from switching the values of the y-intercept and the slope in the equation.",
+ hasFigure: true,
+ figureUrl: "/practice-images/9296553d_img1.png",
+ },
+ {
+ id: "9d88a3e3",
+ type: "mcq",
+ questionHtml:
+ "Theresa ran on a treadmill for thirty minutes, and her time and speed are shown on the graph above. According to the graph, which of the following statements is NOT true concerning Theresa’s run?",
+ choices: [
+ { label: "A", text: "Theresa ran at a constant speed for five minutes." },
+ {
+ label: "B",
+ text: "Theresa’s speed was increasing for a longer period of time than it was decreasing.",
+ },
+ {
+ label: "C",
+ text: "Theresa’s speed decreased at a constant rate during the last five minutes.",
+ },
+ {
+ label: "D",
+ text: "Theresa’s speed reached its maximum during the last ten minutes.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. Theresa’s speed was increasing from 0 to 5 minutes and from 20 to 25 minutes, which is a total of 10 minutes. Theresa’s speed was decreasing from 10 minutes to 20 minutes and from 25 to 30 minutes, which is a total of 15 minutes. Therefore, Theresa’s speed was NOT increasing for a longer period of time than it was decreasing.Choice A is incorrect. Theresa ran at a constant speed for the 5-minute period from 5 to 10 minutes. Choice C is incorrect. Theresa’s speed decreased at a constant rate during the last 5 minutes, which can be seen since the graph is linear during that time. Choice D is incorrect. Theresa’s speed reached its maximum at 25 minutes, which is within the last 10 minutes.",
+ hasFigure: true,
+ figureUrl: "/practice-images/9d88a3e3_img1.png",
+ },
+ {
+ id: "a6b2fcce",
+ type: "mcq",
+ questionHtml:
+ "According to the line graph above, between which two consecutive years was there the greatest change in the number of 3‑D movies released?",
+ choices: [
+ { label: "A", text: "2003–2004" },
+ { label: "B", text: "2008–2009" },
+ { label: "C", text: "2009–2010" },
+ { label: "D", text: "2010–2011" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The change in the number of 3-D movies released between any two consecutive years can be found by first estimating the number of 3-D movies released for each of the two years and then finding the positive difference between these two estimates. Between 2003 and 2004, this change is approximately 2 − 2 = 0 movies; between 2008 and 2009, this change is approximately 20 − 8 = 12 movies; between 2009 and 2010, this change is approximately 26 − 20 = 6 movies; and between 2010 and 2011, this change is approximately 46 − 26 = 20 movies. Therefore, of the pairs of consecutive years in the choices, the greatest increase in the number of 3-D movies released occurred during the time period between 2010 and 2011.Choices A, B, and C are incorrect. Between 2010 and 2011, approximately 20 more 3-D movies were released. The change in the number of 3-D movies released between any of the other pairs of consecutive years is significantly smaller than 20.",
+ hasFigure: true,
+ figureUrl: "/practice-images/a6b2fcce_img1.png",
+ },
+ {
+ id: "ac5b6558",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a scatterplot titled “Temperature and Elevation.” The horizontal axis is labeled “Elevation, in feet, ” and the numbers 6, 000 through 9, 000, in increments of 500, are indicated. The vertical axis is labeled “Temperature, in ° Fahrenheit, ” and the integers 37 through 45 are indicated. There are 8 data points. The data points begin a little below, and to the right of the top of the vertical axis, then trend downward and to the right. A line of best fit is drawn. The data represented by the 8 data points are as follows. Note that all values are approximate. . 1. 6, 350 feet, 42 . 9 ° Fahrenheit. . 2. 6, 750 feet, 43 . 8 ° Fahrenheit. . 3. 6, 750 feet, 42 ° Fahrenheit. . 4. 7, 500 feet, 42 . 2 ° Fahrenheit. . 5. 8, 000 feet, 40 . 5 ° Fahrenheit. . 6. 8, 000 feet, 40 ° Fahrenheit. . 7. 8, 800 feet, 38 . 6 ° Fahrenheit. . 8. 8, 800 feet, 37 . 6 ° Fahrenheit. The line of best fit passes through the data . representing 7, 500 feet, 41 . 1 ° Fahrenheit, and the data . representing 8, 500 feet, 39 ° FahrenheitThe scatterplot above shows the high temperature on a certain day and the elevation of 8 different locations in the Lake Tahoe Basin. A line of best fit for the data is also shown. What temperature is predicted by the line of best fit for a location in the Lake Tahoe Basin with an elevation of 8,500 feet?",
+ choices: [
+ { label: "A", text: "37°F" },
+ { label: "B", text: "39°F" },
+ { label: "C", text: "41°F" },
+ { label: "D", text: "43°F" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The line of best fit passes through the point with coordinates 8, 500, 39. Therefore, the line of best fit predicts a temperature of 39°F for a location in Lake Tahoe Basin with an elevation of 8,500 feet.Choice A is incorrect. This is the lowest temperature listed on the scatterplot, and the line of best fit never crosses this value for any of the elevations shown. Choice C is incorrect. According to the line of best fit, the temperature of 41°F is predicted for an elevation of slightly greater than 7,500 feet, not an elevation of 8,500 feet. Choice D is incorrect. According to the line of best fit, the temperature of 43°F is predicted for an elevation of roughly 6,700 feet, not an elevation of 8,500 feet.",
+ hasFigure: true,
+ figureUrl: "/practice-images/ac5b6558_img1.png",
+ },
+ {
+ id: "c9dd92b1",
+ type: "mcq",
+ questionHtml:
+ "The densities of different concentrations of grape juice are shown in the scatterplot above. According to the trend shown by the data, which of the following is closest to the predicted density, in kilograms per cubic meter (kg/m3), for grape juice with a concentration of 60%?",
+ choices: [
+ { label: "A", text: "1,200" },
+ { label: "B", text: "1,250" },
+ { label: "C", text: "1,300" },
+ { label: "D", text: "1,350" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The data in the scatterplot show an increasing linear trend. The density when the juice concentration is 60% will be between the densities shown at about 53% and 67% concentration, or between about 1,255 and 1,340 kg/m3. Of the choices given, only 1,300 falls within this range.Choices A, B, and D are incorrect. These are the approximate densities of grape juice with a concentration of 45%, 55%, and 70%, respectively.",
+ hasFigure: true,
+ figureUrl: "/practice-images/c9dd92b1_img1.png",
+ },
+ {
+ id: "cf0ae57a",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a scatterplot titled “Distance and Density of Planetoids in the Inner Solar System.” The horizontal axis is labeled “Distance from the Sun, ” in astronomical units (A U), and the numbers zero through 3 . 2, in increments of zero . 4, are indicated. The vertical axis is labeled “Density, ” in grams per cubic centimeter, and the numbers 3 through 6, in increments of zero . 5, are indicated. The graph has 7 data points. Three of the points are grouped in the upper left corner of the graph, below 1 . 2 A U and above 5 grams per cubic centimeter. The remaining points are above 1 . 4 A U and below 4 grams per cubic centimeter, with 3 of the points grouped in the lower right corner above 2 . 2 A U and below 3 . 7 5 grams per cubic centimeter. The line of best fit is also graphed. The line of best fit passes through the following coordinates on the grid. All data are approximate: zero A U, 5 . 7 5 grams per cubic centimeter. Zero . 8 A U; 5 grams per cubic centimeter. 1 . 6 A U; 4 . 2 5 grams per cubic centimeter. 2 . 4 A U; 3 . 5 grams per cubic centimeter. 2 . 9 A U; 3 grams per cubic centimeter.The scatterplot above shows the densities of 7 planetoids, in grams per cubic centimeter, with respect to their average distances from the Sun in astronomical units (AU). The line of best fit is also shown. An astronomer has discovered a new planetoid about 1.2 AU from the Sun. According to the line of best fit, which of the following best approximates the density of the planetoid, in grams per cubic centimeter?",
+ choices: [
+ { label: "A", text: "3.6" },
+ { label: "B", text: "4.1" },
+ { label: "C", text: "4.6" },
+ { label: "D", text: "5.5" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. According to the line of best fit, a planetoid with a distance from the Sun of 1.2 AU has a predicted density between 4 . 5 grams per cubic centimeter and 4 . 7 5 grams per cubic centimeter. The only choice in this range is 4.6.Choices A, B, and D are incorrect and may result from misreading the information in the scatterplot.",
+ hasFigure: true,
+ figureUrl: "/practice-images/cf0ae57a_img1.png",
+ },
+ {
+ id: "d112bc9d",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot shows the temperature y, in ° F, recorded by a meteorologist at various times x, in days since June 1.
The scatterplot has 7 data points.
The data points are in a linear pattern trending approximately horizontally.
The data points have the following coordinates:
(1 comma 69)
(2 comma 60)
(3 comma 73)
(4 comma 67)
(5 comma 64)
(6 comma 62)
(7 comma 65)
During which of the following time periods did the greatest increase in recorded temperature take place?",
+ choices: [
+ {
+ label: "A",
+ text: "From x = 6 to x = 7",
+ },
+ {
+ label: "B",
+ text: "From x = 5 to x = 6",
+ },
+ {
+ label: "C",
+ text: "From x = 2 to x = 3",
+ },
+ {
+ label: "D",
+ text: "From x = 1 to x = 2",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The scatterplot shows that there was an increase in recorded temperature from x = 2 to x = 3 and from x = 6 to x = 7. When x = 2, the recorded temperature was approximately 60 ° F and when x = 3, the recorded temperature was greater than 70 ° F. This means that the increase in recorded temperature from x = 2 to x = 3 was greater than (70 − 60) ° F, or 10 ° F. When x = 6, the recorded temperature was greater than 60 ° F and when x = 7, the recorded temperature was less than 70 ° F. This means that the increase in recorded temperature from x = 6 to x = 7 was less than (70 − 60) ° F, or 10 ° F. It follows that the greatest increase in recorded temperature took place from x = 2 to x = 3.
Choice A is incorrect. The increase in recorded temperature from x = 6 to x = 7 was less than the increase in recorded temperature from x = 2 to x = 3.
Choice B is incorrect. From x = 5 to x = 6, a decrease, not an increase, in recorded temperature took place.
Choice D is incorrect. From x = 1 to x = 2, a decrease, not an increase, in recorded temperature took place.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d112bc9d_svg1.svg",
+ },
+ {
+ id: "d230e963",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot shows the relationship between two variables, x and y. A line of best fit is also shown.
The scatterplot has 10 data points.
The data points are in a linear pattern trending up from left to right.
A line of best fit is shown.
The line of best fit slants up from left to right.
1 point is touching the line of best fit.
5 points are above the line of best fit.
4 points are below the line of best fit.
The line of best fit passes through the following approximate coordinates:
(0 comma 3)
(3 comma 8)
(7 comma 15)
Which of the following equations best represents the line of best fit shown?",
+ choices: [
+ { label: "A", text: "y = 2.8 + 1.7 x" },
+ { label: "B", text: "y = 2.8 − 1.7 x" },
+ { label: "C", text: "y = −2.8 + 1.7 x" },
+ { label: "D", text: "y = −2.8 − 1.7 x" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The line of best fit shown intersects the y-axis at a positive y-value and has a positive slope. The graph of an equation of the form y = a + b x, where a and b are constants, intersects the y-axis at a y-value of a and has a slope of b. Of the given choices, only choice A represents a line that intersects the y-axis at a positive y-value, 2.8, and has a positive slope, 1.7.
Choice B is incorrect. This equation represents a line that has a negative slope, not a positive slope.
Choice C is incorrect. This equation represents a line that intersects the y-axis at a negative y-value, not a positive y-value.
Choice D is incorrect. This equation represents a line that intersects the y-axis at a negative y-value, not a positive y-value, and has a negative slope, not a positive slope.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d230e963_svg1.svg",
+ },
+ {
+ id: "d6121490",
+ type: "mcq",
+ questionHtml:
+ "The graph above shows the relationship between the speed of a particular car, in miles per hour, and its corresponding braking distance, in feet. Approximately how many feet greater will the car’s braking distance be when the car is traveling at 50 miles per hour than when the car is traveling at 30 miles per hour?",
+ choices: [
+ { label: "A", text: "75" },
+ { label: "B", text: "125" },
+ { label: "C", text: "175" },
+ { label: "D", text: "250" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. According to the graph, when the car is traveling at 50 miles per hour, the braking distance is approximately 225 feet, and when the car is traveling at 30 miles per hour, the braking distance is approximately 100 feet. The difference between these braking distances is 225 − 100, or 125 feet.Choice A is incorrect and may result from finding the braking distance for 20 miles per hour, the difference between the given speeds. Choice C is incorrect and may result from subtracting the speed from the braking distance at 50 miles per hour. Choice D is incorrect and may result from finding the difference in the braking distances at 60 and 20 miles per hour.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d6121490_img1.png",
+ },
+];
+
+export const TWO_VAR_DATA_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "03a16790",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot shows the relationship between two variables, x and y. A line of best fit is also shown.
The scatterplot has 10 data points.
The data points are in a linear pattern trending down from left to right.
A line of best fit is shown:
The line of best fit slants down from left to right.
2 points are touching the line of best fit.
3 points are above the line of best fit.
5 points are below the line of best fit.
The line of best fit passes through the following approximate coordinates:
(0 comma 12.9)
(6 comma 8)
(12 comma 3.2)
Which of the following is closest to the slope of the line of best fit shown?",
+ choices: [
+ { label: "A", text: "−2.4" },
+ { label: "B", text: "−0.8" },
+ { label: "C", text: "0.8" },
+ { label: "D", text: "2.4" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. A line of best fit is shown in the scatterplot such that as the value of x increases, the value of y decreases. Thus, the slope of the line of best fit shown is negative. The slope of a line passing through two points, (x 1, y 1) and (x 2, y 2), can be calculated as (y 2 − y 1) / (x 2 − x 1). The line of best fit shown passes approximately through the points (1, 12) and (11, 4). Substituting (1, 12) and (11, 4) for (x 1, y 1) and (x 2, y 2), respectively, in (y 2 − y 1) / (x 2 − x 1) gives (4 − 12) / (11 − 1), which is equivalent to −eight tenths, or −0.8. Therefore, of the given choices, −0.8 is closest to the slope of the line of best fit shown.
Choice A is incorrect and may result from conceptual or calculation errors.
Choice C is incorrect. The line of best fit shown has a negative slope, not a positive slope.
Choice D is incorrect. The line of best fit shown has a negative slope, not a positive slope.",
+ hasFigure: true,
+ figureUrl: "/practice-images/03a16790_svg1.svg",
+ },
+ {
+ id: "1adb39f0",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot shows the relationship between two variables, x and y. A line of best fit for the data is also shown. Which of the following is closest to the difference between the y-coordinate of the data point with x = 1 and the y-value predicted by the line of best fit at x = 1 ?
The figure presents a scatterplot in the xy plane. The numbers 0 through 6, in increments of 1, are indicated on the x-axis. The numbers 6 through 12, in increments of 1, are indicated on the y-axis. There are 10 data points in the scatterplot. The data points begin at 0, 12, and trend downward and to the right. The coordinates of the data points are as follows. Note that all values are approximate.
. 1. 0, , 12.
. 2. 0 . 8, , 11.
. 3. 1, , 12.
. 4. 1 . 5, , 10 . 3.
. 5. 2, , 10.
. 6. 2 . 2, , 9 . 2.
. 7. 3, , 9.
. 8. 3 . 5, , 8.
. 9. 3 . 8, , 8 . 3.
. 10. 4, , 7. A line of best fit is also drawn. The line slants downward and to the right, passing through the . with approximate coordinates 1, 11, and the . with approximate coordinates 4, 7 . 5.",
+ choices: [
+ { label: "A", text: "1" },
+ { label: "B", text: "2" },
+ { label: "C", text: "5" },
+ { label: "D", text: "12" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The data point with x = 1 has a y-coordinate of 12. The y-value predicted by the line of best fit at x = 1 is approximately 11. The difference between the y-coordinate of the data point and the y-value predicted by the line of best fit at x = 1 is 12 − 11, or 1.Choices B and C are incorrect and may result from incorrectly reading the scatterplot. Choice D is incorrect. This is the y-coordinate of the data point at x = 1.",
+ hasFigure: true,
+ figureUrl: "/practice-images/1adb39f0_img3.png",
+ },
+ {
+ id: "2e74e403",
+ type: "mcq",
+ questionHtml:
+ "In the given scatterplot, a line of best fit for the data is shown.
The scatterplot has 10 data points.
The data points are in a linear pattern trending down from left to right.
A line of best fit is shown:
The line of best fit slants down from left to right.
5 points are touching the line of best fit.
2 points are above the line of best fit.
3 points are below the line of best fit.
The line of best fit passes through the following approximate coordinates:
(1 comma 7)
(4 comma 5)
(10 comma 1)
Which of the following is closest to the slope of this line of best fit?",
+ choices: [
+ { label: "A", text: "7" },
+ { label: "B", text: "0.7" },
+ { label: "C", text: "−0.7" },
+ { label: "D", text: "−7" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. A line of best fit is shown in the scatterplot such that as the value of x increases, the value of y decreases. It follows that the slope of the line of best fit shown is negative. The slope of a line in the xy-plane that passes through the points (x 1, y 1) and (x 2, y 2) can be calculated as (y 2 − y 1) / (x 2 − x 1). The line of best fit shown passes approximately through the points (0, 8) and (10, 1). Substituting (0, 8) for (x 1, y 1) and (10, 1) for (x 2, y 2) in (y 2 − y 1) / (x 2 − x 1) yields the slope of the line being approximately (1 − 8) / (10 − 0), which is equivalent to (−7) / (10), or −0.7. Therefore, of the given choices, −0.7 is the closest to the slope of this line of best fit.
Choice A is incorrect. The line of best fit shown has a negative slope, not a positive slope.
Choice B is incorrect. The line of best fit shown has a negative slope, not a positive slope.
Choice D is incorrect and may result from conceptual or calculation errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/2e74e403_svg1.svg",
+ },
+ {
+ id: "3c5b19ef",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot above shows the number of visitors to a railroad museum in Pennsylvania each year from 1968 to 1980, where t is the number of years since 1968 and n is the number of visitors. A line of best fit is also shown. Which of the following could be an equation of the line of best fit shown?",
+ choices: [
+ { label: "A", text: "n = 16, 090 + 4, 680, t" },
+ { label: "B", text: "n = 4, 690 + 16, 090, t" },
+ { label: "C", text: "n = 16, 090 + 9, 060, t" },
+ { label: "D", text: "n = 9, 060 + 16, 090, t" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. An equation of a line of best fit can be written in the form y = a + b x, where a is the y-intercept of the line and b is the slope. In the scatterplot shown, the line of best fit intersects the y-axis just over halfway between 10,000 and 20,000, or approximately 16,000. The line of best fit also intersects the graph at 5, 40, 000. Using the slope formula b = the fraction with numerator y sub 2 − y sub 1, and denominator x sub 2 − x sub 1, end fraction and two points that lie on the graph such as 5, 40, 000 and 0, 16, 000, the slope can be approximated as the fraction with numerator 40, 000 − 16, 000, and denominator 5 − 0, end fraction, or 4,800. Only choice A has a y-intercept near the estimate of 16,000 and a slope near the estimate of 4,800. Therefore, an equation of the line of best fit could be n = 16, 090 + 4, 680 t.Choice B is incorrect because the values for the slope and the y-coordinate of the y-intercept are switched. Choice C is incorrect because the value for the slope is approximately double the actual slope. Choice D is incorrect because the values for the slope and the y-intercept are switched and because the slope is approximately double the actual slope.",
+ hasFigure: true,
+ figureUrl: "/practice-images/3c5b19ef_img1.png",
+ },
+ {
+ id: "3d985614",
+ type: "mcq",
+ questionHtml:
+ "Each dot in the scatterplot above represents the height x, in feet, in the high jump, and the distance y, in feet, in the long jump, made by each student in a group of twenty students. The graph of which of the following equations is a line that most closely fits the data?",
+ choices: [
+ { label: "A", text: "y = 0 . 8 2 x + 3 . 3 0" },
+ { label: "B", text: "y = 0 . 8 2 x − 0 . 8 2" },
+ { label: "C", text: "y = 3 . 3 0 x + 0 . 8 2" },
+ { label: "D", text: "y = 3 . 3 0 x − 3 . 3 0" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. A line that most closely fits the data is a line with an approximately balanced number of data points above and below the line. Fitting a line to the data shown results in a line with an approximate slope of 3 and a y-intercept near the point with coordinates 0, 1. An equation for the line can be written in slope-intercept form, y = m x + b, where m is the slope and b is the y-coordinate of the y-intercept. The equation y = 3 . 3 0 x + 0 . 8 2 in choice C fits the data most closely.Choices A and B are incorrect because the slope of the lines of these equations is 0.82, which is a value that is too small to be the slope of the line that fits the data shown. Choice D is incorrect. The graph of this equation has a y-intercept at 0 −3 . 3 0, not 0, 0 . 8 2. This line would lie below all of the data points, and therefore would not closely fit the data.",
+ hasFigure: true,
+ figureUrl: "/practice-images/3d985614_img1.png",
+ },
+ {
+ id: "50b2807e",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot shows the relationship between two variables, x and y.
The scatterplot has 10 data points.
The data points are in a linear pattern trending down from left to right.
The data points have the following approximate coordinates:
(0 comma 10)
(1.2 comma 9)
(2.3 comma 8)
(3.1 comma 5)
(4.8 comma 5)
(5.2 comma 3)
(6.5 comma 3)
(7.2 comma 3)
(9.6 comma 2)
(8.8 comma 1)
Which of the following equations is the most appropriate linear model for the data shown?",
+ choices: [
+ { label: "A", text: "y = 0.9 + 9.4 x" },
+ { label: "B", text: "y = 0.9 − 9.4 x" },
+ { label: "C", text: "y = 9.4 + 0.9 x" },
+ { label: "D", text: "y = 9.4 − 0.9 x" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The data points suggest that as the variable x increases, the variable y decreases, which implies that an appropriate linear model for the data has a negative slope. The data points also show that when x is close to 0, y is greater than 9. Therefore, the y-intercept of the graph of an appropriate linear model has a y-coordinate greater than 9. The graph of an equation of the form y = a + b x, where a and b are constants, has a y-intercept with a y-coordinate of a and has a slope of b. Of the given choices, only choice D represents a graph that has a negative slope, −0.9, and a y-intercept with a y-coordinate greater than 9, 9.4.
Choice A is incorrect. The graph of this equation has a positive slope, not a negative slope, and a y-intercept with a y-coordinate less than 1, not greater than 9.
Choice B is incorrect. The graph of this equation has a y-intercept with a y-coordinate less than 1, not greater than 9.
Choice C is incorrect. The graph of this equation has a positive slope, not a negative slope.",
+ hasFigure: true,
+ figureUrl: "/practice-images/50b2807e_svg1.svg",
+ },
+ {
+ id: "58171b5e",
+ type: "mcq",
+ questionHtml:
+ "Each year, the value of an investment increases by 0.49 % sign of its value the previous year. Which of the following functions best models how the value of the investment changes over time?",
+ choices: [
+ { label: "A", text: "Decreasing exponential" },
+ { label: "B", text: "Decreasing linear" },
+ { label: "C", text: "Increasing exponential" },
+ { label: "D", text: "Increasing linear" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. Because the value of the investment increases each year, the function that best models how the value of the investment changes over time is an increasing function. It′s given that each year, the value of the investment increases by 0.49 % sign of its value the previous year. Since the value of the investment changes by a fixed percentage each year, the function that best models how the value of the investment changes over time is an exponential function. Therefore, the function that best models how the value of the investment changes over time is an increasing exponential function.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: false,
+ },
+ {
+ id: "7ac5d686",
+ type: "mcq",
+ questionHtml:
+ "An inspector begins a day of work with a large sample of shirts that need to be checked for defects. The inspector works at a constant rate throughout the morning. What type of model is best to model the number of shirts remaining to be checked for defects at any given time throughout the morning?",
+ choices: [
+ { label: "A", text: "A linear model with a positive slope" },
+ { label: "B", text: "A linear model with a negative slope" },
+ { label: "C", text: "An exponential growth model" },
+ { label: "D", text: "An exponential decay model" },
+ ],
+ correctAnswer: "",
+ explanation:
+ "Choice B is correct. Since the work is done at a constant rate, a linear model best models the situation. The number of shirts remaining is dependent on the length of time the inspector has worked; therefore, if the relationship were graphed, time would be the variable of the horizontal axis and the number of remaining shirts would be the variable of the vertical axis. Since the number of shirts decreases as the time worked increases, it follows that the slope of this graph is negative.Choice A is incorrect and may result from incorrectly reasoning about the slope. Choices C and D are incorrect and may result from not identifying the constant rate of work as a characteristic of a linear model.",
+ hasFigure: false,
+ },
+ {
+ id: "7fd284ac",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot above shows data for ten charities along with the line of best fit. For the charity with the greatest percent of total expenses spent on programs, which of the following is closest to the difference of the actual percent and the percent predicted by the line of best fit?",
+ choices: [
+ { label: "A", text: "10 %" },
+ { label: "B", text: "7 %" },
+ { label: "C", text: "4 %" },
+ { label: "D", text: "1 %" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. The charity with the greatest percent of total expenses spent on programs is represented by the highest point on the scatterplot; this is the point that has a vertical coordinate slightly less than halfway between 90 and 95 and a horizontal coordinate slightly less than halfway between 3,000 and 4,000. Thus, the charity represented by this point has a total income of about $3,400 million and spends about 92% of its total expenses on programs. The percent predicted by the line of best fit is the vertical coordinate of the point on the line of best fit with horizontal coordinate $3,400 million; this vertical coordinate is very slightly more than 85. Thus, the line of best fit predicts that the charity with the greatest percent of total expenses spent on programs will spend slightly more than 85% on programs. Therefore, the difference between the actual percent (92%) and the prediction (slightly more than 85%) is slightly less than 7%.Choice A is incorrect. There is no charity represented in the scatterplot for which the difference between the actual percent of total expenses spent on programs and the percent predicted by the line of best fit is as much as 10%. Choices C and D are incorrect. These choices may result from misidentifying in the scatterplot the point that represents the charity with the greatest percent of total expenses spent on programs.",
+ hasFigure: true,
+ figureUrl: "/practice-images/7fd284ac_img1.png",
+ },
+ {
+ id: "9a144a01",
+ type: "mcq",
+ questionHtml:
+ "Which of the following is true about the values of 2 to the x power and 2 x + 2 for x > 0?",
+ choices: [
+ {
+ label: "A",
+ text: "For all x > 0, it is true that 2 to the x power < 2 x + 2.",
+ },
+ {
+ label: "B",
+ text: "For all x > 0, it is true that 2 to the x power > 2 x + 2.",
+ },
+ {
+ label: "C",
+ text: "There is a constant c such that if 0 < x, which < c, then 2 to the x power < 2 x + 2, but if x > c, then 2 to the x power > 2 x + 2.",
+ },
+ {
+ label: "D",
+ text: "There is a constant c such that if 0 < x, which < c, then 2 to the x power > 2 x + 2, but if x > c, then 2 to the x power < 2 x + 2.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. At x = 0, the value of 2 raised to the x power is less than the value of 2 x + 2, where 2 to the 0 power < 2 · 0 + 2, which is equivalent to 1 < 2. As the value of x increases, the value of 2 raised to the x power remains less than the value of 2 x + 2 until x = 3, which is when the two values are equal: 2³ = 2 · 3 + 2, which is equivalent to 8 = 8. Then, for x > 3, the value of 2 raised to the x power is greater than the value of 2 x + 2. So there is a constant, 3, such that when 0 < x, which < 3, then 2 raised to the x power < 2 x + 2, but when x > 3, then 2 raised to the x power > 2 x + 2.Choice A is incorrect because 2 raised to the x power > 2 x + 2 when x > 3. Choice B is incorrect because 2 raised to the x power < 2 x + 2 when 0 < x, which < 3. Choice D is incorrect because 2 raised to the x power < 2 x + 2 when 0 < x, which < 3 and 2 raised to the x power > 2 x + 2 when x > 3.",
+ hasFigure: false,
+ },
+ {
+ id: "9bb4107c",
+ type: "spr",
+ questionHtml:
+ "In quadrant 1:
The curve begins at point (0 comma 1).
The curve rises sharply to point (2 comma 6).
The curve rises gradually to point (4 comma 7).
The curve rises gradually to point (6 comma 8).
The curve rises sharply and ends at point (8 comma 10).
The graph shows the momentum y, in newton-seconds, of an object x seconds after the object started moving, for 0 < or = x < or = 8. What is the average rate of change, in newton-seconds per second, in the momentum of the object from x = 2 to x = 6?",
+ choices: [],
+ correctAnswer: ".5, 1/2",
+ explanation:
+ "The correct answer is one half. For the graph shown, x represents time, in seconds, and y represents momentum, in newton-seconds. Therefore, the average rate of change, in newton-seconds per second, in the momentum of the object between two x-values is the difference in the corresponding y-values divided by the difference in the x-values. The graph shows that at x = 2, the corresponding y-value is 6. The graph also shows that at x = 6, the corresponding y-value is 8. It follows that the average rate of change, in newton-seconds per second, from x = 2 to x = 6 is (8 − 6) / (6 − 2), which is equivalent to two fourths, or one half. Note that 1/2 and .5 are examples of ways to enter a correct answer.",
+ hasFigure: true,
+ figureUrl: "/practice-images/9bb4107c_svg1.svg",
+ },
+ {
+ id: "9eb896c5",
+ type: "mcq",
+ questionHtml:
+ "Which of the following could be the equation for a line of best fit for the data shown in the scatterplot above?",
+ choices: [
+ { label: "A", text: "y = 3 x + 0 . 8" },
+ { label: "B", text: "y = 0 . 8 x + 3" },
+ { label: "C", text: "y = −0 . 8 x + 3" },
+ { label: "D", text: "y = −3 x + 0 . 8" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The data show a strong linear relationship between x and y. The line of best fit for a set of data is a linear equation that minimizes the distances from the data points to the line. An equation for the line of best fit can be written in slope-intercept form, y = m x + b, where m is the slope of the graph of the line and b is the y-coordinate of the y-intercept of the graph. Since, for the data shown, the y-values increase as the x-values increase, the slope of a line of best fit must be positive. The data shown lie almost in a line, so the slope can be roughly estimated using the formula for slope, m = the fraction with numerator y sub 2 − y sub 1, and denominator x sub 2 − x sub 1, end fraction. The leftmost and rightmost data points have coordinates of about 1, 4 and 8, 26, so the slope is approximately the fraction with numerator 26 − 4, and denominator 8 − 1, end fraction = the fraction 22 over 7, which is a little greater than 3. Extension of the line to the left would intersect the y-axis at about 0, 1. Only choice A represents a line with a slope close to 3 and a y-intercept close to 0, 1.Choice B is incorrect and may result from switching the slope and y-intercept. The line with a y-intercept of 0, 3 and a slope of 0.8 is farther from the data points than the line with a slope of 3 and a y-intercept of 0, 0 . 8. Choices C and D are incorrect. They represent lines with negative slopes, not positive slopes.",
+ hasFigure: true,
+ figureUrl: "/practice-images/9eb896c5_img1.png",
+ },
+ {
+ id: "ab7740a8",
+ type: "mcq",
+ questionHtml:
+ "In which of the following tables is the relationship between the values of x and their corresponding y-values nonlinear?",
+ choices: [
+ {
+ label: "A",
+ text: "The answer choice presents a 2 row table, with 4 columns of data. The heading for row 1 is “x, ” and the heading for row 2 is “y.” The data in the table are as follows. Column 1. x is 1. y is 8. Column 2. x is 2. y is 11. Column 3. x is 3. y is 14. Column 4. x is 4. y is 17.",
+ },
+ {
+ label: "B",
+ text: "The answer choice presents a 2 row table, with 4 columns of data. The heading for row 1 is “x, ” and the heading for row 2 is “y.” The data in the table are as follows. Column 1. x is 1. y is 4. Column 2. x is 2. y is 8. Column 3. x is 3. y is 12. Column 4. x is 4. y is 16.",
+ },
+ {
+ label: "C",
+ text: "The answer choice presents a 2 row table, with 4 columns of data. The heading for row 1 is “x, ” and the heading for row 2 is “y.” The data in the table are as follows. Column 1. x is 1. y is 8. Column 2. x is 2. y is 13. Column 3. x is 3. y is 18. Column 4. x is 4. y is 23.",
+ },
+ {
+ label: "D",
+ text: "The answer choice presents a 2 row table, with 4 columns of data. The heading for row 1 is “x, ” and the heading for row 2 is “y.” The data in the table are as follows. Column 1. x is 1. y is 6. Column 2. x is 2. y is 12. Column 3. x is 3. y is 24. Column 4. x is 4. y is 48.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The relationship between the values of x and their corresponding y-values is nonlinear if the rate of change between these pairs of values isn’t constant. The table for choice D gives four pairs of values: 1, 6,2, 12, 3, 24, and 4, 48. Finding the rate of change, or slope, between 1, 6 and 2, 12 by using the slope formula, the fraction with numerator y sub 2 − y sub 1, and denominator x sub 2 − x sub 1, end fraction, yields the fraction with numerator 12 − 6, and denominator 2 − 1, end fraction, or 6. Finding the rate of change between 2, 12 and 3, 24 yields the fraction with numerator 24 − 12, and denominator 3 − 2, end fraction, or 12. Finding the rate of change between 3, 24 and 4, 48 yields the fraction with numerator 48 − 24, and denominator 4 − 3, end fraction, or 24. Since the rate of change isn’t constant for these pairs of values, this table shows a nonlinear relationship.Choices A, B, and C are incorrect. The rate of change between the values of x and their corresponding y-values in each of these tables is constant, being 3, 4, and 5, respectively. Therefore, each of these tables shows a linear relationship.",
+ hasFigure: true,
+ figureUrl: "/practice-images/ab7740a8_img1.png",
+ },
+ {
+ id: "f46139df",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot shows the relationship between two variables, x and y. A line of best fit for the data is also shown.
The scatterplot has 11 data points.
The data points are in a linear pattern trending down from left to right.
A line of best fit is shown:
The line of best fit slants down from left to right.
6 points are above the line of best fit.
5 points are below the line of best fit.
The line of best fit goes through the following approximate coordinates:
(28 comma 6)
(33 comma 1.5)
At x = 25.5, which of the following is closest to the y-value predicted by the line of best fit?",
+ choices: [
+ { label: "A", text: "6.2" },
+ { label: "B", text: "7.3" },
+ { label: "C", text: "8.2" },
+ { label: "D", text: "9.1" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. On the line of best fit, an x-value of 25.5 corresponds to a y-value between 8 and 8.5. Therefore, at x = 25.5, 8.2 is closest to the y-value predicted by the line of best fit.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice D is incorrect and may result from conceptual errors.",
+ hasFigure: true,
+ figureUrl: "/practice-images/f46139df_svg1.svg",
+ },
+ {
+ id: "fdfc90e4",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot shows the relationship between two variables, x and y. A line of best fit for the data is also shown.
The scatterplot has 11 data points.
The data points are in a linear pattern trending down from left to right.
A line of best fit is shown:
The line of best fit slants down from left to right.
6 points are above the line of best fit.
5 points are below the line of best fit.
The line of best fit goes through the following approximate coordinates:
(28 comma 6)
(33 comma 1.5)
At x = 32, which of the following is closest to the y-value predicted by the line of best fit?",
+ choices: [
+ { label: "A", text: "0.4" },
+ { label: "B", text: "1.5" },
+ { label: "C", text: "2.4" },
+ { label: "D", text: "3.3" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. At x = 32, the line of best fit has a y-value between 2 and 3. The only choice with a value between 2 and 3 is choice C.
Choice A is incorrect. This is the difference between the y-value predicted by the line of best fit and the actual y-value at x = 32 rather than the y-value predicted by the line of best fit at x = 32.
Choice B is incorrect. This is the y-value predicted by the line of best fit at x = 31 rather than at x = 32.
Choice D is incorrect. This is the y-value predicted by the line of best fit at x = 33 rather than at x = 32.",
+ hasFigure: true,
+ figureUrl: "/practice-images/fdfc90e4_svg1.svg",
+ },
+];
+
+export const TWO_VAR_DATA_HARD: PracticeQuestion[] = [
+ {
+ id: "1e1027a7",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot above shows a company’s ice cream sales d, in dollars, and the high temperature t, in degrees Celsius (°C), on 12 different days. A line of best fit for the data is also shown. Which of the following could be an equation of the line of best fit?",
+ choices: [
+ { label: "A", text: "d = 0 . 0 3 t + 402" },
+ { label: "B", text: "d = 10 t + 402" },
+ { label: "C", text: "d = 33 t + 300" },
+ { label: "D", text: "d = 33 t + 84" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. On the line of best fit, d increases from approximately 480 to 880 between t = 12 and t = 24. The slope of the line of best fit is the difference in d-values divided by the difference in t-values, which gives the fraction with numerator 880 − 480, and denominator 24 − 12, end fraction = the fraction 400 over 12, or approximately 33. Writing the equation of the line of best fit in slope-intercept form gives d = 33 t + b, where b is the y-coordinate of the y-intercept. This equation is satisfied by all points on the line, so d = 480 when t = 12. Thus, 480 = 33 · 12 + b, which is equivalent to 480 = 396 + b. Subtracting 396 from both sides of this equation gives b = 84. Therefore, an equation for the line of best fit could be d = 33 t + 84.Choice A is incorrect and may result from an error in calculating the slope and misidentifying the y-coordinate of the y-intercept of the graph as the value of d at [] rather than the value of d at t = 0. Choice B is incorrect and may result from using the smallest value of t on the graph as the slope and misidentifying the y-coordinate of the y-intercept of the graph as the value of d at t = 10 rather than the value of d at t = 0. Choice C is incorrect and may result from misidentifying the y-coordinate of the y-intercept as the smallest value of d on the graph.",
+ hasFigure: true,
+ figureUrl: "/practice-images/1e1027a7_img1.png",
+ },
+ {
+ id: "79137c1b",
+ type: "mcq",
+ questionHtml:
+ "The scatterplot above shows the size x and the sale price y of 25 houses for sale in Town H. Which of the following could be an equation for a line of best fit for the data?",
+ choices: [
+ { label: "A", text: "y = 200 x + 100" },
+ { label: "B", text: "y = 100 x + 100" },
+ { label: "C", text: "y = 50 x + 100" },
+ { label: "D", text: "y = 100 x" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is correct. From the shape of the cluster of points, the line of best fit should pass roughly through the points with coordinates 1, 200 and 2 . 5, 350. Therefore, these two points can be used to find an approximate equation for the line of best fit. The slope of this line of best fit is therefore the fraction with numerator y sub 2 − y sub 1, and denominator x sub 2 − x sub 1, end fraction = the fraction with numerator 350 − 200, and denominator 2 . 5 − 1, end fraction, or 100. The equation for the line of best fit, in slope-intercept form, is y = 100 x + b for some value of b. Using the point with coordinates 1, 200, 1 can be substituted for x and 200 can be substituted for y: 200 = 100 · 1 + b, or b = 100. Substituting this value into the slope-intercept form of the equation gives y = 100 x + 100.Choice A is incorrect. The line defined by y = 200 x + 100 passes through the points with coordinates 1, 300 and 2, 500, both of which are well above the cluster of points, so it cannot be a line of best fit. Choice C is incorrect. The line defined by y = 50 x + 100 passes through the points with coordinates 1, 150 and 2, 200, both of which lie at the bottom of the cluster of points, so it cannot be a line of best fit. Choice D is incorrect and may result from correctly calculating the slope of a line of best fit but incorrectly assuming the y-intercept is at 0, 0.",
+ hasFigure: true,
+ figureUrl: "/practice-images/79137c1b_img1.png",
+ },
+ {
+ id: "7b52985c",
+ type: "spr",
+ questionHtml:
+ "The scatterplot shows the relationship between the length of time y, in hours, a certain bird spent in flight and the number of days after January 11, x.
The scatterplot has 10 data points.
The data points are spread out.
The data points have the following coordinates:
(1 comma 14)
(2 comma 6)
(3 comma 10)
(4 comma 15)
(5 comma 14.2)
(6 comma 7)
(7 comma 11)
(8 comma 14)
(9 comma 13.5)
(10 comma 13.2)
What is the average rate of change, in hours per day, of the length of time the bird spent in flight on January 13 to the length of time the bird spent in flight on January 15?",
+ choices: [],
+ correctAnswer: "4.5, 9/2",
+ explanation:
+ "The correct answer is nine halves. It's given that the scatterplot shows the relationship between the length of time y, in hours, a certain bird spent in flight and the number of days after January 11, x. Since January 13 is 2 days after January 11, it follows that January 13 corresponds to an x-value of 2 in the scatterplot. In the scatterplot, when x = 2, the corresponding value of y is 6. In other words, on January 13, the bird spent 6 hours in flight. Since January 15 is 4 days after January 11, it follows that January 15 corresponds to an x-value of 4 in the scatterplot. In the scatterplot, when x = 4, the corresponding value of y is 15. In other words, on January 15, the bird spent 15 hours in flight. Therefore, the average rate of change, in hours per day, of the length of time the bird spent in flight on January 13 to the length of time the bird spent in flight on January 15 is the difference in the length of time, in hours, the bird spent in flight divided by the difference in the number of days after January 11, or (15 − 6) / (4 − 2), which is equivalent to nine halves. Note that 9/2 and 4.5 are examples of ways to enter a correct answer.",
+ hasFigure: true,
+ figureUrl: "/practice-images/7b52985c_svg1.svg",
+ },
+ {
+ id: "9b5b23fc",
+ type: "mcq",
+ questionHtml:
+ "For x > 0, the function f is defined as follows:
f (x) equals 201 % sign of x
Which of the following could describe this function?",
+ choices: [
+ { label: "A", text: "Decreasing exponential" },
+ { label: "B", text: "Decreasing linear" },
+ { label: "C", text: "Increasing exponential" },
+ { label: "D", text: "Increasing linear" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. It's given that for x > 0, f (x) is equal to 201 % sign of x. This is equivalent to f (x) = (201) / (100) x, or f (x) = 2.01 x, for x > 0. This function indicates that as x increases, f (x) also increases, which means f is an increasing function. Furthermore, f (x) increases at a constant rate of 2.01 for each increase of x by 1. A function with a constant rate of change is linear. Thus, the function f can be described as an increasing linear function.
Choice A is incorrect and may result from conceptual errors.
Choice B is incorrect and may result from conceptual errors.
Choice C is incorrect. This could describe the function f (x) = (2.01)^(x), where f (x) is equal to 201 % sign of f (x − 1), not x, for x > 0.",
+ hasFigure: false,
+ },
+ {
+ id: "9d95e7ad",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a scatterplot titled “Total Protein and Total Fat for Eight Sandwiches.” The horizontal axis is labeled “Total protein, ” in grams, and the numbers zero through 50, in increments of 10, are indicated. The vertical axis is labeled “Total fat, ” in grams, and the numbers zero through 80, in increments of 10, are indicated. Eight data points and the line of best fit are shown. The line of best fit touches all 8 data points and extends upward and to the right through the following coordinates. All data are approximate. Protein, 9 grams; Fat, 17 grams.
Protein, 20 grams; Fat, 33 grams.
Protein, 30 grams; Fat, 48 grams.
Protein, 40 grams; Fat, 63 grams.
Protein, 48 grams; Fat, 75 grams.The scatterplot above shows the numbers of grams of both total protein and total fat for eight sandwiches on a restaurant menu. The line of best fit for the data is also shown. According to the line of best fit, which of the following is closest to the predicted increase in total fat, in grams, for every increase of 1 gram in total protein?",
+ choices: [
+ { label: "A", text: "2.5" },
+ { label: "B", text: "2.0" },
+ { label: "C", text: "1.5" },
+ { label: "D", text: "1.0" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is correct. The predicted increase in total fat, in grams, for every increase of 1 gram in total protein is represented by the slope of the line of best fit. Any two points on the line can be used to calculate the slope of the line as the change in total fat over the change in total protein. For instance, it can be estimated that the points with coordinates 20, 34 and with coordinates 30, 48 are on the line of best fit, and the slope of the line that passes through them is the fraction with numerator 48 − 34, and denominator 30 − 20, end fraction = 14 over 10, or 1.4. Of the choices given, 1.5 is the closest to the slope of the line of best fit.Choices A, B, and D are incorrect and may be the result of incorrectly finding ordered pairs that lie on the line of best fit or of incorrectly calculating the slope.",
+ hasFigure: true,
+ figureUrl: "/practice-images/9d95e7ad_img1.png",
+ },
+ {
+ id: "af142f8d",
+ type: "mcq",
+ questionHtml:
+ "Two investments were made as shown in the table above. The interest in Account A is compounded once per year. Which of the following is true about the investments?",
+ choices: [
+ {
+ label: "A",
+ text: "Account A always earns more money per year than Account B.",
+ },
+ {
+ label: "B",
+ text: "Account A always earns less money per year than Account B.",
+ },
+ {
+ label: "C",
+ text: "Account A earns more money per year than Account B at first but eventually earns less money per year.",
+ },
+ {
+ label: "D",
+ text: "Account A earns less money per year than Account B at first but eventually earns more money per year.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. Account A starts with $500 and earns interest at 6% per year, so in the first year Account A earns (500)(0.06) = $30, which is greater than the $25 that Account B earns that year. Compounding interest can be modeled by an increasing exponential function, so each year Account A will earn more money than it did the previous year. Therefore, each year Account A earns at least $30 in interest. Since Account B always earns $25 each year, Account A always earns more money per year than Account B.Choices B and D are incorrect. Account A earns $30 in the first year, which is greater than the $25 Account B earns in the first year. Therefore, neither the statement that Account A always earns less money per year than Account B nor the statement that Account A earns less money than Account B at first can be true. Choice C is incorrect. Since compounding interest can be modeled by an increasing exponential function, each year Account A will earn more money than it did the previous year. Therefore, Account A always earns at least $30 per year, which is more than the $25 per year that Account B earns.",
+ hasFigure: false,
+ },
+ {
+ id: "d0430601",
+ type: "spr",
+ questionHtml:
+ "The figure presents a scatterplot titled “Number of Beach Visitors versus Temperature.” The horizontal axis is labeled “Average temperature, in ° Celsius, ” and the numbers 25 through 35, in increments of 2, are indicated. The vertical axis is labeled “Number of people, ” and the numbers 0 through 640, in increments of 80, are indicated. There are 11 data points in the scatterplot that begin near the bottom left portion of the coordinate plane and trend upward and to the right. The line of best fit for the data is also shown. The line of best fit passes through 25, 80 and 32, 480.
Each dot in the scatterplot above represents the temperature and the number of people who visited a beach in Lagos, Nigeria, on one of eleven different days. The line of best fit for the data is also shown. The line of best fit for the data has a slope of approximately 57. According to this estimate, how many additional people per day are predicted to visit the beach for each 5°C increase in average temperature?",
+ choices: [],
+ correctAnswer: "",
+ explanation:
+ "The correct answer is 285. The number of people predicted to visit the beach each day is represented by the y-values of the line of best fit, and the average temperature, in degrees Celsius (° Celsius), is represented by the x-values. Since the slope of the line of best fit is approximately 57, the y-value, or the number of people predicted to visit the beach each day, increases by 57 for every x-value increase of 1, or every 1 ° Celsius increase in average temperature. Therefore, an increase of 5 ° Celsius in average temperature corresponds to a y-value increase of 57 · 5 = 285 additional people per day predicted to visit the beach.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d0430601_img1.png",
+ },
+ {
+ id: "d6af3572",
+ type: "mcq",
+ questionHtml:
+ "The figure presents a scatterplot titled “Minimum Wage.” The x axis is labeled “Years since 1940, ” and the integers 0 through 80, in increments of 10, are indicated. The y axis is labeled “Minimum wage, in dollars per hour, ” and the integers 0 through 8 are indicated. There are 8 data points in the scatterplot, and the line of best fit is drawn. The line of best fit begins at the . representing 0 years since 1940, minimum wage 0 dollars per hour. It slants upward and to the right, and passes through the . representing 40 years since 1940, minimum wage 3 . 3 5 2 dollars, and the . representing 70 years since 1940, minimum wage 6 . 2 3 2 dollarsThe scatterplot above shows the federal-mandated minimum wage every 10 years between 1940 and 2010. A line of best fit is shown, and its equation is y = 0 . 0 9 6 x − 0 . 4 8 8. What does the line of best fit predict about the increase in the minimum wage over the 70-year period?",
+ choices: [
+ {
+ label: "A",
+ text: "Each year between 1940 and 2010, the average increase in minimum wage was 0.096 dollars.",
+ },
+ {
+ label: "B",
+ text: "Each year between 1940 and 2010, the average increase in minimum wage was 0.49 dollars.",
+ },
+ {
+ label: "C",
+ text: "Every 10 years between 1940 and 2010, the average increase in minimum wage was 0.096 dollars.",
+ },
+ {
+ label: "D",
+ text: "Every 10 years between 1940 and 2010, the average increase in minimum wage was 0.488 dollars.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is correct. The given equation is in slope-intercept form, or y = m x + b, where m is the value of the slope of the line of best fit. Therefore, the slope of the line of best fit is 0.096. From the definition of slope, it follows that an increase of 1 in the x-value corresponds to an increase of 0.096 in the y-value. Therefore, the line of best fit predicts that for each year between 1940 and 2010, the minimum wage will increase by 0.096 dollar per hour.Choice B is incorrect and may result from using the y-coordinate of the y-intercept as the average increase, instead of the slope. Choice C is incorrect and may result from using the 10-year increments given on the x-axis to incorrectly interpret the slope of the line of best fit. Choice D is incorrect and may result from using the y-coordinate of the y-intercept as the average increase, instead of the slope, and from using the 10-year increments given on the x-axis to incorrectly interpret the slope of the line of best fit.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d6af3572_img1.png",
+ },
+ {
+ id: "e821a26d",
+ type: "mcq",
+ questionHtml:
+ "Of the following equations, which best models the data in the scatterplot?",
+ choices: [
+ {
+ label: "A",
+ text: "y = 1 . six seven four x² + 19 . seven six x − 745 . seven three",
+ },
+ {
+ label: "B",
+ text: "y = −1 . six seven four x² − 19 . seven six x − 745 . seven three",
+ },
+ {
+ label: "C",
+ text: "y = 1 . six seven four x² + 19 . seven six x + 745 . seven three",
+ },
+ {
+ label: "D",
+ text: "y = −1 . six seven four x² + 19 . seven six x + 745 . seven three",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The data in the scatterplot roughly fall in the shape of a downward-opening parabola; therefore, the coefficient for the x² term must be negative. Based on the location of the data points, the y-intercept of the parabola should be somewhere between 740 and 760. Therefore, of the equations given, the best model is y = −1 . 6 7 4, x² + 19 . 7 6 x + 745 . 7 3.Choices A and C are incorrect. The positive coefficient of the x² term means that these equations each define upward-opening parabolas, whereas a parabola that fits the data in the scatterplot must open downward. Choice B is incorrect because it defines a parabola with a y-intercept that has a negative y-coordinate, whereas a parabola that fits the data in the scatterplot must have a y-intercept with a positive y-coordinate.",
+ hasFigure: true,
+ figureUrl: "/practice-images/e821a26d_img1.png",
+ },
+];
diff --git a/src/data/rw/boundaries.ts b/src/data/rw/boundaries.ts
new file mode 100644
index 0000000..9f5bfdb
--- /dev/null
+++ b/src/data/rw/boundaries.ts
@@ -0,0 +1,1960 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const BOUNDARIES_EASY: PracticeQuestion[] = [
+ {
+ id: "04bfd364",
+ type: "mcq",
+ passage:
+ "The intense pressure found in the deep ocean can affect the structure of proteins in fish’s cells, distorting the proteins’ shape. The chemical trimethylamine N-oxide (TMAO) counters this effect, ensuring that proteins retain their original ______blank is found in high concentrations in the cells of the deepest-dwelling fish.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "configurations. TMAO" },
+ { label: "B", text: "configurations TMAO" },
+ { label: "C", text: "configurations, TMAO" },
+ { label: "D", text: "configurations and TMAO" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period after “configurations” is used correctly to mark the boundary between one sentence (“The intense…configurations”) and another (“TMAO…fish”). The supplementary phrase (“ensuring…configurations”) modifies the main clause of the first sentence (“The chemical…effect”), and “TMAO” is the subject of the second sentence.
Choice B is incorrect because it results in a run-on sentence. The sentences (“The intense…configurations” and “TMAO…fish”) are fused without punctuation and/or a conjunction. Choice C is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences. Choice D is incorrect. Without a comma preceding it, the conjunction “and” can’t be used in this way to join sentences.",
+ hasFigure: false,
+ },
+ {
+ id: "148be4da",
+ type: "mcq",
+ passage:
+ "Human-made (synthetic) fibers used in clothes and many other consumer products are more durable than most natural plant ______blank the manufacture of synthetic fibers requires toxic chemical solvents that can pollute air and water.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "fibers," },
+ { label: "B", text: "fibers but" },
+ { label: "C", text: "fibers" },
+ { label: "D", text: "fibers, but" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the coordination of main clauses within a sentence. This choice correctly uses a comma and the coordinating conjunction “but” to join the first main clause (“Human-made...fibers”) and the second main clause (“the manufacture...water”).
Choice A is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join two main clauses. Choice B is incorrect because when coordinating two longer main clauses such as these, it’s conventional to use a comma before the coordinating conjunction. Choice C is incorrect because it results in a run-on sentence. The two main clauses are fused without punctuation and/or a conjunction.",
+ hasFigure: false,
+ },
+ {
+ id: "1724dac2",
+ type: "mcq",
+ passage:
+ "A subseasonal weather forecast attempts to predict weather conditions three to four weeks in ______blank its predictions are therefore more short-term than those of the seasonal forecast, which attempts to predict the weather more than a month in advance.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "advance," },
+ { label: "B", text: "advance" },
+ { label: "C", text: "advance;" },
+ { label: "D", text: "advance and" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The clause “A subseasonal…advance” and the clause “its predictions…forecast” are both independent clauses, so using a semicolon to separate them is grammatically correct.
Choice A is incorrect. This choice creates a run-on sentence error. The clause “A subseasonal…advance” and the clause “its predictions…forecast” are both independent clauses, so a comma is not enough to separate them. Choice B is incorrect. This choice creates a run-on sentence error. The clause “A subseasonal…advance” and the clause “its predictions…forecast” are both independent clauses, so they need to be separated with specific punctuation (a period, a semi-colon, a colon, a dash, or a comma + a coordinating conjunction). Choice D is incorrect. This choice creates a run-on sentence error. The clause “A subseasonal…advance” and the clause “its predictions…forecast” are both independent clauses, so the word “and” by itself is not enough to separate them. There would need to be a comma before “and” for this choice to work.",
+ hasFigure: false,
+ },
+ {
+ id: "1f39ab8b",
+ type: "mcq",
+ passage:
+ "In the novel Things Fall Apart by Chinua Achebe, Okonkwo is a leader of Umuofia (a fictional Nigerian clan) and takes pride in his culture’s traditions. However, when the arrival of European missionaries brings changes to Umuofia, the novel asks a central question: How ______blank
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Umuofia’s traditions will be affected." },
+ { label: "B", text: "will Umuofia’s traditions be affected." },
+ { label: "C", text: "Umuofia’s traditions will be affected?" },
+ { label: "D", text: "will Umuofia’s traditions be affected?" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The clause before the colon tells us that the novel “asks a question,” so the clause after the colon should be in the conventional form of a question: with the verb before the subject, and a question mark at the end.
Choice A is incorrect. This choice ends the sentence with a period, which isn’t right. The clause before the colon tells us that the novel “asks a question,” so the clause after the colon should be that question. Choice B is incorrect. This choice ends the sentence with a period, which isn’t right. The clause before the colon tells us that the novel “asks a question,” so the clause after the colon should be that question. In Standard English, questions place the verb before the subject and end with a question mark. Choice C is incorrect. This choice doesn’t conform to the conventions of Standard English. In Standard English, questions place the verb before the subject.",
+ hasFigure: false,
+ },
+ {
+ id: "26c8c88c",
+ type: "mcq",
+ passage:
+ "About 70,000 meteorites have been found on Earth. Although most meteorites are fragments of ______blank hundred have been identified as being from the Moon or Mars.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "asteroids. Several" },
+ { label: "B", text: "asteroids, several" },
+ { label: "C", text: "asteroids; several" },
+ { label: "D", text: "asteroids: several" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. This choice uses a comma to correctly separate the dependent clause "although…asteroids" from the independent clause "several hundred have been…Mars."
Choice A is incorrect. This choice results in a sentence fragment. "Although…asteroids" is a dependent clause. It can’t stand on its own as a sentence, which means it can’t end in a period. Choice C is incorrect. This choice results in a punctuation error. "Although…asteroids" is a dependent clause and can’t be joined to the independent clause "several hundred have been…Mars" with a semicolon. A semicolon can only join two independent clauses. Choice D is incorrect. This choice creates a punctuation error. A colon can only come after an independent clause, but "although…asteroids" is a dependent clause.',
+ hasFigure: false,
+ },
+ {
+ id: "333b2b65",
+ type: "mcq",
+ passage:
+ "While one requires oxygen and one does ______blank and anaerobic respiration are both forms of cellular respiration—that is, they are processes by which cells break down glucose to use as energy.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "not aerobic" },
+ { label: "B", text: "not. Aerobic" },
+ { label: "C", text: "not, aerobic" },
+ { label: "D", text: "not; aerobic" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. A comma is the appropriate way to link the dependent clause “While...not” and the independent clause that follows.
Choice A is incorrect. This choice creates a run-on sentence error. “While...not” is a dependent clause, which must be separated from the independent clause that follows with some sort of punctuation. Choice B is incorrect. This choice creates a sentence fragment. “While one requires oxygen and one does not” isn’t an independent clause, so it can’t stand alone as a complete sentence. Choice D is incorrect. This choice creates a punctuation error. “While one requires oxygen and one does not” isn’t an independent clause, so it can’t be linked to the clause that follows with a semicolon.",
+ hasFigure: false,
+ },
+ {
+ id: "4565a53c",
+ type: "mcq",
+ passage:
+ "Lucía Michel of the University of Chile observed that alkaline soils contain an insoluble form of iron that blueberry plants cannot absorb, thus inhibiting blueberry growth. If these plants were grown in alkaline soil alongside grasses that aid in iron solubilization, ______blank Michel was determined to find out.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "could the blueberries thrive." },
+ { label: "B", text: "the blueberries could thrive." },
+ { label: "C", text: "the blueberries could thrive?" },
+ { label: "D", text: "could the blueberries thrive?" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is end-of-sentence punctuation. This choice correctly uses a question mark to punctuate the interrogative clause “could the blueberries thrive,” which asks a direct question at the end of the sentence.
Choice A is incorrect because a period can’t be used in this way to punctuate an interrogative clause, such as “could the blueberries thrive,” at the end of a sentence. Choice B is incorrect because the context requires an interrogative clause. The declarative clause “the blueberries could thrive” incorrectly indicates that it was known that the blueberries could thrive in alkaline soil, whereas Michel had yet to find this out. Choice C is incorrect because a question mark can’t be used in this way to punctuate a declarative clause, such as “the blueberries could thrive,” at the end of a sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "577b09fa",
+ type: "mcq",
+ passage:
+ "Robin Wall Kimmerer of the Citizen Potawatomi Nation is a bryologist, a plant scientist who specializes in mosses. To Kimmerer, mosses are Earth’s most adaptable plants: they can clone ______blank enter a dormant state in times of drought, and grow in areas that don’t have soil.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "themselves;" },
+ { label: "B", text: "themselves," },
+ { label: "C", text: "themselves. And" },
+ { label: "D", text: "themselves" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the punctuation of items in a series. The comma after “themselves” is used conventionally to separate the first item (“they can clone themselves”) and the second item (“enter a dormant state in times of drought”) in the series of things mosses can do.
Choice A is incorrect because a semicolon can’t be used in this way to separate items in a simple series such as this. Choice C is incorrect because it results in a rhetorically unacceptable sentence fragment beginning with “And enter.” Choice D is incorrect because it fails to use appropriate punctuation to separate the first and second items in the series.",
+ hasFigure: false,
+ },
+ {
+ id: "603755a5",
+ type: "mcq",
+ passage:
+ "In 1959, marine biologist Dr. Albert Jones founded the Underwater Adventure Seekers, a scuba diving ______blank that is the oldest club for Black divers in the United States and that has helped thousands of diving enthusiasts become certified in the field.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "club" },
+ { label: "B", text: "club," },
+ { label: "C", text: "club—" },
+ { label: "D", text: "club, and" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “That is…field” is an essential supplement, so we should not use punctuation to separate it from “scuba diving club.” .
Choice B is incorrect. This choice creates a punctuation error. “That is…field” is an essential supplement, so we should not use a comma (or any kind of punctuation) to separate it from “scuba diving club.” . Choice C is incorrect. This choice creates a punctuation error. “That is…field” is an essential supplement, so we should not use a dash (or any kind of punctuation) to separate it from “scuba diving club.” . Choice D is incorrect. This choice creates a run-on sentence. It makes “that is…United States” into an awkward independent clause, but it also makes “that has…field” into its own awkward independent clause without the correct punctuation separating it.",
+ hasFigure: false,
+ },
+ {
+ id: "60713427",
+ type: "mcq",
+ passage:
+ "Polyphenols are organic compounds ______blank among their many roles, provide pigment that helps protect plants against ultraviolet radiation from sunlight.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "that—" },
+ { label: "B", text: "that;" },
+ { label: "C", text: "that," },
+ { label: "D", text: "that:" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the punctuation of a supplementary element within a sentence. The comma after “that” pairs with the comma after “roles” to separate the supplementary element “among their many roles” from the rest of the sentence. This supplementary element functions to clarify that polyphenols have many roles, and the pair of commas indicates that this element could be removed without affecting the grammatical coherence of the sentence.
Choice A is incorrect because a dash can’t be paired with a comma to separate the supplementary element from the rest of the sentence. Choice B is incorrect because a semicolon can’t be paired with a comma to separate the supplementary element from the rest of the sentence. Choice D is incorrect because a colon can’t be paired with a comma to separate the supplementary element from the rest of the sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "6fece68e",
+ type: "mcq",
+ passage:
+ "Emperor Ashoka ruled the Maurya Empire in South Asia from roughly 270 to 232 BCE. He is known for enforcing a moral code called the Law of Piety, which established the sanctity of animal ______blank the just treatment of the elderly, and the abolition of the slave trade.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "life" },
+ { label: "B", text: "life;" },
+ { label: "C", text: "life:" },
+ { label: "D", text: "life," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. Notice that "the sanctity of animal life" is the first item in a list of three things. We must use a comma to separate the first two items in the list, just as a comma is used to separate "the just treatment of the elderly" and "the abolition of the slave trade."
Choice A is incorrect. This choice creates a punctuation error. Notice that "the sanctity of animal life" is the first item in a list of three things. To appropriately format the list, we need punctuation to separate each item. Choice B is incorrect. This choice creates a punctuation error. Notice that "the sanctity of animal life" is the first item in a list of three things. While semicolons are sometimes used to separate list items, this list uses commas to separate the other list items, and lists must use the same punctuation throughout. Choice C is incorrect. This choice creates a punctuation error. Notice that "the sanctity of animal life" is the first item in a list of three things. While colons can be used to introduce lists, they can’t be used to separate items within a list.',
+ hasFigure: false,
+ },
+ {
+ id: "70ced8dc",
+ type: "mcq",
+ passage:
+ "Typically, underlines, scribbles, and notes left in the margins by a former owner lower a book’s ______blank when the former owner is a famous poet like Walt Whitman, such markings, known as marginalia, can be a gold mine to literary scholars.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "value, but" },
+ { label: "B", text: "value" },
+ { label: "C", text: "value," },
+ { label: "D", text: "value but" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the coordination of independent clauses within a sentence. An independent clause is a phrase containing a subject and a verb that can stand on its own as a sentence. This choice uses a comma and the coordinating conjunction “but” to join the first independent clause (“underlines…lower a book’s value”) and the second independent clause (“such markings…can be a gold mine to scholars”) to create a compound sentence.
Choice B is incorrect because it results in a run-on sentence. The two independent clauses are fused without punctuation and/or a conjunction. Choice C is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between two independent clauses. Choice D is incorrect because a comma is needed to mark the boundary between two coordinated independent clauses.",
+ hasFigure: false,
+ },
+ {
+ id: "7b950fc2",
+ type: "mcq",
+ passage:
+ "In 2000, Nora de Hoyos Comstock, herself an owner of a successful consulting firm, sought to increase Latina representation in corporate ______blank founded Las Comadres para las Americas, an international community that for over two decades has served as a resource and information network for Latina business professionals.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "settings she" },
+ { label: "B", text: "settings, she" },
+ { label: "C", text: "settings and she" },
+ { label: "D", text: "settings. She" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. It appropriately uses a period to mark the end of one independent clause ("In 2000…settings") and the start of another ("She founded…professionals").
Choice A is incorrect. This choice results in a run-on sentence error. Both the clause before the blank ("In 2000…settings") and the clause after the blank ("she…professionals") are independent clauses, so they need to be separated by punctuation. Choice B is incorrect. This choice results in a comma splice error. It incorrectly joins two independent clauses with just a comma. Linking two independent clauses with a comma also requires the use of a coordinating conjunction (like for, and, nor, but, or, yet, or so). Choice C is incorrect. This choice results in a run-on sentence, an error caused when two independent clauses are joined without punctuation or appropriate conjunctions. Since both the clause before the blank ("In 2000…settings") and the clause after the blank ("she…professionals") are independent, a comma would be required in addition to the coordinating conjunction "and."',
+ hasFigure: false,
+ },
+ {
+ id: "89ab0d46",
+ type: "mcq",
+ passage:
+ "After the printing press was introduced in 1440, handwritten manuscripts from Europe’s medieval period were often destroyed and the paper used for other purposes. In one instance, pages ______blank a collection of Norse tales dating to 1270 were discovered lining a bishop’s miter (hat).
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "from:" },
+ { label: "B", text: "from," },
+ { label: "C", text: "from" },
+ { label: "D", text: "from—" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The word “from” introduces a prepositional phrase that modifies the noun “pages” and provides essential information about their origin. No additional punctuation is needed after “from” in this context.
Choice A is incorrect. This choice results in a punctuation error, illogically separating the preposition “from” from the rest of the prepositional phrase with a colon. Also, a colon can only follow an independent clause, but what comes before the blank could not stand on its own as a complete sentence. Choice B is incorrect. This choice results in a punctuation error, illogically separating the preposition “from” from the rest of the prepositional phrase with a comma. Choice D is incorrect. This choice results in a punctuation error, illogically separating the preposition “from” from the rest of the prepositional phrase with a dash.",
+ hasFigure: false,
+ },
+ {
+ id: "8a3998f1",
+ type: "mcq",
+ passage:
+ "After the United Kingdom began rolling out taxes equivalent to a few cents on single-use plastic grocery bags in 2011, plastic-bag consumption decreased by up to ninety ______blank taxes are subject to what economists call the “rebound effect”: as the change became normalized, plastic-bag use started to creep back up.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "percent, such" },
+ { label: "B", text: "percent and such" },
+ { label: "C", text: "percent. Such" },
+ { label: "D", text: "percent such" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period after “percent” is used correctly to mark the boundary between one sentence (“After…percent”) and another (“Such…up”).
Choice A is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences. Choice B is incorrect. Without a comma preceding it, the conjunction “and” can’t be used in this way to join sentences. Choice D is incorrect because it results in a run-on sentence. The sentences (“After…percent” and “Such…up”) are fused without punctuation and/or a conjunction.",
+ hasFigure: false,
+ },
+ {
+ id: "9091458d",
+ type: "mcq",
+ passage:
+ "Emperor penguins don’t waddle out of the ocean. They launch themselves at such a high speed that they travel up to two meters before landing. How ______blank A layer of microbubbles on their plumage reduces friction as the penguins speed to the surface.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "they are able to move so fast!" },
+ { label: "B", text: "are they able to move so fast." },
+ { label: "C", text: "they are able to move so fast." },
+ { label: "D", text: "are they able to move so fast?" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is end-of-sentence punctuation. This choice correctly uses a question mark to punctuate the interrogative sentence “how are they able to move so fast?” The interrogative sentence asks a direct question, and the next sentence answers it.
Choice A is incorrect because the context requires an interrogative sentence. The exclamative sentence “how they are able to move so fast!” emphasizes the penguin’s high rate of speed, but it doesn’t set up the next sentence’s explanation of how the penguins achieve such speeds. Choice B is incorrect because a period can’t be used in this way to punctuate an interrogative sentence. Choice C is incorrect because the context requires an interrogative sentence. The exclamative sentence “how they are able to move so fast” emphasizes the penguin’s high rate of speed, but it doesn’t set up the next sentence’s explanation of how the penguins achieve such speeds.",
+ hasFigure: false,
+ },
+ {
+ id: "91fbd59d",
+ type: "mcq",
+ passage:
+ "Award-winning cinematographer James Wong Howe was known for his innovative filming techniques. While filming a boxing match for the movie Body and Soul ______blank Howe had a handheld camera operator wear roller skates. This allowed the operator to move smoothly around actors in a boxing ring, creating an immersive experience for viewers.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "(1947), and" },
+ { label: "B", text: "(1947)," },
+ { label: "C", text: "(1947) and" },
+ { label: "D", text: "(1947)" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is punctuation between a supplementary element and a main clause. This choice correctly uses a comma to mark the boundary between the supplementary phrase (“While...1947”), which indicates when the action occurred, and the main clause (“Howe had a handheld camera operator wear roller skates”).
Choice A is incorrect because a comma paired with the conjunction “and” can’t be used in this way to mark the boundary between the supplementary element (“While…1947”) and the main clause (“Howe…skates”). Choice C is incorrect because the conjunction “and” can’t be used in this way to join the supplementary element (“While…1947”) and the main clause (“Howe…skates”). Choice D is incorrect because it fails to mark the boundary between the supplementary element and the main clause with appropriate punctuation.",
+ hasFigure: false,
+ },
+ {
+ id: "96499989",
+ type: "mcq",
+ passage:
+ "Fans of science fiction will ______blank multiple references to classic sci-fi stories in Janelle Monáe’s song lyrics, including her recurring nods to the plot of the 1927 sci-fi film Metropolis.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "appreciate the" },
+ { label: "B", text: "appreciate. The" },
+ { label: "C", text: "appreciate, the" },
+ { label: "D", text: "appreciate: the" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The convention being tested here is punctuation between a verb and object. No punctuation is needed between the verb ("appreciate") and its object ("the multiple references..."). The object helps complete the idea of the verb—in this case, it explains what fans of science fiction will appreciate—and any punctuation between the two results in an ungrammatical sentence.
Choice B is incorrect because no punctuation is needed between the verb and its object. Choice C is incorrect because no punctuation is needed between the verb and its object. Choice D is incorrect because no punctuation is needed between the verb and its object.',
+ hasFigure: false,
+ },
+ {
+ id: "96953201",
+ type: "mcq",
+ passage:
+ "In her two major series “Memory Test” and “Autobiography,” painter Howardena Pindell explored themes ______blank healing, self-discovery, and memory by cutting and sewing back together pieces of canvas and inserting personal artifacts, such as postcards, into some of the paintings.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "of" },
+ { label: "B", text: "of," },
+ { label: "C", text: "of—" },
+ { label: "D", text: "of:" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is punctuation between a preposition and its complement. No punctuation is needed between the preposition “of” and its complement, the noun phrase “healing, self-discovery, and memory.”
Choice B is incorrect because no punctuation is needed between a preposition and its complement. Choice C is incorrect because no punctuation is needed between a preposition and its complement. Choice D is incorrect because no punctuation is needed between a preposition and its complement.",
+ hasFigure: false,
+ },
+ {
+ id: "9902d2de",
+ type: "mcq",
+ passage:
+ "The Alvarez theory, developed in 1980 by physicist Luis Walter Alvarez and his geologist son Walter Alvarez, maintained that the secondary effects of an asteroid impact caused many dinosaurs and other animals to die ______blank it left unexplored the question of whether unrelated volcanic activity might have also contributed to the mass extinctions.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "out but" },
+ { label: "B", text: "out, but" },
+ { label: "C", text: "out" },
+ { label: "D", text: "out," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the coordination of main clauses within a sentence. This choice correctly uses a comma and the coordinating conjunction “but” to join the first main clause (“the Alvarez…out”) and the second main clause (“it left…extinctions”).
Choice A is incorrect because when coordinating two longer main clauses such as these, it’s conventional to use a comma before the coordinating conjunction. Choice C is incorrect because it results in a run-on sentence. The two main clauses are fused without punctuation and/or a conjunction. Choice D is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join two main clauses.",
+ hasFigure: false,
+ },
+ {
+ id: "a1e0c981",
+ type: "mcq",
+ passage:
+ "In her book The Woman Warrior: Memoirs of a Girlhood Among Ghosts, author Maxine Hong Kingston examines themes ______blank childhood, womanhood, and Chinese American identity by intertwining autobiography and mythology.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "of:" },
+ { label: "B", text: "of" },
+ { label: "C", text: "of—" },
+ { label: "D", text: "of," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “Themes of childhood” is one noun phrase, with “themes of” implicitly carrying over to the other items on the list (“themes of childhood, themes of womanhood, and themes of Chinese American identity”).
Choice A is incorrect. This choice inappropriately breaks up the introduction of a list. Also, “In her book…themes of” is not an independent clause, thanks to the dangling “of” at the end, so it can’t precede a colon. Choice C is incorrect. This choice inappropriately breaks up the introduction of a list. Also, “In her book…themes of” is not an independent clause, thanks to the dangling “of” at the end, so it can’t precede a single dash. Choice D is incorrect. This choice inappropriately breaks up the introduction of a list. “Themes of” implicitly carries over to each item on the list (“themes of childhood, themes of womanhood, and themes of Chinese American identity”), so we don’t want to use a comma to separate it.",
+ hasFigure: false,
+ },
+ {
+ id: "a466679a",
+ type: "mcq",
+ passage:
+ "In 1976, the Inuit rock group Sikumiut recorded the album People of the Ice. Though only their first record, it shows a band already skilled at the difficult task of making music that sounds easy and fun. On songs like “Utirumavunga,” Lucassie Koperqualuk’s guitar riffs effortlessly ______blank Charlie Adams’s delightfully catchy vocal melodies.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "blend, with" },
+ { label: "B", text: "blend. With" },
+ { label: "C", text: "blend; with" },
+ { label: "D", text: "blend with" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation between a verb and a prepositional phrase. No punctuation is needed between the verb “blend” and the prepositional phrase “with Charlie Adams’s delightfully catchy vocal melodies.” The prepositional phrase completes the idea of the sentence, explaining with what Koperqualuk’s guitar riffs blend.
Choice A is incorrect because no punctuation is needed between the verb and the prepositional phrase. Choice B is incorrect because no punctuation is needed between the verb and the prepositional phrase. Choice C is incorrect because no punctuation is needed between the verb and the prepositional phrase.",
+ hasFigure: false,
+ },
+ {
+ id: "aab78b25",
+ type: "mcq",
+ passage:
+ "Psychophysicist Howard Moskowitz was hired by a soda company to determine how much artificial sweetener ______blank After conducting consumer taste tests, he found that no such ideal existed: participants expressed a wide range of preferences for different blends of sweetener, carbonization, and flavoring.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "do most people prefer in a diet drink?" },
+ { label: "B", text: "do most people prefer in a diet drink." },
+ { label: "C", text: "most people prefer in a diet drink?" },
+ { label: "D", text: "most people prefer in a diet drink." },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This sentence is a statement: “Moskowitz was hired by a soda company to determine how much artificial sweetener most people prefer in a diet drink.” So a period is the most appropriate punctuation mark.
Choice A is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. This sentence is not a question—it’s a statement. So a question mark is not the appropriate punctuation. Choice B is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. We already have the verbs “was hired…to determine” in this sentence. The verb “do” is not needed and results in a confusing, ungrammatical sentence. Choice C is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. This sentence is not a question—it’s a statement. So a question mark is not the appropriate punctuation.",
+ hasFigure: false,
+ },
+ {
+ id: "b1e8b87f",
+ type: "mcq",
+ passage:
+ "Winding through the ice atop Norway’s Jotunheim Mountains is the Lendbreen pass, an ancient route that was used by hunters, farmers, traders, and travelers in the Middle Ages before eventually falling into disuse. Recently, archeologists have ______blank knives, horseshoes, wool tunics, and thousands of other artifacts from the icy pass.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "unearthed:" },
+ { label: "B", text: "unearthed," },
+ { label: "C", text: "unearthed—" },
+ { label: "D", text: "unearthed" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. No punctuation should separate the verb "unearthed" and its objects (i.e, what was "unearthed"): "knives, horseshoes, wool tunics, and thousands of other artifacts."
Choice A is incorrect. This choice creates a punctuation error, separating the verb "unearthed" from its objects (i.e, what was "unearthed") with a colon. Choice B is incorrect. This choice creates a punctuation error, separating the verb "unearthed" from its objects (i.e, what was "unearthed") with a comma. Choice C is incorrect. This choice creates a punctuation error, separating the verb "unearthed" from its objects (i.e, what was "unearthed") with a dash.',
+ hasFigure: false,
+ },
+ {
+ id: "b35cefb7",
+ type: "mcq",
+ passage:
+ "The fine, powdery substance that covers the Moon’s surface is called regolith. Because regolith is both readily available and high in oxygen ______blank scientists have wondered whether it could be used as a potential source of oxygen for future lunar settlements.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "content and" },
+ { label: "B", text: "content," },
+ { label: "C", text: "content" },
+ { label: "D", text: "content, and" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is punctuation between a subordinate clause and a main clause. This choice correctly uses a comma to mark the boundary between the subordinate clause (“Because...content”) and the main clause (“scientists...settlements”).
Choice A is incorrect. Joining the subordinate clause (“Because...content”) and the clause that follows (“scientists...settlements”) with the conjunction “and” results in an ungrammatical sentence that lacks a main clause. Choice C is incorrect because it fails to mark the boundary between the subordinate clause and the main clause with appropriate punctuation. Choice D is incorrect. Joining the subordinate clause (“Because...content”) and the clause that follows (“scientists...settlements”) with a comma and the conjunction “and” results in an ungrammatical sentence that lacks a main clause.",
+ hasFigure: false,
+ },
+ {
+ id: "c21df211",
+ type: "mcq",
+ passage:
+ "In 1959, the film industry debuted Smell-O-Vision. Theaters were fitted with specialized vents that emitted odors at specific points in a ______blank as the scent of roses when roses appeared in a scene. Smell-O-Vision failed to impress, however, with one reviewer declaring it “briefly weird and not very interesting.”
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "movie such" },
+ { label: "B", text: "movie; such" },
+ { label: "C", text: "movie. Such" },
+ { label: "D", text: "movie, such" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The comma appropriately separates the nonessential descriptive aside "such as…scene" from the independent clause "Theaters were…movie." Since the descriptive example of roses isn’t necessary for the sentence to function, it needs to be set off with punctuation.
Choice A is incorrect. This choice results in a run-on sentence. Since the example of roses isn’t necessary for the sentence to function, the descriptive aside "such as…scene" needs to be separated from the preceding independent clause with some sort of punctuation. Choice B is incorrect. This choice creates a punctuation error. A semicolon can only be used to separate two independent clauses, but "such…scene" is not an independent clause and couldn’t stand on its own as a sentence. Choice C is incorrect. This choice results in a sentence fragment. The descriptive aside "Such…scene" is not an independent clause and can’t stand on its own as a sentence.',
+ hasFigure: false,
+ },
+ {
+ id: "cabe71d4",
+ type: "mcq",
+ passage:
+ "Both Sona Charaipotra, an Indian American, and Dhonielle Clayton, an African American, grew up frustrated by the lack of diverse characters in books for young people. In 2011, these two writers joined forces to found CAKE Literary, a book packaging ______blank specializes in the creation and promotion of stories told from diverse perspectives for children and young adults.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "company," },
+ { label: "B", text: "company that" },
+ { label: "C", text: "company" },
+ { label: "D", text: "company, that" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the use and punctuation of an integrated relative clause. This choice correctly uses the relative pronoun “that” and no punctuation to create an integrated relative clause that provides essential information about the noun phrase (“a book packaging company”) that it modifies.
Choice A is incorrect because it doesn’t use a relative pronoun to link the verb phrase beginning with “specializes” to the noun phrase that it modifies (“a book packaging company”). Choice C is incorrect because it doesn’t use a relative pronoun to link the verb phrase beginning with “specializes” to the noun phrase that it modifies (“a book packaging company”). Choice D is incorrect because no punctuation is needed between the integrated relative clause beginning with “that specializes” and the noun phrase that it modifies (“a book packaging company”).",
+ hasFigure: false,
+ },
+ {
+ id: "ce81d0b7",
+ type: "mcq",
+ passage:
+ "The life spans of rockfish vary greatly by species. For instance, the colorful calico rockfish (Sebastes dalli) can survive for a little over a ______blank the rougheye rockfish (Sebastes aleutianus) boasts a maximum life span of about two centuries.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "decade: while" },
+ { label: "B", text: "decade. While" },
+ { label: "C", text: "decade; while" },
+ { label: "D", text: "decade, while" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation between a main clause and a subordinate clause. This choice correctly uses a comma to mark the boundary between the main clause (“the colorful…decade”) and the subordinate clause (“while…centuries”) that provides contrasting information about the life span of rougheye rockfish.
Choice A is incorrect because a colon can’t be used in this way to join a main clause and a subordinate clause. Choice B is incorrect because it results in a rhetorically unacceptable sentence fragment beginning with “while.” Choice C is incorrect because a semicolon can’t be used in this way to join a main clause and a subordinate clause.",
+ hasFigure: false,
+ },
+ {
+ id: "d75d57a0",
+ type: "mcq",
+ passage:
+ "While many video game creators strive to make their graphics ever more ______blank others look to the past, developing titles with visuals inspired by the “8-bit” games of the 1980s and 1990s. (The term “8-bit” refers to a console whose processor could only handle eight bits of data at once.)
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "lifelike but" },
+ { label: "B", text: "lifelike" },
+ { label: "C", text: "lifelike," },
+ { label: "D", text: "lifelike, but" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is punctuation between a subordinate clause and a main clause. This choice correctly uses a comma to mark the boundary between the subordinate clause (“While…lifelike”) and the main clause (“others look to the past”).
Choice A is incorrect because it results in an incomplete sentence with no main clause. Choice B is incorrect because it fails to mark the boundary between the subordinate clause (“While…lifelike”) and the main clause (“others…past”). Choice D is incorrect because it results in an incomplete sentence with no main clause.",
+ hasFigure: false,
+ },
+ {
+ id: "dddfa043",
+ type: "mcq",
+ passage:
+ "Before the Erie Canal was completed in 1825, transporting goods by wagon between New York City and the Midwest took up to forty-five days and cost one hundred dollars per ton. By linking the Hudson River to Lake ______blank canal reduced transport time to nine days and cut costs to six dollars per ton.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Erie; the" },
+ { label: "B", text: "Erie (the" },
+ { label: "C", text: "Erie, the" },
+ { label: "D", text: "Erie: the" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is punctuation between a supplementary phrase and a main clause. This choice correctly uses a comma to mark the boundary between the introductory supplementary phrase (“By linking the Hudson River to Lake Erie”), which identifies how the canal reduced transport time, and the main clause (“the canal reduced transport time to nine days and cut costs to six dollars per ton”).
Choice A is incorrect because a semicolon can’t be used in this way to mark the boundary between a supplementary phrase (“By…Erie”) and the main clause (“the canal...ton”). Choice B is incorrect because an open parenthesis can’t be used in this way to mark the boundary between a supplementary phrase (“By…Erie”) and the main clause (“the canal...ton”). Choice D is incorrect because a colon can’t be used in this way to mark the boundary between an introductory supplementary phrase (“By…Erie”) and the main clause (“the canal...ton”).",
+ hasFigure: false,
+ },
+ {
+ id: "de55ec71",
+ type: "mcq",
+ passage:
+ "Generations of mystery and horror ______blank have been influenced by the dark, gothic stories of celebrated American author Edgar Allan Poe (1809–1849).
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "writers" },
+ { label: "B", text: "writers," },
+ { label: "C", text: "writers—" },
+ { label: "D", text: "writers;" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is punctuation between a subject and a verb. When, as in this case, a subject (“Generations of mystery and horror writers”) is immediately followed by a verb (“have been influenced”), no punctuation is needed.
Choice B is incorrect because no punctuation is needed between the subject and the verb. Choice C is incorrect because no punctuation is needed between the subject and the verb. Choice D is incorrect because no punctuation is needed between the subject and the verb.",
+ hasFigure: false,
+ },
+ {
+ id: "e15c50b2",
+ type: "mcq",
+ passage:
+ "A standard Argo float, a type of autonomous robot, measures temperature and salinity in the upper regions of ice-free oceans. More advanced floats can measure a wider range of ______blank and monitor seasonal ice zones.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "variables: travel to greater depths" },
+ { label: "B", text: "variables, travel to greater depths," },
+ { label: "C", text: "variables travel to greater depths," },
+ { label: "D", text: "variables, travel to greater depths;" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the punctuation of items in a series. The comma after “variables” is used conventionally to separate the first and second items in the series, and the comma after “depths” is used conventionally to separate the second and third items.
Choice A is incorrect because a colon can’t be used in this way to separate items in a simple series. Choice C is incorrect because a comma is needed after “variables” to separate the first and second items in the series. Choice D is incorrect because a semicolon can’t be used in this way to separate items in a simple series.",
+ hasFigure: false,
+ },
+ {
+ id: "ea8f4658",
+ type: "mcq",
+ passage:
+ "When particles are suspended in liquid (like pollen in a water glass), they will zigzag randomly through the liquid and collide with one another in perpetuity. This type of random, continuous ______blank is known as Brownian motion, can be observed throughout the natural world.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "movement: which" },
+ { label: "B", text: "movement, which" },
+ { label: "C", text: "movement which" },
+ { label: "D", text: "movement. Which" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. This choice correctly uses commas to set off the nonessential relative clause "which is known as Brownian motion" that provides extra information about the "random, continuous movement" that isn’t necessary for the function of the sentence.
Choice A is incorrect. This choice results in a punctuation error. The relative clause "which is known as Brownian motion" is a nonessential supplement. Nonessential supplements need to be set apart from the rest of the sentence with a pair of commas, dashes, or parentheses, so we can’t use a colon here. Also, notice that colons can only come after an independent clause, which isn’t the case here. Choice C is incorrect. This choice results in a punctuation error. The relative clause "which is known as Brownian motion" is a nonessential supplement, so it should be separated from the rest of the sentence by a pair of matching punctuation marks. We already have a comma after "motion," so we need to add a comma before "which." This choice is missing that comma. Choice D is incorrect. This choice results in a sentence fragment. "This type of random, continuous movement" is not an independent clause and can’t stand alone as a full sentence, so we can’t put a period here.',
+ hasFigure: false,
+ },
+ {
+ id: "f2eaaf5d",
+ type: "mcq",
+ passage:
+ "At eight paragraphs long, the preamble to the constitution of ______blank country in Western Asia—is much longer than the one-paragraph preamble to the United States Constitution.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Bahrain—a" },
+ { label: "B", text: "Bahrain, a" },
+ { label: "C", text: "Bahrain a" },
+ { label: "D", text: "Bahrain: a" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the punctuation of a supplementary element within a sentence. The dash after “Bahrain” pairs with the dash after “Asia” to separate the supplementary element “a country in Western Asia” from the rest of the sentence.
Choice B is incorrect because a comma can’t be paired with a dash in this way to separate the supplementary element from the rest of the sentence. Choice C is incorrect because it fails to use appropriate punctuation to separate the supplementary element from the rest of the sentence. Choice D is incorrect because a colon can’t be paired with a dash in this way to separate the supplementary element from the rest of the sentence.",
+ hasFigure: false,
+ },
+];
+
+export const BOUNDARIES_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "01a32c84",
+ type: "mcq",
+ passage:
+ "The first computerized spreadsheet, Dan Bricklin’s VisiCalc, improved financial recordkeeping not only by providing users with an easy means of adjusting data in spreadsheets but also by automatically updating all calculations that were dependent on these ______blank to VisiCalc’s release, changing a paper spreadsheet often required redoing the entire sheet by hand, a process that could take days.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "adjustments prior" },
+ { label: "B", text: "adjustments, prior" },
+ { label: "C", text: "adjustments. Prior" },
+ { label: "D", text: "adjustments and prior" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period is used correctly to mark the boundary between the first sentence (“The...adjustments”) and the second sentence (“Prior...days”). Because the adverbial phrase beginning with “prior” indicates when changing a spreadsheet required redoing the sheet by hand, that phrase belongs with the second sentence.
Choice A is incorrect because it results in a run-on sentence. Two sentences are fused without punctuation and/or a conjunction. Choice B is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences. Choice D is incorrect. Without a comma preceding it, the conjunction “and” can’t be used in this way to join the sentences.",
+ hasFigure: false,
+ },
+ {
+ id: "083a35dc",
+ type: "mcq",
+ passage:
+ "Po’Pay was a Tewa leader from Ohkay Owingeh, a pueblo located about twenty-five miles north of present-day Santa Fe, New Mexico. He was instrumental in organizing the Pueblo Revolt of ______blank as a result of his leadership, the Spanish colonizers were expelled from the region for a time.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "1680" },
+ { label: "B", text: "1680 and" },
+ { label: "C", text: "1680," },
+ { label: "D", text: "1680, and" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the coordination of main clauses within a sentence. This choice correctly uses a comma and the coordinating conjunction “and” to join the first main clause (“He…1680”) and the second main clause (“as…time”).
Choice A is incorrect because it results in a run-on sentence. The two main clauses are fused without punctuation and/or a conjunction. Choice B is incorrect because when coordinating two longer main clauses such as these, it’s conventional to use a comma before the coordinating conjunction. Choice C is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join two main clauses.",
+ hasFigure: false,
+ },
+ {
+ id: "0f39b19c",
+ type: "mcq",
+ passage:
+ "After a spate of illnesses as a child, Wilma Rudolph was told she might never walk again. Defying all odds, Rudolph didn’t just walk, she ______blank the 1960 Summer Olympics in Rome, she won both the 100- and 200-meter dashes and clinched first place for her team in the 4x100-meter relay, becoming the first US woman to win three gold medals in a single Olympics.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "ran—fast—during" },
+ { label: "B", text: "ran—fast during" },
+ { label: "C", text: "ran—fast, during" },
+ { label: "D", text: "ran—fast. During" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period is used correctly to mark the boundary between one sentence (“Defying…fast”) and another sentence that begins with a supplementary phrase (“During…Olympics”).
Choice A is incorrect. When a dash is present in a sentence (“ran—fast”), it’s not conventional to use another dash (“fast—during”) to mark the boundary between sentences because it creates a potentially confusing sentence. In this context, a period, semicolon, or colon would be clear and more conventional. Choice B is incorrect because it results in a run-on sentence. The sentences (“Defying…fast”) and (“during…Olympics”) are fused without punctuation and/or a conjunction. Choice C is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences.",
+ hasFigure: false,
+ },
+ {
+ id: "145d5ca7",
+ type: "mcq",
+ passage:
+ "Gathering accurate data on water flow in the United States is challenging because of the country’s millions of miles of ______blank the volume and speed of water at any given location can vary drastically over time.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "waterways and the fact that," },
+ { label: "B", text: "waterways, and the fact that," },
+ { label: "C", text: "waterways, and, the fact that" },
+ { label: "D", text: "waterways and the fact that" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation within two coordinated noun phrases. When, as in this case, a noun phrase (“the country’s millions of miles of waterways”) is coordinated with another noun phrase (“the fact”) followed by an integrated relative clause (“that the volume...time”), no punctuation is needed.
Choice A is incorrect because no punctuation is needed. Choice B is incorrect because no punctuation is needed. Choice C is incorrect because no punctuation is needed.",
+ hasFigure: false,
+ },
+ {
+ id: "267a13e2",
+ type: "mcq",
+ passage:
+ "In 2010, archaeologist Noel Hidalgo Tan was visiting the twelfth-century temple of Angkor Wat in Cambodia when he noticed markings of red paint on the temple ______blank the help of digital imaging techniques, he discovered the markings to be part of an elaborate mural containing over 200 paintings.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "walls, with" },
+ { label: "B", text: "walls with" },
+ { label: "C", text: "walls so with" },
+ { label: "D", text: "walls. With" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period after “walls” is used correctly to mark the boundary between the first sentence (“In...walls”) and the second sentence (“With…techniques”), which starts with a supplementary phrase.
Choice A is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences. Choice B is incorrect because it results in a run-on sentence. The sentences (“In...walls” and “with...paintings”) are fused without punctuation and/or a conjunction. Choice C is incorrect. Without a comma preceding it, the conjunction “so” can’t be used in this way to join sentences.",
+ hasFigure: false,
+ },
+ {
+ id: "2b512e65",
+ type: "mcq",
+ passage:
+ "Eli Eisenberg, a genetics expert at Tel Aviv University in Israel, recently discovered that ______blank have a special genetic ability called RNA editing that confers evolutionary advantages.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "cephalopods, ocean dwellers that include the squid, the octopus, and the cuttlefish",
+ },
+ {
+ label: "B",
+ text: "cephalopods—ocean dwellers—that include the squid, the octopus, and the cuttlefish,",
+ },
+ {
+ label: "C",
+ text: "cephalopods, ocean dwellers that include: the squid, the octopus, and the cuttlefish,",
+ },
+ {
+ label: "D",
+ text: "cephalopods—ocean dwellers that include the squid, the octopus, and the cuttlefish—",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the punctuation of a supplementary element within a sentence. In this choice, the dash after “cephalopods” pairs with the dash after “cuttlefish” to clearly separate the supplementary element “ocean dwellers that include the squid, the octopus, and the cuttlefish” from the rest of the sentence. This supplementary element functions to explain what cephalopds are, and the pair of dashes indicates that this element could be removed without affecting the grammatical coherence of the sentence.
Choice A is incorrect because it fails to use appropriate punctuation to separate the supplementary element that explains what cephalopods are from the rest of the sentence. Choice B is incorrect because it fails to use appropriate punctuation to separate the supplementary element that explains what cephalopods are from the rest of the sentence. Choice C is incorrect because it fails to use appropriate punctuation to separate the supplementary element that explains what cephalopods are from the rest of the sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "2c84f96a",
+ type: "mcq",
+ passage:
+ "In 2017, artists Isabel and Ruben Toledo redesigned the costumes and sets for The Miami City Ballet’s production of The ______blank to reviewers, the Toledos’ designs helped infuse the production with elements of Miami’s Latin American culture.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Nutcracker according," },
+ { label: "B", text: "Nutcracker, according" },
+ { label: "C", text: "Nutcracker according" },
+ { label: "D", text: "Nutcracker. According" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period is used correctly to mark the boundary between one sentence (“In 2017...Nutcracker”) and another (“According...culture”). The supplementary element “according to reviewers” modifies the main clause of the second sentence (“the Toledos’...culture”).
Choice A is incorrect because it results in a run-on sentence. The sentences are fused without punctuation and/or a conjunction. Furthermore, no punctuation is needed within the supplementary element “according to reviewers.” Choice B is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences. Choice C is incorrect because it results in a run-on sentence. The sentences are fused without punctuation and/or a conjunction.",
+ hasFigure: false,
+ },
+ {
+ id: "3ed5ebb4",
+ type: "mcq",
+ passage:
+ "In her analysis of Edith Wharton’s The House of Mirth (1905), scholar Candace Waid observes that the novel depicts the upper classes of New York society as “consumed by the appetite of a soulless ______blank an apt assessment given that The House of Mirth is set during the Gilded Age, a period marked by rapid industrialization, economic greed, and widening wealth disparities.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "materialism”; and" },
+ { label: "B", text: "materialism” and" },
+ { label: "C", text: "materialism,”" },
+ { label: "D", text: "materialism”" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is punctuation between a main clause and a supplementary noun phrase. This choice correctly uses a comma to mark the boundary between the main clause (“scholar…materialism”) and the supplementary noun phrase (“an apt assessment”) that describes Waid’s observation about how The House of Mirth depicts the upper classes of New York society.
Choice A is incorrect because a semicolon and the conjunction “and” can’t be used in this way to mark the boundary between a main clause and a supplementary noun phrase. Choice B is incorrect. Joining the main clause (“scholar…materialism”) and the following noun phrase with the conjunction “and” results in a confusing and illogical sentence that suggests that the novel depicts the upper classes of New York society as “an apt assessment,” which doesn’t make sense in this context. Choice D is incorrect because it fails to mark the boundary between the main clause and the supplementary noun phrase with appropriate punctuation.",
+ hasFigure: false,
+ },
+ {
+ id: "403d7bb5",
+ type: "mcq",
+ passage:
+ "According to Naomi Nakayama of the University of Edinburgh, the reason seeds from a dying dandelion appear to float in the air while ______blank is that their porous plumes enhance drag, allowing the seeds to stay airborne long enough for the wind to disperse them throughout the surrounding area.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "falling," },
+ { label: "B", text: "falling:" },
+ { label: "C", text: "falling;" },
+ { label: "D", text: "falling" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The word “falling” occurs in the middle of a clause and isn’t part of a supplement, so we don’t need any punctuation after it. We can see this more clearly if we simplify the rest of the sentence: “The reason seeds appear to float while falling is that their plumes enhance drag.” .
Choice A is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. The word “falling” occurs in the middle of a clause and isn’t part of a supplement, so we don’t need any punctuation after it. We can see this more clearly if we simplify the sentence: “The reason seeds appear to float while falling is that their plumes enhance drag.” . Choice B is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. The word “falling” occurs in the middle of a clause and isn’t part of a supplement, so we don’t need any punctuation after it. We can see this more clearly if we simplify the sentence: “The reason seeds appear to float while falling is that their plumes enhance drag.” . Choice C is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. The word “falling” occurs in the middle of a clause and isn’t part of a supplement, so we don’t need any punctuation after it. We can see this more clearly if we simplify the sentence: “The reason seeds appear to float while falling is that their plumes enhance drag.” .",
+ hasFigure: false,
+ },
+ {
+ id: "40c3589d",
+ type: "mcq",
+ passage:
+ "Luci Tapahonso is the inaugural poet laureate of the Navajo Nation. Her book Sáanii Dahataal/The Women Are Singing—a combination of fiction and memoir, poetry and ______blank serves as a testament to her versatility as a writer.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "prose;" },
+ { label: "B", text: "prose" },
+ { label: "C", text: "prose," },
+ { label: "D", text: "prose—" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “A combination of fiction and memoir, poetry and prose” is a nonessential supplement, so it needs to be set off from the rest of the sentence with a pair of matching punctuation marks. We already have a dash at the beginning of the supplement, so we need to add a dash at the end of the supplement to match.
Choice A is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. “A combination of fiction and memoir, poetry and prose” is a nonessential supplement, so it needs to be set off from the rest of the sentence with a pair of matching punctuation marks. We already have a dash at the beginning of the supplement, so we need to add a dash at the end of the supplement to match. Choice B is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. “A combination of fiction and memoir, poetry and prose” is a nonessential supplement, so it needs to be set off from the rest of the sentence with a pair of matching punctuation marks. We already have a dash at the beginning of the supplement, so we need to add a dash at the end of the supplement to match. Choice C is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. “A combination of fiction and memoir, poetry and prose” is a nonessential supplement, so it needs to be set off from the rest of the sentence with a pair of matching punctuation marks. We already have a dash at the beginning of the supplement, so we need to add a dash at the end of the supplement to match.",
+ hasFigure: false,
+ },
+ {
+ id: "432b1ede",
+ type: "mcq",
+ passage:
+ "The forty-seven geothermal springs of Arkansas’ Hot Springs National Park are sourced via a process known as natural groundwater recharge, in which rainwater percolates downward through the earth—in this case, the porous rocks of the hills around Hot ______blank collect in a subterranean basin.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Springs to" },
+ { label: "B", text: "Springs: to" },
+ { label: "C", text: "Springs—to" },
+ { label: "D", text: "Springs, to" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the punctuation of a supplementary element within a sentence. The dash after “Springs” pairs with the dash after “earth” to separate the supplementary element “in this case, the porous rocks of the hills around Hot Springs” from the rest of the sentence.
Choice A is incorrect because it fails to use appropriate punctuation to separate the supplementary element from the rest of the sentence. Choice B is incorrect because a colon can’t be paired with a dash in this way to separate the supplementary element from the rest of the sentence. Choice D is incorrect because a comma can’t be paired with a dash in this way to separate the supplementary element from the rest of the sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "4ba99a6f",
+ type: "mcq",
+ passage:
+ "Seneca sculptor Marie Watt’s blanket art comes in a range of shapes and sizes. In 2004, Watt sewed strips of blankets together to craft a 10-by-13-inch ______blank in 2014, she arranged folded blankets into two large stacks and then cast them in bronze, creating two curving 18-foot-tall blue-bronze pillars.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "sampler later," },
+ { label: "B", text: "sampler;" },
+ { label: "C", text: "sampler," },
+ { label: "D", text: "sampler, later," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the coordination of main clauses within a sentence. This choice uses a semicolon in a conventional way to join the first main clause (“In 2004…sampler”) and the second main clause (“in 2014…pillars”).
Choice A is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join two main clauses. The word “later” is an adverb and cannot be used to join two main clauses unless it is preceded by a conjunction. Choice C is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join two main clauses. Choice D is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join two main clauses. The word “later” is an adverb and cannot be used to join two main clauses unless it is preceded by a conjunction.",
+ hasFigure: false,
+ },
+ {
+ id: "548f4956",
+ type: "mcq",
+ passage:
+ "It is generally true that technological change is a linear process, in which once-useful technologies are replaced by new and better ______blank the reawakening of interest in the steam engine (from advocates of carbon-neutral rail travel) reminds us that ostensibly obsolete technologies may be brought back into service to address society’s changing needs.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "ones, even so;" },
+ { label: "B", text: "ones even so," },
+ { label: "C", text: "ones; even so," },
+ { label: "D", text: "ones, even so," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the coordination of main clauses within a sentence. This choice uses a semicolon in a conventional way to join the first main clause (“It is…ones”) and the second main clause (“even so…needs”). Furthermore, the placement of the semicolon after “ones” indicates that the supplementary phrase “even so” modifies the following clause (“the reawakening...needs”), resulting in the most logical and grammatically complete sentence. With this punctuation, the sentence logically indicates that the recent interest in an old technology like steam engines is despite the fact that technological change typically seeks out new technologies.
Choice A is incorrect because it results in a confusing and illogical sentence. Placing the semicolon after “so” indicates that the supplementary element “even so” modifies the first clause of the sentence, which doesn’t make sense in this context. Choice B is incorrect because it results in a run-on sentence. It fails to mark the boundary between the two main clauses with appropriate punctuation. Choice D is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join the two main clauses of the sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "5cc85f01",
+ type: "mcq",
+ passage:
+ "A conceptual artist and designer embraced by both the art world and the fashion ______blank Mary Ping was chosen to curate the exhibition Front Row: Chinese American Designers for the Museum of Chinese in America.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "world" },
+ { label: "B", text: "world:" },
+ { label: "C", text: "world;" },
+ { label: "D", text: "world," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation between a supplementary phrase and a main clause. This choice correctly uses a comma to mark the boundary between the supplementary phrase (“A conceptual artist…world”), which describes Mary Ping, and the main clause (“Mary…America”).
Choice A is incorrect because it fails to mark the boundary between the supplementary phrase (“A conceptual artist…world”) and the main clause (“Mary…America”) with appropriate punctuation. Choice B is incorrect because a colon can’t be used in this way to join the supplementary phrase (“A conceptual artist…world”) and the main clause (“Mary…America”). In this context, the colon incorrectly suggests that the information in the supplementary phrase is an explanation or amplification of the information in the main clause (Mary Ping being chosen to curate the exhibition), which isn’t the case. Choice C is incorrect because a semicolon can’t be used in this way to join the supplementary phrase (“A conceptual artist…world”) and the main clause (“Mary…America”). Semicolons are conventionally used to separate two main clauses or to separate items in a complex series.",
+ hasFigure: false,
+ },
+ {
+ id: "67667d72",
+ type: "mcq",
+ passage:
+ "Humans were long thought to have begun occupying the Peruvian settlement of Machu Picchu between 1440 and 1450 CE. However, a team led by anthropologist Dr. Richard Burger used accelerator mass spectrometry to uncover evidence that it was occupied ______blank 1420 CE, according to Burger, humans were likely inhabiting the area.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "earlier. In" },
+ { label: "B", text: "earlier, in" },
+ { label: "C", text: "earlier, which in" },
+ { label: "D", text: "earlier in" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period is used correctly to mark the boundary between one sentence (“However...earlier”) and another (“In...area”). The supplementary phrase “in 1420 CE” modifies “humans,” the subject of the third sentence.
Choice B is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences. Choice C is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences. Moreover, the subordinating conjunction “which” creates a confusing and illogical sentence that suggests that the supplementary phrase beginning with “in” modifies the previous information (“However...earlier”) rather than the information that follows. Choice D is incorrect because it results in a run-on sentence. The sentences (“However...earlier” and “in...area”) are fused without punctuation and/or a conjunction.",
+ hasFigure: false,
+ },
+ {
+ id: "6b49f5f1",
+ type: "mcq",
+ passage:
+ "In 1727, dramatist Lewis Theobald presented a new play, Double Falsehood, at a London theater. Theobald claimed that his drama was based on a little-known play by William Shakespeare, Cardenio. Many, including poet Alexander Pope, were ______blank historians have determined that Shakespeare’s company did perform a play called Cardenio in 1613.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "skeptical but" },
+ { label: "B", text: "skeptical, but" },
+ { label: "C", text: "skeptical," },
+ { label: "D", text: "skeptical" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. There are two independent clauses in the sentence, each with a subject and a verb: "many...were skeptical" and "historians have determined…." These clauses can be grammatically joined by a comma and the coordinating conjunction "but."
Choice A is incorrect. This choice results in a run-on sentence, which occurs when two independent clauses are joined without punctuation. Two independent clauses can’t be joined by just the coordinating conjunction "but." A comma would also be required. Choice C is incorrect. This choice creates a punctuation error called a comma splice. This sentence contains two independent clauses ("Many…were skeptical" and "historians have determined…"). A comma alone can’t join two independent clauses. That requires a comma and a coordinating conjunction. Choice D is incorrect. This choice results in a run-on sentence, which occurs when two independent clauses are joined without punctuation. This sentence contains two independent clauses ("Many…were skeptical" and "historians have determined…"), which need to be either joined by a semicolon, joined by a comma and a coordinating conjunction, or separated by a period.',
+ hasFigure: false,
+ },
+ {
+ id: "74ce2f05",
+ type: "mcq",
+ passage:
+ "A study led by scientist Rebecca Kirby at the University of Wisconsin–Madison found that black bears that eat human food before hibernation have increased levels of a rare carbon isotope, ______blank due to the higher 13C levels in corn and cane sugar. Bears with these elevated levels were also found to have much shorter hibernation periods on average.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "carbon-13, (13C)" },
+ { label: "B", text: "carbon-13 (13C)" },
+ { label: "C", text: "carbon-13, (13C)," },
+ { label: "D", text: "carbon-13 (13C)," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the punctuation of a supplementary element within a sentence. The comma after “(13C)” pairs with the comma after “isotope” to separate the supplementary element “carbon-13 (13C)” from the rest of the sentence. This supplementary element defines the “rare carbon isotope,” and the pair of commas indicates that this element could be removed without affecting the grammatical coherence of the sentence.
Choice A is incorrect because it fails to use appropriate punctuation to separate the supplementary element “carbon-13 (13C)” from the rest of the sentence. Choice B is incorrect because it fails to use appropriate punctuation to separate the supplementary element “carbon-13 (13C)” from the rest of the sentence. Choice C is incorrect because it fails to use appropriate punctuation to separate the supplementary element “carbon-13 (13C)” from the rest of the sentence. The comma after “carbon-13” isn’t necessary because the parentheses around “13C” already separate this element from the rest of the sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "7f48b098",
+ type: "mcq",
+ passage:
+ "Photosynthesis, the mechanism by which plants use sunlight to turn carbon dioxide and water into ______blank is fueled in part by an enzyme called Photosystem II that harvests energy-giving electrons from water molecules.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "nutrients" },
+ { label: "B", text: "nutrients and" },
+ { label: "C", text: "nutrients," },
+ { label: "D", text: "nutrients—" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the punctuation of a supplementary element within a sentence. The comma after “nutrients” pairs with the comma after “photosynthesis” to separate the supplementary element “the mechanism by which plants use sunlight to turn carbon dioxide and water into nutrients” from the rest of the sentence. This supplementary element functions to define the term “photosynthesis,” and the pair of commas indicates that this element could be removed without affecting the grammatical coherence of the sentence.
Choice A is incorrect because it fails to use appropriate punctuation to separate the supplementary element from the rest of the sentence. Choice B is incorrect because a conjunction can’t be paired with a comma in this way to separate the supplementary element from the rest of the sentence. Choice D is incorrect because a dash can’t be paired with a comma in this way to separate the supplementary element from the rest of the sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "870ae7ec",
+ type: "mcq",
+ passage:
+ "Detroit natives Timothy Paule and Nicole Lindsey have combined their two passions, Detroit and beekeeping, to improve the health of their city’s flowers and other vegetation. In 2017, the couple converted a vacant lot in the city into an ______blank in the years that followed they acquired nine additional lots and established more than 35 hives.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "apiary," },
+ { label: "B", text: "apiary, and" },
+ { label: "C", text: "apiary and" },
+ { label: "D", text: "apiary" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Both clauses in this sentence could stand alone as complete sentences, which means they are both independent clauses. This choice uses a comma plus a coordinating conjunction to link them together, which is one of the correct ways to link two independent clauses.
Choice A is incorrect. This choice results in a run-on sentence error. Both clauses in this sentence could stand alone as complete sentences, which means they are both independent clauses. A comma by itself is not enough punctuation to link two independent clauses. Choice C is incorrect. This choice results in a run-on sentence error. Both clauses in this sentence could stand alone as complete sentences, which means they are both independent clauses. Independent clauses can only be linked in a few ways, including with a comma plus a coordinating conjunction. This choice uses the coordinating conjunction “and,” but it is missing the comma beforehand. Choice D is incorrect. This choice results in a run-on sentence error. Both clauses in this sentence could stand alone as complete sentences, which means they are both independent clauses. Independent clauses need to have certain kinds of punctuation marks between them. This choice doesn’t use any punctuation between the two clauses.",
+ hasFigure: false,
+ },
+ {
+ id: "89fbc3eb",
+ type: "mcq",
+ passage:
+ "The Mission 66 initiative, which was approved by Congress in 1956, represented a major investment in the infrastructure of overburdened national ______blank it prioritized physical improvements to the parks’ roads, utilities, employee housing, and visitor facilities while also establishing educational programming for the public.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "parks and" },
+ { label: "B", text: "parks" },
+ { label: "C", text: "parks;" },
+ { label: "D", text: "parks," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the coordination of main clauses within a sentence. This choice uses a semicolon to correctly join the first main clause (“The Mission…parks”) and the second main clause that begins with “it.”
Choice A is incorrect. When coordinating two longer main clauses such as these, it’s conventional to use a comma before the coordinating conjunction. Choice B is incorrect because it results in a run-on sentence. The two main clauses are fused without punctuation and/or a conjunction. Choice D is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join two main clauses.",
+ hasFigure: false,
+ },
+ {
+ id: "8f6d6ae6",
+ type: "mcq",
+ passage:
+ "Archaeologists have estimated that the pre-Columbian Native American city of Cahokia, located across the Mississippi River from modern-day St. Louis, Missouri, had as many as 20,000 inhabitants in the year 1150 ______blank it one of the largest cities in North America at the time.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "CE making" },
+ { label: "B", text: "CE. Making" },
+ { label: "C", text: "CE, making" },
+ { label: "D", text: "CE; making" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The phrase “making…at the time” provides additional information about Cahokia that’s not required for the sentence to make sense or function grammatically. As a nonessential supplement, this phrase should be separated from the rest of the sentence with a comma.
Choice A is incorrect. This choice results in a run-on sentence. The nonessential descriptive aside “making…at the time” needs to be separated from the rest of the sentence with a comma. Choice B is incorrect. This choice results in a sentence fragment. “Making…at the time” doesn’t have a subject and can’t stand on its own as a sentence. Thus, it can’t be separated from the rest of the sentence with a period. Choice D is incorrect. This choice results in a punctuation error. “Making…at the time” doesn’t have a subject and can’t stand on its own as an independent clause. Since a semicolon can only link two independent clauses, using one here creates an error.",
+ hasFigure: false,
+ },
+ {
+ id: "a427a52c",
+ type: "mcq",
+ passage:
+ "The Lion Light system, developed by Kenyan inventor Richard Turere, consists of LED lights installed around the perimeter of livestock pastures. Powered with ______blank the blinking LEDs keep lions away at night, thus protecting the livestock without risking harm to the endangered lions.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "energy collected, by solar panels, during the day" },
+ { label: "B", text: "energy collected by solar panels during the day" },
+ { label: "C", text: "energy collected by solar panels during the day," },
+ { label: "D", text: "energy, collected by solar panels during the day," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is punctuation between a supplementary phrase and a main clause. This choice correctly uses a comma to mark the boundary between the supplementary phrase (“powered…day”), which describes how the LEDs are powered, and the main clause (“the blinking…night”).
Choice A is incorrect because it fails to mark the boundary between the supplementary phrase and the main clause with appropriate punctuation. Furthermore, placing commas around the phrase “by solar panels” suggests that it could be removed without affecting the coherence of the sentence, which isn’t the case. Choice B is incorrect because it fails to mark the boundary between the supplementary phrase and the main clause with appropriate punctuation. Choice D is incorrect. Placing commas around the phrase “collected by solar panels during the day″ suggests that it could be removed without affecting the coherence of the sentence, which isn’t the case.",
+ hasFigure: false,
+ },
+ {
+ id: "ac5536c1",
+ type: "mcq",
+ passage:
+ "Beatrix Potter is perhaps best known for writing and illustrating children’s books such as The Tale of Peter Rabbit (1902), but she also dedicated herself to mycology, the study of ______blank more than 350 paintings of the fungal species she observed in nature and submitting her research on spore germination to the Linnean Society of London.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "fungi; producing" },
+ { label: "B", text: "fungi. Producing" },
+ { label: "C", text: "fungi producing" },
+ { label: "D", text: "fungi, producing" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation use between two supplementary phrases following the coordinate clause (“but she…mycology”). This choice correctly uses a comma to mark the boundary between the supplementary noun phrase (“the study of fungi”) that defines the term “mycology” and the supplementary participial phrase (“producing...London”) that provides additional information about the extent to which Potter dedicated herself to mycology.
Choice A is incorrect because a semicolon can’t be used in this way to join two supplementary phrases following a coordinate clause. Choice B is incorrect because it results in a rhetorically unacceptable sentence fragment beginning with “producing.” Choice C is incorrect. The lack of punctuation results in a sentence that illogically suggests that the study of fungi is producing more than 350 paintings.",
+ hasFigure: false,
+ },
+ {
+ id: "ad046778",
+ type: "mcq",
+ passage:
+ "To humans, it does not appear that the golden orb-weaver spider uses camouflage to capture its ______blank the brightly colored arachnid seems to wait conspicuously in the center of its large circular web for insects to approach. Researcher Po Peng of the University of Melbourne has explained that the spider’s distinctive coloration may in fact be part of its appeal.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "prey, rather," },
+ { label: "B", text: "prey rather," },
+ { label: "C", text: "prey, rather;" },
+ { label: "D", text: "prey; rather," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the coordination of main clauses within a sentence. The semicolon is correctly used to join the first main clause (“To humans…prey”) and the second main clause (“rather…approach”). Further, the comma after the adverb “rather” is correctly used to separate the adverb from the main clause (“the brightly…approach”) it modifies, logically indicating that the information in this clause (how the spider’s behavior appears to humans) is contrary to the information in the previous clause (how the spider’s behavior does not appear to humans).
Choice A is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join two main clauses. Choice B is incorrect because it results in a run-on sentence. The two main clauses are fused without appropriate punctuation and/or a conjunction. Choice C is incorrect. Placing the comma between the first main clause “To humans…prey” and the adverb “rather” illogically indicates that the information in the first main clause is contrary to what came before, which doesn’t make sense in this context.",
+ hasFigure: false,
+ },
+ {
+ id: "b0a525be",
+ type: "mcq",
+ passage:
+ "Santa Clara Pueblo artist Roxanne Swentzell’s sculpture Mud Woman Rolls On consists of five human figures made of clay and plant fiber and arranged in descending size; each figure holds the smaller one in front of it. The arrangement of the figures, according to ______blank represents her idea that “we all come from the Earth, generation after generation.”
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Swentzell" },
+ { label: "B", text: "Swentzell," },
+ { label: "C", text: "Swentzell:" },
+ { label: "D", text: "Swentzell—" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The phrase “according to Swentzell” is an aside that interrupts the flow of the sentence, so it needs to be separated from the sentence with a pair of matching punctuation marks: two commas, two dashes, or a pair of parentheses. We already have a comma before “according,” so we must add a comma after “Swentzell.” .
Choice A is incorrect. This choice creates a punctuation error. The phrase “according to Swentzell” is an aside that interrupts the flow of the sentence, so it needs to be separated from the sentence with a pair of matching punctuation marks: one before and one after the phrase. Choice C is incorrect. This choice creates a punctuation error. “The arrangement of the figures, according to Swentzell” is not an independent clause, so it can’t come before a colon. Choice D is incorrect. This choice creates a punctuation error. The phrase “according to Swentzell” is an aside that interrupts the flow of the sentence, so it needs to be separated from the sentence with a pair of matching punctuation marks. We already have a comma at the beginning, so we have to use another comma here to match. We can’t just switch to a dash! .",
+ hasFigure: false,
+ },
+ {
+ id: "b6560e5a",
+ type: "mcq",
+ passage:
+ "Materials scientist Marie-Agathe Charpagne and her colleagues believed they could improve on the multicomponent alloy NiCoCr, an equal-proportions mixture of nickel (Ni), cobalt (Co), and chromium (Cr), by replacing chromium with ruthenium ______blank the alloy that resulted, NiCoRu, turned out to be an unsuitable replacement for NiCoCr.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "(Ru)" },
+ { label: "B", text: "(Ru) but" },
+ { label: "C", text: "(Ru)," },
+ { label: "D", text: "(Ru), but" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the coordination of main clauses. This choice correctly uses a comma and the coordinating conjunction “but” to join the first main clause (“Materials…Ru”) and the second main clause (“the alloy…NiCoCr”).
Choice A is incorrect because it results in a run-on sentence. The two main clauses are fused without punctuation and/or a conjunction. Choice B is incorrect because when coordinating two longer main clauses such as these, it’s conventional to use a comma before the coordinating conjunction. Choice C is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join two main clauses.",
+ hasFigure: false,
+ },
+ {
+ id: "be34a3df",
+ type: "mcq",
+ passage:
+ "In 2008, two years after the death of science fiction writer Octavia Butler, the Huntington Library in ______blank received a collection of more than 8,000 items, including Butler’s private notes, research materials, manuscripts, photos, and drawings. Today, the Octavia E. Butler Collection is one of the most researched archives at the library.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "California," },
+ { label: "B", text: "California:" },
+ { label: "C", text: "California—" },
+ { label: "D", text: "California" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. No punctuation should separate the subject of the sentence (“the Huntington Library in California”) from its verb (“received”).
Choice A is incorrect. No punctuation should separate the subject of the sentence (“the Huntington Library in California”) from its verb (“received”). Choice B is incorrect. No punctuation should separate the subject of the sentence (“the Huntington Library in California”) from its verb (“received”). Choice C is incorrect. No punctuation should separate the subject of the sentence (“the Huntington Library in California”) from its verb (“received”).",
+ hasFigure: false,
+ },
+ {
+ id: "c04e9136",
+ type: "mcq",
+ passage:
+ "The 2022 Nobel Prize in Chemistry was awarded to three pioneers in the field of click chemistry: two-time Nobel laureate Barry Sharpless, who coined the term “click chemistry” in 1998; Carolyn Bertozzi, founder of the Bertozzi Group at ______blank and Morten Meldal, a professor at the University of Copenhagen in Denmark.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Stanford" },
+ { label: "B", text: "Stanford," },
+ { label: "C", text: "Stanford:" },
+ { label: "D", text: "Stanford;" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. This choice correctly uses a semicolon to punctuate a complex list (which is made up of items that have commas in them).
Choice A is incorrect. This is a complex list, indicated by the semicolon between "1998" and "Carolyn Bertozzi." What comes after the blank is a separate list item, so punctuation is needed after "Stanford." Choice B is incorrect. This is a complex list, indicated by the semicolon between "1998" and "Carolyn Bertozzi." The items in this list have internal punctuation in the form of commas and must therefore be separated by semicolons to avoid confusion. Choice C is incorrect. This is a complex list, indicated by the semicolon between "1998" and "Carolyn Bertozzi." Colons aren’t used to separate items in a list.',
+ hasFigure: false,
+ },
+ {
+ id: "c101fc44",
+ type: "mcq",
+ passage:
+ "How do scientists determine what foods were eaten by extinct hominins such as Neanderthals? In the past, researchers were limited to studying the marks found on the fossilized teeth of skeletons, but in 2017 a team led by Laura Weyrich of the Australian Centre for Ancient DNA tried something ______blank the DNA found in Neanderthals’ fossilized dental plaque.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "new: sequencing" },
+ { label: "B", text: "new; sequencing" },
+ { label: "C", text: "new, sequencing:" },
+ { label: "D", text: "new. Sequencing" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “A team…tried something new” is an independent clause leading to an explanation of what the new thing was. A colon can only be used at the end of an independent clause, and typically introduces further explanation that expands upon the first clause, which makes a colon the perfect choice here.
Choice B is incorrect. This choice results in a punctuation error. “Sequencing…dental plaque” can’t stand on its own as a sentence, and so it can’t be linked to the independent clause “a team…tried something new” with a semicolon. Only two independent clauses can be connected in this way. Choice C is incorrect. This choice results in a punctuation error. If “sequencing” is included in the first clause, it can no longer stand on its own as a complete idea. Since a colon can only come at the end of an independent clause, using one in this way creates an error. Choice D is incorrect. This choice results in a sentence fragment. “Sequencing…dental plaque” can’t stand on its own as a sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "c8540a5b",
+ type: "mcq",
+ passage:
+ "Swedish scientists Eva Engvall and Peter Perlmann developed a method for measuring the concentration of different proteins in a biological sample. Their ______blank ELISA (enzyme-linked immunosorbent assay), is used to detect and measure proteins that indicate the presence of certain diseases.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "method (called" },
+ { label: "B", text: "method—called" },
+ { label: "C", text: "method, called" },
+ { label: "D", text: "method called" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the punctuation of a supplementary element within a sentence. The comma after “method” pairs with the comma after the closing parenthesis to separate the supplementary element “called ELISA (enzyme-linked immunosorbent assay)” from the rest of the sentence. This supplementary element functions to identify the name of Engvall and Perlmann’s method, and the pair of commas indicates that this element could be removed without affecting the grammatical coherence of the sentence.
Choice A is incorrect because an opening parenthesis can’t be paired with a comma to separate the supplementary element from the rest of the sentence. Choice B is incorrect because a dash can’t be paired with a comma to separate the supplementary element from the rest of the sentence. Choice D is incorrect because it fails to use appropriate punctuation to separate the supplementary element from the rest of the sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "cdbbbf94",
+ type: "mcq",
+ passage:
+ "As British scientist Peter Whibberley has observed, “the Earth is not a very good timekeeper.” Earth’s slightly irregular rotation rate means that measurements of time must be periodically adjusted. Specifically, an extra “leap second” (the 86,401st second of the day) is ______blank time based on the planet’s rotation lags a full nine-tenths of a second behind time kept by precise atomic clocks.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "added, whenever" },
+ { label: "B", text: "added; whenever" },
+ { label: "C", text: "added. Whenever" },
+ { label: "D", text: "added whenever" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation between a verb and a preposition. When, as in this case, a verb (“is added”) is immediately followed by a preposition (“whenever”), no punctuation is needed.
Choice A is incorrect because no punctuation is needed between the verb and the preposition. Choice B is incorrect because no punctuation is needed between the verb and the preposition. Choice C is incorrect because no punctuation is needed between the verb and the preposition.",
+ hasFigure: false,
+ },
+ {
+ id: "eef91a50",
+ type: "mcq",
+ passage:
+ "Nine months before Rosa Parks made history by refusing to comply with the segregated seating policy on a Montgomery, Alabama, bus, a fifteen-year-old Montgomery girl named Claudette Colvin was arrested for the same ______blank to some historians, Colvin’s arrest led to Parks’s action and eventually to the desegregation of Montgomery’s bus system.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "offense. According" },
+ { label: "B", text: "offense, according" },
+ { label: "C", text: "offense according" },
+ { label: "D", text: "offense and according" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Nine months…offense” and “according to…system” are both independent clauses. Separating them with a period and turning them into their own sentences is the only grammatically correct choice among the provided options.
Choice B is incorrect. This choice results in a comma splice error, which is a punctuation error that occurs when two independent clauses are joined by only a comma. “Nine months…offense” and “according to…system” are both independent clauses, so they need to be either joined by a semicolon, joined by a comma and a coordinating conjunction, or separated by a period. Choice C is incorrect. This choice results in a run-on sentence, which occurs when two independent clauses are joined without punctuation. “Nine months…offense” and “according to…system” are both independent clauses, so they need to be either joined by a semicolon, joined by a comma and a coordinating conjunction, or separated by a period. Choice D is incorrect. This choice results in a run-on sentence, which occurs when two independent clauses are joined without punctuation. “Nine months…offense” and “according to…system” are independent clauses, so we would need to put a comma before the coordinating conjunction “and” to join them properly.",
+ hasFigure: false,
+ },
+ {
+ id: "fcaff694",
+ type: "mcq",
+ passage:
+ "The city of Pompeii, which was buried in ash following the eruption of Mount Vesuvius in 79 CE, continues to be studied by archaeologists. Unfortunately, as ______blank attest, archaeological excavations have disrupted ash deposits at the site, causing valuable information about the eruption to be lost.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "researchers, Roberto Scandone and Christopher Kilburn,",
+ },
+ {
+ label: "B",
+ text: "researchers, Roberto Scandone and Christopher Kilburn",
+ },
+ {
+ label: "C",
+ text: "researchers Roberto Scandone and Christopher Kilburn",
+ },
+ {
+ label: "D",
+ text: "researchers Roberto Scandone, and Christopher Kilburn",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the punctuation of a restrictive coordinated noun phrase. No punctuation is needed within or around the coordinated noun phrase “researchers Roberto Scandone and Christopher Kilburn” because it would create an illogical separation between the noun “researchers” and the coordinated noun phrase “Roberto Scandone and Christopher Kilburn.”
Choice A is incorrect because no punctuation is needed. Placing a pair of commas around the coordinated noun phrase “Roberto Scandone and Christopher Kilburn” creates an illogical separation between the noun “researchers” and the aforementioned coordinated noun phrase. In this case, it illogically suggests that researchers in general bear the specific names Roberto Scandone and Christopher Kilburn. Choice B is incorrect because no punctuation is needed between the noun “researchers” and the coordinated noun phrase “Roberto Scandone and Christopher Kilburn.” Choice D is incorrect because no punctuation is needed within the coordinated noun phrase “Roberto Scandone and Christopher Kilburn.”",
+ hasFigure: false,
+ },
+ {
+ id: "fe41f258",
+ type: "mcq",
+ passage:
+ "In ancient Greece, an Epicurean was a follower of Epicurus, a philosopher whose beliefs revolved around the pursuit of pleasure. Epicurus defined pleasure as “the absence of pain in the body and of trouble in the ______blank that all life’s virtues derived from this absence.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "soul,” positing" },
+ { label: "B", text: "soul”: positing" },
+ { label: "C", text: "soul”; positing" },
+ { label: "D", text: "soul.” Positing" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is punctuation use between a main clause and a participial phrase. This choice correctly uses a comma to mark the boundary between the main clause (“Epicurus…‘soul’”) and the participial phrase (“positing…absence”) that provides additional information about how Epicurus defined pleasure.
Choice B is incorrect because a colon can’t be used in this way to join a main clause and a participial phrase. Choice C is incorrect because a semicolon can’t be used in this way to join a main clause and a participial phrase. Choice D is incorrect because it results in a rhetorically unacceptable sentence fragment beginning with “positing.”",
+ hasFigure: false,
+ },
+];
+
+export const BOUNDARIES_HARD: PracticeQuestion[] = [
+ {
+ id: "0a114526",
+ type: "mcq",
+ passage:
+ "In 1937, Chinese American screen actor Anna May Wong, who had portrayed numerous villains and secondary characters but never a heroine, finally got a starring role in Paramount Pictures’ Daughter of Shanghai, a film that ______blank “expanded the range of possibilities for Asian images on screen.”
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "critic, Stina Chyn, claims" },
+ { label: "B", text: "critic, Stina Chyn, claims," },
+ { label: "C", text: "critic Stina Chyn claims" },
+ { label: "D", text: "critic Stina Chyn, claims," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The conventions being tested are punctuation use between titles and proper nouns and between verbs and integrated quotations. No punctuation is needed to set off the proper noun “Stina Chyn” from the title that describes Chyn, “critic.” Because “Stina Chyn” is essential information identifying the “critic,” no punctuation is necessary. Further, no punctuation is needed between the verb “claims” and the following quotation because the quotation is integrated into the structure of the sentence.
Choice A is incorrect because no punctuation is needed before or after the proper noun “Stina Chyn.” Setting the critic’s name off with commas suggests that it could be removed without affecting the coherence of the sentence, which isn’t the case. Choice B is incorrect because no punctuation is needed before or after the proper noun “Stina Chyn.” Setting the critic’s name off with commas suggests that it could be removed without affecting the coherence of the sentence, which isn’t the case. Additionally, no punctuation is needed between “claims” and the integrated quotation. Choice D is incorrect because no punctuation is needed between the verb “claims” and its subject, “critic Stina Chyn.” Additionally, no punctuation is needed between the verb “claims” and the integrated quotation.",
+ hasFigure: false,
+ },
+ {
+ id: "0fa289a7",
+ type: "mcq",
+ passage:
+ "In 1955, Indian Bengali filmmaker Satyajit Ray released his first movie, Pather ______blank quiet black-and-white drama about a family in rural India, Ray’s film was quite different from the loud, colorful action-romance movies that were popular at the time.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Panchali a" },
+ { label: "B", text: "Panchali, which was a" },
+ { label: "C", text: "Panchali, a" },
+ { label: "D", text: "Panchali. A" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period is used correctly to mark the boundary between one sentence ("In…Panchali") and another ("A quiet…time"). The phrase beginning with "a quiet" modifies the subject of the next sentence, "Ray’s film."
Choice A is incorrect because it results in a run-on sentence. The sentences are fused without punctuation and/or a conjunction. Choice B is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences. Choice C is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences.',
+ hasFigure: false,
+ },
+ {
+ id: "109d5bbb",
+ type: "mcq",
+ passage:
+ "With some 16,000 in attendance, the Second World Black and African Festival of Arts and ______blank or FESTAC ‘77, as the event was more commonly known—became the largest pan-African event on record. FESTAC drew people from around the world to Lagos, Nigeria, for a monthlong celebration of Black and African art, scholarship, and activism.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Culture:" },
+ { label: "B", text: "Culture—" },
+ { label: "C", text: "Culture," },
+ { label: "D", text: "Culture" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The text uses a dash to introduce a nonessential element that explains the acronym FESTAC. The dash matches the dash that comes after “known,” ending the descriptive aside.
Choice A is incorrect. A colon can only come after an independent clause, which isn’t the case here. Choice C is incorrect. While punctuation is required to set off “or FESTAC…known” from the rest of the sentence, nonessential elements must be separated from the sentence with matching punctuation. Since a dash appears on the other side of the element, we can’t use a comma here. Choice D is incorrect. The descriptive aside “or FESTAC…known” is a nonessential element that must be separated with punctuation from the rest of the sentence. This choice fails to add the necessary punctuation before the nonessential element.",
+ hasFigure: false,
+ },
+ {
+ id: "1b97cce9",
+ type: "mcq",
+ passage:
+ "Hegra is an archaeological site in present-day Saudi Arabia and was the second largest city of the Nabataean Kingdom (fourth century BCE to first century CE). Archaeologist Laila Nehmé recently traveled to Hegra to study its ancient ______blank into the rocky outcrops of a vast desert, these burial chambers seem to blend seamlessly with nature.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "tombs. Built" },
+ { label: "B", text: "tombs, built" },
+ { label: "C", text: "tombs and built" },
+ { label: "D", text: "tombs built" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period after “tombs” is used correctly to mark the boundary between one sentence (“Archaeologist...tombs”) and another (“Built...nature”).
Choice B is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences. Choice C is incorrect. Without a comma preceding it, the conjunction “and” can’t be used in this way to join the two sentences. Choice D is incorrect because it results in a run-on sentence. The sentences (“Archaeologist...tombs” and “Built...nature”) are fused without punctuation and/or a conjunction.",
+ hasFigure: false,
+ },
+ {
+ id: "1ee4485c",
+ type: "mcq",
+ passage:
+ "Journalists have dubbed Gil Scott-Heron the “godfather of rap,” a title that has appeared in hundreds of articles about him since the 1990s. Scott-Heron himself resisted the godfather ______blank feeling that it didn’t encapsulate his devotion to the broader African American blues music tradition as well as “bluesologist,” the moniker he preferred.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "nickname, however" },
+ { label: "B", text: "nickname, however;" },
+ { label: "C", text: "nickname, however," },
+ { label: "D", text: "nickname; however," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is punctuation use between a main clause and two supplementary elements. In this choice, the commas after “nickname” and “however” are correctly used to separate the supplementary adverb “however” from the main clause (“Scott-Heron…nickname”) on one side and the supplementary participial phrase (“feeling…bluesologist”) on the other.
Choice A is incorrect because it fails to mark the boundary between the supplementary adverb “however” and the supplementary phrase (“feeling…bluesologist”). Choice B is incorrect because a semicolon can’t be used in this way to join the supplementary adverb “however” and the supplementary phrase (“feeling…bluesologist”). Choice D is incorrect because a semicolon can’t be used in this way to join the main clause (“Scott-Heron…nickname”) and the supplementary word and phrase (“however” and “feeling…bluesologist”). Moreover, placing the semicolon after “nickname” illogically signals that the following information (Scott-Heron’s feeling that the nickname didn’t encapsulate his devotion to the blues tradition) is contrary to the information in the previous clause (Scott-Heron’s resistance to the nickname).",
+ hasFigure: false,
+ },
+ {
+ id: "2bb7416a",
+ type: "mcq",
+ passage:
+ "In paleontology, the term “Elvis taxon” gets applied to a newly identified living species that was once presumed to be extinct. Like an Elvis impersonator who might bear a striking resemblance to the late musical icon Elvis Presley himself, an Elvis taxon is not the real thing, ______blank is a misidentified look-alike.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "however but it" },
+ { label: "B", text: "however it" },
+ { label: "C", text: "however, it" },
+ { label: "D", text: "however. It" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The clause “Like an Elvis impersonator…real thing” and the clause “it is…look-alike” are both independent clauses, so making them into two separate sentences is grammatically correct.
Choice A is incorrect. This choice creates a run-on sentence error. The clause “Like an Elvis impersonator…real thing” and the clause “it is…look-alike” are both independent clauses, so they need to be separated with at least a comma + a coordinating conjunction. This choice provides the coordinating conjunction “but,” but it’s missing a comma. Choice B is incorrect. This choice creates a run-on sentence error. The clause “Like an Elvis impersonator…real thing” and the clause “it is…look-alike” are both independent clauses, so they need to be separated with a semicolon, a colon, a dash, a period, or a comma + a coordinating conjunction. Choice C is incorrect. This choice creates a run-on sentence error. The clause “Like an Elvis impersonator…real thing” and the clause “it is…look-alike” are both independent clauses, so they need to be separated with at least a comma + a coordinating conjunction. This choice provides a comma, but it’s missing a coordinating conjunction.",
+ hasFigure: false,
+ },
+ {
+ id: "2c4cd76d",
+ type: "mcq",
+ passage:
+ "Researchers studying magnetosensation have determined why some soil-dwelling roundworms in the Southern Hemisphere move in the opposite direction of Earth’s magnetic field when searching for ______blank in the Northern Hemisphere, the magnetic field points down, into the ground, but in the Southern Hemisphere, it points up, toward the surface and away from worms’ food sources.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "food:" },
+ { label: "B", text: "food," },
+ { label: "C", text: "food while" },
+ { label: "D", text: "food" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is colon use within a sentence. A colon used in this way introduces information that illustrates or explains information that has come before it. In this case, the colon introduces the following explanation of why some roundworms in the Southern Hemisphere move in the opposite direction of Earth’s magnetic field.
Choice B is incorrect because it results in a comma splice. A comma can’t be used in this way to join two long independent clauses (“Researchers…food” and “in…sources”) such as these. Choice C is incorrect because it results in a run-on sentence. The two clauses (“Researchers…food” and “in…sources”) are fused without punctuation. Furthermore, the conjunction “while” fails to indicate that what follows is an explanation of why some roundworms in the Southern Hemisphere move in the opposite direction of Earth’s magnetic field. Choice D is incorrect because it results in a run-on sentence. The two clauses (“Researchers…food” and “in…sources”) are fused without punctuation and/or a conjunction.",
+ hasFigure: false,
+ },
+ {
+ id: "2fd05c15",
+ type: "mcq",
+ passage:
+ "In crafting her fantasy fiction, Nigerian-born British author Helen Oyeyemi has drawn inspiration from the classic nineteenth-century fairy tales of the Brothers Grimm. Her 2014 novel Boy, Snow, Bird, for instance, is a complex retelling of the story of Snow White, while her 2019 novel ______blank offers a delicious twist on the classic tale of Hansel and Gretel.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Gingerbread—" },
+ { label: "B", text: "Gingerbread," },
+ { label: "C", text: "Gingerbread" },
+ { label: "D", text: "Gingerbread:" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is punctuation between a subject and a verb. When, as in this case, a subject (“her 2019 novel Gingerbread”) is immediately followed by a verb (“offers”), no punctuation is needed.
Choice A is incorrect because no punctuation is needed between the subject and the verb. Choice B is incorrect because no punctuation is needed between the subject and the verb. Choice D is incorrect because no punctuation is needed between the subject and the verb.",
+ hasFigure: false,
+ },
+ {
+ id: "59094d87",
+ type: "mcq",
+ passage:
+ "The Tantaquidgeon Museum in Uncasville, Connecticut, was founded in 1931 with the goal of showcasing the culture and history of the Mohegan ______blank today, nearly a century later, it is the oldest Native-owned and -operated museum in the country.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Tribe, and" },
+ { label: "B", text: "Tribe" },
+ { label: "C", text: "Tribe and" },
+ { label: "D", text: "Tribe," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This choice uses a comma and a coordinating conjunction (“and”) to join two independent clauses (“The Tantaquidgeon…Tribe” and “Today…country”).
Choice B is incorrect. This choice results in a grammar error known as a run-on sentence. The clauses before and after “Tribe” are both independent, so they need to be separated with some sort of punctuation. Choice C is incorrect. This choice results in a grammar error known as a run-on sentence. The clauses before and after “and” are both independent, so they can’t be linked with just a conjunction. A comma would also be required. Choice D is incorrect. This choice results in a grammar error called a comma splice. The clauses before and after “Tribe” are both independent, so they can’t be linked with just a comma. A coordinating conjunction like “and” or “but” would also be required.",
+ hasFigure: false,
+ },
+ {
+ id: "594b4a94",
+ type: "mcq",
+ passage:
+ "The field of geological oceanography owes much to American ______blank Marie Tharp, a pioneering oceanographic cartographer whose detailed topographical maps of the ocean floor and its multiple rift valleys helped garner acceptance for the theories of plate tectonics and continental drift.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "geologist," },
+ { label: "B", text: "geologist" },
+ { label: "C", text: "geologist;" },
+ { label: "D", text: "geologist:" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “Marie tharp” is essential information that completes the first clause — the first clause doesn’t function without it. So we don’t want to separate it with punctuation.
Choice A is incorrect. This choice creates a punctuation error. “The field of geological oceanography owes much to American geologist” is unclear: which geologist are we talking about? We need the “Marie Tharp” for clarity, which means it’s essential information and should not be separated by a comma. Choice C is incorrect. This choice creates a punctuation error. “The field of geological oceanography owes much to American geologist” is unclear: which geologist are we talking about? We need the “Marie Tharp” for clarity, which means it’s essential information and should not be separated by a semicolon. Choice D is incorrect. This choice creates a punctuation error. “The field of geological oceanography owes much to American geologist” is unclear: which geologist are we talking about? We need the “Marie Tharp” for clarity, which means it’s essential information and should not be separated by a colon.",
+ hasFigure: false,
+ },
+ {
+ id: "59a246dc",
+ type: "mcq",
+ passage:
+ "When external forces are applied to common glass made from silicates, energy builds up around minuscule defects in the material, resulting in fractures. Recently, engineer Erkka Frankberg of Tampere University in Finland used the chemical ______blank to make a glassy solid that can withstand higher strain than silicate glass can before fracturing.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "compound, aluminum oxide" },
+ { label: "B", text: "compound aluminum oxide," },
+ { label: "C", text: "compound, aluminum oxide," },
+ { label: "D", text: "compound aluminum oxide" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the use of punctuation around noun phrases. No punctuation is needed because the noun phrase “aluminum oxide” is a restrictive appositive, meaning that it provides essential identifying information about the noun phrase before it, “the chemical compound,” and thus doesn’t require punctuation around it.
Choice A is incorrect because no punctuation is needed. Choice B is incorrect because no punctuation is needed. Choice C is incorrect because the noun phrase “aluminum oxide” is a restrictive appositive. Setting the phrase off with punctuation suggests that it could be removed without affecting the coherence of the sentence, which isn’t the case.",
+ hasFigure: false,
+ },
+ {
+ id: "5aae2475",
+ type: "mcq",
+ passage:
+ "Stomata, tiny pore structures in a leaf that absorb gases needed for plant growth, open when guard cells surrounding each pore swell with water. In a pivotal 2007 article, plant cell ______blank showed that lipid molecules called phosphatidylinositol phosphates are responsible for signaling guard cells to open stomata.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "biologist, Yuree Lee" },
+ { label: "B", text: "biologist Yuree Lee," },
+ { label: "C", text: "biologist Yuree Lee" },
+ { label: "D", text: "biologist, Yuree Lee," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the use of punctuation between titles and proper nouns. No punctuation is needed to offset the proper noun “Yuree Lee” form the title “plant cell biologist” that describes Lee.
Choice A is incorrect because no punctuation is needed. Choice B is incorrect because no punctuation is needed. Choice D is incorrect because no punctuation is needed around the proper noun “Yuree Lee.” Setting the phrase off with punctuation suggests that it could be removed without affecting the coherence of the sentence, which isn’t the case.",
+ hasFigure: false,
+ },
+ {
+ id: "62120607",
+ type: "mcq",
+ passage:
+ "From afar, African American fiber artist Bisa Butler’s portraits look like paintings, their depictions of human faces, bodies, and clothing so intricate that it seems only a fine brush could have rendered them. When viewed up close, however, the portraits reveal themselves to be ______blank stitching barely visible among the thousands of pieces of printed, microcut fabric.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "quilts, and the" },
+ { label: "B", text: "quilts, the" },
+ { label: "C", text: "quilts; the" },
+ { label: "D", text: "quilts. The" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is punctuation use between a main clause and a supplementary phrase. This choice correctly uses a comma to mark the boundary between the main clause (“the portraits...quilts”) and the supplementary noun phrase (“the stitching...fabric”) that provides a further description of how the portraits can be identified as quilts.
Choice A is incorrect. A comma and the conjunction “and” can’t be used in this way to join a main clause and a supplementary noun phrase. Choice C is incorrect because a semicolon can’t be used in this way to join a main clause and a supplementary noun phrase. Choice D is incorrect because it results in a rhetorically unacceptable sentence fragment beginning with “the stitching.”",
+ hasFigure: false,
+ },
+ {
+ id: "6d4b2e1e",
+ type: "mcq",
+ passage:
+ "The 1977 play And the Soul Shall Dance depicts two Japanese American farming families in Depression-era Southern California. Critics have noted the way pioneering ______blank compares the experiences of issei (Japanese nationals who emigrated to America) and nisei (their American-born children).
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "playwright, Wakako Yamauchi," },
+ { label: "B", text: "playwright, Wakako Yamauchi" },
+ { label: "C", text: "playwright Wakako Yamauchi," },
+ { label: "D", text: "playwright Wakako Yamauchi" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The convention being tested is the use of punctuation between titles and proper nouns. No punctuation is needed to set off the proper noun "Wakako Yamauchi" from the title that describes Yamauchi, "pioneering playwright." Because "Wakako Yamauchi" is essential information identifying the "pioneering playwright," no punctuation is necessary.
Choice A is incorrect because no punctuation is needed before or after the proper noun "Wakako Yamauchi." Setting the playwright’s name off with commas suggests that it could be removed without affecting the coherence of the sentence, which isn’t the case. Choice B is incorrect because no punctuation is needed between the title "pioneering playwright" and the proper noun "Wakako Yamauchi." Choice C is incorrect because no punctuation is needed between the proper noun "Wakako Yamauchi" and the verb "compares."',
+ hasFigure: false,
+ },
+ {
+ id: "6ea8c23f",
+ type: "mcq",
+ passage:
+ "In 2018, a team of researchers led by Dr. Caitlin Whalen compiled every available measurement of ocean mixing rates from the past two decades. With this novel data set, the team was able to determine how current-driven mixing varies across ______blank and what impact it has on the distribution of heat and nutrients in the ocean.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "regions," },
+ { label: "B", text: "regions:" },
+ { label: "C", text: "regions;" },
+ { label: "D", text: "regions" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The convention being tested is punctuation between coordinates in a sentence. The two elements "how…regions" and "what…ocean" work together as coordinates to complete the description of what the team was able to determine. Because there are only two coordinates in this case (as opposed to a series of three or more), no punctuation is needed between them.
Choice A is incorrect because no punctuation is needed between the coordinates "how…regions" and "what…ocean." Choice B is incorrect because no punctuation is needed between the coordinates "how…regions" and "what…ocean." Choice C is incorrect because no punctuation is needed between the coordinates "how…regions" and "what…ocean."',
+ hasFigure: false,
+ },
+ {
+ id: "73a6603c",
+ type: "mcq",
+ passage:
+ "On sunny days, dark rooftops absorb solar energy and convert it to unwanted heat, raising the surrounding air ______blank a light-colored covering to an existing dark roof, either by attaching prefabricated reflective sheets or spraying on a paint-like coating, helps combat this effect.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "temperature; by adding" },
+ { label: "B", text: "temperature, adding" },
+ { label: "C", text: "temperature. Adding" },
+ { label: "D", text: "temperature by adding" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period is used correctly to mark the boundary between the first sentence (“On…temperature”) and the second sentence (“Adding…effect”). The gerund phrase beginning with “adding” is the subject of the second sentence, and the verb phrase “helps combat this effect” describes what adding a light-colored covering can do.
Choice A is incorrect because a semicolon can’t be used in this way to join the sentence “On...temperature” and the supplementary phrases that follow. Doing so leaves the verb phrase “helps combat” without a subject and thus results in a grammatically unconventional sentence. Choice B is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences. Choice D is incorrect. This choice results in a confusing and illogical sentence that suggests that adding a light-colored covering to an existing dark roof raises the temperature of the surrounding air. Furthermore, it creates ambiguity by leaving the verb phrase “helps combat” without a subject (so it isn’t clear what helps combat the effect).",
+ hasFigure: false,
+ },
+ {
+ id: "78b88c04",
+ type: "mcq",
+ passage:
+ "Joshua Hinson, director of the language revitalization program of the Chickasaw Nation in Oklahoma, helped produce the world’s first Indigenous-language instructional app, Chickasaw ______blank Chickasaw TV, in 2010; and a Rosetta Stone language course in Chickasaw, in 2015.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Basic; in 2009, an online television network;" },
+ { label: "B", text: "Basic; in 2009, an online television network," },
+ { label: "C", text: "Basic, in 2009; an online television network," },
+ { label: "D", text: "Basic, in 2009, an online television network," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the punctuation of items in a complex series. It’s conventional to use a semicolon to separate items in a complex series with internal punctuation, and in this choice, the semicolon after “2009” is conventionally used to separate the first item (“the world’s…2009”) and the second item (“an online…2010”) in the series of things that Hinson helped create. Further, the comma after “Basic” correctly pairs with the comma after “app,” and the comma after “network” correctly pairs with the comma after “TV” to set off the supplemental elements (“Chickasaw Basic” and “Chickasaw TV”) that provide the names of the app and the TV network, respectively. Altogether, the punctuation in this choice results in a sentence that clearly indicates that Hinson helped make a language app in 2009, an online TV network in 2010, and a language course in 2015.
Choice A is incorrect because it fails to punctuate the complex series in a way that makes clear that Hinson helped make a language app in 2009, an online TV network in 2010, and a language course in 2015. Choice B is incorrect because it fails to punctuate the complex series in a way that makes clear that Hinson helped make a language app in 2009, an online TV network in 2010, and a language course in 2015. Choice D is incorrect because the comma after “2009” doesn’t match the semicolon used to separate the second and third items in the complex series.",
+ hasFigure: false,
+ },
+ {
+ id: "790fc366",
+ type: "mcq",
+ passage:
+ "Using satellite remote sensing, Dr. Catherine Nakalembe, director of NASA’s Harvest Africa initiative, gathers important data on crop health. Nakalembe doesn’t just compile the ______blank she also shares her findings with African farmers, enabling them to make data-driven decisions about managing critical food crops.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "information, though;" },
+ { label: "B", text: "information, though," },
+ { label: "C", text: "information; though" },
+ { label: "D", text: "information though," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. This choice uses a semicolon to join two independent clauses ("Nakalembe doesn’t just…though" and "she also shares..."). This choice also appropriately includes "though" in the first clause, where it logically belongs.
Choice B is incorrect. This choice results in a grammar error called a comma splice. It incorrectly joins two independent clauses with only a comma instead of a comma and a coordinating conjunction like "and" or "but." "Though" is a transition word, but it’s not a coordinating conjunction. Choice C is incorrect. This choice results in a punctuation error. A semicolon can only be used to link two independent clauses. However, if "though" is included in the second clause, it turns the second clause into a dependent clause, so a semicolon can’t be used after "information." Choice D is incorrect. This choice results in a grammar error called a comma splice. It incorrectly joins two independent clauses with only a comma instead of a comma and a coordinating conjunction like "and" or "but."',
+ hasFigure: false,
+ },
+ {
+ id: "7ce4ee13",
+ type: "mcq",
+ passage:
+ "After immigrating from Mexico and obtaining U.S. citizenship, Octaviano Ambrosio Larrazolo entered politics, earning a reputation for being a fervent defender of Hispanic civil rights. In 1919 Larrazolo was elected governor of ______blank in 1928 he became the nation’s first Hispanic U.S. Senator.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "New Mexico and" },
+ { label: "B", text: "New Mexico," },
+ { label: "C", text: "New Mexico, and" },
+ { label: "D", text: "New Mexico" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The convention being tested is the coordination of main clauses within a sentence. This choice correctly uses a comma and the coordinating conjunction "and" to join the first main clause ("In 1919 Larrazolo was elected governor of New Mexico") and the second main clause ("in 1928 he became the nation’s first Hispanic US Senator").
Choice A is incorrect because when coordinating two longer main clauses such as these, it’s conventional to use a comma before the coordinating conjunction. Choice B is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join two main clauses. Choice D is incorrect because it results in a run-on sentence. The two main clauses are fused without punctuation and/or a conjunction.',
+ hasFigure: false,
+ },
+ {
+ id: "83898524",
+ type: "mcq",
+ passage:
+ "In addition to advocating for South America’s independence in two political treatises, the Cartagena Manifesto and the Letter from Jamaica, Simón Bolívar personally led armies against the Spanish, liberating three South American territories—New Granada (present-day Colombia and Panama), Venezuela, and Quito (present-day ______blank from colonial rule.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Ecuador,)" },
+ { label: "B", text: "Ecuador)" },
+ { label: "C", text: "Ecuador)," },
+ { label: "D", text: "Ecuador)—" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the punctuation of a supplementary element within a sentence. The dash after “Ecuador” and the closing parenthesis pairs with the dash after “territories” to separate the supplementary element (“New…Ecuador”) from the rest of the sentence. The supplementary element specifies the three South American territories that Simón Bolívar liberated, and the pair of dashes indicates that this element could be removed without affecting the grammatical coherence of the sentence.
Choice A is incorrect because it fails to use appropriate punctuation to separate the supplementary element from the rest of the sentence. Furthermore, punctuation isn’t needed between “Ecuador” and the closing parenthesis. Choice B is incorrect because it fails to use appropriate punctuation to separate the supplementary element from the rest of the sentence. Choice C is incorrect because a comma can’t be paired with a dash to separate the supplementary element from the rest of the sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "84658166",
+ type: "mcq",
+ passage:
+ "In 1943, in the midst of World War II, mathematics professor Grace Hopper was recruited by the US military to help the war effort by solving complex equations. Hopper’s subsequent career would involve more than just ______blank as a pioneering computer programmer, Hopper would help usher in the digital age.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "equations, though:" },
+ { label: "B", text: "equations, though," },
+ { label: "C", text: "equations. Though," },
+ { label: "D", text: "equations though" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the use of punctuation to mark boundaries between supplements and clauses. The comma after “equations” is used to separate the independent clause (“Hopper’s…equation”) from the supplementary adverb phrase “though.” The colon after “though” is used to mark the boundary between the clause ending with “though” and the following clause (“as…age”). A colon used in this way introduces information that illustrates or explains information that has come before it. In this case, the colon after “though” introduces the following explanation of how Hopper’s subsequent career would involve more than just solving equations: she would become a pioneering computer programmer.
Choice B is incorrect because it results in a comma splice. A comma can’t be used in this way to join two independent clauses (“Hopper’s…though” and “as…age”) such as these. Choice C is incorrect because it results in an illogical sequence of sentences. Placing the period after “equations” and beginning the next sentence with “Though” illogically suggests that the following information (that Hopper would help usher in the digital age) is contrary to the information in the previous sentence (Hopper’s subsequent career would involve more than just solving equations). Instead, the information that follows supports the information from the previous sentence by explaining how her work and influence extended beyond solely solving equations. Choice D is incorrect because it results in a run-on sentence. The two independent clauses (“Hopper’s…though” and “as…age”) are fused without punctuation.",
+ hasFigure: false,
+ },
+ {
+ id: "886dc9f9",
+ type: "mcq",
+ passage:
+ "On July 23, 1854, a clipper ship called the Flying Cloud entered San Francisco ______blank left New York Harbor under the guidance of Captain Josiah Perkins Creesy and his wife, navigator Eleanor Creesy, a mere 89 days and 8 hours earlier, the celebrated ship set a record that would stand for 135 years.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Bay and having" },
+ { label: "B", text: "Bay. Having" },
+ { label: "C", text: "Bay, having" },
+ { label: "D", text: "Bay having" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period after “Bay” is used correctly to mark the boundary between one sentence (“On…Bay”) and another sentence that begins with a supplementary phrase (“Having…years”). Here, the supplementary phrase beginning with “having” modifies the subject of the second sentence, “the celebrated ship.”
Choice A is incorrect. Without a comma preceding it, the conjunction “and” can’t be used in this way to join sentences. Choice C is incorrect because it results in a comma splice. A comma can’t be used in this way to join two sentences. Choice D is incorrect because it results in a run-on sentence. The sentences (“On…Bay” and “having…years”) are fused without punctuation and/or a conjunction.",
+ hasFigure: false,
+ },
+ {
+ id: "960dec02",
+ type: "mcq",
+ passage:
+ "A recent study tracked the number of bee species present in twenty-seven New York apple orchards over a ten-year period. ______blank found that when wild growth near an orchard was cleared, the number of different bee species visiting the orchard decreased.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Entomologist Heather Grab:" },
+ { label: "B", text: "Entomologist, Heather Grab," },
+ { label: "C", text: "Entomologist Heather Grab" },
+ { label: "D", text: "Entomologist Heather Grab," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is punctuation use between a name and title and between a subject and a verb. No punctuation is needed between the proper noun “Heather Grab” and “entomologist,” the title that describes Grab. Additionally, no punctuation is needed between the sentence’s subject (“Entomologist Heather Grab”) and the main verb (“found”) that indicates what Grab did.
Choice A is incorrect because no punctuation is needed between the subject and the verb. Choice B is incorrect because no punctuation is needed. Setting the entomologist’s name off with commas suggests that it could be removed without affecting the coherence of the sentence, which isn’t the case. Choice D is incorrect because no punctuation is needed between the subject and the verb.",
+ hasFigure: false,
+ },
+ {
+ id: "a8fa749a",
+ type: "mcq",
+ passage:
+ "Nigerian author Buchi Emecheta’s celebrated literary oeuvre includes The Joys of Motherhood, a novel about the changing roles of women in 1950s ______blank a television play about the private struggles of a newlywed couple in Nigeria; and Head Above Water, her autobiography.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Lagos, A Kind of Marriage," },
+ { label: "B", text: "Lagos; A Kind of Marriage," },
+ { label: "C", text: "Lagos, A Kind of Marriage:" },
+ { label: "D", text: "Lagos; A Kind of Marriage" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the punctuation of items in a complex series (a series including internal punctuation). In this choice, the semicolon after “Lagos” is conventionally used to separate the first item (“The Joys…Lagos”) and the second item (“A Kind…Nigeria”) in the series. Further, the comma after “Marriage” correctly separates the title “A Kind of Marriage” from the supplementary phrase (“a television…Nigeria”) that describes it.
Choice A is incorrect because the comma after “Lagos” doesn’t match the semicolon used later in the series to separate the second item (“A Kind…Nigeria”) from the third item (“and…autobiography”). Choice C is incorrect because the comma after “Lagos” doesn’t match the semicolon used later in the series to separate the second item (“A Kind…Nigeria”) from the third item (“and…autobiography”). Additionally, a colon can’t be used in this way to separate the title “A Kind of Marriage” from the supplementary phrase (“a television…Nigeria”) that describes it. Choice D is incorrect because it fails to use appropriate punctuation to separate the title “A Kind of Marriage” from the supplementary phrase (“a television…Nigeria”) that describes it.",
+ hasFigure: false,
+ },
+ {
+ id: "a9e5b788",
+ type: "mcq",
+ passage:
+ "In discussing Mary Shelley’s 1818 epistolary novel Frankenstein, literary theorist Gayatri Spivak directs the reader’s attention to the character of Margaret Saville. As Spivak points out, Saville is not the protagonist of Shelley’s ______blank as the recipient of the letters that frame the book’s narrative, she’s the “occasion” of it.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "novel" },
+ { label: "B", text: "novel," },
+ { label: "C", text: "novel; rather," },
+ { label: "D", text: "novel, rather," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the coordination of main clauses within a sentence. This choice correctly uses a semicolon to join a main clause (“Saville...novel”) and a second main clause (“she’s...it”) preceded by supplementary elements (“rather...narrative”).
Choice A is incorrect because it results in a run-on sentence. The two main clauses are fused without punctuation and/or a conjunction. Choice B is incorrect because it results in a comma splice. Without a conjunction following it, a comma can’t be used in this way to join two main clauses. Choice D is incorrect because it results in a comma splice. Without a conjunction following it, the comma after “novel” can’t be used in this way to join the two main clauses.",
+ hasFigure: false,
+ },
+ {
+ id: "aaa1907f",
+ type: "mcq",
+ passage:
+ "To serve local families during the Great Depression, innovative New York City librarian Pura Belpré offered storytelling in both English and Spanish, an uncommon ______blank celebrated el Día de los Tres Reyes Magos, an important community holiday; and put on puppet shows dramatizing Puerto Rican folktales.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "practice, at the time" },
+ { label: "B", text: "practice at the time;" },
+ { label: "C", text: "practice, at the time," },
+ { label: "D", text: "practice at the time," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The convention being tested is the punctuation of elements in a complex series. It’s conventional to use a semicolon to separate items in a complex series with internal punctuation, and in this choice, the semicolon after "time" is conventionally used to separate the first item ("offered…time") and the second ("celebrated…holiday") in the series of activities that librarian Pura Belpré offered. Moreover, the semicolon after "time" matches the semicolon used later to separate the second item ("celebrated...holiday") and the third ("and...folktales") in the series.
Choice A is incorrect because it fails to use appropriate punctuation to separate the first item and the second item in the complex series. Furthermore, a comma isn’t needed between the noun "practice" and the prepositional phrase "at the time" because the prepositional phrase is essential to the full meaning of the phrase "an uncommon practice at the time." Choice C is incorrect because a comma after "time" doesn’t match the semicolon used later to separate the second ("celebrated...holiday") and third ("and...folktales") items in the series. Furthermore, a comma isn’t needed between the noun "practice" and the prepositional phrase "at the time" because the prepositional phrase is essential to the full meaning of the phrase "an uncommon practice at the time." Choice D is incorrect because a comma after "time" doesn’t match the semicolon used later to separate the second ("celebrated...holiday") and third ("and...folktales") items in the series.',
+ hasFigure: false,
+ },
+ {
+ id: "aab74a3b",
+ type: "mcq",
+ passage:
+ "Researcher Lin Zhi developed a process for increasing the tensile strength—measured in gigapascals, or GPa—of silkworm ______blank dissolving and reweaving the silk in a solution of iron metal ions, zinc, and sugar, Zhi increased the amount of force required to stretch it from approximately 0.5 GPa to 2 GPa.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "silk, by" },
+ { label: "B", text: "silk by" },
+ { label: "C", text: "silk and by" },
+ { label: "D", text: "silk. By" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The independent clauses "researcher Lin Zhi…silk" and "by dissolving…2 GPa" can be grammatically separated by a period. They can stand alone as sentences, and this is the only choice that lets them do that.
Choice A is incorrect. This choice results in a grammar error called a comma splice. "Researcher Lin Zhi…silk" and "by dissolving…2 GPa" are both independent clauses. They need to either be separated with punctuation like a period or a semicolon, or they need to be connected by a comma and a coordinating conjunction like "and." A comma alone isn’t enough. Choice B is incorrect. This choice results in a grammar error called a run-on sentence. "Researcher Lin Zhi…silk" and "by dissolving…2 GPa" are both independent clauses. They need to either be separated with punctuation like a period or a semicolon, or they need to be connected by a comma and a coordinating conjunction like "and." Choice C is incorrect. This choice results in a grammar error called a run-on sentence. "Researcher Lin Zhi…silk" and "by dissolving…2 GPa" are both independent clauses. The coordinating conjunction "and" isn’t enough to link them by itself. We need a comma, too.',
+ hasFigure: false,
+ },
+ {
+ id: "adf210e7",
+ type: "mcq",
+ passage:
+ "The haiku-like poems of Tomas Tranströmer, which present nature- and dream-influenced images in crisp, spare language, have earned the Swedish poet praise from leading contemporary ______blank them Nigerian American essayist and novelist Teju Cole, who has written that Tranströmer’s works “contain a luminous simplicity.”
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "writers. Among" },
+ { label: "B", text: "writers among" },
+ { label: "C", text: "writers; among" },
+ { label: "D", text: "writers, among" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation use between a main clause and a supplementary phrase. This choice correctly uses a comma to mark the boundary between the main clause (“The haiku-like…writers”) and the supplementary phrase (“among…Cole”) that specifies a contemporary writer who has praised Tomas Tranströmer’s haiku-like poems.
Choice A is incorrect because it results in a rhetorically unacceptable sentence fragment beginning with “among.” Choice B is incorrect because it fails to mark the boundary between the main clause and the supplementary phrase with appropriate punctuation. Choice C is incorrect because a semicolon can’t be used in this way to join the main clause (“The haiku-like…writers”) and the supplementary phrase (“among…Cole”).",
+ hasFigure: false,
+ },
+ {
+ id: "b15724fc",
+ type: "mcq",
+ passage:
+ "American writer Edwidge Danticat, who emigrated from Haiti in 1981, has won acclaim for her powerful short stories, novels, and ______blank her lyrical yet unflinching depictions of her native country’s turbulent history, writer Robert Antoni has compared Danticat to Nobel Prize–winning novelist Toni Morrison.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "essays, praising" },
+ { label: "B", text: "essays and praising" },
+ { label: "C", text: "essays praising" },
+ { label: "D", text: "essays. Praising" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period after “essays” is used correctly to mark the boundary between one sentence (“American…essays”) and another (“praising…Morrison”). The participial phrase beginning with “Praising” modifies the subject of the second sentence, “writer Robert Antoni.”
Choice A is incorrect because it results in a comma splice. A comma can’t be used in this way to mark the boundary between sentences. Choice B is incorrect. Without a comma preceding it, the conjunction “and” can’t be used in this way to join sentences. Choice C is incorrect because it results in a run-on sentence. The sentences (“American…essays” and “Praising…Morrison”) are fused without punctuation and/or a conjunction.",
+ hasFigure: false,
+ },
+ {
+ id: "ba8ebf49",
+ type: "mcq",
+ passage:
+ "The poem Beowulf begins with the word “hwæt,” which is an Old English ______blank as “hark!” or “listen!” in some versions, the word was playfully rendered as “bro!” by Maria Dahvana Headley in her 2020 translation of the poem.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "exclamation, translated" },
+ { label: "B", text: "exclamation and translated" },
+ { label: "C", text: "exclamation translated" },
+ { label: "D", text: "exclamation. Translated" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The convention being tested is punctuation use between sentences. In this choice, the period is used correctly to mark the boundary between one sentence ("The poem…exclamation") and another sentence that begins with a supplementary element ("Translated…poem"). The supplementary element "translated as ‘hark!’ or ‘listen!’ in some versions" modifies the subject of the second sentence, "the word" (referring to hwæt).
Choice A is incorrect because it results in a comma splice after "exclamation." A comma can’t be used in this way to mark the boundary between sentences. Choice B is incorrect. Without a comma preceding it, the conjunction "and" can’t be used in this way to join sentences. Choice C is incorrect because it results in a comma splice after "versions." A comma can’t be used in this way to mark the boundary between sentences.',
+ hasFigure: false,
+ },
+ {
+ id: "be37d4ae",
+ type: "mcq",
+ passage:
+ "During the English neoclassical period (1660–1789), many writers imitated the epic poetry and satires of ancient Greece and Rome. They were not the first in England to adopt the literary modes of classical ______blank some of the most prominent figures of the earlier Renaissance period were also influenced by ancient Greek and Roman literature.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "antiquity, however" },
+ { label: "B", text: "antiquity, however," },
+ { label: "C", text: "antiquity, however;" },
+ { label: "D", text: "antiquity; however," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the punctuation of a supplementary phrase following a clause. This choice uses a comma to separate the supplementary adverb phrase “however” from the independent clause it modifies (“They …antiquity”) and uses a semicolon to join the first independent clause (“They …antiquity”) and the second independent clause (“some…literature”). Further, placing the semicolon after “however” indicates that the information in the clause that this part of (that neoclassical writers were not the first to adopt classical literary modes) is contrary to what might be assumed from the information in the previous sentence (that the neoclassical writers were unique in imitating classical epic poetry and satires).
Choice A is incorrect because it fails to mark the boundary after “however” between the two independent clauses with appropriate punctuation. Choice B is incorrect because the comma after “however” can’t be used in this way to mark the boundary between the two independent clauses. Choice D is incorrect because placing the semicolon after “antiquity” illogically indicates that the information in the clause that this part of (that prominent Renaissance figures were also influenced by classical literature) is contrary to the information in the previous clause (that neoclassical writers were not the first to adopt classical literary modes).",
+ hasFigure: false,
+ },
+ {
+ id: "c06af4d8",
+ type: "mcq",
+ passage:
+ "Sociologist Alton Okinaka sits on the review board tasked with adding new sites to the Hawai‘i Register of Historic Places, which includes Pi‘ilanihale Heiau and the ‘Ōpaeka‘a Road Bridge. Okinaka doesn’t make such decisions ______blank all historical designations must be approved by a group of nine other experts from the fields of architecture, archaeology, history, and Hawaiian culture.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "single-handedly, however;" },
+ { label: "B", text: "single-handedly; however," },
+ { label: "C", text: "single-handedly, however," },
+ { label: "D", text: "single-handedly however" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the punctuation of a supplementary word or phrase between two main clauses. This choice correctly uses a comma to separate the supplementary adverb “however” from the preceding main clause (“Okinaka doesn’t…single-handedly”) and a semicolon to join the next main clause (“all…culture”) to the rest of the sentence. Further, placing the semicolon after “however” correctly indicates that the information in the preceding main clause (Okinaka doesn’t make such decisions single-handedly) is contrary to what might be assumed from the information in the previous sentence (Okinaka sits on the review board that adds new sites to the Hawaii Register of Historic Places).
Choice B is incorrect because placing the semicolon after “single-handedly” and the comma after “however” illogically indicates that the information in the next main clause (all historical designations must be approved by a group of experts) is contrary to the information in the previous clause (Okinaka doesn’t make such decisions single-handedly). Choice C is incorrect because it results in a comma splice. Commas can’t be used in this way to punctuate a supplementary word or phrase between two main clauses. Choice D is incorrect because it results in a run-on sentence. The two main clauses are fused without punctuation and/or a conjunction.",
+ hasFigure: false,
+ },
+ {
+ id: "c468db1c",
+ type: "mcq",
+ passage:
+ "A group of ecologists led by Axel Mithöfer at the Max Planck Institute for Chemical Ecology in Germany examined the defensive responses of two varieties of the sweet potato ______blank TN57, which is known for its insect resistance, and TN66, which is much more susceptible to pests.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "plant." },
+ { label: "B", text: "plant;" },
+ { label: "C", text: "plant" },
+ { label: "D", text: "plant:" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation use between a main clause and a supplementary phrase. In this choice, a colon is correctly used to mark the boundary between the main clause (“A group…plant”) and the supplementary element (“TN57…pests”) and to introduce the following elaboration on the specific varieties of sweet potato plants that were examined.
Choice A is incorrect because it results in a rhetorically unacceptable sentence fragment beginning with “TN57.” Choice B is incorrect because a semicolon can’t be used in this way to join the main clause (“A group…plant”) and the supplementary element (“TN57…pests”). A semicolon is conventionally used to join two main clauses, whereas a colon is conventionally used to introduce an element that explains or amplifies the information in the preceding clause. Choice C is incorrect because it fails to mark the boundary between the main clause (“A group...plant”) and the supplementary element (“TN57...pests”) with appropriate punctuation.",
+ hasFigure: false,
+ },
+ {
+ id: "db24ecc9",
+ type: "mcq",
+ passage:
+ "The Arctic-Alpine Botanic Garden in Norway and the Jardim Botânico of Rio de Janeiro in Brazil are two of many botanical gardens around the world dedicated to growing diverse plant ______blank fostering scientific research; and educating the public about plant conservation.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "species, both native and nonnative," },
+ { label: "B", text: "species, both native and nonnative;" },
+ { label: "C", text: "species; both native and nonnative," },
+ { label: "D", text: "species both native and nonnative," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the punctuation of items in a complex series (a series including internal punctuation). The semicolon after “nonnative” is correctly used to separate the first item (“growing diverse plant species, both native and nonnative”) and the second item (“fostering scientific research”) in the series of things that botanical gardens are dedicated to. Further, the comma after “species” is correctly used to separate the noun phrase “diverse plant species” and the supplementary phrase “both native and nonnative” that modifies it.
Choice A is incorrect because a comma (specifically, the comma after “nonnative”) can’t be used in this way to separate items in a complex series. Choice C is incorrect because a semicolon can’t be used in this way to separate the noun phrase “diverse plant species” and the supplementary phrase “both native and nonnative” that modifies it. Further, a comma can’t be used in this way to separate items in a complex series. Choice D is incorrect because it fails to use appropriate punctuation to separate the noun phrase “diverse plant species” and the supplementary phrase “both native and nonnative” that modifies it. Further, a comma can’t be used in this way to separate items in a complex series.",
+ hasFigure: false,
+ },
+ {
+ id: "e76e74e8",
+ type: "mcq",
+ passage:
+ "Over twenty years ago, in a landmark experiment in the psychology of choice, professor Sheena Iyengar set up a jam-tasting booth at a grocery store. The number of jams available for tasting ______blank some shoppers had twenty-four different options, others only six. Interestingly, the shoppers with fewer jams to choose from purchased more jam.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "varied:" },
+ { label: "B", text: "varied," },
+ { label: "C", text: "varied, while" },
+ { label: "D", text: "varied while" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the use of a colon within a sentence. In this choice, the colon is used in a conventional way to introduce the following description of how the number of jams available varied.
Choice B is incorrect because it creates a comma splice. A comma can’t be used in this way to join two main clauses (“the number…varied” and “some…six”). Choice C is incorrect because it results in an illogical and confusing sentence. Using the conjunction “while” to join the main clause (“the number…varied”) with the following clause’s description of the number of jams available suggests that the variation in the number of jams is in contrast to some shoppers having twenty-four options. Choice D is incorrect because it results in an illogical and confusing sentence. Using “while” in this way suggests that the number of jams available varied during the time in which some shoppers had twenty-four options and others had six. The sentence makes clear, however, that what follows “varied” is a description of the variation, not a separate, simultaneous occurrence.",
+ hasFigure: false,
+ },
+ {
+ id: "f30a478e",
+ type: "mcq",
+ passage:
+ "A study published by Rice University geoscientist Ming Tang in 2019 offers a new explanation for the origin of Earth’s ______blank structures called arcs, towering ridges that form when a dense oceanic plate subducts under a less dense continental plate, melts in the mantle below, and then rises and bursts through the continental crust above.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "continents geological" },
+ { label: "B", text: "continents: geological" },
+ { label: "C", text: "continents; geological" },
+ { label: "D", text: "continents. Geological" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is punctuation use between a main clause and a supplementary phrase. In this choice, a colon is correctly used to mark the boundary between the main clause (“A study…continents”) and the supplementary phrase (“geological…above”) and to introduce the following explanation of the origin of Earth’s continents.
Choice A is incorrect because it fails to mark the boundary between the main clause (“A study…continents”) and the supplementary phrase (“geological…above”) with appropriate punctuation. Choice C is incorrect because a semicolon can’t be used in this way to join the main clause (“A study…continents”) and the supplementary phrase (“geological…above”). A semicolon is conventionally used to join two main clauses, whereas a colon is conventionally used to introduce an element that explains or amplifies the information in the preceding clause, making it the better choice in this context. Choice D is incorrect because it results in a rhetorically unacceptable sentence fragment beginning with “geological.”",
+ hasFigure: false,
+ },
+ {
+ id: "f868d438",
+ type: "mcq",
+ passage:
+ "In 2018, the innovative works of Congolese sculptor and architect Bodys Isek ______blank were featured in City Dreams, a solo exhibition at New York’s Museum of Modern Art.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Kingelez;" },
+ { label: "B", text: "Kingelez," },
+ { label: "C", text: "Kingelez" },
+ { label: "D", text: "Kingelez:" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is punctuation between a subject and a verb. No punctuation is needed when the subject of a sentence is immediately followed by a main verb. In this case, the sentence’s subject (“the innovative works of Congolese sculptor and architect Bodys Isek Kingelez”) is followed by the main verb “were featured,” and no punctuation should come between them.
Choice A is incorrect because no punctuation is needed between the subject and the verb. Choice B is incorrect because no punctuation is needed between the subject and the verb. Choice D is incorrect because no punctuation is needed between the subject and the verb.",
+ hasFigure: false,
+ },
+ {
+ id: "fba5d8d1",
+ type: "mcq",
+ passage:
+ "In a 2016 study, Eastern Washington University psychologist Amani El-Alayli found that, among the study participants who experienced frisson (a physiological response akin to goosebumps or getting the chills) while listening to music, there was one personality trait that they scored particularly ______blank openness to experience.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "high. On" },
+ { label: "B", text: "high on;" },
+ { label: "C", text: "high on" },
+ { label: "D", text: "high on:" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The convention being tested is punctuation use between a main clause and a supplementary phrase. In this choice, a colon is correctly used to mark the boundary between the main clause ("there...on") and the supplementary phrase ("openness to experience") and to introduce the information that identifies which personality trait participants scored especially high on.
Choice A is incorrect because it results in a rhetorically unacceptable sentence fragment beginning with "on" and separates a necessary preposition from the clause beginning with "there." Choice B is incorrect because a semicolon can’t be used in this way to join the main clause ("there...on") and the supplementary phrase ("openness to experience"). A semicolon is conventionally used to join two main clauses, whereas a colon is conventionally used to introduce an element that explains or amplifies the information in the preceding clause, making the colon the better choice in this context. Choice C is incorrect because it fails to mark the boundary between the main clause ("there...on") and the supplementary phrase ("openness to experience").',
+ hasFigure: false,
+ },
+ {
+ id: "fdb16e20",
+ type: "mcq",
+ passage:
+ "Quantum particles of light—photons—provide an unhackable means of transmitting encryption keys over networks, as attempts to observe particles in quantum states will invariably alter the particles ______blank dismantle any information they transmit.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "and in the process," },
+ { label: "B", text: "and, in the process," },
+ { label: "C", text: "and in the process—" },
+ { label: "D", text: "and, in the process" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. This choice uses paired punctuation in the form of two commas to set off the nonessential phrase "in the process."
Choice A is incorrect. The phrase "in the process" is a nonessential element and needs to be set off with paired punctuation. We need a comma after "and" to match the one after "process." Choice C is incorrect. The phrase "in the process" is a nonessential element and needs to be set off with paired punctuation, so we would need a dash after "and" to match the one following "process." Choice D is incorrect. The phrase "in the process" is a nonessential element and needs to be set off with paired punctuation. We would need a comma after "process" to match the one following "and."',
+ hasFigure: false,
+ },
+];
diff --git a/src/data/rw/central-ideas-details.ts b/src/data/rw/central-ideas-details.ts
new file mode 100644
index 0000000..2eef08a
--- /dev/null
+++ b/src/data/rw/central-ideas-details.ts
@@ -0,0 +1,1881 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const CENTRAL_IDEAS_EASY: PracticeQuestion[] = [
+ {
+ id: "04bcb7a9",
+ type: "mcq",
+ passage:
+ "Xin Wang and colleagues have discovered the earliest known example of a flower bud in a 164-million-year-old plant fossil in China. The researchers have named the new species Florigerminis jurassica. They believe that the discovery pushes the emergence of flowering plants, or angiosperms, back to the Jurassic period, which occurred between 145 million and 201 million years ago.
",
+ questionHtml:
+ "According to the text, how old was the fossil that Wang and colleagues discovered?",
+ choices: [
+ { label: "A", text: "150 million years old" },
+ { label: "B", text: "145 million years old" },
+ { label: "C", text: "164 million years old" },
+ { label: "D", text: "201 million years old" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it gives the age for the fossil discovered by Wang and colleagues that is directly supported by the text. According to the text, Xin Wang and colleagues discovered a 164-million-year-old plant fossil. This plant fossil included a flower bud, which the researchers believe provides evidence that flowering plants emerged in the Jurassic period, which falls between 145 million and 201 million years ago.
Choice A is incorrect because the text states that Wang and colleagues discovered a 164-million-year-old flowering plant fossil in China, not one that is 150 million years old. Although 150 million years ago would fall within the Jurassic period, according to the text it isn’t the age of the discovered fossil. Choice B is incorrect because the text states that Wang and colleagues discovered a 164-million-year-old flowering plant fossil in China, not one that is 145 million years old. Although 145 million years ago would fall at the end of the Jurassic period, according to the text it isn’t the age of the discovered fossil. Choice D is incorrect because the text states that Wang and colleagues discovered a 164-million-year-old flowering plant fossil in China, not one that is 201 million years old. Although 201 million years ago would fall at the beginning of the Jurassic period, according to the text it isn’t the age of the discovered fossil.",
+ hasFigure: false,
+ },
+ {
+ id: "0b696a0c",
+ type: "mcq",
+ passage:
+ "NASA’s Cassini probe has detected an unusual wobble in the rotation of Mimas, Saturn’s smallest moon. Using a computer model to study Mimas’s gravitational interactions with Saturn and tidal forces, geophysicist Alyssa Rhoden and colleagues have proposed that this wobble could be due to a liquid ocean moving beneath the moon’s icy surface. The researchers believe other moons should be examined to see if they too might have oceans hidden beneath their surfaces.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Rhoden and colleagues were the first to confirm that several of Saturn’s moons contain hidden oceans.",
+ },
+ {
+ label: "B",
+ text: "Research has failed to identify signs that there is an ocean hidden beneath the surface of Mimas.",
+ },
+ {
+ label: "C",
+ text: "Rhoden and colleagues created a new computer model that identifies moons with hidden oceans without needing to analyze the moons’ rotation.",
+ },
+ {
+ label: "D",
+ text: "Research has revealed that an oddity in the rotation of Mimas could be explained by an ocean hidden beneath its surface.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The study isn’t definitive, but it says that Mimas’s wobbly rotation could be explained by the hidden ocean.
Choice A is incorrect. This choice goes too far beyond the information in the text. Rhoden’s team proposed that one moon of Saturn could have a liquid ocean beneath its surface, and that other moons should also be examined, but no one has confirmed anything. Choice B is incorrect. This choice conflicts with the text. Research has identified at least one sign—the unusual wobble in Mimas’s rotation—that might be due to a hidden ocean beneath its surface. Choice C is incorrect. This choice doesn’t reflect the text. The computer model studies “gravitational interactions,” which seem to account for the wobbly rotation of Mimas.",
+ hasFigure: false,
+ },
+ {
+ id: "0e3b4967",
+ type: "mcq",
+ passage:
+ "Scrapbooks of saved fabric pieces were commonly kept by women in the nineteenth-century United States, but few are as meticulously detailed as Hannah Ditzler Alspaugh’s work. Alongside each piece of fabric, Alspaugh recorded intimate memories, such as dressmaking with her sister. Additionally, she listed the prices and how she used the fabric. Historians note that by representing fifty years of changing textures, patterns, and dress styles, the scrapbook is a record of nineteenth-century textiles and dressmaking as well as Alspaugh’s life.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Alspaugh inspired other women to save pieces of fabric in scrapbooks and provide historical records of nineteenth-century fashions in the United States.",
+ },
+ {
+ label: "B",
+ text: "Historians rely on fabric scrapbooks to understand how fashions changed throughout the nineteenth-century United States.",
+ },
+ {
+ label: "C",
+ text: "Fabric scrapbooks were a popular hobby for many women in the nineteenth-century United States.",
+ },
+ {
+ label: "D",
+ text: "Alspaugh’s scrapbook provides a detailed account of her life and historical record of fashion trends in the nineteenth-century United States.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is correct. The text describes how Alspaugh’s scrapbook is both a record of her life and a historical record of nineteenth-century textiles and dressmaking.
Choice A is incorrect. The text says that it was common for American women to keep scrapbooks of fabric pieces in the nineteenth century, and it says that Alspaugh was one of these women. However, it never says that other women were inspired by Alspaugh. Choice B is incorrect. This is too general and too strong. The text says that Alspaugh’s scrapbook is a historical record of nineteenth-century textiles and dressmaking, but it never says that historians rely on such scrapbooks in general to understand how fashions changed throughout that time period. This choice also fails to even mention Alspaugh, who is the real focus of the text. Choice C is incorrect. The text does say this, but it’s a detail—not the main idea. The text is mainly about one woman’s scrapbook (Alspaugh’s), and this choice doesn’t even mention her.",
+ hasFigure: false,
+ },
+ {
+ id: "1e85caa9",
+ type: "mcq",
+ passage:
+ "The following text is from Edith Nesbit’s 1902 novel Five Children and It. Five young siblings have just moved with their parents from London to a house in the countryside that they call the White House.
It was not really a pretty house at all; it was quite ordinary, and mother thought it was rather inconvenient, and was quite annoyed at there being no shelves, to speak of, and hardly a cupboard in the place. Father used to say that the ironwork on the roof and coping was like an architect’s nightmare. But the house was deep in the country, with no other house in sight, and the children had been in London for two years, without so much as once going to the seaside even for a day by an excursion train, and so the White House seemed to them a sort of Fairy Palace set down in an Earthly Paradise.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Although their parents believe the house has several drawbacks, the children are enchanted by it.",
+ },
+ {
+ label: "B",
+ text: "The children don’t like the house nearly as much as their parents do.",
+ },
+ {
+ label: "C",
+ text: "Each member of the family admires a different characteristic of the house.",
+ },
+ {
+ label: "D",
+ text: "The house is beautiful and well built, but the children miss their old home in London.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The text lists complaints about the house made by the mother and father, but then it says that the children thought the house was a "Fairy Palace" and "Earthly Paradise."
Choice B is incorrect. The text states the opposite of this. It describes how the mother and father dislike the house and says the children think the house seems like paradise. Choice C is incorrect. This isn’t what the text says. Only the children are said to admire the house; mother and father both complain about the house. Choice D is incorrect. The text states the opposite of this. It tells us the house was ugly and poorly built ("an architect’s nightmare") and suggests the children were tired of London.',
+ hasFigure: false,
+ },
+ {
+ id: "23a7038f",
+ type: "mcq",
+ passage:
+ "Shimmering is a collective defense behavior that researchers have observed in giant honeybee colonies. When shimmering, different groups of bees flip their bodies up and down in what looks like waves. This defense is initiated when hornets hover near a colony, serving to deter the hornets from approaching the bees. Researchers hypothesize that this behavior is a specialized defense response to hornets, as it is not observed when other, larger predators approach the colony.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Researchers are unsure how giant honeybees defend against predators larger than hornets.",
+ },
+ {
+ label: "B",
+ text: "Researchers think that shimmering in giant honeybees is a specific defense against hornets.",
+ },
+ {
+ label: "C",
+ text: "Hornets are known to be the main predator of giant honeybees.",
+ },
+ {
+ label: "D",
+ text: "Several different species of insects use shimmering to defend against hornets.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The text describes a study about how giant honeybees use shimmering to defend against hornets, but not other predators. The researchers conclude that shimmering could be a specialized defense response to hornets.
Choice A is incorrect. The text says that giant honeybees don’t appear to use shimmering against other, larger predators. However, it never suggests that researchers don’t know which other defenses giant honeybees do use for those predators. Choice C is incorrect. The text says that hornets are one predator of giant honeybees, but it doesn’t say that hornets are the main predator of giant honeybees. This choice also fails to mention “shimmering,” which is a major focus of the text. Choice D is incorrect. The text only discusses the shimmering of giant honeybees—it doesn’t discuss other insects’ defense responses at all.",
+ hasFigure: false,
+ },
+ {
+ id: "2592e0de",
+ type: "mcq",
+ passage:
+ "Bicycles were first mass-produced in the late nineteenth century throughout Europe and North America, allowing individuals remarkable freedom to travel longer distances quickly and comfortably. This freedom, coupled with the affordability of the vehicle, made the bicycle immensely popular. Individuals were able to live farther from their workplaces, easily visit neighboring towns, and participate in new leisure and sport activities. Bicycling quickly became a popular social endeavor, with enthusiasts forming local cycling clubs to enjoy these newfound activities with others.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The widespread adoption of the bicycle in the late nineteenth century provided new opportunities for people.",
+ },
+ {
+ label: "B",
+ text: "The affordability of the bicycle in the late nineteenth century made it the preferred way to travel.",
+ },
+ {
+ label: "C",
+ text: "The popularity of the bicycle in the late nineteenth century gave rise to the first cycling clubs.",
+ },
+ {
+ label: "D",
+ text: "The mass production of the bicycle in the late nineteenth century made it safer for people to use.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The text discusses how the mass production of bicycles in the late nineteenth century allowed people to travel longer distances, live farther from their workplaces, visit neighboring towns, and participate in new activities and social clubs. All of these are new opportunities that were provided by the widespread adoption of the bicycle.
Choice B is incorrect. The text never says this. It does say that the bicycle was “affordable,” and that the “freedom to travel longer distances quickly and comfortably” made the bicycle “popular,” but it never says that the bicycle was more popular than any other way of traveling (like cars or trains or horses). Choice C is incorrect. This is a detail mentioned in the text, but not the main idea. Cycling clubs are only one of the new opportunities that arose from the popularity of the mass-produced bicycle. A “main idea” should capture more of the information in the text. Choice D is incorrect. The text never says this. It doesn’t mention the safety of the mass-produced bicycle at all.",
+ hasFigure: false,
+ },
+ {
+ id: "3543e6e2",
+ type: "mcq",
+ passage:
+ "The following text is from Jane Austen’s 1811 novel Sense and Sensibility. Elinor lives with her younger sisters and her mother, Mrs. Dashwood.
Elinor, this eldest daughter, whose advice was so effectual, possessed a strength of understanding, and coolness of judgment, which qualified her, though only nineteen, to be the counsellor of her mother, and enabled her frequently to counteract, to the advantage of them all, that eagerness of mind in Mrs. Dashwood which must generally have led to imprudence. She had an excellent heart;—her disposition was affectionate, and her feelings were strong; but she knew how to govern them: it was a knowledge which her mother had yet to learn; and which one of her sisters had resolved never to be taught.
",
+ questionHtml: "According to the text, what is true about Elinor?",
+ choices: [
+ {
+ label: "A",
+ text: "Elinor often argues with her mother but fails to change her mind.",
+ },
+ {
+ label: "B",
+ text: "Elinor can be overly sensitive with regard to family matters.",
+ },
+ { label: "C", text: "Elinor thinks her mother is a bad role model." },
+ { label: "D", text: "Elinor is remarkably mature for her age." },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it provides a detail about Elinor that is established in the text. The text indicates that although Elinor is “only nineteen,” she gives good advice and exhibits such a high level of understanding and judgment that she serves as “the counsellor of her mother.” Thus, Elinor is mature beyond her years.
Choice A is incorrect because it isn’t supported by the text: although the text says that Elinor advises her mother and often counteracts her mother’s impulses, there’s no mention of Elinor arguing with her mother or failing to change her mother’s mind. Choice B is incorrect because it isn’t supported by the text: although the text mentions that Elinor has strong feelings, it doesn’t indicate that she’s excessively sensitive when it comes to family issues. Choice C is incorrect because it isn’t supported by the text: there’s no mention of what Elinor thinks about her mother and no suggestion that she thinks her mother is a bad role model. Because she’s described as having “an excellent heart,” Elinor likely doesn’t think ill of her mother.",
+ hasFigure: false,
+ },
+ {
+ id: "3a1f02b0",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Frances Hodgson Burnett’s 1911 novel The Secret Garden. Mary, a young girl, recently found an overgrown hidden garden.
Mary was an odd, determined little person, and now she had something interesting to be determined about, she was very much absorbed, indeed. She worked and dug and pulled up weeds steadily, only becoming more pleased with her work every hour instead of tiring of it. It seemed to her like a fascinating sort of play.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Mary hides in the garden to avoid doing her chores.",
+ },
+ {
+ label: "B",
+ text: "Mary is getting bored with pulling up so many weeds in the garden.",
+ },
+ {
+ label: "C",
+ text: "Mary is clearing out the garden to create a space to play.",
+ },
+ {
+ label: "D",
+ text: "Mary feels very satisfied when she’s taking care of the garden.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most accurately states the main idea of the text. The text describes Mary’s activities in an overgrown hidden garden, saying that she was “very much absorbed” and was “only becoming more pleased with her work every hour” rather than getting tired of it. She also thinks of garden activities as a “fascinating sort of play.” Thus, the main idea of the text is that Mary feels very satisfied when taking care of the garden.
Choice A is incorrect because the text never makes any mention of Mary’s chores. Choice B is incorrect because the text indicates that Mary finds pulling up weeds to be fascinating, not boring. Choice C is incorrect because Mary thinks of garden activities in and of themselves as play, not as something necessary to do to create a space to play.",
+ hasFigure: false,
+ },
+ {
+ id: "57485f5e",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Johanna Spyri’s 1881 novel Heidi (translated by Elisabeth Stork in 1915). Eight-year-old Heidi and her friend’s grandmother are looking at some illustrated books.
Heidi had come and was looking with wondering eyes at the splendid pictures in the large books, that Grandmama was showing her. Suddenly she screamed aloud, for there on the picture she saw a peaceful flock grazing on a green pasture. In the middle a shepherd was standing, leaning on his crook. The setting sun was shedding a golden light over everything. With glowing eyes Heidi devoured the scene.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Heidi is upset until she sees a serene image of a pasture in one of Grandmama’s books.",
+ },
+ {
+ label: "B",
+ text: "Heidi is delighted and fascinated by an image she sees in one of Grandmama’s books.",
+ },
+ {
+ label: "C",
+ text: "Heidi is initially frightened by an image in one of Grandmama’s books but quickly comes to appreciate its beauty.",
+ },
+ {
+ label: "D",
+ text: "Heidi is inspecting an image in one of Grandmama’s books because she has never seen a shepherd with his sheep before.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most effectively states the main idea of the text, which is that Heidi is delighted and fascinated by an image she sees in one of Grandmama’s books. In the text, Heidi screams upon first seeing the picture of the green pasture. In another context, such a reaction might suggest fear, but here the reaction is followed by descriptions of an image that’s peaceful rather than scary. The text goes on to describe Heidi’s eyes as “glowing” and states that she “devoured the scene,” suggesting that the image delights and fascinates her so much that she wants to examine every detail. Together, these descriptions suggest that Heidi is thrilled and intrigued by the image in the book.
Choice A is incorrect because there’s nothing in the text to suggest that Heidi is upset before seeing the peaceful image of the green pasture. Before Heidi sees that image, the text describes her as “looking with wondering eyes at the splendid pictures” in the book, suggesting that Heidi is intrigued, not that she’s unhappy. Choice C is incorrect. Although Heidi screams upon first seeing the image, the text’s description of the image and Heidi’s other reactions to it suggest that she is screaming with delight, not fear. The text describes the images in the book as “splendid” and the particular image that causes her to scream as peaceful rather than frightening. It also describes Heidi’s eyes as “glowing” and states that she “devoured the scene,” suggesting that the image of the green pasture delights and fascinates her so much that she wants to examine every detail. Choice D is incorrect because it’s unclear from the text whether Heidi has ever seen a shepherd with his sheep before. The text merely suggests that she is delighted and fascinated by the image of the shepherd and his sheep.",
+ hasFigure: false,
+ },
+ {
+ id: "6675c5c3",
+ type: "mcq",
+ passage:
+ "The following text is from Shyam Selvadurai’s 1994 novel Funny Boy. The seven-year-old narrator lives with his family in Sri Lanka. Radha Aunty is the narrator’s aunt.
Radha Aunty, who was the youngest in my father’s family, had left for America four years ago when I was three, and I could not remember what she looked like. I went into the corridor to look at the family photographs that were hung there. But all the pictures were old ones, taken when Radha Aunty was a baby or young girl. Try as I might, I couldn’t get an idea of what she looked like now. My imagination, however, was quick to fill in this void.
©1994 by Shyam Selvadurai.
",
+ questionHtml:
+ "According to the text, why does the narrator consult some family photographs?",
+ choices: [
+ {
+ label: "A",
+ text: "He wants to use the photographs as inspiration for a story he is writing.",
+ },
+ {
+ label: "B",
+ text: "He is curious about how his father dressed a long time ago.",
+ },
+ {
+ label: "C",
+ text: "He hopes the photographs will help him recall what his aunt looked like.",
+ },
+ {
+ label: "D",
+ text: "He wants to remind his aunt of an event that is shown in an old photograph.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The text states that the narrator couldn’t remember what his Radha Aunty looked like, so he went to look at the family photographs she was in.
Choice A is incorrect. There’s no mention of any story that the narrator is writing. Rather, we’re told that the narrator couldn’t remember what his aunt looked like, so he went to look at the family photographs she was in. Choice B is incorrect. The text doesn’t mention how the narrator’s father dressed. Rather, we’re told that the narrator couldn’t remember what his aunt looked like, so he went to look at the family photographs she was in. Choice D is incorrect. The text doesn’t mention any events shown in the photographs. Rather, we’re told that the narrator couldn’t remember what his aunt looked like, so he went to look at the family photographs she was in.",
+ hasFigure: false,
+ },
+ {
+ id: "78b265b2",
+ type: "mcq",
+ passage:
+ "In 2014, Amelia Quon and her team at NASA set out to build a helicopter capable of flying on Mars. Because Mars’s atmosphere is only one percent as dense as Earth’s, the air of Mars would not provide enough resistance to the rotating blades of a standard helicopter for the aircraft to stay aloft. For five years, Quon’s team tested designs in a lab that mimicked Mars’s atmospheric conditions. The craft the team ultimately designed can fly on Mars because its blades are longer and rotate faster than those of a helicopter of the same size built for Earth.
",
+ questionHtml:
+ "According to the text, why would a helicopter built for Earth be unable to fly on Mars?",
+ choices: [
+ {
+ label: "A",
+ text: "Because Mars and Earth have different atmospheric conditions",
+ },
+ {
+ label: "B",
+ text: "Because the blades of helicopters built for Earth are too large to work on Mars",
+ },
+ {
+ label: "C",
+ text: "Because the gravity of Mars is much weaker than the gravity of Earth",
+ },
+ {
+ label: "D",
+ text: "Because helicopters built for Earth are too small to handle the conditions on Mars",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents an explanation about a helicopter that is directly supported by the text. The text states that Mars’s atmosphere is much less dense than Earth’s, and as a result, the air on Mars doesn’t provide the resistance required to support the blades of a helicopter built for Earth and to keep the helicopter aloft. In other words, a helicopter built for Earth can’t fly on Mars because of the differences in the two planets’ atmospheres.
Choice B is incorrect because instead of stating that the blades of helicopters built for Earth are too large to work on Mars, the text indicates that the helicopter built to fly on Mars actually has even longer blades than a helicopter built for Earth. Choice C is incorrect because the text never addresses the role of gravity on Mars or on Earth; instead, it focuses on atmospheric conditions. Choice D is incorrect because the text doesn’t indicate that helicopters built for Earth are too small to operate in the conditions on Mars. In fact, the text states that the size of the helicopter built to fly on Mars is the same size as a helicopter built for Earth, even though it has longer blades that rotate faster.",
+ hasFigure: false,
+ },
+ {
+ id: "7921b86b",
+ type: "mcq",
+ passage:
+ "Oluwaseyi Moejoh cofounded U-recycle Initiative Africa when she was only a teenager. Moejoh and her team founded the organization to teach young people how their actions affect the environment and why recycling is important. For example, the organization put on an exhibit of art made using recycled materials.
",
+ questionHtml:
+ "According to the text, what is one reason Moejoh and others founded U-recycle Initiative Africa?",
+ choices: [
+ { label: "A", text: "To bring attention to overlooked African artists" },
+ { label: "B", text: "To teach young people why recycling is important" },
+ { label: "C", text: "To help adults gain important outdoor skills" },
+ {
+ label: "D",
+ text: "To give teenagers advice about starting businesses",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it describes a reason that Moejoh and team founded U-recycle Initiative Africa. The text mentions two reasons the initiative was founded: to teach young people about how they affect the environment and to teach them “why recycling is important.” Thus, teaching the importance of recycling to young people accurately describes a motivation that the text cites as a reason for the initiative’s founding.
Choice A is incorrect. Although art is mentioned in the text, there are no details about artists or whether they are being overlooked. Choice C is incorrect because the text is explicitly about young people and their relationship to the environment and recycling. There is no mention of adults or outdoor skills. Choice D is incorrect. Although the text discusses young people, which likely includes teenagers, there is no mention of starting businesses.",
+ hasFigure: false,
+ },
+ {
+ id: "89961e26",
+ type: "mcq",
+ passage:
+ "Artist Justin Favela explained that he wanted to reclaim the importance of the piñata as a symbol in Latinx culture. To do so, he created numerous sculptures from strips of tissue paper, which is similar to the material used to create piñatas. In 2017, Favela created an impressive life-size piñata-like sculpture of the Gypsy Rose lowrider car, which was displayed at the Petersen Automotive Museum in Los Angeles, California. The Gypsy Rose lowrider was famously driven by Jesse Valadez, an early president of the Los Angeles Imperials Car Club.
",
+ questionHtml:
+ "According to the text, which piece of Favela’s art was on display in the Petersen Automotive Museum in 2017?",
+ choices: [
+ { label: "A", text: "A painting of Los Angeles" },
+ { label: "B", text: "A sculpture of a lowrider car" },
+ { label: "C", text: "A painting of a piñata" },
+ { label: "D", text: "A sculpture of Jesse Valadez" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The text describes Favela’s approach to sculpture, and then describes the lowrider car that he depicted in 2017.
Choice A is incorrect. This isn’t what the text says. The Petersen Automotive Museum is located in Los Angeles, but Favela’s artwork isn’t a painting, and it doesn’t depict L.A. Choice C is incorrect. This isn’t what the text says. Favela makes sculptures similar to piñatas, not paintings of them. Choice D is incorrect. This isn’t what the text says. Jesse Valadez owned the lowrider car that Favela depicted in sculpture.",
+ hasFigure: false,
+ },
+ {
+ id: "8a8236e1",
+ type: "mcq",
+ passage:
+ "Scent is tightly interwoven with our daily lives, often evoking significant memories and important social events. This connection is of growing interest to archaeologists who hope to use it to better understand ancient rituals, trade, social hierarchies, and medicine. Although the speed at which odor molecules dissipate makes identifying ancient scents challenging, advancements in biomolecular technologies show promise in unlocking ancient aromas from preserved artifacts. Archaeological studies making use of these advancements may provide new insights into past societies.
",
+ questionHtml:
+ "According to the text, what is one reason some archaeologists are interested in recovering scents from ancient artifacts?",
+ choices: [
+ {
+ label: "A",
+ text: "They are investigating whether people’s sense of smell has declined in recent centuries.",
+ },
+ {
+ label: "B",
+ text: "They believe the scents could illuminate important aspects of ancient life.",
+ },
+ {
+ label: "C",
+ text: "They think that ancient scents would be enjoyable to people today.",
+ },
+ {
+ label: "D",
+ text: "They hope to develop new medicines using ancient scent molecules.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The text states that archaeologists are interested in using scents to better understand "ancient rituals, trade, social hierarchies, and medicine," all of which are important aspects of ancient life.
Choice A is incorrect. The text doesn’t say anything about investigating if people’s sense of smell has declined in recent centuries. It says that scents fade over time—not that people have gotten worse at smelling scents. Choice C is incorrect. The text says that archaeologists are interested in using scents to better understand "ancient rituals, trade, social hierarchies, and medicine," but it doesn’t say anything about ancient scents being enjoyable to people today. Choice D is incorrect. The text doesn’t say anything about developing new medicines. Rather, it says that archaeologists are interested in using scents to better understand "ancient rituals, trade, social hierarchies, and medicine."',
+ hasFigure: false,
+ },
+ {
+ id: "a842db60",
+ type: "mcq",
+ passage:
+ "To make her art more widely available, graphic artist Elizabeth Catlett turned to linocuts. In linocut printing, an artist carves an image into a sheet of linoleum to create a stamp that is used to mass-produce prints. In the linocut series The Black Woman (1946–1947), Catlett depicts the everyday experiences of Black women alongside the achievements of well-known Black women. This pairing invites the viewer to draw connections among the women. The linocut process enabled Catlett’s work to reach a wide audience and supported her aim to unite Black women through her art.
",
+ questionHtml:
+ "According to the text, what is significant about Catlett’s use of linocut printing?",
+ choices: [
+ {
+ label: "A",
+ text: "Linocut printing involved using materials that were readily available to Catlett.",
+ },
+ {
+ label: "B",
+ text: "Linocut printing helped Catlett use art to connect people, especially Black women.",
+ },
+ {
+ label: "C",
+ text: "Catlett became commercially successful once she started using linocut printing.",
+ },
+ {
+ label: "D",
+ text: "Catlett was one of the first Black artists to use linocut printing.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The last sentence states that the linocut process “supported her Catlett’s aim to unite Black women through her art.”
Choice A is incorrect. The text briefly describes the linocut printing process but doesn’t discuss the availability of the materials used in the process. Choice C is incorrect. The text says that the linocut process “enabled Catlett’s work to reach a wide audience,” but that doesn’t mean that linocuts made her “commercially successful.” In other words, we don’t know how much money she made off her linocuts—we only know that more people were able to see her work. Choice D is incorrect. The text says that Catlett depicted Black women in her linocuts, but not that she was one of the first Black artists to use linocut printing.",
+ hasFigure: false,
+ },
+ {
+ id: "baef99a5",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Oscar Wilde’s 1891 novel The Picture of Dorian Gray. Dorian Gray is taking his first look at a portrait that Hallward has painted of him.
Dorian passed listlessly in front of his picture and turned towards it. When he saw it he drew back, and his cheeks flushed for a moment with pleasure. A look of joy came into his eyes, as if he had recognized himself for the first time. He stood there motionless and in wonder, dimly conscious that Hallward was speaking to him, but not catching the meaning of his words. The sense of his own beauty came on him like a revelation. He had never felt it before.
",
+ questionHtml: "According to the text, what is true about Dorian?",
+ choices: [
+ {
+ label: "A",
+ text: "He wants to know Hallward’s opinion of the portrait.",
+ },
+ { label: "B", text: "He is delighted by what he sees in the portrait." },
+ { label: "C", text: "He prefers portraits to other types of paintings." },
+ {
+ label: "D",
+ text: "He is uncertain of Hallward’s talent as an artist.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents a statement about Dorian that is directly supported by the text. The narrator of the text says that when Dorian sees his portrait, “his cheeks flushed for a moment with pleasure” and “a look of joy came into his eyes.” The narrator goes on to say that Dorian looked at the portrait “in wonder” and presents him as being so entranced by the portrait that he doesn’t notice what Hallward is saying to him. All these details support the description of Dorian as being delighted by what he sees in the portrait.
Choice A is incorrect because Dorian isn’t depicted as interested in Hallward’s opinion of the portrait but rather as so enraptured by the painting that he’s hardly even aware of Hallward. Choice C is incorrect because the portrait of Dorian is the only painting that is mentioned in the text, so there’s no evidence that Dorian prefers portraits to other types of paintings. Although Dorian is depicted as delighted with this particular portrait, there’s no way of knowing from the text whether he likes portraits better than other kinds of paintings. Choice D is incorrect because nothing in the text suggests that Dorian is uncertain about Hallward’s talent. Instead, the text is focused on Dorian’s delight with the portrait.",
+ hasFigure: false,
+ },
+ {
+ id: "c228bd45",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Edith Nesbit’s 1906 novel The Railway Children.
Mother did not spend all her time in paying dull visits to dull ladies, and sitting dully at home waiting for dull ladies to pay visits to her. She was almost always there, ready to play with the children, and read to them, and help them to do their home-lessons. Besides this she used to write stories for them while they were at school, and read them aloud after tea, and she always made up funny pieces of poetry for their birthdays and for other great occasions.
",
+ questionHtml: "According to the text, what is true about Mother?",
+ choices: [
+ { label: "A", text: "She wishes that more ladies would visit her." },
+ { label: "B", text: "Birthdays are her favorite special occasion." },
+ { label: "C", text: "She creates stories and poems for her children." },
+ { label: "D", text: "Reading to her children is her favorite activity." },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it describes something that is true of Mother, as presented in the text. The text indicates that in addition to other activities, Mother writes stories for her children while they are at school and makes up “funny pieces of poetry” for certain occasions.
Choice A is incorrect because the text suggests that Mother prefers to spend her time with her children and doesn’t sit at home hoping that ladies will visit her. Choice B is incorrect because the text says only that Mother makes up poetry for the children’s birthdays, not that she likes birthdays more than other special occasions. Choice D is incorrect because the text doesn’t suggest that Mother prefers reading to her children over the other activities she does with them, such as playing with them and writing stories and poems for them.",
+ hasFigure: false,
+ },
+ {
+ id: "d8758c3b",
+ type: "mcq",
+ passage:
+ "Psychologists wanted to test how young children think about rewards and fairness. In an experiment, two teachers handed out rewards while children (ages four to six) watched. The teachers gave out the same number of rewards, but one of them counted the rewards out loud. The children were then asked who was fairer. 73% chose the teacher who counted. The psychologists think that counting showed the children that the teacher wanted to be fair. The children may have believed that the teacher who did not count did not care about fairness.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Psychologists think children cannot understand the concept of fairness until they are six years old.",
+ },
+ {
+ label: "B",
+ text: "An experiment found that counting out loud is the best way to teach mathematical concepts to children.",
+ },
+ {
+ label: "C",
+ text: "Psychologists think young children expect to be rewarded when the children show that they care about fairness.",
+ },
+ {
+ label: "D",
+ text: "An experiment showed that the way rewards are given out may affect whether young children think the situation is fair.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text describes a study assessing how children think of rewards and fairness and its results. It concludes that the children in the study may have thought that a teacher who counted out loud when giving rewards cared more about fairness than a teacher who did not count out loud.
Choice A is incorrect. The children in the study are described as being “four to six,” and the text doesn’t mention any differences among the different ages. Choice B is incorrect. The experiment wasn’t about teaching math—rather, it was about how counting out loud affected the children’s perception of fairness. Choice C is incorrect. The experiment doesn’t focus on whether the children care about fairness, and the text never mentions the children’s expectations of being rewarded.",
+ hasFigure: false,
+ },
+ {
+ id: "dc5edbf6",
+ type: "mcq",
+ passage:
+ "Microplastics are pieces of plastic that are smaller than a grain of rice. These small plastics can be found in large quantities in ocean waters. Ecologist Jessica Reichert and her team are studying the role reef-building corals have in capturing microplastics from ocean waters. Through research, her team has found that these corals may be storing up to 20 million kilograms of microplastics each year in their skeletons and tissues.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Ecologists are interested in learning more about how certain corals build large reefs.",
+ },
+ {
+ label: "B",
+ text: "Questions remain around the impact certain corals have on ocean ecosystems.",
+ },
+ {
+ label: "C",
+ text: "Microplastics are small pieces of plastic that can be found in ocean waters.",
+ },
+ {
+ label: "D",
+ text: "Ecologists predict that corals store large amounts of microplastics from ocean waters.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text describes a study about how reef-building corals capture microplastics from ocean waters, which found that these corals are storing 20 million kilograms of microplastics in their skeletons and tissues.
Choice A is incorrect. While the researchers are studying “reef-building corals,” the focus of their study isn’t how the corals build the reefs. Rather, they’re studying how corals may be storing microplastics from ocean waters. Choice B is incorrect. The text doesn’t mention any unanswered questions about the impact of corals on ocean ecosystems—rather, the study assesses one interaction between corals and microplastics. Choice C is incorrect. The text does say this, but it’s a detail—not the main idea. The main idea of the text is about the study that found that corals may be storing microplastics from ocean waters in their skeletons and tissues.",
+ hasFigure: false,
+ },
+ {
+ id: "de0a5b4e",
+ type: "mcq",
+ passage:
+ "In 2022, researchers rediscovered ancient indigenous glyphs, or drawings, on the walls of a cave in Alabama. The cave’s ceiling was only a few feet high, affording no position from which the glyphs, being as wide as ten feet, could be viewed or photographed in their entirety. However, the researchers used a technique called photogrammetry to assemble numerous photos of the walls into a 3D model. They then worked with representatives of tribes originally from the region, including the Chickasaw Nation, to understand the significance of the animal and humanoid figures adorning the cave.
",
+ questionHtml:
+ "According to the text, what challenge did the researchers have to overcome to examine the glyphs?",
+ choices: [
+ {
+ label: "A",
+ text: "The cave was so remote that the researchers couldn’t easily reach it.",
+ },
+ {
+ label: "B",
+ text: "Some of the glyphs were so faint that they couldn’t be photographed.",
+ },
+ {
+ label: "C",
+ text: "The researchers were unable to create a 3D model of the cave.",
+ },
+ {
+ label: "D",
+ text: "The cave’s dimensions prevented the researchers from fully viewing the glyphs.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text describes the very low ceiling of the cave, making it impossible to photograph the very wide glyphs all at once.
Choice A is incorrect. The text doesn’t say this. It never suggests that the cave was remote or difficult to access, just that the cave itself was difficult to photograph well. Choice B is incorrect. The text doesn’t say this. The glyphs were so wide that they couldn’t be photographed completely. Choice C is incorrect. The text states the opposite of this. The researchers “used a technique called photogrammetry to assemble numerous photos of the walls into a 3D model.”",
+ hasFigure: false,
+ },
+];
+
+export const CENTRAL_IDEAS_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "11a9f635",
+ type: "mcq",
+ passage:
+ "Paleontologists searching for signs of ancient life have found many fossilized specimens of prehistoric human ancestors, including several from the Pleistocene era discovered in a geological formation in the Minatogawa quarry in Japan. However, to study the emergence of the earliest multicellular organisms to appear on Earth, researchers must turn elsewhere, such as to the Ediacaran geological formation at Mistaken Point in Canada. A UNESCO World Heritage Site, the 146-hectare reserve contains more than 10,000 fossils that together document a critical moment in evolutionary history.
",
+ questionHtml:
+ "What does the text indicate about the geological formation at Mistaken Point?",
+ choices: [
+ {
+ label: "A",
+ text: "It holds a greater number of fossils but from a smaller variety of species than the formation in the Minatogawa quarry does.",
+ },
+ {
+ label: "B",
+ text: "It has provided evidence that the earliest human species may have emerged before the Pleistocene era.",
+ },
+ {
+ label: "C",
+ text: "It is widely considered by paleontologists to be the most valuable source of information about prehistoric life forms.",
+ },
+ {
+ label: "D",
+ text: "It contains specimens from an older time period than those found in the formation in the Minatogawa quarry.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text says that the formation at Mistaken Point contains fossils of “the earliest multicellular organisms,” which implies that these fossils are from an older time period than the fossils of “prehistoric human ancestors” found in the Minatogawa quarry.
Choice A is incorrect. The text says that the formation at Mistake Point contains “more than 10,000 fossils,” but it doesn’t compare this number to the number of fossils in the Minatogawa quarry. It also doesn’t say anything about the variety of species in either formation. Choice B is incorrect. The text says that the formation at Mistaken Point contains fossils of “the earliest multicellular organisms,” but it never says that the site contains early human fossils too. Rather, the early human fossils mentioned in the text were found in the formation at Minatogawa quarry. Choice C is incorrect. The text says that the fossils at Mistaken Point “document a critical moment in evolutionary history,” but it never says that Mistaken Point is the most valuable source of information about prehistoric life forms.",
+ hasFigure: false,
+ },
+ {
+ id: "12030076",
+ type: "mcq",
+ passage:
+ "NASA’s Aspera mission, led by Carlos Vargas, will investigate the circumgalactic medium (CGM), the huge swaths of low-density gas that fill and surround galaxies. Specifically, the team will focus on portions of the gas that exist in a “warm-hot” phase: these portions haven’t previously been observable but are thought to fuel new star formation and hold most of the mass that makes up a galaxy. Using a telescope capable of revealing these parts of the CGM, the Aspera mission should help answer long-standing questions about how galaxies emerge, change, and even interact.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "As the leader of NASA’s Aspera mission, Vargas will be the first person to investigate the makeup of the CGM.",
+ },
+ {
+ label: "B",
+ text: "Although galaxies that are surrounded by the CGM have been studied, researchers have been unable to directly observe low-density gas in the CGM in the “warm-hot” phase.",
+ },
+ {
+ label: "C",
+ text: "Researchers don’t yet have a complete understanding of the process of galaxy evolution but have raised the possibility that galaxies interact with each other at times.",
+ },
+ {
+ label: "D",
+ text: "The Aspera mission is expected to produce the first direct observations of CGM gas in the “warm-hot” phase, which likely has an important role in the evolution of galaxies.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most accurately states the main idea of the text. The text begins by mentioning NASA’s Aspera mission, which will investigate the low-density gas that makes up the circumgalactic medium (CGM). According to the text, this mission will focus on a portion of the CGM’s gas that exists in a “warm-hot” phase; this “warm-hot” gas has not been previously observed, but it is thought to make up most of the mass of galaxies and play a part in star formation. Finally, the text mentions a telescope capable of examining this previously unobservable “warm-hot” gas: the Aspera mission will use this telescope in the hope of answering questions about galaxy formation and change. Therefore, the main idea of the text is that the Aspera mission is likely to produce the first direct observations of CGM gas in the “warm-hot” phase, which likely has an important role in the evolution of galaxies.
Choice A is incorrect. Although this choice mentions the Aspera mission, names its leader, and generally states the mission’s purpose, it does not reference the “warm-hot” gas or fully convey the reason why the Aspera mission is significant. Choice B is incorrect. Although this choice mentions the “warm-hot” gas that makes up a portion of the CGM, it does not reference the Aspera mission or describe its importance. The text also does not mention that galaxies surrounded by the CGM have been studied. Choice C is incorrect. Although this choice describes a problem related to the CGM that researchers have been attempting to solve and presents the speculation of those researchers, it does not mention the Aspera mission or describe its purpose.",
+ hasFigure: false,
+ },
+ {
+ id: "3f05e40f",
+ type: "mcq",
+ passage:
+ "In many of his sculptures, artist Richard Hunt uses broad forms rather than extreme accuracy to hint at specific people or ideas. In his first major work, Arachne (1956), Hunt constructed the mythical character Arachne, a weaver who was changed into a spider, by welding bits of steel together into something that, although vaguely human, is strange and machine-like. And his large bronze sculpture The Light of Truth (2021) commemorates activist and journalist Ida B. Wells using mainly flowing, curved pieces of metal that create stylized flame.
",
+ questionHtml: "Which choice best states the text’s main idea about Hunt?",
+ choices: [
+ {
+ label: "A",
+ text: "He often depicts the subjects of his sculptures using an unrealistic style.",
+ },
+ {
+ label: "B",
+ text: "He uses different kinds of materials depending on what kind of sculpture he plans to create.",
+ },
+ {
+ label: "C",
+ text: "He tends to base his art on important historical figures rather than on fictional characters.",
+ },
+ {
+ label: "D",
+ text: "He has altered his approach to sculpture over time, and his works have become increasingly abstract.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately states the main idea of the text. According to the text, many of Richard Hunt’s sculptures “use broad forms rather than extreme accuracy”—in other words, they are more abstract than realistic. To illustrate Hunt’s abstract approach, the text characterizes his sculpture of Arachne as “vaguely human” and his work in honor of Ida B. Wells as “using mainly flowing, curved pieces of metal that create stylized flame.” Thus, the main idea is that Hunt often depicts the subjects of his sculptures using an unrealistic style.
Choice B is incorrect. Although the text indicates that one of Hunt’s sculptures is made of steel and another of bronze, there is no mention of why he chose these materials. Choice C is incorrect because the text says nothing about how Hunt chose the subjects for his sculptures. Furthermore, of the two examples provided in the text, only Ida B. Wells is an important historical figure; Arachne is a “mythical character.” Choice D is incorrect because the text says nothing about how Hunt’s style changed over time. In fact, although the two examples of Hunt’s work discussed in the text were created 65 years apart, they are both described as heavily stylized rather than realistic, which may suggest that some aspects of Hunt’s style haven’t changed over that time.",
+ hasFigure: false,
+ },
+ {
+ id: "409058ee",
+ type: "mcq",
+ passage:
+ "To protect themselves when being attacked, hagfish—jawless marine animals that resemble eels—will release large quantities of slimy, mucus-like threads. Because these threads are unusually strong and elastic, scientist Atsuko Negishi and her colleagues have been trying to recreate them in a lab as an eco-friendly alternative to petroleum-based fibers that are often used in fabrics. The researchers want to reproduce the threads in the lab because farming hagfish for their slime would be expensive and potentially harmful to the hagfish.
",
+ questionHtml: "Which choice best states the text’s main idea?",
+ choices: [
+ {
+ label: "A",
+ text: "The slimy threads that hagfish release might help researchers create a new kind of fabric.",
+ },
+ {
+ label: "B",
+ text: "Hagfish have inspired researchers to develop a new petroleum-based fabric.",
+ },
+ {
+ label: "C",
+ text: "Hagfish are not well suited to being raised in captivity.",
+ },
+ {
+ label: "D",
+ text: "The ability of hagfish to slime their attackers compensates for their being jawless.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The text first describes hagfish slime and its properties, then it transitions to talking about the possibilities of using lab-made equivalents to use in eco-friendly fabrics.
Choice B is incorrect. The text says the opposite of this choice. The researchers are developing an alternative to petroleum-based fabric. Choice C is incorrect. This choice is too narrow to be the main point of the text. Only one line describes how farming would be “potentially harmful” to the hagfish. Choice D is incorrect. This choice isn’t supported by the text. We don’t know from the text whether being jawless makes the hagfish more vulnerable.",
+ hasFigure: false,
+ },
+ {
+ id: "5325b3cc",
+ type: "mcq",
+ passage:
+ "Philadelphia’s Black Pearl Chamber Orchestra, founded by Jeri Lynne Johnson, performs classical music, from well-known compositions by Beethoven to contemporary works by Jessie Montgomery. For the orchestra’s iConduct! program, Johnson invites community members to learn some basic elements of conducting and then experience conducting the Black Pearl orchestra themselves.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The Black Pearl orchestra performs music from all over the world but mostly performs music composed by Philadelphians.",
+ },
+ {
+ label: "B",
+ text: "Johnson founded the Black Pearl orchestra to perform classical music by contemporary artist Jessie Montgomery.",
+ },
+ {
+ label: "C",
+ text: "The Black Pearl orchestra gives community members the chance to both listen to and participate in classical music performance.",
+ },
+ {
+ label: "D",
+ text: "Johnson has community members conduct an orchestra to demonstrate how difficult the task is.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most accurately states the main idea of the text. The text begins by stating that the Black Pearl orchestra performs classical music, and then goes on to explain that the orchestra offers an iConduct! program. According to the text, this program offers community members the opportunity to learn some basics about conducting and then apply what they learn by conducting the orchestra themselves. Thus, the main idea of the text is that community members can both listen to and participate in a classical music performance.
Choice A is incorrect. Although the text states that the Black Pearl orchestra is based in Philadelphia, it doesn’t indicate that most of the music it plays was composed by Philadelphians. Choice B is incorrect. Although the text does state that Johnson founded the Black Pearl orchestra, this is just a detail and not the main focus of the text. Moreover, while the text does say that the orchestra sometimes plays music by Montgomery, it doesn’t assert that the orchestra was founded solely for the purpose of performing Montgomery’s work. Choice D is incorrect. Although the text explains that community members are invited to conduct the Black Pearl orchestra after participating in the iConduct! program, the text doesn’t indicate that Johnson allows community members to do this for the specific purpose of showing how difficult the task is.",
+ hasFigure: false,
+ },
+ {
+ id: "602b47c7",
+ type: "mcq",
+ passage:
+ "Biologists have predicted that birds’ feather structures vary with habitat temperature, but this hadn’t been tested in mountain environments. Ornithologist Sahas Barve studied feathers from 249 songbird species inhabiting different elevations—and thus experiencing different temperatures—in the Himalaya Mountains. He found that feathers of high-elevation species not only have a greater proportion of warming downy sections to flat and smooth sections than do feathers of low-elevation species, but high-elevation species’ feathers also tend to be longer, providing a thicker layer of insulation.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Barve’s investigation shows that some species of Himalayan songbirds have evolved feathers that better regulate body temperature than do the feathers of other species, contradicting previous predictions.",
+ },
+ {
+ label: "B",
+ text: "Barve found an association between habitat temperature and feather structure among Himalayan songbirds, lending new support to a general prediction.",
+ },
+ {
+ label: "C",
+ text: "Barve discovered that songbirds have adapted to their environment by growing feathers without flat and smooth sections, complicating an earlier hypothesis.",
+ },
+ {
+ label: "D",
+ text: "The results of Barve’s study suggest that the ability of birds to withstand cold temperatures is determined more strongly by feather length than feather structure, challenging an established belief.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The text describes how Barve found an association between habitat temperature and feather structure among Himalayan songbirds, which supports the general prediction that birds’ feather structures vary with habitat temperature.
Choice A is incorrect. Barve’s study isn’t said to contradict previous predictions. In fact, the study supports the prediction described in the first sentence, which is that birds’ feather structures vary with habitat temperature. Choice C is incorrect. Barve’s study isn’t said to “complicate an earlier hypothesis.” In fact, the study supports the earlier prediction described in the first sentence, which is that birds’ feather structures vary with habitat temperature. Choice D is incorrect. The text doesn’t compare the importance of feather length and feather structure, and it doesn’t say that Barve’s study challenges any established beliefs. In fact, the study supports the prediction described in the first sentence, which is that birds’ feather structures vary with habitat temperature.",
+ hasFigure: false,
+ },
+ {
+ id: "659c6c1d",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Robert Louis Stevenson’s 1883 novel Treasure Island. Bill is a sailor staying at the Admiral Benbow, an inn run by the narrator’s parents.
Every day when Bill came back from his stroll he would ask if any seafaring men had gone by along the road. At first we thought it was the want of company of his own kind that made him ask this question, but at last we began to see he was desirous to avoid them. When a seaman did stay at the Admiral Benbow (as now and then some did) he would look in at him through the curtained door before he entered the parlour; and he was always sure to be as silent as a mouse when any such was present.
",
+ questionHtml:
+ "According to the text, why does Bill regularly ask about “seafaring men”?",
+ choices: [
+ {
+ label: "A",
+ text: "He’s hoping to find an old friend and fellow sailor.",
+ },
+ {
+ label: "B",
+ text: "He’s trying to secure a job as part of the crew on a new ship.",
+ },
+ {
+ label: "C",
+ text: "He isn’t sure that other guests at the inn will be welcoming of sailors.",
+ },
+ {
+ label: "D",
+ text: "He doesn’t want to encounter any other sailor unexpectedly.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The narrator says that, at first, they thought Bill asked regularly about other seafarers because he wanted their company, but eventually they realized that Bill actually wanted to avoid them.
Choice A is incorrect. This isn’t the reason the text gives for why Bill regularly asks about “seafaring men.” The narrator says that, at first, they thought Bill asked regularly about other seafarers because he wanted their company, but eventually they realized that Bill wanted to avoid them. Choice B is incorrect. This isn’t the reason the text gives for why Bill regularly asks about “seafaring men.” The narrator says that, at first, they thought Bill asked regularly about other seafarers because he wanted their company, but eventually they realized that Bill wanted to avoid them. Choice C is incorrect. This isn’t the reason the text gives for why Bill regularly asks about “seafaring men.” The narrator says that, at first, they thought Bill asked regularly about other seafarers because he wanted their company, but eventually they realized that Bill wanted to avoid them.",
+ hasFigure: false,
+ },
+ {
+ id: "66bef967",
+ type: "mcq",
+ passage:
+ "Choctaw/Cherokee artist Jeffrey Gibson turns punching bags used by boxers into art by decorating them with beadwork and elements of Native dressmaking. These elements include leather fringe and jingles, the metal cones that cover the dresses worn in the jingle dance, a women’s dance of the Ojibwe people. Thus, Gibson combines an object commonly associated with masculinity (a punching bag) with art forms traditionally practiced by women in most Native communities (beadwork and dressmaking). In this way, he rejects the division of male and female gender roles.
",
+ questionHtml:
+ "Which choice best describes Gibson’s approach to art, as presented in the text?",
+ choices: [
+ {
+ label: "A",
+ text: "He draws from traditional Native art forms to create his original works.",
+ },
+ {
+ label: "B",
+ text: "He has been influenced by Native and non-Native artists equally.",
+ },
+ {
+ label: "C",
+ text: "He finds inspiration from boxing in designing the dresses he makes.",
+ },
+ {
+ label: "D",
+ text: "He rejects expectations about color and pattern when incorporating beadwork.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes Gibson’s approach to art. As the text explains, Gibson, who is Cherokee and Choctaw, transforms punching bags into art pieces by applying (or attaching) to them beadwork and elements of Native dressmaking, including leather fringe and the jingles of the jingle dress. The text goes on to say that in most Native communities, the art forms of beadwork and dressmaking are traditionally practiced by women. Therefore, Gibson’s approach to art consists of creating original works by drawing from traditional Native art forms.
Choice B is incorrect. Because Gibson incorporates Native art forms into his own original artwork, it can be inferred that he has been influenced by other Native artists, but the text never suggests that non-Native artists have influenced him. Choice C is incorrect because the text doesn’t indicate that Gibson designs dresses influenced by boxing but instead that he turns punching bags, which are used in boxing, into works of art by applying elements of Native dressmaking to them. Choice D is incorrect. Although Gibson does incorporate beadwork into his art, the text never mentions the colors or patterns that he uses or suggests that his art defies the expectations that people might have about color and pattern in beadwork.",
+ hasFigure: false,
+ },
+ {
+ id: "66c47028",
+ type: "mcq",
+ passage:
+ "In 1934 physicist Eugene Wigner posited the existence of a crystal consisting entirely of electrons in a honeycomb-like structure. The so-called Wigner crystal remained largely conjecture, however, until Feng Wang and colleagues announced in 2021 that they had captured an image of one. The researchers trapped electrons between two semiconductors and then cooled the apparatus, causing the electrons to settle into a crystalline structure. By inserting an ultrathin sheet of graphene above the crystal, the researchers obtained an impression—the first visual confirmation of the Wigner crystal.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Researchers have obtained the most definitive evidence to date of the existence of the Wigner crystal.",
+ },
+ {
+ label: "B",
+ text: "Researchers have identified an innovative new method for working with unusual crystalline structures.",
+ },
+ {
+ label: "C",
+ text: "Graphene is the most important of the components required to capture an image of a Wigner crystal.",
+ },
+ {
+ label: "D",
+ text: "It’s difficult to acquire an image of a Wigner crystal because of the crystal’s honeycomb structure.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately states the main idea of the text. According to the text, Eugene Wigner hypothesized that a crystal could exist that would be composed of electrons and have a honeycomb-like shape. The text goes on to say that the existence of the Wigner crystal remained unconfirmed until Feng Wang and colleagues were able to make an impression of one using two semiconductors and an ultrathin sheet of graphene. Thus, the main idea is that researchers have obtained the most definitive evidence to date of the existence of the Wigner crystal.
Choice B is incorrect because the text focuses on one kind of crystal—the Wigner crystal— and doesn’t discuss crystalline structures in general. And although the text conveys that Wang and colleagues figured out a way to capture an image of a Wigner crystal, it doesn’t address the idea of applying this approach to other types of crystals. Choice C is incorrect because the text describes in general the process Wang and colleagues followed to obtain an impression of the Wigner crystal; it doesn’t address the relative importance of each component in that process. Choice D is incorrect because the text doesn’t state that researchers had a hard time getting an impression of the Wigner crystal because of its honeycomb structure. Nothing in the text indicates why it took so long to prove the existence of this crystal or take an impression of it.",
+ hasFigure: false,
+ },
+ {
+ id: "7ffae38a",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Jack London’s 1903 novel The Call of the Wild. Buck is a sled dog living with John Thornton in Yukon, Canada.
Thornton alone held Buck. The rest of mankind was as nothing. Chance travellers might praise or pet him; but he was cold under it all, and from a too demonstrative man he would get up and walk away. When Thornton’s partners, Hans and Pete, arrived on the long-expected raft, Buck refused to notice them till he learned they were close to Thornton; after that he tolerated them in a passive sort of way, accepting favors from them as though he favored them by accepting.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Buck has become less social since he began living with Thornton.",
+ },
+ {
+ label: "B",
+ text: "Buck mistrusts humans and does his best to avoid them.",
+ },
+ {
+ label: "C",
+ text: "Buck has been especially well liked by most of Thornton’s friends.",
+ },
+ {
+ label: "D",
+ text: "Buck holds Thornton in higher regard than any other person.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most accurately states the main idea of the text. After establishing that Buck views most people “as nothing,” the text explains that Buck won’t acknowledge people other than Thornton unless they appear friendly toward Thornton, and even then he’s only reluctantly accepting. Thus, the text focuses on the idea that Thornton has a special status in Buck’s mind, with Buck holding him in higher regard than other people.
Choice A is incorrect because the text conveys that Buck isn’t social with people other than Thornton but doesn’t address Buck’s life or temperament before he lived with Thornton. Choice B is incorrect because the text conveys that Buck doesn’t really care about people other than Thornton and is aloof toward them. However, there’s no indication that Buck mistrusts and avoids people generally; indeed, he accepts Thornton, who is a human. Choice C is incorrect because the text refers to random travelers praising and petting Buck and Thornton’s partners giving Buck favors, but there’s no indication that any of these people are Thornton’s friends or that they have a particular fondness for Buck.",
+ hasFigure: false,
+ },
+ {
+ id: "835545cd",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Charles W. Chesnutt’s 1901 novel The Marrow of Tradition.
Mrs. Ochiltree was a woman of strong individuality, whose comments upon her acquaintances, present or absent, were marked by a frankness at times no less than startling. This characteristic caused her to be more or less avoided. Mrs. Ochiltree was aware of this sentiment on the part of her acquaintances, and rather exulted in it.
",
+ questionHtml:
+ "Based on the text, what is true about Mrs. Ochiltree’s acquaintances?",
+ choices: [
+ {
+ label: "A",
+ text: "They try to refrain from discussing topics that would upset Mrs. Ochiltree.",
+ },
+ {
+ label: "B",
+ text: "They are unable to spend as much time with Mrs. Ochiltree as she would like.",
+ },
+ {
+ label: "C",
+ text: "They are too preoccupied with their own concerns to speak with Mrs. Ochiltree.",
+ },
+ {
+ label: "D",
+ text: "They are likely offended by what Mrs. Ochiltree has said about them.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents a statement about Mrs. Ochiltree’s acquaintances that is supported by the text. The text indicates that Mrs. Ochiltree makes comments about her acquaintances that are frank, or direct and blunt, and sometimes startling. It also states that because of this behavior, the acquaintances tend to avoid Mrs. Ochiltree. Together, these details suggest that the acquaintances choose not to be around Mrs. Ochiltree because they are offended by the things she has said about them.
Choice A is incorrect because the text doesn’t suggest that Mrs. Ochiltree’s acquaintances avoid discussing topics that would upset Mrs. Ochiltree; instead, it states that they avoid being around Mrs. Ochiltree at all. Choice B is incorrect because the text makes it clear that Mrs. Ochiltree knows her acquaintances often avoid her and is pleased about it (she “rather exulted in it”), not that she wants to spend more time with them. Choice C is incorrect because the text doesn’t suggest that Mrs. Ochiltree’s acquaintances don’t speak with Mrs. Ochiltree because they are too focused on their own concerns, but rather because they don’t like the frank comments she makes.",
+ hasFigure: false,
+ },
+ {
+ id: "87aa7bab",
+ type: "mcq",
+ passage:
+ "A common assumption among art historians is that the invention of photography in the mid-nineteenth century displaced the painted portrait in the public consciousness. The diminishing popularity of the portrait miniature, which coincided with the rise of photography, seems to support this claim. However, photography’s impact on the portrait miniature may be overstated. Although records from art exhibitions in the Netherlands from 1820 to 1892 show a decrease in the number of both full-sized and miniature portraits submitted, this trend was established before the invention of photography.
",
+ questionHtml:
+ "Based on the text, what can be concluded about the diminishing popularity of the portrait miniature in the nineteenth century?",
+ choices: [
+ {
+ label: "A",
+ text: "Factors other than the rise of photography may be more directly responsible for the portrait miniature’s decline.",
+ },
+ {
+ label: "B",
+ text: "Although portrait miniatures became less common than photographs, they were widely regarded as having more artistic merit.",
+ },
+ {
+ label: "C",
+ text: "The popularity of the portrait miniature likely persisted for longer than art historians have assumed.",
+ },
+ {
+ label: "D",
+ text: "As demand for portrait miniatures decreased, portrait artists likely shifted their creative focus to photography.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The text says that the impact of photography on the portrait miniature might be "overstated," as some records show a decrease in the number of portrait miniatures before the invention of photography. From this, we can conclude that factors other than the rise of photography may be more directly responsible for the portrait miniature’s decline.
Choice B is incorrect. The text never discusses the "artistic merit" of either art form. Choice C is incorrect. The text never suggests that the portrait miniature was popular for longer than historians thought—if anything, it suggests that the portrait miniature started losing its popularity earlier than historians thought. Choice D is incorrect. The text never suggests that portrait painters shifted to become photographers.',
+ hasFigure: false,
+ },
+ {
+ id: "92c2564d",
+ type: "mcq",
+ passage:
+ "Utah is home to Pando, a colony of about 47,000 quaking aspen trees that all share a single root system. Pando is one of the largest single organisms by mass on Earth, but ecologists are worried that its growth is declining in part because of grazing by animals. The ecologists say that strong fences could prevent deer from eating young trees and help Pando start thriving again.
",
+ questionHtml:
+ "According to the text, why are ecologists worried about Pando?",
+ choices: [
+ { label: "A", text: "It isn’t growing at the same rate it used to." },
+ { label: "B", text: "It isn’t producing young trees anymore." },
+ {
+ label: "C",
+ text: "It can’t grow into new areas because it is blocked by fences.",
+ },
+ {
+ label: "D",
+ text: "Its root system can’t support many more new trees.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents an explanation that is directly stated in the text for why ecologists are worried about Pando. The text states that Pando is a colony of about 47,000 quaking aspen trees that represents one of the largest organisms on Earth. According to the text, ecologists are worried that Pando’s growth is declining, partly because animals are feeding on the trees. In other words, the ecologists are worried that Pando isn’t growing at the same rate it used to.
Choice B is incorrect. Rather than indicating that Pando isn’t producing young trees anymore, the text reveals that Pando is indeed producing young trees, stating that those trees can be protected from grazing deer by strong fences. Choice C is incorrect because the text states that fences can be used to prevent deer from eating Pando’s young trees, not that Pando itself can’t grow in new areas because it’s blocked by fences. Choice D is incorrect because the text offers no evidence that Pando’s root system is incapable of supporting new trees or is otherwise a cause of worry for ecologists.",
+ hasFigure: false,
+ },
+ {
+ id: "95146ebb",
+ type: "mcq",
+ passage:
+ "The ice melted on a Norwegian mountain during a particularly warm summer in 2019, revealing a 1,700-year-old sandal to a mountaineer looking for artifacts. The sandal would normally have degraded quickly, but it was instead well preserved for centuries by the surrounding ice. According to archaeologist Espen Finstad and his team, the sandal, like those worn by imperial Romans, wouldn’t have offered any protection from the cold in the mountains, so some kind of insulation, like fabric or animal skin, would have needed to be worn on the feet with the sandal.
",
+ questionHtml:
+ "What does the text indicate about the discovery of the sandal?",
+ choices: [
+ {
+ label: "A",
+ text: "Temperatures contributed to both protecting and revealing the sandal.",
+ },
+ {
+ label: "B",
+ text: "The discovery revealed that the Roman Empire had more influence on Norway than archaeologists previously assumed.",
+ },
+ {
+ label: "C",
+ text: "Archaeologists would have found the sandal eventually without help from the general public.",
+ },
+ {
+ label: "D",
+ text: "The sandal would have degraded if it hadn’t been removed from the ice.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. A "particularly warm summer" revealed the sandal, and centuries of ice kept it "well preserved."
Choice B is incorrect. This choice doesn’t reflect the information in the text. The sandal is similar to Roman sandals, but there is no indication that it was a result of Roman influence. Choice C is incorrect. The text doesn’t support this choice. We don’t have enough information to know whether or not archaeologists would have found the sandal without people like the treasure-hunting mountaineer. Choice D is incorrect. The text says the opposite of this choice. The sandal was preserved by the ice for centuries.',
+ hasFigure: false,
+ },
+ {
+ id: "a59245a1",
+ type: "mcq",
+ passage:
+ "The painter María Izquierdo played an important role in the development of twentieth-century Mexican art, but her work has never been well-known in the United States except among art historians. One reason for Izquierdo’s relative obscurity is the enormous popularity of some of her peers. In particular, the painters Frida Kahlo and Diego Rivera have so captivated the interest of US audiences that Izquierdo and other Mexican artists from the period often get overlooked, despite the high quality of their work.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Izquierdo’s work is not as well-known in the United States as it should be because Kahlo and Rivera draw so much of the public’s attention.",
+ },
+ {
+ label: "B",
+ text: "During Izquierdo’s lifetime, her paintings were displayed in galleries in the United States much more frequently than paintings by Kahlo and Rivera were.",
+ },
+ {
+ label: "C",
+ text: "Izquierdo painted some of the same subjects that Kahlo and Rivera painted but used different techniques than they used.",
+ },
+ {
+ label: "D",
+ text: "Few of Izquierdo’s works are in galleries today because she produced only a small number of paintings.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately states the main idea of the text. The text begins by stating that María Izquierdo was an important figure in the history of twentieth-century Mexican art, but despite her importance, her work hasn’t received widespread recognition in the United States. According to the text, one reason for this is that Frida Kahlo and Diego Rivera are so famous in the US that they overshadow other important Mexican artists, including Izquierdo. Thus, the main idea of the text is that Izquierdo’s work is less well known in the US than it should be because Kahlo and Rivera draw most of the public’s attention.
Choice B is incorrect because the text doesn’t discuss the appearance of Izquierdo’s paintings in galleries in the US during her lifetime, nor does it suggest that her paintings were displayed more frequently than paintings by Kahlo or Rivera were. Instead, the text focuses on the fact that Izquierdo has been overlooked in the US because of Kahlo’s and Rivera’s greater popularity. Choice C is incorrect because the text doesn’t discuss either the subject matter of Izquierdo’s paintings or the techniques she used, nor does it compare these aspects of her paintings with those of Kahlo’s and Rivera’s paintings. Choice D is incorrect because the text doesn’t mention how many of Izquierdo’s paintings appear in galleries today, nor does it state that she produced only a small number of paintings.",
+ hasFigure: false,
+ },
+ {
+ id: "a66f9b8d",
+ type: "mcq",
+ passage:
+ "Cats can judge unseen people’s positions in space by the sound of their voices and thus react with surprise when the same person calls to them from two different locations in a short span of time. Saho Takagi and colleagues reached this conclusion by measuring cats’ levels of surprise based on their ear and head movements while the cats heard recordings of their owners’ voices from two speakers spaced far apart. Cats exhibited a low level of surprise when owners’ voices were played twice from the same speaker, but they showed a high level of surprise when the voice was played once each from the two different speakers.
",
+ questionHtml:
+ "According to the text, how did the researchers determine the level of surprise displayed by the cats in the study?",
+ choices: [
+ {
+ label: "A",
+ text: "They watched how each cat moved its ears and head.",
+ },
+ {
+ label: "B",
+ text: "They examined how each cat reacted to the voice of a stranger.",
+ },
+ {
+ label: "C",
+ text: "They studied how each cat physically interacted with its owner.",
+ },
+ { label: "D", text: "They tracked how each cat moved around the room." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it explains how the researchers determined the level of surprise displayed by the cats in the study. The text states that Saho Takagi and colleagues played recordings of the voice of each cat’s owner and measured how surprised the cat was by the recording based on how it moved its ears and head.
Choice B is incorrect because, as the text explains, the recordings played for each cat in the study were of the voice of the cat’s owner, not a stranger’s voice. Choice C is incorrect because the text explains that during the study, the cats didn’t interact directly with their owners; instead, the cats listened to recordings of their owners’ voices. Choice D is incorrect because the text doesn’t indicate that the researchers monitored the cats’ movement around the room in which the study was conducted.",
+ hasFigure: false,
+ },
+ {
+ id: "ad680167",
+ type: "mcq",
+ passage:
+ "The recovery of a 1,000-year-old Chinese shipwreck in the Java Sea near present-day Indonesia has yielded a treasure trove of artifacts, including thousands of small ceramic bowls. Using a portable X-ray fluorescence analyzer tool, Lisa Niziolek and her team were able to detect the chemical composition of these bowls without damaging them. By comparing the chemical signatures of the bowls with those of the materials still at old Chinese kiln sites, Niziolek and her team can pinpoint which Chinese kilns likely produced the ceramic bowls.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Because of a new technology, researchers can locate and recover more shipwrecks than they could in the past.",
+ },
+ {
+ label: "B",
+ text: "Researchers have been able to identify the location of a number of Chinese kilns in operation 1,000 years ago.",
+ },
+ {
+ label: "C",
+ text: "With the help of a special tool, researchers have determined the likely origin of bowls recovered from a shipwreck.",
+ },
+ {
+ label: "D",
+ text: "Before the invention of portable X-ray fluorescence, researchers needed to take a small piece out of an artifact to analyze its components.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most accurately states the main idea of the text. According to the text, thousands of ceramic bowls were found in a recovered Chinese shipwreck. The text goes on to say that Niziolek and her team used a special tool, a portable X-ray fluorescence analyzer, to determine the bowls’ chemical signatures. Comparing these chemical signatures with the chemical signatures of materials they had collected from old Chinese kiln sites, the text says, allowed the researchers to identify which kilns had produced the bowls. In other words, the researchers determined the bowls’ origin.
Choice A is incorrect. Although the text indicates that the researchers used technology in the form of a portable X-ray fluorescence analyzer, it doesn’t specifically state that this technology is new. In addition, the text says that Niziolek and her team used the tool to determine the chemical composition of bowls that were found in a Chinese shipwreck, not to locate and recover the shipwreck itself. There’s no indication in the text that a new technology can help researchers locate and recover shipwrecks. Choice B is incorrect because the text indicates that the researchers collected materials from old kiln sites for chemical comparison with the ceramic bowls, which means that the researchers must have already known the location of those kiln sites. Rather than identifying the location of the kilns, the researchers determined which kilns in operation 1,000 years ago had likely produced the bowls that were found in the shipwreck.
Choice D is incorrect. Although the text says that using a portable X-ray fluorescence analyzer tool enabled Niziolek and her team to analyze artifacts in the form of ceramic bowls without damaging them, the text doesn’t discuss how researchers analyzed artifacts before this tool was invented. Moreover, the point that the bowls were left undamaged isn’t the text’s main idea. Rather, it’s a detail that’s provided to develop the main idea, which is that the researchers used a special tool to determine where the bowls had been produced.",
+ hasFigure: false,
+ },
+ {
+ id: "adbcbce0",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Christina Rossetti’s 1881 poem “Monna Innominata 2.”
I wish I could remember that first day,
First hour, first moment of your meeting me,
If bright or dim the season, it might be
Summer or Winter for all I can say;
So unrecorded did it slip away,
So blind was I to see and to foresee,
So dull to mark the budding of my tree
That would not blossom yet for many a May.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The speaker celebrates how the passage of time has strengthened a relationship that once seemed unimportant.",
+ },
+ {
+ label: "B",
+ text: "Because the speaker did not anticipate how important a relationship would become, she cannot recall how the relationship began, which she regrets.",
+ },
+ {
+ label: "C",
+ text: "As the anniversary of the beginning of an important relationship approaches, the speaker feels conflicted about how best to commemorate it.",
+ },
+ {
+ label: "D",
+ text: "After years of neglecting a once valuable relationship, the speaker worries it may be too late for her to salvage the relationship.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The speaker says that they wish they could remember when they first met someone, but they can’t remember the meeting at all, because they didn’t know at the time that the relationship would "blossom" later on.
Choice A is incorrect. The speaker does say that the relationship has "blossomed" over time, but only briefly at the end—and they don’t really "celebrate" that fact. Rather, the text has a more regretful tone: it’s about how the speaker can’t remember first meeting this person, and they wish they could. Choice C is incorrect. The speaker doesn’t mention an anniversary—in fact, the speaker can’t remember when they met the person they’re talking about. Choice D is incorrect. The speaker doesn’t say that they neglected the relationship. In fact, the speaker suggests that the relationship has become very important to them—that’s why the speaker wishes that they could remember their first meeting.',
+ hasFigure: false,
+ },
+ {
+ id: "b62cb782",
+ type: "mcq",
+ passage:
+ "Culinary anthropologist Vertamae Smart-Grosvenor may be known for her decades of work in national public television and radio, but her book Vibration Cooking: or, the Travel Notes of a Geechee Girl is likely her most influential project. The 1970 book, whose title refers to Smart-Grosvenor’s roots in the Low Country of South Carolina, was unusual for its time. It combined memoir, recipes, travel writing, and social commentary and challenged notions about conventions of food and cooking. Long admired by many, the book and its author have shaped contemporary approaches to writing about cuisine.
",
+ questionHtml: "Which choice best describes the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Smart-Grosvenor’s unconventional book Vibration Cooking: or, the Travel Notes of a Geechee Girl is an important contribution to food writing.",
+ },
+ {
+ label: "B",
+ text: "Smart-Grosvenor held many different positions over her life, including reporter and food writer.",
+ },
+ {
+ label: "C",
+ text: "Smart-Grosvenor’s groundbreaking book Vibration Cooking: or, the Travel Notes of a Geechee Girl didn’t receive the praise it deserved when it was first published in 1970.",
+ },
+ {
+ label: "D",
+ text: "Smart-Grosvenor was a talented chef whose work inspired many people to start cooking for themselves.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately states the main idea of the text. The text describes the book Vibration Cooking: or, the Travel Notes of a Geechee Girl as Smart-Grosvenor’s “most influential project” and as “unusual for its time.” The text also notes that the book and author have influenced contemporary approaches to writing about food and cooking. Therefore, the text mainly conveys that Vibration Cooking: or, the Travel Notes of a Geechee Girl is an unconventional and important contribution to food writing.
Choice B is incorrect. Although the text mentions that Smart-Grosvenor worked in national public television and radio and was a food writer, these details aren’t the main focus. Rather than focusing on Smart-Grosvenor’s various jobs, the text focuses specifically on one specific book she wrote. Choice C is incorrect. Although the text suggests that Vibration Cooking: or, the Travel Notes of a Geechee Girl was groundbreaking, it doesn’t suggest that the book didn’t receive praise when it was published. In fact, the text states that the book is “long admired.” Choice D is incorrect because the text states that Smart-Grosvenor was a culinary anthropologist and that her book influenced later approaches to food writing but doesn’t indicate that Smart-Grosvenor or her book influenced people to begin cooking for themselves.",
+ hasFigure: false,
+ },
+ {
+ id: "b7d51f84",
+ type: "mcq",
+ passage:
+ "In West Africa, jalis have traditionally been keepers of information about family histories and records of important events. They have often served as teachers and advisers, too. New technologies may have changed some aspects of the role today, but jalis continue to be valued for knowing and protecting their peoples’ stories.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Even though there have been some changes in their role, jalis continue to preserve their communities’ histories.",
+ },
+ {
+ label: "B",
+ text: "Although jalis have many roles, many of them like teaching best.",
+ },
+ {
+ label: "C",
+ text: "Jalis have been entertaining the people within their communities for centuries.",
+ },
+ {
+ label: "D",
+ text: "Technology can now do some of the things jalis used to be responsible for.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it best states the main idea of the text. According to the text, jalis’ traditional role has been to maintain information about families’ histories and significant events. The text goes on to say that although technological changes have altered jalis’ role somewhat, jalis are still valued for preserving the histories of their communities.
Choice B is incorrect because the text says nothing about jalis’ views of the various tasks they perform. There is no information to support the idea that many jalis prefer teaching to other tasks. Choice C is incorrect because the text doesn’t describe jalis as being sources of entertainment. Rather, jalis are presented as valued sources of knowledge. Additionally, the text gives no indication of how long jalis have been serving their communities. Choice D is incorrect because the main focus of the text is on jalis’ role and their continued value despite the effects of technology, not on what technology can now do. Although the text indicates that jalis’ role has changed as a result of technological changes, the text doesn’t present any specific information about technology performing tasks that jalis once performed.",
+ hasFigure: false,
+ },
+ {
+ id: "b7f79059",
+ type: "mcq",
+ passage:
+ "The following text is from Ezra Pound’s 1909 poem “Hymn III,” based on the work of Marcantonio Flaminio.
As a fragile and lovely flower unfolds its gleaming
foliage on the breast of the fostering earth, if
the dew and the rain draw it forth;
So doth my tender mind flourish, if it be fed with the
sweet dew of the fostering spirit,
Lacking this, it beginneth straightway to languish,
even as a floweret born upon dry earth, if the
dew and the rain tend it not.
",
+ questionHtml:
+ "Based on the text, in what way is the human mind like a flower?",
+ choices: [
+ {
+ label: "A",
+ text: "It becomes increasingly vigorous with the passage of time.",
+ },
+ { label: "B", text: "It draws strength from changes in the weather." },
+ {
+ label: "C",
+ text: "It requires proper nourishment in order to thrive.",
+ },
+ { label: "D", text: "It perseveres despite challenging circumstances." },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents a description of how the human mind is like a flower that is directly supported by the text. The text compares the needs of a “fragile and lovely flower” to those of the speaker’s “tender mind”: both need to be fed if they’re going to survive. Without such feeding, they’ll “beginneth straightway to languish,” or weaken. Thus, the text suggests that the human mind is like a flower in that they both need proper nourishment in order to thrive.
Choice A is incorrect because the text doesn’t address the passage of time or describe either the human mind or a flower as becoming increasingly vigorous. Choice B is incorrect because the text doesn’t suggest that human minds or flowers draw strength from changes in weather. The references to rain in the text pertain to a flower’s need for water rather than the general effects of changing weather. Choice D is incorrect because the text doesn’t suggest that the human mind or a flower will persist regardless of challenging circumstances. In fact, the text indicates that they’ll both languish right away if not given what they need.",
+ hasFigure: false,
+ },
+ {
+ id: "d5c2a4d4",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Guy de Maupassant’s nineteenth-century short story “The Trip of Le Horla” (translated by Albert M. C. McMaster, A. E. Henderson, Mme. Quesada, et al.). The narrator is part of a group traveling in a hot-air balloon at night.
The earth no longer seems to exist, it is buried in milky vapors that resemble a sea. We are now alone in space with the moon, which looks like another balloon travelling opposite us; and our balloon, which shines in the air, appears like another, larger moon, a world wandering in the sky amid the stars, through infinity. We no longer speak, think nor live; we float along through space in delicious inertia. The air which is bearing us up has made of us all beings which resemble itself, silent, joyous, irresponsible beings, peculiarly alert, although motionless.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The narrator feels a growing sense of isolation even though his companions are nearby during the balloon ride.",
+ },
+ {
+ label: "B",
+ text: "The narrator and his companions are completely absorbed in the change in perspective they gain while riding in the balloon.",
+ },
+ {
+ label: "C",
+ text: "The narrator and his companions are troubled by the disorienting effects of the altitude while riding in the balloon.",
+ },
+ {
+ label: "D",
+ text: "The narrator is pleasantly surprised by his companions’ unrestrained enthusiasm about the sensation of riding in the balloon.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer because it most accurately states the main idea of the text. The narrator describes the view he and his companions have from the balloon: the earth lies beneath "milky vapors," and the balloon itself looks like another moon. The narrator goes on to explain how the people riding in the balloon are affected by the ride, explaining that they are immersed in the experience: floating along in "delicious inertia," or inactivity, like "silent, joyous, irresponsible beings." Thus, the main idea is that the narrator and his companions are completely absorbed in the change in perspective they gain while riding in the balloon.
Choice A is incorrect because the narrator never describes himself as feeling isolated from his companions; instead, he characterizes riding in the balloon as an experience he is sharing with them. And although he does imply a sense of isolation, it is isolation from those on the ground, as when he says of himself and his companions, "We are now alone." Choice C is incorrect because the narrator doesn’t suggest that he or his companions are troubled by the effects of the balloon ride. Instead, he describes himself and his companions as "joyous" and the experience of floating in the balloon as "delicious." Choice D is incorrect because nothing in the text suggests that the narrator is surprised by his companions’ response to the balloon ride. In fact, the text indicates that the narrator and his companions are having the same experience: they’re described as "silent" and "motionless," rather than as having unrestrained enthusiasm.',
+ hasFigure: false,
+ },
+ {
+ id: "d73a908a",
+ type: "mcq",
+ passage:
+ "Believing that living in an impractical space can heighten awareness and even improve health, conceptual artists Madeline Gins and Shusaku Arakawa designed an apartment building in Japan to be more fanciful than functional. A kitchen counter is chest-high on one side and knee-high on the other; a ceiling has a door to nowhere. The effect is disorienting but invigorating: after four years there, filmmaker Nobu Yamaoka reported significant health benefits.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Although inhabiting a home surrounded by fanciful features such as those designed by Gins and Arakawa can be rejuvenating, it is unsustainable.",
+ },
+ {
+ label: "B",
+ text: "Designing disorienting spaces like those in the Gins and Arakawa building is the most effective way to create a physically stimulating environment.",
+ },
+ {
+ label: "C",
+ text: "As a filmmaker, Yamaoka has long supported the designs of conceptual artists such as Gins and Arakawa.",
+ },
+ {
+ label: "D",
+ text: "Although impractical, the design of the apartment building by Gins and Arakawa may improve the well-being of the building’s residents.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most accurately states the main idea of the text. According to the text, conceptual artists Gins and Arakawa have designed an apartment building that is disorienting because of several unconventional elements, such as uneven kitchen counters and “a door to nowhere.” The text goes on to suggest that there may be benefits to this kind of design because filmmaker Yamaoka lived in the apartment building for four years and reported health benefits. Thus, although the design is impractical, it may improve the well-being of the apartment building’s residents.
Choice A is incorrect. Although the text mentions that Yamaoka lived in the apartment for four years, it doesn’t address how long someone can beneficially live in a home surrounded by fanciful features or whether doing so can be sustained. Choice B is incorrect. Although the text mentions the potential benefits of living in a home with disorienting design features, it doesn’t suggest that this is the most effective method to create a physically stimulating environment. Choice C is incorrect because the text refers to Yamaoka to support the claim that Gins and Arakawa’s apartment building design may be beneficial, but the text doesn’t indicate that Yamaoka supports the designs of other conceptual artists.",
+ hasFigure: false,
+ },
+ {
+ id: "dc3ea63e",
+ type: "mcq",
+ passage:
+ "To dye wool, Navajo (Diné) weaver Lillie Taylor uses plants and vegetables from Arizona, where she lives. For example, she achieved the deep reds and browns featured in her 2003 rug In the Path of the Four Seasons by using Arizona dock roots, drying and grinding them before mixing the powder with water to create a dye bath. To intensify the appearance of certain colors, Taylor also sometimes mixes in clay obtained from nearby soil.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Reds and browns are not commonly featured in most of Taylor’s rugs.",
+ },
+ {
+ label: "B",
+ text: "Taylor draws on local resources in the approach she uses to dye wool.",
+ },
+ {
+ label: "C",
+ text: "Taylor finds it difficult to locate Arizona dock root in the desert.",
+ },
+ {
+ label: "D",
+ text: "In the Path of the Four Seasons is widely acclaimed for its many colors and innovative weaving techniques.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. It best states the main idea of the text. The text opens with the statement that Taylor uses local plants and vegetables to dye wool. The rest of the text describes how she does this.
Choice A is incorrect. This doesn’t state the main idea of the text. The text only mentions one rug: In the Path of the Four Seasons, in which reds and browns are featured. It never mentions whether or not these colors are featured in her other rugs. Choice C is incorrect. This doesn’t state the main idea of the text. The text never says that Taylor finds it difficult to locate Arizona dock roots. Choice D is incorrect. This doesn’t state the main idea of the text. The text never says that In the Path of the Four Seasons is widely acclaimed. Rather, it discusses the rug to illustrate the point made earlier in the passage: that Taylor uses local plants and vegetables to dye wool.",
+ hasFigure: false,
+ },
+ {
+ id: "e677fa6c",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Edgar Allan Poe’s 1849 story “Landor’s Cottage.”
During a pedestrian trip last summer, through one or two of the river counties of New York, I found myself, as the day declined, somewhat embarrassed about the road I was pursuing. The land undulated very remarkably; and my path, for the last hour, had wound about and about so confusedly, in its effort to keep in the valleys, that I no longer knew in what direction lay the sweet village of B——, where I had determined to stop for the night.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The narrator remembers a trip he took and admits to getting lost.",
+ },
+ {
+ label: "B",
+ text: "The narrator recalls fond memories of a journey that he took through some beautiful river counties.",
+ },
+ {
+ label: "C",
+ text: "The narrator describes what he saw during a long trip through a frequently visited location.",
+ },
+ {
+ label: "D",
+ text: "The narrator explains the difficulties he encountered on a trip and how he overcame them.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The narrator is “embarrassed” about the route he took, which ends up leaving him lost and confused about how to get to his destination for the evening.
Choice B is incorrect. This choice doesn’t match the passage. The narrator is embarrassed, rather than fond, and he doesn’t describe the beauty of the place. Choice C is incorrect. This choice doesn’t match the passage. We don’t know from this excerpt whether or not the narrator has visited this part of New York multiple times. Choice D is incorrect. This choice doesn’t match the passage. The narrator doesn’t explain how he overcame being lost in this excerpt.",
+ hasFigure: false,
+ },
+ {
+ id: "f8befe75",
+ type: "mcq",
+ passage:
+ "Many intellectual histories of the Black Power movement of the 1960s and 1970s rely heavily on essays and other explicitly ideological works as primary sources, a tendency that can overrepresent the perspectives of a small number of thinkers, most of whom were male. Historian Ashley D. Farmer has shown that expanding the array of primary sources to encompass more types of print material—including political cartoons, advertisements, and artwork—leads to a much better understanding of the movement and the crucial and diverse roles that Black women played in shaping it.
",
+ questionHtml: "Which choice best describes the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Farmer’s methods and research have enriched the historical understanding of the Black Power movement and Black women’s contributions to it.",
+ },
+ {
+ label: "B",
+ text: "Before Farmer’s research, historians had largely ignored the intellectual dimensions of the Black Power movement.",
+ },
+ {
+ label: "C",
+ text: "Other historians of the Black Power movement have criticized Farmer’s use of unconventional primary sources.",
+ },
+ {
+ label: "D",
+ text: "The figures in the Black Power movement whom historians tend to cite would have agreed with Farmer’s conclusions about women’s roles in the movement.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. It best describes the main idea of the text. The text starts by saying that historians of the Black Power movement are too reliant on openly ideological works, which were written mostly by men, as sources. The text then describes Farmer’s research: she has shown that including other kinds of sources leads to a better understanding of the Black Power movement and the role Black women played in it.
Choice B is incorrect. This doesn’t describe the main idea of the text. In fact, it conflicts with the text. The text says that historians have relied on "essays and other explicitly ideological works," which suggests that they have studied at least some of the intellectual dimensions of the Black Power movement. Choice C is incorrect. This doesn’t describe the main idea of the text. The text never mentions how other historians of the Black Power movement view Farmer’s use of unconventional sources. In fact, the text itself argues in favor of Farmer’s research, claiming that it has led to a "much better understanding of the movement." Choice D is incorrect. This doesn’t describe the main idea of the text. The text never mentions what any figures in the Black Power movement thought about women’s roles in the movement.',
+ hasFigure: false,
+ },
+];
+
+export const CENTRAL_IDEAS_HARD: PracticeQuestion[] = [
+ {
+ id: "14189fbb",
+ type: "mcq",
+ passage:
+ "Having written the impassioned call to arms “Letter to the Spanish Americans” in 1791, Peruvian intellectual Juan Pablo Viscardo y Guzmán is often considered a forerunner for the independence movements in Latin America. But Viscardo’s role in history would have remained insignificant were it not for Venezuelan revolutionary Francisco de Miranda, who was handed the unpublished letter after Viscardo’s death. Miranda not only helped circulate the letter, but his edits and footnotes to the text position Miranda as a central figure in the text’s creation.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The original authorship of “Letter to the Spanish Americans” is disputed by contemporary historians.",
+ },
+ {
+ label: "B",
+ text: "The majority of the most eloquently stated arguments in “Letter to the Spanish Americans” were written by Miranda.",
+ },
+ {
+ label: "C",
+ text: "Miranda played a crucial role in influencing the content and distribution of “Letter to the Spanish Americans.”",
+ },
+ {
+ label: "D",
+ text: "“Letter to the Spanish Americans” persuaded many people in Latin America to pursue national independence.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The text describes how Miranda circulated, edited, and added footnotes to “Letter to the Spanish Americans,” and it claims that the letter and its author would have “remained insignificant” if it weren’t for Miranda’s efforts.
Choice A is incorrect. The text only says that Viscardo wrote the letter and that Miranda edited it: it never suggests that the original authorship of the letter is up for debate. Choice B is incorrect. This contradicts the text. The text says that Miranda edited and footnoted the letter, but it identifies Viscardo as the letter’s author. It also never identifies certain arguments as more eloquent than others. Choice D is incorrect. This is outside the scope of the text. The paragraph describes Miranda’s role in the creation and distribution of the letter, but it doesn’t get into the effects of the letter on other people.",
+ hasFigure: false,
+ },
+ {
+ id: "16025337",
+ type: "mcq",
+ passage:
+ "The following text is adapted from William Shakespeare’s 1609 poem “Sonnet 27.” The poem is addressed to a close friend as if he were physically present.
Weary with toil, I hurry to my bed,
The dear repose for limbs with travel tired;
But then begins a journey in my head
To work my mind, when body’s work’s expired:
For then my thoughts—from far where I abide—
Begin a zealous pilgrimage to thee,
And keep my drooping eyelids open wide,
",
+ questionHtml: "What is the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The speaker is asleep and dreaming about traveling to see the friend.",
+ },
+ {
+ label: "B",
+ text: "The speaker is planning an upcoming trip to the friend’s house.",
+ },
+ {
+ label: "C",
+ text: "The speaker is too fatigued to continue a discussion with the friend.",
+ },
+ {
+ label: "D",
+ text: "The speaker is thinking about the friend instead of immediately falling asleep.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer it most accurately states the main idea of the text. The speaker describes going to bed for “repose” (rest) but finding that his thoughts are focused on the friend the speaker is addressing, and the thoughts are keeping the speaker awake.
Choice A is incorrect because the speaker isn’t asleep; the thoughts about the friend are keeping the speaker awake. Choice B is incorrect because the speaker isn’t talking about taking a literal trip; rather, the speaker uses the metaphor of a journey to describe internal thoughts. Choice C is incorrect because the speaker isn’t having a discussion with the friend.",
+ hasFigure: false,
+ },
+ {
+ id: "1a2b29c9",
+ type: "mcq",
+ passage:
+ "The following text is adapted from María Cristina Mena’s 1914 short story “The Vine-Leaf.”
It is a saying in the capital of Mexico that Dr. Malsufrido carries more family secrets under his hat than any archbishop.
The doctor’s hat is, appropriately enough, uncommonly capacious, rising very high, and sinking so low that it seems to be supported by his ears and eyebrows, and it has a furry look, as if it had been brushed the wrong way, which is perhaps what happens to it if it is ever brushed at all. When the doctor takes it off, the family secrets do not fly out like a flock of parrots, but remain nicely bottled up beneath a dome of old and highly polished ivory.
",
+ questionHtml:
+ "Based on the text, how do people in the capital of Mexico most likely regard Dr. Malsufrido?",
+ choices: [
+ {
+ label: "A",
+ text: "Many have come to tolerate him despite his disheveled appearance.",
+ },
+ {
+ label: "B",
+ text: "Few feel concerned that he will divulge their confidences.",
+ },
+ {
+ label: "C",
+ text: "Some dislike how freely he discusses his own family.",
+ },
+ {
+ label: "D",
+ text: "Most would be unimpressed by him were it not for his professional expertise.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The text describes a saying in the capital that Malsufrido keeps more secrets than an archbishop. It also says that when he takes off his hat, “the family secrets do not fly out… but remain nicely bottled up,” suggesting that he will not betray his confidences.
Choice A is incorrect. This choice doesn’t reflect the text. While his hat is large and appears to have been brushed in the wrong direction, Dr. Malsufrido does not seem to be regarded as ill-dressed or disheveled. Choice C is incorrect. This choice is the opposite of what the text says. The secrets of families (his and others’) remain “bottled up” in his head. Choice D is incorrect. This choice isn’t supported by the text. His professional expertise is not discussed in the passage.",
+ hasFigure: false,
+ },
+ {
+ id: "1c69ff20",
+ type: "mcq",
+ passage:
+ "For many years, the only existing fossil evidence of mixopterid eurypterids—an extinct family of large aquatic arthropods known as sea scorpions and related to modern arachnids and horseshoe crabs—came from four species living on the paleocontinent of Laurussia. In a discovery that expands our understanding of the geographical distribution of mixopterids, paleontologist Bo Wang and others have identified fossilized remains of a new mixopterid species, Terropterus xiushanensis, that lived over 400 million years ago on the paleocontinent of Gondwana.
",
+ questionHtml:
+ "According to the text, why was Wang and his team’s discovery of the Terropterus xiushanensis fossil significant?",
+ choices: [
+ {
+ label: "A",
+ text: "The fossil constitutes the first evidence found by scientists that mixopterids lived more than 400 million years ago.",
+ },
+ {
+ label: "B",
+ text: "The fossil helps establish that mixopterids are more closely related to modern arachnids and horseshoe crabs than previously thought.",
+ },
+ {
+ label: "C",
+ text: "The fossil helps establish a more accurate timeline of the evolution of mixopterids on the paleocontinents of Laurussia and Gondwana.",
+ },
+ {
+ label: "D",
+ text: "The fossil constitutes the first evidence found by scientists that mixopterids existed outside the paleocontinent of Laurussia.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it states why Wang and his team’s discovery of the Terropterus xiushanensis fossil was significant. The text explains that up until Wang and his team’s discovery, the only fossil evidence of mixopterids came from the paleocontinent of Laurussia. Wang and his team, however, identified fossil remains of a mixopterid species from the paleocontinent Gondwana. Therefore, the team’s discovery was significant because the fossil remains of a mixopterid species were outside of the paleocontinent Laurussia.
Choice A is incorrect. Although the text states that Wang and his team identified fossilized remains of a mixopterid species that lived more than 400 million years ago, it doesn’t indicate that mixopterid fossils previously found by scientists dated to a more recent period than that. Choice B is incorrect. Although the text states that mixopterids are related to modern arachnids and horseshoe crabs, it doesn’t suggest that the fossil discovered by Wang and his team confirmed that this relationship is closer than scientists had previously thought. Choice C is incorrect because the team’s fossil established the presence of mixopterids on Gondwana, not on Laurussia. Moreover, the text only discusses the fossil in relation to the geographical distribution of mixopterids, not in relation to their evolution.",
+ hasFigure: false,
+ },
+ {
+ id: "2fdfe002",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Countee Cullen’s 1926 poem “Thoughts in a Zoo.”
They in their cruel traps, and we in ours,
Survey each other’s rage, and pass the hours
Commiserating each the other’s woe,
To mitigate his own pain’s fiery glow.
Man could but little proffer in exchange
Save that his cages have a larger range.
That lion with his lordly, untamed heart
Has in some man his human counterpart,
Some lofty soul in dreams and visions wrapped,
But in the stifling flesh securely trapped.
",
+ questionHtml:
+ "Based on the text, what challenge do humans sometimes experience?",
+ choices: [
+ {
+ label: "A",
+ text: "They cannot effectively tame certain wild animals because of a lack of compassion.",
+ },
+ {
+ label: "B",
+ text: "They cannot focus on setting attainable goals because of a lack of motivation.",
+ },
+ {
+ label: "C",
+ text: "They quickly become frustrated when faced with difficult tasks because of a lack of self-control.",
+ },
+ {
+ label: "D",
+ text: "They have aspirations that cannot be fulfilled because of certain limitations.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text metaphorically likens humans to animals in a zoo, suggesting that humans have dreams that they cannot fulfill because they are trapped.
Choice A is incorrect. The speaker says that the lion has an “untamed heart,” but the speaker doesn’t actually mention anything about humans taming wild animals or a lack of compassion. Choice B is incorrect. The speaker doesn’t suggest that humans lack motivation. Rather, the speaker thinks that humans are “trapped” and prevented from achieving their dreams. Choice C is incorrect. The speaker doesn’t mention anything about humans becoming frustrated or lacking self-control. Rather, the speaker thinks that humans are “trapped” and prevented from achieving their dreams.",
+ hasFigure: false,
+ },
+ {
+ id: "303537cf",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Lewis Carroll’s 1889 satirical novel Sylvie and Bruno. A crowd has gathered outside a room belonging to the Warden, an official who reports to the Lord Chancellor.
One man, who was more excited than the rest, flung his hat high into the air, and shouted (as well as I could make out) “Who roar for the Sub-Warden?” Everybody roared, but whether it was for the Sub-Warden, or not, did not clearly appear: some were shouting “Bread!” and some “Taxes!”, but no one seemed to know what it was they really wanted.
All this I saw from the open window of the Warden’s breakfast-saloon, looking across the shoulder of the Lord Chancellor.
“What can it all mean?” he kept repeating to himself. “I never heard such shouting before—and at this time of the morning, too! And with such unanimity!”
",
+ questionHtml:
+ "Based on the text, how does the Lord Chancellor respond to the crowd?",
+ choices: [
+ {
+ label: "A",
+ text: "He asks about the meaning of the crowd’s shouting, even though he claims to know what the crowd wants.",
+ },
+ {
+ label: "B",
+ text: "He indicates a desire to speak to the crowd, even though the crowd has asked to speak to the Sub-Warden.",
+ },
+ {
+ label: "C",
+ text: "He expresses sympathy for the crowd’s demands, even though the crowd’s shouting annoys him.",
+ },
+ {
+ label: "D",
+ text: "He describes the crowd as being united, even though the crowd clearly appears otherwise.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents a statement about how the Lord Chancellor responds to the crowd that is supported by the text. The text indicates that the people in the crowd are roaring and shouting “Bread!” or “Taxes!” and presents them as not knowing what they really want. The Lord Chancellor’s response is to ask what their shouting means but also to observe that they’re shouting with “unanimity,” or total agreement. Clearly, this isn’t the case, which supports the statement that the Lord Chancellor describes the crowd as being united even though it’s not.
Choice A is incorrect because it isn’t supported by the text. Although the text indicates that the Lord Chancellor asks about the meaning of the crowd’s shouting, it doesn’t suggest that he knows what the crowd really wants. Choice B is incorrect because the text doesn’t suggest that the Lord Chancellor wants to speak to the crowd. Furthermore, the text doesn’t indicate that the crowd wants to hear from the Sub-Warden. Although the crowd roars when asked “Who roar for the Sub-Warden?” it’s unclear what the roaring means. Choice C is incorrect because the text doesn’t suggest that the Lord Chancellor knows of or sympathizes with the crowd’s demands. In addition, the text doesn’t indicate that the crowd’s shouting annoys the Lord Chancellor, just that it causes him to keep repeating “What can it all mean?”",
+ hasFigure: false,
+ },
+ {
+ id: "4d3e3c52",
+ type: "mcq",
+ passage:
+ "In a paper about p-i-n planar perovskite solar cells (one of several perovskite cell architectures designed to collect and store solar power), Lyndsey McMillon-Brown et al. describe a method for fabricating the cell’s electronic transport layer (ETL) using a spray coating. Conventional ETL fabrication is accomplished using a solution of nanoparticles. The process can result in a loss of up to 80% of the solution, increasing the cost of manufacturing at scale—an issue that may be obviated by spray coating fabrication, which the researchers describe as “highly reproducible, concise, and practical.”
",
+ questionHtml:
+ "What does the text most strongly suggest about conventional ETL fabrication?",
+ choices: [
+ {
+ label: "A",
+ text: "It is less suitable for manufacturing large volumes of planar p-i-n perovskite solar cells than an alternative fabrication method may be.",
+ },
+ {
+ label: "B",
+ text: "It is more expensive when manufacturing at scale than are processes for fabricating ETLs used in other perovskite solar cell architectures.",
+ },
+ {
+ label: "C",
+ text: "It typically entails a greater loss of nanoparticle solution than do other established approaches for ETL fabrication.",
+ },
+ {
+ label: "D",
+ text: "It is somewhat imprecise and therefore limits the potential effectiveness of p-i-n planar perovskite solar cells at capturing and storing solar power.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Conventional solar cell fabrication increases “the cost of manufacturing at scale,” but spray coating might get rid of that problem.
Choice B is incorrect. This is not completely supported by the text. While it’s true that conventional ETL fabrication is expensive at scale, there’s nothing in the text that mentions other perovskite solar cell architectures. Choice C is incorrect. This choice does not match the text. Only one conventional method of ETL fabrication is described, so we can’t compare the solution loss in this method to that of other conventional methods. Choice D is incorrect. This choice isn’t supported by the text. The text never suggests that the effectiveness of solar cells changes based on their method of fabrication.",
+ hasFigure: false,
+ },
+ {
+ id: "5eda42a3",
+ type: "mcq",
+ passage:
+ "The following text is from Maggie Pogue Johnson’s 1910 poem “Poet of Our Race.” In this poem, the speaker is addressing Paul Laurence Dunbar, a Black author.
Thou, with stroke of mighty pen,
Hast told of joy and mirth,
And read the hearts and souls of men
As cradled from their birth.
The language of the flowers,
Thou hast read them all,
And e’en the little brook
Responded to thy call.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To praise a certain writer for being especially perceptive regarding people and nature",
+ },
+ {
+ label: "B",
+ text: "To establish that a certain writer has read extensively about a variety of topics",
+ },
+ {
+ label: "C",
+ text: "To call attention to a certain writer’s careful and elaborately detailed writing process",
+ },
+ {
+ label: "D",
+ text: "To recount fond memories of an afternoon spent in nature with a certain writer",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately states the main purpose of the text. In the first part of the text, the speaker addresses Paul Laurence Dunbar’s ability to understand people (he has “read the hearts and souls of men” and written of their “joy and mirth”). In the second part of the text, the speaker describes Dunbar’s thorough understanding of the natural world (he has read “the language of the flowers” and engaged with “the little brook”). Thus, the text mainly praises Dunbar for being especially perceptive about people and nature.
Choice B is incorrect because the speaker describes Dunbar as having read the “hearts and souls of men” and the “language of flowers” to convey Dunbar’s ability to comprehend people and nature, not to suggest that Dunbar has literally read any of these things or has read a great deal about them. Choice C is incorrect because the text notes how well Dunbar has made sense of the topics he’s written about but doesn’t address any specific parts of Dunbar’s writing process beyond the suggestion that he used a pen. Choice D is incorrect because the text focuses on Dunbar’s understanding of people and nature as expressed in his writing. Nothing in the text suggests that the speaker is recalling a particular afternoon actually spent in nature with Dunbar; even if there had been a shared experience, the text isn’t focused on reminiscing.",
+ hasFigure: false,
+ },
+ {
+ id: "701126bc",
+ type: "mcq",
+ passage:
+ "In superfluorescence, electrical charges known as dipoles emit light in synchronized bursts so intense that they are visible to the eye. Until recently, this phenomenon has only been observed at extremely cold temperatures because dipoles cannot synchronize at higher temperatures. But in a study, Melike Biliroglu and colleagues observed superfluorescence at room temperature in thin films made of perovskite and other similarly crystalline materials; the researchers propose that the formation of shock-absorbing quasiparticles called polarons in the material protects dipoles from thermal interference.
",
+ questionHtml:
+ "Based on the text, how are polarons believed to be involved in the superfluorescence observed in Biliroglu and colleagues’ study?",
+ choices: [
+ {
+ label: "A",
+ text: "Polarons enable superfluorescent bursts to cross from one crystalline material to another.",
+ },
+ {
+ label: "B",
+ text: "Polarons allow for the dipoles to synchronize despite higher temperatures.",
+ },
+ {
+ label: "C",
+ text: "Polarons accelerate the dipoles’ release of superfluorescent bursts.",
+ },
+ {
+ label: "D",
+ text: "Polarons decrease the intensity of the superfluorescent burst.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most accurately describes Biliroglu and colleagues’ claim about how the polarons function in relation to superfluorescence. The text indicates that “until recently,” superfluorescence (intense, synchronized bursts of light emitted by dipoles) has solely been observed at very cold temperatures. However, it also states that, recently, Biliroglu and colleagues report observing the phenomenon at room temperature. They achieved this using “thin films made of perovskite and other similarly crystalline materials,” which the researchers claim allows for the formation of polarons. They also suggest that these polarons might absorb the thermal shocks that typically disrupt dipole synchronization at warmer temperatures. Thus, based on the text, Biliroglu and colleagues believe that polarons help dipoles synchronize at temperatures well above those at which superfluorescence had previously been observed.
Choice A is incorrect because the text doesn’t address the prospect of a superfluorescent burst moving between crystalline materials or any other mediums. Choice C is incorrect because the text’s discussion of polarons is about how they might enable superfluorescence at higher temperatures than those at which it had previously been observed. Rather than suggesting that polarons speed up superfluorescent bursts, the text suggests that no superfluorescence can occur at room temperature in the absence of polarons. Thus, the text indicates that polarons make superfluorescent bursts more likely to occur at higher temperatures than those at which it had previously been observed, not that polarons accelerate the bursts. Choice D is incorrect because the text’s discussion of polarons is about how they might enable superfluorescence at higher temperatures than those at which it had previously been observed. In the absence of polarons, the text suggests there would be no superfluorescence at room temperature. Thus, rather than decrease the intensity of superfluorescent bursts, polarons make them more likely to occur under certain circumstances.",
+ hasFigure: false,
+ },
+ {
+ id: "7c9a65bb",
+ type: "mcq",
+ passage:
+ "Optical tweezers are specialized scientific tools—particularly useful in biology and medicine—that use high-powered beams of light to trap and manipulate minuscule particles for study. Use of the tool has led to several scientific and medical breakthroughs over the last few decades, but the particles are often under prolonged exposure to the intense heat of the light beams. To overcome the risk of overheating, and thereby damage, researchers sometimes attach nano-sized glass beads to particles, allowing the light to focus on the beads instead of the particles.
",
+ questionHtml:
+ "Based on the text, what is one advantage of attaching glass beads to particles when using optical tweezers?",
+ choices: [
+ {
+ label: "A",
+ text: "It decreases the time it takes for the optical tweezers to locate and capture the particles.",
+ },
+ {
+ label: "B",
+ text: "It facilitates the maneuvering of particles without directly heating the particles themselves.",
+ },
+ {
+ label: "C",
+ text: "It allows researchers to use weaker light beams to manipulate particles.",
+ },
+ {
+ label: "D",
+ text: "It adds a material to which particles can transfer any heat absorbed from the optical tweezers’ light beam.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The text says that the glass beads get the "focus" of the light beams so that the particles don’t overheat. From this, we can infer that the beads allow the particles to be manipulated without being directly heated by the light beams.
Choice A is incorrect. The text never says that attaching the glass beads saves time in any way. Choice C is incorrect. The text never says that attaching the glass beads allows researchers to use weaker light beams. Choice D is incorrect. The text doesn’t say that the particles can transfer heat to the glass beads—rather, it says the heat from the light focuses on the glass beads instead of the particles.',
+ hasFigure: false,
+ },
+ {
+ id: "96802cc0",
+ type: "mcq",
+ passage:
+ "For centuries, the widespread acknowledgment of the involvement of the cerebellum—a dense brain structure in vertebrates—in coordinating motor control in humans has hindered recognition of other possible functions of the structure. Neuroscience research from the last two decades now suggests that the cerebellum regulates emotion and social behavior, and recent research by Ilaria Carta and colleagues has identified a pathway connecting the cerebellum to a center for motivation and reward processing known as the ventral tegmental area (VTA).
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The recent verification of a pathway between the VTA and the cerebellum confirms the cerebellum’s long-suspected role in motor coordination.",
+ },
+ {
+ label: "B",
+ text: "Recent advances in the field of neuroscience have challenged widely accepted claims about the function of a pathway connecting the VTA and the cerebellum.",
+ },
+ {
+ label: "C",
+ text: "The cerebellum has primarily been thought to regulate motor functioning, but in recent years neuroscience researchers have been uncovering additional functions.",
+ },
+ {
+ label: "D",
+ text: "Technological limitations have historically hindered the study of the cerebellum, but the recent development of new technologies has led to greater insights into its functions.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The text says that the cerebellum has long been thought to regulate motor functioning, but new research shows that it may also have other functions—including regulating emotion and social behavior and some connection to motivation and rewards processing.
Choice A is incorrect. The VTA is described as “a center for motivation and reward processing,” and the discovery of the pathway between the VTA and the cerebellum supports the theory that the cerebellum is involved in functions other than motor coordination. Choice B is incorrect. The text says that recent research has identified this pathway, but it doesn’t discuss any previous “widely accepted claims” about the pathway’s function. The “widespread acknowledgement” mentioned early in the passage is about the cerebellum alone, not its connection to the VTA. Choice D is incorrect. The text never discusses any technological limitations or any new technologies.",
+ hasFigure: false,
+ },
+ {
+ id: "9731a22b",
+ type: "mcq",
+ passage:
+ "Paleontologist Lucas E. Fiorelli and colleagues have reported the discovery at a mine in Brazil of several egg clutches, partially preserved single eggs, and egg shells from the Late Cretaceous period. The researchers have concluded that the area was once a nesting and breeding site for titanosaurs, a group of sauropod dinosaurs. The finding is significant given the previous lack of known nesting sites in northern regions of South America, which led many paleontologists to assume that titanosaurs migrated south to lay eggs.
",
+ questionHtml:
+ "What does the text most strongly suggest about the site discovered by the researchers?",
+ choices: [
+ {
+ label: "A",
+ text: "It is the earliest known example of a titanosaur nesting and breeding site.",
+ },
+ {
+ label: "B",
+ text: "It was very difficult to excavate given that it was discovered in a mine.",
+ },
+ {
+ label: "C",
+ text: "It may have been occupied by other sauropods in addition to titanosaurs.",
+ },
+ {
+ label: "D",
+ text: "It is farther north than any other nesting site discovered in South America.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents a statement about the site discovered by the researchers that is supported by the text. The text discusses Fiorelli and colleagues’ discovery of egg clutches, single eggs, and eggshells in a Brazilian mine. According to the text, the presence of these eggs, which are from the Late Cretaceous period, led the researchers to conclude that the location was once a nesting and breeding site for titanosaurs. The text then explains that the finding is important because of the “previous lack of known nesting sites in northern regions of South America.” If there haven’t been any other discoveries of a nesting site in South America’s northern regions and the site in the Brazilian mine is the first, then the text strongly suggests that the site is farther north than other nesting sites that have been discovered in South America.
Choice A is incorrect because the text doesn’t suggest that the site discovered by Fiorelli and colleagues is the earliest titanosaur nesting and breeding site known to paleontologists but rather that it’s the first nesting site found in northern regions of South America. Moreover, the text doesn’t suggest how the timeline of the newly discovered site compares with that of other titanosaur nesting and breeding sites. Choice B is incorrect because there is no mention in the text about any difficulties that Fiorelli and colleagues faced when they were excavating the nesting and breeding site in the Brazilian mine. Choice C is incorrect because the text doesn’t support the idea that the nesting and breeding site in the Brazilian mine was occupied by sauropods other than titanosaurs. The text simply mentions that titanosaurs are sauropod dinosaurs and presents the researchers’ conclusion that the site they discovered was for titanosaurs.",
+ hasFigure: false,
+ },
+ {
+ id: "a3fb5e77",
+ type: "mcq",
+ passage:
+ "Some animal-behavior studies involve observing wild animals in their natural habitat, and some involve capturing wild animals and observing them in a laboratory. Each approach has advantages over the other. In wild studies, researchers can more easily presume that the animals are behaving normally, and in lab studies, researchers can more easily control factors that might affect the results. But if, for example, the results from a wild study and a lab study of Western scrub-jays (Aphelocoma californica) contradict each other, one or both of the studies must have failed to account for some factor that was relevant to the birds’ behavior.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "When the results of a natural-habitat study and those from a lab study of a wild animal such as the Western scrub-jay conflict, the study in the natural habitat is more likely than the lab study to have accurate results.",
+ },
+ {
+ label: "B",
+ text: "Studying wild animals such as the Western scrub-jay in both their natural habitat and lab settings is likely to yield conflicting results that researchers cannot fully resolve.",
+ },
+ {
+ label: "C",
+ text: "Wild animals such as the Western scrub-jay can be effectively studied in their natural habitat and in the lab, but each approach has drawbacks that could affect the accuracy of the findings.",
+ },
+ {
+ label: "D",
+ text: "Differing results between natural-habitat and lab studies of wild animals such as the Western scrub-jay are a strong indication that both of the studies had design flaws that affected the accuracy of their results.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most accurately states the main idea of the text. The text begins by explaining that wild animals can be studied in their natural habitat or in a laboratory setting, with each setting offering unique advantages to researchers. The text then highlights an instance in which Western scrub-jays were studied in both settings but with conflicting results, indicating that one or both studies may have failed to account for the disadvantages of its research setting. Thus, the main idea of the text is that while wild animals can be effectively studied in natural or lab settings, there are drawbacks to each that need to be considered to ensure accurate results.
Choice A is incorrect because the text does not position one study setting (natural or lab) as superior to the other; rather, the text states that each one has advantages over the other. Choice B is incorrect. The text provides a hypothetical example of two studies in different environments with conflicting results, but this single example cannot be extrapolated to a general claim about the likelihood that results of studies in different environments will conflict. Additionally, the text does not assert anything about how researchers can or cannot resolve conflicting study results. Choice D is incorrect because the text does not state that discrepancies between natural-habitat and lab-based animal behavior studies are due to both of the designs being flawed. Rather, the text states that the conflict in results can be the consequence of one or both of the studies having failed to account for some factor.",
+ hasFigure: false,
+ },
+ {
+ id: "d0f51067",
+ type: "mcq",
+ passage:
+ "Modern dog breeds are largely the result of 160 years of owners crossbreeding certain dogs in order to select for particular physical appearances. Owners often say that some breeds are also more likely than others to have particular personality traits—basset hounds are affectionate; boxers are easy to train—but Kathleen Morrill and colleagues found through a combination of owner surveys and DNA sequencing of 2,000 dogs that while physical traits are predictably heritable among purebred dogs, behavior varies widely among dogs of the same breed.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Dog breeds would not exist without many years of human intervention in dogs’ reproduction.",
+ },
+ {
+ label: "B",
+ text: "Research fails to confirm a commonly held belief about dog breeds and behavior.",
+ },
+ {
+ label: "C",
+ text: "The dog breeds most popular among owners have often changed over the past 160 years.",
+ },
+ {
+ label: "D",
+ text: "A study of dog breeds is notable for its usage of both opinion surveys and DNA sequencing.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most accurately states the main idea of the text. The text indicates that dog owners typically claim that some dog breeds are “more likely than others to have particular personality traits.” In other words, the text points out that a commonly held belief about dog breeds is that their personality traits are heritable. The text then states that Kathleen Morrill and colleagues undertook research about dog trait heritability and found that “behavior varies widely among dogs of the same breed.” Because Morrill and colleagues found evidence for variability rather than consistency in the behavior of dogs of the same breed, the statement that research fails to uphold a commonly held belief about dog breeds and behavior accurately reflects the main idea of the text.
Choice A is incorrect. Although the text mentions that humans have long intervened in dogs’ reproduction by intentionally crossbreeding certain dogs, it doesn’t argue that such intervention is essential to the existence of dog breeds. Choice C is incorrect because the text doesn’t discuss the popularity of any dog breeds; breeds are mentioned as having certain traits, but the text says nothing about the popularity of these breeds or traits. Choice D is incorrect. Although the text briefly mentions that Morrill and colleagues conducted a study about dog traits using both surveys and DNA sequencing, this is not the main focus of the text. The text concerns the study’s results about the heritability of dog traits, not the particular methodology used by Morrill and colleagues.",
+ hasFigure: false,
+ },
+ {
+ id: "d0fbf1ae",
+ type: "mcq",
+ passage:
+ "Algae living within the tissues of corals play a critical role in keeping corals, and the marine ecosystems they are part of, thriving. Some coral species appear brown in color when healthy due to the algae colonies living in their tissues. In the event of an environmental stressor, the algae can die or be expelled, causing the corals to appear white. To recover the algae, the bleached corals then begin to produce bright colors, which block intense sunlight, encouraging the light-sensitive algae to recolonize the corals.
",
+ questionHtml:
+ "What does the text most strongly suggest about corals that produce bright colors?",
+ choices: [
+ {
+ label: "A",
+ text: "These corals have likely been subjected to stressful environmental conditions.",
+ },
+ {
+ label: "B",
+ text: "These corals are likely more vulnerable to exposure from intense sunlight than white corals are.",
+ },
+ {
+ label: "C",
+ text: "These corals have likely recovered from an environmental event without the assistance of algae colonies.",
+ },
+ {
+ label: "D",
+ text: "These corals are more likely to survive without algae colonies than brown corals are.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The text says that corals produce bright colors to block sunlight and encourage algae to recolonize after “an environmental stressor.” From this, we can infer that corals that produce bright colors have probably been subjected to an environmental stressor.
Choice B is incorrect. The text says that corals produce bright colors to block intense sunlight, which protects the light-sensitive algae that keep the coral healthy. In other words, bright colors make the coral’s health less vulnerable to intense sunlight. Choice C is incorrect. The text says that corals produce bright colors to encourage algae to recolonize, not that they have recovered without the assistance of algae colonies. Choice D is incorrect. The text never compares the likelihood of differently colored corals surviving without algae colonies.",
+ hasFigure: false,
+ },
+ {
+ id: "d1b8a9ad",
+ type: "mcq",
+ passage:
+ "Disco remains one of the most ridiculed popular music genres of the late twentieth century. But as scholars have argued, the genre is far less superficial than many people believe. Take the case of disco icon Donna Summer: she may have been associated with popular songs about love and heartbreak (subjects hardly unique to disco, by the way), but like many Black women singers before her, much of her music also reflects concerns about community and identity. These concerns are present in many of the genre’s greatest songs, and they generally don’t require much digging to reveal.
",
+ questionHtml:
+ "What does the text most strongly suggest about the disco genre?",
+ choices: [
+ {
+ label: "A",
+ text: "It has been unjustly ignored by most scholars despite the importance of the themes addressed by many of the genre’s songs.",
+ },
+ {
+ label: "B",
+ text: "It evolved over time from a superficial genre focused on romance to a genre focused on more serious concerns.",
+ },
+ {
+ label: "C",
+ text: "It has been unfairly dismissed for the inclusion of subject matter that is also found in other musical genres.",
+ },
+ {
+ label: "D",
+ text: "It gave rise to a Black women’s musical tradition that has endured even though the genre itself faded in the late twentieth century.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The text argues that disco is "far less superficial" than its popular perception might indicate, and that love and heartbreak are "subjects hardly unique to disco."
Choice A is incorrect. This choice conflicts with the text, which says that scholars argue that disco "is far less superficial than many people believe." Choice B is incorrect. This choice says the opposite of what the text suggests. The writer argues that the genre is not as superficial as commonly believed, but that it always reflected "concerns about community and identity." Choice D is incorrect. The text doesn’t support this choice. There’s nothing in the text about disco giving rise to an enduring Black women’s musical tradition.',
+ hasFigure: false,
+ },
+ {
+ id: "d2e0cba5",
+ type: "mcq",
+ passage:
+ "In a study of new technology adoption, Davit Marikyan et al. examined negative disconfirmation (which occurs when experiences fall short of one’s expectations) to determine whether it could lead to positive outcomes for users. The team focused on established users of “smart home” technology, which presents inherent utilization challenges but tends to attract users with high expectations, often leading to feelings of dissonance. The researchers found that many users employed cognitive mechanisms to mitigate those feelings, ultimately reversing their initial sense of disappointment.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Research suggests that most users of smart home technology will not achieve a feeling of satisfaction given the utilization challenges of such technology.",
+ },
+ {
+ label: "B",
+ text: "Although most smart home technology is aimed at meeting or exceeding users’ high expectations, those expectations in general remain poorly understood.",
+ },
+ {
+ label: "C",
+ text: "Research suggests that users with high expectations for a new technology can feel content with that technology even after experiencing negative disconfirmation.",
+ },
+ {
+ label: "D",
+ text: "Although negative disconfirmation has often been studied, little is known about the cognitive mechanisms shaping users’ reactions to it in the context of new technology adoption.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The passage begins by describing the study, and concludes with its results: "many users employed cognitive mechanisms to mitigate those feelings of − disconfirmation."
Choice A is incorrect. This is the opposite of what the text claims. Rather, the researchers found that "many users" reversed "their initial sense of disappointment." Choice B is incorrect. This choice doesn’t reflect the text. What the expectations of smart home tech users are is not discussed. Choice D is incorrect. This choice doesn’t reflect the text. How often these topics have been studied is not mentioned.',
+ hasFigure: false,
+ },
+ {
+ id: "db2da2bf",
+ type: "mcq",
+ passage:
+ "In 2019, 20 previously unknown moons were confirmed to be orbiting Saturn. Three of the moons have prograde orbits (orbiting in the direction the planet spins), and the other 17 have retrograde orbits (orbiting in the opposite direction of the planet’s spin). All but one of the 20 moons are thought to be remnants of bodies that orbited Saturn until they broke apart in collisions. Although the one exceptional moon orbits in the same direction as the planet’s spin, its orbit is highly eccentric compared to the rest, which may suggest that it has a different origin than the other 19 moons.
",
+ questionHtml:
+ "Based on the text, which choice best describes the moon with the eccentric orbit?",
+ choices: [
+ {
+ label: "A",
+ text: "It doesn’t have a retrograde orbit, but it likely has the same origin as the moons with retrograde orbits.",
+ },
+ {
+ label: "B",
+ text: "Its orbit is so tilted with respect to the other moons’ orbits that it’s neither prograde nor retrograde.",
+ },
+ {
+ label: "C",
+ text: "It has a prograde orbit that is likely the result of having collided with another body orbiting Saturn.",
+ },
+ {
+ label: "D",
+ text: "It has a prograde orbit and may not be a remnant of an earlier body that orbited Saturn.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most accurately describes the moon with the eccentric orbit. The text indicates that three of the 20 newly discovered moons have prograde orbits, meaning that they orbit Saturn in the same direction as the planet’s spin, while the other 17 moons have retrograde orbits, meaning that they orbit Saturn in the opposite direction of the planet’s spin. The text then states that 19 of the 20 moons appear to be the remains of earlier bodies that orbited Saturn but were broken apart in collisions. The one exception is a moon that orbits Saturn in the same direction as the planet’s spin, meaning that the exceptional moon’s orbit is prograde. The text goes on to state that the exceptional moon’s orbit is so eccentric that the moon may have formed through a different process than the other 19 moons. The moon with the eccentric orbit, therefore, has a prograde orbit and may not be a remnant of an earlier body that orbited Saturn.
Choice A is incorrect because nothing in the text supports the idea that the moon with the eccentric orbit likely has the same origin as the moons with retrograde orbits. Although it’s true that the moon has a prograde orbit (and thus doesn’t have a retrograde orbit), the only information the text provides about the moon’s origin is that it may be different than the origin of the other 19 moons. Choice B is incorrect because the text states that the moon in question orbits Saturn in the same direction as the planet’s spin, meaning that the moon’s orbit is prograde, not that its orbit is neither prograde nor retrograde. Choice C is incorrect because the text merely notes that the moon in question has a prograde orbit without giving any indication of what likely caused that orbit.",
+ hasFigure: false,
+ },
+ {
+ id: "ed314256",
+ type: "mcq",
+ passage:
+ "The most recent iteration of the immersive theater experience Sleep No More, which premiered in New York City in 2011, transforms its performance space—a five-story warehouse—into a 1930s-era hotel. Audience members, who wander through the labyrinthine venue at their own pace and follow the actors as they play out simultaneous, interweaving narrative loops, confront the impossibility of experiencing the production in its entirety. The play’s refusal of narrative coherence thus hinges on the sense of spatial fragmentation that the venue’s immense and intricate layout generates.
",
+ questionHtml:
+ "What does the text most strongly suggest about Sleep No More’s use of its performance space?",
+ choices: [
+ {
+ label: "A",
+ text: "The choice of a New York City venue likely enabled the play’s creators to experiment with the use of theatrical space in a way that venues from earlier productions could not.",
+ },
+ {
+ label: "B",
+ text: "Audience members likely find the experience of the play disappointing because they generally cannot make their way through the entire venue.",
+ },
+ {
+ label: "C",
+ text: "The production’s dependence on a particular performance environment would likely make it difficult to reproduce exactly in a different theatrical space.",
+ },
+ {
+ label: "D",
+ text: "Audience members who navigate the space according to a recommended itinerary will likely have a better grasp of the play’s narrative than audience members who depart from that itinerary.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The text says that the production’s use of its large, winding space has a very specific effect on the audience. Given that the space itself is so important to creating this effect, it would be difficult to reproduce the production in a different space.
Choice A is incorrect. The fact that the venue is in New York City isn’t connected to the experimental nature of the performance. It’s the size of the venue, not its location in New York, that affects the theatrical experience. Choice B is incorrect. The text never suggests that audience members are disappointed because they can’t see the entire production. In fact, it suggests that that’s an important part of the experience. Choice D is incorrect. The text doesn’t mention a recommended itinerary for audience members.",
+ hasFigure: false,
+ },
+ {
+ id: "f7bd14de",
+ type: "mcq",
+ passage:
+ "Several scholars have argued that conditions in England in the late ninth through early eleventh centuries—namely, burgeoning literacy amid running conflicts between England’s Anglo-Saxon kingdoms and Danish invaders—were especially conducive to the production of the Old English epic poem Beowulf, and they have dated the poem’s composition accordingly. It is not inconceivable that Beowulf emerged from such a context, but privileging contextual fit over the linguistic evidence of an eighth- or even seventh-century composition requires a level of justification that thus far has not been presented.
",
+ questionHtml: "Which choice best states the main idea of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Although there are some grounds for believing that Beowulf was composed between the late ninth and early eleventh centuries, advocates for that view tend to rely on evidence that has been called into question by advocates for an earlier date.",
+ },
+ {
+ label: "B",
+ text: "Although several scholars have dated Beowulf to the late ninth through early eleventh centuries, others have argued that doing so privileges a controversial interpretation of the social conditions of the period.",
+ },
+ {
+ label: "C",
+ text: "Although Beowulf fits well with the historical context of England in the late ninth through early eleventh centuries, it fits equally well with the historical context of England in the seventh and eighth centuries.",
+ },
+ {
+ label: "D",
+ text: "Although the claim of a late ninth- through early eleventh-century composition date for Beowulf has some plausibility, advocates for the claim have not compellingly addressed evidence suggesting an earlier date.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most accurately states the main idea of the text. The text states that some scholars have dated the composition of Beowulf to the late ninth through early eleventh centuries due to the poem’s fit with that period’s historical context. The text goes on to say that while it is “not inconceivable that Beowulf emerged from such a context”—that is, it is possible that Beowulf was composed during the late ninth through eleventh centuries—there is linguistic evidence that the poem was composed earlier, in the seventh or eighth century. According to the text, favoring the historical context over the linguistic evidence requires justification that scholars have not yet supplied. In other words, the text suggests that scholars who favor the later composition date need to explain why the poem’s fit with historical context should take precedence over the linguistic evidence, but they have not yet done so. Thus, the main idea of the text is that while there is some plausibility to the later composition date, advocates for the later date have not compellingly addressed evidence suggestive of an earlier date.
Choice A is incorrect because the text says that scholars who date the poem to the late ninth through early eleventh centuries have failed to account for the linguistic evidence that the poem may have been composed earlier, not that the evidence those scholars cite in favor of their view is unreliable or that anyone has cast doubt on that evidence. In other words, the text does not suggest that there are problems with the evidence cited by advocates of the later composition date, only that there is other evidence of an earlier composition date that those advocates need to consider. Choice B is incorrect because nothing in the text suggests that those scholars who date the poem to the late ninth through early eleventh centuries are giving priority to a controversial view of the social conditions at that time. The text makes no reference to any controversy about how scholars interpret that historical period. Instead, the text suggests that scholars who date the poem on the basis of its fit with the historical context of England in the late ninth through early eleventh centuries have failed to account for linguistic evidence that the poem may have been composed earlier. Choice C is incorrect because the text says nothing about how well the poem fits the historical context of England in the seventh and eighth centuries, let alone that it fits that historical context as well as it fits the historical context of the late ninth through early eleventh centuries. Rather, the text says that there is linguistic evidence that the poem may have been composed in the seventh or eighth century.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/rw/command-of-evidence.ts b/src/data/rw/command-of-evidence.ts
new file mode 100644
index 0000000..bee0554
--- /dev/null
+++ b/src/data/rw/command-of-evidence.ts
@@ -0,0 +1,4427 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const COMMAND_EVIDENCE_EASY: PracticeQuestion[] = [
+ {
+ id: "0113152f",
+ type: "mcq",
+ passage:
+ "American fashion designer Patrick Kelly was known for his love of colorful buttons. Many of his signature dresses feature bold assortments of buttons throughout the garment. In a paper, a fashion design student claims that Kelly’s use of buttons as decoration was inspired by his childhood observations of the styles and actions of the women in his family.
",
+ questionHtml:
+ "Which quotation from a work by a historian would be the most effective evidence for the student to include in support of this claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Although some of the assortments of buttons appear to be mismatched pieces scattered randomly throughout Kelly’s dresses, his most famous designs feature carefully crafted patterns of matching buttons.”",
+ },
+ {
+ label: "B",
+ text: "“Many of Kelly’s contemporaries were inspired by his designs to incorporate buttons, as well as zippers and snaps, as decorative items in their work.”",
+ },
+ {
+ label: "C",
+ text: "“Kelly’s grandmother, who would repair clothing when he was a child, frequently added mismatched buttons to the clothes to draw attention away from any flaws in the garments.”",
+ },
+ {
+ label: "D",
+ text: "“Kelly was destined to be a designer from a young age: he learned how to sew clothing from his aunt Bertha, and his love of drawing was developed by his mother.”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. This quotation draws a direct connection between the use of buttons and Kelly’s stylish female relatives.
Choice A is incorrect. This choice mentions Kelly’s use of buttons, but it doesn’t connect that design choice to the influence of women in Kelly’s family. Choice B is incorrect. This choice discusses how other designers were inspired by Kelly, which doesn’t provide evidence that Kelly was inspired by his family. Choice D is incorrect. While this choice does refer to fashionable women in Kelly’s family, it doesn’t connect their influence to Kelly’s use of buttons.",
+ hasFigure: false,
+ },
+ {
+ id: "0770b53d",
+ type: "mcq",
+ passage:
+ "O Pioneers! is a 1913 novel by Willa Cather. In the novel, Cather portrays Alexandra Bergson as having a deep emotional connection to her natural surroundings: ______blank
",
+ questionHtml:
+ "Which quotation from O Pioneers! most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“She had never known before how much the country meant to her. The chirping of the insects down in the long grass had been like the sweetest music. She had felt as if her heart were hiding down there, somewhere, with the quail and the plover and all the little wild things that crooned or buzzed in the sun. Under the long shaggy ridges, she felt the future stirring.”",
+ },
+ {
+ label: "B",
+ text: "“Alexandra talked to the men about their crops and to the women about their poultry. She spent a whole day with one young farmer who had been away at school, and who was experimenting with a new kind of clover hay. She learned a great deal.”",
+ },
+ {
+ label: "C",
+ text: "“Alexandra drove off alone. The rattle of her wagon was lost in the howling of the wind, but her lantern, held firmly between her feet, made a moving point of light along the highway, going deeper and deeper into the dark country.”",
+ },
+ {
+ label: "D",
+ text: "“It was Alexandra who read the papers and followed the markets, and who learned by the mistakes of their neighbors. It was Alexandra who could always tell about what it had cost to fatten each steer, and who could guess the weight of a hog before it went on the scales closer than John Bergson her father himself.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents the quotation that most directly illustrates the claim that Cather portrays Alexandra as having a deep emotional connection to her natural surroundings. This quotation states that the country meant a great deal to Alexandra and then goes on to detail several ways in which her natural surroundings affect her emotionally: the insects sound like “the sweetest music,” she feels as though “her heart were hiding” in the grass “with the quail and the plover,” and near the ridges she feels “the future stirring.”
Choice B is incorrect because the quotation doesn’t suggest that Alexandra had a deep emotional connection to her natural surroundings but instead describes how she interacts with the people around her to learn more about crops, poultry, and experiments with clover hay. Choice C is incorrect because the quotation doesn’t suggest that Alexandra has a deep emotional connection to her natural surroundings but instead describes her nighttime departure in a wagon. The quotation says nothing about Alexandra’s emotional state. Choice D is incorrect because the quotation doesn’t convey Alexandra’s deep emotional connection to her natural surroundings; instead, this quotation describes how well she understands the markets and livestock.",
+ hasFigure: false,
+ },
+ {
+ id: "08b28c1a",
+ type: "mcq",
+ passage:
+ "A researcher conducted an experiment inspired by studies suggesting that people may benefit from feeling frightened in certain circumstances, such as when watching scary movies or visiting haunted attractions. The researcher recruited several participants and had them walk through a local haunted house attraction. Immediately after exiting the attraction, each participant completed a survey about their experience. Based on the survey responses, the researcher claims that feeling frightened in controlled situations can boost a person’s mood and confidence.
",
+ questionHtml:
+ "Which quotation from a participant would best illustrate the researcher’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“After I came out of the haunted house, I felt very accomplished and less stressed.”",
+ },
+ {
+ label: "B",
+ text: "“My friends kept laughing as we were walking through the haunted house.”",
+ },
+ {
+ label: "C",
+ text: "“The haunted house was scary at first, but I knew everyone was just acting, so I felt less scared after a few minutes.”",
+ },
+ {
+ label: "D",
+ text: "“The sense of relief I felt at the end of the haunted house was similar to the feelings I have when I finish a scary movie.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This choice illustrates both “feeling frightened in controlled situations” (the haunted house) and the benefit of a boosted mood (“less stressed”) and confidence (“very accomplished”).
Choice B is incorrect. This choice isn’t the best illustration of the claim. While laughing may indicate a good mood, this choice provides no evidence of “feeling frightened” or boosted confidence. Another choice provides better evidence. Choice C is incorrect. This choice isn’t the best illustration of the claim. This choice demonstrates “feeling frightened” in a controlled environment, but it doesn’t provide strong evidence of boosted mood or confidence. Another choice provides better evidence. Choice D is incorrect. This choice isn’t the best illustration of the claim. While a “sense of relief” could be interpreted as a boosted mood, this choice doesn’t provide direct evidence of “feeling frightened” or of increased confidence. This choice simply suggests that haunted houses and scary movies have a similar effect. Another choice provides better evidence for the researcher’s claim.",
+ hasFigure: false,
+ },
+ {
+ id: "08ff903e",
+ type: "mcq",
+ passage:
+ "A museum curator is writing a biographical statement about Trinidadian-born Chinese dancer, choreographer, and teacher Dai Ailian for a new exhibit on Chinese dance. The curator claims that some of the pieces Dai created shortly after arriving in mainland China in 1941, such as the solo dance Yao Drum, reflect a desire to represent the dances of local communities Dai visited during her travels through China.
",
+ questionHtml:
+ "Which quotation from a work by a dance historian would be the most effective evidence for the curator to include in support of this claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“There is no sound or music accompanying Dai’s movements in Yao Drum, aside from the sounds of drumsticks beating against a drum and against each other.”",
+ },
+ {
+ label: "B",
+ text: "“Unlike some of the works Dai created in the early 1940s, Yao Drum does not feature a narrative structure, humorous elements, or references to real-life events.”",
+ },
+ {
+ label: "C",
+ text: "“Yao Drum was inspired by a ceremonial dance Dai witnessed during her time performing field research among the Yao people in the province of Guizhou in 1941 or 1942.”",
+ },
+ {
+ label: "D",
+ text: "“Yao Drum is notable for its intense physicality, with Dai performing sharp jumps, swift turns, and dramatic sweeps of her legs through the air as she moves in circles on the stage.”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. This choice clearly states that Yao Drum was inspired by a ceremonial dance of the Yao people. This directly supports the curator’s claim that some of Dai’s pieces “represent the dances of local communities” she visited.
Choice A is incorrect. This choice discusses the sound and music in Yao Drum, but it doesn’t connect these elements to “the dances of local communities,” which is the focus of the claim. Choice B is incorrect. This choice doesn’t mention the dances of local communities, but instead discusses how Yao Drum is different from some of Dai’s earlier works. Choice D is incorrect. This choice describes the choreography of Yao Drum, but it doesn’t connect these elements to “the dances of local communities,” which is the focus of the claim.",
+ hasFigure: false,
+ },
+ {
+ id: "0b96fa93",
+ type: "mcq",
+ passage:
+ "Maximum Height of Maple Trees When Fully Grown
Tree typeMaximum height (feet)Native to North AmericaSugar maple75yesSilver maple70yesRed maple60yesJapanese maple25noNorway maple50no
For a school project, a forestry student needs to recommend a maple tree that is native to North America and won’t grow more than 60 feet in height. Based on the characteristics of five common maple trees, she has decided to select a ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the text?",
+ choices: [
+ { label: "A", text: "silver maple." },
+ { label: "B", text: "sugar maple." },
+ { label: "C", text: "red maple." },
+ { label: "D", text: "Norway maple." },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most effectively uses data from the table to complete the statement about the forestry student’s project. The table shows five types of maple trees, each tree’s maximum height, and whether each tree is native to North America. The text indicates that the student needs to recommend a maple tree that’s native to North America and won’t reach a height greater than 60 feet. The red maple is the only tree listed in the table that meets these criteria: its maximum height is 60 feet—meaning that it won’t grow higher than 60 feet—and it’s native to North America.
Choice A is incorrect because the text states that the student needs to recommend a tree that’s native to North America and won’t grow higher than 60 feet, but the table shows that the maximum height of the silver maple is 70 feet. Choice B is incorrect because the text states that the student needs to recommend a tree that’s native to North America and won’t grow higher than 60 feet, but the table shows that the maximum height of the sugar maple is 75 feet. Choice D is incorrect because the text states that the student needs to recommend a tree that’s native to North America and won’t grow higher than 60 feet, but the table shows that the Norway maple isn’t native to North America.",
+ hasFigure: false,
+ },
+ {
+ id: "145da981",
+ type: "mcq",
+ passage:
+ "Effect of Paywall Introduction on Newspaper Companies’ Revenues
NewspaperTotal revenue change ($ in thousands)Percentage change (%)Newspaper sizeLos Angeles Times93,96612.5largeThe New York Times235,78820largeThe Denver Post−3,765negative 3,765−1negative 1smallSun Sentinel−24,899negative 24,899−11.9negative 11.9smallChicago Tribune94,49219large
Digital paywalls restrict access to online content to those with a paid subscription. In an investigation of the effect of paywalls on newspaper company revenues for print and digital subscriptions and advertising, Doug J. Chung and colleagues compared actual outcomes (with a paywall) to control estimates (without a paywall). The researchers concluded that introducing a paywall is generally more beneficial for larger newspapers, which have high circulation and tend to offer a substantial amount of unique online content.
",
+ questionHtml:
+ "Which choice best describes data from the table that support Chung and colleagues’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "The Chicago Tribune and the Los Angeles Times had similar total revenue changes, but the Los Angeles Times had a smaller percentage change.",
+ },
+ {
+ label: "B",
+ text: "The Los Angeles Times had a 12.5% revenue change, while the Chicago Tribune had a 19% revenue change.",
+ },
+ {
+ label: "C",
+ text: "The New York Times had a 20% revenue change, while the Denver Post had a −1%negative 1% revenue change.",
+ },
+ {
+ label: "D",
+ text: "The Denver Post had only a −1%negative 1% revenue change, which was the smallest percentage change of the selected companies.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The conclusion is that paywalls are more beneficial for large newspapers. This data supports that conclusion by comparing the revenue increase of a large newspaper to the revenue decrease of a small newspaper.
Choice A is incorrect. This choice doesn’t support the conclusion. It doesn’t include any small newspapers for comparison. Choice B is incorrect. This choice doesn’t support the conclusion. It doesn’t include any small newspapers for comparison. Choice D is incorrect. This choice doesn’t support the conclusion. It doesn’t include any large newspapers for comparison.",
+ hasFigure: false,
+ },
+ {
+ id: "1703403b",
+ type: "mcq",
+ passage:
+ "
The following 4 lines are shown:
Rincón
Isabela
San Sebastián
Ponce
The Rincón line:
Begins at May, 6.3 inches
Falls gradually to June, 5.8 inches
Rises gradually to July, 6.5 inches
Rises sharply to August, 8.3 inches
Falls sharply to September, 6.4 inches
The Isabela line:
Begins at May, 7.6 inches
Falls gradually to June, 6.4 inches
Falls gradually to July, 4.7 inches
Rises gradually to August, 6.4 inches
Falls gradually to September, 6.1 inches
The San Sebastián line:
Begins at May, 12.9 inches
Falls gradually to June, 11.3 inches
Falls sharply to July, 7.9 inches
Rises sharply to August, 10.3 inches
Rises gradually to September, 10.9 inches
The Ponce line:
Begins at May, 4 inches
Falls sharply to June, 1.9 inches
Rises gradually to July, 2.8 inches
Rises gradually to August, 3.9 inches
Rises gradually to September, 5.9 inches
A student is presenting average monthly rainfall totals in various Puerto Rican cities for a science class. During the presentation, the student notes that in September ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to complete the statement?",
+ choices: [
+ {
+ label: "A",
+ text: "Rincón’s average rainfall is greater than that of Isabela, San Sebastián, and Ponce.",
+ },
+ {
+ label: "B",
+ text: "Rincón and Ponce have an average rainfall of about 5 inches, and Isabela and San Sebastián have an average rainfall of about 10 inches.",
+ },
+ {
+ label: "C",
+ text: "Rincón, Ponce, and Isabela each have an average rainfall below 8 inches, but San Sebastián’s average rainfall that month is greater than 8 inches.",
+ },
+ {
+ label: "D",
+ text: "Rincón has a similar average rainfall to Isabela, and Ponce has a similar average rainfall to San Sebastián.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most effectively uses data from the graph to complete the statement about average rainfall in September in select Puerto Rican cities. The graph shows that between 1981 and 2010 Rincón, Ponce, and Isabela all had an average rainfall during the month of September of about 6 inches, and San Sebastián had an average rainfall of nearly 11 inches. Describing the average September rainfall of Rincón, Ponce, and Isabela as below 8 inches and the average September rainfall of San Sebastián as greater than 8 inches therefore offers an accurate description of the data in the graph and most effectively completes the statement.
Choice A is incorrect because it offers an inaccurate interpretation of the data in the graph. The graph shows that in September, Rincón, Isabela, and Ponce all have an average rainfall of about 6 inches, and San Sebastián has an average rainfall of nearly 11 inches. Therefore, Rincón’s average rainfall is the same as, not greater than, that of Isabela and Ponce, and it is below, not greater than, that of San Sebastián. Choice B is incorrect because it inaccurately describes the data in the graph. In September, Rincón and Ponce have an average rainfall of about 6 inches, not 5 inches; Isabela has an average rainfall of about 6 inches, not 10 inches; and San Sebastián has an average rainfall of nearly 11 inches, not 10 inches. Choice D is incorrect because although the graph shows a similar average rainfall (about 6 inches) for Rincón and Isabela in September, it doesn’t show that Ponce has a similar average rainfall to San Sebastián during this month. In September, Ponce’s average rainfall is about 6 inches, whereas San Sebastián’s average rainfall is nearly 11 inches.",
+ hasFigure: true,
+ figureUrl: "/practice-images/1703403b_svg1.svg",
+ },
+ {
+ id: "26ee16ba",
+ type: "mcq",
+ passage:
+ "Hip-hop pedagogy is a form of teaching that’s gaining popularity across school subjects. It involves incorporating hip-hop and rap music into lessons as well as using hip-hop elements when teaching other subject matters. For example, Quan Neloms’s students look for college-level vocabulary and historical events in rap songs. Researchers claim that in addition to developing students’ social justice awareness, hip-hop pedagogy encourages student success by raising students’ interest and engagement.
",
+ questionHtml:
+ "Which finding, if true, would most strongly support the underlined claim?",
+ choices: [
+ {
+ label: "A",
+ text: "Students tend to be more enthusiastic about rap music than they are about hip-hop music.",
+ },
+ {
+ label: "B",
+ text: "Students who are highly interested in social justice issues typically don’t sign up for courses that incorporate hip-hop and rap music.",
+ },
+ {
+ label: "C",
+ text: "Educators report that they enjoy teaching courses that involve hip-hop and rap music more than teaching courses that don’t.",
+ },
+ {
+ label: "D",
+ text: "Courses that incorporate hip-hop and rap music are among the courses with the highest enrollment and attendance rates.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Enrollment and attendance are logical ways to measure whether students are interested and engaged. High enrollment and attendance suggests a high level of interest and engagement.
Choice A is incorrect. This choice doesn’t support the claim. Students’ preferences between hip-hop and rap aren’t relevant to the claim, which is focused on whether or not students like classes that use hip-hop pedagogy (which includes the educational use of both hip-hop and rap). Choice B is incorrect. This choice doesn’t support the claim. While the first part of the sentence discusses social justice, the underlined claim focuses on student success, which is unrelated. Choice C is incorrect. This choice doesn’t support the claim. This tells us about teacher enjoyment, which isn’t relevant to a claim about student interest and engagement.",
+ hasFigure: false,
+ },
+ {
+ id: "30c3aa98",
+ type: "mcq",
+ passage:
+ "
Copper had been mined in the US for thousands of years, but large-scale commercial mining of copper took off starting in the late 1800s. This was due to several factors. Technological advancements in the mining industry led to improvements in the production of copper. This helped the country keep up with the growing number of people wanting to buy copper starting in the 1890s. At the same time, the growth of the railroad system made the transportation of copper in large batches much easier. Several states saw rapid growth in the production of this resource, for example: ______blank",
+ questionHtml:
+ "Which choice most effectively uses the data in the graph to complete the example?",
+ choices: [
+ {
+ label: "A",
+ text: "The rise in copper production in Michigan slowed from 1902 to 1909.",
+ },
+ {
+ label: "B",
+ text: "Montana and Arizona produced more copper than Michigan did in 1909.",
+ },
+ {
+ label: "C",
+ text: "Fewer than 100 million pounds of copper were produced in Arizona in 1889.",
+ },
+ {
+ label: "D",
+ text: "Copper production rose significantly from 1889 to 1909 for Arizona, Michigan, and Montana.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text asks us to provide examples of several states that saw rapid growth in copper production from the 1890s onward. The graph depicts Arizona, Michigan, and Montana all experiencing such rapid growth during this time period.
Choice A is incorrect. The claim is about states experiencing rapid growth in copper production. This statement only discusses one state and does not provide evidence of rapid growth—in fact, it discusses a slow-down of growth. Choice B is incorrect. The claim is about states experiencing rapid growth in copper production, and this statement provides a comparison of production rates between states, rather than an example of rapid growth. Choice C is incorrect. The claim is about several states experiencing rapid growth in copper production. This statement only discusses one state and does not provide evidence of growth in copper production.",
+ hasFigure: true,
+ figureUrl: "/practice-images/30c3aa98_svg1.svg",
+ },
+ {
+ id: "37a49687",
+ type: "mcq",
+ passage:
+ "
Mangroves are trees or bushes that grow on the coastlines of seas and rivers. Areas with mangroves are great places for young fish since they help keep these fish fed and protected while they grow. To study the importance of mangroves to young fish, researchers Mohamed A.Abu El-Regal and Nesreen K. Ibrahim collected and identified young fish from three different mangrove sites in the Egyptian Red Sea. They collected fish in the winter, spring, and autumn of 2010, collecting a total of 269 fish from 21 different species. For some species, more fish were collected in the winter than the other two seasons, for instance: ______blank",
+ questionHtml:
+ "Which choice most effectively uses the data in the graph to complete the example?",
+ choices: [
+ {
+ label: "A",
+ text: "more common silver-biddy and milkfish were collected in the winter than in either of the other two seasons.",
+ },
+ {
+ label: "B",
+ text: "the common silver-biddy was collected more frequently than the other two species in all three seasons.",
+ },
+ {
+ label: "C",
+ text: "in the spring, researchers collected more Red Sea goldfish than they collected from the other two species.",
+ },
+ {
+ label: "D",
+ text: "in the fall, researchers collected 10 common silver-biddy but collected no milkfish or Red Sea goatfish.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The claim is about which fish were collected more in winter than in other seasons. By comparing the number of common silver-biddy and milkfish collected in each season, we can see that more of these fish were collected in winter than in any other season.
Choice B is incorrect. The claim is about which fish were collected more in winter than in other seasons. This statement compares collections across the three species of fish, rather than comparing collections of individual types of fish across seasons. Choice C is incorrect. The claim is about which fish were collected more in winter than in other seasons. This statement is about spring, rather than winter. Choice D is incorrect. The claim is about which fish were collected more in winter than in other seasons. This statement is about fall, rather than winter, fish collections.",
+ hasFigure: true,
+ figureUrl: "/practice-images/37a49687_svg1.svg",
+ },
+ {
+ id: "38e79659",
+ type: "mcq",
+ passage:
+ "Attendance and Cost of Hosting for Past Four US World’s Fairs
World’s fairs held in the USCost (in US dollars)Number of visitorsCentury 21 Exposition (1962)$47 million9.60 millionHemisFair ’68$156 million6.40 million1984 World’s Fair$350 million7.35 millionExpo ’74$78 million5.60 million
Huge international exhibitions known as world’s fairs have been held since 1851, but the United States hasn’t hosted one since 1984. Architecture expert Mina Chow argues that this is because some people think the events are too expensive and not popular enough. For example, the 1984 World’s Fair cost $350 million and had only ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the example?",
+ choices: [
+ { label: "A", text: "7.35 million visitors." },
+ { label: "B", text: "9.60 million visitors." },
+ { label: "C", text: "6.40 million visitors." },
+ { label: "D", text: "5.60 million visitors." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most effectively uses data from the table to complete the example of the high cost and low popularity of world’s fairs. The text presents Chow’s argument that the United States hasn’t hosted a world’s fair since 1984 because people think these exhibitions are overly expensive and insufficiently popular. The text then cites the 1984 World’s Fair as an example, noting that it cost $350 million. Since the example should illustrate both high cost and insufficient popularity, the best completion of the example is the information from the table that the 1984 World’s Fair had 7.35 million visitors.
Choice B is incorrect because it misrepresents data from the table. The table indicates that the 1984 World’s Fair, which is the world’s fair used as an example in the text, had 7.35 million, not 9.60 million, visitors. Choice C is incorrect because it misrepresents data from the table. The table indicates that the 1984 World’s Fair, which is the world’s fair used as an example in the text, had 7.35 million, not 6.40 million, visitors. Choice D is incorrect because it misrepresents data from the table. The table indicates that the 1984 World’s Fair, which is the world’s fair used as an example in the text, had 7.35 million, not 5.60 million, visitors.",
+ hasFigure: false,
+ },
+ {
+ id: "4042ff0b",
+ type: "mcq",
+ passage:
+ "Comfort Ratings and Temperature-Adjustment Preferences from One Survey
ParticipantComfort ratingPreferred temperature adjustment20−2negative 2Cooler11Cooler211Cooler
Nan Gao and her team conducted multiple surveys to determine participants’ levels of comfort in a room where the temperature was regulated by a commercial climate control system. Participants filled out surveys several times a day to indicate their level of comfort on a scale from −3negative 3 (very cold) to +3positive 3 (very hot), with 0 indicating neutral (neither warm nor cool), and to indicate how they would prefer the temperature to be adjusted. The table shows three participants’ responses in one of the surveys. According to the table, all three participants wanted the room to be cooler, ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ { label: "A", text: "and they each reported the same level of comfort." },
+ {
+ label: "B",
+ text: "even though each participant’s ratings varied throughout the day.",
+ },
+ {
+ label: "C",
+ text: "but participant 20 reported feeling significantly colder than the other two participants did.",
+ },
+ {
+ label: "D",
+ text: "but participant 1 reported feeling warmer than the other two participants did.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The text describes the comfort rating scale: from −3 (very cold) to +3 (very hot), with 0 being neutral. Participant 20 gave a −2 comfort rating, a full three points colder on the scale than the other two participants.
Choice A is incorrect. This choice misreads the table. Participant 1 and participant 21 reported the same level of comfort, but participant 20’s comfort level was three points lower. Choice B is incorrect. This choice doesn’t use data from the table. The table only shows us one survey, so we don’t know if the participants’ ratings varied throughout the day. Choice D is incorrect. This choice misreads the table. Participant 1 and participant 21 reported the same level of comfort.",
+ hasFigure: false,
+ },
+ {
+ id: "40578580",
+ type: "mcq",
+ passage:
+ "Many scientists have believed that giraffes are solitary creatures, preferring to spend their time alone instead of with others. But observations of giraffes and their behavior in recent years has suggested that these animals may be more social than we once thought. For example, scientists Zoe Muller and Stephen Harris claim that giraffes may even help each other care for one another’s newborns.
",
+ questionHtml:
+ "Which finding, if true, would most directly support Muller and Harris’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "Female giraffes have been observed feeding young giraffes that aren’t their direct offspring.",
+ },
+ {
+ label: "B",
+ text: "Confrontations between a younger and an older male giraffe are frequently observed.",
+ },
+ {
+ label: "C",
+ text: "Some female giraffes have been observed sniffing and licking their newborn offspring.",
+ },
+ {
+ label: "D",
+ text: "Giraffes are able to make sounds but are rarely observed communicating with others.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. If female giraffes feed nonoffspring young, that’s direct evidence that "giraffes may even help each other care for one another’s newborns."
Choice B is incorrect. Confrontations between males doesn’t tell us anything about whether giraffes help each other care for newborns. Choice C is incorrect. While this option does mention newborn offspring, it only discusses a mother’s behavior toward her own child, not another giraffe’s child. Choice D is incorrect. Whether or not giraffes are observed communicating with each other doesn’t tell us anything about whether they help each other care for newborns.',
+ hasFigure: false,
+ },
+ {
+ id: "46e45728",
+ type: "mcq",
+ passage:
+ "Daily Distance Traveled by Adult Mountain Lions in Three Seasons
SeasonKilometers per day traveled by adult femalesKilometers per day traveled by adult malescold-dry9.2815.81monsoon12.6418.93hot-dry12.4818.87
Wildlife researcher Dana L. Karelus and her colleagues tracked the movements of female and male adult mountain lions over three seasons: the cold-dry season, the hot-dry season, and the monsoon season. They found that the least amount of travel per day occurred in ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ { label: "A", text: "the cold-dry season for both females and males." },
+ {
+ label: "B",
+ text: "the cold-dry season for females and the hot-dry season for males.",
+ },
+ {
+ label: "C",
+ text: "the hot-dry season for females and the monsoon season for males.",
+ },
+ { label: "D", text: "the monsoon season for both females and males." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Females only traveled 9.28 km per day in the cold-dry season, versus 12.64 and 12.48 km per day in the monsoon and hot-dry seasons, respectively. Males only traveled 15.81 km per day per day in the cold-dry season, versus 18.93 and 18.87 km per day in the monsoon and hot-dry seasons, respectively. So, the cold-dry season was the season where both males and females had the least daily travel.
Choice B is incorrect. Although females traveled least in the cold-dry season, males didn’t travel least in the hot-dry season. Instead, they traveled less per day in the cold-dry season as well. Choice C is incorrect. Females had less daily travel in the cold-dry season than in the hot-dry season (9.28 versus 12.48 km per day), and males had less daily travel in the cold-dry season than in the monsoon season (15.81 versus 18.93 km per day). Choice D is incorrect. In fact, both females and males traveled the most kilometers per day in the monsoon season.",
+ hasFigure: false,
+ },
+ {
+ id: "47f2cddd",
+ type: "mcq",
+ passage:
+ "“The Rock and the Sea” is an 1893 poem by Charlotte Perkins Gilman. In the poem, a rock is portrayed as intending to confront and restrain the sea: ______blank
",
+ questionHtml:
+ "Which quotation from “The Rock and the Sea” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“I am the Rock. Black midnight falls; / The terrible breakers rise like walls; / With curling lips and gleaming teeth / They plunge and tear at my bones beneath.”",
+ },
+ {
+ label: "B",
+ text: "“I am the Sea. I hold the land / As one holds an apple in his hand, / Hold it fast with sleepless eyes, / Watching the continents sink and rise.”",
+ },
+ {
+ label: "C",
+ text: "“I am the Rock, presumptuous Sea! / I am set to encounter thee. / Angry and loud or gentle and still, / I am set here to limit thy power, and I will!”",
+ },
+ {
+ label: "D",
+ text: "“I am the Sea. The earth I sway; / Granite to me is potter’s clay; / Under the touch of my careless waves / It rises in turrets and sinks in caves.”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. This quotation focuses on the rock, which yells at the sea and announces its intent to “limit the sea’s power.” This matches the idea of confrontation and restraint in the claim we’re trying to support.
Choice A is incorrect. This choice doesn’t illustrate the claim. While this quotation does focus on the rock, it suggests that the rock fears the sea. It lacks the sense of boldness and strength implied by the phrase “confront and restrain the sea.” Choice B is incorrect. This choice doesn’t illustrate the claim. This quotation focuses on the sea, not the rock. Choice D is incorrect. This choice doesn’t illustrate the claim. This quotation focuses on the sea, not the rock.",
+ hasFigure: false,
+ },
+ {
+ id: "5ff1ba73",
+ type: "mcq",
+ passage:
+ 'Guilds in French Cities in the Late Eighteenth Century
| City | Date | Inhabitants | Number of guilds | Inhabitants per guild |
|---|
| Paris | 1766 | 600,000 | 133 | 4,511 |
| Bordeaux | 1762 | 80,000 | 49 | 1,633 |
| Rouen | 1775 | 74,000 | 112 | 661 |
| Lyon | 1789 | 143,000 | 72 | 1,986 |
Guilds—local associations of artisans and merchants in the same industry—were widespread in France from the medieval period until the late eighteenth century. But guilds were much more numerous relative to the population in some cities than in others: for example, ______blank
',
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ {
+ label: "A",
+ text: "there were 49 guilds in Bordeaux but 72 guilds in Lyon despite the two cities having nearly equal numbers of inhabitants.",
+ },
+ {
+ label: "B",
+ text: "Lyon had far fewer inhabitants than Paris did but had many more guilds.",
+ },
+ {
+ label: "C",
+ text: "there was one guild for every 661 inhabitants in Rouen but one guild for every 4,511 inhabitants in Paris.",
+ },
+ {
+ label: "D",
+ text: "Paris had 133 guilds and 600,000 inhabitants, or one guild for every 4,511 inhabitants.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The claim we’re trying to prove is that guilds were much more numerous relative to population in some cities than others. This choice describes the guilds per number of inhabitants in two cities (Rouen and Paris), showing significant differences between guilds relative to population in these cities.
Choice A is incorrect. This choice misreads the table. Bordeaux had 80,000 inhabitants, according to the table, while Lyon had 143,000, so it isn’t correct to say that they had "nearly equal numbers of inhabitants." Lyon had almost twice as many inhabitants. Choice B is incorrect. This choice misreads the table. Although Lyon did have fewer inhabitants than Paris, it didn’t have more guilds—Paris had 133 guilds versus Lyon’s 72. Choice D is incorrect. This choice doesn’t support the claim. To show that guilds were more numerous relative to population in some cities than others, we would need to compare at least two cities, and this choice only mentions one.',
+ hasFigure: false,
+ },
+ {
+ id: "628e1305",
+ type: "mcq",
+ passage:
+ "“Valia” is a 1907 short story by Leonid Andreyev. In the story, the author emphasizes that the setting where the character Valia is reading is nearly silent: ______blank
",
+ questionHtml:
+ "Which quotation from “Valia” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“The hand in which he carried his book was getting stiff with cold, but he would not ask his mother to take the book from him.”",
+ },
+ {
+ label: "B",
+ text: "“Valia was reading a huge, very huge book, almost half as large as himself.”",
+ },
+ {
+ label: "C",
+ text: "“Valia approached the window and examined the toys.”",
+ },
+ {
+ label: "D",
+ text: "“Everything in the room was quiet, so quiet that the only thing to be heard was the rustling of the pages he turned.”",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because this quotation most effectively illustrates the claim that the author emphasizes the near silence of the setting where the character Valia is reading. In the quotation, the author highlights the near silence of the setting by twice using the word “quiet” to describe the room. The author also calls attention to the fact that Valia is reading in a nearly silent setting by noting that the only sound to be heard is that of the pages being turned.
Choice A is incorrect because this quotation suggests that Valia is in a chilly setting that causes his hand to become cold, not that he’s in a nearly silent setting. Choice B is incorrect because this quotation emphasizes the size of the book Valia is reading, not a quality of the setting where he’s reading it. Choice C is incorrect because this quotation describes Valia approaching a window and looking at toys, not reading in a quiet setting.",
+ hasFigure: false,
+ },
+ {
+ id: "6f626ae5",
+ type: "mcq",
+ passage:
+ "“To You” is an 1856 poem by Walt Whitman. In the poem, Whitman suggests that readers, whom he addresses directly, have not fully understood themselves, writing, ______blank
",
+ questionHtml:
+ "Which quotation from “To You” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“You have not known what you are, you have slumber’d upon yourself / all your life, / Your eyelids have been the same as closed most of the time.”",
+ },
+ {
+ label: "B",
+ text: "“These immense meadows, these interminable rivers, you are immense / and interminable as they.”",
+ },
+ {
+ label: "C",
+ text: "“I should have made my way straight to you long ago, / I should have blabb’d nothing but you, I should have chanted nothing / but you.”",
+ },
+ {
+ label: "D",
+ text: "“I will leave all and come and make the hymns of you, / None has understood you, but I understand you.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents the quotation that most directly illustrates the claim that Whitman’s poem suggests that its readers haven’t fully understood themselves. This quotation makes that point directly by saying to readers, “You have not known what you are.” The quotation goes on to reinforce this point using a metaphor of sleep, saying that readers have “slumber’d” and that their “eyelids have been the same as closed most of the time.”
Choice B is incorrect because this quotation doesn’t suggest that readers haven’t fully understood themselves but instead characterizes readers as “immense” and “interminable.” Although immense and interminable things can be difficult to understand, this quotation doesn’t make that point. Choice C is incorrect because this quotation doesn’t suggest that readers haven’t fully understood themselves but instead conveys the speaker’s regret over not having celebrated readers sooner. In fact, this quotation says nothing at all about readers themselves—it’s focused solely on the speaker’s feelings about readers. Choice D is incorrect because this quotation doesn’t suggest that readers haven’t fully understood themselves; instead, this quotation makes the point that the speaker has understood readers and is determined to create “hymns” about them.",
+ hasFigure: false,
+ },
+ {
+ id: "7254379e",
+ type: "mcq",
+ passage:
+ "Some residents in a neighborhood in Atlanta recently founded a community garden inside a local park. The residents agreed to volunteer to take care of the garden together. Students at a local high school surveyed some of the volunteers as part of a project to understand the impact of the new garden. The students concluded that the new garden benefited the community overall by fostering connections and relationships between the volunteers and other residents of the neighborhood who weren’t volunteering at the garden.
",
+ questionHtml:
+ "Which quotation from a survey respondent would best illustrate the students’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "“Our first challenge was deciding what plants would be most suitable to the climate and soil here in Atlanta. We needed plants that could survive the hot and humid summers.”",
+ },
+ {
+ label: "B",
+ text: "“We’re lucky to have a few expert gardeners living in the neighborhood. Some volunteers and I have gone to them a few times with questions, and they’ve been eager to help us and to learn more about the project.”",
+ },
+ {
+ label: "C",
+ text: "“I love getting the opportunity to be outside and around nature, especially on days when the weather is nice.”",
+ },
+ {
+ label: "D",
+ text: "“My favorite thing about the garden is the feeling of pride I get when I walk by each day. As I see the plants growing, I feel good knowing I had a small part in creating this beautiful space in the neighborhood.”",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. This choice shows how volunteers have been interacting with nonvolunteer neighbors and benefiting from their gardening expertise: proof of the connections enabled by the garden.
Choice A is incorrect. This volunteer describes the challenges of developing the garden, which isn’t connected to the conclusion about the garden fostering connections between volunteers and neighbors. Choice C is incorrect. While the volunteer expresses enthusiasm for the garden, they don’t mention any interactions with other people, which is what the students need to show for their conclusion. Choice D is incorrect. The respondent enjoys and takes pride in the garden, but they don’t mention interacting with neighbors or other volunteers.",
+ hasFigure: false,
+ },
+ {
+ id: "75e07a4d",
+ type: "mcq",
+ passage:
+ "Sample of Food Items from Gemini Mission Menus
Food itemDayMealSugar cookie cubes1BChicken and vegetables2BShrimp cocktail4CHot cocoa3A
To make sure they got the nutrition they needed while in space, the astronauts of NASA’s Gemini missions were given menus for three meals a day (meals A, B, and C) on a four-day rotating schedule. Looking at the sample of food items from these menus, a student notes that on day 1, the menu included ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ { label: "A", text: "shrimp cocktail for meal B." },
+ { label: "B", text: "hot cocoa for meal C." },
+ { label: "C", text: "sugar cookie cubes for meal B." },
+ { label: "D", text: "chicken and vegetables for meal A." },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most effectively uses data from the table to complete the statement. The table shows that on day 1, the menu for NASA’s Gemini missions included sugar cookie cubes for meal B.
Choice A is incorrect because according to the table, shrimp cocktail was served on day 4, not day 1; moreover, the item was served for meal C, not meal B, as this choice claims. Choice B is incorrect because according to the table, hot cocoa was served on day 3, not on day 1; moreover, the item was served for meal A, not for meal C, as this choice claims. Choice D is incorrect because according to the table, chicken and vegetables were served on day 2, not on day 1; moreover, the item was served for meal B, not for meal A, as this choice claims.",
+ hasFigure: false,
+ },
+ {
+ id: "7fdba7ad",
+ type: "mcq",
+ passage:
+ "The Milky Way galaxy is composed of millions of stars in a relatively flat structure containing a thin disk and a thick disk. Based on computer simulations and analysis of data on the brightness, position, and chemical composition of about 250,000 stars in the thick disk (collected from two telescopes, one in China and one orbiting in space), astrophysicists Maosheng Xiang and Hans-Walter Rix claim that the thick disk of the Milky Way formed in two distinct phases rather than a single one.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the researchers’ claim?",
+ choices: [
+ {
+ label: "A",
+ text: "The telescopes used by the researchers have detected stars of similar ages in galaxies other than the Milky Way.",
+ },
+ {
+ label: "B",
+ text: "There’s an age difference of about 2 billion years between certain stars in the thick disk.",
+ },
+ {
+ label: "C",
+ text: "The thin disk contains about twice as many stars that can be seen from Earth as the thick disk does.",
+ },
+ {
+ label: "D",
+ text: "The stars in the Milky Way tend to have very similar chemical compositions.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. A consistent age difference of 2 billion years between certain stars within the thick disk would support the claim that the thick disk formed in two phases instead of one, with the second phase beginning 2 billion years after the first phase.
Choice A is incorrect. This choice doesn’t support the claim. The researchers base their claim on their study of stars inside the thick disk of the Milky Way. This choice makes a comparison to stars in other galaxies, which isn’t relevant. Choice C is incorrect. This choice doesn’t support the claim. The researchers base their claim on their study of stars inside the thick disk. This choice makes a comparison to the thin disk, which isn’t relevant. Choice D is incorrect. This choice doesn’t support the claim. It’s too general. The claim is specifically about the thick disk.",
+ hasFigure: false,
+ },
+ {
+ id: "85439572",
+ type: "mcq",
+ passage:
+ "Roasted green chiles are a popular ingredient in Southwestern cuisine, but the traditional roasting method of burning propane is not environmentally friendly. To see if solar power could provide a better alternative, engineer Kenneth Armijo and his team roasted batches of green chiles using between 38 and 42 heliostats, which are devices that concentrate sunlight. The team was successful in reaching the same roasting temperature used in traditional propane roasting, but they found that propane yielded faster results. While the fastest solar-roasted green chiles took six minutes, batches using propane took only four. Armijo hypothesizes that they can reduce the roasting time for solar-roasted green chiles by using more heliostats.
",
+ questionHtml:
+ "Which finding, if true, would most directly support Armijo’s hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "The temperature inside the roasting drum is distributed more evenly when roasting green chiles with solar power than with propane.",
+ },
+ {
+ label: "B",
+ text: "Attempts to roast green chiles using 50 heliostats yields results in fewer than six minutes.",
+ },
+ {
+ label: "C",
+ text: "Green chile connoisseurs prefer the flavor of solar-roasted green chiles over the flavor of propane-roasted green chiles.",
+ },
+ {
+ label: "D",
+ text: "The skins of solar-roasted green chiles are easier to peel than the skins of propane-roasted green chiles.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Armijo believes that using more heliostats will speed up the roasting process, and this finding shows that with 50 heliostats—more than the number of heliostats already used—the roasting time is indeed reduced.
Choice A is incorrect. The evenness of temperature in the roasting drum doesn’t tell us about the speed of the roasting process, which is what Armijo’s hypothesis is concerned with. Choice C is incorrect. Armijo’s hypothesis is focused on the speed of the roasting process, not the flavor of the resulting roasted chiles. Choice D is incorrect. Though Armijo’s hypothesis mentions a benefit of solar-roasting green chiles (easier peeling), it doesn’t address the speed of the roasting process.",
+ hasFigure: false,
+ },
+ {
+ id: "89f71526",
+ type: "mcq",
+ passage:
+ "
When magma moves underneath a volcano, it causes the surface of the volcano to change. This is known as deformation. Researchers recently calculated the amount of deformation occurring each month for five volcanoes in Latin America. Although Sierra Negra experienced a lot of deformation, its deformation rate was still lower than that of ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to complete the statement?",
+ choices: [
+ { label: "A", text: "Alcedo." },
+ { label: "B", text: "Pacaya." },
+ { label: "C", text: "Fernandina." },
+ { label: "D", text: "Maule." },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Pacaya had a deformation rate of almost 3.5 centimeters per month, while Sierra Negra had a deformation rate of less than 3 centimeters per month. Therefore, Sierra Negra’s deformation rate was lower than Pacaya’s.
Choice A is incorrect. Alcedo has a lower rate of deformation than Sierra Negra. Choice C is incorrect. Fernandina has a lower rate of deformation than Sierra Negra. Choice D is incorrect. Maule has a lower rate of deformation than Sierra Negra.",
+ hasFigure: true,
+ figureUrl: "/practice-images/89f71526_svg1.svg",
+ },
+ {
+ id: "8af28416",
+ type: "mcq",
+ passage:
+ "
All values are approximate.
The data for the 6 categories are as follows:
California: About halfway above 2,600
Wisconsin: Less than halfway above 1,200
New York: Less than halfway above 1,000
Pennsylvania: 800
Iowa: More than halfway above 600
Washington: About halfway above 600
Organic farming is a method of growing food that tries to reduce environmental harm by using natural forms of pest control and avoiding fertilizers made with synthetic materials. Organic farms are still a small fraction of the total farms in the United States, but they have been becoming more popular. According to the US Department of Agriculture, in 2016 California had between 2,600 and 2,800 organic farms and ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to complete the text?",
+ choices: [
+ { label: "A", text: "Washington had between 600 and 800 organic farms." },
+ { label: "B", text: "New York had fewer than 800 organic farms." },
+ {
+ label: "C",
+ text: "Wisconsin and Iowa each had between 1,200 and 1,400 organic farms.",
+ },
+ { label: "D", text: "Pennsylvania had more than 1,200 organic farms." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it uses data from the graph to accurately complete the text. The graph shows the number of organic farms located in each of six US states in 2016: between 2,600 and 2,800 in California; between 1,200 and 1,400 in Wisconsin; between 1,000 and 1,200 in New York; approximately 800 in Pennsylvania; and between 600 and 800 in both Iowa and Washington. The last sentence of the text provides information about the number of organic farms in 2016, first describing the number in California. The best completion of the sentence is the choice that accurately describes the number of organic farms in 2016 in another state, which the assertion that Washington had between 600 and 800 organic farms provides.
Choice B is incorrect because it doesn’t accurately reflect the data from the graph. The graph indicates that there were between 1,000 and 1,200 organic farms in New York, not fewer than 800 organic farms. Choice C is incorrect because it doesn’t accurately reflect the data from the graph. While the graph indicates that there were between 1,200 and 1,400 organic farms in Wisconsin in 2016, there were only between 600 and 800 in Iowa. Choice D is incorrect because it doesn’t accurately reflect the data from the graph. The graph indicates that in 2016 there were approximately 800 organic farms in Pennsylvania, not more than 1,200.",
+ hasFigure: true,
+ figureUrl: "/practice-images/8af28416_svg1.svg",
+ },
+ {
+ id: "9debe79a",
+ type: "mcq",
+ passage:
+ "Average Temperatures in July in Four Locations in the Navajo Nation
LocationAverage highest temperature (Fahrenheit)Average lowest temperature (Fahrenheit)Teec Nos Pos94°65°Cameron99°65°Ramah83°50°Tuba City83°50°
The Navajo Nation has the largest land area of any tribal nation in the United States: over 27,000 square miles in the Southwest. Because this area is so huge and its communities are located at various elevations, the people of the Navajo Nation can experience different climate conditions depending on where they live. For example, in July, ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ {
+ label: "A",
+ text: "the lowest temperature for both Cameron and Teec Nos Pos was 65°.",
+ },
+ {
+ label: "B",
+ text: "Tuba City’s average highest temperature was 94°, while Teec Nos Pos’s was 93°.",
+ },
+ {
+ label: "C",
+ text: "Ramah’s average highest temperature was 83°, while Cameron’s was 99°.",
+ },
+ {
+ label: "D",
+ text: "the lowest temperature for both Ramah and Tuba City was 50°.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it effectively uses data from the table to complete the statement, providing an example of how the people of the Navajo Nation can experience different climate conditions depending on where they live. The table shows the average highest temperatures and average lowest temperatures in four locations in the Navajo Nation in July. According to the table, Ramah’s average highest temperature for July was 83°, whereas Cameron’s average highest temperature was much higher, at 99°. This difference illustrates the statement that the people of the Navajo Nation can experience different climate conditions depending on where they live.
Choice A is incorrect because it states that Cameron and Teec Nos Pos had the same average lowest temperature (65°) for July, which suggests a similarity in climate conditions in those locations rather than a difference. Choice B is incorrect because it misrepresents the data from the table, which shows that the average highest temperature in July for Tuba City was 83°, not 94°, and for Teec Nos Pos it was 94°, not 93°. Even if the cited data accurately reflected the data in the table, the similarity between the two values for average highest temperature would suggest that people in the two locations likely experience similar climate conditions, not different climate conditions. Choice D is incorrect because it states that Ramah and Tuba City had the same average lowest temperature (50°) for July, which suggests a similarity in climate conditions in those locations rather than a difference.",
+ hasFigure: false,
+ },
+ {
+ id: "a9040290",
+ type: "mcq",
+ passage:
+ "
The data for the 2 categories are as follows:
West: 150.2 thousand megawatt-hours
Midwest: 182.6 thousand megawatt-hours
Electric companies that use wind turbines rely on weather forecasts to predict the maximum amount of power, in megawatt-hours (MWh), they can generate using wind so that they can determine how much they’ll need to generate from other sources. When winds are stronger than they were forecast to be, however, the predicted maximum amount of electricity wind turbines could generate will be too low. For example, the graph shows that for the West region, the winds were ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to complete the example?",
+ choices: [
+ {
+ label: "A",
+ text: "strong enough to generate about 150 thousand more MWh of electricity from wind turbines.",
+ },
+ {
+ label: "B",
+ text: "so weak that the electricity from wind turbines was about 175 thousand MWh less than predicted.",
+ },
+ {
+ label: "C",
+ text: "so weak that the electricity from wind turbines was about 150 thousand MWh less than predicted.",
+ },
+ {
+ label: "D",
+ text: "strong enough to generate about 175 thousand more MWh of electricity from wind turbines.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The claim is that when winds are stronger than forecasted, wind turbines can generate more energy than predicted. The supporting graph shows the additional amount (above the predicted amount) that the turbines generated under those conditions, with the West generating about 150 thousand additional MWh.
Choice B is incorrect. This choice doesn’t complete the example. The graph shows the additional amount of electricity that the wind turbines generated. The West bar is greater than 0, so the West generated more than the predicted amount. Choice C is incorrect. This choice doesn’t complete the example. The graph shows the additional amount of electricity that the wind turbines generated. The West bar is greater than 0, so the West generated more than the predicted amount. Choice D is incorrect. This choice misreads the graph. The graph shows us that the West (the bar on the left) generated about 150 thousand additional MWh.",
+ hasFigure: true,
+ figureUrl: "/practice-images/a9040290_svg1.svg",
+ },
+ {
+ id: "a9ac31e4",
+ type: "mcq",
+ passage:
+ "
The data for the 3 categories are as follows:
Gorner: 41.2 square kilometers
Fiescher: 29.8 square kilometers
Unteraar: 22.7 square kilometers
To monitor changes to glaciers in Switzerland, the government periodically measures them for features like total area of ice and mean ice thickness, which are then reported in the Swiss Glacier Inventory. These measurements can be used to compare the glaciers. For example, the Gorner glacier had ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to complete the example?",
+ choices: [
+ {
+ label: "A",
+ text: "a larger area than either the Fiescher glacier or the Unteraar glacier.",
+ },
+ {
+ label: "B",
+ text: "a smaller area than the Fiescher glacier but a larger area than the Unteraar glacier.",
+ },
+ {
+ label: "C",
+ text: "a smaller area than either the Fiescher glacier or the Unteraar glacier.",
+ },
+ {
+ label: "D",
+ text: "a larger area than the Fiescher glacier but a smaller area than the Unteraar glacier.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The claim is that measurements such as total area can be used to compare glaciers. The graph shows us the area measurements for three glaciers. Of those, Gorner has the largest area.
Choice B is incorrect. This choice misreads the graph. The graph shows that Gorner has the largest area of the three. Choice C is incorrect. This choice misreads the graph. The graph shows that Gorner has the largest area of the three. Choice D is incorrect. This choice misreads the graph. The graph shows that Gorner has the largest area of the three.",
+ hasFigure: true,
+ figureUrl: "/practice-images/a9ac31e4_svg1.svg",
+ },
+ {
+ id: "ab94d40a",
+ type: "mcq",
+ passage:
+ "Time Participants Spent Reading about Five London Museums
Museum NameRankingPercentage of total time spent reading about museum by participants provided with rankingPercentage of total time spent reading about museum by participants not provided with rankingBritish Museum13618National Gallery22120Tate Modern41617Victoria and Albert Museum51423Natural History Museum31322
Researchers recently conducted an experiment to understand how we use rankings to make decisions. They created a fictitious travel website describing five museums in London. Then, they invited two groups of participants, who had never visited the museums, to review the site and select the museum they would be most likely to visit. Meanwhile, the researchers tracked the amount of time each participant spent reading about each museum. For one group, the website ranked each museum, titling the page “The Top 5 Museums in London.” For the other group, the museums and their descriptions were not ranked. The researchers concluded that when reviewing ranked lists, we tend to focus on the top-ranked option.
",
+ questionHtml:
+ "Which choice best describes data in the table that support the researchers’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "Participants who were not provided with a ranking of the museums spent roughly equal amounts of time reading about each museum.",
+ },
+ {
+ label: "B",
+ text: "Participants who were provided with a ranking of the museums spent disproportionately more time reading about the British museum.",
+ },
+ {
+ label: "C",
+ text: "Participants who were provided with a ranking of the museums spent the least amount of time reading about the Natural History Museum.",
+ },
+ {
+ label: "D",
+ text: "Participants who were not provided with a ranking of the museums spent the most time reading about the Victoria and Albert Museum.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. By looking at the top-ranked option, we can see that people provided with ranked lists spent more time reading about the British Museum than reading about other museums (36% of the time versus 21% for the second-ranked option).
Choice A is incorrect. The claim is about people with ranked lists, and these data are about those with unranked lists. Choice C is incorrect. The claim is about people with ranked lists looking at the top-ranked option, and these data are about the third-ranked option. Choice D is incorrect. The claim is about people with ranked lists, and these data are about those with unranked lists.",
+ hasFigure: false,
+ },
+ {
+ id: "af125459",
+ type: "mcq",
+ passage:
+ "Number and Origin of Clamshell Tools Found at Different Depths below the Surface in Neanderthal Cave
Depth of tools found below surface in cave (meters)Clamshells that Neanderthals collected from the beachClamshells that Neanderthals harvested from the seafloor2–3703–499334–5205–61876–710
Two kinds of clamshell tools used by Neanderthals were dug up in a cave on the western coast of Italy. Archaeologist Paola Villa and her colleagues studied the tools and determined that Neanderthals either collected clams that had washed onto the beach or harvested clams from the seafloor and then sharpened the shells to make tools. The highest number of tools made from clamshells that were collected from the beach was found at a depth of ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the text?",
+ choices: [
+ { label: "A", text: "5–6 meters below the surface." },
+ { label: "B", text: "4–5 meters below the surface." },
+ { label: "C", text: "3–4 meters below the surface." },
+ { label: "D", text: "6–7 meters below the surface." },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most effectively uses data from the table to complete the statement about the depth at which the highest number of tools made from clamshells that Neanderthals collected from the beach was found. The table presents the depths at which Neanderthal clamshell tools were found, and, for each depth, the number of those tools made from clamshells that washed up on the beach and the number made from clamshells harvested from the seafloor. The table indicates that the highest number made from clamshells collected from the beach was 99 and that these tools were found at a depth of 3–4 meters.
Choice A is incorrect because the table indicates that 18 tools made from clamshells collected from the beach were found at a depth of 5–6 meters, which is fewer than the 99 tools found at a depth of 3–4 meters. Choice B is incorrect because the table indicates that 2 tools made from clamshells collected from the beach were found at a depth of 4–5 meters, which is fewer than the 99 tools found at a depth of 3–4 meters. Choice D is incorrect because the table indicates that 1 tool made from clamshells collected from the beach was found at a depth of 6–7 meters, which is fewer than the 99 tools found at a depth of 3–4 meters.",
+ hasFigure: false,
+ },
+ {
+ id: "c384987b",
+ type: "mcq",
+ passage:
+ "Scientists have long believed that giraffes are mostly silent and communicate only visually with one another. But biologist Angela Stöger and her team analyzed hundreds of hours of recordings of giraffes in three European zoos and found that giraffes make a very low-pitched humming sound. The researchers claim that the giraffes use these sounds to communicate when it’s not possible for them to signal one another visually.
",
+ questionHtml:
+ "Which finding, if true, would most directly support Stöger and her team’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "Giraffes have an excellent sense of vision and can see in color.",
+ },
+ {
+ label: "B",
+ text: "The giraffes only produced the humming sounds at night when they couldn’t see one another.",
+ },
+ {
+ label: "C",
+ text: "Wild giraffes have never been recorded making humming sounds.",
+ },
+ {
+ label: "D",
+ text: "Researchers observed other animals in European zoos humming.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents a finding that, if true, would support Stöger and her team’s claim that giraffes use humming to communicate when they cannot signal to one another visually. The text indicates that scientists have long thought that giraffes produce little sound and exclusively rely on visual signals to communicate with one another. The text goes on to say, however, that Stöger and her team have recorded giraffes in three European zoos making a low-pitched humming sound, which the team claims the giraffes use to communicate when they cannot see each other. If the giraffes produced these sounds when visual communication was impossible and never produced them otherwise, that would support Stöger and her team’s claim about the circumstance in which giraffes make the sound.
Choice A is incorrect because finding that giraffes have excellent vision and can see in color would have no bearing on Stöger and her team’s claim that giraffes produce a low-pitched humming noise to communicate when they cannot communicate visually. As presented in the text, Stöger and her team’s claim is restricted to circumstances in which giraffes cannot signal one another visually; if the giraffes are unable to signal visually, their sense of vision is irrelevant to their communication. Choice C is incorrect because finding that wild giraffes have never been recorded making humming noises would not support Stöger and her team’s claim about the function of the humming noise that the researchers recorded from the giraffes in European zoos. The text provides no information about whether researchers have even attempted to record low-pitched humming in wild giraffes, so nothing can be concluded about the implications of the lack of such recordings. Choice D is incorrect because finding that other animals in European zoos had been observed humming would not support Stöger and her team’s claim, since it would not indicate anything about why giraffes produce humming sounds. Different species could produce similar sounds for different purposes, so scientists could not conclude anything about the function of giraffe humming from a finding that some other animals in zoos also hum.",
+ hasFigure: false,
+ },
+ {
+ id: "c4bee178",
+ type: "mcq",
+ passage:
+ "Moons of Dwarf Planets
Dwarf planet nameNumber of moonsName of moonsHaumea2Hi‘iaka, NamakaCeres0N/AMakemake1MK 2Eris1DysnomiaPluto5Charon, Nix, Kerberos, Styx, Hydra
Like Earth, some dwarf planets in the solar system have exactly one moon. Two examples of such dwarf planets are ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ { label: "A", text: "Eris and Makemake." },
+ { label: "B", text: "Haumea and Eris." },
+ { label: "C", text: "Pluto and Haumea." },
+ { label: "D", text: "Makemake and Ceres." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most effectively uses data from the table to complete the statement about dwarf planets that have exactly one moon. The table lists several dwarf planets in one column and the number of moons that each of those dwarf planets has in another column. The text states that some dwarf planets have exactly one moon and indicates that there are two examples. Only two dwarf planets in the table have exactly one moon: Eris and Makemake.
Choice B is incorrect. According to the table, Eris has exactly one moon, but Haumea has two moons. Choice C is incorrect. According to the table, Haumea has two moons, and Pluto has five moons. Thus, they are not examples of dwarf planets with exactly one moon. Choice D is incorrect because while the table indicates that Makemake has exactly one moon, the table shows that Ceres has no moons at all.",
+ hasFigure: false,
+ },
+ {
+ id: "df34b586",
+ type: "mcq",
+ passage:
+ "
The following 4 lines are shown:
New Zealand
Australia
the Philippines
Turkey
The New Zealand line:
Begins at 1903, 4,284
Rises gradually to 1908, 4,918
Rises gradually to 1913, 4,962
Falls gradually to 1918, 4,119
The Australia line:
Begins at 1903, 21,147
Rises gradually to 1908, 24,276
Rises gradually to 1913, 24,495
Falls gradually to 1918, 20,332
The Philippines line:
Begins at 1903, 1,937
Rises gradually to 1908, 2,241
Rises sharply to 1913, 27,266
Rises sharply to 1918, 44,820
The Turkey line:
Begins at 1903, 24,439
Rises sharply to 1908, 33,200
Rises sharply to 1913, 50,794
Falls sharply to 1918, 13,604
By the early 1900s, the Singer Corporation, a US sewing machine manufacturer founded in 1851, began to see rapidly increasing sales abroad, particularly in Russia, Germany, and the United Kingdom. These markets were responsible for the bulk of Singer’s overseas sales, but demand for the company’s machines in other countries also grew significantly in the early twentieth century. For instance, sales of their sewing machines in ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to complete the example?",
+ choices: [
+ {
+ label: "A",
+ text: "the Philippines increased dramatically from 1908 to 1918.",
+ },
+ {
+ label: "B",
+ text: "New Zealand were largely consistent from 1903 to 1918.",
+ },
+ { label: "C", text: "Australia increased steadily from 1903 to 1918." },
+ { label: "D", text: "Turkey declined substantially from 1913 to 1918." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most effectively uses data from the graph to complete the example. According to the graph, fewer than 10,000 sewing machines were sold in the Philippines in both 1903 and 1908, but nearly 30,000 were sold in 1913 and around 45,000 were sold in 1918. This increase illustrates the statement in the text that demand for Singer sewing machines grew significantly in the early twentieth century in overseas countries other than Russia, Germany, and the United Kingdom.
Choice B is incorrect because consistent sales of Singer sewing machines in New Zealand from 1903 to 1918 do not indicate that demand for the product increased but rather that demand remained relatively the same. Choice C is incorrect because it does not accurately describe the data in the graph. Although sales in Australia did increase somewhat between 1903 and 1908, there was very little change between 1908 and 1913, and then sales declined between 1913 and 1918. The data for Australia, then, do not show a steady increase from 1903 to 1918. Choice D is incorrect because declining sales of Singer sewing machines in Turkey from 1913 to 1918 do not point to an increase in demand for the product but rather to a decline in demand.",
+ hasFigure: true,
+ figureUrl: "/practice-images/df34b586_svg1.svg",
+ },
+ {
+ id: "e441da80",
+ type: "mcq",
+ passage:
+ "
The line graph:
Begins at 2010, 1,076
Rises gradually to 2011, 1,189
Rises sharply to 2012, 1,496
Rises gradually to 2013, 1,600
Falls sharply to 2014, 998
Falls gradually to 2015, 903
Falls gradually to 2016, 814
Rises sharply to 2017, 1,115
Falls sharply to 2018, 872
Falls sharply to 2019, 465
Investigative journalists research and report about fraud, corruption, public hazards, and more. The graph shows the number of investigative articles published in the Albuquerque Journal newspaper from 2010 to 2019. According to an analyst, although the number of investigative articles published in this newspaper has varied significantly over the period shown, the number overall has fallen since 2010.",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to justify the underlined claim?",
+ choices: [
+ {
+ label: "A",
+ text: "The newspaper published approximately 1,000 investigative articles in 2010 and approximately 500 in 2019.",
+ },
+ {
+ label: "B",
+ text: "The smallest annual number of investigative articles published in the newspaper during the period shown is approximately 1,600 in 2013.",
+ },
+ {
+ label: "C",
+ text: "The greatest annual number of investigative articles published in the newspaper during the period shown is approximately 1,000 in 2017.",
+ },
+ {
+ label: "D",
+ text: "The newspaper published approximately 1,000 investigative articles in 2010 and approximately 1,600 in 2013.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. By comparing the number of investigative articles in 2010 to the number in 2019, we can see that the number has fallen overall.
Choice B is incorrect. This choice misreads the graph. The 1,600 articles published in 2013 was the largest annual number of investigative articles published during the period. Also, notice that the claim focuses on an overall change, while this choice just focuses on one year. We can’t determine an overall increase or decrease by looking at just one year. Choice C is incorrect. The 1,000 articles published in 2017 wasn’t the largest number published during the period. Also, notice that the claim focuses on an overall change, while this choice just focuses on one year. We can’t determine an overall increase or decrease by looking at just one year. Choice D is incorrect. This choice doesn’t justify the claim. The claim is about a decrease in articles published between 2010 and 2019. This data shows an increase in articles published over a different period (2010-2013).",
+ hasFigure: true,
+ figureUrl: "/practice-images/e441da80_svg1.svg",
+ },
+ {
+ id: "e7dc27dc",
+ type: "mcq",
+ passage:
+ "As a monthly newsletter formed in 1969 by a group of Asian American students at the University of California, Los Angeles, Gidra helped raise awareness about social and political issues concerning the Asian American community on campus and at large. The newsletter had an expansive reach for a publication of its kind: around 4,000 copies were published each month. A student writing a history paper, however, hypothesizes that Gidra’s influence cannot be measured by the number of newsletters published monthly alone.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the student’s hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "The students who initially formed Gidra each contributed financially to its creation.",
+ },
+ {
+ label: "B",
+ text: "In addition to covering current events, Gidra also featured works of art and literature.",
+ },
+ {
+ label: "C",
+ text: "Gidra was initially based out of the Asian American Studies Center at UCLA.",
+ },
+ {
+ label: "D",
+ text: "People would often give their copies of Gidra to others once they had finished reading an issue.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. If there were more Gidra readers than there were copies of the newsletter, then the newsletter’s influence would be much greater than its 4,000 monthly copies.
Choice A is incorrect. Information about the newsletter’s initial funding doesn’t tell us about the influence that the newsletter eventually had. Choice B is incorrect. While the content of Gidra was undoubtedly related to the newsletter’s influence, this information isn’t relevant to the specific hypothesis about monthly circulation numbers. Choice C is incorrect. Where the publishers of Gidra were initially based doesn’t tell us about the newsletter’s overall influence.",
+ hasFigure: false,
+ },
+ {
+ id: "f38b40ac",
+ type: "mcq",
+ passage:
+ "In addition to her technical skill and daring feats, American stunt pilot Bessie Coleman was also known for dazzling the crowds that came to watch her air shows in the 1920s with her exuberant personality. During her career, she was careful and purposeful about how she crafted her public persona. An aviation researcher has claimed that Coleman intentionally defied social norms of the time by how she chose to present herself to the public.
",
+ questionHtml:
+ "Which quotation from an article about Coleman would most directly support the aviation researcher’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“For her air shows, Coleman frequently used the Curtiss JN-4, or ‘Jenny,’ which at that time was one of the most well-known types of planes.”",
+ },
+ {
+ label: "B",
+ text: "“While Coleman was beloved by spectators for her charisma, she had a more complicated relationship with her managers and staff, who at times found her behavior too impulsive and demanding.”",
+ },
+ {
+ label: "C",
+ text: "“Coleman once considered leaving her career as a stunt pilot to focus her efforts on giving speeches, which she felt would better support her public image.”",
+ },
+ {
+ label: "D",
+ text: "“Although female pilots were typically expected to wear traditional but impractical attire that included dresses or skirts, photographs of Coleman show her wearing pants and leather jackets.”",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This choice supports the claim of Coleman’s intentional defiance of social norms: female pilots were expected to wear skirts, but Coleman wore pants and leather jackets instead.
Choice A is incorrect. Coleman flew a well-known, common plane, which would not have defied social norms among pilots. Choice B is incorrect. Her complicated relationship with managers and staff would not have been a component of Coleman’s public persona. This choice also fails to mention any “social norms of the time.” Choice C is incorrect. While this quotation suggests that Coleman was careful and purposeful about her public image, it doesn’t directly mention anything about “social norms of the time.”",
+ hasFigure: false,
+ },
+ {
+ id: "f452410b",
+ type: "mcq",
+ passage:
+ "Results of Footprint Analysis for Two Sets of Theropod Tracks
TracksEstimated footprint length (centimeters)Average stride length (meters)Estimated mean speed (meters per second)La Torre 6A32.85.236.5–10.3La Torre 6B28.95.578.8–12.4
The table shows data from paleontologist Angélica Torices and colleagues’ 2021 study of two sets of dinosaur tracks preserved in a fossilized lake bed in Spain. The tracks, referred to as La Torre 6A and La Torre 6B, were left by two individual theropods (dinosaurs that walked on two legs). The team’s findings suggest that of the two theropods, the one that left the La Torre 6B tracks had a higher maximum mean speed, ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the claim?",
+ choices: [
+ { label: "A", text: "a longer footprint, and a longer average stride." },
+ { label: "B", text: "a longer footprint, and a shorter average stride." },
+ { label: "C", text: "a shorter footprint, and a longer average stride." },
+ {
+ label: "D",
+ text: "a shorter footprint, and a shorter average stride.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most effectively uses data from the table to complete the claim about the tracks left by two therapods. The table indicates that the set of tracks labeled La Torre 6A has an estimated footprint length of 32.8 centimeters, an average stride length of 5.23 meters, and an estimated mean speed of 6.5–10.3 meters per second. For the set of tracks labeled La Torre 6B, on the other hand, the estimated footprint length is 28.9 centimeters, the average stride length is 5.57 meters, and the estimated mean speed is 8.8–12.4 meters per second. Therefore, the therapod that left the La Torre 6B tracks had a shorter footprint and a longer average stride than the one that left the La Torre 6A tracks.
Choice A is incorrect. While it is true that of the two therapods, the one that left the La Torre 6B tracks had a longer average stride, it didn’t have a longer footprint: the table shows that its estimated footprint length is 28.9 centimeters, while La Torre 6A’s estimated footprint length is 32.8 centimeters. Choice B is incorrect because the table shows that of the two therapods, the one that left the La Torre 6B tracks had a footprint length estimated at 28.9 centimeters, which is shorter than the 32.8 centimeters estimated for the other set of tracks. Moreover, the therapod that left the La Torre 6B tracks had a longer average stride, not shorter: 5.57 meters, compared with 5.23 meters for the other set of tracks. Choice D is incorrect. While it is true that of the two therapods, the one that left the La Torre 6B tracks had a shorter footprint, it didn’t have a shorter average stride: the table shows that its average stride length is 5.57 meters, while La Torre 6A’s average stride length is 5.23 meters.",
+ hasFigure: false,
+ },
+ {
+ id: "faaf484f",
+ type: "mcq",
+ passage:
+ "Percent of Residents of City Areas in Favor of Adding More Bike Paths
City AreaPercent of area’s residents in favor of adding more bike pathsNorth East12%North Central26%North West46%South West88%South Central33%
A city’s Parks and Recreation department is interested in providing residents with more opportunities for bicycling in their neighborhoods. They’re considering adding more bike paths and conducted a survey to understand where demand for more bike paths is highest. The survey indicated the highest level of demand, with 88 percent of the residents interested in adding more bike paths, is in the city’s ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ { label: "A", text: "South West area." },
+ { label: "B", text: "South Central area." },
+ { label: "C", text: "North East area." },
+ { label: "D", text: "North Central area." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most effectively uses data from the table to complete the statement about the bike path survey. The table presents the percent of residents from five city areas who are in favor of adding more bike paths. With 88 percent of residents in favor of adding bike paths, the city’s South West area has the highest level of demand.
Choice B is incorrect because, according to the data in the table, 33 percent of residents in the South Central area of the city are in favor of additional bike paths. The area of the city that has 88 percent of its surveyed residents in favor of additional bike paths will best complete the statement. Choice C is incorrect because, according to the data in the table, 12 percent of residents in the North East area of the city are in favor of additional bike paths. The area of the city that has 88 percent of its surveyed residents in favor of additional bike paths will best complete the statement. Choice D is incorrect because, according to the data in the table, 26 percent of residents in the North Central area of the city are in favor of additional bike paths. The area of the city that has 88 percent of its surveyed residents in favor of additional bike paths will best complete the statement.",
+ hasFigure: false,
+ },
+];
+
+export const COMMAND_EVIDENCE_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "03e5cf33",
+ type: "mcq",
+ passage:
+ "Many insects are iridescent, or have colors that appear to shimmer and change when seen from different angles. Scientists have assumed that this feature helps to attract mates but could also attract predators. But biologist Karin Kjernsmo and a team had the idea that the shifting appearance of colors might actually make it harder for other animals to see iridescent insects. To test this idea, the team put beetle forewings on leaves along a forest path and then asked human participants to look for them. Some of the wings were naturally iridescent. Others were painted with a nonchanging color from the iridescent spectrum, such as purple or blue.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the team’s idea?",
+ choices: [
+ {
+ label: "A",
+ text: "On average, participants found most of the purple wings and blue wings and far fewer of the iridescent wings.",
+ },
+ {
+ label: "B",
+ text: "On average, participants found the iridescent wings faster than they found the purple wings or blue wings.",
+ },
+ {
+ label: "C",
+ text: "Some participants reported that the purple wings were easier to see than the blue wings.",
+ },
+ {
+ label: "D",
+ text: "Some participants successfully found all of the wings on the leaves.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents the finding that, if true, would most strongly support the research team’s idea about the effect of iridescence, or colors that appear to shimmer and change. The text indicates that although some scientists have assumed that iridescence could attract predators, Kjernsmo’s team wondered if iridescent insects might be harder for other animals to see. The team tested this idea by asking human participants to look for both iridescent beetle wings and beetle wings that weren’t iridescent but that had been painted colors such as purple or blue. If participants located most of the purple or blue wings but far fewer of the iridescent wings, that finding would support the team’s idea since it would suggest that noniridescent wings are easier to see than iridescent wings.
Choice B is incorrect because if participants located the iridescent wings more quickly than the purple or blue wings, that finding would weaken the team’s idea, not support the team’s idea, since it would suggest that the iridescent wings were easier to see than the noniridescent wings. Choice C is incorrect because finding that some participants believed that the purple wings were easier to see than the blue wings would be irrelevant to the team’s idea. The purple and blue wings were both noniridescent, so any difference in how easy those two colors were to see would have nothing to do with the idea that iridescent insects are harder to see than noniridescent insects. Choice D is incorrect because if some participants found all the wings, that wouldn’t support the team’s idea that iridescent insects may be harder to see than noniridescent insects. If anything, this finding might weaken the team’s idea since it could suggest that iridescence had no effect on how difficult the wings were to see.",
+ hasFigure: false,
+ },
+ {
+ id: "0c622cfb",
+ type: "mcq",
+ passage:
+ "Although it’s clear that Mars once had liquid water on its surface, astronomers have debated whether the evidence of ancient water reflects a prolonged phase of warm, wet conditions—the so-called wet and warm scenario—or a brief period of melting in an otherwise consistently frozen environment. Researchers Benjamin T. Cardenas and Michael P. Lamb recently added to this debate by using data from NASA and the Mars Orbiter Laser Altimeter to map the topography of what is now a large basin in Mars’s northern hemisphere. Cardenas and Lamb concluded that the wet and warm scenario is likely correct.
",
+ questionHtml:
+ "Which finding about the basin, if true, would most directly support Cardenas and Lamb’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "Its dimensions and shape indicate that it is unlikely to have formed as the result of an asteroid or comet impact.",
+ },
+ {
+ label: "B",
+ text: "It has features suggesting that it once held an ocean that underwent gradual sea-level changes over an extended time.",
+ },
+ {
+ label: "C",
+ text: "Its physical characteristics are most consistent with it having formed as a result of a massive but short-lived influx of liquid water.",
+ },
+ {
+ label: "D",
+ text: "It is surrounded by channels that could have been formed either by running water or by flowing lava.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. This choice provides direct support for the researchers’ conclusion. If the basin once held an ocean of liquid water for "an extended time," that supports the "wet and warm scenario" on Mars, which involved a "prolonged" period of temperate conditions (and not just a "brief period of melting").
Choice A is incorrect. This choice doesn’t provide support for the researchers’ conclusions. The dimensions of the basin have little bearing on whether or not it was filled with liquid water, and for how long, and that’s the evidence that would support the "wet and warm" theory. Similarly, whether or not the basin was formed by an asteroid or a comet is irrelevant to the question of whether or not there was water in the basin for a long period. Choice C is incorrect. This choice does not provide support for the researchers’ conclusions, but rather the opposite. A "massive but short lived influx" of liquid water is not the same as a "prolonged phase of warm, wet conditions." It more reflects the opposing theory, a "brief period of melting." Choice D is incorrect. This choice does not support Cardenas and Lamb’s conclusion. Both theories about liquid water on Mars ("wet and warm" and "brief period of melting") involve flowing water, but lava isn’t mentioned at all in the text. Therefore, this choice doesn’t provide exclusive support for either theory.',
+ hasFigure: false,
+ },
+ {
+ id: "16a4a83b",
+ type: "mcq",
+ passage:
+ "An Ideal Husband is an 1895 play by Oscar Wilde. In the play, which is a satire, Wilde suggests that a character named Lady Gertrude Chiltern is perceived as both extremely virtuous and unforgiving, as is evident when another character says ______blank
",
+ questionHtml:
+ "Which quotation from An Ideal Husband most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Lady Chiltern is a woman of the very highest principles, I am glad to say. I am a little too old now, myself, to trouble about setting a good example, but I always admire people who do.”",
+ },
+ {
+ label: "B",
+ text: "“Do you know, Lady Chiltern, I don’t mind your talking morality a bit. Morality is simply the attitude we adopt towards people whom we personally dislike.”",
+ },
+ {
+ label: "C",
+ text: "“Lady Chiltern does not know what weakness or temptation is. I am of clay like other men. She stands apart as good women do—pitiless in her perfection—cold and stern and without mercy.”",
+ },
+ {
+ label: "D",
+ text: "“Lady Chiltern, you are a sensible woman, the most sensible woman in London, the most sensible woman I know.”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most effectively uses a quotation to illustrate the claim that Lady Gertrude Chiltern is perceived as “both extremely virtuous and unforgiving.” In the quotation, a man describes Lady Chiltern as someone who “does not know what weakness or temptation is.” In other words, the man regards her as someone who is strong and adheres to a strict definition of moral perfection. However, he ironically suggests that this definition excludes mercy and forgiveness—qualities that are also thought of as virtues; according to him, Lady Chiltern is “pitiless in her perfection—cold and stern and without mercy.” This description supports the idea that Lady Chiltern is perceived by others as virtuous as well as unforgiving.
Choice A is incorrect. The quotation supports the claim that Lady Chiltern is perceived as virtuous, in that it describes her as “a woman of the very highest principles.” However, it doesn’t characterize her as unforgiving or being perceived as such. Choice B is incorrect. The quotation suggests that Lady Chiltern is concerned with morality, but it suggests that her interest in discussing it is fundamentally hypocritical and functions as a means by which to judge others. However, the quotation doesn’t address the question of whether Lady Chiltern is unmerciful to those who seek forgiveness for harm they have caused. Choice D is incorrect because it doesn’t address either Lady Chiltern’s perceived virtuousness or her perceived lack of forgiveness; instead, it expresses the belief that she is sensible.",
+ hasFigure: false,
+ },
+ {
+ id: "194dd448",
+ type: "mcq",
+ passage:
+ "“John of God, the Water-Carrier” is a 1913 short story by María Cristina Mena. In the story, the narrator presents John as being a hard worker who is fully dedicated to his job as water carrier, or aguador: ______blank
",
+ questionHtml:
+ "Which quotation from “John of God, the Water-Carrier” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Very happy, he would jog home, the heavy silver pieces in his leather pockets making a discreet and dulcet ‘trink-trak’ between his jugs and his body.”",
+ },
+ {
+ label: "B",
+ text: "“He learned that the city aguador may not blow his whistle to halt the traffic while he gravely crosses the street, but must wait for the passing of many vehicles, some with horses and some outlandishly without.”",
+ },
+ {
+ label: "C",
+ text: "“From early morn to the fall of the afternoon he would go from fountain to fountain and from portal to portal, his lean body so accustomed to bending that he never thought of straightening it, his head bowed as if in prayer.”",
+ },
+ {
+ label: "D",
+ text: "“When his first jugs had worn out—the sweet-scented, porous red clay becomes perforated in time—he had buried them to their necks in the corner where he slept, and they were now his treasury.”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most effectively illustrates the claim in the text that John is hard-working and dedicated to his job. In the quotation, John is portrayed as spending “early morn to the fall of the afternoon” working hard as a water carrier. John is also described as “so accustomed to bending” while doing his work “that he never thought of straightening” his body, instead remaining deeply focused on his work. These details portray John as a dedicated worker.
Choice A is incorrect because this quotation portrays John as happy about heading home after being paid. It doesn’t showcase John being hard at work. Choice B is incorrect because this quotation doesn’t pertain to John’s commitment to his work; it describes difficulties the traffic in the city causes John in the performance of his work. Choice D is incorrect because this quotation doesn’t pertain to John’s commitment to his work; it discusses what John does with his worn-out water jugs.",
+ hasFigure: false,
+ },
+ {
+ id: "1d08c7ee",
+ type: "mcq",
+ passage:
+ "Pulitzer Prize–winning writer Héctor Tobar has built a multifaceted career as both a journalist and an author of short stories and novels. In an essay about Tobar’s work, a student claims that Tobar blends his areas of expertise by applying journalism techniques to his creation of works of fiction.
",
+ questionHtml:
+ "Which quotation from a literary critic best supports the student’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“For one novel, an imagined account of a real person’s global travels, Tobar approached his subject like a reporter, interviewing people the man had met along the way and researching the man’s own writings.”",
+ },
+ {
+ label: "B",
+ text: "“Tobar got his start as a volunteer for El Tecolote, a community newspaper in San Francisco, and wrote for newspapers for years before earning a degree in creative writing and starting to publish works of fiction.”",
+ },
+ {
+ label: "C",
+ text: "“Many of Tobar’s notable nonfiction articles are marked by the writer’s use of techniques usually associated with fiction, such as complex narrative structures and the incorporation of symbolism.”",
+ },
+ {
+ label: "D",
+ text: "“The protagonist of Tobar’s third novel is a man who wants to be a novelist and keeps notes about interesting people he encounters so he can use them when developing characters for his stories.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The example of Tobar approaching his subject “like a reporter,” including conducting “interviews” and “research,” shows Tobar applying journalism techniques to his fiction-writing.
Choice B is incorrect. This choice doesn’t support the claim. It tells us about Tobar’s initial career as a journalist, but it doesn’t say anything about him “applying journalism techniques” to his fiction-writing. Choice C is incorrect. This choice doesn’t support the claim. It tells us that Tobar applied fiction techniques to his nonfiction writing, but we’re looking for evidence of the other way around: that Tobar applied journalism techniques to his fiction-writing. Choice D is incorrect. This choice doesn’t support the claim. It tells us that a character in one of Tobar’s novels applied a journalism technique to his fiction-writing, but it doesn’t tell us that Tobar did that himself.",
+ hasFigure: false,
+ },
+ {
+ id: "1db1a9a6",
+ type: "mcq",
+ passage:
+ "
For each data category, the following bars are shown:
control
nitrogen fertilizer
The data for the 3 categories are as follows:
2017:
control: 23.8 pounds per acre
nitrogen fertilizer: 33.8 pounds per acre
2018:
control: 31.6 pounds per acre
nitrogen fertilizer: 41.5 pounds per acre
2019:
control: 18.4 pounds per acre
nitrogen fertilizer: 27.2 pounds per acre
To test the effects of a nitrogen fertilizer on cantaloupe production, researchers grew cantaloupe plants and harvested their fruit over three years. In each year, half the plants were grown using a nitrogen fertilizer, and the other half were grown using a control fertilizer that contained no nitrogen. The researchers concluded that the nitrogen fertilizer increases cantaloupe yield.",
+ questionHtml:
+ "Which choice best describes data in the graph that support the researchers’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "In every year of the experiment, plants treated with the nitrogen fertilizer had a yield of at least 30 pounds per acre.",
+ },
+ {
+ label: "B",
+ text: "In every year of the experiment, plants treated with the nitrogen fertilizer had a greater yield than did plants treated with the control fertilizer.",
+ },
+ {
+ label: "C",
+ text: "The 2018 yield for plants treated with the control fertilizer was greater than was the 2019 yield for plants treated with the nitrogen fertilizer.",
+ },
+ {
+ label: "D",
+ text: "The yield for plants treated with the nitrogen fertilizer increased from 2017 to 2018.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it describes data from the graph that support the researchers’ conclusion that using nitrogen fertilizer increases cantaloupe production. The bar graph shows the cantaloupe yield for plants grown with nitrogen fertilizer and for those grown with a control fertilizer (without nitrogen) for three consecutive years (2017–2019). For each year in the graph, the yield for the nitrogen group is greater than the yield for the control group. In pounds per acre, the value in 2017 for the nitrogen-group yield is greater than 30 while the control-group yield is less than 25; in 2018 the nitrogen-group yield is greater than 40 while the control-group yield is less than 35; and in 2019 the nitrogen-group yield is greater than 25 while the control-group yield is less than 20. Thus, these data from the graph strongly support the conclusion that using nitrogen fertilizer increases cantaloupe yield.
Choice A is incorrect because the bar graph shows that in 2019 the nitrogen group had a yield below 30 pounds per acre. Choice C is incorrect. Although this choice accurately describes data in the bar graph—in 2018, the control-group yield is greater than 30 pounds per acre, and in 2019 the nitrogen-group yield is less than 30 pounds per acre—a claim that the control-group yield exceeds that of the nitrogen group strongly conflicts with the researchers’ conclusion that nitrogen fertilizer produces larger yields. Choice D is incorrect. Although it is true that the bar graph shows a higher yield for the nitrogen group in 2018 than in 2017, without the control to compare against, it is impossible to know whether the increase is due to the fertilizer and not, for example, more favorable weather in 2018 than in 2017.",
+ hasFigure: true,
+ figureUrl: "/practice-images/1db1a9a6_svg1.svg",
+ },
+ {
+ id: "1f3be847",
+ type: "mcq",
+ passage:
+ "“Loon Point” is a 1912 poem by Amy Lowell. In the poem, which presents a nighttime scene on a body of water, Lowell describes an element of nature as an active participant in the experience, writing, ______blank
",
+ questionHtml:
+ "Which quotation from “Loon Point” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Through the water the moon writes her legends / In light, on the smooth, wet sand.”",
+ },
+ {
+ label: "B",
+ text: "“Softly the water ripples / Against the canoe’s curving side.”",
+ },
+ {
+ label: "C",
+ text: "“Or like the snow-white petals / Which drop from an overblown rose.”",
+ },
+ {
+ label: "D",
+ text: "“But the moon in her wayward beauty / Is ever and always the same.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most effectively illustrates the claim that Lowell describes an element of nature as an active participant in the experience of a nighttime scene on a body of water. The quotation presents the image of the moon shining on a body of water. However, instead of describing the moon in passive terms or simply stating that it reflects through the water and onto the sandy shore, the quotation portrays the moon as being engaged in the humanlike action of writing a legend. In other words, the moon is participating actively in the nighttime scene.
Choice B is incorrect. Although the quotation describes a nighttime scene on a body of water, the element of nature in these lines—the waves—isn’t portrayed as an active participant in an experience; instead, the waves merely ripple softly against a canoe, as waves would normally do. Choice C is incorrect because the quotation doesn’t present a nighttime scene on a body of water; instead, it describes petals falling from a rose. Choice D is incorrect. Although the quotation presents an image of an element of nature—the moon—it doesn’t mention a body of water; moreover, it portrays the moon not as an active participant in a scene but instead as static or unchanging (“ever and always the same”).",
+ hasFigure: false,
+ },
+ {
+ id: "22e4d633",
+ type: "mcq",
+ passage:
+ "Although many transposons, DNA sequences that move within an organism’s genome through shuffling or duplication, have become corrupted and inactive over time, those from the long interspersed nuclear elements (LINE) family appear to remain active in the genomes of some species. In humans, they are functionally important within the hippocampus, a brain structure that supports complex cognitive processes. When the results of molecular analysis of two species of octopus—an animal known for its intelligence—were announced in 2022, the confirmation of a LINE transposon in Octopus vulgaris and Octopus bimaculoides genomes prompted researchers to hypothesize that that transposon family is tied to a species’ capacity for advanced cognition.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the researchers’ hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "The LINE transposon in O. vulgaris and O. bimaculoides genomes is active in an octopus brain structure that functions similarly to the human hippocampus.",
+ },
+ {
+ label: "B",
+ text: "The human genome contains multiple transposons from the LINE family that are all primarily active in the hippocampus.",
+ },
+ {
+ label: "C",
+ text: "A consistent number of copies of LINE transposons is present across the genomes of most octopus species, with few known corruptions.",
+ },
+ {
+ label: "D",
+ text: "O. vulgaris and O. bimaculoides have smaller brains than humans do relative to body size, but their genomes contain sequences from a wider variety of transposon families.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The text says that LINE transposons are important in the human hippocampus, which supports complex cognition. If the LINE transposon found in octopuses is active in a similar part of their brain, that would suggest that LINE transposons support complex cognition in octopuses too, which in turn supports the hypothesis that LINE transposons are linked to advanced cognition in general.
Choice B is incorrect. This choice doesn’t support the hypothesis. It doesn’t include anything about how LINE transposons function in species other than humans. Choice C is incorrect. This choice doesn’t support the hypothesis. It doesn’t include anything about how the LINE transposon in octopuses might support advanced cognition. Choice D is incorrect. This choice doesn’t support the hypothesis. It doesn’t include anything about how the LINE transposon in octopuses might support advanced cognition.",
+ hasFigure: false,
+ },
+ {
+ id: "23e2421a",
+ type: "mcq",
+ passage:
+ "
Gabrielle Adams and colleagues reviewed suggestions for improving a university that had been submitted to the university’s president. They coded each suggestion as additive (the idea suggested adding something new to the university), subtractive (the idea suggested removing something from the university), neither additive nor subtractive, or invalid (the idea was not comprehensible). The data illustrated people’s tendency to overlook the possibility of removing things to achieve improvements: ______blank",
+ questionHtml:
+ "Which choice most effectively uses data in the graph to complete the statement?",
+ choices: [
+ {
+ label: "A",
+ text: "around 175 suggestions were coded as neither additive nor subtractive, whereas around 575 suggestions were coded as additive.",
+ },
+ {
+ label: "B",
+ text: "more than 350 suggestions were coded as invalid, whereas fewer than 100 suggestions were coded as subtractive.",
+ },
+ {
+ label: "C",
+ text: "fewer than 100 suggestions were coded as subtractive, whereas more than 550 suggestions were coded as additive.",
+ },
+ {
+ label: "D",
+ text: "around 575 suggestions were coded as additive, whereas around 175 suggestions were coded as subtractive.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. This choice shows that people suggested removing things to achieve improvements a lot less often than they suggested adding things, which supports the claim that people tend not to think of removing things as a likely way to improve the university.
Choice A is incorrect. This choice doesn’t support the claim. We are looking to prove that people suggested subtractive means of achieving improvements less often than other means, but this choice doesn’t address how often people made subtractive suggestions. Choice B is incorrect. This choice doesn’t support the claim. Invalid responses were incomprehensible, so we can’t compare what they were suggesting to what was being suggested in subtractive responses. Choice D is incorrect. This choice misreads the graph. Fewer than 100 suggestions were coded as subtractive. 175 is the approximate number of suggestions coded as “neither additive or subtractive.”",
+ hasFigure: true,
+ figureUrl: "/practice-images/23e2421a_svg1.svg",
+ },
+ {
+ id: "25176ff8",
+ type: "mcq",
+ passage:
+ "“Mrs. Spring Fragrance” is a 1912 short story by Sui Sin Far. In the story, Mrs. Spring Fragrance, a Chinese immigrant living in Seattle, is traveling in California. In letters to her husband and friend, she demonstrates her concern for what’s happening at her home in Seattle while she is away: ______blank
",
+ questionHtml:
+ "Which quotation from Mrs. Spring Fragrance’s letters most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“My honorable cousin is preparing for the Fifth Moon Festival, and wishes me to compound for the occasion some American ‘fudge,’ for which delectable sweet, made by my clumsy hands, you have sometimes shown a slight prejudice.”",
+ },
+ {
+ label: "B",
+ text: "“Next week I accompany Ah Oi to the beauteous town of San José. There will we be met by the son of the Illustrious Teacher.”",
+ },
+ {
+ label: "C",
+ text: "“Forget not to care for the cat, the birds, and the flowers. Do not eat too quickly nor fan too vigorously now that the weather is warming.”",
+ },
+ {
+ label: "D",
+ text: "“I am enjoying a most agreeable visit, and American friends, as also our own, strive benevolently for the accomplishment of my pleasure.”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents a quotation that illustrates the claim that Mrs. Spring Fragrance demonstrates concern for what’s happening at home while she’s in California. By giving reminders to “care for the cat, the birds, and the flowers,” “not eat too quickly,” and avoid engaging in strenuous activity in the heat, Mrs. Spring Fragrance shows that she’s thinking about what’s happening at home and wants to ensure everything is taken care of.
Choice A is incorrect because the quotation, while it does suggest that Mrs. Spring Fragrance has made fudge at home before, is focused on preparations for an upcoming festival, not on concerns for anything happening at home while Mrs. Spring Fragrance is away. Choice B is incorrect because the quotation has to do with an upcoming event during Mrs. Spring Fragrance’s trip—visiting San José and meeting someone new—rather than her concern for what’s happening at home. Choice D is incorrect because the quotation is focused on how Mrs. Spring Fragrance feels about her trip and the friends she’s seeing, not on her concern for what’s happening at home.",
+ hasFigure: false,
+ },
+ {
+ id: "25290c8d",
+ type: "mcq",
+ passage:
+ "“On Virtue” is a 1766 poem by Phillis Wheatley. Wheatley addresses the poem directly to the quality of virtue, imploring it to assist her in reaching a future goal: ______blank
",
+ questionHtml:
+ "Which quotation from “On Virtue” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Attend me, Virtue, thro’ my youthful years! / O leave me not to the false joys of time! / But guide my steps to endless life and bliss.”",
+ },
+ {
+ label: "B",
+ text: "“I cease to wonder, and no more attempt / Thine height t’explore, or fathom thy profound.”",
+ },
+ {
+ label: "C",
+ text: "“O thou bright jewel in my aim I strive / To comprehend thee. Thine own words declare / Wisdom is higher than a fool can reach.”",
+ },
+ {
+ label: "D",
+ text: "“But, O my soul, sink not into despair, / Virtue is near thee, and with gentle hand / Would now embrace thee, hovers o’er thine head.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer because it most effectively illustrates the claim that Wheatley addresses her poem "On Virtue" to the quality of virtue, imploring it to assist her in reaching a future goal. In the quotation, Wheatley begs virtue to accompany her, or "attend her," through her youth and to "guide her steps to" the future goal of "endless life and bliss."
Choice B is incorrect because this quotation suggests the difficulty of fully comprehending virtue. Rather than asking virtue for help, Wheatley presents it as a quality that is impossible to entirely understand because it is so grand and deep. Choice C is incorrect because this quotation describes Wheatley’s effort to comprehend virtue despite virtue itself declaring that such wisdom is beyond her grasp, or "higher than a fool can reach." Choice D is incorrect because rather than asking virtue for help in this quotation, Wheatley urges herself to "sink not into despair" because virtue is always nearby.',
+ hasFigure: false,
+ },
+ {
+ id: "2584bcfb",
+ type: "mcq",
+ passage:
+ "Matthew D. Rocklage and team examined whether consumer ratings of movies can predict box office success. The team considered both numeric star ratings and written reviews in their research. To analyze the written reviews, the team measured the emotionality—the degree to which a written review expresses an emotional reaction—of user reviews on a movie rating website, assigning each review an emotionality score. After reviewing this research, a student argues that the emotionality of movie reviews is unrelated to a movie’s success at the box office.
",
+ questionHtml:
+ "Which finding, if true, would most directly weaken the student’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "Movies that had the highest average emotionality scores received the lowest average star ratings on the movie rating website.",
+ },
+ {
+ label: "B",
+ text: "The average emotionality score of a movie’s reviews was a positive predictor of that movie’s box office earnings.",
+ },
+ {
+ label: "C",
+ text: "More than half of the movies that the team examined received an average star rating of 3 out of 5 stars.",
+ },
+ {
+ label: "D",
+ text: "The movies that were most successful at the box office tended to have high average star ratings.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. This choice weakens the student’s conclusion by suggesting that the emotionality of movie reviews is related to box office success: the higher the emotionality score, the better the movie performs at the box office.
Choice A is incorrect. While this choice does mention emotionality scores, it only connects them to star ratings, not to box office success. Choice C is incorrect. The fact that many movies received an average star rating doesn’t tell us anything about the relationship between emotionality and box office success. Choice D is incorrect. While this choice suggests that star ratings can predict box office success, it doesn’t address the issue of emotionality in written reviews, which is the focus of the student’s conclusion.",
+ hasFigure: false,
+ },
+ {
+ id: "29cde5fa",
+ type: "mcq",
+ passage:
+ "“Mr. Cornelius Johnson, Office-Seeker” is a 1900 short story by Paul Laurence Dunbar. In the story, the narrator describes Mr. Cornelius Johnson’s appearance as conveying his exaggerated sense of his importance: ______blank
",
+ questionHtml:
+ "Which quotation from “Mr. Cornelius Johnson, Office-Seeker” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“He carried himself always as if he were passing under his own triumphal arch.”",
+ },
+ {
+ label: "B",
+ text: "“The grey Prince Albert was scrupulously buttoned about his form, and a shiny top hat replaced the felt of the afternoon.”",
+ },
+ {
+ label: "C",
+ text: "“It was a beautiful day in balmy May and the sun shone pleasantly on Mr. Cornelius Johnson’s very spruce Prince Albert suit of grey as he alighted from the train in Washington.”",
+ },
+ {
+ label: "D",
+ text: "“Mr. Cornelius Johnson always spoke in a large and important tone.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This quote most effectively illustrates the claim. The claim is that the narrator describes Mr. Johnson as arrogant and self-important. This basically says that Mr. Johnson always looks like he’s congratulating himself for something, which definitely supports the idea that Mr. Johnson is arrogant! .
Choice B is incorrect. This quote doesn’t illustrate the claim. The claim is that the narrator describes Mr. Johnson’s appearance as conveying his arrogance. This describes his appearance, but the description doesn’t suggest a sense of arrogance. Choice C is incorrect. This quote doesn’t illustrate the claim. The claim is that the narrator describes Mr. Johnson’s appearance as conveying his arrogance. This doesn’t describe Mr. Johnson’s appearance very much, and it doesn’t suggest a sense of arrogance. Choice D is incorrect. This quote doesn’t effectively illustrate the claim. It describes Mr. Johnson’s tone of voice as “large and important,” but it doesn’t describe his appearance as conveying a sense of self-importance.",
+ hasFigure: false,
+ },
+ {
+ id: "2df730d0",
+ type: "mcq",
+ passage:
+ "
All other things being equal, the larger a wind turbine’s rotor diameter (the diameter of the imaginary circle swept by the turbine’s rotating blades), the greater amount of energy the turbine can generate. In a research paper on wind power, a student claims that in the United States, the amount of energy generated per newly installed turbine increased substantially between 2011 and 2021.",
+ questionHtml:
+ "Which choice best describes data in the graph that support the student’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "The percentage of newly installed turbines with rotor diameters greater than 130 meters increased every year between 2011 and 2021.",
+ },
+ {
+ label: "B",
+ text: "In 2011, nearly 80% of turbines installed had rotor diameters of less than 100 meters, whereas only a little more than 20% of turbines installed that year had rotor diameters of 100–115 meters.",
+ },
+ {
+ label: "C",
+ text: "No turbines installed in 2011 had rotor diameters greater than 115 meters, whereas the majority of turbines installed in 2021 had rotor diameters greater than 130 meters.",
+ },
+ {
+ label: "D",
+ text: "Most turbines installed in 2011 had rotor diameters of less than 100 meters, whereas most turbines installed in 2021 had rotor diameters of at least 115 meters.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text tells us that turbines with larger rotor diameters produce more energy, so if rotor diameters have generally gotten larger between 2011 and 2021, then turbines created in 2021 should produce more energy than those created in 2011.
Choice A is incorrect. This choice misreads the graph. The percentage of newly installed turbines with rotor diameters greater than 130 meters didn’t show any visible increase until 2018. Choice B is incorrect. This choice doesn’t justify the claim. The claim is about increasing energy output from 2011 to 2021, but this choice only discusses 2011, so it can’t show evidence of change over time. Choice C is incorrect. This choice misreads the graph. In 2021, only about 25% of turbines installed in 2021 had rotor diameters greater than 130 meters.",
+ hasFigure: true,
+ figureUrl: "/practice-images/2df730d0_svg1.svg",
+ },
+ {
+ id: "2ef8e367",
+ type: "mcq",
+ passage:
+ "“To You” is an 1856 poem by Walt Whitman. In the poem, Whitman suggests that he deeply understands the reader, whom he addresses directly, writing, ______blank
",
+ questionHtml:
+ "Which quotation from “To You” most effectively illustrates the claim?",
+ choices: [
+ { label: "A", text: "“Your true soul and body appear before me.”" },
+ {
+ label: "B",
+ text: "“Whoever you are, now I place my hand upon you, that you be my poem.”",
+ },
+ {
+ label: "C",
+ text: "“I should have made my way straight to you long ago.”",
+ },
+ {
+ label: "D",
+ text: "“Whoever you are, I fear you are walking the walks of dreams.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most directly illustrates the text’s claim about Whitman’s poem, “To You.” The text says that in this poem, Whitman suggests that he deeply understands the poem’s reader. This quotation says that the reader’s “true soul and body appear before” Whitman, thereby asserting that he can see the reader as the reader truly is, suggesting that he deeply understands the reader.
Choice B is incorrect because this quotation describes Whitman making the reader the subject of the poem (“you be my poem”), not Whitman deeply understanding the reader. Choice C is incorrect because instead of suggesting that Whitman deeply understands the reader, it emphasizes Whitman’s regret at not having addressed the reader sooner. Choice D is incorrect. Although this quotation shows Whitman directly addressing the reader and expressing concern about the reader, it doesn’t illustrate the idea that Whitman suggests that he deeply understands the reader. The quotation is simply expressing concern about the reader, which doesn’t necessarily imply deep understanding of the reader.",
+ hasFigure: false,
+ },
+ {
+ id: "39de2206",
+ type: "mcq",
+ passage:
+ "The Post Office is a 1912 play by Rabindranath Tagore, originally written in Bengali. The character Amal is a young boy who imagines that the people he sees passing the window of his home are carefree even when engaged in work or chores, as is evident when he says to the daughter of a flower seller, ______blank
",
+ questionHtml:
+ "Which quotation from The Post Office most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“I see, you don’t wish to stop; I don’t care to stay on here either.”",
+ },
+ {
+ label: "B",
+ text: "“Oh, flower gathering? That is why your feet seem so glad and your anklets jingle so merrily as you walk.”",
+ },
+ {
+ label: "C",
+ text: "“I’ll pay when I grow up—before I leave to look for work out on the other side of that stream there.”",
+ },
+ {
+ label: "D",
+ text: "“Wish I could be out too. Then I would pick some flowers for you from the very topmost branches right out of sight.”",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most effectively illustrates the claim that Amal imagines the people he sees are carefree even when engaged in work. In the quotation, Amal observes that the flower seller’s daughter is “flower gathering,” or working, as the text indicates. Moreover, Amal notes that the daughter’s feet “seem so glad” and her “anklets jingle so merrily,” suggesting that Amal believes that the flower seller’s daughter is cheerful.
Choice A is incorrect because the quotation makes no observation about the cheerful mood of the flower seller’s daughter. Choice C is incorrect because the quotation discusses how Amal envisions his future, not the feelings of the flower seller’s daughter. Choice D is incorrect because the quotation discusses Amal’s wishes, not the feelings of the flower seller’s daughter.",
+ hasFigure: false,
+ },
+ {
+ id: "5d453dcc",
+ type: "mcq",
+ passage:
+ "
For each data category, the following bars are shown:
low information
high information
The data for the 7 categories are as follows:
1:
low information: 78%
high information: 92%
2:
low information: 62%
high information: 85%
3:
low information: 57%
high information: 86%
4:
low information: 47%
high information: 80%
5:
low information: 62%
high information: 87.5%
6:
low information: 69%
high information: 88%
7:
low information: 81.5%
high information: 94%
Economists Kerwin Kofi Charles and Melvin Stephens Jr. investigated a variety of factors that influence voter turnout in the United States. Using survey data that revealed whether respondents voted in national elections and how knowledgeable respondents are about politics, Charles and Stephens claim that the likelihood of voting is driven in part by potential voters’ confidence in their assessments of candidates—essentially, the more informed voters are about politics, the more confident they are at evaluating whether candidates share their views, and thus the more likely they are to vote.",
+ questionHtml:
+ "Which choice best describes data in the graph that support Charles and Stephens’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "At each point on the political orientation scale, high-information voters were more likely than low-information voters to vote.",
+ },
+ {
+ label: "B",
+ text: "Only low-information voters who identify as independents had a voting probability below 50%.",
+ },
+ {
+ label: "C",
+ text: "The closer that low-information voters are to the ends of the political orientation scale, the more likely they were to vote.",
+ },
+ {
+ label: "D",
+ text: "High-information voters were more likely to identify as strong Democrats or strong Republicans than low-information voters were.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it uses data from the graph to effectively support Charles and Stephens’s claim about how level of information affects voters. The graph shows the probability of voting for both high- and low-information voters in seven categories of political orientation. Charles and Stephens claim that “the more informed voters are about politics…the more likely they are to vote.” This statement correctly asserts that the graph shows a higher probability of voting for high-information voters than for low-information voters at each of the seven political orientations. Thus, this statement accurately cites data from the graph that support Charles and Stephens’s claim about how level of information affects voters.
Choice B is incorrect. Although this statement is correct that the only probability in the graph below 50% is for low-information voters categorized as independent (orientation 4), the claim in question is about the relative likelihood that low- and high-information voters will vote, and without some reference to high-information voters, this statement cannot help support such a comparison. Choice C is incorrect. Although this statement is correct that the highest probabilities of voting for low-information voters are at the ends of the orientation scale (1 and 7), the claim in question is about the relative likelihood that low- and high-information voters will vote, and without some reference to high-information voters, this statement cannot help support such a comparison. Choice D is incorrect because the graph does not give any information about how many people are represented in any of the categories, so this statement is not based on data from the graph. Furthermore, even if we did have this information, the claim is about how level of information affects voters’ probability of voting, not whether they’re likely to strongly identify with a particular political party.",
+ hasFigure: true,
+ figureUrl: "/practice-images/5d453dcc_svg1.svg",
+ },
+ {
+ id: "5d6ab069",
+ type: "mcq",
+ passage:
+ "Jan Gimsa, Robert Sleigh, and Ulrike Gimsa have hypothesized that the sail-like structure running down the back of the dinosaur Spinosaurus aegyptiacus improved the animal’s success in underwater pursuits of prey species capable of making quick, evasive movements. To evaluate their hypothesis, a second team of researchers constructed two battery-powered mechanical models of S. aegyptiacus, one with a sail and one without, and subjected the models to a series of identical tests in a water-filled tank.
",
+ questionHtml:
+ "Which finding from the model tests, if true, would most strongly support Gimsa and colleagues’ hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "The model with a sail took significantly less time to complete a sharp turn while submerged than the model without a sail did.",
+ },
+ {
+ label: "B",
+ text: "The model with a sail displaced significantly more water while submerged than the model without a sail did.",
+ },
+ {
+ label: "C",
+ text: "The model with a sail had significantly less battery power remaining after completing the tests than the model without a sail did.",
+ },
+ {
+ label: "D",
+ text: "The model with a sail took significantly longer to travel a specified distance while submerged than the model without a sail did.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This finding would most strongly support the hypothesis. The hypothesis is that the sail improved the dinosaur’s ability to chase quick, evasive prey. This finding suggests that the sail helped the dinosaur make sharp turns more quickly, which supports that hypothesis.
Choice B is incorrect. This finding wouldn’t necessarily support the hypothesis. The hypothesis is that the sail improved the dinosaur’s ability to chase quick, evasive prey. It’s unclear how the sail displacing more water would relate to that hypothesis—it doesn’t seem to be relevant. Choice C is incorrect. This finding wouldn’t necessarily support the hypothesis. The hypothesis is that the sail improved the dinosaur’s ability to chase quick, evasive prey. It’s unclear how the difference in battery power between the models would relate to that hypothesis—it doesn’t seem to be relevant. Choice D is incorrect. This finding would actually weaken the hypothesis. The hypothesis is that the sail improved the dinosaur’s ability to chase quick, evasive prey. This finding suggests that the sail slowed the dinosaur down—which would probably make it worse at catching quick, evasive prey.",
+ hasFigure: false,
+ },
+ {
+ id: "5fb6ed10",
+ type: "mcq",
+ passage:
+ "The Land of Enchantment is a 1906 travel book by Lilian Whiting. In the book, which describes the experience of traveling through the southwestern United States by train, Whiting reflects on the escape from everyday life that such a journey provides: ______blank
",
+ questionHtml:
+ "Which quotation from The Land of Enchantment most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“The opportunities and advantages already offered and constantly increasing are greater than would at first be considered possible.”",
+ },
+ {
+ label: "B",
+ text: "“The social and the picturesque charm of the long journey is singularly enhanced by the leisurely stops made for refreshment.”",
+ },
+ {
+ label: "C",
+ text: "“The real journey begins, of course, at Chicago, and as these trains leave in the evening the traveller fares forth in the seclusion of his berth.”",
+ },
+ {
+ label: "D",
+ text: "“One experiences a certain sense of detachment from ordinary day and daylight duties that is exhilarating.”",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer because. This quotation specifically describes a "sense of detachment from ordinary day," which matches the claim’s focus on "escape from everyday life."
Choice A is incorrect. While this quotation describes new opportunities associated with Whiting’s experience, it doesn’t frame these opportunities as "an escape," and it doesn’t directly compare Whiting’s journey with "everyday life." Choice B is incorrect. While this quotation includes a positive characterization of Whiting’s journey, it doesn’t specifically address the idea of an "escape from everyday life," which is the focus of the claim. Choice C is incorrect. This quotation focuses on where the journey begins, not on how it feels like an "escape from everyday life."',
+ hasFigure: false,
+ },
+ {
+ id: "67b59a67",
+ type: "mcq",
+ passage:
+ "Plants like potatoes, tomatoes, and soybeans are susceptible to bacterial wilt disease caused by the bacteria Ralstonia solanacearum. A multinational team of scientists led by Zhong Wei studied whether other microbes in the soil might influence the degree to which plants are affected by the disease. The team sampled soil surrounding individual tomato plants over time and compared the results of plants that became diseased with those that remained healthy. They concluded that the presence of certain microbes in the soil might explain the difference between healthy and diseased plants.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the team’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "The soil surrounding healthy plants contained significantly higher concentrations of microbes known to inhibit Ralstonia solanacearum than the soil surrounding diseased plants did.",
+ },
+ {
+ label: "B",
+ text: "The soil surrounding the plants contained high concentrations of Ralstonia solanacearum regardless of whether the plants were affected by wilt disease.",
+ },
+ {
+ label: "C",
+ text: "The soil surrounding healthy plants tended to have significantly higher moisture levels than the soil surrounding diseased plants did.",
+ },
+ {
+ label: "D",
+ text: "By the end of the experiment, over half the plants had been affected by wilt disease regardless of differences in the types and concentrations of microbes in the surrounding soil.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This choice provides evidence that directly links the presence of R. solanacearum-inhibiting microbes in the soil to the health of tomato plants.
Choice B is incorrect. This choice would weaken the team’s conclusion. It suggests that the presence of the disease-causing bacteria had no effect on the health of the tomato plants. Choice C is incorrect. This choice doesn’t support the team’s conclusion. The conclusion is about microbes, not soil moisture. Choice D is incorrect. This choice would weaken the team’s conclusion. It suggests that the presence of the bacteria-inhibiting microbe in soil had no effect on the health of the tomato plants.",
+ hasFigure: false,
+ },
+ {
+ id: "73d457b6",
+ type: "mcq",
+ passage:
+ "In the 1970s, a roughly 60,000-year-old piece of hyena bone marked with nine notches was discovered at a site in western France once inhabited by Neanderthals. Although many believe that only modern humans developed systems for notating numbers, one archaeologist asserts that this artifact may be a sign that Neanderthals also recorded numerical information. The notches on the bone are unevenly spaced but approximately parallel, and microscopic analysis reveals that they were made with a single stone tool; according to the archaeologist, this suggests that the notches were all made at one time by one individual as a means of counting something.
",
+ questionHtml:
+ "Which finding, if true, would most directly weaken the underlined claim?",
+ choices: [
+ {
+ label: "A",
+ text: "Parallel lines are a common feature in modern humans’ early systems for recording numerical information.",
+ },
+ {
+ label: "B",
+ text: "More than nine approximately parallel notches made with a different stone tool are present on another artifact found at a site in western France.",
+ },
+ {
+ label: "C",
+ text: "It would have taken careful effort to make evenly spaced lines on bone with the stone tools typically used by Neanderthals.",
+ },
+ {
+ label: "D",
+ text: "Decorative art discovered at another Neanderthal site in western France primarily features patterns of unevenly spaced parallel lines.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The archeologist bases their claim on the fact that the hyena bone features unevenly spaced parallel notches. But if unevenly spaced parallel lines were found on "decorative art" at another Neanderthal site, it would suggest that the hyena bone is probably decorative art as well—not a counting tool.
Choice A is incorrect. This choice doesn’t weaken the underlined claim. If anything, it might actually strengthen the claim: assuming we can make an inference about Neanderthals using a fact about early humans, it provides more support for the idea that the person who made the notches was counting something. Choice B is incorrect. This choice doesn’t weaken the underlined claim. The fact that another artifact had parallel notches made with a different stone tool doesn’t tell us anything about the use of either artifact. For all we know, they could both have been used for counting. Choice C is incorrect. This choice doesn’t weaken the underlined claim. The fact that it took effort to make the lines doesn’t tell us anything about what the lines were for.',
+ hasFigure: false,
+ },
+ {
+ id: "742fd8ba",
+ type: "mcq",
+ passage:
+ "
For each data category, the following bars are shown:
Zinc
Iron
The data for the 2 categories are as follows:
Without kanamycin:
Zinc: 390
Iron: 625
With kanamycin:
Zinc: 300
Iron: 225
Many plants lose their leaf color when exposed to kanamycin, an antibiotic produced by some soil microorganisms. Spelman College biologist Mentewab Ayalew and her colleagues hypothesized that plants’ response to kanamycin exposure involves altering their uptake of metals, such as iron and zinc. The researchers grew two groups of seedlings of the plant Arabidopsis thaliana, half of which were exposed to kanamycin and half of which were a control group without exposure to kanamycin, and measured the plants’ metal content five days after germination.",
+ questionHtml:
+ "Which choice best describes data in the graph that support Ayalew and her colleagues’ hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "The control plants contained higher levels of zinc than iron, but plants exposed to kanamycin contained higher levels of iron than zinc.",
+ },
+ {
+ label: "B",
+ text: "Both groups of plants contained more than 200 parts per million of both iron and zinc.",
+ },
+ {
+ label: "C",
+ text: "Zinc levels were around 300 parts per million in the control plants but nearly 400 parts per million in the plants exposed to kanamycin.",
+ },
+ {
+ label: "D",
+ text: "The plants exposed to kanamycin showed lower levels of iron and zinc than the control plants did.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it best describes data in the graph supporting Ayalew and her colleagues’ hypothesis that plants’ response to kanamycin exposure involves altering their uptake of metals. The graph compares the metal content of two groups of plants, one with kanamycin exposure and a control group without such exposure. The amount of zinc in plants without kanamycin exposure is around 400 parts per million, while the amount of zinc in plants with kanamycin exposure is lower, at around 300 parts per million. Similarly, the amount of iron in plants without kanamycin exposure is a little over 600 parts per million, while the amount of iron in plants with kanamycin exposure is lower, at a little over 200 parts per million. Thus, the graph shows that plants with kanamycin exposure have significantly lower levels of both iron and zinc than the plants without kanamycin exposure. This is evidence supporting the hypothesis that kanamycin exposure results in plants altering their uptake of metals.
Choice A is incorrect because the graph shows that control plants contained higher levels of iron than zinc, not higher levels of zinc than iron; similarly, the plants exposed to kanamycin contained higher levels of zinc than iron, not higher levels of iron than zinc. Choice B is incorrect. Though the claim that both groups of plants contained more than 200 parts per million of both iron and zinc is supported by the graph, this alone does not state whether plants with kanamycin exposure have a different metal content than plants without kanamycin exposure. Choice C is incorrect. The graph shows that the zinc levels for the control plants (those without kanamycin exposure) were around 400 parts per million, not 300 parts per million, and that the zinc levels for plants with kanamycin exposure were around 300 parts per million, not 400 parts per million.",
+ hasFigure: true,
+ figureUrl: "/practice-images/742fd8ba_svg1.svg",
+ },
+ {
+ id: "7cbb9764",
+ type: "mcq",
+ passage:
+ "Accomplished printmaker and sculptor Elizabeth Catlett (1915–2012) used her art to explore the Black experience in the United States. In a paper for an art history class, a student claims that Catlett had a particular talent for unifying various artistic traditions and styles in her work.
",
+ questionHtml:
+ "Which quotation from a scholar describing Catlett’s work would best support the student’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“In Mother and Child, a sculpture of two Black figures, Catlett used an ancient Indigenous sculpting technique and combined the visual aesthetic of modern Mexican muralists with that of German artist Kathe Kollwitz.”",
+ },
+ {
+ label: "B",
+ text: "“In her collage New Generation, Catlett overlaid fabric onto the canvas to represent the clothing of a father and his toddler, positioned to evoke classic images of a mother and child.”",
+ },
+ {
+ label: "C",
+ text: "“Created in 1968, Catlett’s sculpture Black Unity, a stylized fist sculpted from mahogany and measuring two feet across, remains an important piece and has received renewed and well-deserved attention in recent years.”",
+ },
+ {
+ label: "D",
+ text: "“One series of Catlett’s prints, made by the artist using the linoleum cut method, depicts several notable African American women, including Harriet Tubman and Sojourner Truth.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents a quotation about Elizabeth Catlett that supports the student’s claim that this artist had a talent for unifying various traditions and styles in her work. The quotation explains that to create the work, Catlett combined Indigenous sculpture with the visual aesthetic of modern muralists from Mexico as well as that of German artist Kathe Kollwitz. In other words, Catlett was able to unify several artistic traditions and styles within a single sculpture.
Choice B is incorrect because in discussing the technique and subject matter of Catlett’s collage, the quotation makes no reference to particular traditions or styles. Choice C is incorrect because in describing the sculpture, the quotation doesn’t mention any artistic traditions or styles that Catlett may have synthesized to create the work. Choice D is incorrect because in discussing Catlett’s prints of notable African American women, the quotation doesn’t characterize those prints as having fused different traditions or styles.",
+ hasFigure: false,
+ },
+ {
+ id: "7edfb2c5",
+ type: "mcq",
+ passage:
+ "
Flint artifacts dating to 800,000 to 1,000,000 years ago have been recovered from the Evron Quarry in Israel. Likely created by the hominin Homo erectus, the artifacts have no visual features suggesting that they were exposed to fire, leading some scholars to conclude that these hominins had not acquired control of fire. But Zane Stepka and colleagues recently used a new method to determine whether these artifacts had been exposed to temperatures above 400°C (the typical temperature campfires reach) and concluded that the hominins who inhabited the site may have had control of fire.",
+ questionHtml:
+ "Which choice best describes data in the graph that support the team’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "Artifacts K5_106 and K3_9 were exposed to temperatures above 400°C.",
+ },
+ {
+ label: "B",
+ text: "Artifacts L5_239 and K3_18 were exposed to temperatures of approximately 550°C and 650°C, respectively.",
+ },
+ {
+ label: "C",
+ text: "All of the artifacts were exposed to temperatures above 100°C.",
+ },
+ {
+ label: "D",
+ text: "Artifact K3_9 was exposed to a higher temperature than was artifact K5_106.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Campfires typically reach over 400°C, so human artifacts that were exposed to temperatures higher than this may indicate some human control over fire.
Choice A is incorrect. This choice misreads the graph. Neither artifact K3_9 nor K5_106 was exposed to temperatures above even 200°C. Choice C is incorrect. This choice doesn’t support the claim. Campfires typically reach over 400°C, so exposure to temperatures of 100°C wouldn’t demonstrate exposure to fire. Choice D is incorrect. This choice doesn’t support the claim. Both artifacts K3_9 and K5_106 were exposed to temperatures of less than 200°C. Since campfires typically reach over 400°C, this wouldn’t demonstrate exposure to fire.",
+ hasFigure: true,
+ figureUrl: "/practice-images/7edfb2c5_svg1.svg",
+ },
+ {
+ id: "81af81d4",
+ type: "mcq",
+ passage:
+ "“Often Rebuked, Yet Always Back Returning” is an 1846 poem by Emily Brontë. The poem conveys the speaker’s determination to experience the countryside around her: ______blank
",
+ questionHtml:
+ "Which quotation from the poem most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Often rebuked, yet always back returning / To those first feelings that were born with me, / And leaving busy chase of wealth and learning / For idle dreams of things which cannot be.”",
+ },
+ {
+ label: "B",
+ text: "“I’ll walk, but not in old heroic traces, / And not in paths of high morality, / And not among the half-distinguished faces, / The clouded forms of long-past history.”",
+ },
+ {
+ label: "C",
+ text: "“I’ll walk where my own nature would be leading: / It vexes me to choose another guide: / Where the grey flocks in ferny glens are feeding; / Where the wild wind blows on the mountain side.”",
+ },
+ {
+ label: "D",
+ text: "“To-day, I will seek not the shadowy region; / Its unsustaining vastness waxes drear; / And visions rising, legion after legion, / Bring the unreal world too strangely near.”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents the quotation that best illustrates the claim that the speaker is determined to experience the countryside around her. In the quotation, the speaker makes it clear that she plans to walk somewhere based on her own wishes (“where my own nature would be leading”) rather than follow anything else (“another guide”), and that she’ll walk “in ferny glens” alongside the mountain.
Choice A is incorrect because this quotation suggests that the speaker wants to avoid pursuing money and education (“busy chase of wealth and learning”) and instead return to some earlier interests (her “first feelings”); the quotation doesn’t address her determination to experience the countryside. Choice B is incorrect because the speaker is describing the circumstances under which she won’t walk, which doesn’t address her determination to experience the countryside. Choice D is incorrect because rather than conveying her determination to experience the countryside, the speaker is explaining a particular thing she won’t do (“seek not the shadowy region”).",
+ hasFigure: false,
+ },
+ {
+ id: "84136d69",
+ type: "mcq",
+ passage:
+ "Five of the Responses to Survey about Actions to Conserve Energy
ActionAction categoryPercentage of respondents selecting action (%)Use efficient cars/hybridsefficiency2.8Change thermostat settingcurtailment6.3Use bike or public transportation instead of carcurtailment12.9Use efficient light bulbsefficiency3.6Turn off lightscurtailment19.6
In a survey of public perceptions of energy use, researcher Shahzeen Attari and her team asked respondents to name the most effective action ordinary people can take to conserve energy. The team categorized each action as either an efficiency or a curtailment and found that respondents tended to name curtailments more often than they did efficiencies. For example, 19.6% of respondents stated that the most effective way to conserve energy is to turn off the lights, while only ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the text?",
+ choices: [
+ {
+ label: "A",
+ text: "6.3% of respondents said it was most effective to use efficient cars or hybrids.",
+ },
+ {
+ label: "B",
+ text: "2.8% of respondents said it was most effective to change the thermostat setting.",
+ },
+ {
+ label: "C",
+ text: "12.9% of respondents said it was most effective to use a bike or public transportation.",
+ },
+ {
+ label: "D",
+ text: "3.6% of respondents said it was most effective to use efficient light bulbs.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most effectively uses data from the table to complete the text’s discussion of Attari and her team’s survey results. The text states that the team asked respondents to identify the most effective action people can take to save energy, with the team classifying each action as either an efficiency or a curtailment. According to the text, respondents named curtailments more often than they did efficiencies. The text then offers an example that begins by citing a curtailment, turning off the lights, that was selected by a relatively high percentage of respondents (19.6%). Given that the example is presented in support of the idea that more respondents selected curtailments than efficiencies, the most effective way to complete the example is by citing an efficiency, using efficient light bulbs, that was selected by a relatively low percentage of respondents (only 3.6%).
Choice A is incorrect because it inaccurately describes data in the table. The data indicate that 6.3% of respondents said the most effective action was to change the thermostat setting, not to use efficient cars or hybrids. Choice B is incorrect because it inaccurately describes data in the table. The data indicate that 2.8% of respondents said the most effective action was to use efficient cars/hybrids, not to change the thermostat setting. Choice C is incorrect because it mentions a curtailment (using a bike or public transportation) and not an efficiency. The text states that a research team asked respondents to identify the most effective action people can take to save energy, with the team classifying each action as either an efficiency or a curtailment. According to the text, respondents named curtailments more often than they did efficiencies. The text then offers an example that begins by citing a curtailment, turning off the lights, that was selected by a relatively high percentage of respondents (19.6%). Given that the example is presented in support of the idea that more people selected curtailments than efficiencies, the most effective way to complete the example is not by referring to another curtailment but rather by referring to an efficiency that was selected by a relatively low percentage of respondents.",
+ hasFigure: false,
+ },
+ {
+ id: "87023f34",
+ type: "mcq",
+ passage:
+ "“Ghosts of the Old Year” is an early 1900s poem by James Weldon Johnson. In the poem, the speaker describes experiencing an ongoing cycle of anticipation followed by regretful reflection: ______blank
",
+ questionHtml:
+ "Which quotation from “Ghosts of the Old Year” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“What does this brazen tongue declare, / That falling on the midnight air / Brings to my heart a sense of care / Akin to fright?”",
+ },
+ {
+ label: "B",
+ text: "“The snow has ceased its fluttering flight, / The wind sunk to a whisper light, / An ominous stillness fills the night, / A pause—a hush.”",
+ },
+ {
+ label: "C",
+ text: "“It tells of many a squandered day, / Of slighted gems and treasured clay, / Of precious stores not laid away, / Of fields unreaped.”",
+ },
+ {
+ label: "D",
+ text: "“And so the years go swiftly by, / Each, coming, brings ambitions high, / And each, departing, leaves a sigh / Linked to the past.”",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents the quotation that most effectively illustrates the claim that the speaker of the poem describes experiencing an ongoing cycle of anticipation followed by regretful reflection. In this quotation, the speaker notes that as years go by, “Each, coming”—that is, each new year as it comes—“brings ambitions high.” In other words, the speaker begins each new year with large goals. But the speaker goes on to say that as each year ends (“each, departing”), it “leaves a sigh / Linked to the past.” A sigh is an expression of longing or regret, so in the context of the whole quotation, this portion suggests that at the end of each year, the speaker regretfully reflects on not having achieved the ambitions formed at the beginning of the year. The phrases “the years go swiftly by,” “Each, coming,” and “each, departing” indicate that this experience happens over and over again: the speaker experiences a cycle of anticipation followed by regretful reflection.
Choice A is incorrect because this quotation does not describe an ongoing cycle of anticipation followed by regretful reflection. Instead, the speaker describes experiencing a sensation similar to fright as a result of something that has occurred at midnight. Specifically, the speaker has heard a “brazen tongue,” a figurative way of saying that the speaker has heard the clang of a bronze bell being rung. Choice B is incorrect because although this quotation does convey a sense of anticipation through its reference to “ominous stillness,” there is no suggestion of regretful reflection or any indication that the speaker is describing an ongoing cycle of anticipation followed by such reflection. Instead, the speaker is describing a particular moment when a winter storm appears to have momentarily calmed. Choice C is incorrect because although this quotation does convey a sense of regret (“many a squandered day”), nothing in the quotation suggests an ongoing cycle of anticipation followed by regret. Instead, the speaker is simply lamenting wasted time and opportunities.",
+ hasFigure: false,
+ },
+ {
+ id: "8a584241",
+ type: "mcq",
+ passage:
+ "
In high concentrations, hydrogen sulfide (H₂S) is typically toxic to many plants. Frederick D. Dooley and colleagues wanted to understand what effects low doses of H₂S might have on plant growth. They treated bean, corn, wheat, and pea seeds with various concentrations (measured in micromoles per liter) of H₂S and tracked the germination of those seeds along with the germination of untreated seeds. Treatment with particular concentrations of H₂S was associated with accelerated germination: for example, ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to complete the statement?",
+ choices: [
+ {
+ label: "A",
+ text: "at 24 hours, less than 10% of seeds treated with H₂S at a concentration of 10 micromoles per liter had germinated, whereas more than 90% of those seeds had germinated at 168 hours.",
+ },
+ {
+ label: "B",
+ text: "at 48 hours, more than 70% of seeds treated with H₂S at a concentration of 10 micromoles per liter had germinated, whereas only approximately 50% of untreated seeds had germinated.",
+ },
+ {
+ label: "C",
+ text: "at 168 hours, more than 90% of seeds treated with H₂S at concentrations of 10 or 500 micromoles per liter had germinated, whereas less than 70% of untreated seeds had germinated.",
+ },
+ {
+ label: "D",
+ text: "at 48 hours, approximately 50% of seeds treated with H₂S at a concentration of 10 micromoles per liter had germinated, whereas only approximately 30% of untreated seeds had germinated.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The claim is that some concentrations of H₂S led to increased germination rates, and this choice accurately shows that seeds treated with 10 micromoles per liter of H₂S tended to germinate faster than untreated seeds.
Choice A is incorrect. This choice doesn’t justify the claim. The claim compares the germination rates of seeds exposed to certain concentrations of H₂S to untreated seeds, but this choice only discusses one concentration of H₂S, so it can’t support any comparison between treated and untreated groups. Choice C is incorrect. This choice misreads the graph. At 168 hours, only about 85% of seeds treated with H₂S at 500 micromoles per liter and well over 70% of untreated seeds had germinated (about 80%). Choice D is incorrect. This choice misreads the graph. At 48 hours, about 70% of seeds treated with H₂S at 10 micromoles per liter and about 50% of untreated seeds had germinated.",
+ hasFigure: true,
+ figureUrl: "/practice-images/8a584241_svg1.svg",
+ },
+ {
+ id: "8a668840",
+ type: "mcq",
+ passage:
+ "
The following 2 lines are shown:
Anchorage
Fairbanks
The Anchorage line:
Begins at April, 254 hours
Rises gradually to May, 268 hours
Rises gradually to June, 288 hours
Falls gradually to July, 255 hours
Falls sharply to August, 184 hours
Falls sharply to September, 128 hours
The Fairbanks line:
Begins at April, 302 hours
Rises gradually to May, 319 hours
Rises gradually to June, 334 hours
Falls sharply to July, 274 hours
Falls sharply to August, 164 hours
Falls sharply to September, 122 hours
A student is researching monthly hours of sunshine in different cities in Alaska. When comparing trends in Anchorage and Fairbanks, the student concludes that the two cities show a similar pattern in the monthly hours of sunshine from April to September.",
+ questionHtml:
+ "Which choice best describes data from the graph that support the student’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "The monthly hours of sunshine in both Anchorage and Fairbanks hold steady in June and July before beginning to decline in August.",
+ },
+ {
+ label: "B",
+ text: "The monthly hours of sunshine in both Anchorage and Fairbanks increase from April to June and then decrease from June to September.",
+ },
+ {
+ label: "C",
+ text: "Anchorage and Fairbanks both have less than 200 monthly hours of sunshine from April to September.",
+ },
+ {
+ label: "D",
+ text: "Anchorage and Fairbanks both have more than 300 monthly hours of sunshine from April to June and less than 200 hours from July to September.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it best describes data from the graph that support the student’s conclusion about weather patterns in Anchorage and Fairbanks. According to the graph, the amount of sunshine increases in both cities from April to June: in Anchorage, the number of monthly hours increases from about 250 to just under 300, and in Fairbanks the number of monthly hours increases from about 300 to just under 350. Also according to the graph, the amount of sunshine decreases in both cities from June to September: in Anchorage the number of monthly hours decreases from just under 300 to about 125, and in Fairbanks the number of monthly hours decreases from just under 350 to about 125. Thus, the monthly hours of sunshine in both cities follow a similar pattern, increasing from April to June and then decreasing from June to September.
Choice A is incorrect because, according to the graph, the monthly hours of sunshine in both Anchorage and Fairbanks decrease from June to July. They don’t hold steady. In June there are slightly less than 300 hours of sunshine in Anchorage and slightly less than 350 hours in Fairbanks. Then, in July there are approximately 250 hours of sunshine in both cities. Choice C is incorrect because the graph shows that Anchorage and Fairbanks have less than 200 monthly hours of sunshine only in August and September. For the rest of the months represented in the graph, both cities have more than 200 monthly hours of sunshine. Choice D is incorrect because, according to the graph, Anchorage doesn’t have more than 300 monthly hours of sunshine from April to June. In addition, both cities have more than 200 hours of sunshine in July, although the amount of sunshine does decrease to less than 200 monthly hours in August and September.",
+ hasFigure: true,
+ figureUrl: "/practice-images/8a668840_svg1.svg",
+ },
+ {
+ id: "94978129",
+ type: "mcq",
+ passage:
+ "Approximate Rates of Speech and Information Conveyed for Five Languages
LanguageRate of speech (syllables per second)Rate of information conveyed (bits per second)Serbian7.239.1Spanish7.742.0Vietnamese5.342.5Thai4.733.8Hungarian5.934.6
A group of researchers working in Europe, Asia, and Oceania conducted a study to determine how quickly different Eurasian languages are typically spoken (in syllables per second) and how much information they can effectively convey (in bits per second). They found that, although languages vary widely in the speed at which they are spoken, the amount of information languages can effectively convey tends to vary much less. Thus, they claim that two languages with very different spoken rates can nonetheless convey the same amount of information in a given amount of time.
",
+ questionHtml:
+ "Which choice best describes data from the table that support the researchers’ claim?",
+ choices: [
+ {
+ label: "A",
+ text: "Among the five languages in the table, Thai and Hungarian have the lowest rates of speech and the lowest rates of information conveyed.",
+ },
+ {
+ label: "B",
+ text: "Vietnamese conveys information at approximately the same rate as Spanish despite being spoken at a slower rate.",
+ },
+ {
+ label: "C",
+ text: "Among the five languages in the table, the language that is spoken the fastest is also the language that conveys information the fastest.",
+ },
+ {
+ label: "D",
+ text: "Serbian and Spanish are spoken at approximately the same rate, but Serbian conveys information faster than Spanish does.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it provides the most direct support from the table for the claim that two languages can convey similar amounts of information even if they’re spoken at different rates. The table shows the approximate rates at which five languages are spoken and the rates at which those five languages convey information. Vietnamese is spoken at around 5.3 syllables per second, whereas Spanish is spoken at around 7.7 syllables per second, but the two languages convey information at very similar rates: Vietnamese at a rate of around 42.5 bits per second and Spanish at a rate of around 42.0 bits per second. Thus, the description of Vietnamese conveying information at around the same rate that Spanish does despite being spoken more slowly supports the claim in the text that languages can convey the same amount of information even if spoken at different rates.
Choice A is incorrect because it isn’t true that Thai and Hungarian have the lowest rates of speech of the five languages shown. According to the table, Hungarian is spoken at around 5.9 syllables per second, which is faster than Vietnamese (5.3 syllables per second). Additionally, even if this statement were true, the assertion that two languages are spoken the slowest and convey information the slowest wouldn’t support the claim that languages can convey the same amount of information even if they’re spoken at different rates. Choice C is incorrect because it isn’t true that the fastest-spoken language (Spanish, at 7.7 syllables per second) also conveys information the fastest: Spanish conveys information at 42.0 bits per second, which is slower than the 42.5 bits-per-second rate at which Vietnamese conveys information. Additionally, even if this statement were true, the assertion that the language spoken the fastest also conveys information the fastest has no bearing on the claim that languages can convey the same amount of information even if they’re spoken at different rates. Choice D is incorrect because it isn’t true that Serbian conveys information faster than Spanish does. According to the table, Serbian conveys information at a rate of around 39.1 bits per second, which is slower than the 42.0 bits-per-second rate at which Spanish conveys information.",
+ hasFigure: false,
+ },
+ {
+ id: "94ca8ebd",
+ type: "mcq",
+ passage:
+ "A student is examining a long, challenging poem that was initially published in a quarterly journal without explanatory notes, then later republished in a stand-alone volume containing only that poem and accompanying explanatory notes written by the poet. The student asserts that the explanatory notes were included in the republication primarily as a marketing device to help sell the stand-alone volume.
",
+ questionHtml:
+ "Which statement, if true, would most directly support the student’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "The text of the poem as published in the quarterly journal is not identical to the text of the poem published in the stand-alone volume.",
+ },
+ {
+ label: "B",
+ text: "Many critics believe that the poet’s explanatory notes remove certain ambiguities of the poem and make it less interesting as a result.",
+ },
+ {
+ label: "C",
+ text: "The publishers of the stand-alone volume requested the explanatory notes from the poet in order to make the book attractive to readers who already had a copy of the poem in a journal issue.",
+ },
+ {
+ label: "D",
+ text: "Correspondence between the poet and the publisher reveals that the poet’s explanatory notes went through several drafts.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it would most directly support the student’s claim about the motivation for including explanatory notes with the stand-alone volume of the poem. The text explains that the poem had previously been published without the notes in a quarterly journal. It stands to reason that readers who had purchased the journal issue containing the poem would be unlikely to purchase an unchanged version of the poem in a stand-alone volume. However, the inclusion of notes in that volume would encourage the purchase of a stand-alone volume, since the later text would differ from the original by including the author’s own explanation of the poem. Therefore, if it were true that the publishers of the stand-alone volume had requested the notes to make the book attractive to readers who already had a copy of the journal issue, this fact would support the student’s claim that the notes were included primarily as a marketing device.
Choice A is incorrect because the student’s claim is about the motivation for including the explanatory notes in the stand-alone volume, not about changes that might have been made to the poem itself for publication in that volume; moreover, the text never suggests that such changes were made. Choice B is incorrect because the student’s claim is about why the explanatory notes were included in the stand-alone volume, not about how the notes affected readers’ and critics’ subsequent experience of the poem. Choice D is incorrect because the fact that the poet drafted multiple versions of the explanatory notes doesn’t directly address the issue of whether the notes were intended as a marketing device, as the student claims; the correspondence would support this claim only if it showed that the poet had revised the notes specifically to make them useful to the marketing of the stand-alone volume.",
+ hasFigure: false,
+ },
+ {
+ id: "99fdf71c",
+ type: "mcq",
+ passage:
+ "“When Dawn Comes to the City” is a 1922 poem by Claude McKay, who immigrated to the United States from the island nation of Jamaica as an adult. The poem conveys McKay’s contrasting feelings about New York City—his adopted home in the US—and his home country: ______blank
",
+ questionHtml:
+ "Which quotation from “When Dawn Comes to the City” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“A lonely newsboy hurries by, / Humming a recent ditty; / Red streaks strike through the gray of the sky, / The dawn comes to the city New York City.”",
+ },
+ {
+ label: "B",
+ text: "“Dark figures start for work; / I watch them sadly shuffle on, / ’Tis dawn, dawn in New York. / But I would be on the island of the sea, / In the heart of the island of the sea.”",
+ },
+ {
+ label: "C",
+ text: "“And the shaggy Nannie goat is calling, calling, calling / From her little trampled corner of the long wide lea / That stretches to the waters of the hill-stream falling / Sheer upon the flat rocks joyously!”",
+ },
+ {
+ label: "D",
+ text: "“The tired cars go grumbling by, / The moaning, groaning cars, / And the old milk carts go rumbling by / Under the same dull stars.”",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents a quotation illustrating the claim that the poem conveys McKay’s contrasting feelings about New York City and Jamaica. McKay first presents a somewhat negative view of New York City, describing watching “dark figures” who “sadly shuffle” to work at dawn, and then indicates that he would instead like to be “in the heart of the island of the sea.”
Choice A is incorrect because the quotation focuses on a description of only one place (New York City, with its “lonely newsboy” and “red streaks” in the sky at dawn) rather than on different feelings about two places. Choice C is incorrect because the quotation focuses on a description of only one place (which isn’t named) rather than on McKay’s different feelings about two places. Choice D is incorrect because though McKay presents a negative image of an unnamed place with “tired cars” that grumble, moan, and groan, and “old milk carts“ that rumble by under “dull stars,” the quotation focuses on McKay’s feelings about only one place rather than on different feelings about two places.",
+ hasFigure: false,
+ },
+ {
+ id: "9aa5efc4",
+ type: "mcq",
+ passage:
+ "Born in 1891 to a Quechua-speaking family in the Andes Mountains of Peru, Martín Chambi is today considered to be one of the most renowned figures of Latin American photography. In a paper for an art history class, a student claims that Chambi’s photographs have considerable ethnographic value—in his work, Chambi was able to capture diverse elements of Peruvian society, representing his subjects with both dignity and authenticity.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the student’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "Chambi took many commissioned portraits of wealthy Peruvians, but he also produced hundreds of images carefully documenting the peoples, sites, and customs of Indigenous communities of the Andes.",
+ },
+ {
+ label: "B",
+ text: "Chambi’s photographs demonstrate a high level of technical skill, as seen in his strategic use of illumination to create dramatic light and shadow contrasts.",
+ },
+ {
+ label: "C",
+ text: "During his lifetime, Chambi was known and celebrated both within and outside his native Peru, as his work was published in places like Argentina, Spain, and Mexico.",
+ },
+ {
+ label: "D",
+ text: "Some of the peoples and places Chambi photographed had long been popular subjects for Peruvian photographers.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents a finding that, if true, would support the claim about Chambi’s photographs. The text describes a student advancing the claim that Chambi’s photographs “have considerable ethnographic value”—meaning that they are valuable as records of cultures—and that they “capture diverse elements of Peruvian society” in a respectful way. If it’s true that Chambi carefully photographed people from a range of different communities in Peru as well as photographed the customs and sites of different communities, that would lend support to the claim that the photographs have ethnographic value as depictions of diverse elements of society in Peru.
Choice B is incorrect because the student’s claim is that Chambi’s photographs have considerable ethnographic value because they depict diverse elements of Peruvian society; the student doesn’t claim anything about the technical skill demonstrated in the photographs. Choice C is incorrect because neither Chambi’s reputation nor the locations where his photographs may have been published would be relevant to the student’s claim that his photographs are valuable as an ethnographic record of Peru’s diverse society. Choice D is incorrect because the popularity among other photographers of the people and places that Chambi photographed would be irrelevant to the student’s claim that Chambi’s photographs are valuable as an ethnographic record of Peru’s diverse society.",
+ hasFigure: false,
+ },
+ {
+ id: "a13541c0",
+ type: "mcq",
+ passage:
+ "Sandra Cisneros’s 1984 novella The House on Mango Street made a lasting impact on US literature. Its depiction of Mexican American culture inspired later authors to examine their own heritage within their fictional works. Also influential was the book’s portrayal of the main character, Esperanza, during a pivotal year of her youth. This insightful depiction of a preteen girl encouraged authors who, like Cisneros herself, are Latina to use fictional works to examine experiences from their own youth.
",
+ questionHtml:
+ "Which statement, if true, would most strongly support the claim in the underlined sentence?",
+ choices: [
+ {
+ label: "A",
+ text: "In interviews, a number of Latina authors say that The House on Mango Street inspired them to write about their own adolescence in their novels.",
+ },
+ {
+ label: "B",
+ text: "In published writings, several prominent authors who are not Latina say that reading The House on Mango Street influenced their approach to writing fiction.",
+ },
+ {
+ label: "C",
+ text: "The House on Mango Street has sold over six million copies and is one of the most commonly read books among high school and university students in the US.",
+ },
+ {
+ label: "D",
+ text: "Since 1984, new novels about young Latina characters by Latina authors have often been compared to The House on Mango Street.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents a finding that, if true, would most strongly support the claim in the underlined sentence. The text begins by explaining that the portrayal of Mexican American culture in Sandra Cisneros’s The House on Mango Street inspired later authors to explore their own heritage. Noting that Cisneros’s novella was also influential for its depiction of a formative year in a female character’s youth, the text then claims that this depiction inspired other Latina authors to use fiction to explore their own experiences of youth. Since this claim addresses how Cisneros encouraged Latina authors specifically to portray their youthful experiences, it would be directly supported by such authors stating that her novella influenced them to write about their own adolescence, or the transitional period between childhood and adulthood.
Choice B is incorrect. The text states that with its portrayal of Mexican American culture, The House on Mango Street inspired later authors to explore their own heritage, and since this statement isn’t limited to only Latina authors, it can be inferred that authors who aren’t Latina were also likely influenced by the novella. But because the claim in the underlined sentence concerns the novella’s influence on Latina authors specifically, the finding that the book also influenced authors who weren’t Latina would fail to provide support for the claim. Choice C is incorrect because the finding that The House on Mango Street has sold millions of copies and is widely read among students in the US doesn’t relate directly to the text’s claim that the novella has influenced Latina authors specifically. Choice D is incorrect. While comparisons of new novels about young Latina characters by Latina authors to Cisneros’s The House on Mango Street would likely be founded on similarities between those novels and Cisneros’s novella, such similarities wouldn’t necessarily be evidence of the novella’s influence; such similarities might arise if Cisneros and younger Latina authors alike depicted certain basic cultural and historical features of their communities. Testimony from younger Latina authors about how The House on Mango Street had inspired them would be far more persuasive evidence of the novella’s influence.",
+ hasFigure: false,
+ },
+ {
+ id: "a2b0fc3b",
+ type: "mcq",
+ passage:
+ "
The following 4 lines are shown:
Algeria
France
Japan
Nigeria
The Algeria line:
Begins at 1970, 39.5 percent
Rises gradually to 1980, 43.54 percent
Rises sharply to 1990, 52.09 percent
Rises gradually to 2000, 59.92 percent
Rises gradually to 2010, 67.54 percent
Rises gradually to 2020, 73.73 percent
The France line:
Begins at 1970, 71.06 percent
Rises gradually to 1980, 73.28 percent
Rises gradually to 1990, 74.06 percent
Rises gradually to 2000, 75.87 percent
Rises gradually to 2010, 78.37 percent
Rises gradually to 2020, 79 percent
The Japan line:
Begins at 1970, 76.88 percent
Rises gradually to 1980, 80.17 percent
Rises gradually to 1990, 84.34 percent
Rises gradually to 2000, 87.65 percent
Rises gradually to 2010, 90.81 percent
Rises gradually to 2020, 91.5 percent
The Nigeria line:
Begins at 1970, 17.76 percent
Rises gradually to 1980, 21.97 percent
Rises gradually to 1990, 29.68 percent
Rises gradually to 2000, 34.84 percent
Rises sharply to 2010, 43.48 percent
Rises sharply to 2020, 51.96 percent
The share of the world’s population living in cities has increased dramatically since 1970, but this change has not been uniform. France and Japan, for example, were already heavily urbanized in 1970, with 70% or more of the population living in cities. The main contributors to the world’s urbanization since 1970 have been countries like Algeria, whose population went from ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to complete the assertion?",
+ choices: [
+ {
+ label: "A",
+ text: "around 50% urban in 1970 to around 90% urban in 2020.",
+ },
+ {
+ label: "B",
+ text: "less than 40% urban in 1970 to around 90% urban in 2020.",
+ },
+ {
+ label: "C",
+ text: "less than 20% urban in 1970 to more than 50% urban in 2020.",
+ },
+ {
+ label: "D",
+ text: "around 40% urban in 1970 to more than 70% urban in 2020.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This choice effectively uses data from the graph to complete the example. The line representing the percent of Algeria’s population living in cities is the black triangle line. According to the graph, it started at 40% in 1970 and reached 70% in 2020.
Choice A is incorrect. This choice misreads the graph. The line representing the percent of Algeria’s population living in cities is the black triangle line. According to the graph, it started at 40% in 1970 and reached 70% in 2020. Choice B is incorrect. This choice misreads the graph. The line representing the percent of Algeria’s population living in cities is the black triangle line. According to the graph, it started at 40% in 1970 and reached 70% in 2020. Choice C is incorrect. This choice misreads the graph. The line representing the percent of Algeria’s population living in cities is the black triangle line. According to the graph, it started at 40% in 1970 and reached 70% in 2020.",
+ hasFigure: true,
+ figureUrl: "/practice-images/a2b0fc3b_svg1.svg",
+ },
+ {
+ id: "b30a2613",
+ type: "mcq",
+ passage:
+ "
For each data category, the following bars are shown:
no lizards
with lizards
All values are approximate.
The data for the 4 categories are as follows:
Day 1:
no lizards: 85
with lizards: 85
Day 10:
no lizards: 62
with lizards: 32
Day 20:
no lizards: 51
with lizards: 27
Day 30:
no lizards: 43
with lizards: 23
To investigate the effect of lizard predation on spider populations, a student in a biology class placed spiders in two enclosures, one with lizards and one without, and tracked the number of spiders in the enclosures for 30 days. The student concluded that the reduction in the spider population count in the enclosure with lizards by day 30 was entirely attributable to the presence of the lizards.",
+ questionHtml:
+ "Which choice best describes data from the graph that weaken the student’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "The spider population count was the same in both enclosures on day 1.",
+ },
+ {
+ label: "B",
+ text: "The spider population count also substantially declined by day 30 in the enclosure without lizards.",
+ },
+ {
+ label: "C",
+ text: "The largest decline in spider population count in the enclosure with lizards occurred from day 1 to day 10.",
+ },
+ {
+ label: "D",
+ text: "The spider population count on day 30 was lower in the enclosure with lizards than in the enclosure without lizards.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it describes data from the graph that weaken the student’s conclusion about the reduction in the spider population in the enclosure with lizards. The graph shows that the enclosure with lizards and the enclosure without lizards each began with about 85 spiders, and that the number of spiders in each enclosure fell over the 30 days of the study. The student’s claim is that the reduction in spiders in the enclosure with lizards is “entirely attributable to the presence of the lizards,” meaning that the spider population wouldn’t have declined except for the presence of the lizards. This claim is weakened, however, by the fact that the enclosure without lizards also saw a substantial reduction in the number of spiders. Since the number of spiders fell in the enclosure without lizards as well as in the enclosure with lizards, there must be some other factor than just the presence of the lizards that contributed to the reduction in the spider population.
Choice A is incorrect because the fact that the two enclosures started with the same number of spiders is irrelevant to the claim that the reduction in spider population by day 30 in the enclosure with lizards can be entirely attributed to the lizards. Choice C is incorrect because the fact that the spider population in the enclosure with lizards fell more between days 1 and 10 than in other periods has nothing to do with the student’s claim that the reduction in spiders in that enclosure by day 30 can be entirely attributed to the lizards. Choice D is incorrect. Although it’s true that on day 30 the spider population was lower in the enclosure with lizards than in the enclosure without lizards, this fact doesn’t weaken the student’s claim that the reduction in the spider population in the enclosure with lizards can be entirely attributed to the lizards. Indeed, the lower spider population in the enclosure with lizards suggests that the lizards are contributing to the reduction in the spider population, though the fact that the spider population also fell substantially in the other enclosure means that the lizards aren’t the only cause of the reduction.",
+ hasFigure: true,
+ figureUrl: "/practice-images/b30a2613_svg1.svg",
+ },
+ {
+ id: "b4cda84d",
+ type: "mcq",
+ passage:
+ "In 1967 the US Congress created the Corporation for Public Broadcasting, which in turn created National Public Radio (NPR). NPR began producing and distributing high-quality news and cultural programming to affiliate stations across the United States in 1971. In a research paper, a student claims that the Corporation for Public Broadcasting and NPR were inspired by the British Broadcasting System (BBC), which had been established in the 1920s.
",
+ questionHtml:
+ "Which quotation from a work by a historian would be the most effective evidence for the student to include in support of this claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Although the BBC had begun as a private corporation, politicians successfully argued to make it a public company because they believed a public broadcaster could help build national unity in the aftermath of World War I.”",
+ },
+ {
+ label: "B",
+ text: "“For many decades, the BBC had no competition since it held Britain’s only broadcasting license, whereas in the United States, the Corporation for Public Broadcasting launched NPR in a broadcasting market already filled with competitors.”",
+ },
+ {
+ label: "C",
+ text: "“Congress’s embrace of publicly funded broadcasting reflected a common belief among US politicians that the role of government was not only to ensure people’s safety and liberty but also to enrich people’s lives in other ways.”",
+ },
+ {
+ label: "D",
+ text: "“The goal of the BBC was to support British democracy by promoting an informed citizenry, and US legislators believed that ensuring access to high-quality programming could do the same for democracy in the United States.”",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because this quotation would be the most effective evidence to include in support of the claim that the Corporation for Public Broadcasting and NPR were inspired by the British Broadcasting System (BBC). The quotation states that the goal of the BBC was to support British democracy and that US legislators believed high-quality programming could accomplish the same goal for democracy in the United States. In other words, US legislators looked to the BBC as a model, taking direct inspiration from it when they created the Corporation for Public Broadcasting, which in turn created NPR.
Choice A is incorrect because this quotation provides historical information about the BBC, not information about the inspiration for the creation of the Corporation for Public Broadcasting and NPR. This quotation, therefore, is irrelevant to the student’s claim that the BBC inspired the creation of the Corporation for Public Broadcasting, which in turn created NPR. Choice B is incorrect because this quotation contrasts the lack of competition faced by the BBC with the substantial competition faced by NPR, which has no bearing on the student’s claim that the Corporation for Public Broadcasting and NPR were inspired by the BBC. Choice C is incorrect because this quotation focuses on a common belief among US politicians that inspired Congress’s embrace of publicly funded broadcasting. The quotation doesn’t say anything about the BBC and therefore doesn’t support the claim that the BBC inspired Congress to create the Corporation for Public Broadcasting, which in turn created NPR.",
+ hasFigure: false,
+ },
+ {
+ id: "c538954d",
+ type: "mcq",
+ passage:
+ "Sense and Sensibility is an 1811 novel by Jane Austen. In the novel, Austen describes Marianne Dashwood’s ability to persuade others of the rightness of her artistic judgments, as is evident when Marianne visits with John Willoughby, a potential suitor: ______blank
",
+ questionHtml:
+ "Which quotation from Sense and Sensibility most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Above all, when she heard him declare, that of music and dancing he was passionately fond, she gave him such a look of approbation as secured the largest share of his discourse to herself for the rest of his stay.”",
+ },
+ {
+ label: "B",
+ text: "“Their taste was strikingly alike. The same books, the same passages were idolized by each—or if any difference appeared, any objection arose, it lasted no longer than till the force of her arguments and the brightness of her eyes could be displayed.”",
+ },
+ {
+ label: "C",
+ text: "“It was only necessary to mention any favourite amusement to engage her to talk. She could not be silent when such points were introduced, and she had neither shyness nor reserve in their discussion.”",
+ },
+ {
+ label: "D",
+ text: "“They speedily discovered that their enjoyment of dancing and music was mutual, and that it arose from a general conformity of judgment in all that related to either. Encouraged by this to a further examination of his opinions, she proceeded to question him on the subject of books.”",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. By showing that "any difference" in taste was quickly overcome by "the force of Marianne’s arguments," this choice effectively demonstrates Marianne’s "ability to persuade others."
Choice A is incorrect. This choice doesn’t effectively illustrate the claim. This choice shows that Marianne and John share an interest in music and dancing, but it doesn’t provide evidence of Marianne’s "ability to persuade others." Choice C is incorrect. This choice doesn’t effectively illustrate the claim. This choice shows that Marianne enjoys talking about her interests, but it doesn’t provide evidence of Marianne’s "ability to persuade others." Choice D is incorrect. This choice doesn’t effectively illustrate the claim. This choice shows that Marianne and John share many interests and generally agree on music and dancing, but it doesn’t provide evidence of Marianne’s "ability to persuade others."',
+ hasFigure: false,
+ },
+ {
+ id: "c6b470bb",
+ type: "mcq",
+ passage:
+ "“Odalie” is an 1899 short story by Alice Dunbar-Nelson. In the story, a young woman named Odalie attends the annual Mardi Gras carnival in New Orleans, where she lives with her guardian Tante Louise. Dunbar-Nelson portrays Odalie as eager to escape the monotony of her everyday life: ______blank
",
+ questionHtml:
+ "Which quotation from “Odalie” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Mardi Gras was a tiresome day, after all, she sighed, and Tante Louise agreed with her for once.”",
+ },
+ {
+ label: "B",
+ text: "“In the old French house on Royal Street, with its quaint windows and Spanish courtyard green and cool, and made musical by the plashing of the fountain and the trill of caged birds, lived Odalie in convent-like seclusion.”",
+ },
+ {
+ label: "C",
+ text: "“When one is shut up in a great French house with a grim sleepy tante and no companions of one’s own age, life becomes a dull thing, and one is ready for any new sensation.”",
+ },
+ {
+ label: "D",
+ text: "“It was Mardi Gras day at last, and early through her window Odalie could hear the jingle of folly bells on the participants’ costumes, the tinkle of music, and the echoing strains of songs.”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most effectively uses a quotation from “Odalie” to illustrate the claim that Odalie is eager to escape the monotony, or tedious lack of variety, of her everyday life. In the quotation, Odalie describes feeling “shut up” and complains that she has “no companions” except for her “sleepy tante.” Odalie goes on to say that, as a result, her life is “dull” and she is “ready for any new sensation,” meaning she wants a change. This suggests that Odalie wishes to get away from her monotonous everyday life.
Choice A is incorrect. Although this quotation includes the word “tiresome,” which means dull, it does so to suggest Odalie’s negative feelings about Mardi Gras, which is a once-a-year celebration, not her feelings about her everyday life. This quotation therefore doesn’t express that Odalie’s everyday life is monotonous or that she wishes to escape. Choice B is incorrect. Although this quotation ends by saying that Odalie lives in seclusion, or isolation, it doesn’t express that Odalie’s everyday life is monotonous or that she wishes to escape. Instead, it describes the pleasant qualities of the house Odalie lives in, saying that it has “quaint windows” and a “green and cool” courtyard that is “made musical” by the sounds of a fountain and pet birds. Choice D is incorrect because this quotation describes the lively sounds of a Mardi Gras celebration that Odalie hears through her window, not the monotony of Odalie’s everyday life or her wish to escape.",
+ hasFigure: false,
+ },
+ {
+ id: "cbecb873",
+ type: "mcq",
+ passage:
+ "Body Length, Filter Time, and Lunges per Dive for Four Whale Species
Whale speciesTypical adult body length (meters)Average time to filter all engulfed water (seconds)Average number of lunges per dive deeper than 50 metersfin18–2231.303.95humpback11–1717.126.28minke7–108.887.48blue24–3460.274.02
Some whale species practice lunge feeding, in which they lunge toward prey with their mouths open at wide angles, collect the prey and the surrounding water, and then filter out the water through baleen plates in their mouths. Although the volume of water engulfed increases with whales’ body length, the surface area of whales’ baleen plates, which influences the rate at which water can be filtered, does not increase with body length to the same degree, which helps explain why ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ {
+ label: "A",
+ text: "minke whales and humpback whales show similar average filter times.",
+ },
+ {
+ label: "B",
+ text: "humpback whales show an average of 6.28 lunges per dive.",
+ },
+ {
+ label: "C",
+ text: "fin whales show a longer average filter time than minke whales do.",
+ },
+ {
+ label: "D",
+ text: "blue whales show the longest average filter time and the highest average number of lunges per dive.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. To support the claim, we need to show that longer whales take more time to filter all the water they engulf than shorter whales do. This choice accurately reflects that a longer whale (the fin whale) takes more time to filter engulfed water (31.30 seconds on average) compared to a shorter whale (the minke whale, which only took 8.88 seconds on average).
Choice A is incorrect. The table shows that minke whales take an average of 8.88 seconds to filter engulfed water, while humpback whales take an average of 17.12 seconds to complete the same task. Choice B is incorrect. This choice doesn’t reflect the claim about baleen plates. The claim explains why whales of differing lengths take different amounts of time to filter engulfed water. This choice doesn’t compare whales of different lengths, and it focuses on the number of lunges, which isn’t shown to be relevant to filter time. Choice D is incorrect. The table shows that blue whales average 4.02 lunges per dive, which is not the highest average among the whales in the table.",
+ hasFigure: false,
+ },
+ {
+ id: "ccf414c9",
+ type: "mcq",
+ passage:
+ "E-book Sales as a Percentage of Total Unit Sales in All Book Formats for a Large US Trade Publisher, by Genre, 2006, 2011, 2016
Genre200620112016science fiction and fantasy0.627.736.7cookbooks02.910.5travel guides05.524.6romance0.340.656.2
E-books became an increasingly popular means of reading in the United States in the 2000s and 2010s, though that popularity was concentrated in titles that, like those in most fiction genres, are meant to be read straight through from beginning to end. For books in nonfiction genres that do not tell stories and require the reader to flip back and forth through a volume, e-books were significantly less commercially successful. This can be seen by comparing ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to illustrate the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "the percentage of 2016 cookbook sales that were e-books with the percentage of 2016 science fiction and fantasy sales that were e-books.",
+ },
+ {
+ label: "B",
+ text: "the percentage of 2006 romance sales that were e-books with the percentage of 2016 romance sales that were e-books.",
+ },
+ {
+ label: "C",
+ text: "the percentage of 2006 romance sales that were e-books with the 2006 science fiction and fantasy sales that were e-books.",
+ },
+ {
+ label: "D",
+ text: "the percentage of 2011 travel guide sales that were e-books with the percentage of 2016 travel guide sales that were e-books.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it uses data from the table to effectively support the claim that book genres that typically require the reader to start at the beginning of the story and read straight through are more commercially successful as e-books than other genres. For each of three years, the table presents four book genres and the percentage of total sales for each genre in e-book format. Cookbooks, a nonfiction genre, do not require the reader to read straight through. According to the table, 10.5 percent of total cookbook sales in 2016 were in the e-book format. The 2016 percentage of e-book sales was 36.7 percent in the science fiction and fantasy genre, which are typically stories read straight through from start to finish. The higher percentage of total sales of the story-based e-books in 2016 supports the claim in the text.
Choice B is incorrect because it compares the e-book sales of romance books in 2006 to those in 2016. Romance books are meant to be read straight through from start to finish. The text claims that books that are not stories and do not require reading straight through are not as commercially successful in e-book format as those that do. As this choice is only comparing e-book sales for one genre, it does not support the claim. Choice C is incorrect because both science fiction and fantasy and romance novels are fiction books meant to be read straight through from beginning to end. The text claims that books that are not stories and do not require reading straight through are less commercially successful in e-book format than those that do. As this choice does not compare e-book sales of story genres to e-book sales in genres that are not stories, it does not support the claim. Choice D is incorrect. Although the data in the table show that the travel guide e-books made up a greater percentage of total sales in 2016 than in 2011, this doesn’t illustrate the claim in the text that e-books in nonfiction genres not meant to be read straight through are less commercially successful. The claim cannot be supported without comparing the percentage of e-book sales between fiction and nonfiction book genres from the table.",
+ hasFigure: false,
+ },
+ {
+ id: "cf7491c1",
+ type: "mcq",
+ passage:
+ "Characteristics of Five Recently Discovered Gas Exoplanets
Exoplanet designationMass (Jupiters)Radius (Jupiters)Orbital period (days)Distance from the Sun (parsecs)TOI-640 b0.881.7715.003340TOI-1601 b0.991.2395.331336TOI-628 b6.331.0603.409178TOI-1478 b0.851.06010.180153TOI-1333 b2.371.3964.720200
“Hot Jupiters” are gas planets that have a mass of at least 0.25 Jupiters (meaning that their mass is at least 25% of that of Jupiter) and an orbital period of less than 10 days (meaning that they complete one orbit around their star in less than 10 days), while “warm Jupiters” are gas planets that meet the same mass criterion but have orbital periods of more than 10 days. In 2021, Michigan State University astronomer Joseph Rodriguez and colleagues announced the discovery of five new gas exoplanets and asserted that four are hot Jupiters and one is a warm Jupiter.
",
+ questionHtml:
+ "Which choice best describes data from the table that support Rodriguez and colleagues’ assertion?",
+ choices: [
+ {
+ label: "A",
+ text: "None of the planets have an orbital period of more than 10 days, and TOI-628 b has a mass of 6.33 Jupiters.",
+ },
+ {
+ label: "B",
+ text: "TOI-1478 b has an orbital period of 153 days, and the masses of all the planets range from 0.85 to 6.33 Jupiters.",
+ },
+ {
+ label: "C",
+ text: "All the planets have a radius between 1.060 and 1.771 Jupiters, and only TOI-1333 b has an orbital period of more than 10 days.",
+ },
+ {
+ label: "D",
+ text: "Each of the planets has a mass greater than 0.25 Jupiters, and all except for TOI-1478 b have an orbital period of less than 10 days.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it accurately describes data from the table that support Rodriguez and colleagues’ assertion about the classifications of the five new gas exoplanets. The text describes two categories of gas planets: hot Jupiters, which have a mass of at least 0.25 Jupiters and an orbital period of less than 10 days, and warm Jupiters, which have the same mass characteristic but have orbital periods of more than 10 days. According to the table, four of the gas exoplanets discovered by Rodriguez and colleagues have a mass of at least 0.25 Jupiters and an orbital period of less than 10 days, while one of the planets has a mass of at least 0.25 Jupiters and an orbital period of more than 10 days. These data therefore support Rodriguez and colleagues’ assertion that four of the new exoplanets are hot Jupiters and one is a warm Jupiter.
Choice A is incorrect because it doesn’t accurately describe the data from the table. Although the table shows that TOI-628 b has a mass equivalent to 6.33 Jupiters, the table also shows that one of the planets—TOI-1478 b—does indeed have an orbital period of more than 10 days. Choice B is incorrect because it doesn’t accurately describe the data from the table. Although the table does show that the masses of the five planets range from 0.85 to 6.33 Jupiters, the table also shows that TOI-1478 b has an orbital period of 10.180 days, not 153 days. Choice C is incorrect. According to the table, TOI-1333 b has an orbital period of only 4.720 days, not more than 10 days. Additionally, although the table does show that all the planets have a radius between 1.060 and 1.771 Jupiters, the text indicates that a planet may be classified as a hot Jupiter or a warm Jupiter based on its mass and orbital period, not on its radius, making the information about the range of the five planets’ radius values irrelevant.",
+ hasFigure: false,
+ },
+ {
+ id: "d5b9ed0d",
+ type: "mcq",
+ passage:
+ "
For each data category, the following bars are shown:
no anger (control)
high anger
low anger
The data for the 2 categories are as follows:
Helpfulness of review:
no anger (control): 6.75
high anger: 6.08
low anger: 6.85
Attitude toward reviewed product:
no anger (control): 2.23
high anger: 1.83
low anger: 2.15
To understand how expressions of anger in reviews of products affect readers of those reviews, business scholar Dezhi Yin and colleagues measured study participants’ responses to three versions of the same negative review—a control review expressing no anger, a review expressing a high degree of anger, and a review expressing a low degree of anger. Reviewing the data, a student concludes that the mere presence of anger in a review may not negatively affect readers’ perceptions of the review, but a high degree of anger in a review does worsen readers’ perceptions of the review.",
+ questionHtml:
+ "Which choice best describes data from the graph that support the students’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "On average, participants’ ratings of the helpfulness of the review were substantially higher than were participants’ ratings of the reviewed product regardless of which type of review participants had seen.",
+ },
+ {
+ label: "B",
+ text: "Compared with participants who saw the control review, participants who saw the low-anger review rated the review as slightly more helpful, whereas participants who saw the high-anger review rated the review as less helpful.",
+ },
+ {
+ label: "C",
+ text: "Participants who saw the low-anger review rated the review as slightly more helpful than participants who saw the control review did, but participants’ attitude toward the reviewed product was slightly worse when participants saw the low-anger review than when they saw the no-anger review.",
+ },
+ {
+ label: "D",
+ text: "Compared with participants who saw the low-anger review, participants who saw the high-anger review rated the review as less helpful and had a less positive attitude toward the reviewed product.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The claim is that low anger does not negatively affect readers’ perceptions of the review, while high anger does negatively affect readers’ perceptions of the review. This choice accurately expresses the supporting data from the “helpfulness of review” part of the graph: that low-anger reviews were rated as slightly more helpful than no-anger reviews, while high-anger reviews were rated as less helpful than no-anger reviews.
Choice A is incorrect. This choice does not support the conclusion. The conclusion is only about how participants feel about the review itself—the participants’ ratings of the reviewed product are not relevant. Choice C is incorrect. This choice does not support the conclusion. The conclusion is only about how participants feel about the review itself—the participants’ attitude towards the reviewed product is not relevant. Choice D is incorrect. This choice does not support the conclusion. The conclusion is only about how participants feel about the review itself—the participants’ attitude towards the reviewed product is not relevant.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d5b9ed0d_svg1.svg",
+ },
+ {
+ id: "d83c3d54",
+ type: "mcq",
+ passage:
+ "
For each data category, the following bars are shown:
grass cover
bare soil
forest cover
All values are approximate.
The data for the 3 categories are as follows:
1987:
grass cover: 57,000 square meters
bare soil: 65,000 square meters
forest cover: 75,000 square meters
1993:
grass cover: 95,000 square meters
bare soil: 16,000 square meters
forest cover: 57,500 square meters
2006:
grass cover: 130,000 square meters
bare soil: 35,000 square meters
forest cover: 45,000 square meters
The Jordanelle Dam was built on the Provo River in Utah in 1992. Earth scientist Adriana E. Martinez and colleagues tracked changes to the environment on the banks of the river downstream of the dam, including how much grass and forest cover were present. They concluded that the dam changed the flow of the river in ways that benefited grass plants but didn’t benefit trees.",
+ questionHtml:
+ "Which choice best describes data from the graph that support Martinez and colleagues’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "The lowest amount of grass cover was approximately 58,000 square meters, and the highest amount of forest cover was approximately 75,000 square meters.",
+ },
+ {
+ label: "B",
+ text: "There was more grass cover than forest cover in 1987, and this difference increased dramatically in 1993 and again in 2006.",
+ },
+ {
+ label: "C",
+ text: "There was less grass cover than bare soil in 1987 but more grass cover than bare soil in 1993 and 2006, whereas there was more forest cover than bare soil in all three years.",
+ },
+ {
+ label: "D",
+ text: "Grass cover increased from 1987 to 1993 and from 1993 to 2006, whereas forest cover decreased in those periods.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it describes data from the graph that support Martinez and colleagues’ conclusion that the Jordanelle Dam led to changes that benefited grass plants but not trees. The graph shows characteristics of the banks of the Provo River downstream of the Jordanelle Dam in three different years—1987, 1993, and 2006. Specifically, the graph shows the amount of grass cover, bare soil, and forest cover in those years. The text indicates that the Jordanelle Dam was built in 1992, meaning that the data from the graph for 1987 reflect conditions before the dam was built, whereas the data for 1993 and 2006 reflect conditions after the dam was built. The data show that grass cover increased substantially from 1987 to 1993 and again from 1993 to 2006. The data also show that forest cover declined over those periods. Together, these data support Martinez and colleagues’ conclusion that the dam was beneficial for grass plants but not for trees—grass cover increased significantly after the dam was built, while forest cover declined.
Choice A is incorrect. Although it is true that, in the graph, the lowest value for grass cover is approximately 58,000 square meters and the highest value for forest cover is approximately 75,000 square meters, both values are from 1987, before the Jordanelle Dam was built in 1992. Therefore, this information alone cannot support Martinez and colleagues’ conclusion about changes in grass and tree cover following the construction of the dam. Choice B is incorrect because it presents an inaccurate description of data from the graph. The graph shows that there was more forest cover than grass cover in 1987, not that there was more grass cover than forest cover that year. Choice C is incorrect because, while it accurately reflects data from the graph when it compares grass cover and forest cover to bare soil, these data alone cannot support Martinez and colleagues’ conclusion that the dam led to changes that benefited grass plants but not trees. An increase in grass cover relative to bare soil following the construction of the dam might indicate that the dam benefited grass plants, but the fact that there was more forest cover than bare soil in all three years doesn’t indicate that the dam failed to benefit trees.",
+ hasFigure: true,
+ figureUrl: "/practice-images/d83c3d54_svg1.svg",
+ },
+ {
+ id: "dc47c2ac",
+ type: "mcq",
+ passage:
+ "Although most songbirds build open, cupped nests, some species build domed nests with roofs that provide much more protection. Many ecologists have assumed that domed nests would provide protection from weather conditions and thus would allow species that build them to have larger geographic ranges than species that build open nests do. To evaluate this assumption, a research team led by evolutionary biologist Iliana Medina analyzed data for over 3,000 species of songbirds.
",
+ questionHtml:
+ "Which finding from Medina and her colleagues’ study, if true, would most directly challenge the assumption in the underlined sentence?",
+ choices: [
+ {
+ label: "A",
+ text: "Species that build open nests tend to have higher extinction rates than species that build domed nests.",
+ },
+ {
+ label: "B",
+ text: "Species that build open nests tend to be smaller in size than species that build domed nests.",
+ },
+ {
+ label: "C",
+ text: "Species that build open nests tend to use fewer materials to build their nests than species that build domed nests do.",
+ },
+ {
+ label: "D",
+ text: "Species that build open nests tend to have larger ranges than species that build domed nests.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents a finding that, if true, would challenge the assumption that many ecologists have made about the connection between the building of domed nests and geographic range in songbirds. The text says that many ecologists have assumed that since domed nests provide protection from weather conditions, songbird species that build such nests should be able to have larger geographic ranges than songbird species that build open nests do. If Medina and her colleagues found that species that build open nests tend to have larger geographic ranges than species that build domed nests do, their finding would show the opposite of what the ecologists have assumed. It would therefore challenge the ecologists’ assumption.
Choice A is incorrect because nothing in the text suggests that there’s a relationship between songbird species’ extinction rates and their geographic ranges. The finding that species that build open nests tend to have higher extinction rates than species that build domed nests do would therefore have no clear bearing on the ecologists’ assumption that domed nests allow species that build them to have larger geographic ranges than those of species that build open nests. Choice B is incorrect because nothing in the text suggests that there’s a relationship between songbird species’ sizes and their geographic ranges. The finding that species that build open nests tend to be smaller in size than species that build domed nests are would therefore have no clear bearing on the ecologists’ assumption that domed nests allow species that build them to have larger geographic ranges than those of species that build open nests. Choice C is incorrect because although the text indicates that many ecologists have assumed that there’s a connection between how songbird species build their nests and the species’ geographic ranges, the text says that this assumption is based on the shape of the nests—that is, whether the nests are domed or open—not the number of materials used. The finding that species that build open nests tend to use fewer materials to build their nests than species that build domed nests do would therefore have no clear bearing on the ecologists’ assumption that domed nests allow species that build them to have larger geographic ranges than those of species that build open nests.",
+ hasFigure: false,
+ },
+ {
+ id: "dd349efc",
+ type: "mcq",
+ passage:
+ "Participants’ Evaluation of the Likelihood That Robots Can Work Effectively in Different Occupations
OccupationSomewhat or very unlikely (%)Neutral (%)Somewhat or very likely (%)television news anchor24967teacher371647firefighter62930surgeon74916tour guide10882
Rows in table may not add up to 100 due to rounding.
Georgia Tech roboticists De’Aira Bryant and Ayanna Howard, along with ethicist Jason Borenstein, were interested in people’s perceptions of robots’ competence. They recruited participants and asked them how likely they think it is that a robot could do the work required in various occupations. Participants’ evaluations varied widely depending on which occupation was being considered; for example, ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the example?",
+ choices: [
+ {
+ label: "A",
+ text: "47% of participants believe that it is somewhat or very likely that a robot could work effectively as a teacher, but 37% of respondents believe that it is somewhat or very unlikely that a robot could do so.",
+ },
+ {
+ label: "B",
+ text: "9% of participants were neutral about whether a robot could work effectively as a television news anchor, which is the same percent of participants who were neutral when asked about a robot working as a surgeon.",
+ },
+ {
+ label: "C",
+ text: "82% of participants believe that it is somewhat or very likely that a robot could work effectively as a tour guide, but only 16% believe that it is somewhat or very likely that a robot could work as a surgeon.",
+ },
+ {
+ label: "D",
+ text: "62% of participants believe that it is somewhat or very unlikely that a robot could work effectively as a firefighter.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it effectively uses data from the table to complete the example of variations in participants’ evaluations. The table shows participants’ evaluations of the likelihood that robots could work effectively in different occupations. The text asserts that participants’ evaluations varied widely depending on the occupation being considered and introduces an example supporting that assertion. The data from the table showing that 82% of participants believe that it is somewhat or very likely that a robot could work effectively as a tour guide but only 16% of participants believe that it is somewhat or very likely that a robot could work effectively as a surgeon illustrate this assertion: those data show participants’ views changing substantially with the occupation being considered.
Choice A is incorrect because it does not describe data that illustrate the assertion that participants’ evaluations varied widely depending on which occupation was being considered. Although this choice accurately describes data in the table, data about participants’ responses when considering a single occupation—teaching—could not be an example of people’s views changing substantially depending on the occupation being considered. Choice B is incorrect because it identifies a similarity in participants’ responses when considering two different occupations, but the assertion that the example is intended to illustrate is that participants’ evaluations varied widely depending on the occupation being considered. Although this choice accurately describes data in the table, those data do not illustrate the assertion in the text. Choice D is incorrect because it does not describe data that illustrate the assertion that participants’ evaluations varied widely depending on which occupation was being considered. Although this choice accurately describes data in the table, data showing participants’ evaluation of just one occupation could not be an example of participants’ evaluations changing depending on the occupation under evaluation.",
+ hasFigure: false,
+ },
+ {
+ id: "dd72993d",
+ type: "mcq",
+ passage:
+ "Rivers rich in sediment appear yellow, while increases in red algae make rivers appear red. To track things like the sediment or algae content of large US rivers, John R. Gardner and colleagues used satellite data to determine the dominant visible wavelengths of light measured for various segments of these rivers. The researchers classified wavelengths of 495 nanometers (nm) and below as red, wavelengths between 495 and 560 nm as blue, and wavelengths of 560 nm and above as yellow. The researchers concluded that for the Missouri River, segments flowing into lakes tend to carry more sediment than those flowing out of lakes.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the researchers’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "The segments of the Missouri River that had higher levels of chlorophyll-a, which contributes to the green color of photosynthetic organisms, have dominant wavelengths of light between 490 and 560 nm.",
+ },
+ {
+ label: "B",
+ text: "In lakes through which segments of the Missouri River pass, the dominant wavelength of light tended to be above 560 nm near the lakes’ shores and below 560 nm in the lakes’ centers.",
+ },
+ {
+ label: "C",
+ text: "The majority of the segments of the Missouri River were found to have dominant wavelengths of light significantly higher than 560 nm.",
+ },
+ {
+ label: "D",
+ text: "Segments of the Missouri River flowing into lakes typically had dominant wavelengths of light above 560 nm, while segments flowing out of lakes typically had dominant wavelengths below 560 nm.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents a finding that, if true, would support Gardner and colleagues’ conclusion that segments of the Missouri River flowing into lakes tend to carry more sediment than do segments of the river flowing out of lakes. The text says that rivers appear yellow when they contain a lot of sediment and appear red when they contain a lot of algae. It goes on to explain that Gardner and colleagues measured the wavelengths of light for different segments of rivers in the United States and classified those wavelength measurements into colors: red for wavelengths of 495 nanometers and below, blue for wavelengths between 495 and 560 nanometers, and yellow for wavelengths of 560 nanometers and above. Combined with the earlier information about river colors, this suggests that rivers rich in sediment will have wavelengths of 560 nanometers and above (since such rivers appear yellow). If researchers found that Missouri River segments flowing into lakes tend to have wavelengths above 560 nanometers and segments flowing out of lakes tend to have wavelengths below 560 nanometers, this finding would support Gardner and colleagues’ conclusion, since it would suggest that the river tends to carry more sediment when it flows into lakes than when it flows out of lakes.
Choice A is incorrect because finding that sections of the Missouri River with high chlorophyll-a levels have wavelengths between 490 and 560 nanometers would be irrelevant to the researchers’ conclusion that segments of the river flowing into lakes are richer in sediment than are segments of the river flowing out of lakes. This finding would not indicate anything about segments flowing into or out of lakes. Choice B is incorrect because finding that lakes through which the Missouri River passes have higher wavelengths near their shores than in the center would not support the researchers’ conclusion that segments of the river flowing into lakes have more sediment than segments flowing out of lakes. This finding would suggest only that there is more sediment around the edges of lakes than in their centers, which does not have any direct bearing on the researchers’ conclusion about river segments flowing into and out of lakes. Choice C is incorrect because finding that most segments of the Missouri River have wavelengths significantly higher than 560 nanometers would suggest that most segments of the river are high in sediment, not that segments flowing into lakes are higher in sediment than segments flowing out of lakes. Only a comparison of river segments flowing into lakes with segments flowing out of lakes can support the researchers’ conclusion.",
+ hasFigure: false,
+ },
+ {
+ id: "e1546fd6",
+ type: "mcq",
+ passage:
+ "Average Nitrate and Phosphate Concentrations in Seawater after Volcanic Eruption
NutrientSeawater in lava-affected area, 5–45 meters below surfaceSeawater in lava-affected area, 75–125 meters below surfaceSeawater outside of lava-affected area, 5–45 meters below surfaceSeawater outside of lava-affected area, 75–125 meters below surfaceNitrate (micromoles per liter)3.10.4≤0.03less than or equal to 0.03≤0.01less than or equal to 0.01Phosphate (micromoles per liter)0.170.090.140.06
After a volcanic eruption spilled lava into North Pacific Ocean waters, a dramatic increase of diatoms (a kind of phytoplankton) near the surface occurred. Scientists assumed the diatoms were thriving on nutrients such as phosphate from the lava, but analysis showed these nutrients weren’t present near the surface in forms diatoms can consume. However, there was an abundance of usable nitrate, a nutrient usually found in much deeper water and almost never found in lava. Microbial oceanographer Sonya Dyhrman and colleagues believe that as the lava plunged nearly 300 meters below the surface it dislodged pockets of this nutrient, releasing it to float upward, given that ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ {
+ label: "A",
+ text: "at 5–45 meters below the surface, the average concentration of phosphate was about the same in the seawater in the lava-affected area as in the seawater outside of the lava-affected area.",
+ },
+ {
+ label: "B",
+ text: "for both depth ranges measured, the average concentrations of nitrate were substantially higher in the seawater in the lava-affected area than in the seawater outside of the lava-affected area.",
+ },
+ {
+ label: "C",
+ text: "for both depth ranges measured in the seawater in the lava-affected area, the average concentrations of nitrate were substantially higher than the average concentrations of phosphate.",
+ },
+ {
+ label: "D",
+ text: "in the seawater outside of the lava-affected area, there was little change in the average concentration of nitrate from 75–125 meters below the surface to 5–45 meters below the surface.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The claim is that the lava freed the deep nitrate, allowing it to float upward. The table supports this by showing that there was more nitrate in the lava-affected seawater at various depths above 300 meters (the depth to which the lava plunged) than in unaffected seawater.
Choice A is incorrect. This choice doesn’t complete the statement in a way that supports the claim. The claim is about nitrate, not phosphate. Choice C is incorrect. This choice doesn’t complete the statement in a way that supports the claim. The claim is only about nitrate—the concentrations of phosphate aren’t relevant. Choice D is incorrect. This choice doesn’t complete the statement in a way that supports the claim. It doesn’t say anything about the seawater inside the lava-affected area.",
+ hasFigure: false,
+ },
+ {
+ id: "e2829dd7",
+ type: "mcq",
+ passage:
+ "
All values are approximate.
The following 4 lines are shown:
females with CNO
females with saline
males with CNO
males with saline
The females with CNO line:
Begins at negative 4, 500
Rises sharply to 10, 735
Rises sharply to 24, 1,100
Rises sharply to 38, 1,400
Falls sharply to 52, 1,000
Rises gradually to 66, 1,050
Falls gradually to 80, 980
Falls sharply to 94, 735
Falls gradually to 108, 700
Falls sharply to 122, 500
Remains level to 136, 500
Falls sharply to 150, 350
The females with saline line:
Begins at negative 4, 500
Rises gradually to 10, 550
Falls gradually to 24, 505
Falls sharply to 38, 250
Falls sharply to 52, 75
Rises sharply to 66, 450
Falls gradually to 80, 350
Falls sharply to 94, 175
Remains level to 108, 175
Falls gradually to 122, 100
Rises gradually to 136, 175
Rises gradually to 150, 200
The males with CNO line:
Begins at negative 4, 450
Rises gradually to 10, 530
Rises gradually to 24, 600
Falls gradually to 38, 550
Falls gradually to 52, 530
Falls gradually to 66, 500
Falls gradually to 80, 450
Remains level to 94, 450
Rises gradually to 108, 475
Falls sharply to 122, 235
Falls gradually to 136, 210
Falls gradually to 150, 205
The males with saline line:
Begins at negative 4, 400
Rises sharply to 10, 505
Falls sharply to 24, 350
Falls gradually to 38, 275
Falls sharply to 52, 100
Rises sharply to 66, 225
Falls sharply to 80, 75
To investigate the influence of certain estrogen-responsive neurons on energy expenditure, biologist Stephanie Correa et al. treated female and male mice with either saline solution or clozapine-N4-oxide (CNO), which activates the neurons. Monitoring the activity levels of the mice by measuring how frequently the animals broke infrared beams crossing their enclosures, Correa et al. found that the mice in their study showed sex-specific differences in response to neuron activation: ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to complete the assertion?",
+ choices: [
+ {
+ label: "A",
+ text: "the four groups of mice differed greatly in their activity levels before treatment but showed identical activity levels at the end of the monitoring period.",
+ },
+ {
+ label: "B",
+ text: "saline-treated females showed substantially more activity at certain points in the monitoring period than saline-treated males did.",
+ },
+ {
+ label: "C",
+ text: "CNO-treated females showed more activity relative to saline-treated females than CNO-treated males showed relative to saline-treated males.",
+ },
+ {
+ label: "D",
+ text: "CNO-treated females showed a substantial increase and then decline in activity over the monitoring period, whereas CNO-treated males showed a substantial decline in activity followed by a steep increase.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The graph shows that the CNO-treated females were way more active than the CNO-treated males, while the saline-treated males and females (the control groups) had very similar activity levels. This supports the claim that there were sex-specific differences in the mice’s response to neuron activation.
Choice A is incorrect. This choice misreads the graph. All four groups of mice started at nearly the same activity level before treatment (see how all four points are very close together at -4 minutes, meaning four minutes before treatment). Choice B is incorrect. This choice doesn’t complete the assertion. The assertion is about the mice’s response to neuron activation, so we need to include the data about the CNO-treated females and males. Choice D is incorrect. This choice misreads the graph. The line for the CNO-treated males does not show a “substantial decline” until around 122 minutes, and there is no “steep increase” afterward.",
+ hasFigure: true,
+ figureUrl: "/practice-images/e2829dd7_svg1.svg",
+ },
+ {
+ id: "fbb84fb0",
+ type: "mcq",
+ passage:
+ "Hedda Gabler is an 1890 play by Henrik Ibsen. As a woman in the Victorian era, Hedda, the play’s central character, is unable to freely determine her own future. Instead, she seeks to influence another person’s fate, as is evident when she says to another character, ______blank
",
+ questionHtml:
+ "Which quotation from a translation of Hedda Gabler most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Then what in heaven’s name would you have me do with myself?”",
+ },
+ {
+ label: "B",
+ text: "“I want for once in my life to have power to mould a human destiny.”",
+ },
+ {
+ label: "C",
+ text: "“Then I, poor creature, have no sort of power over you?”",
+ },
+ {
+ label: "D",
+ text: "“Faithful to your principles, now and for ever! Ah, that is how a man should be!”",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most effectively illustrates the claim in the text that Hedda seeks to influence another character’s fate. In the quotation, Hedda says that she wants “to have power to mould a human destiny,” or shape a person’s fate, just as the text indicates. Additionally, the phrase “for once in my life” suggests that Hedda feels that she has never been able to shape anyone’s life, including her own, supporting the text’s assertion that she “is unable to freely determine her own future.”
Choice A is incorrect because this quotation shows Hedda being uncertain about what to do with her own life, not wanting to influence another person’s fate. Choice C is incorrect because while this quotation shows Hedda’s interest in finding out whether she has any power over another character, it doesn’t clearly show that she wants to influence that person’s fate. In this quotation, Hedda seems to have inferred or concluded (“then”) that she doesn’t have any influence over the person to whom she’s speaking, and she’s asking that person to confirm her lack of influence. Choice D is incorrect because this quotation expresses Hedda’s belief that a man should be true to his principles, not her desire to influence another person’s fate.",
+ hasFigure: false,
+ },
+];
+
+export const COMMAND_EVIDENCE_HARD: PracticeQuestion[] = [
+ {
+ id: "0045c234",
+ type: "mcq",
+ passage:
+ "Given that stars and planets initially form from the same gas and dust in space, some astronomers have posited that host stars (such as the Sun) and their planets (such as those in our solar system) are composed of the same materials, with the planets containing equal or smaller quantities of the materials that make up the host star. This idea is also supported by evidence that rocky planets in our solar system are composed of some of the same materials as the Sun.
",
+ questionHtml:
+ "Which finding, if true, would most directly weaken the astronomers’ claim?",
+ choices: [
+ {
+ label: "A",
+ text: "Most stars are made of hydrogen and helium, but when cooled they are revealed to contain small amounts of iron and silicate.",
+ },
+ {
+ label: "B",
+ text: "A nearby host star is observed to contain the same proportion of hydrogen and helium as that of the Sun.",
+ },
+ {
+ label: "C",
+ text: "Evidence emerges that the amount of iron in some rocky planets is considerably higher than the amount in their host star.",
+ },
+ {
+ label: "D",
+ text: "The method for determining the composition of rocky planets is discovered to be less effective when used to analyze other kinds of planets.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents a finding that, if true, would weaken the astronomers’ claim about the makeup of host stars and their planets. The text explains that because stars and planets begin forming from the same gas and dust, astronomers believe planets should be composed of the same materials as their host stars, but in equal or smaller quantities. The finding that the amount of iron in some rocky planets is much higher than the amount in their host star would weaken the astronomers’ claim because it would show that some planets contain the same material as their host star, but in higher quantities.
Choice A is incorrect because a finding only about the makeup of stars, whether they’ve cooled or not, would provide no information about the makeup of planets. Thus, it wouldn’t have any bearing on the claim that planets and their host stars are composed of the same materials in differing quantities. Choice B is incorrect because a finding about two host stars having similar proportions of certain materials wouldn’t provide any information about the makeup of planets. Thus, it wouldn’t be relevant to the claim that planets and their host stars are composed of the same materials in differing quantities. Choice D is incorrect because the text indicates that the astronomers’ claim is based on a fact—that stars and planets begin forming from the same gas and dust in space—which would remain true regardless of the effectiveness of a method for analysis of compositions. The text does cite analysis of rocky planets in our solar system and the Sun, but only as a single piece of evidence that is consistent with the claim and not as the source of the claim; the finding that the method used for that analysis is less effective in other scenarios wouldn’t weaken a claim that’s based on knowledge of how stars and planets initially form.",
+ hasFigure: false,
+ },
+ {
+ id: "014b3394",
+ type: "mcq",
+ passage:
+ "Average Number and Duration of Torpor Bouts and Arousal Episodes for Alaska Marmots and Arctic Ground Squirrels, 2008–2011
FeatureAlaska marmotsArctic ground squirrelstorpor bouts1210.5duration per bout13.81 days16.77 daysarousal episodes119.5duration per episode21.2 hours14.2 hours
When hibernating, Alaska marmots and Arctic ground squirrels enter a state called torpor, which minimizes the energy their bodies need to function. Often a hibernating animal will temporarily come out of torpor (called an arousal episode) and its metabolic rate will rise, burning more of the precious energy the animal needs to survive the winter. Alaska marmots hibernate in groups and therefore burn less energy keeping warm during these episodes than they would if they were alone. A researcher hypothesized that because Arctic ground squirrels hibernate alone, they would likely exhibit longer bouts of torpor and shorter arousal episodes than Alaska marmots.
",
+ questionHtml:
+ "Which choice best describes data from the table that support the researcher’s hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "The Alaska marmots’ arousal episodes lasted for days, while the Arctic ground squirrels’ arousal episodes lasted less than a day.",
+ },
+ {
+ label: "B",
+ text: "The Alaska marmots and the Arctic ground squirrels both maintained torpor for several consecutive days per bout, on average.",
+ },
+ {
+ label: "C",
+ text: "The Alaska marmots had shorter torpor bouts and longer arousal episodes than the Arctic ground squirrels did.",
+ },
+ {
+ label: "D",
+ text: "The Alaska marmots had more torpor bouts than arousal episodes, but their arousal episodes were much shorter than their torpor bouts.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it describes data from the table that support the researcher’s hypothesis. According to the text, the researcher hypothesized that Arctic ground squirrels would exhibit longer torpor bouts and shorter arousal episodes than Alaska marmots do—or, put the other way, that the marmots would show shorter torpor bouts and longer arousal episodes than the ground squirrels do. The table shows data about torpor bouts and arousal episodes for the two species from 2008 to 2011. According to the table, the average duration of torpor bouts was 13.81 days for Alaska marmots, shorter than the average of 16.77 days for Arctic ground squirrels, and the average duration of arousal episodes was 21.2 hours for Alaska marmots, longer than the average of 14.2 hours for Arctic ground squirrels. Thus, the table supports the researcher’s hypothesis by showing that Alaska marmots had shorter bouts of torpor and longer arousal episodes than Arctic ground squirrels did.
Choice A is incorrect because it inaccurately describes data from the table and doesn’t support the researcher’s hypothesis. The table shows that the average duration of arousal episodes was less than a day for both Alaska marmots (21.2 hours) and Arctic ground squirrels (14.2 hours). Additionally, information about arousal episodes for Alaska marmots and Arctic ground squirrels isn’t sufficient to support a hypothesis involving comparisons of both arousal episodes and torpor bouts for those animals. Choice B is incorrect because it doesn’t support the researcher’s hypothesis, which involves comparisons of arousal episodes as well as torpor bouts for Alaska marmots and Arctic ground squirrels. Noting that both animals had torpor bouts lasting several days, on average, doesn’t address arousal episodes at all, nor does it reveal how the animals’ torpor bouts compared. Choice D is incorrect because it doesn’t support the researcher’s hypothesis. Although the table does show that Alaska marmots had more torpor bouts (12) than arousal episodes (11) and that their arousal episodes were much shorter than their torpor bouts (21.2 hours and 13.81 days, respectively), comparing data across only Alaska marmot behaviors isn’t sufficient to support a hypothesis about torpor and arousal behaviors of both Alaska marmots and Arctic ground squirrels.",
+ hasFigure: false,
+ },
+ {
+ id: "01c1d9ee",
+ type: "mcq",
+ passage:
+ "Swahili Speakers in Three African Countries
CountryApproximate number of speakers (in millions)Estimated % of populationDemocratic Republic of the Congo2225Kenya55100Tanzania61100
Swahili is estimated to be the first language of up to 15 million people worldwide. It’s also an officially recognized language in Tanzania, Kenya, and the Democratic Republic of the Congo, which means these countries use Swahili in government documents and proceedings. But even in countries where almost everyone speaks Swahili, for many it isn’t their first language but is instead their second, third, or even fourth language.
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to support the underlined claim?",
+ choices: [
+ {
+ label: "A",
+ text: "Tanzania has approximately 61 million Swahili speakers, which is much more than the estimated total number of people worldwide for whom Swahili is their first language.",
+ },
+ {
+ label: "B",
+ text: "Tanzania is estimated to have at most 15 million Swahili speakers, while the country’s total population is approximately 61 million people.",
+ },
+ {
+ label: "C",
+ text: "Approximately 100 percent of the people who speak Swahili as their first language live in Kenya, which has a total population of approximately 55 million people.",
+ },
+ {
+ label: "D",
+ text: "Approximately 100 percent of Kenya’s population speaks Swahili, while only about 25 percent of the Democratic Republic of the Congo’s population speaks Swahili.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most effectively uses data from the table to support the underlined claim. The text indicates that Swahili is the first language of up to 15 million people worldwide. The text goes on to claim, in the underlined portion, that even in countries where nearly everyone speaks Swahili, many of the language’s speakers don’t have Swahili as their first language. The table indicates that 61 million people in Tanzania, which amounts to 100 percent of the population, speak Swahili. If 61 million people in Tanzania speak Swahili, but only 15 million people worldwide have Swahili as their first language, that means there are many people in Tanzania who speak Swahili as a language other than their first language. This information about Swahili speakers in Tanzania therefore supports the claim that many Swahili speakers in countries where nearly everyone speaks Swahili speak it as a language other than their first language (such as their second, third, or fourth language).
Choice B is incorrect because it doesn’t accurately describe information in the table. According to the table, Tanzania has 61 million Swahili speakers, not at most 15 million Swahili speakers. Additionally, the table indicates that 100 percent of Tanzania’s population speak Swahili, which means that the number of Swahili speakers in the country and the country’s total population should be the same, not that they should differ by such a large amount. Choice C is incorrect because there’s no information in the table or the text that indicates where people who speak Swahili as their first language live. Although Kenya’s total population can be inferred from the table—if Kenya has 55 million Swahili speakers and 100% of Kenya’s population speak Swahili, then Kenya must have a population of 55 million people—nothing suggests that all the people who speak Swahili as their first language live in a single country, let alone that they all live in Kenya. Choice D is incorrect. Although the table does indicate that 100 percent of Kenya’s population and 25 percent of the Democratic Republic of the Congo’s population speak Swahili, this comparison is irrelevant to the claim that Swahili isn’t the first language of many of its speakers even in countries where almost everyone speaks Swahili. On its own, a difference in the proportions of the population who speak Swahili cannot reveal whether those Swahili speakers have Swahili as their first language or a subsequent language.",
+ hasFigure: false,
+ },
+ {
+ id: "0240d11c",
+ type: "mcq",
+ passage:
+ "In the twentieth century, ethnographers made a concerted effort to collect Mexican American folklore, but they did not always agree about that folklore’s origins. Scholars such as Aurelio Espinosa claimed that Mexican American folklore derived largely from the folklore of Spain, which ruled Mexico and what is now the southwestern United States from the sixteenth to early nineteenth centuries. Scholars such as Américo Paredes, by contrast, argued that while some Spanish influence is undeniable, Mexican American folklore is mainly the product of the ongoing interactions of various cultures in Mexico and the United States.
",
+ questionHtml:
+ "Which finding, if true, would most directly support Paredes’s argument?",
+ choices: [
+ {
+ label: "A",
+ text: "The folklore that the ethnographers collected included several songs written in the form of a décima, a type of poem originating in late sixteenth-century Spain.",
+ },
+ {
+ label: "B",
+ text: "Much of the folklore that the ethnographers collected had similar elements from region to region.",
+ },
+ {
+ label: "C",
+ text: "Most of the folklore that the ethnographers collected was previously unknown to scholars.",
+ },
+ {
+ label: "D",
+ text: "Most of the folklore that the ethnographers collected consisted of corridos—ballads about history and social life—of a clearly recent origin.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents a finding that, if true, would support Paredes’s argument that Mexican-American folklore is mostly the result of cultural interactions in Mexico and the United States rather than an adaptation of Spanish folklore. The text describes a disagreement among scholars about whether Mexican-American folklore mostly derived from the folklore of Spain or originated in Mexico and the United States as cultures there have interacted. The latter view is the argument that Paredes puts forward. If Mexican-American folklore collected in the twentieth century mostly consists of ballads about history and social life that originated recently, then that would support Paredes’s argument, since it would suggest that the folklore mostly arose after Spanish rule ended in the early nineteenth century and that the folklore reflects cultural interactions in Mexico and the United States rather than traditions from Spain.
Choice A is incorrect because the inclusion of songs influenced by sixteenth-century Spanish poetry among Mexican-American folklore collected in the twentieth century would not support Paredes’s view that the folklore was the result of cultural interactions in Mexico and the United States rather than an offshoot of Spanish folklore. If anything, the presence of such songs among the folklore collected in the twentieth century would weaken Paredes’s argument, since it would reflect the influence of Spanish culture on the folklore. Choice B is incorrect because the mere presence of similarities in Mexican-American folklore across regions would not be sufficient to draw a conclusion about where the folklore originated, let alone to support Paredes’s argument that the folklore reflects cultural interactions in Mexico and the United States. In fact, since Paredes argued that Mexican-American folklore is the product of various cultures interacting in Mexico and the United States, he would likely expect there to be regional variations in folklore as different cultures have interacted in different places. Choice C is incorrect because scholars’ previous ignorance of the folklore would have no bearing on Paredes’s argument that Mexican-American folklore mostly reflects cultural interactions in Mexico and the United States. The folklore’s origins are independent of scholars’ knowledge of the folklore.",
+ hasFigure: false,
+ },
+ {
+ id: "02848335",
+ type: "mcq",
+ passage:
+ "
For each data category, the following bars are shown:
spray coating
spin coating
The data for the 2 categories are as follows:
lowest performing:
spray coating: 15.48%
spin coating: 11.70%
highest performing:
spray coating: 17.26%
spin coating: 13.56%
Perovskite solar cells convert light into electricity more efficiently than earlier kinds of solar cells, and manufacturing advances have recently made them commercially attractive. One limitation of the cells, however, has to do with their electron transport layer (ETL), through which absorbed electrons must pass. Often the ETL is applied through a process called spin coating, but such ETLs are fairly inefficient at converting input power to output power. André Taylor and colleagues tested a novel spray coating method for applying the ETL. The team produced ETLs of various thicknesses and concluded that spray coating holds promise for improving the power conversion efficiency of ETLs in perovskite solar cells.",
+ questionHtml:
+ "Which choice best describes data from the graph that support Taylor and colleagues’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "Both the ETL applied through spin coating and the ETL applied through spray coating showed a power conversion efficiency greater than 10% at their lowest performing thickness.",
+ },
+ {
+ label: "B",
+ text: "The lowest performing ETL applied through spray coating had a higher power conversion efficiency than the highest performing ETL applied through spin coating.",
+ },
+ {
+ label: "C",
+ text: "The highest performing ETL applied through spray coating showed a power conversion efficiency of approximately 13%, while the highest performing ETL applied through spin coating showed a power conversion efficiency of approximately 11%.",
+ },
+ {
+ label: "D",
+ text: "There was a substantial difference in power conversion efficiency between the lowest and highest performing ETLs applied through spray coating.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it describes data from the graph that support Taylor and colleagues’ conclusion that spray coating holds promise for improving the power conversion efficiency of ETLs in perovskite solar cells. The text explains that perovskite solar cells’ efficiency at converting light into electricity is diminished by their electron transport layer (ETL), which is applied through spin coating, but that Taylor’s team devised a new spray coating method for applying the ETL that improves its power conversion efficiency. The graph displays data on the power conversion efficiency of solar cells in tests conducted by Taylor’s team, with bars for both the highest- and lowest-performing ETLs in two data categories: spray coating and spin coating. According to the graph, the lowest-performing ETL applied through spray coating had a power conversion efficiency of between 14% and 16%, while the highest-performing ETL applied through spin coating had a power conversion efficiency of less than 14%. These data confirm that ETLs applied through novel spray coating are more efficient than those applied though traditional spin coating. Thus, the data support Taylor and colleagues’ conclusion about spray coating’s potential value.
Choice A is incorrect. Although this claim correctly describes the data in the graph by stating that both the lowest-performing ETL applied through spin coating and the lowest-performing ETL applied through spray coating had a power conversion efficiency greater than 10%, this relationship in the data doesn’t support or relate to Taylor and colleagues’ conclusion that spray coating promises greater efficiency for solar cells than traditional spin coating does. Choice C is incorrect. This claim does address the greater power conversion efficiency of the highest-performing ETL applied through spray coating, compared with the highest-performing ETL applied through spin coating. However, it also incorrectly cites the value for the efficiency of the highest-performing ETL applied through spray coating as approximately 13%, instead of a value between 14% and 16%, and the value for the efficiency of the highest-performing ETL applied through spin coating as approximately 11%, instead of a value between 12% and 14%, as shown in the graph. Choice D is incorrect because Taylor and colleagues’ conclusion is based on the difference in the power conversion efficiency of ETLs applied through spray coating and that of ETLs applied through spin coating, not on the difference between the highest- and lowest-performing ETLs applied through just spray coating.",
+ hasFigure: true,
+ figureUrl: "/practice-images/02848335_svg1.svg",
+ },
+ {
+ id: "04cbeca3",
+ type: "mcq",
+ passage:
+ "In 1534 CE, King Henry VIII of England split with the Catholic Church and declared himself head of the Church of England, in part because Pope Clement VII refused to annul his marriage to Catherine of Aragon. Two years later, Henry VIII introduced a policy titled the Dissolution of the Monasteries that by 1540 had resulted in the closure of all Catholic monasteries in England and the confiscation of their estates. Some historians assert that the enactment of the policy was primarily motivated by perceived financial opportunities.
",
+ questionHtml:
+ "Which quotation from a scholarly article best supports the assertion of the historians mentioned in the text?",
+ choices: [
+ {
+ label: "A",
+ text: "“At the time of the Dissolution of the Monasteries, about 2 percent of the adult male population of England were monks; by 1690, the proportion of the adult male population who were monks was less than 1 percent.”",
+ },
+ {
+ label: "B",
+ text: "“A contemporary description of the Dissolution of the Monasteries, Michael Sherbrook’s Falle of the Religious Howses, recounts witness testimony that monks were allowed to keep the contents of their cells and that the monastery timber was purchased by local yeomen.”",
+ },
+ {
+ label: "C",
+ text: "“In 1535, the year before enacting the Dissolution of the Monasteries, Henry commissioned a survey of the value of church holdings in England—the work, performed by sheriffs, bishops, and magistrates, began that January and was swiftly completed by the summer.”",
+ },
+ {
+ label: "D",
+ text: "“The October 1536 revolt known as the Pilgrimage of Grace had several economic motives: high food prices due to a poor harvest the prior year; the Dissolution of the Monasteries, which closed reliable sources of food and shelter for many; and rents and taxes throughout Northern England that were not merely high but predatory.”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The fact that Henry VIII commissioned a survey of church holdings just before enacting the Dissolution of the Monasteries suggests that he was interested in the potential profits from claiming their assets. This supports the historians’ assertion.
Choice A is incorrect. This choice describes a potential effect of the Dissolution of the Monasteries. The decrease in the proportion of monks in England isn’t relevant to the question of Henry VIII’s motivations. Choice B is incorrect. Details about how the monks were treated during the dissolution don’t address Henry VIII’s motivations for enacting the policy in the first place. That the monks could keep the content of their cells (their rooms) and sell off the timber they’d harvested has no impact on the value of the monasteries’ estates—their land holdings. Choice D is incorrect. This choice mentions one impact that the Dissolution of the Monasteries contributed to, two years after it happened. But it doesn’t help explain why Henry VIII might have wanted to enact the policy in the first place.",
+ hasFigure: false,
+ },
+ {
+ id: "09f9edb0",
+ type: "mcq",
+ passage:
+ "In the 1980s, many musicians and journalists in the English-speaking world began to draw attention to music from around the globe—such as mbaqanga from South Africa and quan họ from Vietnam—that can’t be easily categorized according to British or North American popular music genres, typically referring to such music as “world music.” While some scholars have welcomed this development for bringing diverse musical forms to prominence in countries where they’d previously been overlooked, musicologist Su Zheng claims that the concept of world music homogenizes highly distinct traditions by reducing them all to a single category.
",
+ questionHtml:
+ "Which finding about mbaqanga and quan họ, if true, would most directly support Zheng’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "Mbaqanga and quan họ developed independently of each other and have little in common musically.",
+ },
+ {
+ label: "B",
+ text: "Mbaqanga is significantly more popular in the English-speaking world than quan họ is.",
+ },
+ {
+ label: "C",
+ text: "Mbaqanga and quan họ are now performed by a diverse array of musicians with no direct connections to South Africa or Vietnam.",
+ },
+ {
+ label: "D",
+ text: "Mbaqanga and quan họ are highly distinct from British and North American popular music genres but similar to each other.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Zheng’s claim is that the idea of world music “homogenizes” (meaning makes similar) distinct kinds of music by reducing them to one category. In other words, Zheng thinks the concept of world music is a harmful oversimplification of diverse musical forms. To support this claim, we need evidence that these musical traditions are so different from one another that they should not fall into the same category. If it’s true that mbaqanga and quan họ developed separately and have little in common musically, then it wouldn’t make sense to lump them into the same category.
Choice B is incorrect. If true, this wouldn’t affect the claim. To support the claim, we need evidence that these musical traditions are so different from one another that they should not fall into the same category. A difference in popularity doesn’t necessarily mean that the two musical traditions shouldn’t be categorized together: instead, we need to know if the music itself is similar or different. Choice C is incorrect. If true, this wouldn’t affect the claim. To support the claim, we need evidence that these musical traditions are so different from each other that they should not fall into the same category. This choice doesn’t do that. Choice D is incorrect. If true, this would actually weaken the claim. Zheng thinks it’s reductive or oversimplifying to put distinct musical traditions into a single category. But if mbaqanga and quan họ are similar to each other, then it would make sense to put them in the same category.",
+ hasFigure: false,
+ },
+ {
+ id: "124fdcd7",
+ type: "mcq",
+ passage:
+ "Many archaeologists will tell you that categorizing excavated fragments of pottery by style, period, and what objects they belong to relies not only on standard criteria, but also on instinct developed over years of practice. In a recent study, however, researchers trained a deep-learning computer model on thousands of images of pottery fragments and found that it could categorize them as accurately as a team of expert archaeologists. Some archaeologists have expressed concern that they might be replaced by such computer models, but the researchers claim that outcome is highly unlikely.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the researchers’ claim?",
+ choices: [
+ {
+ label: "A",
+ text: "In the researchers’ study, the model was able to categorize the pottery fragments much more quickly than the archaeologists could.",
+ },
+ {
+ label: "B",
+ text: "In the researchers’ study, neither the model nor the archeologists were able to accurately categorize all the pottery fragments that were presented.",
+ },
+ {
+ label: "C",
+ text: "A survey of archaeologists showed that categorizing pottery fragments limits the amount of time they can dedicate to other important tasks that only human experts can do.",
+ },
+ {
+ label: "D",
+ text: "A survey of archaeologists showed that few of them received dedicated training in how to properly categorize pottery fragments.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents a finding that, if true, would support the researchers’ claim that archaeologists are unlikely to be replaced by certain computer models. The text explains that although archaeologists hold that categorizing pottery fragments relies on both objective criteria and instinct developed through direct experience, researchers have found that a computer model can categorize the fragments with the same degree of accuracy as the humans can—a finding that has caused some archaeologists to worry that their own work won’t be needed any longer. If survey results indicate that categorizing pottery fragments limits the amount of time archaeologists can dedicate to other important tasks that only human experts can do, that would mean that computer models aren’t able to do all of the important things archaeologists do, thus supporting the researchers’ claim that computer models are unlikely to replace human archaeologists.
Choice A is incorrect because if it were true that the computer model could categorize the pottery fragments much more quickly than the archaeologists could, that would weaken the researchers’ claim that archaeologists are unlikely to be replaced by certain computer models, since it would demonstrate that the models could conduct the archaeologists’ work not only with equal accuracy but also at a faster pace. Choice B is incorrect because the inability of both the computer model and the archaeologists to accurately categorize all of the pottery fragments presented wouldn’t support the researchers’ claim that archaeologists are unlikely to be replaced by certain computer models. The text indicates that some archaeologists are worried because the computer model’s accuracy is equal to their own, and that could be the case whether both were perfectly accurate or were unable to achieve complete accuracy. Choice D is incorrect because survey results showing that few archaeologists received special training in properly categorizing pottery fragments wouldn’t support the researchers’ claim that archaeologists are unlikely to be replaced by certain computer models. The amount of special training in categorizing pottery fragments that archaeologists have received has no direct bearing on whether computer models’ success at categorizing fragments will lead to the models replacing the archaeologists.",
+ hasFigure: false,
+ },
+ {
+ id: "156ff681",
+ type: "mcq",
+ passage:
+ "Many governments that regularly transfer money to individuals—to provide supplemental incomes for senior citizens, for example—have long done so electronically, but other countries typically have distributed physical money and have only recently developed electronic transfer infrastructure. Researchers studied the introduction of an electronic transfer system in one such location and found that recipients of electronic transfers consumed a different array of foods than recipients of physical transfers of the same amount did. One potential explanation for this result is that individuals conceive of and allocate funds in physical money differently than they conceive of and allocate funds in electronic form.
",
+ questionHtml:
+ "Which finding from the study, if true, would most directly weaken the potential explanation?",
+ choices: [
+ {
+ label: "A",
+ text: "Recipients of electronic transfers typically spent their funds at a slower rate than recipients of physical transfers did.",
+ },
+ {
+ label: "B",
+ text: "Nearly every recipient of an electronic transfer withdrew the entire amount in physical money shortly after receiving the transfer.",
+ },
+ {
+ label: "C",
+ text: "Recipients of physical transfers tended to purchase food about as frequently as recipients of electronic transfers did.",
+ },
+ {
+ label: "D",
+ text: "Some recipients of physical transfers received small amounts of money relatively frequently, while others received large amounts relatively infrequently.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. This would weaken the explanation. If the recipients of electronic money immediately withdrew it all as physical money, then both kinds of recipients ended up spending physical money on food. So there must be some other explanation why those who initially received electronic money ate different kinds of food.
Choice A is incorrect. This wouldn’t weaken the explanation. If anything, it actually supports it: it demonstrates that recipients of electronic money and recipients of physical money have different spending habits. Choice C is incorrect. This wouldn’t weaken the explanation. The explanation we’re testing this choice against is about the way that people might “conceive of and allocate” physical and electronic funds differently. This choice only focuses on the timing, not what they spend the money on. Choice D is incorrect. This would have no impact on the explanation. It doesn’t tell us anything about possible differences between the spending habits of those who spend physical money and those who spend money electronically.",
+ hasFigure: false,
+ },
+ {
+ id: "20583752",
+ type: "mcq",
+ passage:
+ "“The Poet Walt Whitman” is an 1887 essay by José Martí, a Cuban author and political activist, originally written in Spanish. In the essay, Martí explores the value of literature, arguing that a society’s spiritual well-being depends on the character of its literary culture: ______blank
",
+ questionHtml:
+ "Which quotation from a translation of “The Poet Walt Whitman” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Poetry, which brings together or separates, which fortifies or brings anguish, which shores up or demolishes souls, which gives or robs men of faith and vigor, is more necessary to a people than industry itself, for industry provides them with a means of subsistence, while literature gives them the desire and strength for life.”",
+ },
+ {
+ label: "B",
+ text: "“Every society brings to literature its own form of expression, and the history of the nations can be told with greater truth by the stages of literature than by chronicles and decades.”",
+ },
+ {
+ label: "C",
+ text: "“Where will a race of men go when they have lost the habit of thinking with faith about the scope and meaning of their actions? The best among them, those who consecrate Nature with their sacred desire for the future, will lose, in a sordid and painful annihilation, all stimulus to alleviate the ugliness of humanity.”",
+ },
+ {
+ label: "D",
+ text: "“Listen to the song of this hardworking and satisfied nation; listen to Walt Whitman. The exercise of himself exalts him to majesty, tolerance exalts him to justice, and order to joy.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most effectively illustrates the claim that Martí argues that a society’s spiritual well-being depends on the character of its literary culture. In the quotation, Martí asserts that poetry is “more necessary to a people than industry itself” and that it has the power to provide people with “faith and vigor.” He also adds that literature gives people “the desire and strength for life.” Therefore, this quotation shows that Martí believes that literature is a societal necessity because it uplifts people and nourishes their spiritual well-being.
Choice B is incorrect. Although this quotation emphasizes the importance of literature, it focuses on how the nature of a society is reflected in that society’s literature rather than on literature’s value for people’s spiritual well-being. Choice C is incorrect. Although this quotation involves an element of spirituality, it doesn’t discuss literature. The quotation instead focuses on humanity’s actions. Choice D is incorrect because this quotation mainly focuses on the importance of Walt Whitman rather than on the value of literature in general.",
+ hasFigure: false,
+ },
+ {
+ id: "24c1b7e4",
+ type: "mcq",
+ passage:
+ "Percentage Point Changes in US Federal Outlays Relative to GDP by Congressional Status
PeriodCongressional statusChange in total outlaysChange in nondefense outlaysChange in defense outlays1981–1988divided−0.4−1.30.91975–1976divided2.73.0−0.31977–1980undivided0.30.6−0.31964–1968undivided1.91.40.51969–1974divided−1.82.1−3.9
Economist Steve H. Hanke has shown that divided US Congresses—which occur when one party holds the majority in the House of Representatives and another holds the majority in the Senate—tend to accompany reductions in total federal outlays (spending) relative to gross domestic product (GDP), which Hanke interprets to reflect decreases in government size. Hanke calculated the percentage point change in total outlays (encompassing nondefense and defense outlays) for consecutive US Congresses. Hanke has pointed to his calculations as evidence that a divided Congress may be a “necessary but not sufficient condition” for a decrease in government size to occur.
",
+ questionHtml:
+ "Which choice best describes data from the table that support the underlined claim?",
+ choices: [
+ {
+ label: "A",
+ text: "The periods of undivided Congresses were associated with increases in nondefense outlays, whereas all the periods of divided Congresses except one were associated with reductions in defense outlays.",
+ },
+ {
+ label: "B",
+ text: "All the periods of divided Congresses were associated with reductions in total outlays, although two periods were also associated with increases in nondefense outlays.",
+ },
+ {
+ label: "C",
+ text: "The periods of undivided Congresses were associated with increases in total outlays, whereas all the periods of divided Congresses were associated with reductions in either nondefense outlays or defense outlays.",
+ },
+ {
+ label: "D",
+ text: "All the periods of divided Congresses except one were associated with reductions in total outlays, whereas the periods of undivided Congresses were associated with increases in total outlays.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The claim is that divided Congresses are necessary but insufficient—that is, we need divide Congresses, but they are not enough—to decrease government size, as measured by total federal outlays. This choice accurately expresses the supporting data from the “change in total outlays” part of the graph. Within the data set, divided Congresses sometimes decreased total outlays, but undivided ones never did.
Choice A is incorrect. The claim is only about government size, as measured by total federal outlays—defense and nondefense outlays aren’t relevant. Choice B is incorrect. The claim is only about government size as measured by total federal outlays—nondefense outlays aren’t relevant. Choice C is incorrect. The claim is only about government size as measured by total federal outlays—specific information about defense or nondefense outlays isn’t relevant.",
+ hasFigure: false,
+ },
+ {
+ id: "2c06139b",
+ type: "mcq",
+ passage:
+ "Tadpole Body Mass and Toxin Production after Three Weeks in Ponds
Population densityAverage tadpole body mass (milligrams)Average number of distinct bufadienolide toxins per tadpoleAverage amount of bufadienolide per tadpole (nanograms)Average bufadienolide concentration (nanograms per milligram of tadpole body mass)High193.8722.695,815.51374.22Medium254.5621.655,525.72230.10Low258.9722.084,664.99171.43
Ecologist Veronika Bókony and colleagues investigated within-species competition among common toads (Bufo bufo), a species that secretes various unpleasant-tasting toxins called bufadienolides in response to threats. The researchers tested B. bufo tadpoles’ responses to different levels of competition by creating ponds with different tadpole population densities but a fixed amount of food. Based on analysis of the tadpoles after three weeks, the researchers concluded that increased competition drove bufadienolide production at the expense of growth.
",
+ questionHtml:
+ "Which choice uses data from the table to most effectively support the researchers’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "The difference in average tadpole body mass was small between the low and medium population density conditions and substantially larger between the low and high population density conditions.",
+ },
+ {
+ label: "B",
+ text: "Tadpoles in the low and medium population density conditions had substantially lower average bufadienolide concentrations but had greater average body masses than those in the high population density condition.",
+ },
+ {
+ label: "C",
+ text: "Tadpoles in the high population density condition displayed a relatively modest increase in the average amount of bufadienolide but roughly double the average bufadienolide concentration compared to those in the low population density condition.",
+ },
+ {
+ label: "D",
+ text: "Tadpoles produced approximately the same number of different bufadienolide toxins per individual across the population density conditions, but average tadpole body mass decreased as population density increased.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. This data shows that the tadpoles in the high-density pond (meaning those with the most competition) didn’t grow as big as the other two groups but produced more bufadienolide.
Choice A is incorrect. This doesn’t fully support the conclusion. It doesn’t include any data about bufadienolide production. Choice C is incorrect. This doesn’t fully support the conclusion. It doesn’t include any data about growth. Choice D is incorrect. This doesn’t fully support the conclusion. It doesn’t demonstrate that the tadpoles in the high-density pond produced more bufadienolide overall. The fact that they didn’t produce more kinds of bufadienolide isn’t relevant to the conclusion.",
+ hasFigure: false,
+ },
+ {
+ id: "35ec767c",
+ type: "mcq",
+ passage:
+ "Corn-Related Vocabulary in Various Southeastern Languages
Language familyWord (language)English translationProposed origin in vocabulary of the Totozoquean language familyMuskogeantanchi’ (Chickasaw); tanchi (Choctaw); vce (Muscogee, pronounced “uh-chi”)cornnoIroquoianse-lu (Cherokee)cornnoCaddoan-k’as- (Caddo)dried cornyesChitimachak’asma (Chitimacha)cornyes
In Caddo, a language from what is now the US Southeast, vocabulary pertaining to corn cultivation resembles equivalent vocabulary in the Totozoquean language family in Mexico. This resemblance is perhaps attributable to cultural contact: such words could have entered Caddo through the intermediary of the neighboring but unrelated Chitimacha language, concurrent with the dissemination of corn itself from Mexico into the Southeast after 700 CE. That the vocabulary pertaining to domestic crops accompanies them as they diffuse into new regions is an established phenomenon globally. Crops may also be decoupled from vocabulary altogether: corn cultivation became ubiquitous among the Southeastern tribes, yet ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ {
+ label: "A",
+ text: "the origins of vocabulary pertaining to the crop vary across languages in the region, with the words for corn in Cherokee and the Muskogean languages showing no demonstrable relationship to Totozoquean vocabulary.",
+ },
+ {
+ label: "B",
+ text: "the region is linguistically diverse, being home not only to Chitimacha and Caddo, but also to the Muskogean language family (including Chickasaw, Choctaw, and Muscogee) and to one Iroquoian language (Cherokee).",
+ },
+ {
+ label: "C",
+ text: "corn-related vocabulary underwent changes when entering other, unrelated languages, as can be seen by the divergence of the Caddo word from the Chitimacha word it originated in.",
+ },
+ {
+ label: "D",
+ text: "words for corn in the languages of the Muskogean family evolved from a common root, with the Muscogee word having lost certain consonant sounds still present in the Chickasaw and Choctaw words.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The table provides evidence that the words for corn in the Cherokee and Muskogean languages appear unrelated to those in Caddo language, which is described as closely related to the Totozoquean language family. This supports the claim that corn cultivation spread across the Southeast without necessarily spreading Totozoquean vocabulary along with it.
Choice B is incorrect. This choice emphasizes the diversity of Southeastern languages in general, but we’re specifically looking for information about words associated with corn. Choice C is incorrect. This choice shows how words for corn can change and evolve, but we’re looking for an example that shows how some words for corn can be completely unrelated. Choice D is incorrect. This choice shows words for corn that share a common root, but we’re looking for an example that shows how some words for corn can be unrelated.",
+ hasFigure: false,
+ },
+ {
+ id: "378c66d5",
+ type: "mcq",
+ passage:
+ "A member of the Otomi, an Indigenous people in Central Mexico, Octavio Medellín immigrated to the United States as a child, and his sculpture bears the impress of traditions on both sides of the border: US-based modernist sculpture, Mexican modernist painting, Otomi art, and the ancient sculpture of other Mexican Indigenous peoples, including the Maya. In his 1950 masterpiece History of Mexico, Medellín fuses these influences into a style so idiosyncratic that it resists efforts to view his work through the lens of nationality or cultural identity. Artists, he insisted, should strive for individual expression, even as they draw inspiration from their heritage and the communities where they live and work.
",
+ questionHtml:
+ "Which quotation from an art critic most directly challenges the underlined claim in the text?",
+ choices: [
+ {
+ label: "A",
+ text: "“Although a number of ancient Indigenous artistic traditions pictured human forms in profile, the forms populating the surface of A History of Mexico suggest a specifically Maya influence.”",
+ },
+ {
+ label: "B",
+ text: "“In A History of Mexico, the synthesis of ancient and modernist traditions functions as a stylistic parallel to the work’s subject matter: a survey of centuries of Mexican history.”",
+ },
+ {
+ label: "C",
+ text: "“Many critics focus on Indigenous influences in A History of Mexico and other key works by Medellín to the exclusion of influences from non-Indigenous art.”",
+ },
+ {
+ label: "D",
+ text: "“While A History of Mexico features modernist motifs, it relies primarily on angular human forms in profile—a staple of Maya sculpture—and thus invites classification as Indigenous art.”",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This critic challenges the claim by arguing that A History of Mexico is not so idiosyncratic (unique) as to resist classification because its use of Maya-style human profiles actually “invites classification as Indigenous art.” Therefore, according to this critic, the work can be viewed, at least partially, through a lens of national or cultural identity.
Choice A is incorrect. While it describes the Maya influence on a particular aspect of A History of Mexico, this quotation doesn’t push back on Medellín’s “idiosyncratic” (unique) style, nor does it try to categorize the entire work into a single cultural tradition. Choice B is incorrect. This choice doesn’t directly challenge the underlined claim, but rather supports it. It suggests that the work effectively blends a variety of artistic products to create a single work that can’t be defined by any one tradition. Instead, the work recalls many centuries of history and culture all at once. Choice C is incorrect. This choice supports rather than challenges the underlined claim. The quotation argues that other critics focus too much on Indigenous influences on the artwork instead of viewing all of the influences equally—that they should instead be viewing the work as an idiosyncratic whole instead of through one or two narrow cultural lenses.",
+ hasFigure: false,
+ },
+ {
+ id: "37e15265",
+ type: "mcq",
+ passage:
+ "“The Young Girl” is a 1920 short story by Katherine Mansfield. In the story, the narrator takes an unnamed seventeen-year-old girl and her younger brother out for a meal. In describing the teenager, Mansfield frequently contrasts the character’s pleasant appearance with her unpleasant attitude, as when Mansfield writes of the teenager, ______blank
",
+ questionHtml:
+ "Which quotation from “The Young Girl” most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“I heard her murmur, ‘I can’t bear flowers on a table.’ They had evidently been giving her intense pain, for she positively closed her eyes as I moved them away.”",
+ },
+ {
+ label: "B",
+ text: "“While we waited she took out a little, gold powder-box with a mirror in the lid, shook the poor little puff as though she loathed it, and dabbed her lovely nose.”",
+ },
+ {
+ label: "C",
+ text: "“I saw, after that, she couldn’t stand this place a moment longer, and, indeed, she jumped up and turned away while I went through the vulgar act of paying for the tea.”",
+ },
+ {
+ label: "D",
+ text: "“She didn’t even take her gloves off. She lowered her eyes and drummed on the table. When a faint violin sounded she winced and bit her lip again. Silence.”",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most effectively illustrates the claim in the text that in describing the teenaged girl, Mansfield contrasts the character’s pleasant appearance with her unpleasant attitude. In the quotation, Mansfield describes the teenager as having a “lovely nose” (a compliment about her appearance) but also as treating her makeup puff “as though she loathed it” (a judgment suggesting her unpleasant attitude).
Choice A is incorrect because the teenager′s reaction to the flowers doesn’t make it clear that she has an unpleasant attitude, and nothing in the quotation indicates that any part of her appearance is pleasant. Choice C is incorrect because the quotation suggests that the teenager has an unpleasant attitude (being upset with the location and leaving the table before the narrator has paid for the meal) but doesn’t give any indication that she has a pleasant appearance. Choice D is incorrect because the quotation suggests that the teenager may have an unpleasant attitude (lowering her eyes, wincing, and sitting in silence) but doesn’t give any indication that any part of her appearance is pleasant.",
+ hasFigure: false,
+ },
+ {
+ id: "39e440e4",
+ type: "mcq",
+ passage:
+ "Archaeologists have held that the Casarabe culture, which emerged in the southwestern Amazon basin in the first millennium CE, was characterized by a sparse, widely distributed population and little intervention in the surrounding wilderness. Recently, however, archaeologist Heiko Prümers and colleagues conducted a study of the region using remote-sensing technology that enabled them to create three-dimensional images of the jungle-covered landscape from above, and the researchers concluded that the Casarabe people developed a form of urbanism in the Amazon basin.
",
+ questionHtml:
+ "Which finding about the remote-sensing images, if true, would most directly support Prümers and colleagues’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "They show shapes consistent with widely separated settlements of roughly equal small size surrounded by uncultivated jungle.",
+ },
+ {
+ label: "B",
+ text: "They show shapes consistent with long-distance footpaths running from Casarabe territories to large cities outside the region inhabited by the Casarabe people.",
+ },
+ {
+ label: "C",
+ text: "They show shapes consistent with scattered small farms created by clearing jungle areas near sources of fresh water.",
+ },
+ {
+ label: "D",
+ text: "They show shapes consistent with monumental platforms and dense central settlements linked to smaller settlements by a system of canals and roadways.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This finding, if true, would support the archaeologists’ conclusion. Dense central settlements linked to smaller ones would provide evidence of cities and suburbs—in other words, “a form of urbanism.”
Choice A is incorrect. This finding, if true, would weaken the archaeologists’ conclusion. Widely separated, small settlements with jungle in between would support the long-held belief that the Casarabe culture “was characterized by a sparse, widely distributed population and little intervention in the surrounding wilderness.” Choice B is incorrect. This choice wouldn’t support the researchers’ conclusion. These large cities are located outside Casarabe territory, which doesn’t show evidence of Casarabe urbanism. Choice C is incorrect. This finding wouldn’t support the archaeologists’ conclusion. Scattered small farms in jungle clearings are not good evidence to support the existence of cities (“a form of urbanism”).",
+ hasFigure: false,
+ },
+ {
+ id: "3bfcb73b",
+ type: "mcq",
+ passage:
+ "An archaeological team led by Piotr Bieliński and Sultan al-Bakri found remnants of a 4,000-year-old Bronze Age board game at a site in Oman. Little is left of the game except a stone board, which is carved with a grid and has places to hold game pieces. Some scholars claim that the game was largely played by traders.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the scholars’ claim?",
+ choices: [
+ {
+ label: "A",
+ text: "Other examples of the game dating to the same period have been found in the remains of several homes in the region, including in one home that may have belonged to a trader.",
+ },
+ {
+ label: "B",
+ text: "Similar games have been found in other sites dating to the same period that were connected to the site in Oman via trade routes.",
+ },
+ {
+ label: "C",
+ text: "The other known examples of the game dating to the same period have been found along routes that seem to have been used primarily by traders at the time.",
+ },
+ {
+ label: "D",
+ text: "Remnants of other goods have been found at the site in Oman that probably also reached the location through trade.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents a finding that, if true, would most directly support the scholars’ claim about the board game. The text explains that the remains of a 4,000-year-old board game were found in Oman. The text then states that scholars claim this board game was played mostly by traders. If the other known examples of this board game from the same time period were discovered along routes that seem to have been used primarily by traders, this finding would directly support the scholars’ claim because it suggests that the game was largely played by traders who brought it with them for entertainment as they traveled.
Choice A is incorrect because this finding would suggest only that a single trader may have possessed examples of the board game, perhaps for the purpose of trading or selling the game to residents of Oman. For this reason, the finding wouldn’t directly support the scholars’ claim that the majority of the game’s players were traders. Choice B is incorrect because this finding doesn’t mention the board game at all, referring only to similar games found at other sites, and would therefore provide no direct support for the scholars’ claim about the board game. Choice D is incorrect because this finding doesn’t mention the board game at all, referring only to the remains of other goods found at the site in Oman, and would therefore provide no direct support for the scholars’ claim about the board game.",
+ hasFigure: false,
+ },
+ {
+ id: "3d91c973",
+ type: "mcq",
+ passage:
+ "Mosasaurs were large marine reptiles that lived in the Late Cretaceous period, approximately 100 million to 66 million years ago. Celina Suarez, Alberto Pérez-Huerta, and T. Lynn Harrell Jr. examined oxygen-18 isotopes in mosasaur tooth enamel in order to calculate likely mosasaur body temperatures and determined that mosasaurs were endothermic—that is, they used internal metabolic processes to maintain a stable body temperature in a variety of ambient temperatures. Suarez, Pérez-Huerta, and Harrell claim that endothermy would have enabled mosasaurs to include relatively cold polar waters in their range.
",
+ questionHtml:
+ "Which finding, if true, would most directly support Suarez, Pérez-Huerta, and Harrell’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "Mosasaurs’ likely body temperatures are easier to determine from tooth enamel oxygen-18 isotope data than the body temperatures of nonendothermic Late Cretaceous marine reptiles are.",
+ },
+ {
+ label: "B",
+ text: "Fossils of both mosasaurs and nonendothermic marine reptiles have been found in roughly equal numbers in regions known to be near the poles during the Late Cretaceous, though in lower concentrations than elsewhere.",
+ },
+ {
+ label: "C",
+ text: "Several mosasaur fossils have been found in regions known to be near the poles during the Late Cretaceous, while relatively few fossils of nonendothermic marine reptiles have been found in those locations.",
+ },
+ {
+ label: "D",
+ text: "During the Late Cretaceous, seawater temperatures were likely higher throughout mosasaurs’ range, including near the poles, than seawater temperatures at those same latitudes are today.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents the finding that, if true, would best support Suarez, Pérez-Huerta, and Harrell’s claim about mosasaurs. The text states that Suarez, Pérez-Huerta, and Harrell’s research on mosasaur tooth enamel led them to conclude that mosasaurs were endothermic, which means that they could live in waters at many different temperatures and still maintain a stable body temperature. The researchers claim that endothermy enabled mosasaurs to live in relatively cold waters near the poles. If several mosasaur fossils have been found in areas that were near the poles during the period when mosasaurs were alive and fossils of nonendothermic marine reptiles are rare in such locations, that would support the researchers’ claim: it would show that mosasaurs inhabited polar waters but nonendothermic marine mammals tended not to, suggesting that endothermy may have been the characteristic that enabled mosasaurs to include polar waters in their range.
Choice A is incorrect because finding that it’s easier to determine mosasaur body temperatures from tooth enamel data than it is to determine nonendothermic reptile body temperatures wouldn’t support the researchers’ claim. Whether one research process is more difficult than another indicates nothing about the results of those processes and therefore is irrelevant to the issue of where mosasaurs lived and what enabled them to live in those locations.
Choice B is incorrect because finding roughly equal numbers of mosasaur and nonendothermic marine reptile fossils in areas that were near the poles in the Late Cretaceous would suggest that endothermy didn’t give mosasaurs any particular advantage when it came to expanding their range to include relatively cold polar waters, thereby weakening the researchers’ claim rather than supporting it. Choice D is incorrect because finding that the temperature of seawater in the Late Cretaceous was warmer than seawater today wouldn’t weaken the researchers’ claim. Seawater in the Late Cretaceous could have been warmer than seawater today but still cold enough for endothermy to be advantageous to mosasaurs, so this finding wouldn’t provide enough information to either support or weaken the researchers’ claim.",
+ hasFigure: false,
+ },
+ {
+ id: "3f4ab688",
+ type: "mcq",
+ passage:
+ "In a research paper, a student criticizes some historians of modern African politics, claiming that they have evaluated Patrice Lumumba, the first prime minister of what is now the Democratic Republic of the Congo, primarily as a symbol rather than in terms of his actions.
",
+ questionHtml:
+ "Which quotation from a work by a historian would best illustrate the student’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Lumumba is a difficult figure to evaluate due to the starkly conflicting opinions he inspired during his life and continues to inspire today.”",
+ },
+ {
+ label: "B",
+ text: "“The available information makes it clear that Lumumba’s political beliefs and values were largely consistent throughout his career.”",
+ },
+ {
+ label: "C",
+ text: "“Lumumba’s practical accomplishments can be passed over quickly; it is mainly as the personification of Congolese independence that he warrants scholarly attention.”",
+ },
+ {
+ label: "D",
+ text: "“Many questions remain about Lumumba’s ultimate vision for an independent Congo; without new evidence coming to light, these questions are likely to remain unanswered.”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it illustrates the student’s claim about some historians viewing Lumumba primarily as a symbol. This quotation argues that Lumumba “warrants” (or deserves) “scholarly attention” as a symbol and not for his “practical accomplishments”—that is, his actions as prime minister—which “can be passed over quickly,” or dismissed as being of comparatively little importance. Thus, the quotation expresses the view that the student criticizes some historians for holding.
Choice A is incorrect. Although this quotation touches on the difficulty of evaluating Lumumba’s legacy, it doesn’t address how historians of modern African politics view him as a symbol. Choice B is incorrect. While this quotation mentions Lumumba’s political beliefs, it doesn’t discuss historians viewing him as a symbol. Choice D is incorrect. This quotation touches on Lumumba’s vision for his country, but it doesn’t discuss historians viewing him as a symbol.",
+ hasFigure: false,
+ },
+ {
+ id: "3fc06a91",
+ type: "mcq",
+ passage:
+ 'Employment by Sector in France and the United States, 1800–2012 (% of total employment)
| Year | Agriculture in France | Manufacturing in France | Services in France | Agriculture in US | Manufacturing in US | Services in US |
|---|
| 1800 | 64 | 22 | 14 | 68 | 18 | 13 |
| 1900 | 43 | 29 | 28 | 41 | 28 | 31 |
| 1950 | 32 | 33 | 35 | 14 | 33 | 53 |
| 2012 | 3 | 21 | 76 | 2 | 18 | 80 |
Rows in table may not add up to 100 due to rounding.
Over the past two hundred years, the percentage of the population employed in the agricultural sector has declined in both France and the United States, while employment in the service sector (which includes jobs in retail, consulting, real estate, etc.) has risen. However, this transition happened at very different rates in the two countries. This can be seen most clearly by comparing the employment by sector in both countries in ______blank
',
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ { label: "A", text: "1900 with the employment by sector in 1950." },
+ { label: "B", text: "1800 with the employment by sector in 2012." },
+ { label: "C", text: "1900 with the employment by sector in 2012." },
+ { label: "D", text: "1800 with the employment by sector in 1900." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents data from the table that most effectively complete the statement about the rates at which employment shifted in France and the United States. The text states that over the last two hundred years employment in the agricultural sector has declined while employment in the service sector has risen in both France and the US, and the data from the table reflect these trends. The text asserts, however, that the transition from agriculture to services “happened at very different rates in the two countries.” This assertion is best supported by a comparison of data from 1900 and 1950: the table shows that in those years, employment in agriculture went from 43% to 32% in France (a decline of 11 percentage points) and from 41% to 14% in the US (a decline of 27 percentage points), and that employment in services went from 28% to 35% in France (an increase of 7 percentage points) and from 31% to 53% in the US (an increase of 22 percentage points). In other words, the rate of change was greater in the US than in France for both sectors.
Choice B is incorrect because comparing the data for 1800 and 2012 would suggest a similar rate of change in the two countries, not very different rates: employment in agriculture went from 64% in 1800 to 3% in 2012 in France, which is close to the change from 68% in 1800 to 2% in 2012 in the US, while employment in services went from 14% in 1800 to 76% in 2012 in France, which is close to the change from 13% in 1800 to 80% in 2012 in the US. Choice C is incorrect because comparing the data for 1900 and 2012 would suggest a similar rate of change in the two countries rather than very different rates: employment in agriculture went from 43% in 1900 to 3% in 2012 in France, which is close to the change from 41% in 1900 to 2% in 2012 in the US, while employment in services went from 28% in 1900 to 76% in 2012 in France, which is close to the change from 31% in 1900 to 80% in 2012 in the US. Choice D is incorrect because comparing the data for 1800 and 1900 would suggest a similar rate of change in the two countries, not very different rates: employment in agriculture went from 64% in 1800 to 43% in 1900 in France, which is fairly close to the change from 68% in 1800 to 41% in 1900 in the US, while employment in services went from 14% in 1800 to 28% in 1900 in France, which is close to the change from 13% in 1800 to 31% in 1900 in the US.",
+ hasFigure: false,
+ },
+ {
+ id: "403fb4e4",
+ type: "mcq",
+ passage:
+ "
For each data category, the following bars are shown:
cereals
root crops
non–root vegetables
The data for the 3 categories are as follows:
north Ondo:
cereals: 30.4%
root crops: 16.73%
non–root vegetables: 58.69%
central Ondo:
cereals: 36.9%
root crops: 19.93%
non–root vegetables: 45.1%
south Ondo:
cereals: 35.9%
root crops: 18.78%
non–root vegetables: 53.27%
Geographer Adebayo Oluwole Eludoyin and his colleagues surveyed small-scale farmers in three locations in Ondo State, Nigeria—which has mountainous terrain in the north, an urbanized center, and coastal terrain in the south—to learn more about their practices, like the types of crops they mainly cultivated. In some regions, female farmers were found to be especially prominent in the cultivation of specific types of crops and even constituted the majority of farmers who cultivated those crops; for instance, ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to complete the example?",
+ choices: [
+ {
+ label: "A",
+ text: "most of the farmers who mainly cultivated cereals and most of the farmers who mainly cultivated non–root vegetables in south Ondo were women.",
+ },
+ {
+ label: "B",
+ text: "more women in central Ondo mainly cultivated root crops than mainly cultivated cereals.",
+ },
+ {
+ label: "C",
+ text: "most of the farmers who mainly cultivated non–root vegetables in north and south Ondo were women.",
+ },
+ {
+ label: "D",
+ text: "a relatively equal proportion of women across the three regions of Ondo mainly cultivated cereals.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it uses data from the graph to effectively complete the example of Eludoyin and his colleagues’ findings concerning female farmers in some regions of Ondo State, Nigeria. The graph presents values for the percentage of Ondo State small-scale farmers who are female, by type of crop and region. The graph shows that of the farmers mainly cultivating non-root vegetables, approximately 57% in north Ondo and approximately 54% in south Ondo are female; in other words, most of those farmers are female, which exemplifies the idea that female farmers make up the majority (more than half) of the farmers cultivating specific types of crops in some regions.
Choice A is incorrect because it inaccurately cites data from the graph: the graph shows that in south Ondo, most of the farmers mainly cultivating non-root vegetables are women (approximately 54%), but that only about 35% (less than half) of the farmers mainly cultivating cereals are women. Choice B is incorrect because it inaccurately cites data from the graph: the graph shows that more women in central Ondo mainly cultivate cereals than mainly cultivate root crops (approximately 36% and 20%, respectively). Additionally, it doesn’t effectively complete the example because the graph shows that female farmers don’t make up the majority (more than half) of the farmers for any type of crop in central Ondo. Choice D is incorrect because it doesn’t effectively complete the example; it simply states that a relatively equal proportion of women across the three regions mainly cultivate cereals, which doesn’t address the value for that proportion and thus doesn’t show that a majority (more than half) of the farmers cultivating certain crops are female.",
+ hasFigure: true,
+ figureUrl: "/practice-images/403fb4e4_svg1.svg",
+ },
+ {
+ id: "4fc9a13a",
+ type: "mcq",
+ passage:
+ "The novelist Toni Morrison was the first Black woman to work as an editor at the publishing company Random House, from 1967 to 1983. A scholar asserts that one of Morrison’s likely aims during her time as an editor was to strengthen the presence of Black writers on the list of Random House’s published authors.
",
+ questionHtml:
+ "Which finding, if true, would most strongly support the scholar’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "The percentage of authors published by Random House who were Black rose in the early 1970s and stabilized throughout the decade.",
+ },
+ {
+ label: "B",
+ text: "Black authors who were interviewed in the 1980s and 1990s were highly likely to cite Toni Morrison’s novels as a principal influence on their work.",
+ },
+ {
+ label: "C",
+ text: "The novels written by Toni Morrison that were published after 1983 sold significantly more copies and received wider critical acclaim than the novels she wrote that were published before 1983.",
+ },
+ {
+ label: "D",
+ text: "Works that were edited by Toni Morrison during her time at Random House displayed stylistic characteristics that distinguished them from works that were not edited by Morrison.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents a finding that, if true, would support the scholar’s claim about Toni Morrison’s likely goal of strengthening the presence of Black writers on Random House’s list of published authors. The text explains that Morrison was the first Black woman to be an editor for Random House and that she was an editor there from 1967 to 1983. If it were true that Random House published a higher percentage of works by Black authors throughout the 1970s—during most of Morrison’s time working there—than it had previously published, that would suggest that Morrison may have made a deliberate effort to strengthen the presence of Black authors on the list of Random House’s published authors, thus supporting the scholar’s claim.
Choice B is incorrect because the scholar’s claim is about Morrison’s work as an editor at a publishing company and her likely effort to strengthen the presence of Black writers on that company’s list of published authors. It might be true that Black authors interviewed in the 1980s and 1990s often cited Morrison’s novels as an influence on their work, but that finding would simply suggest something about how those authors approached their work; it wouldn’t show that Morrison intended to increase the number of Black writers among the published authors specifically at Random House. Choice C is incorrect because the scholar’s claim is about Morrison’s work as an editor at a publishing company, not about her work as a novelist. Therefore, a finding that Morrison’s novels published after 1983 sold more copies and were more widely acclaimed than her earlier novels would have no bearing on the claim that as an editor Morrison made an effort to ensure that more Black writers were present on Random House’s list of published authors. Choice D is incorrect. Although the text discusses Morrison’s work as an editor at Random House, the scholar’s claim focuses on Morrison’s likely effort in that role to increase the number of Black writers present on Random House’s list of published authors, not on the influence she may have had on the content of the works she edited. Without knowing whether Morrison’s stylistic influence led to more publications or if Morrison applied her influence specifically to works by Black writers, the finding that works edited by Morrison could be identified by stylistic characteristics would have no bearing on the claim that Morrison intended to strengthen the presence of Black writers among the published authors at Random House.",
+ hasFigure: false,
+ },
+ {
+ id: "53c6c179",
+ type: "mcq",
+ passage:
+ "
A sociology student is reading an essay on the median age of first marriage in Western countries throughout the twentieth century. The author of the essay cites factors common to these countries that the author believes caused an increase in the median age of first marriage, such as new technologies that shortened the time needed for domestic chores, making two-person households less necessary and living alone more viable. The student asserts that beyond these factors there must be additional ones specific to particular Western countries that influenced the increase of age at first marriage.",
+ questionHtml:
+ "Which choice most effectively uses data from the graph that support the student’s assertion?",
+ choices: [
+ {
+ label: "A",
+ text: "Between 1970 and 2000, the median age of first marriage rose more sharply for men in England and Wales than it did for men in the United States.",
+ },
+ {
+ label: "B",
+ text: "In England and Wales, the median age of first marriage was consistently higher for men than for women between 1900 and 2000, but this was not always the case in the United States.",
+ },
+ {
+ label: "C",
+ text: "The median age of first marriage for men in England and Wales was lower in 1970 than in 1950 or 1990.",
+ },
+ {
+ label: "D",
+ text: "Between 1900 and 2000, the median age of first marriage for women in England and Wales was consistently higher than for women in the United States, as was the case for men.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The student concluded that country-specific factors influence changes to median age of first marriage. This choice describes a time period when the rate of change differed between countries, suggesting that country-specific factors may have played a role in these changes.
Choice B is incorrect. This choice misreads the graph. The median age of first marriage was consistently higher for men than for women in the United States during the time period depicted. Choice C is incorrect. The student concluded that country-specific factors influence changes to median age of first marriage. However, this choice doesn’t provide any contrasts between countries and thus doesn’t support the idea of country-specific factors influencing median age of first marriage. Choice D is incorrect. The students’ conclusion is about changes that occurred during the 20th century. This choice provides broad information about the century as a whole, so it doesn’t give insight into how median age at first marriage changed over time.",
+ hasFigure: true,
+ figureUrl: "/practice-images/53c6c179_svg1.svg",
+ },
+ {
+ id: "55df0275",
+ type: "mcq",
+ passage:
+ "Ablation Rates for Three Elements in Cosmic Dust, by Dust Source
ElementSPCASTHTCOCCiron20%28%90%98%potassium44%74%97%100%sodium45%75%99%100%
Earth’s atmosphere is bombarded by cosmic dust originating from several sources: short-period comets (SPCs), particles from the asteroid belt (ASTs), Halley-type comets (HTCs), and Oort cloud comets (OCCs). Some of the dust’s material vaporizes in the atmosphere in a process called ablation, and the faster the particles move, the higher the rate of ablation. Astrophysicist Juan Diego Carrillo-Sánchez led a team that calculated average ablation rates for elements in the dust (such as iron and potassium) and showed that material in slower-moving SPC or AST dust has a lower rate than the same material in faster-moving HTC or OCC dust. For example, whereas the average ablation rate for iron from AST dust is 28%, the average rate for ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the example?",
+ choices: [
+ { label: "A", text: "iron from SPC dust is 20%." },
+ { label: "B", text: "sodium from OCC dust is 100%." },
+ { label: "C", text: "iron from HTC dust is 90%." },
+ { label: "D", text: "sodium from AST dust is 75%." },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most effectively completes the example regarding the ablation rate of iron. The table shows the ablation rates for three elements—iron, potassium, and sodium—found in cosmic dust that comes from one of four sources. The text says that the ablation rate for a given element in slower-moving SPC and AST dust was lower than the ablation rate for that same element in faster-moving HTC or OCC dust. The text then presents the first part of an example of this pattern, describing an ablation rate of 28% for iron in AST dust. The information that iron from HTC dust had an ablation rate of 90% is therefore the most effective way to complete this example—the comparison of a relatively low ablation rate for iron in slower-moving AST dust with a relatively high ablation rate for iron in faster-moving HTC dust illustrates the tendency of ablation rates for a given element to be lower in slower-moving dust than in faster-moving dust.
Choice A is incorrect because the text indicates that SPC dust, like AST dust, moves relatively slowly; a comparison of the ablation rates of iron from two slower-moving dust sources could not be an example of the difference between ablation rates in slower-moving dust and faster-moving dust, which is the pattern that the example is supposed to illustrate. Choice B is incorrect because the example in the text is supposed to illustrate the difference in the ablation rates of the same element from slower-moving dust and faster-moving dust, and the first part of the example provides data about the ablation rate of iron, which means the second part of the example must also be about the ablation rate of iron, not the ablation rate of sodium. Choice D is incorrect because the example in the text is supposed to illustrate the difference in the ablation rates of the same element from slower-moving dust and faster-moving dust, and the first part of the example provides data about the ablation rate of iron, which means the second part of the example must also be about the ablation rate of iron, not the ablation rate of sodium. Additionally, any ablation rate from AST dust would be ineffective in this example since AST dust is referenced in the first part of the example and thus additional data focused on AST dust would not illustrate a variation across dust types.",
+ hasFigure: false,
+ },
+ {
+ id: "56f477fb",
+ type: "mcq",
+ passage:
+ "Distribution of Ecosystem Services Affected by Invasive Species by Service Type
Region (Overall)Provisioning (75%)Regulating (21%)Cultural (4%)West73%27%0%North88%12%0%South79%14%7%East83%6%11%Central33%67%0%
To assess the impact of invasive species on ecosystems in Africa, Benis N. Egoh and colleagues reviewed government reports from those nations about how invasive species are undermining ecosystem services (aspects of the ecosystem on which residents depend). The services were sorted into three categories: provisioning (material resources from the ecosystem), regulating (natural processes such as cleaning the air or water), and cultural (nonmaterial benefits of ecosystems). Egoh and her team assert that countries in each region reported effects on provisioning services and that provisioning services represent the majority of the reported services.
",
+ questionHtml:
+ "Which choice best describes data from the table that support Egoh and colleagues’ assertion?",
+ choices: [
+ {
+ label: "A",
+ text: "Provisioning services represent 73% of the services reported for the West region and 33% of those for the Central region, but they represent 75% of the services reported overall.",
+ },
+ {
+ label: "B",
+ text: "None of the percentages shown for provisioning services are lower than 33%, and the overall percentage shown for provisioning services is 75%.",
+ },
+ {
+ label: "C",
+ text: "Provisioning services are shown for each region, while no cultural services are shown for some regions.",
+ },
+ {
+ label: "D",
+ text: "The greatest percentage shown for provisioning services is 88% for the North region, and the least shown for provisioning services is 33% for the Central region.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The finding that all the regions reported at least some effects on provisioning services supports the first part of the assertion. And the fact that provisioning services comprise 75% of the reported services overall supports the second part of the assertion.
Choice A is incorrect. This choice doesn’t fully support the assertion. It doesn’t include the finding that all the regions (not just Central and West) reported at least some effects on provisioning services. Choice C is incorrect. This choice doesn’t fully support the assertion. It doesn’t demonstrate that provisioning services represent the majority of the reported services overall. Choice D is incorrect. This choice doesn’t fully support the assertion. It doesn’t demonstrate that provisioning services represent the majority of the reported services overall.",
+ hasFigure: false,
+ },
+ {
+ id: "5b74feb9",
+ type: "mcq",
+ passage:
+ "Political scientists who favor the traditional view of voter behavior claim that voting in an election does not change a voter’s attitude toward the candidates in that election. Focusing on each US presidential election from 1976 to 1996, Ebonya Washington and Sendhil Mullainathan tested this claim by distinguishing between subjects who had just become old enough to vote (around half of whom actually voted) and otherwise similar subjects who were slightly too young to vote (and thus none of whom voted). Washington and Mullainathan compared the attitudes of the groups of subjects toward the winning candidate two years after each election.
",
+ questionHtml:
+ "Which finding from Washington and Mullainathan’s study, if true, would most directly weaken the claim made by people who favor the traditional view of voter behavior?",
+ choices: [
+ {
+ label: "A",
+ text: "Subjects’ attitudes toward the winning candidate two years after a given election were strongly predicted by subjects’ general political orientation, regardless of whether subjects were old enough to vote at the time of the election.",
+ },
+ {
+ label: "B",
+ text: "Subjects who were not old enough to vote in a given election held significantly more positive attitudes towards the winning candidate two years later than they held at the time of the election.",
+ },
+ {
+ label: "C",
+ text: "Subjects who voted in a given election held significantly more polarized attitudes toward the winning candidate two years later than did subjects who were not old enough to vote in that election.",
+ },
+ {
+ label: "D",
+ text: "Two years after a given election, subjects who voted and subjects who were not old enough to vote were significantly more likely to express negative attitudes than positive attitudes toward the winning candidate in that election.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents a finding that, if true, would weaken the claim made by people who favor the traditional view of voter behavior. According to the text, people who favor that view believe that voting in an election doesn’t change a voter’s attitude toward the candidates in that election. If Washington and Mullainathan found that two years after an election, attitudes toward the winning candidate were significantly more polarized among subjects who had voted than among subjects who had been too young to vote, that would suggest that the act of voting did have an effect on the voters’ attitudes toward the candidates, which would undermine the claim that voting doesn’t change voters’ attitudes.
Choice A is incorrect because a finding about links between subjects’ attitudes and general political orientation, regardless of age and ability to vote, wouldn’t address the presence or absence of changes in attitudes among those subjects who did actually vote. Therefore, the finding wouldn’t have any bearing on the claim that voting in an election doesn’t change a voter’s attitude toward the candidates in that election. Choice B is incorrect because a finding that positive attitudes toward a winning candidate significantly increased in the two years after the election among subjects who had been too young to vote would involve only people who didn’t vote; therefore, the finding wouldn’t have any bearing on the claim that when people do vote, the act of voting doesn’t change their attitudes toward the candidates. Choice D is incorrect because the finding that subjects in both groups were more likely to have negative attitudes than positive attitudes toward the winning candidate two years after an election would reflect all subjects’ attitudes at one particular time whether they voted or not, rather than the presence or absence of a change in voters’ attitudes after voting. Therefore, the finding would neither weaken nor strengthen the claim that voting in an election doesn’t change a voter’s attitude toward the candidates.",
+ hasFigure: false,
+ },
+ {
+ id: "5cf5c0d3",
+ type: "mcq",
+ passage:
+ "Credited Film Output of James Young Deer, Dark Cloud, Edwin Carewe, and Lillian St. Cyr
IndividualYears activeNumber of films known and commonly creditedJames Young Deer1909–192433 (actor), 35 (director), 10 (writer)Dark Cloud1910–192035 (actor), 1 (writer)Edwin Carewe1912–193447 (actor), 58 (director), 20 (producer), 4 (writer)Lillian St. Cyr (Red Wing)1908–192166 (actor)
Some researchers studying Indigenous actors and filmmakers in the United States have turned their attention to the early days of cinema, particularly the 1910s and 1920s, when people like James Young Deer, Dark Cloud, Edwin Carewe, and Lillian St. Cyr (known professionally as Red Wing) were involved in one way or another with numerous films. In fact, so many films and associated records for this era have been lost that counts of those four figures’ output should be taken as bare minimums rather than totals; it’s entirely possible, for example, that ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the example?",
+ choices: [
+ {
+ label: "A",
+ text: "Dark Cloud acted in significantly fewer films than did Lillian St. Cyr, who is credited with 66 performances.",
+ },
+ {
+ label: "B",
+ text: "Edwin Carewe’s 47 credited acting roles includes only films made after 1934.",
+ },
+ {
+ label: "C",
+ text: "Lillian St. Cyr acted in far more than 66 films and Edwin Carewe directed more than 58.",
+ },
+ {
+ label: "D",
+ text: "James Young Deer actually directed 33 films and acted in only 10.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it uses data from the table to effectively exemplify the idea that the film outputs of the four individuals included in the table should be considered bare minimums—that is, that we should assume that the individuals actually had higher outputs than those recorded. The table presents the years during which the individuals were active and the number of known films the individuals are credited in. The table indicates that Lillian St. Cyr has 66 film credits as an actor and that Edwin Carewe has 58 film credits as a director; it follows that if some films and records for the era were lost, it’s possible that Lillian St. Cyr acted in far more than 66 films and that Edwin Carewe directed more than 58 films.
Choice A is incorrect because it doesn’t effectively exemplify the idea that the film outputs of the four individuals included in the table should be considered bare minimums. Rather than addressing the idea that the individuals likely had higher outputs than those presented in the table, this choice simply compares data from the table to make the point that Dark Cloud has fewer credited acting roles than Lillian St. Cyr (35 and 66, respectively). Choice B is incorrect because it misrepresents data from the table, even though it may exemplify the idea that the film outputs of the four individuals included in the table should be considered bare minimums by implying that Edwin Carewe acted in more than 47 films. The table indicates that Edwin Carewe was active from 1912 to 1934, meaning that his 47 credited acting roles were in films made before or during 1934, not after that time. Choice D is incorrect because it doesn’t effectively exemplify the idea that the film outputs of the four individuals included in the table should be considered bare minimums. Instead of addressing the idea that the individuals likely had higher outputs than those recorded, this choice suggests that James Young Deer actually acted in and directed fewer films than presented in the table (only 33 known films as a director instead of 35, and only 10 known films as an actor instead of 33).",
+ hasFigure: false,
+ },
+ {
+ id: "5d122d45",
+ type: "mcq",
+ passage:
+ "Psychologists Dacher Keltner and Jonathan Haidt have argued that experiencing awe—a sensation of reverence and wonder typically brought on by perceiving something grand or powerful—can enable us to feel more connected to others and thereby inspire us to act more altruistically. Keltner, along with Paul K. Piff, Pia Dietze, and colleagues, claims to have found evidence for this effect in a recent study where participants were asked to either gaze up at exceptionally tall trees in a nearby grove (reported to be a universally awe-inspiring experience) or stare at the exterior of a nearby, nondescript building. After one minute, an experimenter deliberately spilled a box of pens nearby.
",
+ questionHtml:
+ "Which finding from the researchers’ study, if true, would most strongly support their claim?",
+ choices: [
+ {
+ label: "A",
+ text: "Participants who had been looking at the trees helped the experimenter pick up significantly more pens than did participants who had been looking at the building.",
+ },
+ {
+ label: "B",
+ text: "Participants who helped the experimenter pick up the pens used a greater number of positive words to describe the trees and the building in a postexperiment survey than did participants who did not help the experimenter.",
+ },
+ {
+ label: "C",
+ text: "Participants who did not help the experimenter pick up the pens were significantly more likely to report having experienced a feeling of awe, regardless of whether they looked at the building or the trees.",
+ },
+ {
+ label: "D",
+ text: "Participants who had been looking at the building were significantly more likely to notice that the experimenter had dropped the pens than were participants who had been looking at the trees.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents a finding that, if true, would most strongly support the researchers’ claim that they found evidence that experiencing awe can make people feel more connected to others and thus more likely to behave altruistically (with beneficial and unselfish concern for others). According to the text, the researchers tested for this effect by first having participants look at either something known to be awe-inspiring (very tall trees) or something ordinary (a plain building) and then purposely spilling pens near the participants. The finding that participants who had looked at the trees helped pick up significantly more pens than did participants who had looked at the building would support the researchers’ claim by demonstrating that the people who had experienced awe behaved more altruistically when the experimenter needed help than the other participants did.
Choice B is incorrect because a finding about helpful participants using positive words to describe the trees and the building after the experiment was over wouldn’t have any bearing on the researchers’ claim that experiencing awe increases altruistic behavior. The text doesn’t address the use of positive words to describe things or suggest any connection between using such words and having experienced awe, so that behavior wouldn’t serve as evidence that experiencing awe played a role in promoting helpful behavior. Choice C is incorrect because a finding that participants who didn’t help the experimenter were significantly more likely than others to report having experienced awe whether they had looked at the building or the trees would weaken the researchers’ claim that experiencing awe increases altruistic behavior by suggesting that the opposite might be true—that experiencing awe is in fact linked to choosing not to act in a way that benefits someone else. Choice D is incorrect because a finding about participants noticing that the experimenter had dropped the pens wouldn’t have any bearing on the researchers’ claim about people behaving altruistically. Being aware of a challenge or problem isn’t necessarily beneficial on its own and isn’t the same as offering help, so the finding wouldn’t support the idea that experiencing awe increases altruistic behavior.",
+ hasFigure: false,
+ },
+ {
+ id: "63e7799d",
+ type: "mcq",
+ passage:
+ "In vertical inheritance, parents pass genes to their offspring, but in horizontal transfer (HT), one species, often bacteria, passes genetic material to an unrelated species. In a 2022 study, herpetologist Atsushi Kurabayashi and his team investigated HT in multicellular organisms—namely, snakes and frogs in Madagascar. The team detected BovB—a gene transmitted vertically in snakes—in many frog species. The apparent direction of gene transfer seems counterintuitive because frogs usually don’t survive encounters with snakes and so wouldn’t be able to transmit the newly acquired gene to offspring, but the team concluded that BovB is indeed transmitted from snakes to frogs, either directly or indirectly, via HT.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the team’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "BovB can be transmitted across frog species through HT.",
+ },
+ {
+ label: "B",
+ text: "Parasites known to feed on species of snakes and frogs in which the BovB gene occurs also carry BovB.",
+ },
+ {
+ label: "C",
+ text: "BovB cannot be reliably transmitted from a snake species to bacteria that are usually encountered by frog species.",
+ },
+ {
+ label: "D",
+ text: "Frog species with BovB show few discernible advantages as compared with frog species that do not carry BovB.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. If there are parasites that feed on both snakes and frogs, they could carry BovB from snakes to frogs. HT could occur “indirectly” through those encounters, which frogs are more likely to survive than snake encounters.
Choice A is incorrect. The team’s conclusion specifically argues that BovB is transmitted from snakes to frogs via HT, and this choice doesn’t mention snakes. Choice C is incorrect. The team argues that BovB is transmitted from snakes to frogs via HT, and this answer choice discusses a scenario in which the gene is not transmitted. Choice D is incorrect. Whether or not frog species with BovB are advantaged isn’t relevant to the team’s conclusion about how the gene is transmitted.",
+ hasFigure: false,
+ },
+ {
+ id: "645fd11a",
+ type: "mcq",
+ passage:
+ "
For each data category, the following bars are shown:
managers
department leaders
All values are approximate.
The data for the 3 categories are as follows:
1991–1995:
managers: 2
department leaders: 3.2
1996–2001:
managers: 2.5
department leaders: 4
2001–2008:
managers: 3
department leaders: 6.9
Considering a large sample of companies, economics experts Maria Guadalupe, Julie Wulf, and Raghuram Rajan assessed the number of managers and leaders from different departments who reported directly to a chief executive officer (CEO). According to the researchers, the findings suggest that across the years analyzed, there was a growing interest among CEOs in connecting with more departments in their companies.",
+ questionHtml:
+ "Which choice best describes data from the graph that support the researchers’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "The average numbers of managers and department leaders reporting directly to their CEO didn’t fluctuate from the 1991–1995 period to the 2001–2008 period.",
+ },
+ {
+ label: "B",
+ text: "The average number of managers reporting directly to their CEO was highest in the 1996–2001 period.",
+ },
+ {
+ label: "C",
+ text: "The average number of department leaders reporting directly to their CEO was greater than the average number of managers reporting directly to their CEO in each of the three periods studied.",
+ },
+ {
+ label: "D",
+ text: "The average number of department leaders reporting directly to their CEO rose over the three periods studied.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it describes data from the graph that support the researchers’ conclusion that there is a growing interest among CEOs in connecting with more departments in their companies. The graph shows the average number of individuals reporting directly to CEOs during three different time periods: the individuals are divided into managers and department leaders. The average number of department leaders directly reporting to their CEO during the 1991–1995 period was slightly more than three, during the 1996–2001 period it was four, and during the 2001–2008 period it was almost seven. Thus, the average number of department leaders reporting directly to their CEO rose over the three periods studied, which suggests that CEOs were connecting with more departments.
Choice A is incorrect because the average number of managers and department leaders reporting directly to their CEO rose for both categories between the 1991–1995 and 2001–2008 periods; thus, it isn’t true that the average numbers didn’t fluctuate. Choice B is incorrect because the average number of managers reporting directly to their CEO was highest in the 2001–2008 period, not in the 1996–2001 period. Choice C is incorrect. Although it correctly describes a feature of the graph, the observation that more department leaders than managers are reporting to CEOs does not by itself address the question of whether CEOs are connecting with more departments over time—to address that question, one needs to know whether the number of department leaders reporting to CEOs is increasing over time.",
+ hasFigure: true,
+ figureUrl: "/practice-images/645fd11a_svg1.svg",
+ },
+ {
+ id: "6536183b",
+ type: "mcq",
+ passage:
+ "In the mountains of Brazil, Barbacenia tomentosa and Barbacenia macrantha—two plants in the Velloziaceae family—establish themselves on soilless, nutrient-poor patches of quartzite rock. Plant ecologists Anna Abrahão and Patricia de Britto Costa used microscopic analysis to determine that the roots of B. tomentosa and B. macrantha, which grow directly into the quartzite, have clusters of fine hairs near the root tip; further analysis indicated that these hairs secrete both malic and citric acids. The researchers hypothesize that the plants depend on dissolving underlying rock with these acids, as the process not only creates channels for continued growth but also releases phosphates that provide the vital nutrient phosphorus.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the researchers’ hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "Other species in the Velloziaceae family are found in terrains with more soil but have root structures similar to those of B. tomentosa and B. macrantha.",
+ },
+ {
+ label: "B",
+ text: "Though B. tomentosa and B. macrantha both secrete citric and malic acids, each species produces the acids in different proportions.",
+ },
+ {
+ label: "C",
+ text: "The roots of B. tomentosa and B. macrantha carve new entry points into rocks even when cracks in the surface are readily available.",
+ },
+ {
+ label: "D",
+ text: "B. tomentosa and B. macrantha thrive even when transferred to the surfaces of rocks that do not contain phosphates.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents a finding that, if true, would support the researchers’ hypothesis about the plants’ dependence on dissolving rock. The text indicates that the roots of the two plant species grow directly into quartzite rock, where hairs on the roots secrete acids that dissolve the rock. The researchers hypothesize that the plants depend on this process because dissolving rock opens spaces for the roots to grow and releases phosphates that provide the plants with phosphorous, a vital nutrient. If the plants carry out this process of dissolving rock even when the rock already has spaces into which the roots could grow, that would support the researchers’ hypothesis because it suggests that the plants are getting some advantage—such as access to phosphorous—from the action of dissolving rock. If the plants don’t benefit from dissolving rock, they would be expected to grow in the cracks that already exist, as doing so would mean that the plants don’t have to spend energy creating and secreting acids; if, however, the plants create new entry points by dissolving rock even when cracks already exist, that would support the hypothesis that they depend on dissolving rock for some benefit.
Choice A is incorrect because the existence of soil-inhabiting members of the Velloziaceae family with similar root structures to those of the two species discussed in the text wouldn’t support the researchers’ hypothesis that the species discussed in the text depend on dissolving rock. If other such members exist, that might suggest that the root structures can serve more functions than secreting acids to dissolve rock (since dissolving rock may not be necessary for plants living in soil), but that wouldn’t suggest anything about whether the species discussed in the text benefit from dissolving rock. Choice B is incorrect because differences in the proportions of citric and malic acid secreted by the two species would be irrelevant to the hypothesis that the plants depend on dissolving rock. There’s no information in the text to suggest that the proportion of each acid has any bearing on the process of dissolving rock or on any benefits the plants might receive from that process. Choice D is incorrect because if the two species thrive on rocks without phosphates, that would weaken the researchers’ hypothesis that the plants depend on dissolving rock partly because dissolving rock gives them access to phosphates. If the plants can survive on rocks without getting a vital nutrient by dissolving those rocks, then either the nutrient isn’t actually vital for those plants or they can get the nutrient in some way other than by dissolving rocks.",
+ hasFigure: false,
+ },
+ {
+ id: "6a6bbac3",
+ type: "mcq",
+ passage:
+ "Number and Origin of Clamshell Tools Found at Different Levels Below the Surface in Neanderthal Cave
Depth of tools found below surface in cave (meters)Clamshells that Neanderthals collected from the beachClamshells that Neanderthals harvested from the seafloor3–499336–7104–5202–3705–6187
Studying tools unearthed at a cave site on the western coast of Italy, archaeologist Paola Villa and colleagues have determined that prehistoric Neanderthal groups fashioned them from shells of clams that they harvested from the seafloor while wading or diving or that washed up on the beach. Clamshells become thin and eroded as they wash up on the beach, while those on the seafloor are smooth and sturdy, so the research team suspects that Neanderthals prized the tools made with seafloor shells. However, the team also concluded that those tools were likely more challenging to obtain, noting that ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to support the research team’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "at each depth below the surface in the cave, the difference in the numbers of tools of each type suggests that shells were easier to collect from the beach than to harvest from the seafloor.",
+ },
+ {
+ label: "B",
+ text: "the highest number of tools were at a depth of 3–4 meters below the surface, which suggests that the Neanderthal population at the site was highest during the related period of time.",
+ },
+ {
+ label: "C",
+ text: "at each depth below the surface in the cave, the difference in the numbers of tools of each type suggests that Neanderthals preferred to use clamshells from the beach because of their durability.",
+ },
+ {
+ label: "D",
+ text: "the higher number of tools at depths of 5–6 meters below the surface in the cave than at depths of 4–5 meters below the surface suggests that the size of clam populations changed over time.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most effectively uses data from the table to support the researchers’ conclusion about the harvesting of clamshells by Neanderthals for use as tools. The text explains that Neanderthals used clamshells to make tools and that the sturdiest, and therefore the most desirable, shells for this purpose are found on the seafloor, not on the beach. However, the researchers also concluded that the clamshell tools made from shells from the seafloor are rarer than those made from shells from the beach. Meanwhile the table shows that at each depth, the number of tools made from shells from the beach exceeds the number made from the more desirable shells from the seafloor. The fact that the more desirable shells are less common suggests that it was significantly more difficult to harvest shells from the seafloor than from the beach.
Choice B is incorrect because knowing which depth represents the period of time with the highest Neanderthal population does not help answer the question of why the Neanderthals consistently made more tools from the less desirable shells from the beach than they made from the more desirable shells from the seafloor. Choice C is incorrect because it claims that the beach shells are more durable than the seafloor shells, which contradicts the text’s description of shells from the seafloor as smoother and sturdier than shells from the beach. Choice D is incorrect because knowing which depth has the most artifacts or whether the clam population fluctuated does not help explain why tools made from the less desirable shells from the beach outnumber tools made from the more desirable shells from the seafloor.",
+ hasFigure: false,
+ },
+ {
+ id: "702eb7e3",
+ type: "mcq",
+ passage:
+ "
For each data category, the following bars are shown:
Tax and public spending policy
Trade policy
General economic policy
The data for the 6 categories are as follows:
2005:
Tax and public spending policy: 98
Trade policy: 160
General economic policy: 90
2006:
Tax and public spending policy: 65
Trade policy: 105
General economic policy: 72
2007:
Tax and public spending policy: 61
Trade policy: 75
General economic policy: 77
2008:
Tax and public spending policy: 90
Trade policy: 71
General economic policy: 73
2009:
Tax and public spending policy: 76
Trade policy: 70
General economic policy: 81
2010:
Tax and public spending policy: 165
Trade policy: 71
General economic policy: 118
High levels of public uncertainty about which economic policies a country will adopt can make planning difficult for businesses, but measures of such uncertainty have not tended to be very detailed. Recently, however, economist Sandile Hlatshwayo analyzed trends in news reports to derive measures not only for general economic policy uncertainty but also for uncertainty related to specific areas of economic policy, like tax or trade policy. One revelation of her work is that a general measure may not fully reflect uncertainty about specific areas of policy, as in the case of the United Kingdom, where general economic policy uncertainty ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to illustrate the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "aligned closely with uncertainty about tax and public spending policy in 2005 but differed from uncertainty about tax and public spending policy by a large amount in 2009.",
+ },
+ {
+ label: "B",
+ text: "was substantially lower than uncertainty about tax and public spending policy each year from 2005 to 2010.",
+ },
+ {
+ label: "C",
+ text: "reached its highest level between 2005 and 2010 in the same year that uncertainty about trade policy and tax and public spending policy reached their lowest levels.",
+ },
+ {
+ label: "D",
+ text: "was substantially lower than uncertainty about trade policy in 2005 and substantially higher than uncertainty about trade policy in 2010.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it uses data from the graph to effectively illustrate the text’s claim about general economic policy uncertainty in the United Kingdom. The graph presents values for economic policy uncertainty in tax and public spending policy, trade policy, and general economic policy in the UK from 2005 to 2010. The graph shows that in 2005, the value for general economic policy uncertainty (approximately 90) was substantially lower than the value for uncertainty about trade policy specifically (approximately 160). It also shows that in 2010, the value for general economic policy uncertainty (approximately 120) was substantially higher than the value for uncertainty about trade policy (approximately 70). The substantial differences between these values in 2005 and 2010 support the claim that a general measure may not fully reflect uncertainty about specific areas of policy.
Choice A is incorrect because the graph shows that the level of general economic policy uncertainty was similar to the level of uncertainty about tax and public spending policy in both 2005 (with values of approximately 90 and 100, respectively) and 2009 (with values of approximately 80 and 75, respectively). Choice B is incorrect because the graph shows that general economic policy uncertainty was higher than uncertainty about tax and public spending policy in 2006, 2007, and 2009, not that it was lower each year from 2005 to 2010. Choice C is incorrect because the graph shows that general economic policy uncertainty reached its highest level in 2010, which was when uncertainty about tax and public spending policy also reached its highest level, not its lowest level.",
+ hasFigure: true,
+ figureUrl: "/practice-images/702eb7e3_svg1.svg",
+ },
+ {
+ id: "71904085",
+ type: "mcq",
+ passage:
+ "Linguist Deborah Tannen has cautioned against framing contentious issues in terms of two highly competitive perspectives, such as pro versus con. According to Tannen, this debate-driven approach can strip issues of their complexity and, when used in front of an audience, can be less informative than the presentation of multiple perspectives in a noncompetitive format. To test Tannen’s hypothesis, students conducted a study in which they showed participants one of three different versions of local news commentary about the same issue. Each version featured a debate between two commentators with opposing views, a panel of three commentators with various views, or a single commentator.
",
+ questionHtml:
+ "Which finding from the students’ study, if true, would most strongly support Tannen’s hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "On average, participants perceived commentators in the debate as more knowledgeable about the issue than commentators in the panel.",
+ },
+ {
+ label: "B",
+ text: "On average, participants perceived commentators in the panel as more knowledgeable about the issue than the single commentator.",
+ },
+ {
+ label: "C",
+ text: "On average, participants who watched the panel correctly answered more questions about the issue than those who watched the debate or the single commentator did.",
+ },
+ {
+ label: "D",
+ text: "On average, participants who watched the single commentator correctly answered more questions about the issue than those who watched the debate did.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents the finding that, if true, would most strongly support Tannen’s hypothesis. According to the text, Tannen’s hypothesis is that multiple perspectives presented in a noncompetitive format is more informative than a debate between opposing viewpoints is. If participants who saw a panel of three commentators with various views about an issue answered more questions about the issue correctly than did participants who saw a debate, that would support Tannen’s hypothesis since it would show that participants who heard multiple varied perspectives were better informed than were participants who heard a debate between opposing viewpoints.
Choice A is incorrect because finding that participants perceived commentators in the debate as more knowledgeable than commentators in the panel is irrelevant to Tannen’s hypothesis, which is that presenting multiple perspectives on an issue is more informative to the audience than presenting opposing views of the issue is. Participants’ perception of how knowledgeable panelists are has no bearing on how much participants learn from the panelists. Choice B is incorrect because finding that participants perceived commentators in the panel as more knowledgeable than a single commentator is irrelevant to Tannen’s hypothesis, which is that presenting multiple perspectives on an issue is more informative to the audience than presenting opposing views of the issue is. Participants’ perception of how knowledgeable panelists are has no bearing on how much participants learn from the panelists, and Tannen’s hypothesis says nothing about how informative single commentators are. Choice D is incorrect because finding that participants who watched a single commentator answered more questions correctly than participants who watched the debate did wouldn’t be relevant to Tannen’s hypothesis, which is that hearing multiple varying perspectives is more informative than hearing a debate. Tannen’s hypothesis says nothing about how informative single commentators are.",
+ hasFigure: false,
+ },
+ {
+ id: "783d1388",
+ type: "mcq",
+ passage:
+ "The Souls of Black Folk is a 1903 book by W.E.B. Du Bois. In the book, Du Bois suggests that upon hearing Black folk songs, he felt an intuitive and sometimes unexpected sense of cultural recognition: ______blank
",
+ questionHtml:
+ "Which quotation from The Souls of Black Folk most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Black folk music still remains as the singular spiritual heritage of the nation and the greatest gift of the Negro people.”",
+ },
+ {
+ label: "B",
+ text: "“Ever since I was a child these songs have stirred me strangely. They came out of the South unknown to me, one by one, and yet at once I knew them as of me and of mine.”",
+ },
+ {
+ label: "C",
+ text: "“Caricature has sought again to spoil the quaint beauty of the music, and has filled the air with many debased melodies which vulgar ears scarce know from the real. But the true Negro folk-song still lives in the hearts of those who have heard them truly sung and in the hearts of the Negro people.”",
+ },
+ {
+ label: "D",
+ text: "“The songs are indeed the siftings of centuries; the music is far more ancient than the words, and in it we can trace here and there signs of development.”",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because the quotation from The Souls of Black Folk illustrates the claim that Du Bois felt a sense of cultural recognition when he heard Black folk songs. In the quotation, Du Bois explains that for his entire life, Black folk songs “stirred him strangely.” Even though they originated in the South, a region he wasn’t familiar with, he knew the songs “as of me and of mine.” That is, he identified strongly with them and associated them with his community. Therefore, Du Bois felt an intuitive sense of cultural recognition when he heard Black folk songs.
Choice A is incorrect. Although the quotation considers the cultural and spiritual value of Black folk music, it doesn’t establish that this music inspired in Du Bois a sense of cultural recognition. Choice C is incorrect because this quotation addresses the cultural survival of Black folk songs despite attempts to caricature, or parody, them, not Du Bois’s sense of cultural connection to them. Choice D is incorrect because the quotation indicates that the Black folk songs and music are old, “the siftings of centuries,” instead of addressing how Du Bois felt when he heard the songs.",
+ hasFigure: false,
+ },
+ {
+ id: "7a1877be",
+ type: "mcq",
+ passage:
+ "Nucleobase Concentrations from Murchison Meteorite and Soil Samples in Parts per Billion
NucleobaseMurchison meteorite sample 1Murchison meteorite sample 2Murchison soil sampleIsoguanine0.50.04not detectedPurine0.20.02not detectedXanthine3931Adenine15140Hypoxanthine2412
Employing high-performance liquid chromatography—a process that uses pressurized water to separate material into its component molecules—astrochemist Yashiro Oba and colleagues analyzed two samples of the Murchison meteorite that landed in Australia as well as soil from the landing zone of the meteorite to determine the concentrations of various organic molecules. By comparing the relative concentrations of types of molecules known as nucleobases in the Murchison meteorite with those in the soil, the team concluded that there is evidence that the nucleobases in the Murchison meteorite formed in space and are not the result of contamination on Earth.
",
+ questionHtml:
+ "Which choice best describes data from the table that support the team’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "Isoguanine and purine were detected in both meteorite samples but not in the soil sample.",
+ },
+ {
+ label: "B",
+ text: "Adenine and xanthine were detected in both of the meteorite samples and in the soil sample.",
+ },
+ {
+ label: "C",
+ text: "Hypoxanthine and purine were detected in both the Murchison meteorite sample 2 and in the soil sample.",
+ },
+ {
+ label: "D",
+ text: "Isoguanine and hypoxanthine were detected in the Murchison meteorite sample 1 but not in sample 2.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The researchers concluded that the meteorite’s nucleobases weren’t the result of soil contamination. Presence of nucleobases in the meteorite and not in soil provides evidence that those nucleobases likely didn’t come from the soil.
Choice B is incorrect. This choice doesn’t justify the conclusion. The researchers concluded that the meteorite’s nucleobases weren’t the result of soil contamination. If the nucleobases are present in both the soil and meteorite, then it’s possible that these nucleobases came from the soil. Choice C is incorrect. This choice misreads the table. Purine was not detected in the soil sample. Choice D is incorrect. This choice misreads the table. Both isoguanine and hypoxanthine were detected in both Murchison meteorite samples.",
+ hasFigure: false,
+ },
+ {
+ id: "7f293254",
+ type: "mcq",
+ passage:
+ "Art collectives, like the United States- and Vietnam-based collective The Propeller Group or Cuba’s Los Carpinteros, are groups of artists who agree to work together: perhaps for stylistic reasons, or to advance certain shared political ideals, or to help mitigate the costs of supplies and studio space. Regardless of the reasons, art collectives usually involve some collaboration among the artists. Based on a recent series of interviews with various art collectives, an arts journalist claims that this can be difficult for artists who are often used to having sole control over their work.
",
+ questionHtml:
+ "Which quotation from the interviews best illustrates the journalist’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“The first collective I joined included many amazingly talented artists, and we enjoyed each other’s company, but because we had a hard time sharing credit and responsibility for our work, the collective didn’t last.”",
+ },
+ {
+ label: "B",
+ text: "“We work together, but that doesn’t mean that individual projects are equally the work of all of us. Many of our projects are primarily the responsibility of whoever originally proposed the work to the group.”",
+ },
+ {
+ label: "C",
+ text: "“Having worked as a member of a collective for several years, it’s sometimes hard to recall what it was like to work alone without the collective’s support. But that support encourages my individual expression rather than limits it.”",
+ },
+ {
+ label: "D",
+ text: "“Sometimes an artist from outside the collective will choose to collaborate with us on a project, but all of those projects fit within the larger themes of the work the collective does on its own.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents the quotation that best illustrates the journalist’s claim. By indicating that a collective didn’t continue because it was hard to share credit and responsibilities within the group even though the company was enjoyable, the quotation shows that working collaboratively can be difficult for artists who are used to having complete control over their work.
Choice B is incorrect because the quotation indicates that members of a collective are able to collaborate together and have agreed on a fair way to manage their responsibilities; this doesn’t demonstrate the challenge of sharing control among members of a collective. Choice C is incorrect because the quotation highlights the support and encouragement of individual expression an artist experiences due to working in a collective; these positive aspects don’t demonstrate the challenge of sharing control among members of a collective. Choice D is incorrect because the quotation doesn’t address any challenges of sharing control among members of a collective; it simply indicates that artists sometimes choose to work with collectives without having to be a member. Therefore, the quotation doesn’t illustrate the journalist’s claim.",
+ hasFigure: false,
+ },
+ {
+ id: "80fd9454",
+ type: "mcq",
+ passage:
+ "Percentage of Available Eggs Eaten by Cane Toad Tadpoles
Amphibian species (common name)Percentage of eggs eatenNative to AustraliaProduces bufadienolideLittle red tree frog1%yesnoCane toad90%noyesShort-footed frog7%yesnoStriped burrowing frog10%yesnoDainty green tree frog1%yesno
Native to Latin America, the cane toad was introduced to Australia in the 1930s. In recent decades, tadpoles in the Australian population have been shown to consume eggs of their own species. A 2022 study showed that when presented with cane toad eggs as well as eggs of native Australian amphibians, cane toad tadpoles disproportionately consumed eggs of their own species. This behavior results from their attraction to bufadienolide, a chemical produced by the eggs of cane toads but not by the eggs of native amphibians. However, using data from this study, a student wishes to argue that the presence of bufadienolide doesn’t entirely explain the cane toad tadpoles’ preference for certain eggs over others.
",
+ questionHtml:
+ "Which choice best describes data from the table that support the student’s argument?",
+ choices: [
+ {
+ label: "A",
+ text: "The tadpoles consumed a higher percentage of the striped burrowing frog eggs than they did of the eggs of the dainty green tree frog.",
+ },
+ {
+ label: "B",
+ text: "The tadpoles left a certain percentage of the eggs of each of the five species unharmed, thus ultimately allowing them to hatch.",
+ },
+ {
+ label: "C",
+ text: "The tadpoles consumed a lower percentage of the short-footed frog eggs than they did of the eggs of their own species.",
+ },
+ {
+ label: "D",
+ text: "The tadpoles consumed the same percentage of the dainty green tree frog eggs as they did of the little red tree frog eggs.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most effectively uses data from the table to support the student’s argument about the role of bufadienolide in the egg preferences of cane toad tadpoles. For each of five amphibian species included in the 2022 study, the table gives the percentage of available eggs that the cane toad tadpoles ate. According to the table, the tadpoles ate 10% of striped burrowing frog eggs and 1% of dainty green tree frog eggs, which suggests a preference for striped burrowing frog eggs over dainty green tree frog eggs. The table also indicates that neither of these species’ eggs produces bufadienolide. Thus, these data suggest that something other than the presence or absence of bufadienolide is needed to adequately explain the tadpoles’ egg preferences.
Choice B is incorrect. Although the table shows that for each of the five amphibian species, the cane toad tadpoles ate less than 100% of that species’ eggs, which demonstrates that the tadpoles did indeed leave some eggs for each species unharmed, this fact alone is irrelevant to the tadpoles’ preferences for some species’ eggs over other species’ eggs. Choice C is incorrect. Although the table indicates that the cane toad tadpoles ate 90% of the cane toad eggs and 7% of the short-footed frog eggs, which suggests that they prefer cane toad eggs over short-footed frog eggs, the table also indicates that cane toad eggs produce bufadienolide, whereas short-footed frog eggs do not. Therefore, these data are not sufficient to exclude that bufadienolide alone could explain the tadpoles’ preference for some species’ eggs over other species’ eggs. Choice D is incorrect. Although the table shows that for both dainty green tree frog eggs and little red tree frog eggs, the cane toad tadpoles ate 1% of those species’ eggs, it also indicates that neither produces bufadienolide. Thus, these data alone don’t indicate bufadienolide’s role in the tadpoles’ egg preferences.",
+ hasFigure: false,
+ },
+ {
+ id: "825dc766",
+ type: "mcq",
+ passage:
+ "King Lear is a circa 1606 play by William Shakespeare. In the play, the character of King Lear attempts to test his three daughters’ devotion to him. He later expresses regret for his actions, as is evident when he ______blank
",
+ questionHtml:
+ "Which choice most effectively uses a quotation from King Lear to illustrate the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "says of himself, “I am a man / more sinned against than sinning.”",
+ },
+ {
+ label: "B",
+ text: "says during a growing storm, “This tempest will not give me leave to ponder / On things would hurt me more.”",
+ },
+ {
+ label: "C",
+ text: "says to himself while striking his head, “Beat at this gate that let thy folly in / And thy dear judgement out!”",
+ },
+ {
+ label: "D",
+ text: "says of himself, “I will do such things— / What they are yet, I know not; but they shall be / The terrors of the earth!”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most effectively uses a quotation from King Lear to illustrate the claim that King Lear expresses regret for his actions. In the quotation, Lear describes striking himself on the head—the same act he’s engaged in as he speaks, and one that suggests he’s deeply upset with himself. Referring to himself in the second person (with “thy”), the character exclaims “Beat at this gate that let thy folly in / And thy dear judgement out!” Lear refers metaphorically to his own mind as a gate that has allowed folly, or poor judgement, to enter and good judgement to escape. This suggests that Lear regrets his attempts to test his three daughters’ devotion to him, regarding those attempts as examples of the folly that has entered the gate of his mind.
Choice A is incorrect because this quotation doesn’t express King Lear’s sense of regret over his own actions; instead, it expresses his belief that the harm that others have done to him (or the extent to which they have “sinned against” him) outweighs whatever harm he himself has caused by “sinning.” Choice B is incorrect because this quotation doesn’t express King Lear’s sense of regret over his own actions; instead, it expresses his thoughts about an approaching storm (“this tempest”), which he believes “will not give him leave to ponder,” or time to consider, the harm that he will continue to experience (“things” that “would hurt him more”). Choice D is incorrect because this quotation expresses King Lear’s vow to commit terrible actions (or “things” that “shall be / The terrors of the earth”) in the future, not his regret over actions that he’s already taken.",
+ hasFigure: false,
+ },
+ {
+ id: "8391a002",
+ type: "mcq",
+ passage:
+ "Black beans (Phaseolus vulgaris) are a nutritionally dense food, but they are difficult to digest in part because of their high levels of soluble fiber and compounds like raffinose. They also contain antinutrients like tannins and trypsin inhibitors, which interfere with the body’s ability to extract nutrients from foods. In a research article, Marisela Granito and Glenda Álvarez from Simón Bolívar University in Venezuela claim that inducing fermentation of black beans using lactic acid bacteria improves the digestibility of the beans and makes them more nutritious.
",
+ questionHtml:
+ "Which finding from Granito and Álvarez’s research, if true, would most directly support their claim?",
+ choices: [
+ {
+ label: "A",
+ text: "When cooked, fermented beans contained significantly more trypsin inhibitors and tannins but significantly less soluble fiber and raffinose than nonfermented beans.",
+ },
+ {
+ label: "B",
+ text: "Fermented beans contained significantly less soluble fiber and raffinose than nonfermented beans, and when cooked, the fermented beans also displayed a significant reduction in trypsin inhibitors and tannins.",
+ },
+ {
+ label: "C",
+ text: "When the fermented beans were analyzed, they were found to contain two microorganisms, Lactobacillus casei and Lactobacillus plantarum, that are theorized to increase the amount of nitrogen absorbed by the gut after eating beans.",
+ },
+ {
+ label: "D",
+ text: "Both fermented and nonfermented black beans contained significantly fewer trypsin inhibitors and tannins after being cooked at high pressure.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents a finding that would best support Granito and Álvarez’s claim that fermenting black beans makes them easier to digest and more nutritious. The text indicates that high levels of soluble fiber and raffinose in black beans make the beans hard to digest and that tannins and trypsin inhibitors make it harder for the body to extract nutrients from the beans. If it were found that fermenting the beans significantly reduces their levels of soluble fiber, raffinose, trypsin inhibitors, and tannins when cooked, this would directly support the claim that fermentation improves the digestibility of the beans and makes them more nutritious.
Choice A is incorrect because the text indicates that trypsin inhibitors and tannins interfere with the body’s ability to extract nutrients from black beans; if fermentation and cooking were found to increase these antinutrients, fermented beans would likely be less nutritious than unfermented ones, not more nutritious (as Granito and Álvarez claim). Choice C is incorrect because the text doesn’t address the idea that greater nitrogen absorption in the gut has an effect on a food’s digestibility or level of nutrition, so the discovery of the presence of microorganisms that may increase nitrogen absorption wouldn’t provide relevant support for the claim that fermentation makes black beans easier to digest and more nutritious. Choice D is incorrect because Granito and Álvarez’s claim focuses on the effect of fermenting black beans, but the finding that nonfermented black beans also have fewer trypsin inhibitors and tannins when cooked at high pressure would suggest that the role of the cooking method could be significant when it comes to nutrition; further, the finding wouldn’t address the beans’ digestibility.",
+ hasFigure: false,
+ },
+ {
+ id: "8545ccfe",
+ type: "mcq",
+ passage:
+ "Icebergs generally appear to be mostly white or blue, depending on how the ice reflects sunlight. Ice with air bubbles trapped in it looks white because much of the light reflects off the bubbles. Ice without air bubbles usually looks blue because the light travels deep into the ice and only a little of it is reflected. However, some icebergs in the sea around Antarctica appear to be green. One team of scientists hypothesized that this phenomenon is the result of yellow-tinted dissolved organic carbon in Antarctic waters mixing with blue ice to produce the color green.
",
+ questionHtml:
+ "Which finding, if true, would most directly weaken the team’s hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "White ice doesn’t change color when mixed with dissolved organic carbon due to the air bubbles in the ice.",
+ },
+ {
+ label: "B",
+ text: "Dissolved organic carbon has a stronger yellow color in Antarctic waters than it does in other places.",
+ },
+ {
+ label: "C",
+ text: "Blue icebergs and green icebergs are rarely found near each other.",
+ },
+ {
+ label: "D",
+ text: "Blue icebergs and green icebergs contain similarly small traces of dissolved organic carbon.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents a finding that, if true, would weaken the scientists’ hypothesis about icebergs that appear to be green. The text indicates that most icebergs are either mostly white or blue in color but that some icebergs in Antarctica appear to be green. The text goes on to say that the scientists hypothesized that this green color occurs when yellow-tinted dissolved organic carbon in ocean waters mixes with blue ice. A finding that both blue icebergs and green icebergs contain similarly small traces of dissolved organic carbon would suggest that something other than yellow-tinted organic carbon causes some icebergs’ green color, since the blue icebergs that contain yellow-tinted organic carbon remained blue instead of turning green.
Choice A is incorrect because, according to the text, the scientists’ hypothesis was that blue icebergs, not white ones, change color when their ice mixes with yellow-tinted dissolved organic carbon. A finding that white ice, because of its air bubbles, doesn’t change color when it’s mixed with dissolved organic carbon would therefore have no bearing on the scientists’ hypothesis. Choice B is incorrect because the text focuses only on Antarctic icebergs that appear to be green. It doesn’t indicate that icebergs in locations other than Antarctica have been found to have a green hue. A finding that dissolved organic carbon has a stronger yellow color in Antarctic waters than in other places would therefore have no bearing on the scientists’ hypothesis that green color in icebergs in Antarctica is caused by yellow-tinted dissolved organic carbon mixing with blue ice. Choice C is incorrect because, according to the text, the scientists’ hypothesis was that blue icebergs turn green when their ice mixes with yellow-tinted dissolved organic carbon in the sea around them. If that’s correct, one would expect blue icebergs and green icebergs to be located at a distance from each other since all blue icebergs in an area where the waters contain yellow-tinted dissolved organic carbon would take on a green hue. A finding that blue icebergs and green icebergs are rarely found near each other would therefore strengthen, not weaken, the researchers’ hypothesis.",
+ hasFigure: false,
+ },
+ {
+ id: "8584f3ce",
+ type: "mcq",
+ passage:
+ "When digging for clams, their primary food, sea otters damage the roots of eelgrass plants growing on the seafloor. Near Vancouver Island in Canada, the otter population is large and well established, yet the eelgrass meadows are healthier than those found elsewhere off Canada’s coast. To explain this, conservation scientist Erin Foster and colleagues compared the Vancouver Island meadows to meadows where otters are absent or were reintroduced only recently. Finding that the Vancouver Island meadows have a more diverse gene pool than the others do, Foster hypothesized that damage to eelgrass roots increases the plant’s rate of sexual reproduction; this, in turn, boosts genetic diversity, which benefits the meadow’s health overall.
",
+ questionHtml:
+ "Which finding, if true, would most directly undermine Foster’s hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "At some sites in the study, eelgrass meadows are found near otter populations that are small and have only recently been reintroduced.",
+ },
+ {
+ label: "B",
+ text: "At several sites not included in the study, there are large, well-established sea otter populations but no eelgrass meadows.",
+ },
+ {
+ label: "C",
+ text: "At several sites not included in the study, eelgrass meadows’ health correlates negatively with the length of residence and size of otter populations.",
+ },
+ {
+ label: "D",
+ text: "At some sites in the study, the health of plants unrelated to eelgrass correlates negatively with the length of residence and size of otter populations.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents a finding that, if true, would weaken Foster’s hypothesis that damage to eelgrass roots improves the health of eelgrass meadows by boosting genetic diversity. The text indicates that sea otters damage eelgrass roots but that eelgrass meadows near Vancouver Island, where there’s a large otter population, are comparatively healthy. When Foster and her colleagues compared the Vancouver Island eelgrass meadows to those that don’t have established otter populations, the researchers found that the Vancouver Island meadows are more genetically diverse than the other meadows are. This finding led Foster to hypothesize that damage to the eelgrass roots encourages eelgrass reproduction, thereby improving genetic diversity and the health of the meadows. If, however, other meadows not included in the study are less healthy the larger the local otter population is and the longer the otters have been in residence, that would suggest that damage to the eelgrass roots, which would be expected to increase with the size and residential duration of the otter population, isn’t leading meadows to be healthier. Such a finding would therefore weaken Foster’s hypothesis.
Choice A is incorrect because finding that small, recently introduced otter populations are near other eelgrass meadows in the study wouldn’t weaken Foster’s hypothesis. If otter populations were small and only recently established, they wouldn’t be expected to have caused much damage to eelgrass roots, so even if those eelgrass meadows were less healthy than the Vancouver Island meadows, that wouldn’t undermine Foster’s hypothesis. In fact, it would be consistent with Foster’s hypothesis since it would suggest that the greater damage caused by larger, more established otter populations is associated with healthier meadows. Choice B is incorrect because the existence of areas with otters but without eelgrass meadows wouldn’t reveal anything about whether the damage that otters cause to eelgrass roots ultimately benefits eelgrass meadows. Choice D is incorrect because the health of plants other than eelgrass would have no bearing on Foster’s hypothesis that damage to eelgrass roots leads to greater genetic diversity and meadow health. It would be possible for otters to have a negative effect on other plants while nevertheless improving the health of eelgrass meadows by damaging eelgrass roots.",
+ hasFigure: false,
+ },
+ {
+ id: "860803dd",
+ type: "mcq",
+ passage:
+ "Biologist Valentina Gómez-Bahamón and her team have investigated two subspecies of the fork-tailed flycatcher bird that live in the same region in Colombia, but one subspecies migrates south for part of the year, and the other doesn’t. The researchers found that, due to slight differences in feather shape, the feathers of migratory forked-tailed flycatcher males make a sound during flight that is higher pitched than that made by the feathers of nonmigratory males. The researchers hypothesize that fork-tailed flycatcher females are attracted to the specific sound made by the males of their own subspecies, and that over time the females’ preference will drive further genetic and anatomical divergence between the subspecies.
",
+ questionHtml:
+ "Which finding, if true, would most directly support Gómez-Bahamón and her team’s hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "The feathers located on the wings of the migratory fork-tailed flycatchers have a narrower shape than those of the nonmigratory birds, which allows them to fly long distances.",
+ },
+ {
+ label: "B",
+ text: "Over several generations, the sound made by the feathers of migratory male fork-tailed flycatchers grows progressively higher pitched relative to that made by the feathers of nonmigratory males.",
+ },
+ {
+ label: "C",
+ text: "Fork-tailed flycatchers communicate different messages to each other depending on whether their feathers create high-pitched or low-pitched sounds.",
+ },
+ {
+ label: "D",
+ text: "The breeding habits of the migratory and nonmigratory fork-tailed flycatchers remained generally the same over several generations.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents a finding that, if true, would most directly support Gómez-Bahamón and her team’s hypothesis about fork-tailed flycatchers. The text indicates that although two subspecies of the birds live in the same region, the tail feathers of the migrating males make a higher-pitched sound than the tail feathers of the nonmigrating males do. Gómez-Bahamón and her team hypothesize that female fork-tailed flycatchers are attracted to the particular sound made by the tail feathers of males of their own subspecies, which will bring about additional “genetic and anatomical divergence” between the two subspecies. If it were found that the pitch generated by the tail feathers of migrating males is getting higher over successive generations, it would indicate that the shape of the migrating subspecies’ tail feathers is diverging further from that of the nonmigrating subspecies. And if females continue to prefer the sounds of the males of their own subspecies, the females of the migrating subspecies will become acclimated to increasingly higher pitches over subsequent generations, causing further divergence between the subspecies. Thus, if it were found that migrating males’ tail feathers were producing higher pitches over time, that would support the researchers’ hypothesis.
Choice A is incorrect because the researchers’ hypothesis is that female flycatchers prefer the sounds produced by the tail feathers of males of their own subspecies, which will lead to further divergence between the two subspecies. This finding is about the shape of wing feathers and how that affects long-distance flight, whereas the hypothesis is about the shape of tail feathers and how that relates to female mate preference. Choice C is incorrect because the researchers’ hypothesis is that female flycatchers prefer the sounds produced by the tail feathers of males of their own subspecies, which will lead to further divergence between the two subspecies. This finding focuses on how the tail feather sounds communicate different messages, which doesn’t address differences between the subspecies or female preferences. Choice D is incorrect because the researchers’ hypothesis is that female flycatchers prefer the sounds produced by the tail feathers of males of their own subspecies, which will lead to further divergence between the two subspecies. The finding that breeding habits haven’t changed for either subspecies does not, by itself, suggest anything about female preferences or divergence between the two subspecies.",
+ hasFigure: false,
+ },
+ {
+ id: "9452092c",
+ type: "mcq",
+ passage:
+ "Effects of Mycorrhizal Fungi on 3 Plant Species
Plant speciesMycorrhizal hostAverage mass of plants grown in soil containing mycorrhizal fungi (in grams)Average mass of plants grown in soil treated to kill fungi (in grams)Cornyes15.13.8Marigoldyes10.22.4Broccolino7.57
Mycorrhizal fungi in soil benefits many plants, substantially increasing the mass of some. A student conducted an experiment to illustrate this effect. The student chose three plant species for the experiment, including two that are mycorrhizal hosts (species known to benefit from mycorrhizal fungi) and one nonmycorrhizal species (a species that doesn’t benefit from and may even be harmed by mycorrhizal fungi). The student then grew several plants from each species both in soil containing mycorrhizal fungi and in soil that had been treated to kill mycorrhizal and other fungi. After several weeks, the student measured the plants’ average mass and was surprised to discover that ______blank
",
+ questionHtml:
+ "Which choice most effectively uses data from the table to complete the statement?",
+ choices: [
+ {
+ label: "A",
+ text: "broccoli grown in soil containing mycorrhizal fungi had a slightly higher average mass than broccoli grown in soil that had been treated to kill fungi.",
+ },
+ {
+ label: "B",
+ text: "corn grown in soil containing mycorrhizal fungi had a higher average mass than broccoli grown in soil containing mycorrhizal fungi.",
+ },
+ {
+ label: "C",
+ text: "marigolds grown in soil containing mycorrhizal fungi had a much higher average mass than marigolds grown in soil that had been treated to kill fungi.",
+ },
+ {
+ label: "D",
+ text: "corn had the highest average mass of all three species grown in soil that had been treated to kill fungi, while marigolds had the lowest.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most effectively uses data from the table to complete the statement. The text explains that mycorrhizal hosts are plants that benefit from the presence of mycorrhizal fungi in the soil and that some such plants produce more mass when grown in the presence of these fungi, while for nonmycorrhizal species the fungi either have no effect or may be harmful. The experiment included two mycorrhizal hosts (corn and marigold) and one nonmycorrhizal species (broccoli). Given the claim in the text that nonmycorrhizal species will see either no difference or a decrease in mass when exposed to mycorrhizal fungi, the student would likely have been surprised by the higher average mass for broccoli grown in the presence of the fungi than the broccoli grown in the soil treated to kill fungi.
Choice B is incorrect. Although this choice accurately describes the corn data from the table, the fact that the mycorrhizal host corn is more massive in the presence of the fungi likely fits with what the student expected and would therefore not be surprising. Choice C is incorrect. Although this choice accurately describes the marigold data from the table, the fact that the mycorrhizal host marigold is more massive in the presence of the fungi is likely what the student expected and thus would not be surprising. Choice D is incorrect because it does not accurately represent the data in the table—when grown in soil treated to kill fungi, corn had an average mass of 3.8 g while broccoli had an average mass of 7g—and because making comparisons among the plants in the no-fungi condition, by itself, does not provide a basis to compare the average mass of mycorrhizal hosts and nonmycorrhizal species grown in the presence of the fungi with those grown in the soil treated to kill fungi.",
+ hasFigure: false,
+ },
+ {
+ id: "94c54577",
+ type: "mcq",
+ passage:
+ "While attending school in New York City in the 1980s, Okwui Enwezor encountered few works by African artists in exhibitions, despite New York’s reputation as one of the best places to view contemporary art from around the world. According to an arts journalist, later in his career as a renowned curator and art historian, Enwezor sought to remedy this deficiency, not by focusing solely on modern African artists, but by showing how their work fits into the larger context of global modern art and art history.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the journalist’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "As curator of the Haus der Kunst in Munich, Germany, Enwezor organized a retrospective of Ghanaian sculptor El Anatsui’s work entitled El Anatsui: Triumphant Scale, one of the largest art exhibitions devoted to a Black artist in Europe’s history.",
+ },
+ {
+ label: "B",
+ text: "In the exhibition Postwar: Art Between the Pacific and the Atlantic, 1945–1965, Enwezor and cocurator Katy Siegel brought works by African artists such as Malangatana Ngwenya together with pieces by major figures from other countries, like US artist Andy Warhol and Mexico’s David Siqueiros.",
+ },
+ {
+ label: "C",
+ text: "Enwezor’s work as curator of the 2001 exhibition The Short Century: Independence and Liberation Movements in Africa, 1945–1994 showed how African movements for independence from European colonial powers following the Second World War profoundly influenced work by African artists of the period, such as Kamala Ibrahim Ishaq and Thomas Mukarobgwa.",
+ },
+ {
+ label: "D",
+ text: "Enwezor organized the exhibition In/sight: African Photographers, 1940 to the Present not to emphasize a particular aesthetic trend but to demonstrate the broad range of ways in which African artists have approached the medium of photography.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents a finding that, if true, would most directly support the arts journalist’s claim about Enwezor’s work as a curator and art historian. In the text, the arts journalist asserts that Enwezor wished not just to focus on modern African artists but also to show “how their work fits into the larger context of global modern art and art history,” or how their work relates to artistic developments and work by other artists elsewhere in the world. The description of Postwar: Art Between the Pacific and the Atlantic, 1945–1965 indicates that Enwezor and Siegel’s exhibition brought works by African artists together with works by artists from other countries, thus supporting the arts journalist’s claim that Enwezor sought to show works by African artists in a context of global modern art and art history.
Choice A is incorrect because it describes a retrospective that wouldn’t support the arts journalist’s claim that Enwezor wanted to show how works by modern African artists fit into the larger context of global modern art and art history. The description of El Anatsui: Triumphant Scale indicates that the retrospective focused only on the work of a single African artist, El Anatsui. The description doesn’t suggest that the exhibition showed how El Anatsui’s works fit into a global artistic context. Choice C is incorrect because it describes an exhibition that wouldn’t support the arts journalist’s claim that Enwezor wanted to show how works by modern African artists relate to the larger context of global modern art and art history. The description of The Short Century: Independence and Liberation Movements in Africa, 1945–1994 indicates that the exhibition showed how African artists were influenced by movements for independence from European colonial powers following the Second World War. Although this suggests that Enwezor intended the exhibition to place works by African artists in a political context, it doesn’t indicate that the works were placed in a global artistic context. Choice D is incorrect because it describes an exhibition that wouldn’t support the arts journalist’s claim that Enwezor wanted to show how works by modern African artists relate to the larger context of global modern art and art history. The description of In/sight: African Photographers, 1940 to the Present indicates that the exhibition was intended to reveal the broad range of approaches taken by African photographers, not that the exhibition showed how photography by African artists fits into a global artistic context.",
+ hasFigure: false,
+ },
+ {
+ id: "9c407117",
+ type: "mcq",
+ passage:
+ "A student performs an experiment testing her hypothesis that a slightly acidic soil environment is more beneficial for the growth of the plant Brassica rapa parachinensis (a vegetable commonly known as choy sum) than a neutral soil environment. She plants sixteen seeds of choy sum in a mixture of equal amounts of coffee grounds (which are highly acidic) and potting soil and another sixteen seeds in potting soil without coffee grounds as the control for the experiment. The two groups of seeds were exposed to the same growing conditions and monitored for three weeks.
",
+ questionHtml:
+ "Which finding, if true, would most directly weaken the student’s hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "The choy sum planted in the soil without coffee grounds were significantly taller at the end of the experiment than the choy sum planted in the mixture of soil and coffee grounds.",
+ },
+ {
+ label: "B",
+ text: "The choy sum grown in the soil without coffee grounds weighed significantly less at the end of the experiment than the choy sum grown in the mixture of soil and coffee grounds.",
+ },
+ {
+ label: "C",
+ text: "The choy sum seeds planted in the soil without coffee grounds sprouted significantly later in the experiment than did the seeds planted in the mixture of soil and coffee grounds.",
+ },
+ {
+ label: "D",
+ text: "Significantly fewer of the choy sum seeds planted in the soil without coffee grounds sprouted plants than did the seeds planted in the mixture of soil and coffee grounds.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it describes an experimental outcome that would most directly weaken the student’s hypothesis. According to the text, the student hypothesizes that Brassica rapa parachinensis (choy sum) will benefit more from acidic soil than it will from neutral soil. The text then explains that the student planted 16 choy sum seeds in potting soil with coffee grounds added to increase acidity and another 16 seeds in soil without coffee grounds as a control (a group identical to the experimental group except for the experimental modification being tested). If the hypothesis were correct, the plants in the more acidic soil-and-coffee-grounds mixture would grow faster than those in the control group. However, choice A proposes a scenario in which the plants in soil without coffee grounds were “significantly taller” than those in the more acidic mixture—an outcome that weakens the hypothesis that higher acidity is beneficial to the plants’ growth.
Choice B is incorrect. If the choy sum planted in the neutral soil produced less plant matter and therefore weighed less than the choy sum planted in the acidic soil-and-coffee-grounds mixture, this finding would strengthen the student’s hypothesis, not weaken it. Choice C is incorrect. If seeds planted in neutral soil (without coffee grounds) sprouted significantly later than seeds planted in the acidic soil-and-coffee-grounds mixture, this finding would strengthen, not weaken, the student’s hypothesis that acidic soil benefits choy sum. Choice D is incorrect. If seeds planted in the neutral soil (without coffee grounds) sprouted significantly fewer plants than seeds planted in the acidic soil-and-coffee-grounds mixture did, this finding would strengthen, not weaken, the student’s hypothesis that choy sum benefits from acidic soil.",
+ hasFigure: false,
+ },
+ {
+ id: "a15b3219",
+ type: "mcq",
+ passage:
+ "
For each data category, the following bars are shown:
announcement before election
announcement after election
The data for the 3 categories are as follows:
no response:
announcement before election: 1,252
announcement after election: 1,248
responded to inquiry:
announcement before election: 207
announcement after election: 205
offered incentive:
announcement before election: 128
announcement after election: 122
In the United States, firms often seek incentives from municipal governments to expand to those municipalities. A team of political scientists hypothesized that municipalities are much more likely to respond to firms and offer incentives if expansions can be announced in time to benefit local elected officials than if they can’t. The team contacted officials in thousands of municipalities, inquiring about incentives for a firm looking to expand and indicating that the firm would announce its expansion on a date either just before or just after the next election.",
+ questionHtml:
+ "Which choice best describes data from the graph that weaken the team’s hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "A large majority of the municipalities that received an inquiry mentioning plans for an announcement before the next election didn’t respond to the inquiry.",
+ },
+ {
+ label: "B",
+ text: "The proportion of municipalities that responded to the inquiry or offered incentives didn’t substantially differ across the announcement timing conditions.",
+ },
+ {
+ label: "C",
+ text: "Only around half the municipalities that responded to inquiries mentioning plans for an announcement before the next election offered incentives.",
+ },
+ {
+ label: "D",
+ text: "Of the municipalities that received an inquiry mentioning plans for an announcement date after the next election, more than 1,200 didn’t respond and only around 100 offered incentives.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The lighter bars show what happened when the announcement was to come before the election, and the darker bars show what happened when the announcement was to come after the election. For all three of the outcomes, the light and dark bars are virtually the same, demonstrating that the announcement timing didn’t actually make a difference.
Choice A is incorrect. This accurately describes some data from the graph, but it doesn’t weaken the hypothesis. It doesn’t include the “announcement after election” data for comparison. Choice C is incorrect. This accurately describes some data from the graph, but it doesn’t weaken the hypothesis. It doesn’t include the “announcement after election” data for comparison. Choice D is incorrect. This accurately describes some data from the graph, but it doesn’t weaken the hypothesis. It doesn’t include the “announcement before election” data for comparison.",
+ hasFigure: true,
+ figureUrl: "/practice-images/a15b3219_svg1.svg",
+ },
+ {
+ id: "a44bbd6b",
+ type: "mcq",
+ passage:
+ "Several studies of sediment (e.g., dirt, pieces of rock, etc.) in streams have shown an inverse correlation between sediment grain size and downstream distance from the primary sediment source, suggesting that stream length has a sorting effect on sediment. In a study of sediment sampled at more than a dozen sites in Alpine streams, however, geologists Camille Litty and Fritz Schlunegger found that cross-site variations in grain size were not associated with differences in downstream distance, though they did not conclude that downstream distance is irrelevant to grain size. Rather, they concluded that sediment influx in these streams may have been sufficiently spatially diffuse to prevent the typical sorting effect from being observed.
",
+ questionHtml:
+ "Which finding about the streams in the study, if true, would most directly support Litty and Schlunegger’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "The streams regularly experience portions of their banks collapsing into the water at multiple points upstream of the sampling sites.",
+ },
+ {
+ label: "B",
+ text: "The streams contain several types of sediment that are not typically found in streams where the sorting effect has been demonstrated.",
+ },
+ {
+ label: "C",
+ text: "The streams mostly originate from the same source, but their lengths vary considerably due to the different courses they take.",
+ },
+ {
+ label: "D",
+ text: "The streams are fed by multiple tributaries that carry significant volumes of sediment and that enter the streams downstream of the sampling sites.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This finding would support the conclusion. If stream banks are collapsing into the water at multiple points, then sediment is getting into the water at those various points. This supports the conclusion that the inflow of sediment is very spread out.
Choice B is incorrect. This finding wouldn’t support the conclusion. The conclusion is about the influx of sediment being “spatially diffuse,” meaning spread out over a large area. The type of sediment wouldn’t have an impact on the conclusions. Choice C is incorrect. This finding wouldn’t support the conclusion. It doesn’t say anything about the influx of sediment being “spatially diffuse” (spread out). Choice D is incorrect. This finding wouldn’t support the conclusion. Any sediment that enters downstream of the sampling sites wouldn’t end up in the samples, so it wouldn’t affect the findings or the conclusion.",
+ hasFigure: false,
+ },
+ {
+ id: "af9e3240",
+ type: "mcq",
+ passage:
+ "Electra is a circa 420–410 BCE play by Sophocles, translated in 1870 by R.C. Jebb. Electra, who is in mourning for her dead father and her long-absent brother, is aware of the intensity of her grief but believes it to be justified: ______blank
",
+ questionHtml:
+ "Which quotation from Electra most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“O thou pure sunlight, and thou air, earth’s canopy, how often have ye heard the strains of my lament, the wild blows dealt against this bleeding breast, when dark night fails!”",
+ },
+ {
+ label: "B",
+ text: "“Send to me my brother; for I have no more the strength to bear up alone against the load of grief that weighs me down.”",
+ },
+ {
+ label: "C",
+ text: "“I know my own passion, it escapes me not; but, seeing that the causes are so dire, will never curb these frenzied plaints, while life is in me.”",
+ },
+ {
+ label: "D",
+ text: "“But never will I cease from dirge and sore lament, while I look on the trembling rays of the bright stars, or on this light of day.”",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. Electra states that she “knows her own passion,” which shows that she’s aware of the intensity of her grief. But she also claims that the “causes are so dire”—meaning the reasons for her grief are so awful—that she can’t let it go, which shows that she believes her grief is justified.
Choice A is incorrect. This quotation doesn’t show that Electra believes her grief is justified. It shows that Electra is aware of its intensity, but it doesn’t suggest that she believes she has a legitimate reason for feeling that way. Choice B is incorrect. This quotation doesn’t show that Electra believes her grief is justified. It shows that Electra is aware of its intensity, but it doesn’t suggest that she believes she has a legitimate reason for feeling that way. Choice D is incorrect. This quotation doesn’t show that Electra believes her grief is justified. It shows that Electra is aware of the intensity of her grief, but it doesn’t suggest that she has a legitimate reason for feeling that way.",
+ hasFigure: false,
+ },
+ {
+ id: "b2e54b50",
+ type: "mcq",
+ passage:
+ "Correlations Between Congestion Ratings and Features of the Crowd in Raters’ Immediate Vicinity
Crowd featureBefore obstacleAfter obstacleOverallDensity0.85920.73080.7447Velocity−0.9357negative 0.9357−0.9518negative 0.9518−0.8587negative 0.8587
Researcher Xiaolu Jia and colleagues monitored individuals’ velocity and the surrounding crowd density as a group of study participants walked through a space and navigated around an obstacle. Participants rated how congested it seemed before the obstacle, after the obstacle, and overall, and the researchers correlated those ratings with velocity and density. (Correlations range from −1negative 1 to 1, with greater distance from 0 indicating greater strength). The researchers concluded that the correlations with velocity are stronger than those with density.
",
+ questionHtml:
+ "Which choice best describes data from the table that support the researchers’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "The correlation between congestion ratings before the obstacle and density is further from 0 than the correlation between overall congestion rating and velocity is.",
+ },
+ {
+ label: "B",
+ text: "The correlation between congestion ratings before the obstacle and velocity is further from 0 than the correlation between congestion overall and velocity is.",
+ },
+ {
+ label: "C",
+ text: "For each of the three ratings, the correlation with velocity is negative while the correlation with density is positive.",
+ },
+ {
+ label: "D",
+ text: "For each of the three ratings, correlations with velocity are further from 0 than the corresponding correlations with density are.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text tells us that the farther the correlation is from 0, the “stronger” it is (doesn’t matter if it’s negative or positive). The table shows that the correlations with velocity are farther from zero than the correlations with density, which supports the conclusion that the correlations with velocity are stronger.
Choice A is incorrect. This choice doesn’t support the conclusion. It makes an “apples to oranges” comparison by comparing density and velocity correlations across features instead of comparing them for each feature. Choice B is incorrect. This choice doesn’t support the conclusion. It doesn’t include the density correlations for comparison. Choice C is incorrect. This choice doesn’t support the conclusion. The text tells us that the farther the correlation is from 0, the “stronger” it is: it doesn’t matter for “strength” whether it’s negative or positive.",
+ hasFigure: false,
+ },
+ {
+ id: "b32c4b3a",
+ type: "mcq",
+ passage:
+ "The Intertropical Convergence Zone (ITCZ), a band of clouds that encircles Earth in the tropics and is a major rainfall source, shifts position in response to temperature variations across Earth’s hemispheres. Data from Huagapo Cave in Peru suggest the ITCZ shifted south during the Little Ice Age (circa 1300–1850), but a shift as far into South America as Huagapo should have led to dry conditions in Central America, which is inconsistent with climate models. To resolve the issue, geologist Yemane Asmerom and colleagues collected data from Yok Balum Cave in Central America and compared them with the Huagapo data. They concluded that during the Little Ice Age, the ITCZ may have expanded northward and southward rather than simply shifted.
",
+ questionHtml:
+ "Which finding from Asmerom and colleagues’ study, if true, would most directly support their conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "Neither the Yok Balum data nor the Huagapo data show significant local variations in temperature during the Little Ice Age.",
+ },
+ {
+ label: "B",
+ text: "Both the Yok Balum data and the Huagapo data show increased temperatures and prolonged dry conditions during the Little Ice Age.",
+ },
+ {
+ label: "C",
+ text: "The Yok Balum data show prolonged dry conditions during the same portions of the Little Ice Age in which the Huagapo data show heightened levels of rainfall.",
+ },
+ {
+ label: "D",
+ text: "The Yok Balum data and the Huagapo data show strongly correlated patterns of high rainfall during the Little Ice Age.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents a finding that, if true, would support Asmerom and colleagues’ conclusion that the ITCZ may have expanded northward and southward rather than shifting south during the Little Ice Age. The text indicates that the ITCZ, a band of clouds in the tropics that is a significant rainfall source, can change position. Data from Peru’s Huagapo Cave suggest that the ITCZ shifted south during the Little Ice Age. But according to the text, if the ITCZ moved into South America in that way, then Central America should have been drier than climate models suggest it was. In other words, rainfall should have been reduced in Central America because the ITCZ, a significant rainfall source, had shifted into South America, but climate models do not show such a reduction in Central America. The text goes on to say that Asmerom and colleagues tried to resolve this apparent conflict by collecting data from Yok Balum cave in Central America and comparing them with data from Huagapo, which led the researchers to conclude that the ITCZ may have expanded both northward and southward rather than simply shifting south. If it is true that Yok Balum in Central America and Huagapo in South America show strongly correlated patterns of high rainfall during the Little Ice Age, such a finding would support Asmerom and colleagues’ conclusion by suggesting that the two areas were affected by the same rainfall source, and thus that the ITCZ may have expanded rather than shifted.
Choice A is incorrect because there is no information in the text about how, if at all, the ITCZ affects temperature in areas where it is located. Rather, the text states that temperature variations across Earth’s hemispheres can shift the position of the ITCZ. Finding that neither Yok Balum nor Huagapo data show evidence of significant local variations in temperature during the Little Ice Age would have no clear bearing on Asmerom and colleagues’ claim. Choice B is incorrect because finding that both Yok Balum and Huagapo experienced prolonged dry conditions during the Little Ice Age would not support Asmerom and colleagues’ conclusion that the ITCZ, a major source of rainfall, may have expanded northward and southward rather than simply shifting south. Dry conditions in both locations would suggest that the ITCZ did not cover either location. Additionally, finding that temperatures were elevated in both locations would have no clear bearing on Asmerom and colleagues’ conclusion, since there is no information in the text that indicates how, if at all, the ITCZ affects temperature. Choice C is incorrect because finding that Yok Balum experienced prolonged dry conditions at the same time that Huagapo experienced high rainfall would weaken Asmerom and colleagues’ conclusion, not strengthen it. Such a finding would suggest that the ITCZ shifted south and left Central America dry rather than expanding both northward and southward.",
+ hasFigure: false,
+ },
+ {
+ id: "be19faa1",
+ type: "mcq",
+ passage:
+ "
Urbanization, industrialization, and the warming climate create thermal pollution (excess heat) in the shallow subsurface soil. Susanne A. Benz and colleagues analyzed thousands of sites on three continents under one scenario in which surface temperature remains at the current level and under another in which the surface reaches the maximum plausible temperature. They then categorized each site according to the percentage of local home heating needs that could be met using this excess subsurface heat. The team concluded that if surface temperature approaches the maximum plausible level, the percentage of sites where thermal pollution could feasibly contribute to meeting home heating needs will increase.",
+ questionHtml:
+ "Which choice best describes data in the graph that support Benz and colleagues’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "Under both temperature conditions, less than 10% of sites were in the up-to-25% group, but at the maximum plausible surface temperature, almost 80% of sites could have all their local heating needs met by thermal pollution.",
+ },
+ {
+ label: "B",
+ text: "At current surface temperatures, more than 80% of the sites have no need for supplemental local home heating from subsurface thermal pollution, but at the maximum plausible surface temperature, more than 70% of sites exhibit significantly greater home heating needs.",
+ },
+ {
+ label: "C",
+ text: "At current surface temperatures, more than 80% of sites can meet, at most, 25% of local home heating needs with subsurface thermal pollution, but at the maximum plausible surface temperature, more than 80% of sites can meet greater than 25% of local home heating needs.",
+ },
+ {
+ label: "D",
+ text: "At current surface temperatures, more than 80% of the sites cannot use subsurface thermal pollution to meet any portion of local home heating needs, but at the maximum plausible surface temperature, that percentage drops below 20%.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The researchers concluded that as we approach maximum plausible surface temperatures, there will be a larger percentage of sites where thermal pollution could contribute to meeting home heating needs. By showing that only a small percentage of homes can currently use thermal pollution for home heating, and that this percentage would grow much larger at maximum plausible surface temperatures, this choice supports the researchers’ conclusion.
Choice A is incorrect. We do not know how many sites could have all (i.e., 100%) of their local heating needs met by thermal pollution, as the graph only classifies sites by whether "0%," "Up to 25%," and "More than 25%" of heating needs could be met. Choice B is incorrect. The graph is not depicting need for supplemental heating from thermal pollution, but rather potential to use thermal pollution for supplemental heating. Choice C is incorrect. The graph indicates that, at current surface temperatures, less than 10% of sites can meet 25% of local home heating needs and that more than 80% of sites cannot meet any local home heating needs.',
+ hasFigure: true,
+ figureUrl: "/practice-images/be19faa1_svg1.svg",
+ },
+ {
+ id: "c2c61e7d",
+ type: "mcq",
+ passage:
+ "Researchers hypothesized that a decline in the population of dusky sharks near the mid-Atlantic coast of North America led to a decline in the population of eastern oysters in the region. Dusky sharks do not typically consume eastern oysters but do consume cownose rays, which are the main predators of the oysters.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the researchers’ hypothesis?",
+ choices: [
+ {
+ label: "A",
+ text: "Declines in the regional abundance of dusky sharks’ prey other than cownose rays are associated with regional declines in dusky shark abundance.",
+ },
+ {
+ label: "B",
+ text: "Eastern oyster abundance tends to be greater in areas with both dusky sharks and cownose rays than in areas with only dusky sharks.",
+ },
+ {
+ label: "C",
+ text: "Consumption of eastern oysters by cownose rays in the region substantially increased before the regional decline in dusky shark abundance began.",
+ },
+ {
+ label: "D",
+ text: "Cownose rays have increased in regional abundance as dusky sharks have decreased in regional abundance.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents a finding that, if true, would most directly support the researchers’ hypothesis about the connection between the dusky shark population decline and the eastern oyster population decline. The text indicates that although dusky sharks don’t usually eat eastern oysters, they do consume cownose rays, which are the main predators of eastern oysters. An increase in the abundance of cownose rays in the region in response to a decline in the abundance of dusky sharks would directly support the researchers’ hypothesis: a higher number of cownose rays would consume more eastern oysters, driving down the oyster population.
Choice A is incorrect because a finding that there’s an association between a decline in the regional abundance of some of dusky sharks’ prey and the regional abundance of dusky sharks wouldn’t directly support the researchers’ hypothesis that a decline in dusky sharks has led to a decline in eastern oysters in the region. Although such a finding might help explain why shark abundance has declined, it would reveal nothing about whether the shark decline is related to the oyster decline. Choice B is incorrect because a finding that eastern oyster abundance tends to be greater when dusky sharks and cownose rays are present than when only dusky sharks are present wouldn’t support the researchers’ hypothesis that a decline in dusky sharks has led to a decline in eastern oysters in the region. The text indicates that the sharks prey on the rays, which are the main predators of the oysters; if oyster abundance is found to be greater when rays are present than when rays are absent, that would suggest that rays aren’t keeping oyster abundance down, and thus that a decline in rays’ predators, which would be expected to lead to an increase in the abundance of rays, wouldn’t bring about a decline in oyster abundance as the researchers hypothesize. Choice C is incorrect because a finding that consumption of eastern oysters by cownose rays increased substantially before dusky sharks declined in regional abundance wouldn’t support the researchers’ hypothesis that the decline in dusky sharks has led to a decline in eastern oysters in the region. Such a finding would suggest that some factor other than shark abundance led to an increase in rays’ consumption of oysters and thus to a decrease in oyster abundance, thereby weakening the researchers’ hypothesis.",
+ hasFigure: false,
+ },
+ {
+ id: "c83e0b43",
+ type: "mcq",
+ passage:
+ "O Pioneers! is a 1913 novel by Willa Cather. In the novel, Cather depicts Alexandra Bergson as a person who takes comfort in understanding the world around her: ______blank
",
+ questionHtml:
+ "Which quotation from O Pioneers! most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“She looked fixedly up the bleak street as if she were gathering her strength to face something, as if she were trying with all her might to grasp a situation which, no matter how painful, must be met and dealt with somehow.“",
+ },
+ {
+ label: "B",
+ text: "“She had never known before how much the country meant to her. The chirping of the insects down in the long grass had been like the sweetest music. She had felt as if her heart were hiding down there, somewhere, with the quail and the plover and all the little wild things that crooned or buzzed in the sun. Under the long shaggy ridges, she felt the future stirring.“",
+ },
+ {
+ label: "C",
+ text: "“Alexandra drove off alone. The rattle of her wagon was lost in the howling of the wind, but her lantern, held firmly between her feet, made a moving point of light along the highway, going deeper and deeper into the dark country.”",
+ },
+ {
+ label: "D",
+ text: "“Alexandra drew her shawl closer about her and stood leaning against the frame of the mill, looking at the stars which glittered so keenly through the frosty autumn air. She always loved to watch them, to think of their vastness and distance, and of their ordered march. It fortified her to reflect upon the great operations of nature, and when she thought of the law that lay behind them, she felt a sense of personal security.”",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most effectively uses a quotation from O Pioneers! to illustrate the claim that Alexandra Bergson takes comfort in understanding the world around her. In the quotation, Alexandra is described as enjoying looking at the stars and feeling a “sense of personal security” when she contemplates nature’s order and its governing laws. This suggests that Alexandra takes comfort in understanding the world around her.
Choice A is incorrect because the quotation expresses how Alexandra Bergson attempts to meet difficult situations with determination, not how she takes comfort in understanding the world around her. Choice B is incorrect because the quotation expresses “how much the country meant to” Alexandra Bergson, not how she takes comfort in understanding the world around her. In detailing some of the wildlife surrounding Alexandra, the quotation conveys that nature is important to her but not necessarily that it gives her comfort. Choice C is incorrect because the quotation describes Alexandra driving her wagon down a highway at night; it doesn’t describe how she takes comfort in understanding the world around her or address how she’s feeling as she drives off.",
+ hasFigure: false,
+ },
+ {
+ id: "ccb1ab92",
+ type: "mcq",
+ passage:
+ "
Research suggests that REM sleep in animals is homeostatically regulated: animals compensate for periods of REM sleep deprivation by increasing subsequent REM sleep. When on land, fur seals get enough REM sleep, but during the weeks they’re in the water, they get almost none. In a study of fur seals’ sleep habits, researchers recorded the REM sleep (as a percentage of baseline) of fur seals once they had returned to land. They concluded that REM sleep may not be homeostatically regulated in fur seals, citing as evidence the fact that the seals in the study ______blank",
+ questionHtml:
+ "Which choice most effectively uses data from the graph to complete the text?",
+ choices: [
+ {
+ label: "A",
+ text: "didn’t show significantly less REM sleep during the second day after returning to land than they did during the first day.",
+ },
+ {
+ label: "B",
+ text: "showed no significant differences from one another in baseline levels of REM sleep.",
+ },
+ {
+ label: "C",
+ text: "didn’t consistently demonstrate a significant increase in REM sleep after their period of deprivation in the water.",
+ },
+ {
+ label: "D",
+ text: "showed no significant difference between REM sleep after returning to land and REM sleep while in the water.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. If REM sleep were homeostatically regulated in fur seals, then all the seals would compensate with REM levels significantly over baseline after going weeks without REM. We’d also expect the seals to maintain those elevated REM levels for some time. Since seals B and C return very quickly to baseline REM levels, this suggests that REM sleep in fur seals may not be regulated homeostatically.
Choice A is incorrect. This doesn’t support the conclusion. If REM sleep were homeostatically regulated in fur seals, then we’d suspect the seals to sustain REM levels well above baseline for a prolonged period in order to compensate for weeks of REM deprivation while in the water. Whether or not there’s a reduction in REM sleep from day 1 to day 2 doesn’t tell us how REM sleep on those days relates to baseline, which is where our focus should be. Choice B is incorrect. The y-axis of this graph doesn’t depict baseline levels of REM sleep, but rather shows REM sleep as a percent of baseline. Choice D is incorrect. The graph doesn’t depict REM sleep while in the water for the seals in the study. Additionally, we’re told fur seals get no REM sleep while in the water, which is significantly different to the values shown in the graph for after they return to land.",
+ hasFigure: true,
+ figureUrl: "/practice-images/ccb1ab92_svg1.svg",
+ },
+ {
+ id: "d102706f",
+ type: "mcq",
+ passage:
+ "Estimates of Tyrannosaurid Bite Force
StudyYearEstimation methodApproximate bite force (newtons)Cost et al.2019muscular and skeletal modeling35,000–63,000Gignac and Erickson2017tooth-bone interaction analysis8,000–34,000Meers2002body-mass scaling183,000–235,000Bates and Falkingham2012muscular and skeletal modeling35,000–57,000
The largest tyrannosaurids—the family of carnivorous dinosaurs that includes Tarbosaurus, Albertosaurus, and, most famously, Tyrannosaurus rex—are thought to have had the strongest bites of any land animals in Earth’s history. Determining the bite force of extinct animals can be difficult, however, and paleontologists Paul Barrett and Emily Rayfield have suggested that an estimate of dinosaur bite force may be significantly influenced by the methodology used in generating that estimate.
",
+ questionHtml:
+ "Which choice best describes data from the table that support Barrett and Rayfield’s suggestion?",
+ choices: [
+ {
+ label: "A",
+ text: "The study by Meers used body-mass scaling and produced the lowest estimated maximum bite force, while the study by Cost et al. used muscular and skeletal modeling and produced the highest estimated maximum.",
+ },
+ {
+ label: "B",
+ text: "In their study, Gignac and Erickson used tooth-bone interaction analysis to produce an estimated bite force range with a minimum of 8,000 newtons and a maximum of 34,000 newtons.",
+ },
+ {
+ label: "C",
+ text: "The bite force estimates produced by Bates and Falkingham and by Cost et al. were similar to each other, while the estimates produced by Meers and by Gignac and Erickson each differed substantially from any other estimate.",
+ },
+ {
+ label: "D",
+ text: "The estimated maximum bite force produced by Cost et al. exceeded the estimated maximum produced by Bates and Falkingham, even though both groups of researchers used the same method to generate their estimates.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it accurately describes data from the table that support Barrett and Rayfield’s suggestion about bite force estimates. According to the text, Barrett and Rayfield believe that estimates of dinosaur bite force may be strongly influenced by the methods used to produce them—that is, that different methods may produce significantly different results. The table shows that the studies by Bates and Falkingham and by Cost et al. used the same estimation method (muscular and skeletal modeling) and produced similar bite force estimates (approximately 35,000–57,000 newtons and 35,000–63,000 newtons, respectively). The study by Meers, however, used body-mass scaling and produced a much higher bite force estimate (183,000–235,000 newtons), while the study by Gignac and Erickson used tooth-bone interaction analysis and produced a much lower bite force estimate (8,000–34,000 newtons). The fact that one method produced similar estimates in two different studies and that two different methods used in other studies produced substantially different estimates supports the idea that dinosaur bite force estimates are significantly influenced by the methodology used to produce them.
Choice A is incorrect because it inaccurately describes data from the table. The table does show that the studies by Meers and by Cost et al. used different estimation methods and produced very different ranges of estimated dinosaur bite force, which would support Barrett and Rayfield’s suggestion that different methodologies may produce significantly different estimates. However, the table doesn’t show that the study by Meers produced the lowest estimated maximum bite force while the study by Cost et al. produced the highest. In fact, the study by Meers estimated a maximum bite force of approximately 235,000 newtons, which is the highest of all the estimated maximums. Choice B is incorrect. Although the data from Gignac and Ericson’s study are accurately described, a single set of findings from one study using only one methodology can’t show that different methodologies may produce significantly different dinosaur bite force estimates, as Barrett and Rayfield suggest. Choice D is incorrect. Although the table shows that the maximum bite force estimated by Cost et al. was higher than that estimated by Bates and Falkingham, the difference is relatively small; in fact, both teams estimated a minimum bite force of approximately 35,000 newtons and a maximum bite force close to approximately 60,000 newtons. Because these findings demonstrate that a single methodology (muscular and skeletal modeling) produced similar overall results in two studies, the findings don’t support Barrett and Rayfield’s suggestion that different methodologies may produce significantly different dinosaur bite force estimates.",
+ hasFigure: false,
+ },
+ {
+ id: "dc87adf4",
+ type: "mcq",
+ passage:
+ "Barchester Towers is an 1857 novel by Anthony Trollope. In the novel, Trollope’s portrayal of Dr. Proudie underscores the character’s exaggerated sense of his own abilities: ______blank
",
+ questionHtml:
+ "Which quotation from Barchester Towers most effectively illustrates the claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“It must not…be taken as proved that Dr. Proudie was a man of great mental powers, or even of much capacity for business, for such qualities had not been required in him.”",
+ },
+ {
+ label: "B",
+ text: "“Dr. Proudie was comparatively young, and had, as he fondly flattered himself, been selected as possessing such gifts, natural and acquired, as must be sure to recommend him to a yet higher notice.”",
+ },
+ {
+ label: "C",
+ text: "“Dr. Proudie’s residence in the metropolis, rendered necessary by duties thus entrusted to him, his high connexions, and the peculiar talents and nature of the man, recommended him to persons in power.”",
+ },
+ {
+ label: "D",
+ text: "“Dr. Proudie was certainly possessed of sufficient tact to answer the purpose for which he was required without making himself troublesome.”",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. In this quotation, Dr. Proudie is described as "fondly flattering himself" that he has gifts that "must be sure to recommend him to a yet higher notice." In other words, he expects his skills to push him to greater fame and success. This implies an exaggerated sense of his own abilities, which matches the claim we’re trying to support.
Choice A is incorrect. This quotation doesn’t describe Proudie’s view of himself, nor does it paint him in an especially flattering light. Instead, by saying his mental powers and business skill are not "proved," it implies that he is actually dim-witted and bad at business. Choice C is incorrect. This choice describes Proudie’s closeness to power and importance, but it doesn’t show what Proudie thinks of himself. Proudie is not describing himself or his abilities here. The narrator is. Choice D is incorrect. While this quotation offers Proudie very mild praise, it doesn’t show what Proudie thinks of himself or his own abilities, which is what the claim focuses on.',
+ hasFigure: false,
+ },
+ {
+ id: "dd1757fd",
+ type: "mcq",
+ passage:
+ "Neural networks are computer models intended to reflect the organization of human brains and are often used in studies of brain function. According to an analysis of 11,000 such networks, Rylan Schaeffer and colleagues advise caution when drawing conclusions about brains from observations of neural networks. They found that when attempting to mimic grid cells (brain cells used in navigation), while 90% of the networks could accomplish navigation-related tasks, only about 10% of those exhibited any behaviors similar to those of grid cells. But even this approximation of grid-cell activity has less to do with similarity between the neural networks and biological brains than it does with the rules programmed into the networks.
",
+ questionHtml:
+ "Which finding, if true, would most directly support the claim in the underlined sentence?",
+ choices: [
+ {
+ label: "A",
+ text: "The rules that allow for networks to exhibit behaviors like those of grid cells have no equivalent in the function of biological brains.",
+ },
+ {
+ label: "B",
+ text: "The networks that do not exhibit behaviors like those of grid cells were nonetheless programmed with rules that had proven useful in earlier neural-network studies.",
+ },
+ {
+ label: "C",
+ text: "Neural networks can often accomplish tasks that biological brains do, but they are typically programmed with rules to model multiple types of brain cells simultaneously.",
+ },
+ {
+ label: "D",
+ text: "Once a neural network is programmed, it is trained on certain tasks to see if it can independently arrive at processes that are similar to those performed by biological brains.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. While many networks can perform navigation tasks, or even mimic grid cells, it doesn’t mean they’re actually behaving like biological brains—this finding suggests that the rules that govern neural network behavior are completely unlike the way real brains work.
Choice B is incorrect. Although it mentions the rules that are programmed into the networks, this finding wouldn’t clarify whether or not these rules have anything to do with the function of biological brains. Choice C is incorrect. This choice suggests that neural networks are modeled after multiple types of brain cells, which sidesteps the question of whether these rule-based networks are genuinely similar to biological brains. Choice D is incorrect. This choice doesn’t address the key point of the claim, which is that the apparent similarity between neural networks and biological brains is only due to the rules programmed into the networks. It focuses on training tasks, not the originally programmed rules.",
+ hasFigure: false,
+ },
+ {
+ id: "df37c087",
+ type: "mcq",
+ passage:
+ "
The data for the 3 categories are as follows:
Ultra-Fast Robot Hand: 505 grams
Permanent Magnet Hand: 295 grams
Yale Model T: 490 grams
Aerial robots vary considerably in their holding force; the Ultra-Fast Robot Hand, for example, has a holding force of 56 newtons, more than twice that of the Permanent Magnet Hand and more than four times that of the Yale Model T. Since an aerial robot must lift its own weight along with its cargo, engineer Jiawei Meng and colleagues used a ratio of each robot’s holding force to the robot’s weight to calculate payload capacity, with higher ratios corresponding to greater capacity, concluding that the Ultra-Fast Robot Hand has a higher payload capacity than the Yale Model T.",
+ questionHtml:
+ "Which choice best describes data in the graph that support Meng and colleagues’ conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "The Ultra-Fast Robot Hand and the Yale Model T each weigh more than 450 grams.",
+ },
+ {
+ label: "B",
+ text: "The Ultra-Fast Robot Hand and the Yale Model T each weigh more than the Permanent Magnet Hand does.",
+ },
+ {
+ label: "C",
+ text: "The Yale Model T has a lower holding force than the Permanent Magnet Hand despite weighing more.",
+ },
+ {
+ label: "D",
+ text: "The Ultra-Fast Robot Hand weighs only slightly more than the Yale Model T does.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it describes data in the graph that support Meng and colleagues’ conclusion that the Ultra-Fast Robot Hand has a higher payload capacity than the Yale Model T. According to the text, payload capacity is calculated by using a ratio of a robot’s holding force to the robot’s weight, and higher ratios indicate a greater payload capacity. The Ultra-Fast Robot Hand has a holding force of 56 newtons, four times greater than that of the Yale Model T. Additionally, the graph shows that the Ultra-Fast Robot Hand has a weight of approximately 500 grams, slightly more than the Yale Model T’s weight of approximately 480 grams. Therefore, the Ultra-Fast Robot Hand has a higher ratio of holding force to weight than the Yale Model T. Since higher ratios correspond to greater payload capacity, the information from the graph indicating that the Ultra-Fast Robot Hand weighs only slightly more than the Yale Model T combined with the information in the text ultimately supports the conclusion that the Ultra-Fast Robot Hand has a higher payload capacity than the Yale Model T.
Choice A is incorrect. Although, according to the graph, it’s true that both the Ultra-Fast Robot Hand and the Yale Model T weigh more than 450 grams, this statement doesn’t support Meng and colleagues’ conclusion that the Ultra-Fast Robot Hand has a higher payload capacity than the Yale Model T. This statement emphasizes a similarity, not a distinction, between the two robots. Choice B is incorrect. Although, according to the graph, it’s true that the Ultra-Fast Robot Hand and the Yale Model T both weigh more than the Permanent Magnet Hand does, this statement doesn’t support Meng and colleagues’ conclusion that the Ultra-Fast Robot Hand has a higher payload capacity than the Yale Model T. This statement emphasizes a similarity, not a distinction, between the Ultra-Fast Robot Hand and the Yale Model T. Furthermore, the comparison to the Permanent Magnet Hand is irrelevant to the claim about the relative ratios and payload capacities of the Ultra-Fast Robot Hand and the Yale Model T. Choice C is incorrect. Although the text states that the Yale Model T has a lower holding force than the Permanent Magnet Hand, the graph provides no information about holding force. Moreover, information about the Permanent Magnet Hand is irrelevant to the conclusion by Meng and colleagues, which only concerns the Ultra-Fast Robot Hand and the Yale Model T.",
+ hasFigure: true,
+ figureUrl: "/practice-images/df37c087_svg1.svg",
+ },
+ {
+ id: "df91532e",
+ type: "mcq",
+ passage:
+ "In the “language nest” model of education, Indigenous children learn the language of their people by using it as the medium of instruction and socialization at pre-K or elementary levels. In their 2016 study of a school in an Anishinaabe community in Ontario, Canada, scholars Lindsay Morcom and Stephanie Roy (who are Anishinaabe themselves) found that the model not only imparted fluency in the Anishinaabe language but also enhanced students’ pride in Anishinaabe culture overall. Given these positive effects, Morcom and Roy predict that the model increases the probability that as adults, former students of the school will transmit the language to younger generations in their community.
",
+ questionHtml:
+ "Which finding, if true, would most strongly support the researchers’ prediction?",
+ choices: [
+ {
+ label: "A",
+ text: "Anishinaabe adults who didn’t attend the school feel roughly the same degree of cultural pride as the former students of the school feel.",
+ },
+ {
+ label: "B",
+ text: "After transferring to the school, new students experience an increase in both fluency and academic performance overall.",
+ },
+ {
+ label: "C",
+ text: "As adults, former students of the school are just as likely to continue living in their community as individuals who didn’t attend the school.",
+ },
+ {
+ label: "D",
+ text: "As they complete secondary and higher education, former students of the school experience no loss of fluency or cultural pride.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents a finding that, if true, would support the researchers’ prediction about the language nest model of education. The text states that Morcom and Roy studied the effects of the language nest model of education on students at an Anishinaabe school, and they found that the model—which is used with students during pre-K or elementary school—increased students’ fluency in the Anishinaabe language and pride in Anishinaabe culture. The researchers predicted that the students’ positive early experiences with the Anishinaabe language would lead them to be more likely to later share the language with younger generations. If former students maintain full fluency and cultural pride after finishing secondary and higher education, it follows that they would be both able and motivated to share what they know with others; this would likely result in a higher probability of transmitting the language to younger generations, as the researchers predict.
Choice A is incorrect because finding that Anishinaabe adults who didn’t attend the school feel approximately the same degree of cultural pride as those adults who did attend wouldn’t support the researchers’ prediction that former students will be more likely to share their knowledge with younger generations. This finding would identify a similarity between the groups rather than a factor that might make former students more likely than other adults to transmit the language to younger people. Choice B is incorrect because finding that new students experience increased performance in language fluency and academics would suggest that the school has a positive effect on students when they attended but wouldn’t reveal anything about those students’ later actions as adults (such as their likelihood of sharing their knowledge with younger generations). Choice C is incorrect because finding that Anishinaabe adults who attended the school are equally likely to stay in the community as adults who didn’t attend the school wouldn’t support the researchers’ prediction that former students will be more likely to share their knowledge with younger generations. This finding would identify a similarity between the groups rather than a factor that might make former students more likely than other adults to transmit the language to younger people.",
+ hasFigure: false,
+ },
+ {
+ id: "df9c5a1d",
+ type: "mcq",
+ passage:
+ "Juvenile Plants Found Growing on Bare Ground and in Patches of Vegetation for Five Species
SpeciesBare groundPatches of vegetationTotalPercent found in patches of vegetationT. moroderi9132259.1%T. libanitis8312020359.1%H. syriacim9510620152.7%H. squamatum21832153959.6%H. stoechas11122352.2%
Alicia Montesinos-Navarro, Isabelle Storer, and Rocío Perez-Barrales recently examined several plots within a diverse plant community in southeast Spain. The researchers calculated that if individual plants were randomly distributed on this particular landscape, only about 15% would be with other plants in patches of vegetation. They counted the number of juvenile plants of five species growing in patches of vegetation and the number growing alone on bare ground and compared those numbers to what would be expected if the plants were randomly distributed. Based on these results, they claim that plants of these species that grow in close proximity to other plants gain an advantage at an early developmental stage.
",
+ questionHtml:
+ "Which choice best describes data from the table that support the researchers’ claim?",
+ choices: [
+ {
+ label: "A",
+ text: "For all five species, less than 75% of juvenile plants were growing in patches of vegetation.",
+ },
+ {
+ label: "B",
+ text: "The species with the greatest number of juvenile plants growing in patches of vegetation was H. stoechas.",
+ },
+ {
+ label: "C",
+ text: "For T. libanitis and T. moroderi, the percentage of juvenile plants growing in patches of vegetation was less than what would be expected if plants were randomly distributed.",
+ },
+ {
+ label: "D",
+ text: "For each species, the percentage of juvenile plants growing in patches of vegetation was substantially higher than what would be expected if plants were randomly distributed.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it provides the most direct support from the table for the claim that the plants growing in close proximity to other plants gained an advantage at an early developmental stage. The table shows the total number of juvenile plants from five species that were found growing on bare ground and in patches of vegetation as well as the percentage of the total number of each species that were growing in patches of vegetation. For each of the five species, more than 50% of the juvenile plants were growing in patches of vegetation. The text notes, however, that a random distribution of plants across the landscape should result in only about 15% of the plants being found in patches of vegetation. In other words, for each of the five species, the percentage of juvenile plants found growing in patches of vegetation was substantially higher than could be explained by chance alone. This finding supports the claim in the text: if plants growing in patches are overrepresented among plants that have survived to the juvenile stage, as the data show they are, then it suggests that it’s advantageous for plants at an early stage of development to grow in patches of vegetation.
Choice A is incorrect because the statement that less than 75% of juvenile plants were found growing in patches of vegetation, while true, doesn’t clearly support the claim that the plants growing in close proximity to other plants gained an advantage at an early developmental stage. Saying that less than 75% of plants were found in patches doesn’t indicate how the percentage growing in patches compares with the percentage that would be expected to grow in patches on the basis of chance alone, which is the information necessary to evaluate whether the claim in the text has support in the table. Put another way, if the percentage of plants found growing in patches was 15% or less, it would be true that less than 75% were found in patches, but the data would in fact weaken the claim in the text, not strengthen it, since the data would show that growing in patches wasn’t advantageous. Choice B is incorrect because only 12 plants of this species were found growing in patches, which was the lowest number of any species, not the greatest number. Additionally, even if it were true that this species had the greatest number of plants growing in patches, the finding would be irrelevant to the claim that plants of all five species gained an advantage by growing in close proximity to other plants. Choice C is incorrect because 59.1% of the plants of these species were found growing in patches, which is a far greater percentage, not a lower percentage, than what would be expected if plants were randomly distributed (around 15%). Additionally, if it were true that the percentage of plants growing in patches was lower for these species than what would be expected from chance alone, that finding would weaken, not strengthen, the claim that growing in patches is advantageous.",
+ hasFigure: false,
+ },
+ {
+ id: "e946a32e",
+ type: "mcq",
+ passage:
+ "Boldly mixing elements of poetry, fiction, drama, philosophy, and manifesto, Puerto Rican writer Giannina Braschi creates cross-genre literature that explores themes such as immigration and independence. Her works have inspired responses from individuals across different fields and in a wide range of formats, from musical compositions and a comic book to architecture and furniture design. In an essay, a student asserts that the production of these diverse creations by others is reflective of Braschi’s own approach to crafting literature.
",
+ questionHtml:
+ "Which quotation from a scholarly review of Braschi’s work best supports the student’s claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“Braschi is the focus of a 2020 collection of essays in which fifteen scholars from seven different countries delved into the linguistic and structural patterns of her writings.”",
+ },
+ {
+ label: "B",
+ text: "“Braschi’s eagerness to push boundaries and blend genres within literature invites us to consider how other art forms might also engage with literature.”",
+ },
+ {
+ label: "C",
+ text: "“Before settling in New York City, where she would go on to become a college professor, Braschi studied both literature and philosophy in several cities around the world.”",
+ },
+ {
+ label: "D",
+ text: "“In addition to her creative literary works, Braschi has produced academic pieces analyzing writings by Miguel de Cervantes, Federico García Lorca, and other authors.”",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents the quotation that best supports the student’s claim about Braschi. By describing how Braschi’s blending of genres invites her audience to think about how other art forms could also engage with literature, the quotation supports the idea that the diversity of responses to Braschi’s work reflects Braschi’s own approach to creating literature.
Choice A is incorrect because the quotation describes scholars from different countries writing essays about Braschi’s use of language in her writings; it doesn’t address how Braschi’s creation of cross-genre literature inspires diverse types of responses, which is the claim the student makes. Choice C is incorrect because the quotation focuses on the fact that Braschi studied in several different cities, which doesn’t address the student’s claim that Braschi’s creation of cross-genre literature inspires diverse types of responses. Choice D is incorrect because the quotation lists some of the authors who Braschi has written academic works about, which is irrelevant to the student’s claim that Braschi’s creation of cross-genre literature inspires diverse types of responses.",
+ hasFigure: false,
+ },
+ {
+ id: "ec93e52c",
+ type: "mcq",
+ passage:
+ "Archaeologist Petra Vaiglova, anthropologist Xinyi Liu, and their colleagues investigated the domestication of farm animals in China during the Bronze Age (approximately 2000 to 1000 BCE). By analyzing the chemical composition of the bones of sheep, goats, and cattle from this era, the team determined that wild plants made up the bulk of sheep’s and goats’ diets, while the cattle’s diet consisted largely of millet, a crop cultivated by humans. The team concluded that cattle were likely raised closer to human settlements, whereas sheep and goats were allowed to roam farther away.
",
+ questionHtml:
+ "Which finding, if true, would most strongly support the team’s conclusion?",
+ choices: [
+ {
+ label: "A",
+ text: "Analysis of the animal bones showed that the cattle’s diet also consisted of wheat, which humans widely cultivated in China during the Bronze Age.",
+ },
+ {
+ label: "B",
+ text: "Further investigation of sheep and goat bones revealed that their diets consisted of small portions of millet as well.",
+ },
+ {
+ label: "C",
+ text: "Cattle’s diets generally require larger amounts of food and a greater variety of nutrients than do sheep’s and goats’ diets.",
+ },
+ {
+ label: "D",
+ text: "The diets of sheep, goats, and cattle were found to vary based on what the farmers in each Bronze Age settlement could grow.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents a finding that, if true, would most strongly support the team’s conclusion that cattle were likely raised closer to human settlements than sheep and goats were. The text explains that Vaiglova, Liu, and their colleagues analyzed the chemical composition of sheep, goat, and cattle bones from the Bronze Age in China in order to investigate the animals’ domestication, or their adaptation from a wild state to a state in which they existed in close connection with humans. According to the text, the team’s analysis showed that sheep and goats of the era fed largely on wild plants, whereas cattle fed on millet—importantly, a crop cultivated by humans. If analysis of the animal bones shows that the cattle’s diet also consisted of wheat, another crop cultivated by humans in China during the Bronze Age, the finding would support the team’s conclusion by offering additional evidence that cattle during this era fed on human-grown crops—and, by extension, that humans raised cattle relatively close to the settlements where they grew these crops, leaving goats and sheep to roam farther away in areas with wild vegetation, uncultivated by humans.
Choice B is incorrect because if it were true that sheep’s and goats’ diets consisted of small portions of millet, which the text states was a crop cultivated by humans, the finding would suggest that sheep and goats were raised relatively close to human settlements, weakening the team’s conclusion that cattle were likely raised closer to those settlements than sheep and goats were. Choice C is incorrect because the finding that cattle generally require more food and nutrients than do sheep and goats wouldn’t support the team’s conclusion that cattle were likely raised closer to human settlements than sheep and goats were. Nothing in the text suggests that cattle were incapable of obtaining sufficient food and nutrients without access to human-grown crops. Hence, even if cattle’s diets are found to have different requirements than the diets of sheep and goats, the cattle could have met those requirements from food located far from human settlements. Choice D is incorrect because if it were true that the diets of sheep, goats, and cattle varied based on what the farmers in each Bronze Age settlement could grow, the finding would weaken the team’s conclusion that cattle were likely raised closer to human settlements than sheep and goats were, suggesting instead that all three types of animals were raised close enough to human settlements to feed on those settlements’ crops.",
+ hasFigure: false,
+ },
+ {
+ id: "f9c4bdab",
+ type: "mcq",
+ passage:
+ "A student is writing a paper about One Night in Miami..., a 2020 film directed by Regina King and written by Kemp Powers. Powers adapted the film’s screenplay from his 2013 play, which he wrote after learning about a 1964 meeting that took place in Miami, Florida, between four prominent figures of the Civil Rights movement: Malcolm X, Muhammad Ali, Jim Brown, and Sam Cooke. The student claims that although Powers was inspired by this meeting, the film is best understood not as a precise retelling of historical events but rather as a largely imagined but informed representation of them.
",
+ questionHtml:
+ "Which quotation from an article about One Night in Miami... would be the most effective evidence for the student to include in support of this claim?",
+ choices: [
+ {
+ label: "A",
+ text: "“When Powers learned of the meeting, he initially planned to write a much longer work about its four famous participants rather than focusing on the meeting itself.”",
+ },
+ {
+ label: "B",
+ text: "“One Night in Miami... received numerous awards and nominations, including an Academy Award nomination for Powers for Best Adapted Screenplay.”",
+ },
+ {
+ label: "C",
+ text: "“Powers has described One Night in Miami... as the story of four friends encouraging and supporting one another while engaged in a crucial political debate about how best to achieve equality for Black people in the United States.”",
+ },
+ {
+ label: "D",
+ text: "“Powers could find only the most superficial historical details about the meeting, so he read extensively about the four individuals and their thinking at the time in an effort to portray what might have happened between them.”",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it provides a quotation that effectively supports the student’s claim about the film One Night in Miami…. The quotation states that in researching the play on which the film was based, Kemp Powers only found superficial details about what actually happened during the 1964 meeting in Miami between four leading Civil Rights leaders, meaning that there is very little information about the meeting in the historical record. In the absence of greater details, it wouldn’t have been possible for the film to be a precise retelling of the historical events it depicts. The quotation explains that to compensate for this lack of information about the meeting, Powers did extensive research into the four figures and how they thought at the time in order to speculate in an informed way about what they might have said or what might have occurred between them. Therefore, the quotation effectively supports the claim that the film is best understood not as a precise retelling of a historical event but as a deeply informed imaginative rendering of that event.
Choice A is incorrect. Although the quotation discusses how on learning about the 1964 meeting in Miami, Powers was inspired to write a play and, later, to adapt it into a screenplay, it doesn’t discuss Powers’s approach to representing what had occurred in the meeting. Instead, it states that Powers didn’t initially plan to write a story only “focusing on the meeting itself” but rather had considered writing a “much longer” and more expansive work about the meeting’s four participants. Choice B is incorrect because the quotation doesn’t discuss Powers’s approach to representing historical events in his play and in the film; instead, the quotation focuses on the film’s positive critical reception by mentioning that it received numerous awards and nominations. Choice C is incorrect. Although the quotation references historical events that are discussed directly in the play and film by explaining how the four historical figures featured in the story engage in political debates about contemporary issues, it doesn’t specify to what extent Powers’s representation of what occurred during the 1964 meeting in Miami is a factual retelling of what happened and how much is an imaginative rendering of what might have happened. Rather, the quotation focuses on Powers’s description of the film’s basic premise and how the characters engage with the historical context of its setting.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/rw/cross-text-connections.ts b/src/data/rw/cross-text-connections.ts
new file mode 100644
index 0000000..761bc1b
--- /dev/null
+++ b/src/data/rw/cross-text-connections.ts
@@ -0,0 +1,1354 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const CROSS_TEXT_EASY: PracticeQuestion[] = [
+ {
+ id: "02fd3da7",
+ type: "mcq",
+ passage:
+ "Text 1
Public policy researcher Anthony Fowler studied the history of elections in Australia, a country that requires citizens to vote. Fowler argues that requiring citizens to vote leads to a significant increase in voters who would otherwise not have the time or motivation to vote. Thus, election results in countries that require citizens to vote better reflect the preferences of the country as a whole.
Text 2
Governments in democratic countries function better when more people vote. However, forcing people to vote may have negative consequences. Shane P. Singh and Jason Roy studied what happens when a country requires its citizens to vote. They found that when people feel forced to vote, they tend to spend less time looking for information about their choices when voting. As a result, votes from these voters may not reflect their actual preferences.
",
+ questionHtml:
+ "Based on the texts, how would Singh and Roy (Text 2) most likely respond to the research discussed in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "Only countries of a certain population size should implement mandatory voting.",
+ },
+ {
+ label: "B",
+ text: "People who are forced to vote are likely to become politically engaged in other ways, such as volunteering or running for office.",
+ },
+ {
+ label: "C",
+ text: "Requiring people to vote does not necessarily lead to election outcomes that better represent the preferences of the country as a whole.",
+ },
+ {
+ label: "D",
+ text: "Countries that require voting must also make the process of voting easier for their citizens.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. Text 1 claims that mandatory voting results in elections that "better reflect the preferences of the country." Singh and Roy disagree. They claim that more voters doesn’t equal more quality votes—instead, they argue that forced voting may lead to less-informed votes that "may not reflect voters’ actual preferences."
Choice A is incorrect. Neither text mentions the population size of countries that require voting, or how that might affect election outcomes. Choice B is incorrect. Neither text discusses the effects of mandatory voting on other forms of political engagement. Choice D is incorrect. Neither text discusses the ease or difficulty of the voting process in countries that require voting.',
+ hasFigure: false,
+ },
+ {
+ id: "159ef46d",
+ type: "mcq",
+ passage:
+ "Text 1
Although food writing is one of the most widely read genres in the United States, literary scholars have long neglected it. And within this genre, cookbooks attract the least scholarly attention of all, regardless of how well written they may be. This is especially true of works dedicated to regional US cuisines, whose complexity and historical significance are often overlooked.
Text 2
With her 1976 cookbook The Taste of Country Cooking, Edna Lewis popularized the refined Southern cooking she had grown up with in Freetown, an all-Black community in Virginia. She also set a new standard for cookbook writing: the recipes and memoir passages interspersing them are written in prose more elegant than that of most novels. Yet despite its inarguable value as a piece of writing, Lewis’s masterpiece has received almost no attention from literary scholars.
",
+ questionHtml:
+ "Based on the two texts, how would the author of Text 1 most likely regard the situation presented in the underlined sentence in Text 2?",
+ choices: [
+ {
+ label: "A",
+ text: "As typical, because scholars are dismissive of literary works that achieve popularity with the general public",
+ },
+ {
+ label: "B",
+ text: "As unsurprising, because scholars tend to overlook the literary value of food writing in general and of regional cookbooks in particular",
+ },
+ {
+ label: "C",
+ text: "As justifiable, because Lewis incorporated memoir into The Taste of Country Cooking, thus undermining its status as a cookbook",
+ },
+ {
+ label: "D",
+ text: "As inevitable, because The Taste of Country Cooking was marketed to readers of food writing and not to readers of other genres",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Text 1 states that literary scholars ignore regional cookbooks most of all, even when they have historical significance and are well written. So the author of Text 1 wouldn’t be surprised that scholars ignored Edna Lewis’s cookbook.
Choice A is incorrect. We can’t infer that this is how the author of Text 1 would regard the situation. Text 1 never suggests that scholars are dismissive of popular works in general. Instead, Text 1 says that scholars ignore food writing specifically, despite its popularity—and despite the fact that it can be historically significant and complex. Choice C is incorrect. We can’t infer that this is how the author of Text 1 would regard the situation. Text 1 never suggests that elements of other genres should be kept out of cookbooks. Choice D is incorrect. We can’t infer that this is how the author of Text 1 would regard the situation. Text 1 never discusses how food writing is or should be marketed.",
+ hasFigure: false,
+ },
+ {
+ id: "22105871",
+ type: "mcq",
+ passage:
+ "Text 1
In a study of insect behavior, Samadi Galpayage and colleagues presented bumblebees with small wooden balls and observed many of the bees clinging to, rolling, and dragging the objects. The researchers provided no external rewards (such as food) to encourage these interactions. The bees simply appeared to be playing—and for no other reason than because they were having fun.
Text 2
Insects do not have cortexes or other brain areas associated with emotions in humans. Still, Galpayage and her team have shown that bumblebees may engage in play, possibly experiencing some kind of positive emotional state. Other studies have suggested that bees experience negative emotional states (for example, stress), but as Galpayage and her team have acknowledged, emotions in insects, if they do indeed exist, are likely very rudimentary.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 2 most likely respond to the underlined portion of Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By objecting that the bees were actually experiencing a negative feeling akin to stress rather than a positive feeling",
+ },
+ {
+ label: "B",
+ text: "By arguing that some insects other than bumblebees may be capable of experiencing complex emotional states",
+ },
+ {
+ label: "C",
+ text: "By pointing out that even humans sometimes struggle to have fun while engaging in play",
+ },
+ {
+ label: "D",
+ text: "By noting that if the bees were truly playing, any positive feelings they may have experienced were probably quite basic",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The author of Text 2 agrees with the author of Text 1 that bumblebees may engage in play and possibly experience some kind of positive emotional state. However, the author of Text 2 also qualifies this claim by stating that emotions in insects, if they do exist, are “likely very rudimentary.”
Choice A is incorrect. While Text 2 states that other studies might indicate “negative emotional states” in bees, it does not contradict the findings from the Galpayage study—that the bees might have been having fun. Choice B is incorrect. The author of Text 2 does not mention or imply that any insects, including bumblebees, are capable of experiencing complex emotional states. The author of Text 2 states that if insects do feel emotions, those emotions are “likely very rudimentary.” Choice C is incorrect. The author of Text 2 does not compare or contrast the behavior or emotions of insects and humans, and neither does the author of Text 1.",
+ hasFigure: false,
+ },
+ {
+ id: "2c50ed1a",
+ type: "mcq",
+ passage:
+ "Text 1
Literary scholars have struggled with the vastness of Nigerian writer Wole Soyinka’s collective works of drama (spanning over 20 plays in total). It is best, however, to understand Soyinka’s body of work as a dramatist chronologically. Soyinka’s progression as a playwright can be considered to fall into three periods, with each one representing a particular thematic and stylistic cohesion: the 1960s, the two decades between 1970 and 1990, and lastly, from roughly 1990 onwards.
Text 2
It is tempting to impose a linear sense of order on the expanse of Wole Soyinka’s body of work as a dramatist. However, critics who have considered Soyinka’s plays to fit neatly into three phases overlook potential commonalities in Soyinka’s work that span across these phases. Additionally, this view may discount significant differences in the styles and content of plays written around the same time.
",
+ questionHtml:
+ "Which choice best describes a difference in how the author of Text 1 and the author of Text 2 view the study of Soyinka’s works of drama?",
+ choices: [
+ {
+ label: "A",
+ text: "While the author of Text 1 believes that thinking about Soyinka’s works of theater in phases is useful, the author of Text 2 views such an approach as limiting.",
+ },
+ {
+ label: "B",
+ text: "Although the author of Text 1 claims that Soyinka’s style as a dramatist has evolved over time, the author of Text 2 argues that Soyinka’s style has remained consistent throughout his career.",
+ },
+ {
+ label: "C",
+ text: "The author of Text 1 considers Soyinka’s plays to showcase his strongest writing, whereas the author of Text 2 believes that Soyinka’s poetry is where he is most skilled.",
+ },
+ {
+ label: "D",
+ text: "The author of Text 1 argues that Soyinka’s early plays were his most politically charged, whereas the author of Text 2 claims that Soyinka’s most recent plays are the most politicized.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The author of Text 1 states that Soyinka’s progression as a playwright can be considered to fall into three periods, implying that this is a helpful way to understand his works. The author of Text 2, on the other hand, challenges this view and says that it overlooks potential commonalities and differences in Soyinka’s work across what Text 1 calls distinctive stylistic phases.
Choice B is incorrect. This choice overstates the central claim of Text 2. The author of Text 2 argues against the chronological progression supported in Text 1, but does not go so far as to say that Soyinka’s style remained consistent. In fact, Text 2 points out “significant differences in styles and content” among Soyinka’s plays. Choice C is incorrect. Neither of the texts mention Soyinka’s poetry, nor do they rank his dramatic writing relative to his other work. Choice D is incorrect. Neither text discusses the political aspects of Soyinka’s plays, nor do they make any claims about whether they have changed over time.",
+ hasFigure: false,
+ },
+ {
+ id: "5a4b147c",
+ type: "mcq",
+ passage:
+ "Text 1
On April 26th, 1777, Sybil Ludington rode 40 miles by horse through Putnam County, New York, to gather up local militia. British forces were burning nearby Danbury, Connecticut, and Ludington wanted to rally rebel troops to meet them. Although she was only 16 years old at the time, her brave feat made Ludington one of the heroes of the American Revolution. Since then, Ludington has been widely celebrated, inspiring postage stamps, statues, and even children’s TV series.
Text 2
Historian Paula D. Hunt researched the life and legacy of Sybil Ludington but found no evidence for her famous ride. Although many articles and books have been written about Ludington, Hunt believes writers may have been inventing details about Ludington as they retold her story. Ludington is revered by Americans today, but there simply isn’t a strong historical record of her heroic ride.
",
+ questionHtml:
+ "Based on the texts, both authors would most likely agree with which statement?",
+ choices: [
+ {
+ label: "A",
+ text: "Sybil Ludington was crucial to the outcome of the Revolutionary War.",
+ },
+ {
+ label: "B",
+ text: "Historians have confirmed which route Sybil Ludington took.",
+ },
+ { label: "C", text: "Sybil Ludington was likely not a real person." },
+ {
+ label: "D",
+ text: "Many people have come to admire the story of Sybil Ludington’s ride.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Both authors agree that Ludington’s story has been widely celebrated and revered by Americans, even if they disagree on its accuracy. Text 1 states that Ludington has inspired postage stamps, statues, and TV series, and Text 2 states that many articles and books have been written about her. Thus, both authors acknowledge the popularity of Ludington’s story.
Choice A is incorrect. Neither author claims that Ludington had a significant impact on the war. Text 1 doesn’t mention how Ludington’s ride affected the war overall, and Text 2 suggests that Ludington’s ride may have been exaggerated or invented over time. Choice B is incorrect. Neither author claims that Ludington’s route has been verified by historians. Text 1 claims she rode 40 miles through Putnam County, but doesn’t cite any sources for this information, while Text 2 suggests the ride may not have even happened. Choice C is incorrect. This choice misreads text 2. Neither author claims that Ludington was not a real person, only that her ride may not have happened. Both authors seem to treat Ludington as a genuine historical figure.",
+ hasFigure: false,
+ },
+ {
+ id: "7b55e895",
+ type: "mcq",
+ passage:
+ "Text 1
Some animal species, like the leopard, can be found in many kinds of areas. On the other hand, tropical mountain bird species tend to be limited in the types of spaces they can call home. This is because many mountain bird species are only able to survive at very specific elevations. Over time, these species have likely become used to living at a specific temperature. Therefore, these species struggle to survive at elevations that are warmer or colder than they are used to.
Text 2
A new study reviewed observations of nearly 3,000 bird species to understand why tropical mountain bird species live at specific elevations. They noted that when a mountain bird species was found in an area with many other bird species, it tended to inhabit much smaller geographic areas. It is thus likely that competition for resources with other species, not temperature, limits where these birds can live.
",
+ questionHtml:
+ "Based on the texts, both authors would most likely agree with which statement?",
+ choices: [
+ {
+ label: "A",
+ text: "Tropical mountain bird species are restricted in where they can live.",
+ },
+ {
+ label: "B",
+ text: "Scientists have better tools to observe tropical mountain birds than they did in the past.",
+ },
+ {
+ label: "C",
+ text: "Little is known about how tropical mountain birds build their nests.",
+ },
+ {
+ label: "D",
+ text: "Tropical mountain bird species that live at high elevations tend to be genetically similar.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Both texts state that tropical mountain bird species have limited ranges or habitats, although they disagree on the reason for this. Text 1 claims that temperature is the main factor that determines where these birds can live, while Text 2 claims that competition with other species is the main factor. However, both texts agree that these birds are not able to survive in many kinds of areas.
Choice B is incorrect. Neither text mentions the tools or methods that scientists use to observe these birds, either now or in the past. Choice C is incorrect. Neither text mentions anything about how these birds build their nests. Choice D is incorrect. Neither text provides any information about the genetic similarity of these birds, so we have no evidence that either author would agree with this statement.",
+ hasFigure: false,
+ },
+ {
+ id: "81da17d3",
+ type: "mcq",
+ passage:
+ "Text 1
Italian painters in the 1500s rarely depicted themselves in their work. Even more rare were self-portrait paintings that portrayed the artist as a painter. At the time, painting was not yet respected as a profession, so painters mostly chose to emphasize other qualities in their self-portraits, like their intellect or social status. In the city of Bologna, the first artist to depict themself painting was a man named Annibale Carracci. A painting of his from around 1585 shows Carracci in front of an easel holding a palette.
Text 2
In their self-portraits, Bolognese artists typically avoided referring to the act of painting until the mid-1600s. However, Lavinia Fontana’s 1577 painting, Self-Portrait at the Keyboard, stands out as the earliest example of such a work by an artist from Bologna. Although the artist is depicted playing music, in the background, one can spot a painting easel by a window.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 2 most likely respond to the underlined claim in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "Carracci and Fontana were among the most well-respected painters in Bologna at the time.",
+ },
+ {
+ label: "B",
+ text: "The depiction of Fontana in Self-Portrait at the Keyboard was intended to underscore the artist’s creativity.",
+ },
+ {
+ label: "C",
+ text: "Fontana likely inspired the reference to an easel and palette in Carracci’s painting.",
+ },
+ {
+ label: "D",
+ text: "Self-Portrait at the Keyboard was painted earlier than Carracci’s painting and also refers to the artist’s craft.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The author of Text 2 states that Fontana’s painting, which depicts a painting easel in the background, was made in 1577, eight years before Carracci’s painting. Therefore, they might argue that Caracci was not “the first artist” to depict themself as a painter.
Choice A is incorrect. The texts don’t support this choice. Neither text mentions the reputation or status of either Carracci or Fontana. Choice B is incorrect. The author of Text 2 does not comment on the intention or meaning of Fontana’s self-depiction in Self-Portrait at the Keyboard. This choice also holds little connection to the underlined claim. Choice C is incorrect. The texts don’t support this choice. The author of Text 2 does not suggest any inspirational relationship between Fontana and Carracci. The author of Text 2 is concerned with showing that Fontana’s painting is the earliest example of an artist referring to painting in their self-portrait, but makes no mention of her influence on others.",
+ hasFigure: false,
+ },
+ {
+ id: "835d1ae6",
+ type: "mcq",
+ passage:
+ "Text 1
Historians studying pre-Inca Peru have looked to ceramic vessels to understand daily life among the Moche people. These mold-made sculptures present plants, animals, and human faces in precise ways—vessels representing human faces are so detailed that scholars have interpreted facial markings to represent scars and other skin irregularities. Some historians have even used these objects to identify potential skin diseases that may have afflicted people at the time.
Text 2
Art historian and archaeologist Lisa Trever has argued that the interpretation of Moche “portrait” vessels as hyper-realistic portrayals of identifiable people may inadvertently disregard the creativity of the objects’ creators. Moche ceramic vessels, Trever argues, are artworks in which sculptors could free their imagination, using realistic objects and people around them as inspiration to explore more abstract concepts.
",
+ questionHtml:
+ "Based on the texts, what would Lisa Trever (Text 2) most likely say about the interpretation presented in the underlined portion of Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "Depictions of human faces are significantly more realistic than depictions of plants and other animals are.",
+ },
+ {
+ label: "B",
+ text: "It is likely that some depictions of human faces with extensive markings are intended to portray the same historical individual.",
+ },
+ {
+ label: "C",
+ text: "Some vessels may have been damaged during their excavation and thus provide little insight into Moche culture.",
+ },
+ {
+ label: "D",
+ text: "Markings on depictions of human faces are not necessarily intended to portray particular details about the physical appearance of individuals.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Trever thinks that the “hyper-realistic portrayal of identifiable people” interpretation ignores the sculptors’ imagination and creativity. We can infer that Trevor thinks the facial markings on the sculptures may not have represented real skin blemishes on real people.
Choice A is incorrect. The text gives us no reason to think that Trever would respond to the underlined interpretation in this way. Neither text compares the depictions of human faces to the depictions of plants or animals, so we have no basis to draw this conclusion. Choice B is incorrect. The text gives us no reason to think that Trever would respond to the underlined interpretation in this way. There’s nothing in either text about multiple depictions representing the same person, so we have no basis to draw this conclusion. Choice C is incorrect. The text gives us no reason to think that Trever would respond to the underlined interpretation in this way. Neither text mentions the state of the vessels (damaged or intact), so we have no basis to draw this conclusion.",
+ hasFigure: false,
+ },
+ {
+ id: "88bb0f6f",
+ type: "mcq",
+ passage:
+ "Text 1
A team led by Bernardo Strassburg has found that rewilding farmland (returning the land to its natural state) could help preserve biodiversity and offset carbon emissions. The amount of farmland that would need to be restored, they found, is remarkably low. Rewilding a mere 15% of the world’s current farmland would prevent 60% of expected species extinctions and help absorb nearly 299 gigatons of carbon dioxide—a clear win in the fight against the biodiversity and climate crises.
Text 2
While Strassburg’s team’s findings certainly offer encouraging insight into the potential benefits of rewilding, it’s important to consider potential effects on global food supplies. The researchers suggest that to compensate for the loss of food-producing land, remaining farmland would need to produce even more food. Thus, policies focused on rewilding farmland must also address strategies for higher-yield farming.
",
+ questionHtml:
+ "Which choice best describes a difference in how the author of Text 1 and the author of Text 2 view Strassburg’s team’s study?",
+ choices: [
+ {
+ label: "A",
+ text: "The author of Text 2 approaches the study’s findings with some caution, whereas the author of Text 1 is optimistic about the reported potential environmental benefits.",
+ },
+ {
+ label: "B",
+ text: "The author of Text 2 claims that the percentage of farmland identified by Strassburg’s team is too low for rewilding to achieve meaningful results, whereas the author of Text 1 thinks the percentage is sufficient.",
+ },
+ {
+ label: "C",
+ text: "The author of Text 2 believes that the results described by Strassburg’s team are achievable in the near future, whereas the author of Text 1 argues that they likely aren’t.",
+ },
+ {
+ label: "D",
+ text: "The author of Text 2 focuses on rewilding’s effect on carbon emissions, whereas the author of Text 1 focuses on its effect on biodiversity.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. Text 1 is extremely positive about Strassburg’s team’s findings, calling the potential results "a clear win in the fight against the biodiversity and climate crises." Text 2 is not as positive, arguing that while the findings point to "potential benefits," we also need to consider the "potential effects on global food supplies."
Choice B is incorrect. This isn’t a difference between the two views. Text 1 does present the 15% number as enough to achieve meaningful results, but that’s not what Text 2 takes issue with: rather, Text 2 argues that we need to consider the effect that rewilding this much farmland would have on food supplies. Choice C is incorrect. This isn’t a difference between the two views. Neither text mentions the timeline for achieving the results described by Strassburg’s team. Choice D is incorrect. This isn’t a difference between the two views. Text 1 focuses on rewilding’s effects on both carbon emissions and biodiversity. Text 2 doesn’t focus on rewilding’s effect on carbon emissions at all. Instead, it focuses on a third factor: global food supplies.',
+ hasFigure: false,
+ },
+ {
+ id: "8d802289",
+ type: "mcq",
+ passage:
+ "Text 1
Dance choreographer Alvin Ailey’s deep admiration for jazz music can most clearly be felt in the rhythms and beats his works were set to. Ailey collaborated with some of the greatest jazz legends, like Charles Mingus, Charlie Parker, and perhaps his favorite, Duke Ellington. With his choice of music, Ailey helped bring jazz to life for his audiences.
Text 2
Jazz is present throughout Ailey’s work, but it’s most visible in Ailey’s approach to choreography. Ailey often incorporated improvisation, a signature characteristic of jazz music, in his work. When managing his dance company, Ailey rarely forced his dancers to an exact set of specific moves. Instead, he encouraged his dancers to let their own skills and experiences shape their performances, as jazz musicians do.
",
+ questionHtml:
+ "Based on the texts, both authors would most likely agree with which statement?",
+ choices: [
+ {
+ label: "A",
+ text: "Dancers who worked with Ailey greatly appreciated his supportive approach as a choreographer.",
+ },
+ { label: "B", text: "Ailey’s work was strongly influenced by jazz." },
+ {
+ label: "C",
+ text: "Audiences were mostly unfamiliar with the jazz music in Ailey’s works.",
+ },
+ {
+ label: "D",
+ text: "Ailey blended multiple genres of music together when choreographing dance pieces.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Author 1 states that Ailey had a “deep admiration for jazz music” and that he “helped bring jazz to life for his audiences.” Author 2 states that “Jazz is present throughout Ailey’s work.” While the authors name different aspects of Ailey’s work as the most influenced by jazz, they agree that jazz was a strong influence.
Choice A is incorrect. This isn’t something that either text claims. Neither text mentions how Ailey’s dancers felt about his approach as a choreographer, so we have no evidence that either author would agree with this. Choice C is incorrect. This isn’t something that either text claims. Neither text mentions how familiar audiences were with any aspect of Ailey’s works, so we have no evidence that either author would agree with this. Choice D is incorrect. This isn’t something that either text claims. Neither text mentions any genre of music other than jazz, so we have no evidence that either author would agree with this.",
+ hasFigure: false,
+ },
+ {
+ id: "9645f55e",
+ type: "mcq",
+ passage:
+ "Text 1
For decades, bluegrass musicians have debated whether their genre should exclude influences from mainstream genres such as rock. Many insist that bluegrass is defined by its adherence to the folk music of the US South, out of which bluegrass emerged. Such “purists,” as they are known, regard the recordings of Bill Monroe, which established the bluegrass sound in the 1940s, as a standard against which the genre should still be measured.
Text 2
Bluegrass isn’t simply an extension of folk traditions into the era of recorded music. In reality, Bill Monroe created the bluegrass sound in the 1940s by combining Southern folk music with commercial genres that had arisen only a few decades before, such as jazz and the blues. Since bluegrass has always been a mixed genre, contemporary bluegrass musicians should not be forbidden from incorporating into it influences from rock and other mainstream genres.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 2 most likely regard the perspective of bluegrass purists, as described in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "As inconsistent, since bluegrass purists themselves enjoy other musical genres",
+ },
+ {
+ label: "B",
+ text: "As unrealistic, since bluegrass purists have no way of enforcing their musical preferences",
+ },
+ {
+ label: "C",
+ text: "As shortsighted, because bluegrass could enlarge its audience by including influences from mainstream genres",
+ },
+ {
+ label: "D",
+ text: "As illogical, because the purists overlook crucial aspects of how the bluegrass sound first originated.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. According to Author 1, the “purists” argue that bluegrass should stick to its folk music roots. But Author 2 points out that this isn’t how bluegrass emerged: it actually got its sound from a mix of folk, jazz, and blues.
Choice A is incorrect. There’s nothing in Text 2 about what other genres the purists enjoy, so this inference about Author 2’s views isn’t supported. Choice B is incorrect. There’s nothing in Text 2 about whether or how purists can enforce their preferences, so this inference about Author 2’s views isn’t supported. Choice C is incorrect. There’s nothing in Text 2 about the size of bluegrass’s audience, so this inference about Author 2’s views isn’t supported.",
+ hasFigure: false,
+ },
+ {
+ id: "c106b9f7",
+ type: "mcq",
+ passage:
+ "Text 1
American sculptor Edmonia Lewis is best known for her sculptures that represent figures from history and mythology, such as The Death of Cleopatra and Hagar. Although Lewis sculpted other subjects, her career as a sculptor is best represented by the works in which she depicted these historical and mythical themes.
Text 2
Art historians have typically ignored the many portrait busts Edmonia Lewis created. Lewis likely carved these busts (sculptures of a person’s head) frequently throughout her long career. She is known for her sculptures that represent historical figures, but Lewis likely supported herself financially by carving portrait busts for acquaintances who paid her to represent their features. Thus, Lewis’s portrait busts are a central aspect of her career as a sculptor.
",
+ questionHtml:
+ "Based on the texts, both authors would most likely agree with which statement?",
+ choices: [
+ {
+ label: "A",
+ text: "Lewis’s portrait busts have overshadowed her other work.",
+ },
+ {
+ label: "B",
+ text: "The Death of Cleopatra is Lewis’s most famous piece.",
+ },
+ {
+ label: "C",
+ text: "Sculpting representations of historical figures was a short-lived trend.",
+ },
+ {
+ label: "D",
+ text: "Lewis’s works are varied in the subjects they depict.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Author 1 acknowledges that Lewis sculpted other subjects besides historical and mythical figures, suggesting a variety of subjects depicted. Author 2 mentions that Lewis carved portrait busts as well as historical sculptures, which also implies variation among Lewis’s subjects.
Choice A is incorrect. Neither text suggests that Lewis’s portrait busts have received more attention or appreciation than her other work. Author 1 briefly mentions her “other works,” but mostly focuses on her historical and mythical works. Author 2 states that art historians have typically ignored her portrait busts, which suggests that they haven’t overshadowed her other work. Choice B is incorrect. Neither text explicitly states that The Death of Cleopatra is Lewis’s most famous piece. Author 1 mentions it as one example of her historical works, but does not single it out as being more important or influential than Hagar. Author 2 does not mention it at all, focusing instead on her portrait busts. Choice C is incorrect. This choice isn’t supported by the texts. Neither text suggests that sculpting historical figures was a trend that faded quickly.",
+ hasFigure: false,
+ },
+ {
+ id: "c68ceeff",
+ type: "mcq",
+ passage:
+ "Text 1
Today the starchy root cassava is found in many dishes across West Africa, but its rise to popularity was slow. Portuguese traders brought cassava from Brazil to the West African coast in the 1500s. But at this time, people living in the capitals further inland had little contact with coastal communities. Thus, cassava remained relatively unknown to most of the region’s inhabitants until the 1800s.
Text 2
Cassava’s slow adoption into the diet of West Africans is mainly due to the nature of the crop itself. If not cooked properly, cassava can be toxic. Knowledge of how to properly prepare cassava needed to spread before the food could grow in popularity. The arrival of formerly enslaved people from Brazil in the 1800s, who brought their knowledge of cassava and its preparation with them, thus directly fueled the spread of this crop.
",
+ questionHtml:
+ "Based on the texts, the author of Text 1 and the author of Text 2 would most likely agree with which statement?",
+ choices: [
+ {
+ label: "A",
+ text: "Cassava did not become a significant crop in West Africa until long after it was first introduced.",
+ },
+ {
+ label: "B",
+ text: "Several of the most commonly grown crops in West Africa are originally from Brazil.",
+ },
+ {
+ label: "C",
+ text: "The climate of the West African coast in the 1500s prevented cassava’s spread in the region.",
+ },
+ {
+ label: "D",
+ text: "The most commonly used methods to cook cassava today date to the 1500s.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Text 1 states that cassava’s “rise to popularity was slow” in West Africa. Text 2 also describes cassava’s “slow adoption into the diet of West Africans.” While the two texts identify different causes for this slow adoption, both agree that cassava took a long time to catch on.
Choice B is incorrect. This isn’t something that either text claims. Cassava is the only crop discussed in the passages, so we have no basis to draw conclusions about what the authors might say about “several” crops. Choice C is incorrect. This isn’t something that either text claims. Neither text mentions the “climate of the West African coast,” so we have no evidence that either author would agree with this. Choice D is incorrect. This isn’t something that either text claims. The 1500s were when cassava was brought to West Africa, but neither text describes how cassava is cooked, nor do they make any claims about when cooking methods were developed.",
+ hasFigure: false,
+ },
+ {
+ id: "dc043599",
+ type: "mcq",
+ passage:
+ "Text 1
Most scientists agree that the moon was likely formed after a collision between Earth and a large planet named Theia. This collision likely created a huge debris field, made up of material from both Earth and Theia. Based on models of this event, scientists believe that the moon was formed from this debris over the course of thousands of years.
Text 2
Researchers from NASA’s Ames Research Center used a computer to model how the moon could have formed. Although simulations of the moon’s formation have been done in the past, the team from NASA ran simulations that were much more detailed. They found that the formation of the moon was likely not a slow process that took many years. Instead, it’s probable that the moon’s formation happened immediately after impact, taking just a few hours.
",
+ questionHtml:
+ "Which choice best describes a difference in how the author of Text 1 and the author of Text 2 view the evidence for the formation of the moon?",
+ choices: [
+ {
+ label: "A",
+ text: "The author of Text 1 argues that the formation of the moon occurred much earlier than the author of Text 2 argues.",
+ },
+ {
+ label: "B",
+ text: "The author of Text 1 suggests there is more evidence confirming the existence of Theia than the author of Text 2 suggests.",
+ },
+ {
+ label: "C",
+ text: "The author of Text 1 claims that the moon’s surface is more similar to Earth’s surface than the author of Text 2 claims.",
+ },
+ {
+ label: "D",
+ text: "The author of Text 1 believes that the moon formed more slowly than the author of Text 2 believes.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Text 1 states that the moon was formed from the debris “over the course of thousands of years,” while Text 2 states that the moon’s formation happened “immediately after impact, taking just a few hours.” This shows a clear difference in how the authors view the evidence for the speed of the moon’s formation.
Choice A is incorrect. While Text 2 suggests that the moon formed over “just a few hours” and Text 1 says it took “thousands of years,” neither one mentions when that formation occurred. Choice B is incorrect. While Theia isn’t mentioned in Text 2, neither text describes or disputes evidence of Theia’s existence. Choice C is incorrect. Neither text makes any claims about the similarity or difference between the moon’s surface and Earth’s surface.",
+ hasFigure: false,
+ },
+];
+
+export const CROSS_TEXT_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "03080769",
+ type: "mcq",
+ passage:
+ "Text 1
Philosopher G.E. Moore’s most influential work entails the concept of common sense. He asserts that there are certain beliefs that all people, including philosophers, know instinctively to be true, whether or not they profess otherwise: among them, that they have bodies, or that they exist in a world with other objects that have three dimensions. Moore’s careful work on common sense may seem obvious but was in fact groundbreaking.
Text 2
External world skepticism is a philosophical stance supposing that we cannot be sure of the existence of anything outside our own minds. During a lecture, G.E. Moore once offered a proof refuting this stance by holding out his hands and saying, “Here is one hand, and here is another.” Many philosophers reflexively reject this proof (Annalisa Coliva called it “an obviously annoying failure”) but have found it a challenge to articulate exactly why the proof fails.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 1 most likely respond to proponents of the philosophical stance outlined in Text 2?",
+ choices: [
+ {
+ label: "A",
+ text: "By agreeing with those proponents that Moore’s treatment of positions that contradict his own is fundamentally unserious",
+ },
+ {
+ label: "B",
+ text: "By suggesting that an instinctive distaste for Moore’s position is preventing external world skeptics from constructing a sufficiently rigorous refutation of Moore",
+ },
+ {
+ label: "C",
+ text: "By arguing that if it is valid to assert that some facts are true based on instinct, it is also valid to assert that some proofs are inadequate based on instinct",
+ },
+ {
+ label: "D",
+ text: "By pointing out that Moore would assert that external world skepticism is at odds with other beliefs those proponents must unavoidably hold",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. According to the author of Text 1, Moore’s definition of common sense—things we instinctively know are true—includes the belief that we all “exist in a world with other objects.” The author of Text 1 describes this notion as both “obvious” and “groundbreaking.” So it’s safe to infer that the author would observe that Moore would respond to external world skeptics by arguing that since everyone instinctively knows that things exist outside of their own minds, then external world skepticism must be wrong.
Choice A is incorrect. We can’t infer that the author of Text 1 would respond this way to external world skeptics. If anything, the author of Text 1 seems to agree with Moore. Choice B is incorrect. We can’t infer that the author of Text 1 would respond this way to external world skeptics. The author of Text 1 never mentions external world skeptics directly, let alone why they have a hard time refuting Moore’s position. Choice C is incorrect. We can’t infer that the author of Text 1 would respond this way to external world skeptics. Text 1’s presentation of Moore’s concept of common sense only includes the idea that some facts are true based on instinct—it doesn’t mention the idea that some proofs are inadequate based on instinct.",
+ hasFigure: false,
+ },
+ {
+ id: "12d81fc1",
+ type: "mcq",
+ passage:
+ "Text 1
Because literacy in Nahuatl script, the writing system of the Aztec Empire, was lost after Spain invaded central Mexico in the 1500s, it is unclear exactly how meaning was encoded in the script’s symbols. Although many scholars had assumed that the symbols signified entire words, linguist Alfonso Lacadena theorized in 2008 that they signified units of language smaller than words: individual syllables.
Text 2
The growing consensus among scholars of Nahuatl script is that many of its symbols could signify either words or syllables, depending on syntax and content at any given site within a text. For example, the symbol signifying the word huipil (blouse) in some contexts could signify the syllable “pil” in others, as in the place name “Chipiltepec.” Thus, for the Aztecs, reading required a determination of how such symbols functioned each time they appeared in a text.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 2 most likely characterize Lacadena’s theory, as described in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By praising the theory for recognizing that the script’s symbols could represent entire words",
+ },
+ {
+ label: "B",
+ text: "By arguing that the theory is overly influenced by the work of earlier scholars",
+ },
+ {
+ label: "C",
+ text: "By approving of the theory’s emphasis on how the script changed over time",
+ },
+ {
+ label: "D",
+ text: "By cautioning that the theory overlooks certain important aspects of how the script functioned",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Lacadena’s theory is that Nahuatl script symbols signified syllables, but the consensus described in Text 2 is that they can signify either symbols or full words, depending on the context. So the author of Text 2 would likely consider Lacadena’s theory too simplistic: it’s missing the importance of the context in determining the meaning of a symbol.
Choice A is incorrect. This conflicts with Text 1’s description of Lacadena’s theory. Lacadena’s theory is that Nahuatl script symbols signified syllables. Choice B is incorrect. This conflicts with Text 1’s description of Lacadena’s theory. Text 1 states that Lacadena’s theory differed from what earlier scholars believed. Choice C is incorrect. We can’t infer that this is how the author of Text 2 would characterize Lacadena’s theory. Neither text mentions how or even if the script changed over time.",
+ hasFigure: false,
+ },
+ {
+ id: "27d9bb69",
+ type: "mcq",
+ passage:
+ "Text 1
Many studies in psychology have shown that people seek out information even when they know in advance that they have no immediate use for it and that they won’t directly benefit from it. Such findings support the consensus view among researchers of curiosity: namely, that curiosity is not instrumental but instead represents a drive to acquire information for its own sake.
Text 2
While acknowledging that acquiring information is a powerful motivator, Rachit Dubey and colleagues ran an experiment to test whether emphasizing the usefulness of scientific information could increase curiosity about it. They found that when research involving rats and fruit flies was presented as having medical applications for humans, participants expressed greater interest in learning about it than when the research was not presented as useful.
",
+ questionHtml:
+ "Based on the texts, how would Dubey and colleagues (Text 2) most likely respond to the consensus view discussed in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By suggesting that curiosity may not be exclusively motivated by the desire to merely acquire information",
+ },
+ {
+ label: "B",
+ text: "By conceding that people may seek out information that serves no immediate purpose only because they think they can use it later",
+ },
+ {
+ label: "C",
+ text: "By pointing out that it is challenging to determine when information-seeking serves no goal beyond acquiring information",
+ },
+ {
+ label: "D",
+ text: "By disputing the idea that curiosity can help explain apparently purposeless information-seeking behaviors",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The researchers in Text 2 recognize that acquiring information is a powerful motivator, but showed that this motivation can still be affected by other factors, like whether or not the information is expected to be useful or not. This suggests that other desires may play a part in driving people to acquire information.
Choice B is incorrect. The consensus view in Text 1 is that people acquire information regardless of whether they think they can use it later. Dubey and colleagues acknowledge this fact (so they don’t claim people seek out information “only” because it might be useful later). Choice C is incorrect. This choice misreads the results of Dubey and colleagues’ study in Text 2. Neither text discusses the difficulty of determining the motivation for information-seeking. Choice D is incorrect. This choice contradicts Text 2, which starts with Dubey and colleagues “acknowledging that acquiring information is a powerful motivator” (i.e., agreeing that curiosity explains the seeking of apparently purposeless information). The research in Text 2 simply suggests that more than just curiosity can motivate information-seeking behavior when the information has a purpose.",
+ hasFigure: false,
+ },
+ {
+ id: "7bf79a90",
+ type: "mcq",
+ passage:
+ "Text 1
Microbes are tiny organisms in the soil, water, and air all around us. They thrive even in very harsh conditions. That’s why Noah Fierer and colleagues were surprised when soil samples they collected from an extremely cold, dry area in Antarctica didn’t seem to contain any life. The finding doesn’t prove that there are no microbes in that area, but the team says it does suggest that the environment severely restricts microbes’ survival.
Text 2
Microbes are found in virtually every environment on Earth. So it’s unlikely they would be completely absent from Fierer’s team’s study site, no matter how extreme the environment is. There were probably so few organisms in the samples that current technology couldn’t detect them. But since a spoonful of typical soil elsewhere might contain billions of microbes, the presence of so few in the Antarctic soil samples would show how challenging the conditions are.
",
+ questionHtml:
+ "Based on the texts, Fierer’s team and the author of Text 2 would most likely agree with which statement about microbes?",
+ choices: [
+ {
+ label: "A",
+ text: "Most microbes are better able to survive in environments with extremely dry conditions than in environments with harsh temperatures.",
+ },
+ {
+ label: "B",
+ text: "A much higher number of microbes would probably be found if another sample of soil were taken from the Antarctic study site.",
+ },
+ {
+ label: "C",
+ text: "Microbes are likely difficult to detect in the soil at the Antarctic study site because they tend to be smaller than microbes found in typical soil elsewhere.",
+ },
+ {
+ label: "D",
+ text: "Most microbes are probably unable to withstand the soil conditions at the Antarctic study site.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents a statement about microbes with which Fierer’s team (Text 1) and the author of Text 2 would most likely agree. Text 1 states that microbes usually thrive in very harsh conditions, and so Fierer’s team was surprised when samples collected from an extremely cold and dry area of Antarctica didn’t appear to contain any life. Fierer’s team says that though this doesn’t conclusively prove there are no microbes in the area, it suggests that microbes would have a notably difficult time surviving in the environment. The author of Text 2 says it’s unlikely that there would be no microbes at all in the Antarctic study site from which Fierer’s team retrieved soil samples and that there may have been hard-to-detect microbes in the samples. However, the presence of only a few microbes in the Antarctic samples rather than the billions found in a typical soil sample (which would presumably be much easier to detect) would illustrate conditions in the Antarctic soil that make it difficult for microbes to thrive. Since Fierer’s team says that the seeming absence of microbes in the Antarctic samples suggests an unusually harsh environment and the author of Text 2 says that even if there are a few undetectable microbes in the samples, the relatively tiny number of microbes would also suggest an unusually harsh environment, then Fierer’s team and the author of Text 2 would most likely agree that most microbes are unable to withstand the soil conditions at the Antarctic study site.
Choice A is incorrect. The samples taken by Fierer’s team were from an area of Antarctica that is described in part as extremely dry, and these samples didn’t appear to have any life. Therefore, even though these samples also came from an extremely cold area, Fierer’s team wouldn’t argue based on the evidence available that microbes were better able to survive in dry conditions than in areas with harsh temperatures. Moreover, the author of Text 2 says that microbes are found in virtually every environment on Earth but doesn’t compare dry environments and harsh environments. Choice B is incorrect. Nothing in Text 1 indicates that another collection of samples from the Antarctic study site might yield different results from the samples already taken by Fierer’s team. The author of Text 2 does state that microbes are found in virtually every environment on Earth and suggests that new technology may be better able to detect so few microbes in a soil sample, but the author of Text 2 concludes that the unusual absence of microbes in the Antarctic samples is evidence of the harsh Antarctic environment. Therefore, there is no reason to believe that the author of Text 2 thinks that another sample drawn from that same harsh environment would yield a much higher number of microbes. Choice C is incorrect. The author of Text 2 does speculate that there may have been so few microbes in the Antarctic samples that current technology couldn’t detect them, but the author doesn’t speculate that this is due to the size of the microbes. Moreover, nothing that Fierer’s team says suggests that they are speculating that their samples might have microbes that are smaller than microbes in typical soil samples.",
+ hasFigure: false,
+ },
+ {
+ id: "82c05b34",
+ type: "mcq",
+ passage:
+ "Text 1
The live music festival business is growing in event size and genre variety. With so many consumer options, organizers are finding ways to cement festival attendance as a special experience worth sharing. This phenomenon is linked to the growing “experiential economy,” where many find it gratifying to purchase lived experiences. To ensure a profitable event, venues need to consider the overall consumer experience, not just the band lineup.
Text 2
Music festival appearances are becoming a more important part of musicians’ careers. One factor in this shift is the rising use of streaming services that allow access to huge numbers of songs for a monthly fee, subsequently reducing sales of full-length albums. With this shift in consumer behavior, musicians are increasingly dependent on revenue from live performances.
",
+ questionHtml:
+ "Based on the texts, both authors would most likely agree with which statement?",
+ choices: [
+ {
+ label: "A",
+ text: "Consumers are more interested in paying subscription fees to stream music than in attending music festivals in person.",
+ },
+ {
+ label: "B",
+ text: "Consumers’ growing interest in purchasing experiences is mostly confined to the music industry.",
+ },
+ {
+ label: "C",
+ text: "Changing consumer behaviors are leading to changes in music-related businesses.",
+ },
+ {
+ label: "D",
+ text: "The rising consumer demand for live music festivals also generates higher demand for music streaming platforms.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. Both authors mention how consumer behaviors have shifted, and how this affects different aspects of the music industry. Text 1 states that consumers enjoy purchasing “lived experiences,” and that this influences how organizers design music festivals. Text 2 states that consumers are using streaming services more, and that this reduces album sales and increases the importance of live performances for musicians.
Choice A is incorrect. Neither text claims that consumers prefer streaming to festivals, or that these are mutually exclusive options. Text 1 implies that festivals are popular and profitable, and Text 2 never suggests that streaming services diminish the demand for live music. Choice B is incorrect. This choice misreads Text 1, which identifies music festivals as just one example of a broader trend of purchasing “lived experiences.” Text 2 doesn’t mention growing interest in purchasing experiences, in the music industry or otherwise. Choice D is incorrect. Neither text establishes a cause/effect relationship between the demand for festivals and the demand for streaming platforms. Text 1 does not mention streaming platforms at all, and Text 2 does not imply that streaming platforms benefit from the popularity of festivals.",
+ hasFigure: false,
+ },
+ {
+ id: "8de51658",
+ type: "mcq",
+ passage:
+ "Text 1
The idea that time moves in only one direction is instinctively understood, yet it puzzles physicists. According to the second law of thermodynamics, at a macroscopic level some processes of heat transfer are irreversible due to the production of entropy—after a transfer we cannot rewind time and place molecules back exactly where they were before, just as we cannot unbreak dropped eggs. But laws of physics at a microscopic or quantum level hold that those processes should be reversible.
Text 2
In 2015, physicists Tiago Batalhão et al. performed an experiment in which they confirmed the irreversibility of thermodynamic processes at a quantum level, producing entropy by applying a rapidly oscillating magnetic field to a system of carbon-13 atoms in liquid chloroform. But the experiment “does not pinpoint ... what causes irreversibility at the microscopic level,” coauthor Mauro Paternostro said.
",
+ questionHtml:
+ "Based on the texts, what would the author of Text 1 most likely say about the experiment described in Text 2?",
+ choices: [
+ {
+ label: "A",
+ text: "It would suggest an interesting direction for future research were it not the case that two of the physicists who conducted the experiment disagree on the significance of its findings.",
+ },
+ {
+ label: "B",
+ text: "It provides empirical evidence that the current understanding of an aspect of physics at a microscopic level must be incomplete.",
+ },
+ {
+ label: "C",
+ text: "It is consistent with the current understanding of physics at a microscopic level but not at a macroscopic level.",
+ },
+ {
+ label: "D",
+ text: "It supports a claim about an isolated system of atoms in a laboratory, but that claim should not be extrapolated to a general claim about the universe.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Author 1 describes the puzzle that physicists still can’t solve: at a microscopic level, the “laws of physics” suggest that we should be able to reverse processes that are not reversible at a macroscopic level (and, maybe, turn back time!). The experiment confirmed that those processes are not reversible even on the microscopic level, but it didn’t explain why. This supports Author 1’s point that physicists still don’t fully understand how things work at a microscopic level—maybe the laws need to be revised.
Choice A is incorrect. We can’t infer that the author of Text 1 would respond this way to the experiment. Text 2 does name two of the physicists involved in the experiment, but it never suggests that they disagree on anything. Choice C is incorrect. This is the opposite of what the experiment suggests. The experiment confirmed that the macroscopic-level law (“these things can’t be reversed—like time”) was still true on the microscopic level—meaning it supports the current understanding of physics at a macroscopic level. Choice D is incorrect. We can’t infer that the author of Text 1 would respond this way to the experiment. Neither text makes this distinction between laboratory findings and the way the universe works in general.",
+ hasFigure: false,
+ },
+ {
+ id: "ab56a107",
+ type: "mcq",
+ passage:
+ "Text 1
Digital art, the use of digital technology to create or display images, isn’t really art at all. It doesn’t require as much skill as creating physical art. “Painting” with a tablet and stylus is much easier than using paint and a brush: the technology is doing most of the work.
Text 2
The painting programs used to create digital art involve more than just pressing a few buttons. In addition to knowing the fundamentals of art, digital artists need to be familiar with sophisticated software. Many artists will start by drawing an image on paper before transforming the piece to a digital format, where they can apply a variety of colors and techniques that would otherwise require many different traditional tools.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 2 most likely respond to the claims of the author of Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By arguing that a piece of art created digitally can still be displayed traditionally",
+ },
+ {
+ label: "B",
+ text: "By explaining that it’s actually much harder to use a tablet and stylus to create art than to use paint and a brush",
+ },
+ {
+ label: "C",
+ text: "By insisting that digital art requires artistic abilities and skill even if it employs less traditional tools",
+ },
+ {
+ label: "D",
+ text: "By admitting that most digital artists don’t think fundamental drawing skills are important",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it reflects how the author of Text 2 would respond to the claims in Text 1. Both texts address skills needed to produce digital art. Text 1 claims that digital art doesn’t require the same amount of skill as creating physical art and that “the technology is doing most of the work.” Text 2 states that digital art requires “knowing the fundamentals of art” and that many digital artists begin their work on paper and then transfer it to a digital format using “sophisticated software” and “a variety of colors and techniques.” Therefore, the author of Text 2 would most likely insist that digital art requires artistic abilities even if it employs less traditional tools.
Choice A is incorrect because neither text discusses nondigital means of displaying art. Choice B is incorrect because the author of Text 2 doesn’t address whether it’s harder to use a tablet and stylus than it is to use paint and a brush. Text 2 does argue that digital art requires skills that aren’t part of the traditional methods for producing art, but the text doesn’t address relative difficulty. Choice D is incorrect because the author of Text 2 states that digital artists still need to know “the fundamentals of art” and that many digital artists begin their work by drafting on paper before transferring the work to a digital format.",
+ hasFigure: false,
+ },
+ {
+ id: "e1befb41",
+ type: "mcq",
+ passage:
+ "Text 1
In a study of the benefits of having free time, Marissa Sharif found that the reported sense of life satisfaction tended to plateau when participants had two hours of free time per day and actually began to fall when they had five hours of free time per day. After further research, Sharif concluded that this dip in life satisfaction mainly occurred when individuals spent all their free time unproductively, such as by watching TV or playing games.
Text 2
Psychologist James Maddux cautions against suggesting an ideal amount of free time. The human desire for both free time and productivity is universal, but Maddux asserts that individuals have unique needs for life satisfaction. Furthermore, he points out that there is no objective definition for what constitutes productivity; reading a book might be considered a productive activity by some, but idleness by others.
",
+ questionHtml:
+ "Based on the texts, how would Maddux (Text 2) most likely respond to the conclusion Sharif (Text 1) reached after her further research?",
+ choices: [
+ {
+ label: "A",
+ text: "By acknowledging that free time is more likely to enhance life satisfaction when it is spent productively than when it is spent unproductively",
+ },
+ {
+ label: "B",
+ text: "By challenging the reasoning in Text 1, as it has not been proved that productivity commonly contributes to individuals’ life satisfaction",
+ },
+ {
+ label: "C",
+ text: "By warning against making an overly broad assumption, as there is no clear consensus in distinguishing between productive and unproductive activities",
+ },
+ {
+ label: "D",
+ text: "By claiming that the specific activities named in Text 1 are actually examples of productive activities rather than unproductive ones",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it characterizes how Maddux would most likely respond to the conclusion Sharif reached after her research. Text 1 describes Sharif’s study of the benefits of free time, saying that the reported sense of satisfaction plateaued at two hours per day and began to decline at five hours per day. Further research led Sharif to conclude that time spent doing tasks she defines as unproductive, such as watching TV or playing games, correlated with a drop in life satisfaction. However, in Text 2 Maddux says that there is no objective definition of what constitutes productive behavior, giving the example that reading a book might be considered productive by some but unproductive by others. It can be inferred that Maddux would also assert that whether watching TV or playing games is productive or unproductive is a matter of subjective judgment. Thus, Maddux would most likely caution against making an overly broad assumption, as there is no clear consensus in distinguishing between productive and unproductive activities.
Choice A is incorrect because Maddux asserts that individuals have unique needs for life satisfaction: some may want to spend that time productively, others unproductively, and what counts as productive is subjective. Therefore, Maddux would likely not consider it universally true that free time is more likely to enhance life satisfaction when it is spent productively. Choice B is incorrect because the study described in Text 1 concerns whether free time contributes to life satisfaction, not whether productivity contributes to life satisfaction. The dip in life satisfaction that Sharif claims to observe in Text 1 happens only after five hours, and mainly if the time is spent unproductively—that is, two hours of free time spent productively might increase life satisfaction just as much as two hours spent unproductively. Choice D is incorrect because Maddux holds the opinion that whether an activity is productive or unproductive is subjective and depends on the individual; therefore, he would most likely claim that watching TV or playing games might be productive for some and unproductive for others.",
+ hasFigure: false,
+ },
+ {
+ id: "eae66bf9",
+ type: "mcq",
+ passage:
+ "Text 1
In 2021, a team led by Amir Siraj hypothesized that the Chicxulub impactor—the object that struck the Yucatán Peninsula sixty-six million years ago, precipitating the mass extinction of the dinosaurs—was likely a member of the class of long-period comets. As evidence, Siraj cited the carbonaceous chondritic composition of samples from the Chicxulub impact crater as well as of samples obtained from long-period comet Wild 2 in 2006.
Text 2
Although long-period comets contain carbonaceous chondrites, asteroids are similarly rich in these materials. Furthermore, some asteroids are rich in iridium, as Natalia Artemieva points out, whereas long-period comets are not. Given the prevalence of iridium at the crater and, more broadly, in geological layers deposited worldwide following the impact, Artemieva argues that an asteroid is a more plausible candidate for the Chicxulub impactor.
",
+ questionHtml:
+ "Based on the texts, how would Artemieva likely respond to Siraj’s hypothesis, as presented in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By insisting that it overestimates how representative Wild 2 is of long-period comets as a class",
+ },
+ {
+ label: "B",
+ text: "By arguing that it does not account for the amount of iridium found in geological layers dating to the Chicxulub impact",
+ },
+ {
+ label: "C",
+ text: "By praising it for connecting the composition of Chicxulub crater samples to the composition of certain asteroids",
+ },
+ {
+ label: "D",
+ text: "By concurring that carbonaceous chondrites are prevalent in soil samples from sites distant from the Chicxulub crater",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Siraj’s hypothesis is that the Chicxulub impactor was a long-period comet. But Artemieva points to the iridium found in the crater and in “geological layers that were deposited worldwide after the impact” as evidence that it was actually an asteroid, not a long-period comet.
Choice A is incorrect. We can’t infer that this is how Artemieva would respond to Siraj’s hypothesis. Text 2 never discusses whether Wild 2 is representative of long-period comets in general. Rather, Text 2 presents Artemieva’s argument that the Chicxulub impactor was an asteroid, not a long-term comet. Choice C is incorrect. We can’t infer that this is how Artemieva would respond to Siraj’s hypothesis. Siraj’s hypothesis doesn’t make this connection: rather, Siraj hypothesizes that the Chicxulub impactor was a long-term comet. Choice D is incorrect. We can’t infer that this is how Artemieva would respond to Siraj’s hypothesis. “Soil samples from sites distant from the Chicxulub crater” is too vague. Only soil samples from sites that are connected to the impact in some way are involved in either hypothesis.",
+ hasFigure: false,
+ },
+ {
+ id: "f0ae0da3",
+ type: "mcq",
+ passage:
+ "Text 1
When companies in the same industry propose merging with one another, they often claim that the merger will benefit consumers by increasing efficiency and therefore lowering prices. Economist Ying Fan investigated this notion in the context of the United States newspaper market. She modeled a hypothetical merger of Minneapolis-area newspapers and found that subscription prices would rise following a merger.
Text 2
Economists Dario Focarelli and Fabio Panetta have argued that research on the effect of mergers on prices has focused excessively on short-term effects, which tend to be adverse for consumers. Using the case of consumer banking in Italy, they show that over the long term (several years, in their study), the efficiency gains realized by merged companies do result in economic benefits for consumers.
",
+ questionHtml:
+ "Based on the texts, how would Focarelli and Panetta (Text 2) most likely respond to Fan’s findings (Text 1)?",
+ choices: [
+ {
+ label: "A",
+ text: "They would recommend that Fan compare the near-term effect of a merger on subscription prices in the Minneapolis area with the effect of a merger in another newspaper market.",
+ },
+ {
+ label: "B",
+ text: "They would argue that over the long term the expenses incurred by the merged newspaper company will also increase.",
+ },
+ {
+ label: "C",
+ text: "They would encourage Fan to investigate whether the projected effect on subscription prices persists over an extended period.",
+ },
+ {
+ label: "D",
+ text: "They would claim that mergers have a different effect on consumer prices in the newspaper industry than in most other industries.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer because, based on the information presented in the texts, it represents how Focarelli and Panetta would most likely respond to Fan’s findings. Text 1 indicates that Fan found that a newspaper merger would result in a rise in subscription prices. This rise wouldn’t benefit customers, who would have to pay more for news after a merger. Text 2 presents Focarelli and Panetta’s argument that merger research tends to focus too much on what happens immediately after the merger. Text 2 goes on to describe their finding that mergers can be economically beneficial for consumers over the long term. This suggests that Focarelli and Panetta would encourage Fan to investigate the long-term effect of the hypothetical newspaper merger on subscription prices.
Choice A is incorrect because Text 2 doesn’t indicate that Focarelli and Panetta connect the effects of mergers to specific locations. Instead, Focarelli and Panetta focus on the length of time over which the effects of mergers should be evaluated. Choice B is incorrect because Text 2 indicates that Focarelli and Panetta found that merged companies experience "efficiency gains" over the long term, meaning that their expenses go down relative to their output, not that their expenses increase. Choice D is incorrect because there’s no indication in Text 2 that Focarelli and Panetta believe that the newspaper industry is different from any other industry when it comes to the effects of mergers. Although their own research was about consumer banking, Text 2 suggests that they view their conclusions as applicable to mergers in general.',
+ hasFigure: false,
+ },
+ {
+ id: "f1c9d2c1",
+ type: "mcq",
+ passage:
+ "Text 1
Stage lighting theorist Adolphe Appia was perhaps the first to argue that light must be considered alongside all the various elements of a stage to create a single, unified performance. Researcher Kelly Bremner, however, has noted that Appia lacked technical expertise in the use of light in the theater. As a result of Appia’s inexperience, Bremner argues, Appia’s theory of light called for lighting practices that weren’t possible until after the advent of electricity around 1881.
Text 2
Adolphe Appia was not an amateur in the practice of lighting. Instead, it is precisely his exposure to lighting techniques at the time that contributed to his theory on the importance of light. When working as an apprentice for a lighting specialist in his youth, Appia observed the use of portable lighting devices that could be operated by hand. This experience developed his understanding of what was possible in the coordination of elements on the stage.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 2 most likely respond to the claim about Appia’s level of technical expertise made by Bremner in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "Many lighting technicians dismissed Appia’s ideas about light on the stage.",
+ },
+ {
+ label: "B",
+ text: "Appia likely gained a level of technical expertise during his time as an apprentice.",
+ },
+ {
+ label: "C",
+ text: "Theater practitioners who worked with Appia greatly admired his work.",
+ },
+ {
+ label: "D",
+ text: "Appia was unfamiliar with the use of music and sound in theater.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The author of Text 2 directly contradicts Bremner’s claim that Appia lacked technical expertise by stating that Appia was “not an amateur in the practice of lighting.” His experience as a lighting specialist’s apprentice would have, the author of Text 2 argues, allowed Appia to “develop his understanding of what was possible” with the elements of theatrical design.
Choice A is incorrect. Neither text describes how other lighting technicians responded to Appia’s ideas. Furthermore, this claim isn’t relevant to Bremner’s evaluation of Appia’s technical expertise. Choice C is incorrect. Neither text mentions anything about the opinions of theater practitioners who worked with Appia, so this answer choice does not relate to the claim about Appia’s level of technical expertise made by Bremner in Text 1. Choice D is incorrect. Neither text mentions anything about Appia’s familiarity with or ignorance of the use of music and sound in theater. Both focus on his expertise (or lack thereof) in lighting.",
+ hasFigure: false,
+ },
+ {
+ id: "f52cc78c",
+ type: "mcq",
+ passage:
+ "Text 1
Polar bears sustain themselves primarily by hunting seals on the Arctic sea ice, but rising ocean temperatures are causing the ice to diminish, raising concerns about polar bear population declines as these large predators’ seal-hunting habitats continue to shrink. A 2020 study examining polar bear populations across the Arctic concluded that populations affected by sea-ice loss are at great risk of extinction by the end of the twenty-first century.
Text 2
Monitoring carried out by researchers from the Norwegian Polar Institute shows that the polar bear population on the Arctic archipelago of Svalbard remains stable and well nourished despite rapidly declining sea ice in recent years. The researchers attribute this population’s resilience in part to a shift in feeding strategies: in addition to hunting seals, the Svalbard polar bears have begun relying on a diet of reindeer meat and birds’ eggs.
",
+ questionHtml:
+ "Based on the texts, how would the researchers in Text 2 most likely respond to the conclusion presented in the underlined portion of Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By noting that it neglects the possibility of some polar bear populations adapting to changes in their environment",
+ },
+ {
+ label: "B",
+ text: "By suggesting that it is likely incorrect about the rates at which warming ocean temperatures have caused sea ice to melt in the Arctic",
+ },
+ {
+ label: "C",
+ text: "By asserting that it overlooks polar bear populations that have not yet been affected by loss of seal-hunting habitats",
+ },
+ {
+ label: "D",
+ text: "By arguing that it fails to account for polar bears’ reliance on a single seal-hunting strategy",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Text 2 describes how the Svalbard polar bears have adapted to the loss of sea ice by diversifying their diet and feeding on reindeer and seabird eggs, resulting in a “stable and well nourished” population despite environmental challenges. This counters the underlined claim that polar bears facing a loss of sea ice are at “great risk of extinction” by the end of the century.
Choice B is incorrect. Text 2 does not challenge the fact that sea ice is rapidly declining in the Arctic due to warming ocean temperatures. In fact, it states that the Svalbard polar bears have faced “rapidly declining sea ice in recent years.” Choice C is incorrect. The claim in Text 1 is specific to polar bear populations affected by the loss of seal hunting habitats, so unaffected populations are irrelevant to the claim. Also, Text 2 doesn’t mention any polar bear populations that haven’t yet been affected by loss of seal hunting habitats. It focuses on a population that has been affected by sea-ice loss but has managed to survive and thrive nevertheless. Choice D is incorrect. Text 2 doesn’t imply that polar bears rely on a single seal-hunting strategy. In fact, the researcher in Text 2 would say that Text 1 fails to account for polar bears’ ability to develop other hunting strategies and food sources.",
+ hasFigure: false,
+ },
+ {
+ id: "f653b273",
+ type: "mcq",
+ passage:
+ "Text 1
A tiny, unusual fossil in a piece of 99-million-year-old amber is of the extinct species Oculudentavis khaungraae. The O. khaungraae fossil consists of a rounded skull with a thin snout and a large eye socket. Because these features look like they are avian, or related to birds, researchers initially thought that the fossil might be the smallest avian dinosaur ever found.
Text 2
Paleontologists were excited to discover a second small fossil that is similar to the strange O. khaungraae fossil but has part of the lower body along with a birdlike skull. Detailed studies of both fossils revealed several traits that are found in lizards but not in dinosaurs or birds. Therefore, paleontologists think the two creatures were probably unusual lizards, even though the skulls looked avian at first.
",
+ questionHtml:
+ "Based on the texts, what would the paleontologists in Text 2 most likely say about the researchers’ initial thought in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "It is understandable because the fossil does look like it could be related to birds, even though O. khaungraae is probably a lizard.",
+ },
+ {
+ label: "B",
+ text: "It is confusing because it isn’t clear what caused the researchers to think that O. khaungraae might be related to birds.",
+ },
+ {
+ label: "C",
+ text: "It is flawed because the researchers mistakenly assumed that O. khaungraae must be a lizard.",
+ },
+ {
+ label: "D",
+ text: "It is reasonable because the O. khaungraae skull is about the same size as the skull of the second fossil but is shaped differently.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it reflects what the paleontologists in Text 2 would most likely say about what the researchers in Text 1 initially thought. Text 1 focuses on the discovery of a strange fossil consisting of the skull of the extinct species Oculudentavis khaungraae. According to Text 1, the fossil has features that appear to be avian, or related to birds, which led researchers to initially think that the fossil might be a very small avian dinosaur. Text 2 begins by noting the discovery of a second fossil similar to the one discussed in Text 1, then explains that based on detailed studies of both fossils, paleontologists think that the two creatures were probably unusual lizards, even though the skulls appeared avian at first. This suggests that the paleontologists in Text 2 recognize that the fossils do indeed look like they could be related to birds. For this reason, the paleontologists in Text 2 would most likely say that the initial thought of the researchers in Text 1—that the fossil was avian—is understandable, even if the fossil is probably not avian but rather is from a lizard.
Choice B is incorrect because Text 2 indicates that the fossils initially looked avian, so the paleontologists described in Text 2 wouldn’t be confused by the researchers in Text 1 initially thinking that O. khaungraae might be related to birds. The paleontologists would find that initial thought understandable, not confusing. Choice C is incorrect because Text 1 never mentions lizards, so it wouldn’t make sense for the paleontologists in Text 2 to say that the researchers in Text 1 mistakenly assumed that O. khaungraae must be a lizard. Choice D is incorrect. Although the paleontologists in Text 2 might agree that the initial thought of the researchers in Text 1 was reasonable, nothing in Text 2 suggests that the two skulls were shaped differently.",
+ hasFigure: false,
+ },
+];
+
+export const CROSS_TEXT_HARD: PracticeQuestion[] = [
+ {
+ id: "105ea6de",
+ type: "mcq",
+ passage:
+ "Text 1
Growth in the use of novel nanohybrids—materials created from the conjugation of multiple distinct nanomaterials, such as iron oxide and gold nanomaterials conjugated for use in magnetic imaging—has outpaced studies of nanohybrids’ environmental risks. Unfortunately, risk evaluations based on nanohybrids’ constituents are not reliable: conjugation may alter constituents’ physiochemical properties such that innocuous nanomaterials form a nanohybrid that is anything but.
Text 2
The potential for enhanced toxicity of nanohybrids relative to the toxicity of constituent nanomaterials has drawn deserved attention, but the effects of nanomaterial conjugation vary by case. For instance, it was recently shown that a nanohybrid of silicon dioxide and zinc oxide preserved the desired optical transparency of zinc oxide nanoparticles while mitigating the nanoparticles’ potential to damage DNA.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 2 most likely respond to the assertion in the underlined portion of Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By concurring that the risk described in Text 1 should be evaluated but emphasizing that the risk is more than offset by the potential benefits of nanomaterial conjugation",
+ },
+ {
+ label: "B",
+ text: "By arguing that the situation described in Text 1 may not be representative but conceding that the effects of nanomaterial conjugation are harder to predict than researchers had expected",
+ },
+ {
+ label: "C",
+ text: "By denying that the circumstance described in Text 1 is likely to occur but acknowledging that many aspects of nanomaterial conjugation are still poorly understood",
+ },
+ {
+ label: "D",
+ text: "By agreeing that the possibility described in Text 1 is a cause for concern but pointing out that nanomaterial conjugation does not inevitably produce that result",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The author of Text 2 acknowledges that nanohybrids may be more toxic than their constituent parts, but also provides an example of a nanohybrid that has reduced toxicity compared to its components: silicon dioxide and zinc oxide together have all the benefits of zinc oxide nanoparticles without any of the DNA harm zinc oxide has on its own.
Choice A is incorrect. While the author of Text 2 gives an example of a nanohybrid that isn’t as toxic as its constituent parts, they don’t argue that the benefit outweighs the risk. They merely argue that “the effects of nanomaterial conjugation vary by case.” Choice B is incorrect. The author of Text 2 states that the effects of nanomaterial conjugation “vary by case,” and that the attention that their potential toxicity has drawn is warranted. If the situation in Text 1 weren’t representative, then there would be less attention to the potential danger of these materials. Furthermore, neither passage suggests that researchers had expected that they could predict the effects of nanomaterial conjugation. Choice C is incorrect. The author of Text 2 agrees that the potential toxicity of nanohybrids “has drawn deserved attention,” so they aren’t denying the problem.",
+ hasFigure: false,
+ },
+ {
+ id: "17bf10de",
+ type: "mcq",
+ passage:
+ "Text 1
Despite its beautiful prose, The Guns of August, Barbara Tuchman’s 1962 analysis of the start of World War I, has certain weaknesses as a work of history. It fails to address events in Eastern Europe just before the outbreak of hostilities, thereby giving the impression that Germany was the war’s principal instigator. Had Tuchman consulted secondary works available to her by scholars such as Luigi Albertini, she would not have neglected the influence of events in Eastern Europe on Germany’s actions.
Text 2
Barbara Tuchman’s The Guns of August is an engrossing if dated introduction to World War I. Tuchman’s analysis of primary documents is laudable, but her main thesis that European powers committed themselves to a catastrophic outcome by refusing to deviate from military plans developed prior to the conflict is implausibly reductive.
",
+ questionHtml:
+ "Which choice best describes a difference in how the authors of Text 1 and Text 2 view Barbara Tuchman’s The Guns of August?",
+ choices: [
+ {
+ label: "A",
+ text: "The author of Text 1 argues that Tuchman should have relied more on the work of other historians, while the author of Text 2 implies that Tuchman’s most interesting claims result from her original research.",
+ },
+ {
+ label: "B",
+ text: "The author of Text 1 believes that the scope of Tuchman’s research led her to an incorrect interpretation, while the author of Text 2 believes that Tuchman’s central argument is overly simplistic.",
+ },
+ {
+ label: "C",
+ text: "The author of Text 1 asserts that the writing style of The Guns of August makes it worthwhile to read despite any perceived deficiency in Tuchman’s research, while the author of Text 2 focuses exclusively on the weakness of Tuchman’s interpretation of events.",
+ },
+ {
+ label: "D",
+ text: "The author of Text 1 claims that Tuchman would agree that World War I was largely due to events in Eastern Europe, while the author of Text 2 maintains that Tuchman would say that Eastern European leaders were not committed to military plans in the same way that other leaders were.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. Both texts are critical of The Guns of August, but for different reasons: the author of Text 1 argues that Tuchman missed an important factor leading up to the war because she didn’t consult secondary sources, and the author of Text 2 argues that Tuchman’s main thesis is "reductive," which is a close synonym for "overly simplistic."
Choice A is incorrect. This doesn’t accurately describe the difference. This choice’s summary of Text 1 is accurate, but Text 2 never says that Tuchman’s most interesting claims result from her original research. Choice C is incorrect. This doesn’t accurately describe the difference. Text 1 never says that The Guns of August is worthwhile to read despite its research weaknesses. Text 2 does call out a weakness of Tuchman’s interpretation of events, but it also praises her analysis of primary sources. Choice D is incorrect. This doesn’t accurately describe the difference. Text 1 actually says that Tuchman "fails to address" the influence of events in Eastern Europe, while Text 2 says that Tuchman’s thesis was that European powers (not Eastern European leaders) were committed to military plans.',
+ hasFigure: false,
+ },
+ {
+ id: "35e21b06",
+ type: "mcq",
+ passage:
+ "Text 1
Dominique Potvin and colleagues captured five Australian magpies (Gymnorhina tibicen) to test a new design for attaching tracking devices to birds. As the researchers fitted each magpie with a tracker attached by a small harness, they noticed some magpies without trackers pecking at another magpie’s tracker until it broke off. The researchers suggest that this behavior could be evidence of magpies attempting to help another magpie without benefiting themselves.
Text 2
It can be tempting to think that animals are deliberately providing help when we see them removing trackers and other equipment from one another, especially when a species is known to exhibit other cooperative behaviors. At the same time, it can be difficult to exclude the possibility that individuals are simply interested in the equipment because of its novelty, curiously pawing or pecking at it until it detaches.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 2 most likely respond to the researchers’ perspective in Text 1 on the behavior of the magpies without trackers?",
+ choices: [
+ {
+ label: "A",
+ text: "That behavior might have been due to the novelty of the magpies’ captive setting rather than to the novelty of the tracker.",
+ },
+ {
+ label: "B",
+ text: "That behavior likely indicates that the magpies were deliberately attempting to benefit themselves by obtaining the tracker.",
+ },
+ {
+ label: "C",
+ text: "That behavior may not be evidence of selflessness in Gymnorhina tibicen because not all the captured magpies demonstrated it.",
+ },
+ {
+ label: "D",
+ text: "That behavior might be adequately explained without suggesting that the magpies were attempting to assist the other magpie.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it reflects how the author of Text 2 would most likely respond to the researchers’ perspective in Text 1 on the behavior of the magpies without trackers. According to Text 1, Dominique Potvin and colleagues observed magpies without trackers pecking at a tracker on another magpie until the device fell off. The researchers suggested that the birds might have been attempting to help the other bird, with no benefit to themselves. Text 2 generally discusses scenarios in which animals have been observed removing trackers from each other. The text cautions that it shouldn’t be assumed that these animals are helping one another deliberately, since they might simply be pecking at trackers out of curiosity, causing them to fall off eventually. Therefore, the author of Text 2 would most likely respond to Potvin and colleagues’ perspective in Text 1 by saying that the behavior of the magpies without trackers could be adequately explained without suggesting that they were attempting to assist the other magpie.
Choice A is incorrect because Text 2 never discusses the novelty, or the newness and unusual quality, of the captive settings in which animals have been observed to remove trackers from other animals, nor does it suggest that such novelty might account for this behavior. Instead, the text suggests that it’s the novelty of the tracking equipment itself that might cause the behavior: interested in the trackers because they’re unusual, animals might paw or peck at them until they fall off. Choice B is incorrect because Text 2 never suggests that when animals remove trackers from other animals, they do so because they wish to obtain the trackers for themselves. Instead, Text 2 argues that animals paw or peck at trackers because they are merely curious about them. Choice C is incorrect because Text 2 doesn’t argue that when captured animals are observed removing trackers from each other, their behavior should be regarded as selfless only if all of them participate in it. Instead, the text argues that the behavior may not be selfless at all and may instead be attributed to animals’ curiosity about the new and unusual trackers.",
+ hasFigure: false,
+ },
+ {
+ id: "5e101c70",
+ type: "mcq",
+ passage:
+ "Text 1
Most animals can regenerate some parts of their bodies, such as skin. But when a three-banded panther worm is cut into three pieces, each piece grows into a new worm. Researchers are investigating this feat partly to learn more about humans’ comparatively limited abilities to regenerate, and they’re making exciting progress. An especially promising discovery is that both humans and panther worms have a gene for early growth response (EGR) linked to regeneration.
Text 2
When Mansi Srivastava and her team reported that panther worms, like humans, possess a gene for EGR, it caused excitement. However, as the team pointed out, the gene likely functions very differently in humans than it does in panther worms. Srivastava has likened EGR to a switch that activates other genes involved in regeneration in panther worms, but how this switch operates in humans remains unclear.
",
+ questionHtml:
+ "Based on the texts, what would the author of Text 2 most likely say about Text 1’s characterization of the discovery involving EGR?",
+ choices: [
+ {
+ label: "A",
+ text: "It is reasonable given that Srivastava and her team have identified how EGR functions in both humans and panther worms.",
+ },
+ {
+ label: "B",
+ text: "It is overly optimistic given additional observations from Srivastava and her team.",
+ },
+ {
+ label: "C",
+ text: "It is unexpected given that Srivastava and her team’s findings were generally met with enthusiasm.",
+ },
+ {
+ label: "D",
+ text: "It is unfairly dismissive given the progress that Srivastava and her team have reported.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it reflects how the author of Text 2 would most likely respond to Text 1 based on the information provided. Text 1 discusses the discovery of a regeneration-linked gene, EGR, in both three-banded panther worms (which are capable of full regeneration) and humans (who have relatively limited regeneration abilities). Text 1 characterizes this discovery as “especially promising” and a sign of “exciting progress” in understanding human regeneration. The author of Text 2, on the other hand, focuses on the fact that the team that reported the EGR finding pointed out that while EGR’s function in humans isn’t yet known, it’s likely very different from its function in panther worms. Therefore, the author of Text 2 would most likely say that Text 1’s enthusiasm about the EGR discovery is overly optimistic given Srivastava’s team’s observations about EGR in humans.
Choice A is incorrect because the author of Text 2 explains that Srivastava and her team explicitly reported that they haven’t yet identified how EGR functions in humans; therefore, the author of Text 2 wouldn’t say that Text 1’s excitement is reasonable for the stated reason. Instead, the author of Text 2 would likely characterize Text 1’s excitement as premature and overly optimistic. Choice C is incorrect because Text 1 does treat Srivastava’s team’s findings with enthusiasm; it describes the discovery of EGR in both three-banded panther worms and humans as promising and exciting. It would be illogical for the author of Text 2 to say that because most others treat the discovery with enthusiasm, Text 1’s enthusiastic characterization of the discovery is unexpected. Choice D is incorrect because Text 1 isn’t at all dismissive of Srivastava’s team’s findings; instead, Text 1 is optimistic about the EGR discovery, characterizing it as promising and exciting. There’s nothing in Text 2 to suggest that the author of Text 2 would say that Text 1’s praise for the discovery is dismissive, or disdainful.",
+ hasFigure: false,
+ },
+ {
+ id: "6977d22b",
+ type: "mcq",
+ passage:
+ "Text 1
Ecologists have long wondered how thousands of microscopic phytoplankton species can live together near ocean surfaces competing for the same resources. According to conventional wisdom, one species should emerge after outcompeting the rest. So why do so many species remain? Ecologists’ many efforts to explain this phenomenon still haven’t uncovered a satisfactory explanation.
Text 2
Ecologist Michael Behrenfeld and colleagues have connected phytoplankton’s diversity to their microscopic size. Because these organisms are so tiny, they are spaced relatively far apart from each other in ocean water and, moreover, experience that water as a relatively dense substance. This in turn makes it hard for them to move around and interact with one another. Therefore, says Behrenfeld’s team, direct competition among phytoplankton probably happens much less than previously thought.
",
+ questionHtml:
+ "Based on the texts, how would Behrenfeld and colleagues (Text 2) most likely respond to the “conventional wisdom” discussed in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By arguing that it is based on a misconception about phytoplankton species competing with one another",
+ },
+ {
+ label: "B",
+ text: "By asserting that it fails to recognize that routine replenishment of ocean nutrients prevents competition between phytoplankton species",
+ },
+ {
+ label: "C",
+ text: "By suggesting that their own findings help clarify how phytoplankton species are able to compete with larger organisms",
+ },
+ {
+ label: "D",
+ text: "By recommending that more ecologists focus their research on how competition among phytoplankton species is increased with water density",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because based on Text 2, it represents how Behrenfeld and colleagues would most likely respond to the “conventional wisdom” discussed in Text 1. The conventional wisdom cited holds the opinion that when there is species diversity within a phytoplankton population, “one species should emerge after outcompeting the rest”—that is, after being so successful in competing for resources that the other species vanish from the population. However, Text 2 explains that according to Behrenfeld and colleagues, phytoplankton are so small and spaced so far apart in the water that there is “much less” direct competition for resources within phytoplankton populations than scientists had previously thought.
Choice B is incorrect because Text 2 never discusses whether routine replenishment of ocean nutrients affects competition between phytoplankton species. Choice C is incorrect because the interspecies competition discussed in both texts is specifically between phytoplankton species, and neither text considers whether phytoplankton compete for resources with larger nonphytoplankton species. Choice D is incorrect because according to Text 2, Behrenfeld and colleagues argue that water density decreases, not increases, competition between phytoplankton species.",
+ hasFigure: false,
+ },
+ {
+ id: "6a1dc7c5",
+ type: "mcq",
+ passage:
+ "Text 1
Virginia Woolf’s 1928 novel Orlando is an oddity within her body of work. Her other major novels consist mainly of scenes of everyday life and describe their characters’ interior states in great detail, whereas Orlando propels itself through a series of fantastical events and considers its characters’ psychology more superficially. Woolf herself sometimes regarded the novel as a minor work, even admitting once that she “began it as a joke.”
Text 2
Like Woolf’s other great novels, Orlando portrays how people’s memories inform their experience of the present. Like those works, it examines how people navigate social interactions shaped by gender and social class. Though it is lighter in tone—more entertaining, even—this literary “joke” nonetheless engages seriously with the themes that motivated the four or five other novels by Woolf that have achieved the status of literary classics.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 2 most likely respond to the assessment of Orlando presented in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By conceding that Woolf’s talents were best suited to serious novels but asserting that the humor in Orlando is often effective",
+ },
+ {
+ label: "B",
+ text: "By agreeing that Orlando is less impressive than certain other novels by Woolf but arguing that it should still be regarded as a classic",
+ },
+ {
+ label: "C",
+ text: "By acknowledging that Orlando clearly differs from Woolf’s other major novels but insisting on its centrality to her body of work nonetheless",
+ },
+ {
+ label: "D",
+ text: "By concurring that the reputation of Orlando as a minor work has led readers to overlook this novel but maintaining that the reputation is unearned",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it reflects how the author of Text 2 would most likely respond to the assessment of Orlando in Text 1. Both authors agree that Orlando is unusual for Woolf: Text 1 states that the novel examines its characters’ psychologies more superficially than Woolf’s other novels do, and Text 2 describes it as being lighter in tone. However, while Text 1 calls Orlando an “oddity” and mentions that Woolf “began it as a joke,” Text 2 asserts that Orlando engages the same themes as Woolf’s other great novels. Hence, the author of Text 2 would most likely accept that Orlando differs from Woolf’s other novels but would also insist on its importance in the context of Woolf’s work as a writer.
Choice A is incorrect. Text 2 does suggest that the humor in Orlando is effective. However, there’s nothing in Text 2 to suggest that the author would agree that Woolf’s talents were best suited to serious novels. Rather, the author of Text 2 compares Orlando favorably to other novels by Woolf that are implied to be darker in tone. Choice B is incorrect because the author of Text 2 does not indicate that Orlando is less impressive than Woolf’s other novels, but instead points out that it engages the same themes as other novels by Woolf that are considered classics. Choice D is incorrect because there’s nothing in Text 1 or Text 2 to suggest that readers have generally ignored Orlando because of its reputation.",
+ hasFigure: false,
+ },
+ {
+ id: "84dbd633",
+ type: "mcq",
+ passage:
+ "Text 1
The Cretaceous-Paleogene (K-Pg) mass extinction event is usually attributed solely to an asteroid impact near Chicxulub, Mexico. Some scientists argue that volcanic activity was the true cause, as the K-Pg event occurred relatively early in a long period of eruption of the Deccan Traps range that initially produced huge amounts of climate-altering gases. These dissenters note that other mass extinctions have coincided with large volcanic eruptions, while only the K-Pg event lines up with an asteroid strike.
Text 2
In a 2020 study, Pincelli Hull and her colleagues analyzed ocean core samples and modeled climate changes around the K-Pg event. The team concluded that Deccan Traps gases did affect global conditions prior to the event, but that the climate returned to normal well before the extinctions began—extinctions that instead closely align with the Chicxulub impact.
",
+ questionHtml:
+ "Based on the texts, how would Hull’s team (Text 2) most likely respond to the argument in the underlined portion of Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By agreeing that the Chicxulub impact changed the climate and that the Deccan Traps eruption caused the K-Pg event",
+ },
+ {
+ label: "B",
+ text: "By declaring that the changes in climate caused by the Deccan Traps eruption weren’t the main cause of the K-Pg event",
+ },
+ {
+ label: "C",
+ text: "By questioning why those scientists assume that the Chicxulub impact caused the Deccan Traps eruption",
+ },
+ {
+ label: "D",
+ text: "By asserting that the Deccan Traps eruption had a more significant effect on global conditions than those scientists claim",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it describes how Hull’s team would most likely respond to the argument in the underlined portion of Text 1, which asserts that volcanic activity in the Deccan Traps range led to changes in the climate and caused the K-Pg mass extinction event. According to Text 2, although Hull’s team found that activity in the Deccan Traps did indeed alter the climate before the K-Pg event, the team determined that the climate had returned to normal before mass extinctions began. This finding and the observation that the K-Pg extinctions closely align with the Chicxulub asteroid impact suggest that Hull’s team would likely dispute the claim in the underlined portion of Text 1 and say that the climate changes caused by the Deccan Traps activity were not the main cause of the extinctions.
Choice A is incorrect because Text 2 describes how Hull’s team found that the climate had recovered from the changes brought about by the Deccan Traps activity before the K-Pg event occurred, which suggests that Hull’s team would disagree that the Deccan Traps activity caused the K-Pg event. Additionally, the claim in the underlined portion of Text 1 says nothing about how the Chicxulub impact changed the climate, so while Hull’s team might believe that the impact did in fact change the climate, they could not be said to agree with the claim in Text 1 on this point. Choice C is incorrect because there is no indication in either text that any scientists assume that the Chicxulub impact caused the Deccan Traps activity, so there is no reason to conclude that Hull’s team would question why the scientists referred to in Text 1 make such an assumption. Choice D is incorrect because Text 2 describes how Hull’s team found that the climate had recovered from the changes brought about by the Deccan Traps activity before the K-Pg event occurred, which suggests that Hull’s team would say that the Deccan Traps activity had a less enduring effect on global conditions than the scientists referenced in Text 1 believe, not that the effect on global conditions was more significant than those scientists claim.",
+ hasFigure: false,
+ },
+ {
+ id: "97e5bf55",
+ type: "mcq",
+ passage:
+ "Text 1
In 1916, H. Dugdale Sykes disputed claims that The Two Noble Kinsmen was coauthored by William Shakespeare and John Fletcher. Sykes felt Fletcher’s contributions to the play were obvious—Fletcher had a distinct style in his other plays, so much so that lines with that style were considered sufficient evidence of Fletcher’s authorship. But for the lines not deemed to be by Fletcher, Sykes felt that their depiction of women indicated that their author was not Shakespeare but Philip Massinger.
Text 2
Scholars have accepted The Two Noble Kinsmen as coauthored by Shakespeare since the 1970s: it appears in all major one-volume editions of Shakespeare’s complete works. Though scholars disagree about who wrote what exactly, it is generally held that on the basis of style, Shakespeare wrote all of the first act and most of the last, while John Fletcher authored most of the three middle acts.
",
+ questionHtml:
+ "Based on the texts, both Sykes in Text 1 and the scholars in Text 2 would most likely agree with which statement?",
+ choices: [
+ {
+ label: "A",
+ text: "John Fletcher’s writing has a unique, readily identifiable style.",
+ },
+ {
+ label: "B",
+ text: "The women characters in John Fletcher’s plays are similar to the women characters in Philip Massinger’s plays.",
+ },
+ {
+ label: "C",
+ text: "The Two Noble Kinsmen belongs in one-volume compilations of Shakespeare’s complete plays.",
+ },
+ {
+ label: "D",
+ text: "Philip Massinger’s style in the first and last acts of The Two Noble Kinsmen is an homage to Shakespeare’s style.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Text 1 states that Sykes felt Fletcher’s contributions to the play were obvious because he had a distinct style in his other plays. Text 2 states that scholars generally agree “on the basis of style” that Fletcher wrote most of the three middle acts. Both texts imply that Fletcher’s writing has a unique, readily identifiable style that can be used to distinguish his work from others.
Choice B is incorrect. While Text 1 refers to the women in Massinger plays, neither text compares the women of Fletcher’s plays to the women of Massinger’s plays. Text 2 doesn’t mention Massinger at all. Choice C is incorrect. Text 1 states that Sykes disputed that Shakespeare coauthored the play, and implied that it was coauthored by Fletcher and Massinger instead. Sykes, therefore, would disagree that The Two Noble Kinsmen belongs in a Shakespeare compilation. Choice D is incorrect. Text 1 doesn’t suggest that Massinger was inspired by Shakespeare, and Text 2 doesn’t mention Massinger at all.",
+ hasFigure: false,
+ },
+ {
+ id: "a87c3925",
+ type: "mcq",
+ passage:
+ "Text 1
Soy sauce, made from fermented soybeans, is noted for its umami flavor. Umami—one of the five basic tastes along with sweet, bitter, salty, and sour—was formally classified when its taste receptors were discovered in the 2000s. In 2007, to define the pure umami flavor scientists Rie Ishii and Michael O’Mahony used broths made from shiitake mushrooms and kombu seaweed, and two panels of Japanese and US judges closely agreed on a description of the taste.
Text 2
A 2022 experiment by Manon Jünger et al. led to a greater understanding of soy sauce’s flavor profile. The team initially presented a mixture of compounds with low molecular weights to taste testers who found it was not as salty or bitter as real soy sauce. Further analysis of soy sauce identified proteins, including dipeptides, that enhanced umami flavor and also contributed to saltiness. The team then made a mix of 50 chemical compounds that re-created soy sauce’s flavor.
",
+ questionHtml:
+ "Based on the texts, if Ishii and O’Mahony (Text 1) and Jünger et al. (Text 2) were aware of the findings of both experiments, they would most likely agree with which statement?",
+ choices: [
+ {
+ label: "A",
+ text: "On average, the diets of people in the United States tend to have fewer foods that contain certain dipeptides than the diets of people in Japan have.",
+ },
+ {
+ label: "B",
+ text: "Chemical compounds that activate both the umami and salty taste receptors tend to have a higher molecular weight than those that only activate umami taste receptors.",
+ },
+ {
+ label: "C",
+ text: "Fermentation introduces proteins responsible for the increase of umami flavor in soy sauce, and those proteins also increase the perception of saltiness.",
+ },
+ {
+ label: "D",
+ text: "The broths in the 2007 experiment most likely did not have a substantial amount of the dipeptides that played a key part in the 2022 experiment.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Ishii and O’Mahony were trying to isolate the pure umami flavor, while Jünger was trying to recreate soy sauce, which has a mix of flavors that includes umami. Accordingly, the broths from Text 1 are not described as having any soy sauce in them—just “shiitake mushrooms and kombu seaweed.” So they probably don’t have as much of the dipeptides described in Text 2, which were found to be a key part of soy sauce’s umami-ness and its saltiness.
Choice A is incorrect. Neither text supports this. Neither text gets into the diets of people in the United States, nor the diets of people in Japan. Choice B is incorrect. Neither text supports this. Text 2 does talk about the molecular weights of chemical compounds, but there isn’t enough information provided about molecular weights in Text 1 to make an inference about what the scientists in Text 1 would say. Choice C is incorrect. Neither text supports this. Text 1 briefly mentions that soy sauce is “made from fermented soybeans,” but it never claims that fermentation is responsible for its flavor in any way. And Text 2 never mentions fermentation at all.",
+ hasFigure: false,
+ },
+ {
+ id: "c4737d6a",
+ type: "mcq",
+ passage:
+ "Text 1
Africa’s Sahara region—once a lush ecosystem—began to dry out about 8,000 years ago. A change in Earth’s orbit that affected climate has been posited as a cause of desertification, but archaeologist David Wright also attributes the shift to Neolithic peoples. He cites their adoption of pastoralism as a factor in the region drying out: the pastoralists’ livestock depleted vegetation, prompting the events that created the Sahara Desert.
Text 2
Research by Chris Brierley et al. challenges the idea that Neolithic peoples contributed to the Sahara’s desertification. Using a climate-vegetation model, the team concluded that the end of the region’s humid period occurred 500 years earlier than previously assumed. The timing suggests that Neolithic peoples didn’t exacerbate aridity in the region but, in fact, may have helped delay environmental changes with practices (e.g., selective grazing) that preserved vegetation.
",
+ questionHtml:
+ "Based on the texts, how would Chris Brierley (Text 2) most likely respond to the discussion in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By pointing out that given the revised timeline for the end of the Sahara’s humid period, the Neolithic peoples’ mode of subsistence likely didn’t cause the region’s desertification",
+ },
+ {
+ label: "B",
+ text: "By claiming that pastoralism was only one of many behaviors the Neolithic peoples took part in that may have contributed to the Sahara’s changing climate",
+ },
+ {
+ label: "C",
+ text: "By insisting that pastoralism can have both beneficial and deleterious effects on a region’s vegetation and climate",
+ },
+ {
+ label: "D",
+ text: "By asserting that more research needs to be conducted into factors that likely contributed to the desertification of the Sahara region",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Brierley et al.’s research directly challenges Wright’s claim that pastoralism turned the Sahara into a desert, suggesting that, in a Sahara that turned arid 500 years earlier than previously thought, pastoral practices may have actually “preserved vegetation” rather than depleting it.
Choice B is incorrect. Brierley et al.’s research actually disputes the idea that any Neolithic peoples’ behaviors, including pastoralism, could have contributed to the Sahara’s changing climate. In fact, their research implies that the Neolithic peoples’ practices did not “exacerbate aridity” (i.e., make things worse), but may have slowed environmental changes. Choice C is incorrect. Brierley et al.’s research does not acknowledge that pastoralism can have deleterious (i.e., negative) effects on a region’s vegetation and climate. It only describes one possible beneficial effect: preserving vegetation through practices like selective grazing. Choice D is incorrect. Brierley et al.’s research does not call for more research into factors that likely contributed to the desertification of the Sahara region.",
+ hasFigure: false,
+ },
+ {
+ id: "c885c38b",
+ type: "mcq",
+ passage:
+ "Text 1
Conventional wisdom long held that human social systems evolved in stages, beginning with hunter-gatherers forming small bands of members with roughly equal status. The shift to agriculture about 12,000 years ago sparked population growth that led to the emergence of groups with hierarchical structures: associations of clans first, then chiefdoms, and finally, bureaucratic states.
Text 2
In a 2021 book, anthropologist David Graeber and archaeologist David Wengrow maintain that humans have always been socially flexible, alternately forming systems based on hierarchy and collective ones with decentralized leadership. The authors point to evidence that as far back as 50,000 years ago some hunter-gatherers adjusted their social structures seasonally, at times dispersing in small groups but also assembling into communities that included esteemed individuals.
",
+ questionHtml:
+ "Based on the texts, how would Graeber and Wengrow (Text 2) most likely respond to the “conventional wisdom” presented in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By conceding the importance of hierarchical systems but asserting the greater significance of decentralized collective societies",
+ },
+ {
+ label: "B",
+ text: "By disputing the idea that developments in social structures have followed a linear progression through distinct stages",
+ },
+ {
+ label: "C",
+ text: "By acknowledging that hierarchical roles likely weren’t a part of social systems before the rise of agriculture",
+ },
+ {
+ label: "D",
+ text: "By challenging the assumption that groupings of hunter-gatherers were among the earliest forms of social structure",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it describes the most likely way that Graeber and Wengrow (Text 2) would respond to the “conventional wisdom” presented in Text 1. According to Text 1, the conventional wisdom about human social systems is that they developed through stages, beginning with hunter-gatherer bands, then moving to clan associations, then chiefdoms, and finally arriving at states with bureaucratic structures. Text 2 indicates that Graeber and Wengrow believe that human social systems have been flexible, shifting between different types of structures, including both hierarchical and collective systems, and that these shifts may have even occurred seasonally. This suggests that Graeber and Wengrow would dispute the idea that developments in social structures have followed a linear progression through distinct stages.
Choice A is incorrect because nothing in Text 2 suggests that Graeber and Wengrow believe that decentralized collective societies are more significant than hierarchical systems. Text 2 is focused on Graeber and Wengrow’s view that humans have flexibly shifted among various social structures, not on the importance of particular structures relative to others. Choice C is incorrect because Text 2 doesn’t include any information suggesting that Graeber and Wengrow believe that hierarchies didn’t emerge until after the rise of agriculture. In fact, Text 2 indicates that Graeber and Wengrow cite evidence suggesting that some hunter-gatherer groups formed social structures with hierarchical elements (“communities that included esteemed individuals”) 50,000 years ago, long before the rise of agriculture, which Text 1 says occurred around 12,000 years ago. Choice D is incorrect because there’s no information in Text 2 suggesting that Graeber and Wengrow would challenge the assumption that groupings of hunter-gatherers were among the earliest forms of social structure. Although Text 1 does indicate that hunter-gatherer groups are assumed to be the earliest human social system, Text 2 says only that Graeber and Wengrow believe that some hunter-gatherer groups made use of different social structures at different times. Text 2 doesn’t imply that Graeber and Wengrow doubt that hunter-gatherer groups preceded most other social structures.",
+ hasFigure: false,
+ },
+ {
+ id: "d0198544",
+ type: "mcq",
+ passage:
+ "Text 1
In 2007, a team led by Alice Storey analyzed a chicken bone found in El Arenal, Chile, dating it to 1321–1407 CE—over a century before Europeans invaded the region, bringing their own chickens. Storey also found that the El Arenal chicken shared a unique genetic mutation with the ancient chicken breeds of the Polynesian Islands in the Pacific. Thus, Polynesian peoples, not later Europeans, probably first introduced chickens to South America.
Text 2
An Australian research team weakened the case for a Polynesian origin for the El Arenal chicken by confirming that the mutation identified by Storey has occurred in breeds from around the world. More recently, though, a team led by Agusto Luzuriaga-Neira found that South American chicken breeds and Polynesian breeds share other genetic markers that European breeds lack. Thus, the preponderance of evidence now favors a Polynesian origin.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 2 most likely respond to the underlined claim in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "By broadly agreeing with the claim but objecting that the timeline it presupposes conflicts with the findings of the genetic analysis conducted by Storey’s team",
+ },
+ {
+ label: "B",
+ text: "By faulting the claim for implying that domestic animals couldn’t have been transferred from South America to the Polynesian Islands as well",
+ },
+ {
+ label: "C",
+ text: "By critiquing the claim for being based on an assumption that before the European invasion of South America, the chickens of Europe were genetically uniform",
+ },
+ {
+ label: "D",
+ text: "By noting that while the claim is persuasive, the findings of Luzuriaga-Neira’s team provide stronger evidence for it than the findings of the genetic analysis conducted by Storey do",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it accurately describes how the author of Text 2 would most likely respond to the underlined claim in Text 1. Text 1 indicates that Storey found a genetic mutation in South American chickens from before the European invasion and in Polynesian chickens, which implies that chickens were first brought to South America by Polynesian people. Text 2 explains that the genetic mutation Storey found is in chickens from all over the world, thus undercutting the mutation as evidence of a Polynesian origin. However, Text 2 goes on to say “more recently” Luzuriaga-Neira and colleagues found multiple genetic markers shared by South American and Polynesian chickens but “that European breeds lack,” which strongly suggests a Polynesian origin for the South American chickens. This indicates that the author of Text 2 believes Luzuriaga-Neira’s evidence for a Polynesian origin is compelling while Storey’s evidence has been undermined. Thus, the author of Text 2 would most likely agree with the underlined statement and believes Luzuriaga-Neira and colleagues’ evidence for the statement is stronger than Storey’s evidence is.
Choice A is incorrect because both texts indicate that chickens were introduced to South America before the arrival of Europeans. Text 1 states that the El Arenal chicken bone dates from “1321–1407 CE—over a century before Europeans invaded the region” and concludes that these chickens were likely brought to South America by Polynesians. While Text 2 is not as explicit about the time period as Text 1 is, nothing in Text 2 undermines the timing of events ascribed to Storey’s account in Text 1. Choice B is incorrect because both texts agree that chickens were first brought to South America by Polynesian peoples (the underlined claim), and nothing in Text 2 suggests that this claim is in any way deficient because the possibility that animals could have been transferred from South America to Polynesia was not explicitly addressed. Choice C is incorrect because the criticism that Text 2 raises about the ideas in Text 1 is specifically about whether the single genetic mutation cited by Storey in fact supports the idea of a Polynesian origin for South American chickens. There is nothing in Text 2 to suggest that the underlined sentence (Storey’s conclusion) is deficient because it is based on an assumption about the genetic uniformity of European chickens.",
+ hasFigure: false,
+ },
+ {
+ id: "d6c77ae5",
+ type: "mcq",
+ passage:
+ "Text 1
Astronomer Mark Holland and colleagues examined four white dwarfs—small, dense remnants of past stars—in order to determine the composition of exoplanets that used to orbit those stars. Studying wavelengths of light in the white dwarf atmospheres, the team reported that traces of elements such as lithium and sodium support the presence of exoplanets with continental crusts similar to Earth’s.
Text 2
Past studies of white dwarf atmospheres have concluded that certain exoplanets had continental crusts. Geologist Keith Putirka and astronomer Siyi Xu argue that those studies unduly emphasize atmospheric traces of lithium and other individual elements as signifiers of the types of rock found on Earth. The studies don’t adequately account for different minerals made up of various ratios of those elements, and the possibility of rock types not found on Earth that contain those minerals.
",
+ questionHtml:
+ "Based on the texts, how would Putirka and Xu (Text 2) most likely characterize the conclusion presented in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "As unexpected, because it was widely believed at the time that white dwarf exoplanets lack continental crusts",
+ },
+ {
+ label: "B",
+ text: "As premature, because researchers have only just begun trying to determine what kinds of crusts white dwarf exoplanets had",
+ },
+ {
+ label: "C",
+ text: "As questionable, because it rests on an incomplete consideration of potential sources of the elements detected in white dwarf atmospheres",
+ },
+ {
+ label: "D",
+ text: "As puzzling, because it’s unusual to successfully detect lithium and sodium when analyzing wavelengths of light in white dwarf atmospheres",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it reflects how Putirka and Xu (Text 2) would likely characterize the conclusion presented in Text 1. Text 1 discusses a study by Mark Holland and colleagues in which they detected traces of lithium and sodium in the atmospheres of four white dwarf stars. The team claims that this supports the idea that exoplanets with continental crusts like Earth’s once orbited these stars. Text 2 introduces Putirka and Xu, who indicate that sodium and lithium are present in several different minerals and that some of those minerals might exist in types of rock that are not found on Earth. Therefore, Putirka and Xu would likely describe the conclusion in Text 1 as questionable because it does not consider that lithium and sodium are also found in rocks that are not like Earth’s continental crust.
Choice A is incorrect because the texts do not indicate how widely held any of the viewpoints described are. Choice B is incorrect because neither text discusses how new this area of study is. Choice D is incorrect because neither text discusses how likely lithium and sodium are to be detected by analyzing wavelengths of light.",
+ hasFigure: false,
+ },
+ {
+ id: "d72b325e",
+ type: "mcq",
+ passage:
+ "Text 1
What factors influence the abundance of species in a given ecological community? Some theorists have argued that historical diversity is a major driver of how diverse an ecological community eventually becomes: differences in community diversity across otherwise similar habitats, in this view, are strongly affected by the number of species living in those habitats at earlier times.
Text 2
In 2010, a group of researchers including biologist Carla Cáceres created artificial pools in a New York forest. They stocked some pools with a diverse mix of zooplankton species and others with a single zooplankton species and allowed the pool communities to develop naturally thereafter. Over the course of four years, Cáceres and colleagues periodically measured the species diversity of the pools, finding—contrary to their expectations—that by the end of the study there was little to no difference in the pools’ species diversity.
",
+ questionHtml:
+ "Based on the texts, how would Cáceres and colleagues (Text 2) most likely describe the view of the theorists presented in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "It is largely correct, but it requires a minor refinement in light of the research team’s results.",
+ },
+ {
+ label: "B",
+ text: "It is not compelling as a theory regardless of any experimental data collected by the research team.",
+ },
+ {
+ label: "C",
+ text: "It may seem plausible, but it is not supported by the research team’s findings.",
+ },
+ {
+ label: "D",
+ text: "It probably holds true only in conditions like those in the research team’s study.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. This is how Cáceres and co. would most likely describe the view presented in Text 1. The view in Text 1 is that historical diversity affects how diverse an ecological community eventually becomes. But Cáceres and co. did not get this result: they found no difference in eventual diversity between a zooplankton pool that started out diverse and a zooplankton pool that started out with only a single species.
Choice A is incorrect. Cáceres and co. would probably not describe the view presented in Text 1 this way. The view in Text 1 is that historical diversity affects how diverse an ecological community eventually becomes. Cáceres and co’s findings directly undermine this view: they found no difference in eventual diversity between a zooplankton pool that started out diverse and a zooplankton pool that started out with only a single species. Choice B is incorrect. Cáceres and co. would probably not describe the view presented in Text 1 this way. Their experiment was designed to test this hypothesis, and their findings were "contrary to their expectations." In other words, before the study, they predicted the theory was correct. Choice D is incorrect. Cáceres and co. would not describe the view presented in Text 1 this way. Their research finding directly undermines the view presented in Text 1: so it definitely doesn’t hold true in conditions like those in the study.',
+ hasFigure: false,
+ },
+ {
+ id: "de2c2f57",
+ type: "mcq",
+ passage:
+ "Text 1
The fossil record suggests that mammoths went extinct around 11 thousand years (kyr) ago. In a 2021 study of environmental DNA (eDNA)—genetic material shed into the environment by organisms—in the Arctic, Yucheng Wang and colleagues found mammoth eDNA in sedimentary layers formed millennia later, around 4 kyr ago. To account for this discrepancy, Joshua H. Miller and Carl Simpson proposed that arctic temperatures could preserve a mammoth carcass on the surface, allowing it to leach DNA into the environment, for several thousand years.
Text 2
Wang and colleagues concede that eDNA contains DNA from both living organisms and carcasses, but for DNA to leach from remains over several millennia requires that the remains be perpetually on the surface. Scavengers and weathering in the Arctic, however, are likely to break down surface remains well before a thousand years have passed.
",
+ questionHtml:
+ "Which choice best describes how Text 1 and Text 2 relate to each other?",
+ choices: [
+ {
+ label: "A",
+ text: "Text 1 discusses two approaches to studying mammoth extinction without advocating for either, whereas Text 2 advocates for one approach over the other.",
+ },
+ {
+ label: "B",
+ text: "Text 1 presents findings by Wang and colleagues and gives another research team’s attempt to explain those findings, whereas Text 2 provides additional detail that calls that explanation into question.",
+ },
+ {
+ label: "C",
+ text: "Text 1 describes Wang and colleagues’ study and a critique of their methodology, whereas Text 2 offers additional details showing that methodology to be sound.",
+ },
+ {
+ label: "D",
+ text: "Text 1 argues that new research has undermined the standard view of when mammoths went extinct, whereas Text 2 suggests a way to reconcile the standard view with that new research.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Text 1 introduces Wang and colleagues’ study and its surprising results, and then mentions Miller and Simpson’s hypothesis as a possible way to explain them. Text 2, however, challenges Miller and Simpson’s hypothesis by pointing out the difficulties of preserving mammoth carcasses on the surface for thousands of years: “scavengers and weathering” are the additional details that complicate the Miller/Simpson hypothesis.
Choice A is incorrect. Neither text compares two different approaches for studying mammoth extinction. Text 1 describes one study and one hypothesis pertaining to it. Text 2 critiques that hypothesis. Choice C is incorrect. Text 1 does not describe a critique of Wang and colleagues’ methodology, but rather an interpretation of their results by Miller and Simpson. Text 2 does not offer additional details showing that methodology to be sound, but rather casts doubt on the Miller/Simpson explanation. Choice D is incorrect. Both components mentioned here (the new “undermining” research and the theory for reconciling this discovery) are contained in Text 1. Text 2 then shows how the attempt to reconcile the standard view and new research is flawed, and still fails to explain the discrepancy.",
+ hasFigure: false,
+ },
+ {
+ id: "e4e2aeb3",
+ type: "mcq",
+ passage:
+ "Text 1
Like the work of Ralph Ellison before her, Toni Morrison’s novels feature scenes in which characters deliver sermons of such length and verbal dexterity that for a time, the text exchanges the formal parameters of fiction for those of oral literature. Given the many other echoes of Ellison in Morrison’s novels, both in structure and prose style, these scenes suggest Ellison’s direct influence on Morrison.
Text 2
In their destabilizing effect on literary form, the sermons in Morrison’s works recall those in Ellison’s. Yet literature by Black Americans abounds in moments where interpolated speech erodes the division between oral and written forms that literature in English has traditionally observed. Morrison’s use of the sermon is attributable not only to the influence of Ellison but also to a community-wide strategy of resistance to externally imposed literary conventions.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 2 most likely characterize the underlined claim in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "As failing to consider Ellison’s and Morrison’s equivalent uses of the sermon within the wider cultural context in which they wrote",
+ },
+ {
+ label: "B",
+ text: "As misunderstanding the function of sermons in novels by Black American writers other than Ellison and Morrison",
+ },
+ {
+ label: "C",
+ text: "As disregarding points of structural and stylistic divergence between the works of Ellison and those of Morrison",
+ },
+ {
+ label: "D",
+ text: "As being indebted to the tradition of resisting literary conventions that privilege written forms, such as novels, over sermons and other oral forms",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The author of Text 2 argues that Morrison’s use of the sermon is not only influenced by Ellison, but also by a “community-wide strategy of resistance” to literary conventions practiced by Black American authors. Ellison, Text 2 alleges, is only one of many influences on Morrison.
Choice B is incorrect. Neither text specifically mentions sermons in works by authors other than Morrison or Ellison, only a tendency towards eroding “the division between oral and written forms” among Black American writers. Choice C is incorrect. Both texts describe similarities between the works of Ellison and Morrison, and neither points out instances of divergence. Text 2 simply suggests that Morrison was influenced by more than just Ellison. Choice D is incorrect. While Text 2 does discuss Morrison’s resistance to certain literary conventions, it’s unclear what it would mean for the underlined claim to be “indebted” to that tradition. This choice recycles language from the text, but not in a way that makes any coherent point.",
+ hasFigure: false,
+ },
+ {
+ id: "f3c45b4f",
+ type: "mcq",
+ passage:
+ "Text 1
Fossils of the hominin Australopithecus africanus have been found in the Sterkfontein Caves of South Africa, but assigning an age to the fossils is challenging because of the unreliability of dating methods in this context. The geology of Sterkfontein has caused soil layers from different periods to mix, impeding stratigraphic dating, and dates cannot be reliably imputed from those of nearby animal bones since the bones may have been relocated by flooding.
Text 2
Archaeologists used new cosmogenic nuclide dating techniques to reevaluate the ages of A. africanus fossils found in the Sterkfontein Caves. This technique involves analyzing the cosmogenic nucleotides in the breccia—the matrix of rock fragments immediately surrounding the fossils. The researchers assert that this approach avoids the potential for misdating associated with assigning ages based on Sterkfontein’s soil layers or animal bones.
",
+ questionHtml:
+ "Based on the texts, how would the researchers in Text 2 most likely respond to the underlined portion in Text 1?",
+ choices: [
+ {
+ label: "A",
+ text: "They would emphasize the fact that the A. africanus fossils found in the Sterkfontein Caves may have been corrupted in some way over the years.",
+ },
+ {
+ label: "B",
+ text: "They would contend that if analyses of surrounding layers and bones in the Sterkfontein Caves were combined, then the dating of the fossils there would be more accurate.",
+ },
+ {
+ label: "C",
+ text: "They would argue that their techniques are better suited than other methods to the unique challenges posed by the Sterkfontein Caves.",
+ },
+ {
+ label: "D",
+ text: "They would claim that cosmogenic nuclide dating is reliable in the context of the Sterkfontein Caves because it is applied to the fossils directly.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. Text 2 states that the researchers used cosmogenic nuclide dating to "avoid the potential for misdating" caused by the geology of Sterkfontein, which Text 1 describes as "challenging" and unreliable.
Choice A is incorrect. Neither text suggests that the A. africanus fossils have been "corrupted," but only that traditional dating methods are difficult in Sterkfontein because of floods and soil mixing where the fossils were found. Nothing is implied to have compromised the fossils themselves. Choice B is incorrect. This choice misreads Text 2. Text 2 agrees that stratigraphy and other methods are prone to error in the context of Sterkfontein: there’s a "potential for misdating" when evaluating age based on soil layers and bones. Choice D is incorrect. Text 2 does not state that cosmogenic nuclide dating is applied to the fossils directly but rather to the breccia that surrounds them.',
+ hasFigure: false,
+ },
+ {
+ id: "f7c02e89",
+ type: "mcq",
+ passage:
+ "Text 1
Films and television shows commonly include a long list of credits naming the people involved in a production. Credit sequences may not be exciting, but they generally ensure that everyone’s contributions are duly acknowledged. Because they are highly standardized, film and television credits are also valuable to anyone researching the careers of pioneering cast and crew members who have worked in the mediums.
Text 2
Video game scholars face a major challenge in the industry’s failure to consistently credit the artists, designers, and other contributors involved in making video games. Without a reliable record of which people worked on which games, questions about the medium’s development can be difficult to answer, and the accomplishments of all but its best-known innovators can be difficult to trace.
",
+ questionHtml:
+ "Based on the texts, how would the author of Text 1 most likely respond to the discussion in Text 2?",
+ choices: [
+ {
+ label: "A",
+ text: "By recommending that the scholars mentioned in Text 2 consider employing the methods regularly used by film and television researchers",
+ },
+ {
+ label: "B",
+ text: "By pointing out that credits have a different intended purpose in film and television than in the medium addressed by the scholars mentioned in Text 2",
+ },
+ {
+ label: "C",
+ text: "By suggesting that the scholars mentioned in Text 2 rely more heavily on credits as a source of information than film and television researchers do",
+ },
+ {
+ label: "D",
+ text: "By observing that a widespread practice in film and television largely prevents the kind of problem faced by the scholars mentioned in Text 2",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it reflects how the author of Text 1 would most likely respond to Text 2 based on the information provided. Text 2 discusses how the inconsistent use of credits to identify the contributors to video games can pose an obstacle to scholars of the medium, who rely on such credits to answer questions about the medium’s development. Text 1 notes that in film and television, on the other hand, credits are used consistently and are valuable to researchers studying the cast and crew members in these mediums. Since Text 1 asserts how the consistent use of credits benefits scholars of film and television, it can be inferred that this text’s author would respond to the discussion in Text 2 by observing that the kind of problem faced by scholars of video games—the inability to know who contributed to a particular production and how—is, in film and television studies, largely prevented by the widespread practice of credits in these mediums.
Choice A is incorrect. Although Text 1 discusses a method used by film and television researchers—namely, relying on credits to research the careers of cast and crew members—the author doesn’t explicitly recommend that or any other method. Moreover, Text 1 states that films and television shows themselves, not their researchers, regularly use the method of listing credits. Choice B is incorrect. It can be inferred from Text 2 that when video games do feature credits, they have essentially the same function as credits in film and television—namely, to identify the individuals who worked on a particular production. Therefore, it is unlikely that the author of Text 1 would characterize video game credits as differing in purpose from film and television credits. Choice C is incorrect because, as Text 2 explains, credits are not consistently used in video games. Therefore, it is unlikely that the author of Text 1 would argue that scholars of the medium discussed in this text—video games—rely more heavily on credits than scholars of film and television, two mediums where credits consistently appear.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/rw/form-structure-sense.ts b/src/data/rw/form-structure-sense.ts
new file mode 100644
index 0000000..c2b3f4c
--- /dev/null
+++ b/src/data/rw/form-structure-sense.ts
@@ -0,0 +1,2035 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const FORM_STRUCTURE_EASY: PracticeQuestion[] = [
+ {
+ id: "0ff8477b",
+ type: "mcq",
+ passage:
+ "Food and the sensation of taste are central to Monique Truong’s novels. In The Book of Salt, for example, the exiled character of Bình connects to his native Saigon through the food he prepares, while in Bitter in the Mouth, the character of Linda ______blank a form of synesthesia whereby the words she hears evoke tastes.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "experienced" },
+ { label: "B", text: "had experienced" },
+ { label: "C", text: "experiences" },
+ { label: "D", text: "will be experiencing" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the use of verbs to express tense. In this choice, the present tense verb “experiences” is consistent with the other present tense verbs (e.g., “connects” and “prepares”) used to describe the events in Truong’s novels. Furthermore, it’s conventional to use the present tense when discussing a literary work.
Choice A is incorrect because the past tense verb “experienced” isn’t consistent with the other present tense verbs used to describe the events in Truong’s novels. Choice B is incorrect because the past perfect tense verb “had experienced” isn’t consistent with the other present tense verbs used to describe the events in Truong’s novels. Choice D is incorrect because the future progressive tense verb “will be experiencing” isn’t consistent with the other present tense verbs used to describe the events in Truong’s novels.",
+ hasFigure: false,
+ },
+ {
+ id: "12bd5b75",
+ type: "mcq",
+ passage:
+ "With its towering, six-spired exterior of granitelike quartz monzonite, the Salt Lake Temple is one of the most instantly recognizable structures in the state of Utah. However, many people do not know that ______blank built over the course of forty years, with construction beginning in 1853 and ending in 1893.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "it was" },
+ { label: "B", text: "one was" },
+ { label: "C", text: "they were" },
+ { label: "D", text: "both were" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The convention being tested is pronoun-antecedent agreement. The singular pronoun "it" agrees in number with the singular antecedent "the Salt Lake Temple."
Choice B is incorrect because the singular pronoun "one" is ambiguous in this context; the resulting sentence leaves unclear whether there is only one Salt Lake temple or multiple. Choice C is incorrect because the plural pronoun "they" doesn’t agree in number with the singular antecedent "the Salt Lake Temple." Choice D is incorrect because the plural pronoun "both" doesn’t agree in number with the singular antecedent "the Salt Lake Temple."',
+ hasFigure: false,
+ },
+ {
+ id: "15d6d837",
+ type: "mcq",
+ passage:
+ "Literary agents estimate that more than half of all nonfiction books credited to a celebrity or other public figure are in fact written by ghostwriters, professional authors who are paid to write other ______blank but whose names never appear on book covers.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "people’s stories" },
+ { label: "B", text: "peoples story’s" },
+ { label: "C", text: "peoples stories" },
+ { label: "D", text: "people’s story’s" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the use of plural and possessive nouns. The plural possessive noun “people’s” and the plural noun “stories” correctly indicate that there are multiple stories from multiple people.
Choice B is incorrect because the context requires the plural possessive noun “people’s” and the plural noun “stories,” not the plural noun “peoples” and the singular possessive noun “story’s.” Choice C is incorrect because the context requires the plural possessive noun “people’s,” not the plural noun “peoples.” Choice D is incorrect because the context requires the plural noun “stories,” not the singular possessive noun “story’s.”",
+ hasFigure: false,
+ },
+ {
+ id: "166efaa2",
+ type: "mcq",
+ passage:
+ "Public-awareness campaigns about the need to reduce single-use plastics can be successful, says researcher Kim Borg of Monash University in Australia, when these campaigns give consumers a choice: for example, Japan achieved a 40 percent reduction in plastic-bag use after cashiers were instructed to ask customers whether ______blank wanted a bag.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "they" },
+ { label: "B", text: "one" },
+ { label: "C", text: "you" },
+ { label: "D", text: "it" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is pronoun–antecedent agreement. The plural pronoun “they” agrees in number with the plural antecedent “customers.”
Choice B is incorrect because the singular pronoun “one” doesn’t agree in number with the plural antecedent “customers.” Choice C is incorrect because the second person pronoun “you” isn’t conventional as a substitute for “customers.” It suggests that the audience (“you”) is the customer. Choice D is incorrect because the singular pronoun “it” doesn’t agree in number with the plural antecedent “customers.”",
+ hasFigure: false,
+ },
+ {
+ id: "175df826",
+ type: "mcq",
+ passage:
+ "In the 2011 documentary The Barber of Birmingham, civil rights activist James Armstrong recounts how his barbershop in Birmingham, Alabama, ______blank as a political hub for members of the Black community during the 1950s.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "serving" },
+ { label: "B", text: "having served" },
+ { label: "C", text: "served" },
+ { label: "D", text: "to serve" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The convention being tested is the use of verb forms within a sentence. Relative clauses, such as the one beginning with "how," require a finite (tensed) verb, a verb that can function as the main verb of a clause. This choice correctly supplies the clause with the finite past tense verb "served."
Choice A is incorrect because it results in an ungrammatical sentence. The nonfinite participle "serving" doesn’t supply the clause with a finite verb. Choice B is incorrect because it results in an ungrammatical sentence. The nonfinite participle "having served" doesn’t supply the clause with a finite verb. Choice D is incorrect because it results in an ungrammatical sentence. The nonfinite to-infinitive "to serve" doesn’t supply the clause with a finite verb.',
+ hasFigure: false,
+ },
+ {
+ id: "1d971f75",
+ type: "mcq",
+ passage:
+ "Photographer Ansel Adams’s landscape portraits are iconic pieces of American art. However, many of the ______blank of landscapes were intended not as art but as marketing; a concessions company at Yosemite National Park had hired Adams to take pictures of the park for restaurant menus and brochures.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "photographer’s early photo’s" },
+ { label: "B", text: "photographers early photo’s" },
+ { label: "C", text: "photographer’s early photos" },
+ { label: "D", text: "photographers early photos" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. There’s only one photographer (Adams), and the photos are his, so the singular possessive "photographer’s" is correct. There’s more than one photo, and nothing belongs to the photos, so the simple plural "photos" is correct.
Choice A is incorrect. This choice uses the singular possessive "photo’s," which isn’t correct. There’s more than one photo, and they don’t possess anything, so the noun should be the simple plural "photos." Choice B is incorrect. This choice uses the simple plural "photographers" and the singular possessive "photo’s," which aren’t correct. There’s only one photographer (Adams) and there’s more than one photo. Choice D is incorrect. This choice uses the simple plural "photographers," which isn’t correct. There’s only one photographer (Adams).',
+ hasFigure: false,
+ },
+ {
+ id: "29c9be28",
+ type: "mcq",
+ passage:
+ "To survive when water is scarce, embryos inside African turquoise killifish eggs ______blank a dormant state known as diapause. In this state, embryonic development is paused for as long as two years—longer than the life span of an adult killifish.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "enter" },
+ { label: "B", text: "to enter" },
+ { label: "C", text: "having entered" },
+ { label: "D", text: "entering" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is finite and nonfinite verb forms within a sentence. A main clause requires a finite verb to perform the action of the subject (in this case, “embryos”), and this choice supplies the clause with the finite present tense verb “enter” to indicate how the embryos achieve diapause.
Choice B is incorrect because the nonfinite to-infinitive “to enter” doesn’t supply the main clause with a finite verb. Choice C is incorrect because the nonfinite participle “having entered” doesn’t supply the main clause with a finite verb. Choice D is incorrect because the nonfinite participle “entering” doesn’t supply the main clause with a finite verb.",
+ hasFigure: false,
+ },
+ {
+ id: "2ee50d41",
+ type: "mcq",
+ passage:
+ "The classic children’s board game Chutes and Ladders is a version of an ancient Nepalese game, Paramapada Sopanapata. In both games, players encounter “good” or “bad” spaces while traveling along a path; landing on one of the good spaces ______blank a player to skip ahead and arrive closer to the end goal.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "allows" },
+ { label: "B", text: "are allowing" },
+ { label: "C", text: "have allowed" },
+ { label: "D", text: "allow" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is subject–verb agreement. The singular verb “allows” agrees in number with the singular subject “landing.”
Choice B is incorrect because the plural verb “are allowing” doesn’t agree in number with the singular subject “landing.” Choice C is incorrect because the plural verb “have allowed” doesn’t agree in number with the singular subject “landing.” Choice D is incorrect because the plural verb “allow” doesn’t agree in number with the singular subject “landing.”",
+ hasFigure: false,
+ },
+ {
+ id: "31362d2d",
+ type: "mcq",
+ passage:
+ "If simple sugars such as ribose and glycolaldehyde ______blank Earth from elsewhere and survived impact—a possibility astrophysicist Nicolle Zellner outlined in a 2020 study—the sugars could have reacted with other molecules that were already present on the planet to form the nucleotides that are the structural components of RNA and DNA.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "reach" },
+ { label: "B", text: "had reached" },
+ { label: "C", text: "will reach" },
+ { label: "D", text: "are reaching" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the use of verbs to express tense. In this choice, the past perfect verb “had reached” is used correctly to describe a past action that was completed before another action in the past. Specifically, in this hypothetical scenario about the origins of RNA and DNA on Earth, the simple sugars had to have reached Earth before they could react with other molecules on the planet.
Choice A is incorrect because the present tense verb “reach” doesn’t indicate that the simple sugars reached Earth before reacting with other molecules on the planet. Choice C is incorrect because the future tense verb “will reach” doesn’t indicate that the simple sugars reached Earth before reacting with other molecules on the planet. Choice D is incorrect because the present progressive verb “are reaching” doesn’t indicate that the simple sugars reached Earth before reacting with other molecules on the planet.",
+ hasFigure: false,
+ },
+ {
+ id: "35360da9",
+ type: "mcq",
+ passage:
+ "The US Geological Survey wants to map every human-made structure in the United States, and it is asking volunteers to help. Cassie Tammy Wang and Ashish D’Souza are just two of the many volunteer map editors who ______blank to the project since it began in 2012.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "contribute" },
+ { label: "B", text: "will contribute" },
+ { label: "C", text: "have contributed" },
+ { label: "D", text: "will be contributing" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the use of verbs to express tense in a sentence. In this choice, the present perfect tense verb “have contributed,” used in conjunction with the phrase “since it began in 2012,” correctly indicates that map editors have contributed in the past and continue to do so in the present.
Choice A is incorrect because the present tense verb “contribute” is inconsistent with the phrase “since it began in 2012,” which suggests that the contributions occurred in the past and continue into the present. Choice B is incorrect because the future tense verb “will contribute” is inconsistent with the phrase “since it began in 2012,” which suggests that the contributions occurred in the past and continue into the present. Choice D is incorrect because the future tense verb “will be contributing” is inconsistent with the phrase “since it began in 2012,” which suggests that the contributions occurred in the past and continue into the present.",
+ hasFigure: false,
+ },
+ {
+ id: "3580533b",
+ type: "mcq",
+ passage:
+ "In recent years, economists around the world have created new tools that quantify the overall well-being of a country’s citizens. Economists in India, for example, use an Ease of Living Index. This tool ______blank economic potential, sustainability, and citizens’ quality of life.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "measures" },
+ { label: "B", text: "had measured" },
+ { label: "C", text: "would have measured" },
+ { label: "D", text: "will have been measuring" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The previous sentence tells us how economists in India "use" a certain tool, while this sentence describes general facts about that tool. To express general facts (and also to match the simple present tense of "use"), we should use the simple present tense form "measures."
Choice B is incorrect. This choice uses the past perfect tense, but the previous sentence tells us that the tool is currently used to measure things, so the past tense doesn’t make sense for this verb. Choice C is incorrect. This choice uses the future perfect conditional tense, but the previous sentence tells us that the tool is currently used to measure things, so the future tense doesn’t make sense for this verb. Choice D is incorrect. This choice uses the future perfect continuous tense, but the previous sentence tells us that the tool is currently used to measure things, so the future tense doesn’t make sense for this verb.',
+ hasFigure: false,
+ },
+ {
+ id: "3a35ddd1",
+ type: "mcq",
+ passage:
+ "Like other amphibians, the wood frog (Rana sylvatica) is unable to generate its own heat, so during periods of subfreezing temperatures, it ______blank by producing large amounts of glucose, a sugar that helps prevent damaging ice from forming inside its cells.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "had survived" },
+ { label: "B", text: "survived" },
+ { label: "C", text: "would survive" },
+ { label: "D", text: "survives" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the use of verbs to express tense. In this choice, the present tense verb “survives” correctly indicates that the wood frog regularly survives subfreezing temperatures by producing large amounts of glucose.
Choice A is incorrect because the past perfect verb “had survived” doesn’t indicate that the wood frog regularly survives subfreezing temperatures by producing large amounts of glucose. Choice B is incorrect because the past tense verb “survived” doesn’t indicate that the wood frog regularly survives subfreezing temperatures by producing large amounts of glucose. Choice C is incorrect because the conditional verb “would survive” doesn’t indicate that the wood frog regularly survives subfreezing temperatures by producing large amounts of glucose.",
+ hasFigure: false,
+ },
+ {
+ id: "42cc9236",
+ type: "mcq",
+ passage:
+ "If you try on one of artist Nick Cave’s signature Soundsuits, you can expect to swish, rustle, or clang every time you move. Cave makes his suits out of found objects, everything from ceramic birds to broken record players. He carefully considers the sound an object makes before using ______blank in a suit.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "this" },
+ { label: "B", text: "that" },
+ { label: "C", text: "these" },
+ { label: "D", text: "it" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The convention being tested here is pronoun-antecedent agreement. The singular pronoun "it" agrees in number with the singular antecedent "object."
Choice A is incorrect. The singular pronoun "this" is used to refer to a specific thing, but here there is no specific object being referred to. Instead, the sentence is referring back to a hypothetical object that Cave might use in a Soundsuit. Choice B is incorrect. The singular pronoun "that" is used to refer to a specific thing, but here there is no specific object being referred to. Instead, the sentence is referring back to a hypothetical object that Cave might use in a Soundsuit. Choice C is incorrect because the plural pronoun "these" doesn’t agree in number with the singular antecedent "object."',
+ hasFigure: false,
+ },
+ {
+ id: "430d929a",
+ type: "mcq",
+ passage:
+ "British scientists James Watson and Francis Crick won the Nobel Prize in part for their 1953 paper announcing the double helix structure of DNA, but it is misleading to say that Watson and Crick discovered the double helix. ______blank findings were based on a famous X-ray image of DNA fibers, “Photo 51,” developed by X-ray crystallographer Rosalind Franklin and her graduate student Raymond Gosling.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "They’re" },
+ { label: "B", text: "It’s" },
+ { label: "C", text: "Their" },
+ { label: "D", text: "Its" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the use of possessive determiners. The plural possessive determiner “their” agrees in number with the plural conjoined noun phrase “Watson and Crick” and thus indicates that the findings were those of Watson and Crick.
Choice A is incorrect because “they’re” is the contraction for “they are,” not a possessive determiner. Choice B is incorrect because “it’s” is the contraction for “it is” or “it has,” not a possessive determiner. Choice D is incorrect because the singular possessive determiner “its” doesn’t agree in number with the plural conjoined noun phrase “Watson and Crick.”",
+ hasFigure: false,
+ },
+ {
+ id: "4a90a978",
+ type: "mcq",
+ passage:
+ "In 1990, California native and researcher Ellen Ochoa left her position as chief of the Intelligent Systems Technology Branch at a NASA research center ______blank the space agency’s astronaut training program.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "to join" },
+ { label: "B", text: "is joining" },
+ { label: "C", text: "joined" },
+ { label: "D", text: "joins" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The convention being tested is the use of nonfinite verb forms in a sentence. The nonfinite to-infinitive verb "to join" is correctly used to form a subordinate clause that expresses why Ochoa left her position (to join the training program).
Choice B is incorrect because the finite verb "is joining" can’t be used in this way to indicate Ochoa’s action of joining the training program. A conjunction such as "and" would be needed to coordinate "is joining" with the previous finite verb, "left." Choice C is incorrect because the finite verb "joined" can’t be used in this way to indicate Ochoa’s action of joining the training program. A conjunction such as "and" would be needed to coordinate "joined" with the previous finite verb, "left." Choice D is incorrect because the finite verb "joins" can’t be used in this way to indicate Ochoa’s action of joining the training program. A conjunction such as "and" would be needed to coordinate "joins" with the previous finite verb, "left."',
+ hasFigure: false,
+ },
+ {
+ id: "4bed4658",
+ type: "mcq",
+ passage:
+ "In order to prevent nonnative fish species from moving freely between the Mediterranean and Red Seas, marine biologist Bella Galil has proposed that a saline lock system be installed along the Suez Canal in Egypt’s Great Bitter Lakes. The lock would increase the salinity of the lakes and ______blank a natural barrier of water most marine creatures would be unable to cross.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "creates" },
+ { label: "B", text: "create" },
+ { label: "C", text: "creating" },
+ { label: "D", text: "created" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the use of non-finite (untensed) verb forms in a sentence. The modal “would,” which indicates the future from a perspective in the past, should be accompanied by a non-finite plain form verb. In this choice, the non-finite plain form verb “create” is used correctly in conjunction with the non-finite plain form verb “increase” to describe what the lock would do.
Choice A is incorrect because the finite present tense verb “creates” can’t be used in this way with the modal “would” to describe what the lock would do. Choice C is incorrect because the present participle “creating” can’t be used in this way with the modal “would” to describe what the lock would do. Choice D is incorrect because the finite past tense verb “created” can’t be used in this way with the modal “would” to describe what the lock would do.",
+ hasFigure: false,
+ },
+ {
+ id: "4c9a2aee",
+ type: "mcq",
+ passage:
+ "Wanda Diaz-Merced is an astrophysicist who lost her sight when she was young. Diaz-Merced’s condition inspired her to develop software that can translate scientific data into sound. Sound-based tools ______blank scientists to detect subtle patterns in data. Such patterns may not be evident in traditional graphs.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "has enabled" },
+ { label: "B", text: "enable" },
+ { label: "C", text: "is enabling" },
+ { label: "D", text: "enables" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The convention being tested is subject-verb agreement. The plural verb "enable" agrees in number with the plural subject "sound-based tools."
Choice A is incorrect because the singular verb "has enabled" doesn’t agree in number with the plural subject "sound-based tools." Choice C is incorrect because the singular verb "is enabling" doesn’t agree in number with the plural subject "sound-based tools." Choice D is incorrect because the singular verb "enables" doesn’t agree in number with the plural subject "sound-based tools."',
+ hasFigure: false,
+ },
+ {
+ id: "50445680",
+ type: "mcq",
+ passage:
+ "In winter, the diets of Japanese macaques, also known as snow monkeys, are influenced more by food availability than by food preference. Although the monkeys prefer to eat vegetation and land-dwelling invertebrates, those food sources may become unavailable because of extensive snow and ice cover, ______blank the monkeys to hunt for marine animals in any streams that have not frozen over.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "forces" },
+ { label: "B", text: "to force" },
+ { label: "C", text: "forcing" },
+ { label: "D", text: "forced" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the use of finite and nonfinite verb forms within a sentence. The nonfinite present participle “forcing” is correctly used to form a participial phrase that supplements the main clause “those...cover,” describing the effects on monkeys of the lack of food sources.
Choice A is incorrect because the finite present tense verb “forces” can’t be used in this way to supplement the main clause (“those...cover”). Choice B is incorrect. While the nonfinite to-infinitive “to force” could be used to form a subordinate clause that supplements the main clause (“those...cover”), to-infinitives conventionally express purpose, and nothing in the sentence suggests that the food sources become unavailable for the purpose of forcing monkeys to hunt marine animals. Choice D is incorrect because the finite past tense verb “forced” can’t be used in this way to supplement the main clause (“those...cover”).",
+ hasFigure: false,
+ },
+ {
+ id: "52b61716",
+ type: "mcq",
+ passage:
+ "Formed in 1967 to foster political and economic stability within the Asia-Pacific region, the Association of Southeast Asian Nations was originally made up of five members: Thailand, the Philippines, Singapore, Malaysia, and Indonesia. By the end of the 1990s, the organization ______blank its initial membership.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "has doubled" },
+ { label: "B", text: "had doubled" },
+ { label: "C", text: "doubles" },
+ { label: "D", text: "will double" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the use of verbs to express tense. In this choice, the past perfect verb “had doubled” properly indicates that the doubling of the organization’s initial membership occurred during a specific period before the present (between the organization’s founding in 1967 and the end of the 1990s).
Choice A is incorrect because the present perfect verb “has doubled” doesn’t indicate that the organization’s doubling of its initial membership occurred during a specific period in the past. Choice C is incorrect because the present tense verb “doubles” doesn’t indicate that the organization’s doubling of its initial membership occurred during a specific period in the past. Choice D is incorrect because the future tense verb “will double” doesn’t indicate that the organization’s doubling of its initial membership occurred during a specific period in the past.",
+ hasFigure: false,
+ },
+ {
+ id: "56770dda",
+ type: "mcq",
+ passage:
+ "In his 1963 exhibition Exposition of Music—Electronic Television, Korean American artist Nam June Paik showed how television images could be manipulated to express an artist’s perspective. Today, Paik ______blank considered the first video artist.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "will be" },
+ { label: "B", text: "had been" },
+ { label: "C", text: "was" },
+ { label: "D", text: "is" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the use of verbs to express tense. In this choice, the present tense verb “is,” used in conjunction with the word “today,” correctly indicates that Paik is currently considered the first video artist.
Choice A is incorrect because the future-indicating verb “will be” doesn’t indicate that Paik is currently considered the first video artist. Choice B is incorrect because the past perfect tense verb “had been” doesn’t indicate that Paik is currently considered the first video artist. Choice C is incorrect because the past tense verb “was” doesn’t indicate that Paik is currently considered the first video artist.",
+ hasFigure: false,
+ },
+ {
+ id: "576b2c70",
+ type: "mcq",
+ passage:
+ "A member of the Cherokee Nation, Mary Golda Ross is renowned for her contributions to NASA’s Planetary Flight Handbook, which ______blank detailed mathematical guidance for missions to Mars and Venus.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "provided" },
+ { label: "B", text: "having provided" },
+ { label: "C", text: "to provide" },
+ { label: "D", text: "providing" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the use of finite verbs in a relative clause. Relative clauses, such as the one beginning with “which,” require a finite verb, a verb that can function as the main verb of a clause. This choice correctly supplies the clause with the finite past tense verb “provided.”
Choice B is incorrect because the non-finite participle “having provided” doesn’t supply the clause with a finite verb. Choice C is incorrect because the non-finite to-infinitive “to provide” doesn’t supply the clause with a finite verb. Choice D is incorrect because the non-finite participle “providing” doesn’t supply the clause with a finite verb.",
+ hasFigure: false,
+ },
+ {
+ id: "57998dd3",
+ type: "mcq",
+ passage:
+ "Obsidian is a kind of volcanic glass formed when lava cools so quickly that the atoms inside it cannot arrange themselves in a crystalline structure. You ______blank more about obsidian’s structure, which is classified as amorphous, in a later chapter.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "had learned" },
+ { label: "B", text: "had been learning" },
+ { label: "C", text: "will learn" },
+ { label: "D", text: "have learned" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the use of verbs to express tense in a sentence. In this choice, the future tense verb “will learn,” used in conjunction with the phrase “in a later chapter,” correctly indicates that “you” (the reader) are going to learn about obsidian’s structure at some point in the future.
Choice A is incorrect because the past perfect verb “had learned” doesn’t indicate that the subject is going to learn about obsidian’s structure in the future. Choice B is incorrect because the past perfect progressive verb “had been learning” doesn’t indicate that the subject is going to learn about obsidian’s structure in the future. Choice D is incorrect because the present perfect verb “have learned” doesn’t indicate that the subject is going to learn about obsidian’s structure in the future.",
+ hasFigure: false,
+ },
+ {
+ id: "588887b9",
+ type: "mcq",
+ passage:
+ "In 1881, French chemist Camille Faure redesigned the rechargeable lead-acid battery. Faure’s design greatly increased the amount of electricity that the original battery, which the French physicist Gaston Planté ______blank fifteen years earlier, could hold.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "is inventing" },
+ { label: "B", text: "will invent" },
+ { label: "C", text: "invents" },
+ { label: "D", text: "had invented" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Faure redesigned the battery in 1881, and the original battery was invented “fifteen years earlier.” Notice that this is the only choice in the past tense. To indicate that a past occurrence took place before another past occurrence, we need to use “had” + the past tense form of the verb. This is called the “past perfect” tense.
Choice A is incorrect. This choice creates a tense error. Planté invented the original battery in the past, so we shouldn’t use the present tense “is inventing.” Choice B is incorrect. This choice creates a tense error. Planté invented the original battery in the past, so we shouldn’t use the future tense “will invent.” Choice C is incorrect. This choice creates a tense error. Planté invented the original battery in the past, so we shouldn’t use the present tense “invents.”",
+ hasFigure: false,
+ },
+ {
+ id: "59e41600",
+ type: "mcq",
+ passage:
+ "Why are Rome’s famous concrete structures, such as the Colosseum, still standing after 2,000-plus years, when modern concrete may not even last for fifty? Scientists ______blank that the secret to Roman concrete’s durability was its unique blend of ingredients, which included volcanic ash and seawater.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "explain" },
+ { label: "B", text: "having explained" },
+ { label: "C", text: "explaining" },
+ { label: "D", text: "to explain" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the use of verb forms within a sentence. The main clause of a sentence requires a finite (tensed) verb, and this choice supplies the finite present tense verb “explain” to indicate what the scientists do.
Choice B is incorrect because it results in an ungrammatical sentence. The nonfinite participle “having explained” doesn’t supply the main clause with a finite verb. Choice C is incorrect because it results in an ungrammatical sentence. The nonfinite participle “explaining” doesn’t supply the main clause with a finite verb. Choice D is incorrect because it results in an ungrammatical sentence. The nonfinite to-infinitive “to explain” doesn’t supply the main clause with a finite verb.",
+ hasFigure: false,
+ },
+ {
+ id: "69f031ab",
+ type: "mcq",
+ passage:
+ "While exploring Nevada’s Gypsum Cave in 1930, Seneca and Abenaki archaeologist Bertha Parker made her most famous discovery: the skull of a now-extinct ground sloth (Nothrotheriops shastensis) alongside human-made tools. Parker’s crucial finding was the first ______blank humans in North America as far back as 10,000 years ago.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "places" },
+ { label: "B", text: "placed" },
+ { label: "C", text: "place" },
+ { label: "D", text: "to place" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The object for the verb "was" is "first," and "to place" is acting as a modifier for "first." What was the finding? It was "the first." The first to do what? The first "to place humans in North America" 10,000 years ago. When a verb serves as a modifier within a noun phrase, it must be nonfinite (i.e., not conjugated to a specific subject). The infinitive form "to place" is the only nonfinite option among the choices that makes sense in context.
Choice A is incorrect. The object for the verb "was" is "first," and "places" is acting as a modifier for "first." What was the thing that Parker’s finding did? What was it the first to do? Place humans in North America 10,000 years ago. When a verb acts as a modifier, it must be nonfinite (i.e., not conjugated to a specific subject), but "places" is a finite form of the verb. Choice B is incorrect. The object for the verb "was" is "first," and "placed" is acting to modify "first." What was it that Parker’s finding was the first to do? Place humans in North America 10,000 years ago. When a verb acts as a modifier, it must be nonfinite (i.e., not conjugated to a specific subject), but "placed" is a finite form. "Placed" can also be a past participle, but that wouldn’t make sense here because the meaning of "the first placed humans" would be unclear. Choice C is incorrect. The object for the verb "was" is "first," and "place" is modifying "first." What was the thing that Parker’s finding did? What was it the first to do? Place humans in North America. When a verb acts as a modifier, it must be nonfinite (i.e., not conjugated to a specific subject), but "place" is a finite form of the verb. Additionally, "place" can’t serve as a noun here, because it results in an illogical sentence (the "finding" wasn’t "the first place").',
+ hasFigure: false,
+ },
+ {
+ id: "6e5bf3a8",
+ type: "mcq",
+ passage:
+ "Even though bats prefer very sweet nectar, the plants that attract them have evolved to produce nectar that is only moderately sweet. A recent study ______blank why: making sugar is energy-intensive, and it is more advantageous for plants to make a large amount of low-sugar nectar than a small amount of high-sugar nectar.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "explains" },
+ { label: "B", text: "explaining" },
+ { label: "C", text: "having explained" },
+ { label: "D", text: "to explain" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the use of finite and nonfinite verb forms within a sentence. A main clause requires a finite verb to perform the action of the subject (in this case, “a recent study”), and this choice supplies the finite present tense verb “explains” to indicate that the study explains why plants that attract bats have evolved to produce moderately sweet nectar.
Choice B is incorrect because the nonfinite participle “explaining” doesn’t supply the main clause with a finite verb. Choice C is incorrect because the nonfinite participle “having explained” doesn’t supply the main clause with a finite verb. Choice D is incorrect because the nonfinite to-infinitive “to explain” doesn’t supply the main clause with a finite verb.",
+ hasFigure: false,
+ },
+ {
+ id: "775f3eb9",
+ type: "mcq",
+ passage:
+ "In his groundbreaking book Bengali Harlem and the Lost Histories of South Asian America, Vivek Bald uses newspaper articles, census records, ships’ logs, and memoirs to tell the ______blank who made New York City their home in the early twentieth century.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "story’s of the South Asian immigrants" },
+ { label: "B", text: "story’s of the South Asian immigrants’" },
+ { label: "C", text: "stories of the South Asian immigrants" },
+ { label: "D", text: "stories’ of the South Asian immigrant’s" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the use of plural and possessive nouns. The plural nouns “stories” and “immigrants” correctly indicate that the memoir tells multiple stories of multiple immigrants.
Choice A is incorrect because the context requires the plural noun “stories,” not the singular possessive noun “story’s.” Choice B is incorrect because the context requires the plural nouns “stories” and “immigrants,” not the singular possessive noun “story’s” and the plural possessive noun “immigrants’.” Choice D is incorrect because the context requires the plural nouns “stories” and “immigrants,” not the plural possessive noun “stories’” and the singular possessive noun “immigrant’s.”",
+ hasFigure: false,
+ },
+ {
+ id: "77bf77cd",
+ type: "mcq",
+ passage:
+ "Farouk El-Baz, a geologist and space scientist, ______blank part of the team that selected the lunar landing sites for the Apollo program during the 1960s and 1970s.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "are" },
+ { label: "B", text: "was" },
+ { label: "C", text: "have been" },
+ { label: "D", text: "were" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The convention being tested is subject-verb agreement. The singular verb "was" agrees in number with the singular subject "Farouk El-Baz."
Choice A is incorrect because the plural verb "are" doesn’t agree in number with the singular subject "Farouk El-Baz." Choice C is incorrect because the plural verb "have been" doesn’t agree in number with the singular subject "Farouk El-Baz." Choice D is incorrect because the plural verb "were" doesn’t agree in number with the singular subject "Farouk El-Baz."',
+ hasFigure: false,
+ },
+ {
+ id: "7b419faf",
+ type: "mcq",
+ passage:
+ "In 1903, environmentalist John Muir guided President Theodore Roosevelt on a scenic, sprawling trip through California’s Yosemite Valley. Upon returning from the three-day excursion, Roosevelt ______blank to conserve the nation’s wilderness areas, a vow he upheld for his remaining six years in office.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "is vowing" },
+ { label: "B", text: "vowed" },
+ { label: "C", text: "will vow" },
+ { label: "D", text: "vows" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the use of verbs to express tense in a sentence. In this choice, the past tense verb “vowed” is consistent with the other past tense verbs (“guided” and “upheld”) used to narrate the events surrounding President Roosevelt’s decision to conserve the nation’s wilderness areas.
Choice A is incorrect because the present progressive tense verb “is vowing” isn’t consistent with the past tense verbs used to narrate the events surrounding President Roosevelt’s decision to conserve the nation’s wilderness areas. Choice C is incorrect because the future tense verb “will vow” isn’t consistent with the past tense verbs used to narrate the events surrounding President Roosevelt’s decision to conserve the nation’s wilderness areas. Choice D is incorrect because the simple present tense verb “vows” isn’t consistent with the past tense verbs used to narrate the events surrounding President Roosevelt’s decision to conserve the nation’s wilderness areas.",
+ hasFigure: false,
+ },
+ {
+ id: "7c48a6dd",
+ type: "mcq",
+ passage:
+ "In the late 1960s, inspired in part by the sight of laundry hanging on a clothesline, African American abstract painter Sam Gilliam began to create his iconic “Drape” paintings. He applied bold, saturated hues to large canvases and ______blank them from ceilings or walls, causing the drooping fabric to cascade in dramatic loops and curves.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "to have suspended" },
+ { label: "B", text: "suspending" },
+ { label: "C", text: "to suspend" },
+ { label: "D", text: "suspended" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The past tense of "suspended" matches the past tense of "applied," which has the same subject ("he") and takes place in the same context: "He applied…and he suspended."
Choice A is incorrect. The perfect infinitive "to have suspended" doesn’t match the past tense of "applied," and it can’t serve as a verb on its own. These are both verbs with the same subject and in the same context, so there’s no need to shift tenses. Choice B is incorrect. The present participle "suspending" doesn’t match the past tense of "applied," and it can’t serve as a verb on its own. These are both verbs with the same subject and in the same context, so there’s no need to shift tenses. Choice C is incorrect. The infinitive "to suspend" doesn’t match the past tense of "applied," and it can’t serve as a verb on its own. These are both verbs with the same subject and in the same context, so there’s no need to shift tenses.',
+ hasFigure: false,
+ },
+ {
+ id: "81ac953e",
+ type: "mcq",
+ passage:
+ "In 1899, Swedish chemist Svante Arrhenius developed an equation to answer a long-standing question: why do chemical reactions speed up at higher temperatures? The Arrhenius equation, named for its creator, ______blank an important concept in modern chemistry.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "have remained" },
+ { label: "B", text: "remain" },
+ { label: "C", text: "remains" },
+ { label: "D", text: "are remaining" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. This choice uses the singular verb "remains" to match the singular subject "equation."
Choice A is incorrect. The singular noun "equation" doesn’t match with the plural verb conjugation "have remained." Choice B is incorrect. The singular noun "equation" doesn’t match with the plural verb conjugation "remain." Choice D is incorrect. The singular noun "equation" doesn’t match with the plural verb conjugation "are remaining."',
+ hasFigure: false,
+ },
+ {
+ id: "843f92af",
+ type: "mcq",
+ passage:
+ "The sun never sets during the Arctic summer in the Far North. In response, reindeer in this region must change their sleep habits. Instead of resting when it gets dark, they rest when they need ______blank their food.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "digest" },
+ { label: "B", text: "will digest" },
+ { label: "C", text: "to digest" },
+ { label: "D", text: "digesting" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The convention being tested is the use of nonfinite verb forms within a sentence. Working together with the finite verb "need," the nonfinite to-infinitive verb "to digest" is correctly used to form a subordinate clause that describes what the reindeer need.
Choice A is incorrect because the verb "digest" (in either its finite or nonfinite form) can’t be used in this way with the finite verb "need." Choice B is incorrect because the finite verb "will digest" can’t be used in this way with the finite verb "need." Choice D is incorrect because the nonfinite participle "digesting" can’t be used in this way with the finite verb "need."',
+ hasFigure: false,
+ },
+ {
+ id: "856b495d",
+ type: "mcq",
+ passage:
+ "In the early twentieth century, Joseph Kekuku and other Hawaiian ______blank in the mainland United States to the bright and lilting sound of the kīkā kila, or Hawaiian steel guitar. The instrument soon became a fixture in American blues and country music.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "musicians introduced audiences" },
+ { label: "B", text: "musicians’ introduced audiences’" },
+ { label: "C", text: "musician’s introduced audience’s" },
+ { label: "D", text: "musicians’ introduced audiences" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The convention being tested is the use of plural nouns. The plural nouns "musicians" and "audiences" correctly indicate that there were multiple musicians introducing the music to multiple audiences.
Choice B is incorrect because the context requires the plural nouns "musicians" and "audiences," not the plural possessive nouns "musicians’" and "audiences’." Choice C is incorrect because the context requires the plural nouns "musicians" and "audiences," not the singular possessive nouns "musician’s" and "audience’s." Choice D is incorrect because the context requires the plural noun "musicians," not the plural possessive noun "musicians’."',
+ hasFigure: false,
+ },
+ {
+ id: "898f182c",
+ type: "mcq",
+ passage:
+ "Richard Spikes was a prolific African American inventor known for his contributions to automotive engineering. Between 1907 and 1946, he patented many inventions, ______blank an automobile turn signal, a safety brake, and—most famously—the first automatic gearshift.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "included" },
+ { label: "B", text: "includes" },
+ { label: "C", text: "including" },
+ { label: "D", text: "will include" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The convention being tested is the use of nonfinite verb forms within a sentence. The nonfinite present participle "including" is correctly used to form a participial phrase that supplements the main clause "he patented many inventions," listing several of Spikes’s patented inventions.
Choice A is incorrect because the finite past tense verb "included" can’t be used in this way to supplement the main clause "he patented many inventions." Choice B is incorrect because the finite present tense verb "includes" can’t be used in this way to supplement the main clause "he patented many inventions." Choice D is incorrect because the finite future tense verb "will include" can’t be used in this way to supplement the main clause "he patented many inventions."',
+ hasFigure: false,
+ },
+ {
+ id: "96c720af",
+ type: "mcq",
+ passage:
+ "Atoms in a synchrotron, a type of circular particle accelerator, travel faster and faster until they ______blank a desired energy level, at which point they are diverted to collide with a target, smashing the atoms.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "will reach" },
+ { label: "B", text: "reach" },
+ { label: "C", text: "had reached" },
+ { label: "D", text: "are reaching" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the use of verbs to express tense in a sentence. In this choice, the present tense verb “reach” is consistent with the present tense verbs “travel” and “are diverted” used to describe how atoms move through the synchrotron.
Choice A is incorrect because the future tense verb “will reach” is inconsistent with the present tense verbs used to describe how atoms move through the synchrotron. Though the atoms’ movement is a recurring action and “will reach” can also be used to indicate a habitual or recurring action, it creates a logical inconsistency in this sentence when paired with the present tense verbs “travel” and “are diverted.” Choice C is incorrect because the past perfect tense verb “had reached” is inconsistent with the present tense verbs used to describe how atoms move through the synchrotron. Choice D is incorrect because the present progressive tense verb “are reaching” is inconsistent with the present tense verbs used to describe how atoms move through the synchrotron. While both verbs occur in the present, the present progressive tense suggests that the action is currently in progress. This creates a logical inconsistency when paired with the present tense verbs “travel” and “are diverted,” which offer a general description of the tendencies of the atoms’ movement, rather than a description of an action that is currently in progress.",
+ hasFigure: false,
+ },
+ {
+ id: "96e5da01",
+ type: "mcq",
+ passage:
+ "The alga species Chlorella vulgaris is very efficient at making oxygen. For this reason, scientists are currently exploring ways to use this species in space. C. vulgaris might be used, for example, to build future biological air exchange systems that ______blank oxygen for astronauts.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "are producing" },
+ { label: "B", text: "produced" },
+ { label: "C", text: "produce" },
+ { label: "D", text: "have produced" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the use of verbs to express tense. Simple present tense verbs can be used to describe actions that tend to occur, including in a hypothetical or future scenario. In this case, the simple present tense verb “produce” indicates what the air exchange systems might be able to do in the future (produce oxygen for astronauts).
Choice A is incorrect. The present progressive tense verb “are producing” suggests that the oxygen is currently being produced, not that it might be produced in the future. Choice B is incorrect because the past tense verb “produced” suggests that the oxygen was produced in the past, not that it might be produced in the future. Choice D is incorrect because the present perfect tense verb “have produced” suggests that the oxygen has been produced from a point in the past up to the present, not that it might be produced in the future.",
+ hasFigure: false,
+ },
+ {
+ id: "975eda7c",
+ type: "mcq",
+ passage:
+ "For thousands of years, people in the Americas ______blank the bottle gourd, a large bitter fruit with a thick rind, to make bottles, other types of containers, and even musical instruments. Oddly, there is no evidence that any type of bottle gourd is native to the Western Hemisphere; either the fruit or its seeds must have somehow been carried from Asia or Africa.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "to use" },
+ { label: "B", text: "have used" },
+ { label: "C", text: "having used" },
+ { label: "D", text: "using" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is finite and nonfinite verb forms within a sentence. A main clause requires a finite verb to perform the action of the subject (in this case, “people in the Americas”), and this choice supplies the finite past perfect tense verb “have used” to indicate what people in the Americas used the gourd for.
Choice A is incorrect because the nonfinite to-infinitive “to use” doesn’t supply the main clause with a finite verb. Choice C is incorrect because the nonfinite participle “having used” doesn’t supply the main clause with a finite verb. Choice D is incorrect because the nonfinite participle “using” doesn’t supply the main clause with a finite verb.",
+ hasFigure: false,
+ },
+ {
+ id: "97b62fab",
+ type: "mcq",
+ passage:
+ "Smaller than poppy seeds, tardigrades are tiny, but they are tough. These minuscule animals can survive for thirty years without food or water, and ______blank can withstand extreme temperatures as low as minus 328 degrees and as high as 304 degrees Fahrenheit.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "that" },
+ { label: "B", text: "it" },
+ { label: "C", text: "they" },
+ { label: "D", text: "he" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The convention being tested is pronoun-antecedent agreement. The plural pronoun "they" agrees in number with the plural antecedent "animals," which refers to tardigrades.
Choice A is incorrect because the singular pronoun "that" doesn’t agree in number with the plural antecedent "animals." Choice B is incorrect because the singular pronoun "it" doesn’t agree in number with the plural antecedent "animals." Choice D is incorrect because the singular pronoun "he" doesn’t agree in number with the plural antecedent "animals."',
+ hasFigure: false,
+ },
+ {
+ id: "983d33fa",
+ type: "mcq",
+ passage:
+ "In 1637, the price of tulips skyrocketed in Amsterdam, with single bulbs of rare varieties selling for up to the equivalent of $200,000 in today’s US dollars. Some historians ______blank that this “tulip mania” was the first historical instance of an asset bubble, which occurs when investors drive prices to highs not supported by actual demand.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "claiming" },
+ { label: "B", text: "claim" },
+ { label: "C", text: "having claimed" },
+ { label: "D", text: "to claim" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the use of finite and nonfinite verb forms within a sentence. A main clause requires a finite verb to perform the action of the subject (in this case, “some historians”), and this choice supplies the finite present tense verb “claim” to indicate what some historians do.
Choice A is incorrect because the nonfinite participle “claiming” doesn’t supply the main clause with a finite verb. Choice C is incorrect because the nonfinite participle “having claimed” doesn’t supply the main clause with a finite verb. Choice D is incorrect because the nonfinite to-infinitive “to claim” doesn’t supply the main clause with a finite verb.",
+ hasFigure: false,
+ },
+ {
+ id: "988c78eb",
+ type: "mcq",
+ passage:
+ "Former First Lady of the United States Eleanor Roosevelt and Indian activist and educator Hansa Mehta were instrumental in drafting the United Nations’ Universal Declaration of Human Rights, a document that ______blank the basic freedoms to which all people are entitled.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "have outlined" },
+ { label: "B", text: "were outlining" },
+ { label: "C", text: "outlines" },
+ { label: "D", text: "outline" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is subject-verb agreement. The singular verb “outlines” agrees in number with the singular subject “document.”
Choice A is incorrect because the plural verb “have outlined” doesn’t agree in number with the singular subject “document.” Choice B is incorrect because the plural verb “were outlining” doesn’t agree in number with the singular subject “document.” Choice D is incorrect because the plural verb “outline” doesn’t agree in number with the singular subject “document.”",
+ hasFigure: false,
+ },
+ {
+ id: "b260c65a",
+ type: "mcq",
+ passage:
+ "Earth is not a perfect sphere. Due to the ______blank gravitational pull, Earth bulges out on the sides closest to and farthest from the Moon. This distorting pull is known as a tidal force, and it is responsible for the changes in water levels that are called high and low tides.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Moon’s" },
+ { label: "B", text: "Moons" },
+ { label: "C", text: "Moons’" },
+ { label: "D", text: "Moon" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The convention being tested is the use of possessive nouns. The singular possessive noun "Moon’s" correctly indicates that there is only one Moon, and it has a gravitational pull.
Choice B is incorrect because the context requires the singular possessive noun "Moon’s," not the plural noun "Moons." Choice C is incorrect because the context requires the singular possessive noun "Moon’s," not the plural possessive noun "Moons’." Choice D is incorrect because the context requires the singular possessive noun "Moon’s," not the singular noun "Moon."',
+ hasFigure: false,
+ },
+ {
+ id: "b5b74c3f",
+ type: "mcq",
+ passage:
+ "When writing The Other Black Girl (2021), novelist Zakiya Dalila Harris drew on her own experiences working at a publishing office. The award-winning book is Harris’s first novel, but her writing ______blank honored before. At the age of twelve, she entered a contest to have a story published in American Girl magazine—and won.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "were" },
+ { label: "B", text: "have been" },
+ { label: "C", text: "has been" },
+ { label: "D", text: "are" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is subject-verb agreement. The singular verb “has been” agrees in number with the singular subject “writing.”
Choice A is incorrect because the plural verb “were” doesn’t agree in number with the singular subject “writing.” Choice B is incorrect because the plural verb “have been” doesn’t agree in number with the singular subject “writing.” Choice D is incorrect because the plural verb “are” doesn’t agree in number with the singular subject “writing.”",
+ hasFigure: false,
+ },
+ {
+ id: "b7363ba2",
+ type: "mcq",
+ passage:
+ "Mathematician and meteorologist Edward Lorenz used the metaphor of the “butterfly effect” to explain how seemingly minor events can have major impacts on future weather. According to Lorenz’s metaphor, the wind from a butterfly flapping ______blank in Brazil might eventually grow into a storm elsewhere across the globe.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "its wings" },
+ { label: "B", text: "its wings’" },
+ { label: "C", text: "it’s wing’s" },
+ { label: "D", text: "it’s wings’" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The conventions being tested are the use of possessive determiners and plural nouns. The singular possessive determiner "its" and the plural noun "wings" correctly indicate that the butterfly has multiple wings.
Choice B is incorrect because the context requires the plural noun "wings," not the plural possessive noun "wings’." Choice C is incorrect because the context requires the singular possessive determiner "its" and the plural noun "wings," not the contraction "it’s" and the singular possessive noun "wing’s." Choice D is incorrect because the context requires the singular possessive determiner "its" and the plural noun "wings," not the contraction "it’s" and the plural possessive noun "wings’."',
+ hasFigure: false,
+ },
+ {
+ id: "bd11fe93",
+ type: "mcq",
+ passage:
+ "Dr. Rocío Paola Caballero-Gill is a paleoceanographer. This means that Dr. Caballero-Gill doesn’t just study oceans as they are today. She uses chemistry and fossil evidence ______blank oceans as they were in the past.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "has studied" },
+ { label: "B", text: "to study" },
+ { label: "C", text: "studied" },
+ { label: "D", text: "studies" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the use of verb forms within a sentence. The nonfinite to-infinitive verb “to study” is correctly used to form a subordinate clause that indicates what Dr. Caballero-Gill uses chemistry and fossil evidence for (to study oceans as they were in the past).
Choice A is incorrect because it results in an ungrammatical sentence. The finite verb “has studied” can’t be used in this way to form a subordinate clause that indicates what Dr. Caballero-Gill uses the evidence for. Choice C is incorrect because it results in an ungrammatical sentence. The finite verb “studied” can’t be used in this way to form a subordinate clause that indicates what Dr. Caballero-Gill uses the evidence for. Choice D is incorrect because it results in an ungrammatical sentence. The finite verb “studies” can’t be used in this way to form a subordinate clause that indicates what Dr. Caballero-Gill uses the evidence for.",
+ hasFigure: false,
+ },
+ {
+ id: "c5d39bc7",
+ type: "mcq",
+ passage:
+ "Scientists believe that, unlike most other species of barnacle, turtle barnacles (Chelonibia testudinari) can dissolve the cement-like secretions they use to attach ______blank to a sea turtle shell, enabling the barnacles to move short distances across the shell’s surface.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "it" },
+ { label: "B", text: "themselves" },
+ { label: "C", text: "them" },
+ { label: "D", text: "itself" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is pronoun-antecedent agreement. The plural reflexive pronoun “themselves” agrees in number with the plural antecedent “turtle barnacles,” correctly indicating what is attached to a sea turtle shell.
Choice A is incorrect because the singular pronoun “it” doesn’t agree in number with the plural antecedent “turtle barnacles.” Choice C is incorrect because it results in an unclear and confusing sentence. In this context, it’s unclear what the plural pronoun “them” refers to. Choice D is incorrect because the singular reflexive pronoun “itself” doesn’t agree in number with the plural antecedent “turtle barnacles.”",
+ hasFigure: false,
+ },
+ {
+ id: "d47bb0a4",
+ type: "mcq",
+ passage:
+ "Objects ranging from the Kikkoman soy sauce bottle to the Yamaha VMAX motorcycle to the Komachi bullet train ______blank designed by twentieth-century industrial designer Kenji Ekuan.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "was" },
+ { label: "B", text: "is" },
+ { label: "C", text: "has been" },
+ { label: "D", text: "were" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The convention being tested is subject-verb agreement. The plural verb "were" agrees in number with the plural subject "objects."
Choice A is incorrect because the singular verb "was" doesn’t agree in number with the plural subject "objects." Choice B is incorrect because the singular verb "is" doesn’t agree in number with the plural subject "objects." Choice C is incorrect because the singular verb "has been" doesn’t agree in number with the plural subject "objects."',
+ hasFigure: false,
+ },
+ {
+ id: "db4e3819",
+ type: "mcq",
+ passage:
+ "Midway through her 1968 jazz album A Monastic Trio, Alice Coltrane switches instruments, swapping the piano for the harp. With the same fluid style that Coltrane was famous for on piano, she ______blank her fingers across the harp strings and creates a radiant sound.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "sweep" },
+ { label: "B", text: "are sweeping" },
+ { label: "C", text: "were sweeping" },
+ { label: "D", text: "sweeps" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The convention being tested is subject-verb agreement. The singular verb "sweeps" agrees in number with the singular subject "she," which refers to Alice Coltrane.
Choice A is incorrect because the plural verb "sweep" doesn’t agree in number with the singular subject "she." Choice B is incorrect because the plural verb "are sweeping" doesn’t agree in number with the singular subject "she." Choice C is incorrect because the plural verb "were sweeping" doesn’t agree in number with the singular subject "she."',
+ hasFigure: false,
+ },
+ {
+ id: "dbd78791",
+ type: "mcq",
+ passage:
+ "Led by Syrian American astronomer Shadia Habbal, the Solar Wind Sherpas are an intrepid team of scientists who travel the globe to study solar winds, the streams of particles emanating from the Sun that are only visible from certain locations during a total solar eclipse. When such an eclipse is imminent, the Sherpas pack up their telescopes and ______blank ready.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "get" },
+ { label: "B", text: "had gotten" },
+ { label: "C", text: "got" },
+ { label: "D", text: "were getting" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the use of verbs to express tense in a sentence. In this choice, the present tense verb “get” is consistent with the other present tense verbs (“are,” “travel,” and “pack”) used to describe the Sherpas and their activities.
Choice B is incorrect. The past perfect verb “had gotten” isn’t consistent with the other present tense verbs used to describe the Sherpas and their activities. Choice C is incorrect. The past tense verb “got” isn’t consistent with the other present tense verbs used to describe the Sherpas and their activities. Choice D is incorrect. The past progressive verb “were getting” isn’t consistent with the other present tense verbs used to describe the Sherpas and their activities.",
+ hasFigure: false,
+ },
+ {
+ id: "e2759b92",
+ type: "mcq",
+ passage:
+ "Occupying a significant part of modern-day Nigeria, the Kingdom of Benin was one of the major powers in West Africa between the thirteenth and nineteenth centuries. It ______blank ruled by Oba Ewuare I from 1440 to 1473.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "is" },
+ { label: "B", text: "will be" },
+ { label: "C", text: "has been" },
+ { label: "D", text: "was" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the use of verbs to express tense in a sentence. In this choice, the past tense verb “was ruled” correctly indicates that Oba Ewuare I ruled the Kingdom of Benin in the distant past (from 1440 to 1473). This past tense verb choice is consistent with the other past tense verb (“was”) used to describe the Kingdom of Benin.
Choice A is incorrect because the present tense verb “is ruled” doesn’t indicate that Oba Ewuare I ruled the Kingdom of Benin in the distant past. Choice B is incorrect because the future tense verb “will be ruled” doesn’t indicate that Oba Ewuare I ruled the Kingdom of Benin in the distant past. Choice C is incorrect because the present perfect tense verb “has been ruled” doesn’t indicate that Oba Ewuare I ruled the Kingdom of Benin in the distant past.",
+ hasFigure: false,
+ },
+ {
+ id: "e38b3e4f",
+ type: "mcq",
+ passage:
+ "The radiation that ______blank during the decay of radioactive atomic nuclei is known as gamma radiation.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "occurs" },
+ { label: "B", text: "have occurred" },
+ { label: "C", text: "occur" },
+ { label: "D", text: "are occurring" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The convention being tested is subject-verb agreement. The singular verb "occurs" agrees in number with the singular subject "radiation."
Choice B is incorrect because the plural verb "have occurred" doesn’t agree in number with the singular subject "radiation." Choice C is incorrect because the plural verb "occur" doesn’t agree in number with the singular subject "radiation." Choice D is incorrect because the plural verb "are occurring" doesn’t agree in number with the singular subject "radiation."',
+ hasFigure: false,
+ },
+ {
+ id: "e3b72630",
+ type: "mcq",
+ passage:
+ "In the historical novel The Surrender Tree, Cuban American author Margarita Engle uses poetry rather than prose ______blank the true story of Cuban folk hero Rosa La Bayamesa.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "tells" },
+ { label: "B", text: "told" },
+ { label: "C", text: "is telling" },
+ { label: "D", text: "to tell" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the use of finite and nonfinite verb forms within a sentence. The nonfinite to-infinitive “to tell” is correctly used to form a nonfinite (infinitive) clause that explains the reason Engle uses poetry in her novel.
Choice A is incorrect because the finite present tense verb “tells” can’t be used in this way to explain the reason that Engle uses poetry in her novel. Choice B is incorrect because the finite past tense verb “told” can’t be used in this way to explain the reason that Engle uses poetry in her novel. Choice C is incorrect because the finite present progressive tense verb “is telling” can’t be used in this way to explain the reason that Engle uses poetry in her novel.",
+ hasFigure: false,
+ },
+ {
+ id: "ec08463d",
+ type: "mcq",
+ passage:
+ "Botanists recognize over fifty different species of sunflower. One species, the silverleaf sunflower, ______blank both an early-flowering ecotype that tends to grow in coastal areas and a late-flowering ecotype that grows inland.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "having included" },
+ { label: "B", text: "including" },
+ { label: "C", text: "to include" },
+ { label: "D", text: "includes" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This verb needs to function as the main verb in the sentence, with the subject “one species,” so it needs to be conjugated. This choice gives us the singular present tense “includes,” which is the only conjugated form of the verb among the choices.
Choice A is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. This verb needs to function as the main verb in the sentence, with the subject “one species,” so it needs to be conjugated. “Having included” is a participle form of the verb: it’s not conjugated and doesn’t function like a normal verb. Choice B is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. This verb needs to function as the main verb in the sentence, with the subject “one species,” so it needs to be conjugated. “Including” is the gerund form of the verb: it’s not conjugated and doesn’t function like a normal verb. Choice C is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. This verb needs to function as the main verb in the sentence, with the subject “one species,” so it needs to be conjugated. “To include” is the infinitive form of the verb: it’s not conjugated.",
+ hasFigure: false,
+ },
+ {
+ id: "f40ca576",
+ type: "mcq",
+ passage:
+ "Each year in the fall, when the weather starts to cool in the northern hemisphere, millions of North American monarch butterflies journey south. Searching for food and warmer habitats, they ______blank thousands of miles—from as far north as Canada all the way down to Mexico—on this annual migration.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "flew" },
+ { label: "B", text: "were flying" },
+ { label: "C", text: "had flown" },
+ { label: "D", text: "fly" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the use of verbs to express tense. In this choice, the present tense verb “fly” is consistent with the other present tense verb ( “journey”) used to describe the butterflies’ yearly migration. Together, these simple present tense verbs correctly indicate that the migration is a current, yearly occurrence.
Choice A is incorrect. The simple past tense verb “flew” isn’t consistent with the other present tense verb used to describe the butterflies’ yearly migration. Choice B is incorrect. The past progressive tense verb “were flying” isn’t consistent with the other present tense verb used to describe the butterflies’ yearly migration. Choice C is incorrect. The past perfect tense verb “had flown” isn’t consistent with the other present tense verb used to describe the butterflies’ yearly migration.",
+ hasFigure: false,
+ },
+ {
+ id: "f4fd123c",
+ type: "mcq",
+ passage:
+ "The African Games Co-production Market, one of over 180 annual international conferences supporting video game development, ______blank the growth of the African gaming industry by helping start-up studios in Africa find partners.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "promote" },
+ { label: "B", text: "are promoting" },
+ { label: "C", text: "promotes" },
+ { label: "D", text: "have promoted" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The subject of the sentence is “The African Games Co-production Market.” That’s one market, so it’s a singular noun, which means it needs a singular verb. “Promotes” is the only singular verb among the choices.
Choice A is incorrect. This choice creates a subject-verb agreement error. The subject “The African Games Co-production Market” is singular, but the verb “promote” is plural. Choice B is incorrect. This choice creates a subject-verb agreement error. The subject “The African Games Co-production Market” is singular, but the verb “are promoting” is plural. Choice D is incorrect. This choice creates a subject-verb agreement error. The subject “The African Games Co-production Market” is singular, but the verb “have promoted” is plural.",
+ hasFigure: false,
+ },
+ {
+ id: "fff4c7f4",
+ type: "mcq",
+ passage:
+ "American poet Emily Dickinson wrote many of her poems on scraps of paper, but she also took steps to collect these works. From 1858 to around 1864, for example, she copied more than 800 of ______blank into forty homemade booklets (known as fascicles).
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "them" },
+ { label: "B", text: "this" },
+ { label: "C", text: "that" },
+ { label: "D", text: "it" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The pronoun "them" agrees with the plural antecedents "poems" and "works."
Choice B is incorrect. "This" is a singular pronoun, but its antecedents, "poems" and "works," are plural. Choice C is incorrect. "That" is a singular pronoun, but its antecedents, "poems" and "works," are plural. Choice D is incorrect. "It" is a singular pronoun, but its antecedents, "poems" and "works," are plural.',
+ hasFigure: false,
+ },
+];
+
+export const FORM_STRUCTURE_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "0bcb4417",
+ type: "mcq",
+ passage:
+ "Oglala Lakota poet Layli Long Soldier’s star quilt poems offer an unusually open-ended reading experience. With ______blank eight panels of text stitched together in the shape of a traditional eight-pointed Lakota star quilt, the poems present viewers with a seemingly infinite number of ways to read them.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "their" },
+ { label: "B", text: "it’s" },
+ { label: "C", text: "they’re" },
+ { label: "D", text: "its" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The convention being tested is the use of possessive determiners. The plural possessive determiner "their" agrees in number with the plural noun "the poems," thus indicating that the poems had eight panels of text stitched together in the shape of a traditional eight-pointed Lakota star quilt.
Choice B is incorrect because "it’s" is the contraction for "it is" or "it has," not a possessive determiner. Choice C is incorrect because "they’re" is the contraction for "they are," not a possessive determiner. Choice D is incorrect because the singular possessive determiner "its" doesn’t agree in number with the plural noun "the poems."',
+ hasFigure: false,
+ },
+ {
+ id: "1ee7b429",
+ type: "mcq",
+ passage:
+ "Bonnie Buratti of NASA’s Jet Propulsion Laboratory ______blank data about Saturn’s rings collected by the Cassini spacecraft when she made an interesting discovery: the tiny moons embedded between and within Saturn’s rings are shaped by the buildup of ring material on the moons’ surfaces.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "studies" },
+ { label: "B", text: "has been studying" },
+ { label: "C", text: "will study" },
+ { label: "D", text: "was studying" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the use of verbs to express tense in a sentence. In this choice, the past progressive tense verb “was studying” is consistent with the other past tense verbs (e.g., “made” and “collected”) used to describe Buratti’s discovery. Further, the past progressive tense correctly indicates that an ongoing action in the past was occurring (she was studying) at the same time that another event occurred in the past (she made an interesting discovery).
Choice A is incorrect because the present tense verb “studies” isn’t consistent with the past tense verbs used to describe Buratti’s discovery. Choice B is incorrect because the present perfect progressive tense verb “has been studying” isn’t consistent with the past tense verbs used to describe Buratti’s discovery. Choice C is incorrect because the future tense verb “will study” isn’t consistent with the past tense verbs used to describe Buratti’s discovery.",
+ hasFigure: false,
+ },
+ {
+ id: "1f8cd95f",
+ type: "mcq",
+ passage:
+ "In the 1950s, a man named Joseph McVicker was struggling to keep his business afloat when his sister-in-law Kay Zufall advised him to repurpose the company’s product, a nontoxic, clay-like substance for removing soot from wallpaper, as a modeling putty for kids. In addition, Zufall ______blank selling the product under a child-friendly name: Play-Doh.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "suggested" },
+ { label: "B", text: "suggests" },
+ { label: "C", text: "had suggested" },
+ { label: "D", text: "was suggesting" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the use of verbs to express tense. In this choice, the simple past tense verb “suggested” properly indicates that Zufall offered her suggestion for the product’s name in the past. This verb tense is consistent with the previous sentence’s use of a simple past tense verb (“advised”) to describe Zufall’s advice to McVicker in the 1950s.
Choice B is incorrect because the present tense verb “suggests” doesn’t indicate that Zufall offered her suggestion in the past. Choice C is incorrect because the past perfect verb “had suggested” isn’t consistent with the previous sentence’s use of the simple past tense verb “advised” to describe Zufall’s advice to McVicker. Choice D is incorrect because the past progressive verb “was suggesting” isn’t consistent with the previous sentence’s use of the simple past tense verb “advised” to describe Zufall’s advice to McVicker.",
+ hasFigure: false,
+ },
+ {
+ id: "3595a991",
+ type: "mcq",
+ passage:
+ "In 1930, Japanese American artist Chiura Obata depicted the natural beauty of Yosemite National Park in two memorable woodcuts: Evening at Carl Inn and Lake Basin in the High Sierra. In 2019, ______blank exhibited alongside 150 of Obata’s other works in a single-artist show at the Smithsonian American Art Museum.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "it was" },
+ { label: "B", text: "they were" },
+ { label: "C", text: "this was" },
+ { label: "D", text: "some were" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is pronoun–antecedent agreement. The plural pronoun “they” agrees in number with the plural antecedent “woodcuts” and clearly identifies what was exhibited at the Smithsonian American Art Museum.
Choice A is incorrect because the singular pronoun “it” doesn’t agree in number with the plural antecedent “woodcuts.” Choice C is incorrect because the singular pronoun “this” doesn’t agree in number with the plural antecedent “woodcuts.” Choice D is incorrect because the plural pronoun “some” is illogical in this context (referring to “some” of two woodcuts).",
+ hasFigure: false,
+ },
+ {
+ id: "36944347",
+ type: "mcq",
+ passage:
+ "Official measurements of the Mississippi River’s length vary: according to the US Geologic Survey, the river is 2,300 miles long, whereas the Environmental Protection Agency records its length as 2,320 miles. This disparity can be explained in part by the fact that rivers such as the Mississippi expand and contract as ______blank sediment.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "they accumulate" },
+ { label: "B", text: "one accumulates" },
+ { label: "C", text: "it accumulates" },
+ { label: "D", text: "we accumulate" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The noun that goes with "expand and contract" is "rivers," a plural noun. "They" is a third-person plural pronoun, so it can correctly stand in for "rivers."
Choice B is incorrect. This choice creates a pronoun-antecedent agreement error. "One" is a singular pronoun, but the noun that goes with "expand and contract" is "rivers," a plural noun. Choice C is incorrect. This choice creates a pronoun-antecedent agreement error. "It" is a singular pronoun, but the noun that goes with "expand and contract" is "rivers," a plural noun. Choice D is incorrect. This choice creates a pronoun-antecedent agreement error. The noun that goes with "expand and contract" is the plural noun "rivers." Rivers are not people, so "we" can’t be used to stand in for it.',
+ hasFigure: false,
+ },
+ {
+ id: "59209b6d",
+ type: "mcq",
+ passage:
+ "Based on genetic evidence, archaeologists have generally agreed that reindeer domestication began in the eleventh century CE. However, since uncovering fragments of a 2,000-year-old reindeer training harness in northern Siberia, ______blank may have begun much earlier.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "researcher Robert Losey has argued that domestication",
+ },
+ {
+ label: "B",
+ text: "researcher Robert Losey’s argument is that domestication",
+ },
+ {
+ label: "C",
+ text: "domestication, researcher Robert Losey has argued,",
+ },
+ {
+ label: "D",
+ text: "the argument researcher Robert Losey has made is that domestication",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is subject-modifier placement. This choice makes the noun phrase “researcher Robert Losey” the subject of the sentence and places it immediately after the modifying phrase “since…Siberia.” In doing so, this choice clearly establishes that researcher Robert Losey—and not another noun in the sentence—is who uncovered fragments of a 2,000-year-old reindeer training harness in northern Siberia.
Choice B is incorrect because it results in a dangling modifier. The placement of the noun phrase “researcher Robert Losey’s argument” immediately after the modifying phrase illogically suggests that the “argument” is what uncovered fragments of a 2,000-year-old reindeer training harness in northern Siberia. Choice C is incorrect because it results in a dangling modifier. The placement of the noun “domestication” immediately after the modifying phrase illogically suggests that “domestication” is what uncovered fragments of a 2,000-year-old reindeer training harness in northern Siberia. Choice D is incorrect because it results in a dangling modifier. The placement of the noun phrase “the argument” immediately after the modifying phrase illogically suggests that the “argument” is what uncovered fragments of a 2,000-year-old reindeer training harness in northern Siberia.",
+ hasFigure: false,
+ },
+ {
+ id: "67614549",
+ type: "mcq",
+ passage:
+ "After winning the 1860 presidential election, Abraham Lincoln appointed Edward Bates, Salmon P. Chase, and William H. Seward to his cabinet. Lincoln’s decision was surprising, since each of these men had run against him, but historians have praised it, noting that Lincoln ______blank his rivals’ diverse talents to strengthen his administration.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "has leveraged" },
+ { label: "B", text: "is leveraging" },
+ { label: "C", text: "will leverage" },
+ { label: "D", text: "leveraged" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The subject of the verb is “Lincoln,” and the first sentence tells us that we’re talking about something that Abraham Lincoln did in 1860. So the simple past tense “leveraged” fits the logic of the text.
Choice A is incorrect. This choice creates a tense issue. “Has leveraged” is the present perfect tense, which is used for an action that began in the past and continues into the present. Lincoln started leveraging his rivals’ talents in 1860—it’s definitely not still happening today. So the present perfect tense isn’t appropriate. Choice B is incorrect. This choice creates a tense issue. “Is leveraging” is the present tense, but Lincoln leveraged his rivals’ talents in 1860, so the present tense isn’t appropriate. Choice C is incorrect. This choice creates a tense issue. “Will leverage” is the future tense, but Lincoln leveraged his rivals’ talents in 1860, so the future tense isn’t appropriate.",
+ hasFigure: false,
+ },
+ {
+ id: "684b8bd2",
+ type: "mcq",
+ passage:
+ "Far from being modern inventions, ______blank more than 5,000 years ago.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "Sumerians in ancient Mesopotamia used drinking straws",
+ },
+ {
+ label: "B",
+ text: "drinking straws were used by Sumerians in ancient Mesopotamia",
+ },
+ {
+ label: "C",
+ text: "the use of drinking straws by Sumerians in ancient Mesopotamia happened",
+ },
+ {
+ label: "D",
+ text: "ancient Mesopotamia was home to Sumerians who used drinking straws",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Modifiers and their subjects must go next to each other. The modifier “far from being modern inventions” must be describing “drinking straws,” because those are the only possible inventions in this sentence.
Choice A is incorrect. Modifiers and their subjects must go next to each other. The modifier “far from being modern inventions” can’t be describing “Sumerians,” because they are a group of people, not an invention. Choice C is incorrect. Modifiers and their subjects must go next to each other. The modifier “far from being modern inventions” can’t be describing “the use of drinking straws,” because it is not “the use” of drinking straws that is an invention—it is the drinking straws themselves. Choice D is incorrect. Modifiers and their subjects must go next to each other. The modifier “far from being modern inventions” can’t be describing “Ancient Mesopotamia,” because that is a place, not an invention.",
+ hasFigure: false,
+ },
+ {
+ id: "6e193b19",
+ type: "mcq",
+ passage:
+ "Professional American football player Fred Cox invented one of the world’s most popular toys. In the 1970s, he came up with the idea for the Nerf football, which ______blank of the harder and heavier regulation football.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "were a smaller, foam version" },
+ { label: "B", text: "are smaller, foam versions" },
+ { label: "C", text: "were smaller, foam versions" },
+ { label: "D", text: "is a smaller, foam version" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is subject-verb agreement and agreement between nouns. The singular verb “is” and the singular noun “version” both agree in number with the relative pronoun “which.” In this context, “which” functions as a singular subject because it refers to the singular noun “the Nerf football.”
Choice A is incorrect because the plural verb “were” doesn’t agree in number with the singular noun phrase “the Nerf football” that it’s modifying. Choice B is incorrect because the plural verb “are” and the plural noun “versions” don’t agree in number with the singular noun phrase “the Nerf football” that they’re modifying. Choice C is incorrect because the plural verb “were” and the plural noun “versions” don’t agree in number with the singular noun phrase “the Nerf football” that they’re modifying.",
+ hasFigure: false,
+ },
+ {
+ id: "6f08641e",
+ type: "mcq",
+ passage:
+ "On April 5, 1977, Kitty Cone and 150 other disability rights activists entered a San Francisco federal building. After pleading for years—to no effect—for the passage of key antidiscrimination legislation, ______blank until their demands were addressed. Finally, on April 28, the legislation was signed.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "pressure on lawmakers increased when the activists staged a sit-in protest",
+ },
+ {
+ label: "B",
+ text: "a sit-in protest staged by the activists increased pressure on lawmakers",
+ },
+ {
+ label: "C",
+ text: "lawmakers came under increased pressure when the activists staged a sit-in protest",
+ },
+ {
+ label: "D",
+ text: "the activists increased pressure on lawmakers by staging a sit-in protest",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is subject-modifier placement. This choice makes the noun phrase “the activists” the subject of the sentence and places it immediately after the modifying phrase “after...legislation.” In doing so, this choice clearly establishes that the activists—and not another noun in the sentence—were pleading for the passage of antidiscrimination legislation.
Choice A is incorrect because it results in a dangling modifier. The placement of the noun phrase “pressure on lawmakers” immediately after the modifying phrase illogically suggests that the “pressure” was pleading for the passage of antidiscrimination legislation. Choice B is incorrect because it results in a dangling modifier. The placement of the noun phrase “a sit-in protest” immediately after the modifying phrase illogically suggests that the “protest” was pleading for the passage of antidiscrimination legislation. Choice C is incorrect because it results in a dangling modifier. The placement of the noun phrase “lawmakers” immediately after the modifying phrase suggests that “lawmakers” were pleading for the passage of antidiscrimination legislation. While it’s possible for lawmakers to plead for the passage of legislation, the context strongly suggests that it’s the activists who pleaded for years for the passage of antidiscrimination legislation.",
+ hasFigure: false,
+ },
+ {
+ id: "75f49353",
+ type: "mcq",
+ passage:
+ "The Progressive Era in the United States witnessed the rise of numerous Black women’s clubs, local organizations that advocated for racial and gender equality. Among the clubs’ leaders ______blank Josephine St. Pierre Ruffin, founder of the Women’s Era Club of Boston.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "was" },
+ { label: "B", text: "were" },
+ { label: "C", text: "are" },
+ { label: "D", text: "have been" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested here is subject-verb agreement. The singular verb “was” agrees in number with the singular subject “Josephine St. Pierre Ruffin.”
Choice B is incorrect because the plural verb “were” doesn’t agree in number with the singular subject “Josephine St. Pierre Ruffin.” Choice C is incorrect because the plural verb “are” doesn’t agree in number with the singular subject “Josephine St. Pierre Ruffin.” Choice D is incorrect because the plural verb “have been” doesn’t agree in number with the singular subject “Josephine St. Pierre Ruffin.”",
+ hasFigure: false,
+ },
+ {
+ id: "7a0d9031",
+ type: "mcq",
+ passage:
+ "In many of her landscape paintings from the 1970s and 1980s, Lebanese American artist Etel Adnan worked to capture the essence of California’s fog-shrouded Mount Tamalpais region through abstraction, using splotches of color to represent the area’s features. Interestingly, the triangle representing the mountain itself ______blank among the few defined figures in her paintings.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "are" },
+ { label: "B", text: "have been" },
+ { label: "C", text: "were" },
+ { label: "D", text: "is" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is subject–verb agreement. The singular verb “is” agrees in number with the singular subject “the triangle.”
Choice A is incorrect because the plural verb “are” doesn’t agree in number with the singular subject “the triangle.” Choice B is incorrect because the plural verb “have been” doesn’t agree in number with the singular subject “the triangle.” Choice C is incorrect because the plural verb “were” doesn’t agree in number with the singular subject “the triangle.”",
+ hasFigure: false,
+ },
+ {
+ id: "7f1df833",
+ type: "mcq",
+ passage:
+ "In 1966, Emmett Ashford became the first African American to umpire a Major League Baseball game. His energetic gestures announcing when a player had struck out and his habit of barreling after a hit ball to see if it would land out of ______blank transform the traditionally solemn umpire role into a dynamic one.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "bounds helped" },
+ { label: "B", text: "bounds, helping" },
+ { label: "C", text: "bounds that helped" },
+ { label: "D", text: "bounds to help" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is finite verb use in a main clause. A main clause requires a finite verb to perform the action of the subject (in this case, Ashford’s “gestures” and “habit”), and this choice supplies the finite past tense verb “helped” to indicate what Ashford’s gestures and habit helped accomplish.
Choice B is incorrect because the non-finite participle “helping” doesn’t supply the main clause with a finite verb. Choice C is incorrect because the relative clause “that helped” doesn’t supply the main clause with a finite verb. Choice D is incorrect because the non-finite to-infinitive “to help” doesn’t supply the main clause with a finite verb.",
+ hasFigure: false,
+ },
+ {
+ id: "8d53e7a0",
+ type: "mcq",
+ passage:
+ "Slam poet Elizabeth Acevedo’s debut novel The Poet X, winner of the 2018 National Book Award for Young People’s Literature, is composed of ______blank protagonist, fifteen-year-old Xiomara Batista.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "poems putatively written by the novel’s" },
+ { label: "B", text: "poem’s putatively written by the novel’s" },
+ { label: "C", text: "poem’s putatively written by the novels’" },
+ { label: "D", text: "poems putatively written by the novels’" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Nothing belongs to the “poems” in the sentence, so it should not be possessive—just a simple plural noun. The protagonist does belong to the novel—it’s the protagonist of the novel—so “novel” needs to be a singular possessive noun.
Choice B is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. This choice uses the singular possessive “poem’s,” but the text indicates that it should be the simple plural “poems”: there is more than one poem, and nothing belongs to the poems. Choice C is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. This choice uses the singular possessive “poem’s,” but the text indicates that it should be the simple plural “poems”: there is more than one poem, and nothing belongs to the poems. This choice also uses the plural possessive “novels’,” which is incorrect because there is only one novel. Choice D is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. This choice uses the plural possessive “novels’,” which is incorrect because there is only one novel, so it should be the singular possessive “novel’s.” .",
+ hasFigure: false,
+ },
+ {
+ id: "9f737b2a",
+ type: "mcq",
+ passage:
+ "In Death Valley National Park’s Racetrack Playa, a flat, dry lakebed, are 162 rocks—some weighing less than a pound but others almost 700 pounds—that move periodically from place to place, seemingly of their own volition. Racetrack-like trails in the ______blank mysterious migration.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "playas sediment mark the rock’s" },
+ { label: "B", text: "playa’s sediment mark the rocks" },
+ { label: "C", text: "playa’s sediment mark the rocks’" },
+ { label: "D", text: "playas’ sediment mark the rocks’" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the use of plural and possessive nouns. The singular possessive noun “playa’s” and the plural possessive noun “rocks’” correctly indicate that the sediment is that of one playa (the Racetrack Playa) and that there are multiple rocks that have mysteriously migrated across the sediment.
Choice A is incorrect because the context requires the singular possessive noun “playa’s” and the plural possessive noun “rocks’,” not the plural noun “playas” and the singular possessive noun “rock’s.” Choice B is incorrect because the context requires the plural possessive noun “rocks’,” not the plural noun “rocks.” Choice D is incorrect because the context requires the singular possessive noun “playa’s,” not the plural possessive noun “playas’.”",
+ hasFigure: false,
+ },
+ {
+ id: "a30567fd",
+ type: "mcq",
+ passage:
+ "Nuhād al-Ḥaddād, known as Fairuz, was one of the most beloved Lebanese singers of the twentieth century. Her broad singing repertoire—which included traditional forms, such as the Arabic qasida and maqam, alongside modern pop and jazz styles—lent Fairuz a timeless, cross-generational appeal, ______blank her the moniker “the soul of Lebanon.”
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "earned" },
+ { label: "B", text: "had earned" },
+ { label: "C", text: "earning" },
+ { label: "D", text: "earn" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The word "earning" is being used to introduce an additional modifying phrase, which describes how Fairuz’s repertoire lent her cross-generational appeal. When a verb ends in -ing and doesn’t have a helper verb like "is" before it, it can be used to modify a noun or verb. This is appropriate here.
Choice A is incorrect. The underlined verb is being used to introduce additional descriptive information, which is set off from the rest of the sentence by a comma. Because there is no subject here, a finite form of the verb (like "earned") creates an error. We need another form of the verb that doesn’t require a subject and can introduce descriptive information. Choice B is incorrect. The underlined verb is being used to introduce additional descriptive information, which is set off from the rest of the sentence by a comma. Because there is no subject here, a finite form of the verb (like "had earned") creates an error. We need another form of the verb that doesn’t require a subject and can introduce descriptive information. Choice D is incorrect. The underlined verb is being used to introduce additional descriptive information, which is set off from the rest of the sentence by a comma. Because there is no subject here, a finite form of the verb (like "earn") creates an error. We need another form of the verb that doesn’t require a subject and can introduce descriptive information.',
+ hasFigure: false,
+ },
+ {
+ id: "b74f676f",
+ type: "mcq",
+ passage:
+ "Classical composer Florence Price’s 1927 move to Chicago marked a turning point in her career. It was there that Price premiered her First Symphony—a piece that was praised for blending traditional Romantic motifs with aspects of Black folk music—and ______blank supportive relationships with other Black artists.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "developing" },
+ { label: "B", text: "developed" },
+ { label: "C", text: "to develop" },
+ { label: "D", text: "having developed" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The missing verb is part of the same clause as the verb "premiered," and "Price" is the subject of both. So we need the past-tense form "developed" in order to match "premiered."
Choice A is incorrect. This choice creates a verb form error. The missing verb is part of the same clause as the verb "premiered," and "Price" is the subject of both. So we need the past-tense form "developed" in order to match "premiered." Choice C is incorrect. This choice creates a verb form error. The missing verb is part of the same clause as the verb "premiered," and "Price" is the subject of both. So we need the past-tense form "developed" in order to match "premiered." Choice D is incorrect. This choice creates a verb form error. The missing verb is part of the same clause as the verb "premiered," and "Price" is the subject of both. So we need the past-tense form "developed" in order to match "premiered."',
+ hasFigure: false,
+ },
+ {
+ id: "b85c19ed",
+ type: "mcq",
+ passage:
+ "The violins handmade in the seventeeth century by Italian craftsman Antonio Stradivari have been celebrated as some of the finest in the world. In close collaboration with musicians, Stradivari introduced changes to the shape of a traditional violin, flattening some of the instrument’s curves and making ______blank lighter overall.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "those" },
+ { label: "B", text: "one" },
+ { label: "C", text: "them" },
+ { label: "D", text: "it" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is pronoun–antecedent agreement. The singular pronoun “it” agrees in number with the singular antecedent “violin” and thus indicates that the traditional violin (and not its curves) was made lighter.
Choice A is incorrect because the plural pronoun “those” doesn’t agree in number with the singular antecedent “violin.” Choice B is incorrect because the singular pronoun “one” is ambiguous in this context; the resulting sentence leaves unclear what Stradivari made lighter. Choice C is incorrect because the plural pronoun “them” doesn’t agree in number with the singular antecedent “violin.”",
+ hasFigure: false,
+ },
+ {
+ id: "c52652c9",
+ type: "mcq",
+ passage:
+ "The human brain is primed to recognize faces—so much so that, due to a perceptual tendency called pareidolia, ______blank will even find faces in clouds, wooden doors, pieces of fruit, and other faceless inanimate objects. Researcher Susan Magsamen has focused her work on better understanding this everyday phenomenon.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "she" },
+ { label: "B", text: "they" },
+ { label: "C", text: "it" },
+ { label: "D", text: "those" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. "It" is a singular pronoun used to stand in for objects. Since the antecedent in this case is the singular noun phrase "the human brain," "it" is a perfect pronoun to use here.
Choice A is incorrect. Although "she" is a singular pronoun, it is reserved for people and animals, not objects like "the human brain." Choice B is incorrect. "They" is a plural pronoun, but we need a singular pronoun to represent the antecedent "the human brain." Choice D is incorrect. "Those" is a plural pronoun, but we need a singular pronoun to represent the antecedent "the human brain."',
+ hasFigure: false,
+ },
+ {
+ id: "c8607bdf",
+ type: "mcq",
+ passage:
+ "“Praise Song for the Day,” Elizabeth Alexander’s 2009 inaugural poem, asserts that “We cross dirt roads and highways…to see what’s on the other side.” Alexander’s use of “we” ______blank Americans’ collective efforts and shared desire to seek new opportunity.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "evokes" },
+ { label: "B", text: "are evoking" },
+ { label: "C", text: "have evoked" },
+ { label: "D", text: "evoke" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The convention being tested is subject-verb agreement. The singular verb "evokes" agrees in number with the singular subject "Alexander’s use."
Choice B is incorrect because the plural verb "are evoking" doesn’t agree in number with the singular subject "Alexander’s use." Choice C is incorrect because the plural verb "have evoked" doesn’t agree in number with the singular subject "Alexander’s use." Choice D is incorrect because the plural verb "evoke" doesn’t agree in number with the singular subject "Alexander’s use."',
+ hasFigure: false,
+ },
+ {
+ id: "cd2443c0",
+ type: "mcq",
+ passage:
+ "A pioneer in the field of taphonomy (the study of how organic remains become fossils), ______blank may be just as prevalent in the fossil record as those of thick-shelled organisms.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "fossils of thin-shelled organisms, Anna Behrensmeyer demonstrated in a 2005 analysis,",
+ },
+ {
+ label: "B",
+ text: "Anna Behrensmeyer demonstrated in a 2005 analysis that fossils of thin-shelled organisms",
+ },
+ {
+ label: "C",
+ text: "it was demonstrated in a 2005 analysis by Anna Behrensmeyer that fossils of thin-shelled organisms",
+ },
+ {
+ label: "D",
+ text: "a 2005 analysis—by Anna Behrensmeyer—demonstrated that fossils of thin-shelled organisms",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is subject-modifier placement. This choice makes the noun phrase “Anna Behrensmeyer” the subject of the sentence and places it immediately after the modifying phrase “a pioneer…fossils.” In doing so, this choice clearly establishes that Anna Behrensmeyer—and not another noun in the sentence—is a pioneer in the field of taphonomy.
Choice A is incorrect because it results in a dangling modifier. The placement of the noun phrase “fossils of thin-shelled organisms” immediately after the modifying phrase illogically suggests that the “fossils” are a pioneer in the field of taphonomy. Choice C is incorrect because it results in a dangling modifier. The placement of the pronoun “it” immediately after the modifying phrase illogically suggests that “it” is a pioneer in the field of taphonomy. Choice D is incorrect because it results in a dangling modifier. The placement of the noun phrase “a 2005 analysis” immediately after the modifying phrase illogically suggests that “a 2005 analysis” is a pioneer in the field of taphonomy.",
+ hasFigure: false,
+ },
+ {
+ id: "d073983d",
+ type: "mcq",
+ passage:
+ "Known for her massive photorealistic paintings of African American figures floating or swimming in pools, Calida Garcia ______blank was the logical choice to design the book cover for Ta-Nehisi Coates’s The Water Dancer, a novel about an African American man who can travel great distances through water.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Rawles—" },
+ { label: "B", text: "Rawles:" },
+ { label: "C", text: "Rawles," },
+ { label: "D", text: "Rawles" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is punctuation between a subject and a verb. When, as in this case, a subject (“Calida Garcia Rawles”) is immediately followed by a verb (“was”), no punctuation is needed.
Choice A is incorrect because no punctuation is needed between the subject and the verb. Choice B is incorrect because no punctuation is needed between the subject and the verb. Choice C is incorrect because no punctuation is needed between the subject and the verb.",
+ hasFigure: false,
+ },
+ {
+ id: "d2cf0e11",
+ type: "mcq",
+ passage:
+ "Inventor John Friedman created a prototype of the first flexible straw by inserting a screw into a paper straw and, using dental floss, binding the straw tightly around the ______blank When the floss and screw were removed, the resulting corrugations in the paper allowed the straw to bend easily over the edge of a glass.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "screw’s thread’s." },
+ { label: "B", text: "screws’ threads." },
+ { label: "C", text: "screw’s threads." },
+ { label: "D", text: "screws threads’." },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is the use of plural and possessive nouns. The singular possessive noun “screw’s” and the plural noun “threads” correctly indicate that there is only one screw and it has multiple threads.
Choice A is incorrect because the context requires the plural noun “threads,” not the singular possessive noun “thread’s.” Choice B is incorrect because the context requires the singular possessive noun “screw’s,” not the plural possessive noun “screws’.” Choice D is incorrect because the context requires the singular possessive noun “screw’s” and the plural noun “threads,” not the plural noun “screws” or the plural possessive noun “threads.’”",
+ hasFigure: false,
+ },
+ {
+ id: "db2e480a",
+ type: "mcq",
+ passage:
+ "By the time Hawaiian king Kamehameha III ______blank the throne, the number of longhorn cattle, first introduced to the islands in 1793, had drastically increased, and so too had the need for paniolo (Hawaiian cowboys) to manage the wild herds that then roamed throughout the volcanic terrain.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "ascended" },
+ { label: "B", text: "will ascend" },
+ { label: "C", text: "ascends" },
+ { label: "D", text: "is ascending" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. "Ascended" is in the simple past tense. Since Kamehameha became king in the past, this makes the most sense.
Choice B is incorrect. "Will ascend" is in the future tense, but we wouldn’t know about Kamehameha III’s ascent if it hadn’t happened yet. The information in the sentence, as well as the tense of other verbs, tells us that the events described happened in the past. Choice C is incorrect. "Ascends" is in the simple present tense. However, the information in the sentence, as well as the tense of other verbs, tells us that the events described happened in the past. Choice D is incorrect. "Is ascending" is in the continuous present tense, which we use to show that something is ongoing, but this doesn’t make sense here—the information in the sentence, as well as the tense of other verbs, tells us that the events described happened in the past.',
+ hasFigure: false,
+ },
+ {
+ id: "dd428136",
+ type: "mcq",
+ passage:
+ "Cheng Dang and her colleagues at the University of Washington recently ran simulations to determine the extent to which individual snow ______blank affect the amount of light reflecting off a snowy surface.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "grain’s physical properties’" },
+ { label: "B", text: "grains’ physical properties" },
+ { label: "C", text: "grains’ physical property’s" },
+ { label: "D", text: "grains physical properties" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is the use of plural and possessive nouns. The plural possessive noun “grains’” and the plural noun “properties” correctly indicate that the simulations involved multiple snow grains and that those snow grains had several properties.
Choice A is incorrect because the context requires the plural possessive noun “grains’” and the plural noun “properties,” not the singular possessive noun “grain’s” and the plural possessive noun “properties’.” Choice C is incorrect because the context requires the plural noun “properties,” not the singular possessive noun “property’s.” Choice D is incorrect because the context requires the plural possessive noun “grains’,” not the plural noun “grains.”",
+ hasFigure: false,
+ },
+ {
+ id: "dd6a0326",
+ type: "mcq",
+ passage:
+ "African American Percy Julian was a scientist and entrepreneur whose work helped people around the world to see. Named in 1999 as one of the greatest achievements by a US chemist in the past hundred years, ______blank led to the first mass-produced treatment for glaucoma.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "Julian synthesized the alkaloid physostigmine in 1935; it",
+ },
+ {
+ label: "B",
+ text: "in 1935 Julian synthesized the alkaloid physostigmine, which",
+ },
+ {
+ label: "C",
+ text: "Julian’s 1935 synthesis of the alkaloid physostigmine",
+ },
+ {
+ label: "D",
+ text: "the alkaloid physostigmine was synthesized by Julian in 1935 and",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The convention being tested is subject-modifier placement. This choice makes the noun phrase “Julian’s 1935 synthesis” the subject of the sentence and places it immediately after the modifying phrase “named…years.” In doing so, this choice clearly establishes that Julian’s 1935 synthesis of the alkaloid physostigmine—and not another noun in the sentence—was named in 1999 as one of the greatest achievements by a US chemist in the past hundred years.
Choice A is incorrect because it results in a dangling modifier. The placement of the noun “Julian” immediately after the modifying phrase illogically suggests that Julian himself was named as one of the greatest achievements by a US chemist in the past hundred years. Choice B is incorrect because it results in a dangling modifier. The placement of the prepositional phrase “in 1935” immediately after the modifying phrase illogically and confusingly suggests that “in 1935” was named as one of the greatest achievements by a US chemist in the past hundred years. Choice D is incorrect because it results in a dangling modifier. The placement of the noun phrase “the alkaloid physostigmine” immediately after the modifying phrase illogically and confusingly suggests that the alkaloid physostigmine itself (not the synthesis of it) was named as one of the greatest achievements by a US chemist in the past hundred years.",
+ hasFigure: false,
+ },
+ {
+ id: "e44db0a0",
+ type: "mcq",
+ passage:
+ "Because a cycle of lunar phases ______blank 29.5 days to complete, it’s possible to observe two full moons in a single month, one at the beginning and one at the end.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "are taking" },
+ { label: "B", text: "have taken" },
+ { label: "C", text: "take" },
+ { label: "D", text: "takes" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The convention being tested is subject-verb agreement. The singular verb "takes" agrees in number with the singular subject "a cycle of lunar phases."
Choice A is incorrect because the plural verb "are taking" doesn’t agree in number with the singular subject "a cycle of lunar phases." Choice B is incorrect because the plural verb "have taken" doesn’t agree in number with the singular subject "a cycle of lunar phases." Choice C is incorrect because the plural verb "take" doesn’t agree in number with the singular subject "a cycle of lunar phases."',
+ hasFigure: false,
+ },
+];
+
+export const FORM_STRUCTURE_HARD: PracticeQuestion[] = [
+ {
+ id: "0fe5ce68",
+ type: "mcq",
+ passage:
+ "Ten of William Shakespeare’s plays are classified as histories. Although each one of these plays, which include Henry V and Richard III, ______blank on a single historical figure (specifically, an English king), some, such as Henry VI Part One and Henry VI Part Two, feature different episodes from the same monarch’s life.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "focuses" },
+ { label: "B", text: "focus" },
+ { label: "C", text: "are focused" },
+ { label: "D", text: "were focused" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The convention being tested is subject-verb agreement. The singular verb "focuses" agrees in number with the singular subject "each one of these plays," which refers to each play individually.
Choice B is incorrect because the plural verb "focus" doesn’t agree in number with the singular subject "each one of these plays." Choice C is incorrect because the plural verb "are focused" doesn’t agree in number with the singular subject "each one of these plays." Choice D is incorrect because the plural verb "were focused" doesn’t agree in number with the singular subject "each one of these plays."',
+ hasFigure: false,
+ },
+ {
+ id: "188f7e3c",
+ type: "mcq",
+ passage:
+ "In 2016, engineer Vanessa Galvez oversaw the installation of 164 bioswales, vegetated channels designed to absorb and divert stormwater, along the streets of Queens, New York. By reducing the runoff flowing into city sewers, ______blank
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "the mitigation of both street flooding and the resulting pollution of nearby waterways has been achieved by bioswales.",
+ },
+ {
+ label: "B",
+ text: "the bioswales have mitigated both street flooding and the resulting pollution of nearby waterways.",
+ },
+ {
+ label: "C",
+ text: "the bioswales’ mitigation of both street flooding and the resulting pollution of nearby waterways has been achieved.",
+ },
+ {
+ label: "D",
+ text: "both street flooding and the resulting pollution of nearby waterways have been mitigated by bioswales.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is subject-modifier placement. This choice makes the noun phrase “the bioswales” the subject of the sentence and places it immediately after the modifying phrase “By reducing…sewers.” In doing so, this choice clearly establishes that the bioswales—and not another noun in the sentence—are reducing runoff flowing into city sewers.
Choice A is incorrect because it results in a dangling modifier. The placement of the noun phrase “the mitigation…waterways” immediately after the modifying phrase results in unclear modification. The resulting sentence makes it hard to determine what is responsible for “reducing the runoff”: the bioswales or some other noun in the sentence. Choice C is incorrect because it results in a dangling modifier. The placement of the noun phrase “the bioswales’ mitigation…waterways” immediately after the modifying phrase results in unclear modification. The resulting sentence makes it hard to determine what is responsible for “reducing the runoff”: the bioswales or some other noun in the sentence. Choice D is incorrect because it results in a dangling modifier. The placement of the noun phrase “street flooding and the resulting pollution” immediately after the modifying phrase illogically suggests that the “flooding and pollution” are reducing runoff flowing into city sewers.",
+ hasFigure: false,
+ },
+ {
+ id: "2dd1b8bf",
+ type: "mcq",
+ passage:
+ "Compared to that of alumina glass, ______blank silica glass atoms are so far apart that they are unable to re-form bonds after being separated.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "silica glass is at a significant disadvantage due to its more dispersed atomic arrangement:",
+ },
+ {
+ label: "B",
+ text: "silica glass has a more dispersed atomic arrangement, resulting in a significant disadvantage:",
+ },
+ {
+ label: "C",
+ text: "a significant disadvantage of silica glass is that its atomic arrangement is more dispersed:",
+ },
+ {
+ label: "D",
+ text: "silica glass’s atomic arrangement is more dispersed, resulting in a significant disadvantage:",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is subject-modifier placement. This choice makes “silica glass’s atomic arrangement” the subject of the sentence and places it immediately after the modifying phrase “compared to that of alumina glass.” In doing so, this choice clearly establishes that silica glass’s atomic arrangement—and not another noun in the sentence—is being compared to the atomic arrangement (“that”) of alumina glass.
Choice A is incorrect because it results in a dangling modifier. The placement of the noun phrase “silica glass” immediately after the modifying phrase illogically suggests that silica glass itself (rather than its atomic arrangement) is being compared to alumina glass’s atomic arrangement. Choice B is incorrect because it results in a dangling modifier. The placement of the noun phrase “silica glass” immediately after the modifying phrase illogically suggests that silica glass itself (rather than its atomic arrangement) is being compared to alumina glass’s atomic arrangement. Choice C is incorrect because it results in a dangling modifier. The placement of the noun phrase “a significant disadvantage” immediately after the modifying phrase illogically suggests that “a significant disadvantage” is being compared to alumina glass’s atomic arrangement.",
+ hasFigure: false,
+ },
+ {
+ id: "329255db",
+ type: "mcq",
+ passage:
+ "Bengali author Toru Dutt’s A Sheaf Gleaned in French Fields (1876), a volume of English translations of French poems, ______blank scholars’ understanding of the transnational and multilingual contexts in which Dutt lived and worked.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "has enhanced" },
+ { label: "B", text: "are enhancing" },
+ { label: "C", text: "have enhanced" },
+ { label: "D", text: "enhance" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is subject-verb agreement. The singular verb “has enhanced” agrees in number with the singular subject “A Sheaf Gleaned in French Fields,” which is the title of a book of poems.
Choice B is incorrect because the plural verb “are enhancing” doesn’t agree in number with the singular subject “A Sheaf Gleaned in French Fields.” Choice C is incorrect because the plural verb “have enhanced” doesn’t agree in number with the singular subject “A Sheaf Gleaned in French Fields.” Choice D is incorrect because the plural verb “enhance” doesn’t agree in number with the singular subject “A Sheaf Gleaned in French Fields.”",
+ hasFigure: false,
+ },
+ {
+ id: "37e5c794",
+ type: "mcq",
+ passage:
+ "Despite being cheap, versatile, and easy to produce, ______blank they are made from nonrenewable petroleum, and most do not biodegrade in landfills.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "there are two problems associated with commercial plastics:",
+ },
+ {
+ label: "B",
+ text: "two problems are associated with commercial plastics:",
+ },
+ {
+ label: "C",
+ text: "commercial plastics’ two associated problems are that",
+ },
+ { label: "D", text: "commercial plastics have two associated problems:" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is subject-modifier placement. This choice ensures that the modifying phrase “despite being cheap, versatile, and easy to produce” appears immediately before the noun it modifies, “commercial plastics,” clearly establishing that the commercial plastics—and not another noun in the sentence—are being described as cheap, versatile, and easy to produce.
Choice A is incorrect because it results in a dangling modifier. The placement of the function word “there” immediately after the modifying phrase illogically and confusingly suggests that “there” is cheap, versatile, and easy to produce. Choice B is incorrect because it results in a dangling modifier. The placement of the noun “two problems” immediately after the modifying phrase illogically suggests that the “problems” are cheap, versatile, and easy to produce. Choice C is incorrect because it results in a dangling modifier. The placement of the noun phrase “commercial plastics’ two associated problems” immediately after the modifying phrase illogically suggests that the “problems” are cheap, versatile, and easy to produce.",
+ hasFigure: false,
+ },
+ {
+ id: "3bceeb93",
+ type: "mcq",
+ passage:
+ "When they were first discovered in Australia in 1798, duck-billed, beaver-tailed platypuses so defied categorization that one scientist assigned them the name Ornithorhynchus paradoxus: “paradoxical bird-snout.” The animal, which lays eggs but also nurses ______blank young with milk, has since been classified as belonging to the monotremes group.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "they’re" },
+ { label: "B", text: "their" },
+ { label: "C", text: "its" },
+ { label: "D", text: "it’s" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The singular possessive pronoun "its" agrees with the singular antecedent "the animal" and indicates that the "young" belong to it.
Choice A is incorrect. This choice creates a pronoun-antecedent agreement error. "They’re" is a contraction of "they are," a plural pronoun and verb, but the antecedent "the animal" is singular. Also, we don’t need the extra verb "are" — we already have a main verb in this clause, so adding "are" would be confusing and ungrammatical. Choice B is incorrect. This choice creates a pronoun-antecedent agreement error. "Their" is a plural pronoun, but the subject of the sentence is "the animal," a singular noun. Choice D is incorrect. This choice creates a confusing and ungrammatical sentence. "It’s" is a contraction for "it is." We already have the verb "nurses" in this clause, so we shouldn’t add the verb "is."',
+ hasFigure: false,
+ },
+ {
+ id: "3daf126e",
+ type: "mcq",
+ passage:
+ "A model created by biologist Luis Valente predicts that the rate of speciation—the rate at which new species form—on an isolated island located approximately 5,000 kilometers from the nearest mainland ______blank triple the rate of speciation on an island only 500 kilometers from the mainland.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "being" },
+ { label: "B", text: "to be" },
+ { label: "C", text: "to have been" },
+ { label: "D", text: "will be" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is finite and nonfinite verb forms within a sentence. Relative clauses, such as the one beginning with “that,” require a finite verb, a verb that can function as the main verb of a clause. This choice correctly supplies the clause with the finite future tense verb “will be.”
Choice A is incorrect because the nonfinite participle “being” doesn’t supply the clause with a finite verb. Choice B is incorrect because the nonfinite to-infinitive “to be” doesn’t supply the clause with a finite verb. Choice C is incorrect because the nonfinite to-infinitive “to have been” doesn’t supply the clause with a finite verb.",
+ hasFigure: false,
+ },
+ {
+ id: "50801257",
+ type: "mcq",
+ passage:
+ "In 1994, almost 200 years after the death of Wang Zhenyi, the International Astronomical ______blank the contributions of the barrier-breaking 18th-century astronomer and author of “Dispute of the Procession of the Equinoxes,” naming a crater on Venus after her.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Union would finally acknowledge" },
+ { label: "B", text: "Union to finally acknowledge" },
+ { label: "C", text: "Union, having finally acknowledged" },
+ { label: "D", text: "Union, finally acknowledging" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. It’s the only choice that offers a form of the verb “acknowledge” that can go with the subject “International Astronomical Union” to make a complete sentence. This might seem like an odd use of “would,” but when speaking from a point of view in the past, we can actually use “would” to express something that happened later. That’s the case here: 200 years after Wang Zhenyi’s death, the IAU would finally acknowledge her contributions.
Choice B is incorrect. This choice creates a sentence fragment. There’s no main verb elsewhere in the sentence, so we need a form of the verb “acknowledge” that can go with the subject “the International Astronomical Union” and serve as that main verb. “To acknowledge” can’t do that. Choice C is incorrect. This choice creates a sentence fragment. There’s no main verb elsewhere in the sentence, so we need a form of the verb “acknowledge” that can go with the subject “the International Astronomical Union” and serve as that main verb. “Having acknowledged” can’t do that. Choice D is incorrect. This choice creates a sentence fragment. There’s no main verb elsewhere in the sentence, so we need a form of the verb “acknowledge” that can go with the subject “the International Astronomical Union” and serve as that main verb. The “-ing” form can’t do that.",
+ hasFigure: false,
+ },
+ {
+ id: "512f0ac9",
+ type: "mcq",
+ passage:
+ "Working from an earlier discovery of Charpentier’s, chemists Emmanuelle Charpentier and Jennifer Doudna—winners of the 2020 Nobel Prize in Chemistry—re-created and then reprogrammed the so-called “genetic scissors” of a species of DNA-cleaving bacteria ______blank a tool that is revolutionizing the field of gene technology.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "to forge" },
+ { label: "B", text: "forging" },
+ { label: "C", text: "forged" },
+ { label: "D", text: "and forging" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is the use of finite and nonfinite verb forms within a sentence. The nonfinite to-infinitive “to forge” is correctly used to form a nonfinite (infinitive) clause that explains why the chemists re-created and reprogrammed the DNA-cleaving bacteria.
Choice B is incorrect. Without a comma separating the main clause (“chemists...bacteria”) from the participle “forging,” this choice illogically suggests that the bacteria are forging a tool, which doesn’t make sense. Choice C is incorrect. Without a coordinating conjunction such as “and” placed before it, the finite past tense verb “forged” can’t be used in this way to describe the chemists’ actions. Choice D is incorrect. If read as a finite verb, the present progressive verb “forging” isn’t consistent with the past tense verbs used in this sentence to describe the actions of the chemists. If read as a nonfinite verb, the participle “forging” can’t be used in this way because there is no following main clause for it to modify.",
+ hasFigure: false,
+ },
+ {
+ id: "5b8f9cf2",
+ type: "mcq",
+ passage:
+ "In the canon of North African literature, Moroccan author Driss Chraïbi’s 1954 novel The Simple Past (Le Passé simple) looms large. A coming-of-age story, a social meditation, and a sober gaze into the dark maw of French colonialism, ______blank interrogates systemic power with memorable intensity.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "Morocco gained its independence two years before the publication of Chraïbi’s debut novel, which",
+ },
+ {
+ label: "B",
+ text: "Chraïbi’s debut novel, published two years before Morocco gained its independence,",
+ },
+ {
+ label: "C",
+ text: "Chraïbi wrote a debut novel that, published two years before Morocco gained its independence,",
+ },
+ {
+ label: "D",
+ text: "published two years before Morocco gained its independence, Chraïbi wrote a debut novel that",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. Subject-modifier placement requires a modifier and its subject to be next to each other. The subject of the modifier "a coming-of-age story…colonialism" is Chraïbi’s novel The Simple Past, so the subject "Chraïbi’s debut novel" fits perfectly after this introductory modifying phrase.
Choice A is incorrect. Modifiers and their subjects must go next to each other. The introductory modifier "a coming-of-age story…colonialism" is describing Chraïbi’s novel, not Morocco. However, this choice places Morocco directly next to that modifier. Choice C is incorrect. Modifiers and their subjects must go next to each other. The introductory modifier "a coming-of-age story…colonialism" all describes Chraïbi’s novel, not Chraïbi himself. However, this choice places Chraïbi directly next to that modifier. Choice D is incorrect. Modifiers and their subjects must go next to each other. The modifier "a coming-of-age story…" is describing Chraïbi’s novel, so that needs to be the subject immediately after the modifier. This choice adds another modifier that describes Chraïbi’s novel, but then puts "Chraïbi" himself—not the novel—right after that modifier, which doesn’t make sense. Chraïbi wasn’t "published two years before" Moroccan independence; his novel The Simple Past was.',
+ hasFigure: false,
+ },
+ {
+ id: "61160f0a",
+ type: "mcq",
+ passage:
+ "Author Madeline L’Engle, ______blank to create a suspenseful tone that draws the reader in, begins her novel A Wrinkle in Time with descriptions of “wraithlike shadows” and “the frenzied lashing of the wind.”
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "looked" },
+ { label: "B", text: "looks" },
+ { label: "C", text: "is looking" },
+ { label: "D", text: "looking" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The convention being tested is the use of verb forms within a sentence. The nonfinite present participle verb “looking” is correctly used to form a subordinate clause that describes the intent behind how L’Engle begins her novel.
Choice A is incorrect because the finite past tense verb “looked” can’t be used in this way to form a subordinate clause. Choice B is incorrect because the finite present tense verb “looks” can’t be used in this way to form a subordinate clause. Choice C is incorrect because the finite present progressive tense verb “is looking” can’t be used in this way to form a subordinate clause.",
+ hasFigure: false,
+ },
+ {
+ id: "8a9d2f4e",
+ type: "mcq",
+ passage:
+ "Researchers studying the “terra-cotta army,” the thousands of life-size statues of warriors found interred near the tomb of Emperor Qin Shi Huang of China, were shocked to realize that the shape of each statue’s ears, like the shape of each person’s ears, ______blank unique.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "are" },
+ { label: "B", text: "is" },
+ { label: "C", text: "were" },
+ { label: "D", text: "have been" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The convention being tested is subject–verb agreement. because the singular verb “is” agrees in number with the singular subject “the shape.”
Choice A is incorrect because the plural verb “are” doesn’t agree in number with the singular subject “the shape.” Choice C is incorrect because the plural verb “were” doesn’t agree in number with the singular subject “the shape.” Choice D is incorrect because the plural verb “have been” doesn’t agree in number with the singular subject “the shape.”",
+ hasFigure: false,
+ },
+ {
+ id: "a14eef71",
+ type: "mcq",
+ passage:
+ "In 2015, a team led by materials scientists Anirudha Sumant and Diana Berman succeeded in reducing the coefficient of friction (COF) between two surfaces to the lowest possible level—superlubricity. A nearly frictionless (and, as its name suggests, extremely slippery) state, ______blank
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "when their COF drops below 0.01, two surfaces reach superlubricity.",
+ },
+ {
+ label: "B",
+ text: "two surfaces, when their COF drops below 0.01, reach superlubricity.",
+ },
+ {
+ label: "C",
+ text: "reaching superlubricity occurs when two surfaces’ COF drops below 0.01.",
+ },
+ {
+ label: "D",
+ text: "superlubricity is reached when two surfaces’ COF drops below 0.01.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The subject of the modifier “a nearly frictionless state” is “superlubricity.” Subject-modifier placement requires a modifier and its subject to be next to one another, so “superlubricity” must be the first word in the missing clause.
Choice A is incorrect. This choice creates a subject-modifier placement error. The subject of the modifier “a nearly frictionless state” is “superlubricity.” Subject-modifier placement requires a modifier and its subject to be next to one another, so “superlubricity” must be the first word in the missing clause. Choice B is incorrect. This choice creates a subject-modifier placement error. The subject of the modifier “a nearly frictionless state” is “superlubricity.” Subject-modifier placement requires a modifier and its subject to be next to one another, so “superlubricity” must be the first word in the missing clause. Choice C is incorrect. This choice creates a subject-modifier placement error. The subject of the modifier “a nearly frictionless state” is “superlubricity.” Subject-modifier placement requires a modifier and its subject to be next to one another, so “superlubricity” must be the first word in the missing clause.",
+ hasFigure: false,
+ },
+ {
+ id: "c91ef0f0",
+ type: "mcq",
+ passage:
+ "During the American Civil War, Thomas Morris Chester braved the front lines as a war correspondent for the Philadelphia Press. Amplifying the voices and experiences of Black soldiers ______blank of particular importance to Chester, who later became an activist and lawyer during the postwar Reconstruction period.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "were" },
+ { label: "B", text: "have been" },
+ { label: "C", text: "are" },
+ { label: "D", text: "was" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The convention being tested is subject-verb agreement. The singular verb "was" agrees in number with the singular subject "amplifying." Gerunds such as "amplifying" are always singular.
Choice A is incorrect because the plural verb "were" doesn’t agree in number with the singular subject "amplifying." Choice B is incorrect because the plural verb "have been" doesn’t agree in number with the singular subject "amplifying." Choice C is incorrect because the plural verb "are" doesn’t agree in number with the singular subject "amplifying."',
+ hasFigure: false,
+ },
+ {
+ id: "d2b81427",
+ type: "mcq",
+ passage:
+ "In assessing the films of Japanese director Akira Kurosawa, ______blank have missed his equally deep engagement with Japanese artistic traditions such as Noh theater.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "many critics have focused on Kurosawa’s use of Western literary sources but",
+ },
+ {
+ label: "B",
+ text: "Kurosawa’s use of Western literary sources has been the focus of many critics, who",
+ },
+ {
+ label: "C",
+ text: "there are many critics who have focused on Kurosawa’s use of Western literary sources, but they",
+ },
+ {
+ label: "D",
+ text: "the focus of many critics has been on Kurosawa’s use of Western literary sources; they",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is subject-modifier placement. This choice makes the noun phrase “many critics” the subject of the sentence and places it immediately after the modifying phrase “in assessing…Kurosawa.” In doing so, this choice clearly establishes that it is the critics—and not another noun in the sentence—who assess Kurosawa’s films.
Choice B is incorrect because it results in a dangling modifier. The placement of the noun phrase “Kurosawa’s…sources” immediately after the modifying phrase illogically suggests that his use of Western literary sources is what assesses Kurosawa’s films. Choice C is incorrect because it results in a dangling modifier. The placement of the function word “there” immediately after the modifying phrase illogically suggests that “there” is what assesses Kurosawa’s films. Choice D is incorrect because it results in a dangling modifier. The placement of the noun phrase “the focus…critics” immediately after the modifying phrase illogically suggests that the critics’ focus is what assesses Kurosawa’s films.",
+ hasFigure: false,
+ },
+ {
+ id: "d46ac7e7",
+ type: "mcq",
+ passage:
+ "A second-generation Japanese American, Wataru Misaka ______blank in World War II (1941-45) and won two amateur national basketball championships at the University of Utah when he joined the New York Knicks for the 1947-48 season, becoming the first non-white basketball player in the US’s top professional league.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "already served" },
+ { label: "B", text: "was already serving" },
+ { label: "C", text: "already serves" },
+ { label: "D", text: "had already served" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Misaka served in World War II before he joined the New York Knicks in 1947. To show that a past occurrence took place before another past occurrence, we need to use “had” + the past tense form of the verb. This is called the past perfect tense.
Choice A is incorrect. Misaka served in World War II before he joined the Knicks. Both events are in the past, but his service in World War II happened earlier, so we need a verb that makes it clear that his service (and the two national championships) had ended by the time he joined the Knicks. Choice B is incorrect. “Was already serving” forms the continuous past tense, which we use when we’re showing a past action that was ongoing. Misaka served in World War II before he joined the Knicks. Both events are in the past, but they’re not happening at the same time, so we shouldn’t use the continuous past tense here. Choice C is incorrect. Misaka served in World War II in the past, so we shouldn’t use the present tense “serves.”",
+ hasFigure: false,
+ },
+ {
+ id: "dab8b8ee",
+ type: "mcq",
+ passage:
+ "Known as Earth’s “living skin,” biocrusts are thin layers of soil held together by surface-dwelling microorganisms such as fungi, lichens, and cyanobacteria. Fortifying soil in arid ecosystems against erosion, ______blank
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "a recent study’s estimate is that these crusts reduce global dust emissions by 60 percent each year.",
+ },
+ {
+ label: "B",
+ text: "an estimated 60 percent reduction in global dust emissions each year is due to these crusts, according to a recent study.",
+ },
+ {
+ label: "C",
+ text: "these crusts reduce global dust emissions by an estimated 60 percent each year, according to a recent study.",
+ },
+ {
+ label: "D",
+ text: "a recent study has estimated that these crusts reduce global dust emissions by 60 percent each year.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The subject of the modifier "fortifying soil in arid ecosystems against erosion" is "biocrusts." Subject-modifier placement requires a modifier and its subject to be next to each other, so "biocrusts" or some variant meaning "biocrusts" (in this case, "these crusts") must begin the missing clause.
Choice A is incorrect. Modifiers and their subjects must go next to each other. The subject of the modifier "fortifying soil in arid ecosystems against erosion" is "biocrusts," not "a recent study’s estimate." Choice B is incorrect. Modifiers and their subjects must go next to each other. The subject of the modifier "fortifying soil in arid ecosystems against erosion" is "biocrusts," not "an estimated 60 percent reduction." Choice D is incorrect. Modifiers and their subjects must go next to each other. The subject of the modifier "fortifying soil in arid ecosystems against erosion" is "biocrusts," not "a recent study."',
+ hasFigure: false,
+ },
+ {
+ id: "dc645172",
+ type: "mcq",
+ passage:
+ "The artistic talents of Barbara Chase-Riboud, most known for her 1979 historical novel Sally Hemings and the conversation it inspired, ______blank limited to the realm of prose: she first excelled in sculpture, where her affinity for bronze—a material she described as “timeless” due to its use across eras and cultures—became part of her artistic identity.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "hasn’t been" },
+ { label: "B", text: "wasn’t" },
+ { label: "C", text: "isn’t" },
+ { label: "D", text: "aren’t" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The subject "talents" is plural, and so is the verb "aren’t": "the artistic talents…aren’t limited."
Choice A is incorrect. The subject "talents" is plural, but the verb "hasn’t been" is singular. Choice B is incorrect. The subject "talents" is plural, but the verb "wasn’t" is singular. Choice C is incorrect. The subject "talents" is plural, but the verb "isn’t" is singular.',
+ hasFigure: false,
+ },
+ {
+ id: "de3dd17d",
+ type: "mcq",
+ passage:
+ "Planetary scientist Briony Horgan and her colleagues have determined that as much as 25 percent of the sand on Mars is composed of impact spherules. These spherical bits of glass form when asteroids collide with the planet, ejecting bits of molten rock into the atmosphere that, after cooling and solidifying into glass, ______blank back onto Mars’s surface.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "to rain" },
+ { label: "B", text: "raining" },
+ { label: "C", text: "having rained" },
+ { label: "D", text: "rain" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. "That…rain back onto Mars’s surface" is a relative clause that describes the "bits of molten rock." Forming the clause requires a conjugated, finite verb, and this is the only choice that provides that.
Choice A is incorrect. "To rain" is an infinitive and can’t serve as the main verb of a clause. A conjugated verb is needed here to form the main verb of the relative clause "that…rain back onto Mars’s surface," which describes the "bits of molten rock." Choice B is incorrect. "Raining" is a present participle and, on its own, can’t serve as the main verb of a clause. A conjugated verb is needed here to form the main verb of the relative clause "that…rain back onto Mars’s surface," which describes the "bits of molten rock." Choice C is incorrect. "Having rained" is a perfect participle and can’t serve as the main verb of a clause. A conjugated verb is needed here to form the main verb of the relative clause "that…rain back onto Mars’s surface," which describes the "bits of molten rock."',
+ hasFigure: false,
+ },
+ {
+ id: "dfbf5d33",
+ type: "mcq",
+ passage:
+ "In 1453, English King Henry VI became unfit to rule after falling gravely ill. As a result, Parliament appointed Richard, Third Duke of York, who had a strong claim to the English throne, to rule as Lord Protector. Upon recovering two years later, ______blank forcing an angered Richard from the royal court and precipitating a series of battles later known as the Wars of the Roses.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "Henry resumed his reign," },
+ { label: "B", text: "the reign of Henry resumed," },
+ { label: "C", text: "Henry’s reign resumed," },
+ { label: "D", text: "it was Henry who resumed his reign," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The convention being tested is subject-modifier placement. This choice ensures that the introductory phrase “upon recovering two years later” appears immediately before the noun it modifies (“Henry”), clearly establishing that Henry recovered two years later.
Choice B is incorrect because it results in a dangling modifier. The placement of the noun phrase “the reign of Henry” immediately after the introductory phrase illogically suggests that the reign of Henry recovered two years later. Choice C is incorrect because it results in a dangling modifier. The placement of the noun phrase “Henry’s reign” immediately after the introductory phrase illogically suggests that Henry’s reign recovered two years later. Choice D is incorrect because it results in a dangling modifier. The placement of the function word “it” immediately after the introductory phrase illogically suggests that “it” recovered two years later.",
+ hasFigure: false,
+ },
+ {
+ id: "ea0aa676",
+ type: "mcq",
+ passage:
+ "In the 1970s, Janaki Ammal, a prominent botanist, emerged as a powerful voice in India’s environmental conservation movement. Her exhaustive chromosomal survey of plants in Silent Valley, a pristine tropical forest in Kerala, India, that is home to nearly 1,000 species of native flora (many of which are endangered), ______blank instrumental in the government’s decision to preserve the forest.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ { label: "A", text: "are" },
+ { label: "B", text: "were" },
+ { label: "C", text: "have been" },
+ { label: "D", text: "was" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The subject "survey" is singular, and so is the verb "was."
Choice A is incorrect. The subject "survey" is singular, but the verb "are" is plural. Choice B is incorrect. The subject "survey" is singular, but the verb "were" is plural. Choice C is incorrect. The subject "survey" is singular, but the verb "have been" is plural.',
+ hasFigure: false,
+ },
+ {
+ id: "f0864217",
+ type: "mcq",
+ passage:
+ "Rabinal Achí is a precolonial Maya dance drama performed annually in Rabinal, a town in the Guatemalan highlands. Based on events that occurred when Rabinal was a city-state ruled by a king, ______blank had once been an ally of the king but was later captured while leading an invading force against him.
",
+ questionHtml:
+ "Which choice completes the text so that it conforms to the conventions of Standard English?",
+ choices: [
+ {
+ label: "A",
+ text: "Rabinal Achí tells the story of K’iche’ Achí, a military leader who",
+ },
+ {
+ label: "B",
+ text: "K’iche’ Achí, the military leader in the story of Rabinal Achí,",
+ },
+ {
+ label: "C",
+ text: "the military leader whose story is told in Rabinal Achí, K’iche’ Achí,",
+ },
+ {
+ label: "D",
+ text: "there was a military leader, K’iche’ Achí, who in Rabinal Achí",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The modifier “Based on events…by a king,” is describing the drama “Rabinal Achí.” Modifiers need to be next to the subjects they describe, so “Rabinal Achí” needs to be the first word after the comma.
Choice B is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. The modifier “Based on events…by a king,” is describing the drama “Rabinal Achí.” Modifiers need to be next to the subjects they describe, so “Rabinal Achí” needs to be the first word after the comma. Choice C is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. The modifier “Based on events…by a king,” is describing the drama “Rabinal Achí.” Modifiers need to be next to the subjects they describe, so “Rabinal Achí” needs to be the first word after the comma. Choice D is incorrect. This doesn’t complete the text in a way that conforms to the conventions of Standard English. The modifier “Based on events…by a king,” is describing the drama “Rabinal Achí.” Modifiers need to be next to the subjects they describe, so “Rabinal Achí” needs to be the first word after the comma.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/rw/index.ts b/src/data/rw/index.ts
new file mode 100644
index 0000000..146df8a
--- /dev/null
+++ b/src/data/rw/index.ts
@@ -0,0 +1,174 @@
+import { type TopicRegistry } from "../../types/lesson";
+import {
+ WORDS_CONTEXT_EASY,
+ WORDS_CONTEXT_MEDIUM,
+ WORDS_CONTEXT_HARD,
+} from "./words-in-context";
+import {
+ CENTRAL_IDEAS_EASY,
+ CENTRAL_IDEAS_MEDIUM,
+ CENTRAL_IDEAS_HARD,
+} from "./central-ideas-details";
+import {
+ INFERENCES_EASY,
+ INFERENCES_MEDIUM,
+ INFERENCES_HARD,
+} from "./inferences";
+import {
+ COMMAND_EVIDENCE_EASY,
+ COMMAND_EVIDENCE_MEDIUM,
+ COMMAND_EVIDENCE_HARD,
+} from "./command-of-evidence";
+import {
+ TEXT_STRUCTURE_EASY,
+ TEXT_STRUCTURE_MEDIUM,
+ TEXT_STRUCTURE_HARD,
+} from "./text-structure-purpose";
+import {
+ CROSS_TEXT_EASY,
+ CROSS_TEXT_MEDIUM,
+ CROSS_TEXT_HARD,
+} from "./cross-text-connections";
+import {
+ RHETORICAL_EASY,
+ RHETORICAL_MEDIUM,
+ RHETORICAL_HARD,
+} from "./rhetorical-synthesis";
+import {
+ BOUNDARIES_EASY,
+ BOUNDARIES_MEDIUM,
+ BOUNDARIES_HARD,
+} from "./boundaries";
+import {
+ FORM_STRUCTURE_EASY,
+ FORM_STRUCTURE_MEDIUM,
+ FORM_STRUCTURE_HARD,
+} from "./form-structure-sense";
+import {
+ TRANSITIONS_EASY,
+ TRANSITIONS_MEDIUM,
+ TRANSITIONS_HARD,
+} from "./transitions";
+
+export const RW_TOPICS: TopicRegistry = {
+ "words-in-context": {
+ id: "words-in-context",
+ name: "Words in Context",
+ section: "rw",
+ category: "Craft & Structure",
+ color: "fuchsia",
+ questions: {
+ easy: WORDS_CONTEXT_EASY,
+ medium: WORDS_CONTEXT_MEDIUM,
+ hard: WORDS_CONTEXT_HARD,
+ },
+ },
+ "text-structure-purpose": {
+ id: "text-structure-purpose",
+ name: "Text Structure & Purpose",
+ section: "rw",
+ category: "Craft & Structure",
+ color: "fuchsia",
+ questions: {
+ easy: TEXT_STRUCTURE_EASY,
+ medium: TEXT_STRUCTURE_MEDIUM,
+ hard: TEXT_STRUCTURE_HARD,
+ },
+ },
+ "cross-text-connections": {
+ id: "cross-text-connections",
+ name: "Cross-Text Connections",
+ section: "rw",
+ category: "Craft & Structure",
+ color: "fuchsia",
+ questions: {
+ easy: CROSS_TEXT_EASY,
+ medium: CROSS_TEXT_MEDIUM,
+ hard: CROSS_TEXT_HARD,
+ },
+ },
+ "central-ideas-details": {
+ id: "central-ideas-details",
+ name: "Central Ideas & Details",
+ section: "rw",
+ category: "Information & Ideas",
+ color: "teal",
+ questions: {
+ easy: CENTRAL_IDEAS_EASY,
+ medium: CENTRAL_IDEAS_MEDIUM,
+ hard: CENTRAL_IDEAS_HARD,
+ },
+ },
+ inferences: {
+ id: "inferences",
+ name: "Inferences",
+ section: "rw",
+ category: "Information & Ideas",
+ color: "teal",
+ questions: {
+ easy: INFERENCES_EASY,
+ medium: INFERENCES_MEDIUM,
+ hard: INFERENCES_HARD,
+ },
+ },
+ "command-of-evidence": {
+ id: "command-of-evidence",
+ name: "Command of Evidence",
+ section: "rw",
+ category: "Information & Ideas",
+ color: "teal",
+ questions: {
+ easy: COMMAND_EVIDENCE_EASY,
+ medium: COMMAND_EVIDENCE_MEDIUM,
+ hard: COMMAND_EVIDENCE_HARD,
+ },
+ },
+ boundaries: {
+ id: "boundaries",
+ name: "Boundaries",
+ section: "rw",
+ category: "Standard English",
+ color: "purple",
+ questions: {
+ easy: BOUNDARIES_EASY,
+ medium: BOUNDARIES_MEDIUM,
+ hard: BOUNDARIES_HARD,
+ },
+ },
+ "form-structure-sense": {
+ id: "form-structure-sense",
+ name: "Form, Structure & Sense",
+ section: "rw",
+ category: "Standard English",
+ color: "purple",
+ questions: {
+ easy: FORM_STRUCTURE_EASY,
+ medium: FORM_STRUCTURE_MEDIUM,
+ hard: FORM_STRUCTURE_HARD,
+ },
+ },
+ transitions: {
+ id: "transitions",
+ name: "Transitions",
+ section: "rw",
+ category: "Expression of Ideas",
+ color: "rose",
+ questions: {
+ easy: TRANSITIONS_EASY,
+ medium: TRANSITIONS_MEDIUM,
+ hard: TRANSITIONS_HARD,
+ },
+ },
+ "rhetorical-synthesis": {
+ id: "rhetorical-synthesis",
+ name: "Rhetorical Synthesis",
+ section: "rw",
+ category: "Expression of Ideas",
+ color: "rose",
+ questions: {
+ easy: RHETORICAL_EASY,
+ medium: RHETORICAL_MEDIUM,
+ hard: RHETORICAL_HARD,
+ },
+ },
+};
diff --git a/src/data/rw/inferences.ts b/src/data/rw/inferences.ts
new file mode 100644
index 0000000..e648a79
--- /dev/null
+++ b/src/data/rw/inferences.ts
@@ -0,0 +1,2120 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const INFERENCES_EASY: PracticeQuestion[] = [
+ {
+ id: "01989d77",
+ type: "mcq",
+ passage:
+ "Microbes that live in shallow lakes and ponds produce methane, a harmful greenhouse gas. Ecologist Ralf Aben and his team wanted to see how different types of shallow-water plants might affect the amount of methane that escapes into the atmosphere. Aben’s team set up some water tanks with soil and microbes from local ponds. Some tanks had a type of underwater plant that grows in the soil called watermilfoil. Other tanks had either duckweed, a type of plant that floats on the water’s surface, or algae. Aben and his team found that tanks with duckweed and algae released higher levels of methane than tanks with watermilfoil did. This finding suggests that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "the presence of some kinds of underwater plants like watermilfoil helps prevent methane from escaping shallow lakes and ponds.",
+ },
+ {
+ label: "B",
+ text: "shallow lakes and ponds release more methane than deeper bodies of water because shallow bodies of water usually have more plants than deep bodies of water do.",
+ },
+ {
+ label: "C",
+ text: "shallow lakes and ponds are more likely to contain algae than to contain either watermilfoil or duckweed.",
+ },
+ {
+ label: "D",
+ text: "having a mix of algae, underwater plants, and floating plants is the best way to reduce the amount of methane in shallow lakes and ponds.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The passage tells us that “tanks with duckweed (a floating plant) and algae released higher levels of methane than tanks with watermilfoil (an underwater plant) did.” This suggests that the presence of some kinds of underwater plants like watermilfoil may help prevent methane from escaping shallow lakes and ponds.
Choice B is incorrect. The passage doesn’t mention deeper bodies of water at all, so there’s no basis for this inference. Choice C is incorrect. The passage doesn’t compare the likelihood of shallow lakes and ponds containing algae, watermilfoil, or duckweed. Choice D is incorrect. The study didn’t include any tanks with a mix of plants, so there’s no basis for this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "1d0b5bf4",
+ type: "mcq",
+ passage:
+ "To create the poems in her 2017 collection One Last Word, poet Nikki Grimes used a writing method called the golden shovel. This method often involves choosing a line from an existing poem and then using each word from that line as the last word of each line in a new poem. Grimes wanted the poems in One Last Word to honor important Black poets of the past, so she chose lines by poets such as Langston Hughes and Georgia Douglas Johnson. Writing in this way can be challenging and might seem as though it would produce awkward poems. However, reviewers praised One Last Word as a beautiful and powerful tribute to the poets who inspired it. This reaction suggests that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "most reviewers didn’t understand Grimes’s goal for One Last Word.",
+ },
+ {
+ label: "B",
+ text: "Grimes successfully used the golden shovel method to achieve her goal for One Last Word.",
+ },
+ {
+ label: "C",
+ text: "Langston Hughes and Georgia Douglas Johnson are two of Grimes’s favorite poets.",
+ },
+ {
+ label: "D",
+ text: "Grimes inspired many other writers to create poems using the golden shovel method.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Nikki Grimes’s poetry collection One Last Word. The text explains that Grimes used a writing method called the golden shovel to create the poems in her book. According to the text, the method involves basing a new poem on a line from an existing poem. The text then mentions Langston Hughes and Georgia Douglas Johnson as examples of important Black poets whose lines of poetry form the basis of Grimes’s poems. The text goes on to say that this writing method is difficult and that the resulting poems can be awkward, but reviewers have positively reviewed Grimes’s book. If the reviewers of One Last Word specifically note that the work is a “beautiful and powerful tribute to the poets who inspired it,” then they must have appreciated how Grimes used the golden shovel method to pay tribute to other poets. This suggests that Grimes was successful in using the golden shovel method to achieve her goal of honoring Black poets in her book.
Choice A is incorrect because the reaction suggests that most reviewers did understand Grimes’s goal for her book. According to the text, the reviewers noted that the poems in her book were a “beautiful and powerful tribute to the poets who inspired it.” Earlier, the text claims that Grimes intended the poems “to honor important Black poets of the past,” so in their praise of her book, the reviewers clearly indicated that they understood Grimes’s goal. Choice C is incorrect. Although it’s likely that Grimes sought to honor Hughes and Johnson in her book of poetry because they’re among her favorite poets, this fact isn’t suggested by the reviewers’ positive reaction to her book. Instead, the reaction suggests that Grimes was successful in her use of the golden shovel method. Choice D is incorrect because the text doesn’t discuss whether other writers were inspired by Grimes to use the golden shovel method in their poetry. The text mentions the poets Hughes and Johnson as examples of poets honored in Grimes’s book and describes reviewers’ positive reception of her book, but it doesn’t detail Grimes’s impact on other writers.",
+ hasFigure: false,
+ },
+ {
+ id: "20000f5f",
+ type: "mcq",
+ passage:
+ "Arthur Conan Doyle’s stories about detective Sherlock Holmes were published between 1887 and 1927. They have inspired countless successful adaptations, including comic strips, movies, and a television series Sherlock Hound, directed by Hayao Miyazaki, who is celebrated for his animated movies. Until 2014, these stories were copyrighted. The right to adapt was only available to those who could afford the copyright fee and gain approval from the strict copyright holders of Doyle’s estate. Some journalists predict that the number of Sherlock Holmes adaptations is likely to increase since the end of copyright means that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Doyle’s original stories will become hard to find.",
+ },
+ {
+ label: "B",
+ text: "people will become more interested in detective stories than they were in the 1800s.",
+ },
+ {
+ label: "C",
+ text: "producing adaptations will become easier and less expensive.",
+ },
+ {
+ label: "D",
+ text: "the former copyright holders of Doyle’s estate will return fees they collected.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The text tells us that because of the copyright, adapting Sherlock Holmes stories used to be expensive and difficult. This suggests that after the copyright ends, it will be less expensive and less difficult to adapt these stories.
Choice A is incorrect. This inference isn’t supported. The text never suggests that the copyright ending will make Sherlock Holmes stories harder to find. Instead, it suggests that adaptations of these stories will be easier and less expensive to make. Choice B is incorrect. This inference isn’t supported. The text never discusses people’s interest in detective stories, so there is no basis to make this inference. Choice D is incorrect. This inference isn’t supported. The text never suggests that copyright fees from the past are returned after a copyright ends, so there is no basis to make this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "25893fc7",
+ type: "mcq",
+ passage:
+ "In many cultures, a handshake can create trust between people. Engineer João Avelino and his team are designing a robot to shake hands with a human in order to improve human-robot interactions. The robot hand adjusts its movements and pressure to better imitate the feel of a human hand. The researchers want the robot’s handshake to feel realistic because ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "lifelike handshakes may make people more comfortable interacting with robots.",
+ },
+ {
+ label: "B",
+ text: "it’s easier to program a robot to perform handshakes than it is to program a robot to perform some other types of greetings.",
+ },
+ {
+ label: "C",
+ text: "people are less likely to interact with robots that don’t look like humans.",
+ },
+ {
+ label: "D",
+ text: "the robot in the researchers’ study may have uses other than interacting with humans.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The text says that handshakes create trust, and that the engineers’ goal is to “improve human-robot interactions.” This suggests that they want the robot’s handshake to feel real because they want humans to trust the robot.
Choice B is incorrect. This inference isn’t supported. The text never discusses any other types of greetings, so there is no basis to make this inference. Choice C is incorrect. This inference isn’t supported. The text never discusses the appearance of this robot or any other robots, so there is no basis to make this inference. Choice D is incorrect. This inference isn’t supported. The text never discusses any uses for the robot other than interacting with humans, so there is no basis to make this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "4603d1f7",
+ type: "mcq",
+ passage:
+ "In their book Smart Pricing, Jagmohan Raju and Z. John Zhang consider musicians’ use of the nontraditional “pay as you wish” pricing model. This model generally offers listeners the choice to pay more or less than a suggested price for a song or album—or even to pay nothing at all. As the authors note, that’s the option most listeners chose for an album by the band Harvey Danger. Only about 1% opted to pay for the album, resulting in earnings below the band’s expectations. But the authors also discuss musician Jane Siberry, who saw significant earnings from her “pay as you wish” online music store as a result of many listeners choosing to pay more than the store’s suggested prices. Hence, the “pay as you wish” model may ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "prove financially successful for some musicians but disappointing for others.",
+ },
+ {
+ label: "B",
+ text: "hold greater financial appeal for bands than for individual musicians.",
+ },
+ {
+ label: "C",
+ text: "cause most musicians who use the model to lower the suggested prices of their songs and albums over time.",
+ },
+ {
+ label: "D",
+ text: "more strongly reflect differences in certain musicians’ popularity than traditional pricing models do.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. In one example, musicians made less money than expected by using the “pay as you wish” model. In the other example, a musician made more money than expected. This suggests that some musicians may have more success than others using the “pay as you wish” model.
Choice B is incorrect. This inference isn’t supported. In the examples provided, the individual musician was more successful with the “pay as you wish” model than the band was. Choice C is incorrect. This inference isn’t supported. The passage provides no instances in which musicians changed the suggested prices of their songs or albums, nor does it mention this as a possibility. Choice D is incorrect. This inference isn’t supported. The text never discusses the differences in popularity of different musicians, so there is no basis to make this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "493c46bc",
+ type: "mcq",
+ passage:
+ "In the South Pacific, New Caledonian crows use two different kinds of stick tools. One tool is complex. The crows shape a stick from a rare plant into a hook. The other tool is basic. The crows find a stick without a hook on the ground. The hooked tool is harder to get but is much better than the basic tool at removing prey from holes. When studying New Caledonian crows, ecologist Barbara Klump found that they hold the hooked tools in their claws when not using them, or they carefully put them in a safe place. The crows don’t do the same with the basic tools. This suggests to Klump that the ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "hooked stick tools are more valuable to the crows than the stick tools without hooks.",
+ },
+ {
+ label: "B",
+ text: "hooked stick tools are easier for most of the crows to hold than the stick tools without hooks.",
+ },
+ {
+ label: "C",
+ text: "crows prefer to share their hooked stick tools but don’t share the stick tools without hooks.",
+ },
+ {
+ label: "D",
+ text: "crows realize that both kinds of stick tools are less effective than their claws are at removing prey from holes.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of the two types of stick tools used by New Caledonian crows. The text indicates that the more effective type of tool has a hook that the crows make themselves, while the other type of tool is simply a stick without a hook that the crows find and don’t shape in any way. According to the text, Klump found that the crows keep hooked tools—but not the tools without hooks—in their grasp or in safe places when they aren’t using the tools. If the hooked tools are more effective than the tools without hooks are and the crows are more protective of the hooked tools than they are of the tools without hooks, it’s reasonable to conclude that the hooked tools are more valuable to the crows than the tools without hooks are.
Choice B is incorrect because the text gives no indication of how easy it is for the crows to hold either the hooked tools or the tools without hooks. The text does state that crows hold the hooked tools and not the tools without hooks when the tools aren’t in use. However, the text also indicates that the hooked tools require work from the crows to make and are more useful for helping the crows catch prey than the tools without hooks are. This context suggests that the crows hold the hooked tools because they’re more valuable to the crows than the tools without hooks are, not because the hooked tools are easier to hold. Choice C is incorrect because the text makes no mention of the crows sharing tools. Additionally, the text indicates that when the crows aren’t using the hooked tools, they either grasp the tools or store them safely, which suggests that the crows try to maintain possession of the hooked tools, not that crows prefer to share those tools. Choice D is incorrect because the text says nothing about the crows using their claws to remove prey from holes, so there’s no evidence that the crows perceive the stick tools to be less effective than their claws are.",
+ hasFigure: false,
+ },
+ {
+ id: "5b4829d2",
+ type: "mcq",
+ passage:
+ "Researchers wanted to study how consumers’ reactions to an ad may be affected by other ads. The researchers began by showing study participants an ad for a product, with some seeing a less detailed ad and others seeing a more detailed one. Then, all participants viewed the same second ad for a store and shared their opinion of the store based on this second ad. Participants who had first seen an ad less detailed than the second ad had a higher opinion of the store than the participants who had first seen a more detailed ad. The researchers concluded that reactions to an ad may be affected by ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ { label: "A", text: "the number of people who viewed the ad." },
+ { label: "B", text: "the length of time viewing previous ads." },
+ { label: "C", text: "the amount of detail viewed in previous ads." },
+ { label: "D", text: "the time of day that the ad is viewed." },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The passage tells us that participants who had seen a less detailed ad for a product beforehand had a higher opinion of the store than those who had seen a more detailed ad. This suggests that reactions to an ad may be affected by the amount of detail viewed in previous ads.
Choice A is incorrect. The passage doesn’t mention the number of people who viewed the ad, so there’s no basis for this inference. Choice B is incorrect. The passage doesn’t mention the length of time viewing previous ads, so there’s no basis for this inference. Choice D is incorrect. The passage doesn’t mention the time of day that the ad is viewed, so there’s no basis for this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "6bc0e595",
+ type: "mcq",
+ passage:
+ "One aspect of in-person shopping that online shopping can’t replicate is the opportunity to touch a product before buying it. Does this difference matter? In an experiment, researchers asked one group of participants to touch a mug and a toy, while another group was prohibited from touching the two items. The participants were then asked how much money they’d pay for the items. People who got to touch the items were willing to pay much more money for them than were people who weren’t allowed to touch the items. This finding suggests that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "people who mainly shop online probably spend more money every month than people who mainly shop in person do.",
+ },
+ {
+ label: "B",
+ text: "in-person shopping may make products seem more valuable than they seem if only viewed online.",
+ },
+ {
+ label: "C",
+ text: "retailers with in-person and online stores should charge the same price for a given product in both places.",
+ },
+ {
+ label: "D",
+ text: "online retailers may be able to raise the prices they charge for products that are only available online.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The text tells us that “people who got to touch the items were willing to pay much more money for them than people who weren’t allowed to touch” them. This suggests that being able to interact with a product in person may make it seem more valuable to a shopper.
Choice A is incorrect. The text doesn’t discuss how much people spend each month, so there’s not much basis for this claim. Furthermore, since being able to touch a product tends to make people “willing to pay much more money” for it, we might predict that an online shopper would be willing to spend less on the same purchases as an in-person shopper. Choice C is incorrect. The text doesn’t discuss what retailers “should charge,” so there’s not much basis for this claim. Furthermore, the study in the text suggests that in-person stores may actually be able to charge more for a given product, since shoppers can touch it. Choice D is incorrect. The text doesn’t discuss products that are only available online, so there’s not much basis for this claim. Furthermore, products only available online would still have the problem of shoppers not being able to touch them, and the study suggests that this lowers the prices shoppers are willing to pay.",
+ hasFigure: false,
+ },
+ {
+ id: "787729be",
+ type: "mcq",
+ passage:
+ "Martin Dančák, Wewin Tjiasmanto, and colleagues have identified a new carnivorous plant species (Nepenthes pudica) in Indonesia. Like other carnivorous plants, N. pudica has pitfall traps, or pitchers, that capture prey, but unlike others, the pitchers of N. pudica are located underground. The researchers unearthed the new species on fairly dry ridges with surfaces that host few other plants and animals. Therefore, the researchers hypothesize that the N. pudica species likely ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "represents one of many undiscovered carnivorous plant species in the region.",
+ },
+ {
+ label: "B",
+ text: "formed pitchers early in development to absorb more moisture.",
+ },
+ {
+ label: "C",
+ text: "is buried by nearby animals as they forage along the ridges for food.",
+ },
+ {
+ label: "D",
+ text: "evolved to have underground traps to access more prey than would surface traps.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text says that N.pudica’s prey-catching pitchers are underground. It also says that the ridges where N. pudica lives don’t have many plants and animals on the surface. This suggests that N. pudica evolved underground pitchers in order to catch more prey.
Choice A is incorrect. This inference isn’t supported. The text never mentions the possibility of other undiscovered carnivorous plant species in Indonesia, so there’s no basis to make this inference. Choice B is incorrect. This inference isn’t supported. The text does say that the ridges where N. pudica lives are dry, but it also says that the purpose of carnivorous plant pitchers is to capture prey. It never suggests that these pitchers also absorb moisture, so there’s no basis to make this inference. Choice C is incorrect. This inference isn’t supported. The text never suggests that N. pudica’s underground pitcher can catch animals on the surface, so there’s no basis to make this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "7a895def",
+ type: "mcq",
+ passage:
+ "Georgia Douglas Johnson wrote many plays in the 1920s and 1930s. At the time, professional theater companies rarely put on plays by Black women, so few of Johnson’s plays made it to the stage. Only a small number of her plays were published in her lifetime. But that doesn’t mean that Johnson never learned what other people thought of her plays. Johnson hosted weekly get-togethers for fellow Black writers and artists in her Washington, D.C., home. Attendees would read and discuss one another’s work, including Johnson’s own. These gatherings could therefore serve as ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "an occasion for professional theater companies to put on plays.",
+ },
+ {
+ label: "B",
+ text: "an opportunity for Johnson to get feedback on her plays.",
+ },
+ {
+ label: "C",
+ text: "a way for Johnson to learn about plays that were produced in other cities.",
+ },
+ { label: "D", text: "subject matter for future plays by Johnson." },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The passage tells us that attendees at Johnson’s get-togethers "would read and discuss one another’s work." This suggests that the gatherings could provide an opportunity for Johnson to get feedback on her plays. Notice how the text foreshadows this conclusion by the mention of Johnson learning "what other people thought of her plays."
Choice A is incorrect. The passage doesn’t mention theater companies attending the get-togethers, so there is no basis for this inference. Choice C is incorrect. The passage doesn’t mention learning about plays from other cities, so there is no basis for this inference. Choice D is incorrect. The passage doesn’t mention Johnson using the get-togethers as inspiration for future plays, so there is no basis for this inference.',
+ hasFigure: false,
+ },
+ {
+ id: "8a3ecac6",
+ type: "mcq",
+ passage:
+ "North American gray wolves usually have mixed gray and white fur, but some members of the species have a version of a gene, or gene variant, that gives them a mostly black coat instead. Sarah Cubaynes and her team studied twelve populations of North American gray wolves. They found that the black-furred wolves are more common in areas where outbreaks of distemper virus happen regularly. The team also discovered that the black-furred wolves are more likely to be immune to distemper than the gray-furred wolves are. Taken together, these findings suggest that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "North American gray wolves experience more outbreaks of distemper virus than other wolf species do.",
+ },
+ {
+ label: "B",
+ text: "the gene variant that results in black fur may be linked to immunity to the distemper virus.",
+ },
+ {
+ label: "C",
+ text: "the average life span of gray wolves is likely to increase over time because of a particular gene variant.",
+ },
+ {
+ label: "D",
+ text: "gray-furred wolves will soon replace black-furred wolves across North America.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The text tells us that the black-furred wolves are more common in areas with regular outbreaks of distemper virus and are more likely to be immune to distemper than the gray-furred wolves. This suggests that the gene variant that results in black fur may be linked to immunity to the distemper virus.
Choice A is incorrect. The text never compares North American gray wolves to other wolf species—in fact, it never discusses other wolf species at all, so there’s no basis for this inference. Choice C is incorrect. The life span of gray wolves is never mentioned in this text, so we have no basis for this inference. Choice D is incorrect. This is too extreme. The text says that "black-furred wolves are more likely to be immune to distemper than the gray-furred wolves," but that alone doesn’t mean that black-furred wolves will replace gray-furred wolves across North America.',
+ hasFigure: false,
+ },
+ {
+ id: "9077be25",
+ type: "mcq",
+ passage:
+ "Alice Guy-Blaché directed hundreds of films between 1896 and 1920. She wanted audiences to feel like they were watching real people on screen. She would encourage actors in her films to behave naturally. Guy-Blaché even hung a large sign reading “Be Natural” in the studio where she made her films. At the time, films lacked sound, so actors needed to rely solely on their bodies and facial expressions to convey emotions. As a result, actors tended to highly exaggerate their actions and expressions. The style of acting in Guy-Blaché’s films was therefore ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ { label: "A", text: "copied by many of Guy-Blaché’s peers." },
+ {
+ label: "B",
+ text: "familiar to actors who had worked on other directors’ films.",
+ },
+ { label: "C", text: "very unusual for the period." },
+ { label: "D", text: "better than film acting today." },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The text tells us that “actors tended to highly exaggerate their actions and expressions” in films produced from 1896 to 1920. This suggests that the natural style of acting in Guy-Blaché’s films was very unusual for the time.
Choice A is incorrect. The text never discusses any other directors copying the style of acting found in Guy-Blaché’s films, and in fact suggests the opposite—that it was unusual for directors to suggest this style of acting at the time. Choice B is incorrect. The text never discusses actors’ familiarity with the style of acting found in Guy-Blaché’s films, so there isn’t much basis for this inference. But since the text tells us that other films of the period used a highly exaggerated form of acting, we might predict that the natural style in Guy-Blachés films would have been unfamiliar to these actors. Choice D is incorrect. The text never discusses film acting today, so there’s no basis for this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "c4d43991",
+ type: "mcq",
+ passage:
+ "Archaeologists have been debating the origin of a rare form of lead found in Shang dynasty (1766–1046 BCE) bronze artifacts since its presence was discovered in China in the 1990s. Different researchers have proposed theories on which regions of the world would have had the raw materials containing the specific lead in these artifacts, but no conclusive evidence has been presented. What is intriguing is that bronze artifacts from China dated after the Shang dynasty do not contain this form of lead, suggesting that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Shang dynasty bronze pieces are rare and therefore more valuable than those from other time periods.",
+ },
+ {
+ label: "B",
+ text: "the source of some of the raw materials used to make bronze was exploited only until the end of the Shang dynasty.",
+ },
+ {
+ label: "C",
+ text: "bronze was used for a short time during the Shang dynasty before different metals were used to make artifacts.",
+ },
+ {
+ label: "D",
+ text: "methods used to analyze bronze artifacts are not useful on pieces that are dated after the Shang dynasty.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The passage tells us that Shang dynasty bronze artifacts contained "a rare form of lead," but that bronze artifacts after this time did not contain that lead. Although we don’t know where that specific type of bronze came from, we can conclude that that source was not used after the end of the Shang dynasty—otherwise, post-Shang dynasty pieces would also contain that rare form of lead.
Choice A is incorrect. Despite these pieces containing "a rare form of lead," there is no direct claim in the passage that Shang dynasty bronze is itself more rare or valuable than bronze pieces from other periods. Therefore, there’s no basis for this inference. Choice C is incorrect. Although the passage mentions that the nature of the bronze in Chinese artifacts changed after the Shang dynasty, bronze was still used to create artifacts after this time. The passage in fact explicitly states "bronze artifacts from China dated after the Shang dynasty…," indicating that bronze was still used in China after the Shang dynasty. Choice D is incorrect. There’s no mention in the passage of methods used to analyze bronze artifacts, so there’s no basis for this inference.',
+ hasFigure: false,
+ },
+ {
+ id: "dbbbc5dd",
+ type: "mcq",
+ passage:
+ "Off-off-Broadway theaters emerged in the late 1950s as a rebellion against mainstream Broadway theaters in New York, freeing artists to create productions that were more experimental than typical Broadway shows. One such artist was playwright María Irene Fornés. Working with off-off Broadway theaters enabled Fornés not only to direct her own plays but also to direct them exactly as she intended them to be staged, regardless of how strange the results might have seemed to audiences accustomed to Broadway shows. In this way, Fornés ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "wrote plays that would have been too expensive to produce if someone else had directed the production.",
+ },
+ {
+ label: "B",
+ text: "recognized that staging an off-off-Broadway play was more complicated than staging a Broadway play.",
+ },
+ {
+ label: "C",
+ text: "would have been more famous if she had created plays that were mainstream instead of experimental.",
+ },
+ {
+ label: "D",
+ text: "illustrates the artistic opportunity offered by off-off Broadway theaters.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text says that off-off-Broadway theaters allowed artists to create more experimental shows, and then discusses how Fornés was free to direct her own “strange” plays however she wanted. This suggests that Fornés exemplifies the artistic freedom of off-off Broadway theaters.
Choice A is incorrect. This inference isn’t supported. The text never discusses the costs of production, so we can’t logically make this claim. Choice B is incorrect. This inference isn’t supported. The text never discusses the complexity of staging plays either on Broadway or off-off Broadway, so there’s no basis to make this inference. Choice C is incorrect. This inference isn’t supported. The text never discusses fame at all, so there’s no basis to make this inference.",
+ hasFigure: false,
+ },
+];
+
+export const INFERENCES_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "123bd312",
+ type: "mcq",
+ passage:
+ "Herbivorous sauropod dinosaurs could grow more than 100 feet long and weigh up to 80 tons, and some researchers have attributed the evolution of sauropods to such massive sizes to increased plant production resulting from high levels of atmospheric carbon dioxide during the Mesozoic era. However, there is no evidence of significant spikes in carbon dioxide levels coinciding with relevant periods in sauropod evolution, such as when the first large sauropods appeared, when several sauropod lineages underwent further evolution toward gigantism, or when sauropods reached their maximum known sizes, suggesting that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "fluctuations in atmospheric carbon dioxide affected different sauropod lineages differently.",
+ },
+ {
+ label: "B",
+ text: "the evolution of larger body sizes in sauropods did not depend on increased atmospheric carbon dioxide.",
+ },
+ {
+ label: "C",
+ text: "atmospheric carbon dioxide was higher when the largest known sauropods lived than it was when the first sauropods appeared.",
+ },
+ {
+ label: "D",
+ text: "sauropods probably would not have evolved to such immense sizes if atmospheric carbon dioxide had been even slightly higher.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents the conclusion that most logically follows from the text’s discussion of the relationship between atmospheric carbon dioxide and sauropod body size. The text establishes that sauropods evolved to reach enormous sizes, and it notes that some scientists have asserted that the cause of this phenomenon was increased plant production that resulted from increased atmospheric carbon dioxide. The text goes on to state, however, that atmospheric carbon dioxide levels didn’t increase around the time of important periods in sauropods’ evolution of larger body sizes. If significant periods of sauropod evolution toward larger sizes occurred without increased atmospheric carbon dioxide levels, that suggests that the evolution of larger sizes didn’t depend on increased carbon dioxide in the atmosphere.
Choice A is incorrect because the text doesn’t describe any fluctuations in atmospheric carbon dioxide, so there’s no evidence in the text to support the conclusion that such fluctuations had different effects on different sauropod lineages. All that the text says about atmospheric carbon dioxide levels is that there weren’t increases at particular points that correspond with key moments in sauropod evolution. Choice C is incorrect because the text indicates that there weren’t significant increases in atmospheric carbon dioxide around the time of important periods in sauropods’ evolution toward larger body sizes, not that atmospheric carbon dioxide was higher when the largest sauropods lived than when sauropods first appeared. Choice D is incorrect because the text indicates that atmospheric carbon dioxide levels didn’t increase at important periods in sauropod evolution, not that higher levels would have affected that evolution. The text provides no information about how higher levels of atmospheric carbon dioxide might have affected sauropods.",
+ hasFigure: false,
+ },
+ {
+ id: "299c5303",
+ type: "mcq",
+ passage:
+ "As the name suggests, dramaturges originated in theater, where they continue to serve a variety of functions: conducting historical research for directors, compiling character biographies for actors, and perhaps most importantly, helping writers of plays and musicals to hone the works’ stories and characters. Performance scholar Susan Manning observes that many choreographers, like playwrights and musical theater writers, are concerned with storytelling and characterization. In fact, some choreographers describe the dances they create as expressions of narrative through movement; it is therefore unsurprising that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "dramaturges can have a profound impact on the artistic direction of plays and musicals.",
+ },
+ {
+ label: "B",
+ text: "choreographers developing dances with narrative elements frequently engage dramaturges to assist in refining those elements.",
+ },
+ {
+ label: "C",
+ text: "dances by choreographers who incorporate narrative elements are more accessible to audiences than dances by choreographers who do not.",
+ },
+ {
+ label: "D",
+ text: "some directors and actors rely too heavily on dramaturges to complete certain research tasks.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Dramaturges help playwrights with storytelling and characterization. Choreographers often tell stories through dance, so they are also concerned with storytelling and characterization. This suggests that the fact that choreographers seek the help of dramaturges with the storytelling aspects of their dances should be “unsurprising.”
Choice A is incorrect. This inference isn’t supported. The beginning of the text does imply that this is true, but the end is leading to a conclusion about how choreographers use dramaturges. Choice C is incorrect. This inference isn’t supported. The text never mentions dances by choreographers who don’t incorporate narrative elements. Choice D is incorrect. This inference isn’t supported. The text mentions in passing that directors use dramaturges to conduct research, but it never suggests that directors and actors are too reliant on them. Also, the text is leading to a conclusion about how choreographers use dramaturges.",
+ hasFigure: false,
+ },
+ {
+ id: "3190835d",
+ type: "mcq",
+ passage:
+ "Some businesses believe that when employees are interrupted while doing their work, they experience a decrease in energy and productivity. However, a team led by Harshad Puranik, who studies management, has found that interruptions by colleagues can have a social component that increases employees’ sense of belonging, resulting in greater job satisfaction that benefits employees and employers. Therefore, businesses should recognize that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "the interpersonal benefits of some interruptions in the workplace may offset the perceived negative effects.",
+ },
+ {
+ label: "B",
+ text: "in order to maximize productivity, employers should be willing to interrupt employees frequently throughout the day.",
+ },
+ {
+ label: "C",
+ text: "most employees avoid interrupting colleagues because they don’t appreciate being interrupted themselves.",
+ },
+ {
+ label: "D",
+ text: "in order to cultivate an ideal workplace environment, interruptions of work should be discouraged.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of potential benefits of interruptions in the workplace. The text indicates that a common belief in business is that interruptions to working employees decrease energy and productivity levels. However, the text goes on to explain that a research team led by Harshad Puranik has found that there could be a social benefit to these interruptions. Since the team found that workplace interruptions can increase employees’ sense of belonging and job satisfaction, it follows that the interpersonal benefits of some interruptions can offset the perceived negative effects.
Choice B is incorrect. Although the text presents research findings that suggest some workplace interruptions can have a positive effect on employee job satisfaction, no further information is presented to suggest at what frequency these interruptions are ideal. Furthermore, the text doesn’t tie workplace interruptions to increased productivity, but rather links it to social benefits such as sense of belonging. Choice C is incorrect because the text doesn’t address employees’ motives for choosing not to interrupt their colleagues. The text presents research findings that suggest that there are some positive interpersonal effects of workplace interruptions that can increase employee job satisfaction. Choice D is incorrect because asking businesses to discourage workplace interruptions doesn’t follow from the team’s research about the benefits of workplace interruptions, nor does the text describe an ideal work environment. Instead, the text presents research suggesting that there may be positive aspects to workplace interruptions that haven’t previously been considered.",
+ hasFigure: false,
+ },
+ {
+ id: "350e2336",
+ type: "mcq",
+ passage:
+ "The Haitian Declaration of Independence was issued in 1804, bringing to an end the revolution against colonial France that began in 1791. Written in French, which was not the first language of most Haitians but which was used throughout Europe as the language of international diplomacy, the declaration notes that Haiti will not bring rebellion to other Caribbean nations, promises to respect the sovereignty of its neighbors—widely understood as a reassurance to the United States—and sets up Haiti as an example for future struggles against colonizers (an implicit reference to the many colonies then found in the Americas). So even though the declaration is explicitly addressed to the Haitian people, it’s reasonable to conclude that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "aspects of the declaration were modeled on similar documents from other countries.",
+ },
+ {
+ label: "B",
+ text: "the French government may have been surprised by the declaration.",
+ },
+ {
+ label: "C",
+ text: "many Haitian people opposed the revolution and the declaration.",
+ },
+ {
+ label: "D",
+ text: "the declaration actually had several intended audiences.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The passage tells us that the declaration was written in a language important to European diplomacy but not most Haitians, states that the declaration included "a reassurance to the United States," and made implicit references to colonies in the Americas. Because of the messages within the declaration that were largely irrelevant to the Haitian people, we can assume that the Haitian people were not the only audience for this document.
Choice A is incorrect. There’s no mention in the passage of similar documents in other countries, so there’s no basis for this inference. Choice B is incorrect. Although there’s an implicit reference to European governments when the passage discusses how the declaration was written in French, "which was used throughout Europe as the language of international diplomacy," there is no discussion of the French government’s response to the declaration. Therefore, there’s no basis for this inference. Choice C is incorrect. The passage doesn’t mention the popularity of the revolution and declaration among the Haitian people, so there’s no basis for this inference.',
+ hasFigure: false,
+ },
+ {
+ id: "3882ddf6",
+ type: "mcq",
+ passage:
+ "To investigate the history of plate subduction—when one of Earth’s tectonic plates slides beneath another—Sarah M. Aarons and colleagues compared ancient rocks from the Acasta Gneiss Complex in Canada to modern rocks. Using isotope analysis, the researchers found that Acasta rocks dating to about 4.02 billion years ago (bya) most strongly resemble modern rocks formed in a plume setting (an area in which hot rocks from Earth’s mantle flow upward into the crust). By contrast, they found that Acasta rocks dating to about 3.75 bya and 3.6 bya have an isotope composition that is similar to that of modern rocks formed in a subduction setting. Aarons’s team therefore concluded that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "subduction-like processes began occurring in some locations no later than 3.75 bya.",
+ },
+ {
+ label: "B",
+ text: "subduction replaced mantle plume formation as the most common geological process by about 4.02 bya.",
+ },
+ {
+ label: "C",
+ text: "the majority of the rocks in the Acasta Gneiss Complex formed through subduction.",
+ },
+ {
+ label: "D",
+ text: "the rocks in the Acasta Gneiss Complex are of a more recent origin than scientists previously thought.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Because researchers found “Acasta rocks dating to about 3.75 bya” were similar to “modern rocks formed in a subduction setting,” we can infer that subduction-like processes must have begun occurring in the Acasta Gneiss Complex by this time.
Choice B is incorrect. We only know about geological processes at the Acasta Gneiss Complex, so we do not have information to make inferences about geological processes in general. Also, notice that the rocks dated to 4.02 bya were found to still be formed in a plume setting, so the transition must have happened after this time. Choice C is incorrect. There’s no mention in the passage of what proportion of the rocks within Acasta Gneiss Complex were formed through subduction, so there’s no basis for this inference. Choice D is incorrect. The passage discusses various rocks in the Acasta Gneiss Complex that are dated to different periods of time, but nothing in the passage suggests that these dates are or were wrong.",
+ hasFigure: false,
+ },
+ {
+ id: "3ae2638c",
+ type: "mcq",
+ passage:
+ "In documents called judicial opinions, judges explain the reasoning behind their legal rulings, and in those explanations they sometimes cite and discuss historical and contemporary philosophers. Legal scholar and philosopher Anita L. Allen argues that while judges are naturally inclined to mention philosophers whose views align with their own positions, the strongest judicial opinions consider and rebut potential objections; discussing philosophers whose views conflict with judges’ views could therefore ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "allow judges to craft judicial opinions without needing to consult philosophical works.",
+ },
+ {
+ label: "B",
+ text: "help judges improve the arguments they put forward in their judicial opinions.",
+ },
+ {
+ label: "C",
+ text: "make judicial opinions more comprehensible to readers without legal or philosophical training.",
+ },
+ {
+ label: "D",
+ text: "bring judicial opinions in line with views that are broadly held among philosophers.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Anita Allen’s argument about judges citing philosophers in their judicial opinions. The text indicates that judges sometimes cite philosophers when writing their judicial opinions and that, according to Allen, judges tend to cite philosophers whose views are in agreement with those of the judges themselves. Allen claims, however, that the best judicial opinions consider potential objections and rebut them, which suggests that judges may be able to strengthen their opinions by including discussions of philosophers with views contrary to their own.
Choice A is incorrect because Allen’s claim is that judges could improve their judicial opinions by citing philosophers who disagree with the views expressed in the opinions, which would necessarily require judges to consult philosophical works. Choice C is incorrect because there’s no discussion in the text about making judicial opinions more easily understood by any particular group of readers. The focus of the text is on Allen’s claim that judicial opinions could be strengthened by the inclusion of discussions of philosophers whose views disagree with those of the judges authoring the opinions. Choice D is incorrect because the text presents Allen’s argument that discussing philosophers whose views judges disagree with could strengthen judicial opinions, not that doing so could bring those opinions into line with views that are popular among philosophers.",
+ hasFigure: false,
+ },
+ {
+ id: "3cc2eacc",
+ type: "mcq",
+ passage:
+ "In a study of the mechanisms underlying associative memory—or the ability to learn and remember connections between inherently unrelated things—neuroscientists Kei Igarashi, Jasmine Chavez, and others presented mice with memory tests. The team discovered that fan cells, a type of cell found in the medial temporal lobe of the brain, are necessary for the acquisition of new associative memories. They also found that fan cell activity requires dopamine, a chemical the brain produces in response to pleasure and rewards. Consequently, receiving a reward should likely help to ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "decrease an individual’s capacity to utilize dopamine.",
+ },
+ {
+ label: "B",
+ text: "increase an individual’s capacity to recognize differences between unrelated things.",
+ },
+ {
+ label: "C",
+ text: "increase an individual’s capacity to form associative memories.",
+ },
+ {
+ label: "D",
+ text: "decrease an individual’s capacity to create fan cells.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of the mechanisms underlying associative memory. The text explains that fan cells—a type of brain cell—are necessary for the acquisition of new associative memories, and that activity among these cells requires a chemical known as dopamine, which the brain produces in response to rewards. Since the brain cells that enable the formation of associative memories require dopamine in order to function, and since the brain produces dopamine in response to rewards, it can be inferred that receiving a reward should likely help to increase an individual’s capacity to form associative memories.
Choice A is incorrect because the relationship between rewards and dopamine sketched by the text is that rewards result in the production of dopamine, not that they cause an individual’s capacity to utilize dopamine to decrease. Choice B is incorrect. The text suggests that receiving a reward would produce dopamine and thereby assist with associative memory formation. However, the text never suggests that associative memory involves the capacity to recognize differences between unrelated things, indicating only that associative memory involves remembering what connects those things. Choice D is incorrect because the text never discusses how fan cells are initially created and therefore provides no evidence for a conclusion about how receiving a reward would affect their creation.",
+ hasFigure: false,
+ },
+ {
+ id: "485962a6",
+ type: "mcq",
+ passage:
+ "Astronomers investigated the Arabia Terra region of Mars because it appears to contain irregularly shaped craters that may have been caused by massive volcanic explosions. In their investigations of Arabia Terra, the researchers found remnants of ash deposits in an amount and thickness that would result from a massive volcanic eruption. However, erosion and past resurfacing events could have modified the surface of the planet. Therefore, ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "the current makeup of the Arabia Terra region might not accurately reflect the volcanic activity of Mars’s past.",
+ },
+ {
+ label: "B",
+ text: "eruptions from Mars’s volcanoes were likely not as massive as astronomers previously believed.",
+ },
+ {
+ label: "C",
+ text: "ash was most likely expelled from multiple different volcanoes on Mars’s surface.",
+ },
+ {
+ label: "D",
+ text: "the craters found in the Arabia Terra region were necessarily created by events other than volcanic eruptions.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents the conclusion that most logically follows from the text’s discussion of the Arabia Terra region of Mars. According to the text, there are craters in Arabia Terra that could be the result of volcanic activity, and researchers have found evidence of ash deposits consistent with a large eruption. The text goes on to note, however, that erosion and other events could have altered the surface of Mars. This observation suggests that current conditions on Mars’s surface are not necessarily a reliable guide to past events—some signs of past events could have been transformed or erased entirely—and thus the current makeup of Arabia Terra may not accurately reflect past volcanic activity.
Choice B is incorrect because the text suggests only that past events could have changed Mars’s surface such that its current appearance isn’t a reliable guide to past activity, not that it’s likely that past eruptions were not as massive as astronomers previously believed. Nothing in the text supports a conclusion about the likely size of past eruptions. Choice C is incorrect because the observation that resurfacing events could have changed the appearance of Mars doesn’t imply that the ash discussed in the text likely came from multiple volcanoes. Although it’s possible that the ash came from different volcanoes, there’s no information in the text supporting a conclusion about how likely that possibility is. Choice D is incorrect because nothing in the text suggests that the Arabia Terra craters had to have been created by something other than volcanic eruptions. Although the text does suggest that the evidence consistent with volcanic eruptions shouldn’t be taken as definitive proof of past eruptions, that doesn’t mean that the craters couldn’t have been created by eruptions, only that we can’t be certain they were.",
+ hasFigure: false,
+ },
+ {
+ id: "4a85fea6",
+ type: "mcq",
+ passage:
+ "Euphorbia esula (leafy spurge) is a Eurasian plant that has become invasive in North America, where it displaces native vegetation and sickens cattle. E. esula can be controlled with chemical herbicides, but that approach can also kill harmless plants nearby. Recent research on introducing engineered DNA into plant species to inhibit their reproduction may offer a path toward exclusively targeting E. esula, consequently ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "making individual E. esula plants more susceptible to existing chemical herbicides.",
+ },
+ {
+ label: "B",
+ text: "enhancing the ecological benefits of E. esula in North America.",
+ },
+ {
+ label: "C",
+ text: "enabling cattle to consume E. esula without becoming sick.",
+ },
+ {
+ label: "D",
+ text: "reducing invasive E. esula numbers without harming other organisms.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents the conclusion that most logically follows from the text’s discussion of leafy spurge and engineered DNA. The text establishes that using chemical herbicides to control leafy spurge in North America can also harm other plants nearby. The text then indicates that it might be possible to use engineered DNA to prevent plants from reproducing, which would be useful for “exclusively targeting” leafy spurge. If it’s possible to exclusively target leafy spurge with engineered DNA—meaning that only leafy spurge is affected by the engineered DNA—and prevent the plant from reproducing, then leafy spurge numbers could be reduced “without harming other organisms.”
Choice A is incorrect because the text raises the possibility of using engineered DNA to prevent leafy spurge from reproducing, not to make individual leafy spurge plants more vulnerable to chemical herbicides that already exist. Choice B is incorrect because the text doesn’t describe any ecological benefits of leafy spurge in North America; instead, the text is focused on using engineered DNA to prevent leafy spurge from reproducing and thereby reduce its numbers. The only ecological effects of leafy spurge in North America that are described in the text are harmful. Choice C is incorrect because the text describes the possibility of using engineered DNA to prevent leafy spurge from reproducing; it doesn’t offer a way to enable cattle to eat leafy spurge without becoming sick.",
+ hasFigure: false,
+ },
+ {
+ id: "4e9afd7a",
+ type: "mcq",
+ passage:
+ "The Indus River valley civilization flourished in South Asia from 3300 BCE to 1300 BCE. Many examples of the civilization’s writing system exist, but researchers haven’t yet deciphered it or identified which ancient language it represents. Nevertheless, archaeologists have found historical artifacts, such as clay figures and jewelry, that provide information about the civilization’s customs and how its communities were organized. The archaeologists’ findings therefore suggest that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "investigating an ancient civilization is easier without knowledge of the civilization’s language.",
+ },
+ {
+ label: "B",
+ text: "knowing an ancient civilization’s language isn’t necessary in order to learn details about the civilization.",
+ },
+ {
+ label: "C",
+ text: "archaeological research should focus on finding additional artifacts rather than deciphering ancient languages.",
+ },
+ {
+ label: "D",
+ text: "examining the civilization’s historical artifacts has resolved the debate about this civilization’s language.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the Indus River valley civilization. The text establishes that archaeologists haven’t been able to interpret the Indus River valley civilization’s writing system but have nevertheless acquired information about the civilization through historical artifacts. The fact that archaeologists have been able to learn about the Indus River valley civilization’s customs and community organization from historical artifacts suggests that it isn’t necessary to understand an ancient civilization’s language to learn about the civilization.
Choice A is incorrect because the text doesn’t discuss how easy it is to investigate ancient civilizations with or without knowledge of the civilization’s language; rather, it states that even though researchers have not yet deciphered the language of the Indus River valley civilization, they are still able to learn about it through historical artifacts. Choice C is incorrect because the text doesn’t make any claims as to what the focus of archaeological research should be. Rather, the text discusses how archaeologists have been able to learn about an ancient civilization through historical artifacts despite not understanding the civilization’s language. Choice D is incorrect because the text states that the civilization’s language has not yet been interpreted; it makes no mention of a debate about the language. Instead, the text suggests that examination of the historical artifacts has allowed archaeologists to learn about the civilization but has not aided thus far in deciphering its language.",
+ hasFigure: false,
+ },
+ {
+ id: "5105ca38",
+ type: "mcq",
+ passage:
+ "Several artworks found among the ruins of the ancient Roman city of Pompeii depict a female figure fishing with a cupid nearby. Some scholars have asserted that the figure is the goddess Venus, since she is known to have been linked with cupids in Roman culture, but University of Leicester archaeologist Carla Brain suggests that cupids may have also been associated with fishing generally. The fact that a cupid is shown near the female figure, therefore, ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "is not conclusive evidence that the figure is Venus.",
+ },
+ { label: "B", text: "suggests that Venus was often depicted fishing." },
+ {
+ label: "C",
+ text: "eliminates the possibility that the figure is Venus.",
+ },
+ {
+ label: "D",
+ text: "would be difficult to account for if the figure is not Venus.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents the conclusion that most logically completes the text’s discussion about the significance of the cupid found at Pompeii. The text indicates that the cupid is near a statue of a female figure who is fishing, and it goes on to indicate that because Venus is associated with cupids, some scholars believe the female figure to be the goddess Venus. But the text then says that, according to archaeologist Carla Brain, cupids may have also been associated with the activity of fishing, which, if true, would suggest that the mere appearance of a cupid near a female figure engaged in fishing does not indicate with certainty that the figure is Venus (that is, the cupid might be associated with fishing, and the figure might be anyone at all).
Choice B is incorrect because the text says nothing about how often Venus was depicted fishing in Roman art: it only implies that in certain instances a female figure may or may not be Venus. Choice C is incorrect because Carla Brain’s proposed explanation for the presence of the cupids makes no reference to the female figure, and so the possibility that the figure in the artworks is in fact Venus cannot be definitively eliminated. Choice D is incorrect because there is nothing in the text to suggest that the only reasonable way to interpret the figure is as Venus.",
+ hasFigure: false,
+ },
+ {
+ id: "54057e3f",
+ type: "mcq",
+ passage:
+ "Although military veterans make up a small proportion of the total population of the United States, they occupy a significantly higher proportion of the jobs in the civilian government. One possible explanation for this disproportionate representation is that military service familiarizes people with certain organizational structures that are also reflected in the civilian government bureaucracy, and this familiarity thus ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "makes civilian government jobs especially appealing to military veterans.",
+ },
+ {
+ label: "B",
+ text: "alters the typical relationship between military service and subsequent career preferences.",
+ },
+ {
+ label: "C",
+ text: "encourages nonveterans applying for civilian government jobs to consider military service instead.",
+ },
+ {
+ label: "D",
+ text: "increases the number of civilian government jobs that require some amount of military experience to perform.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents the conclusion that most logically follows from the text’s discussion of military veterans working in civilian government jobs in the United States. The text indicates that the proportion of military veterans working in civilian government jobs is considerably higher than the proportion of military veterans in the population as a whole. The text also notes that the unusually high representation of military veterans in these jobs may be a result of the organizational structures shared by civilian government entities and the military. Hence, it’s reasonable to infer that it’s the familiarity of the structures of civilian government that makes jobs there particularly attractive to military veterans.
Choice B is incorrect because the text doesn’t address what a typical relationship between military service and later career preferences would be, and there’s no indication that it’s atypical for veterans to work in civilian government jobs after they’ve left the military. On the contrary, the text suggests that many military veterans are drawn to such jobs. Choice C is incorrect because the text is focused on the high representation of military veterans in civilian government jobs and doesn’t address nonveterans or their possible interest in military service. Choice D is incorrect because the text conveys that military veterans may be particularly interested in civilian government jobs due to the familiarity of organizational structures that are already in place, but there’s no reason to think that this interest would mean that more civilian government jobs will start to require military experience.",
+ hasFigure: false,
+ },
+ {
+ id: "5432d1de",
+ type: "mcq",
+ passage:
+ "It’s common for jazz musicians and fans to refer to certain songs as having “swing,” indicating that the songs provoke a strong feeling, like the impulse to tap one’s foot or dance. The exact acoustic properties that give a song swing, however, have long been thought to be undefinable. To investigate swing, a team led by physicist Corentin Nelias delayed the downbeats and synchronized the offbeats in jazz piano solos and asked jazz musicians to compare the intensity of swing in each modified piece with the intensity of swing in the original piece. They found that participants were more than seven times likelier to characterize the modified songs as having swing than to characterize the original versions as having swing, suggesting that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "synchronized offbeats tend to give a song swing regardless of whether downbeats are delayed.",
+ },
+ {
+ label: "B",
+ text: "the acoustic properties that give a song swing are not easy for jazz musicians to manipulate.",
+ },
+ {
+ label: "C",
+ text: "jazz songs that feature the piano are more likely to have swing than are jazz songs that do not feature the piano.",
+ },
+ {
+ label: "D",
+ text: "the timing of downbeats and offbeats may play a crucial role in giving a song swing.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The passage tells us that participants were “more than seven times likelier to characterize the modified songs as having swing than to characterize the original versions as having swing.” Because the modified songs had been changed by altering the timing of the downbeats and offbeats, this suggests that the timing of downbeats and offbeats may play a crucial role in giving a song swing.
Choice A is incorrect. Although the passage mentions that the researchers “synchronized the offbeats” in the modified songs, they also “delayed the downbeats” in those songs. Because we can’t disentangle whether it was the synchronized offbeats, the delayed downbeats, or the combination of both that increased the song’s swing, we don’t have enough information to make this inference. Choice B is incorrect. The passage doesn’t mention whether or not it’s difficult for a jazz musician to give a song swing, so there’s no basis for this inference. Choice C is incorrect. The passage doesn’t compare jazz songs that feature piano to those that don’t, so there’s no basis for this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "55688b3c",
+ type: "mcq",
+ passage:
+ "Dutch painters in the sixteenth and seventeenth centuries often showed tables filled with large wheels of cheese or carved shards of butter. Some art historians, noting that dairy products were a major component of the Dutch diet, interpret these depictions as reflections of everyday Dutch eating habits. However, a group of researchers recently reviewed hundreds of food-related paintings and found that lemons—which could only be acquired in the Netherlands at great cost, since they had to be imported from warmer climates—feature in Dutch paintings of the period more than three times as frequently as dairy products do, thereby casting doubt on the idea that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "dairy products were a more significant component of the Dutch diet of the period than lemons were.",
+ },
+ {
+ label: "B",
+ text: "food was a more popular subject among Dutch painters than it was among painters from other countries at the time.",
+ },
+ {
+ label: "C",
+ text: "depictions of food in Dutch paintings of the period should be taken as realistic representations of Dutch eating habits.",
+ },
+ {
+ label: "D",
+ text: "Dutch painters of the period may have depicted foods for symbolic reasons rather than to show what Dutch people typically ate.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. The text tells us that lemons—an expensive imported product—feature in Dutch paintings of the period more frequently than dairy products do. Since it’s unlikely lemons were eaten more often than dairy, this fact casts doubt on the theory that these paintings realistically depicted Dutch diets.
Choice A is incorrect. In fact, the text suggests the opposite: it says that dairy products were a "major component of the Dutch diet," while lemons were an expensive import item, so we can infer that lemons were eaten much more rarely than dairy products. Choice B is incorrect. The passage doesn’t mention painters from other countries, so there’s no basis to make this inference. Choice D is incorrect. In fact, the text suggests that Dutch painters do have reasons for depicting foods other than to show what Dutch people typically ate. For example, lemons in a painting could indicate wealth or prosperity.',
+ hasFigure: false,
+ },
+ {
+ id: "575e67df",
+ type: "mcq",
+ passage:
+ "By running computer simulations of the development of our solar system, André Izidoro, Rajdeep Dasgupta, and colleagues concluded that the Sun may have been surrounded by three giant dust rings before the planets started to form. The researchers suggest that the materials in the innermost ring became the four planets closest to the Sun, the materials in the middle ring produced the rest of the planets, and the materials in the outermost ring created the asteroids and other small bodies in the region beyond Neptune. In one simulation, the researchers delayed the initial formation of the middle ring, causing oversized super-Earths to begin developing from the innermost ring. The researchers therefore hypothesize that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "the middle ring formed earlier in the solar system’s development than the initial simulations suggested.",
+ },
+ {
+ label: "B",
+ text: "the timing of the initial formation of the middle ring played an important role in determining the eventual size of Earth.",
+ },
+ {
+ label: "C",
+ text: "if the formation of the outermost ring had occurred earlier in a simulation, all the planets would have become super-Earths.",
+ },
+ {
+ label: "D",
+ text: "the innermost ring actually formed into all the planets in our solar system, not just the four closest to the Sun.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically follows from the text’s discussion of André Izidoro, Rajdeep Dasgupta, and colleagues’ computer simulations of our solar system’s development. The text begins by stating that the simulations led the researchers to conclude that the solar system likely formed from three giant dust rings that encircled the Sun. The text explains that the four inner planets, including Earth, formed from the innermost ring and that the remaining planets formed from the middle ring. It then explains that in one simulation, the researchers delayed the formation of the middle ring—that is, they tested to see what would happen if the middle ring had formed later than it actually did. They found that doing so affected the size of the innermost planets, resulting in oversized super-Earths, planets that are much larger than Earth. Since the delayed timing had the effect of changing the size of Earth in the simulation relative to Earth’s real size, it’s reasonable to conclude that the timing of the middle ring’s formation was important in determining Earth’s eventual size.
Choice A is incorrect. Although the text explains that when the researchers delayed the formation of the middle ring in one simulation, the size of the innermost planets was affected (which suggests that the middle ring likely formed earlier than it did in this simulation), the text doesn’t indicate that this was an initial simulation—that is, a simulation that was conducted before other simulations. Moreover, the text makes no reference to the specific results of any other simulations; therefore, there is no basis for comparing any conclusions based on the simulation in which the middle ring’s formation was delayed with conclusions based on other simulations. Choice C is incorrect because the text discusses how altering the timing of the formation of the middle ring, not the outermost ring, affected the four innermost planets’ eventual size in the researchers’ simulation; therefore, the simulation offers no basis for a conclusion about how the outermost ring’s formation affected the size of the planets. Choice D is incorrect because there is nothing in the text to suggest that the innermost ring produced all the solar system’s planets. Rather, the text states that the simulations showed that the innermost planets formed from the innermost ring and that the remaining planets formed from the middle ring.",
+ hasFigure: false,
+ },
+ {
+ id: "7c1e5880",
+ type: "mcq",
+ passage:
+ "Scholars have noted that F. Scott Fitzgerald’s writings were likely influenced in part by his marriage to Zelda Fitzgerald, but many don’t recognize Zelda as a writer in her own right. Indeed, Zelda authored several works herself, such as the novel Save Me the Waltz and numerous short stories. Thus, those who primarily view Zelda as an inspiration for F. Scott’s writings ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "overlook the many other factors that motivated F. Scott to write.",
+ },
+ {
+ label: "B",
+ text: "risk misrepresenting the full range of Zelda’s contributions to literature.",
+ },
+ {
+ label: "C",
+ text: "may draw inaccurate conclusions about how F. Scott and Zelda viewed each other’s works.",
+ },
+ {
+ label: "D",
+ text: "tend to read the works of F. Scott and Zelda in an overly autobiographical light.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Zelda Fitzgerald’s contributions to literature. The text begins by saying that many scholars view Zelda mainly in terms of her marriage to F. Scott Fitzgerald and “don’t recognize Zelda as a writer in her own right.” The text then mentions a novel and “numerous short stories” that she wrote and that such scholars tend to ignore. Therefore, those scholars who focus on Zelda only as an inspiration for F. Scott’s writings risk misrepresenting the full range of Zelda’s contributions to literature.
Choice A is incorrect. Although the text does mention that Zelda Fitzgerald “likely influenced” her husband’s literary work, its focus is on Zelda’s own writing, not on her husband’s writing or factors that might have influenced it. Choice C is incorrect because the text does not discuss F. Scott and Zelda Fitzgerald’s opinions of each other’s works. Choice D is incorrect. Although the text does suggest that F. Scott Fitzgerald’s works were “likely influenced in part” by his marriage to Zelda, it does not discuss autobiographical interpretations of the works of either F. Scott or Zelda.",
+ hasFigure: false,
+ },
+ {
+ id: "8fbed1cb",
+ type: "mcq",
+ passage:
+ "When the Vinland Map, a map of the world purported to date to the mid-1400s, surfaced in 1957, some scholars believed it demonstrated that European knowledge of the eastern coast of present-day North America predated Christopher Columbus’s 1492 arrival. In 2021, a team including conservators Marie-France Lemay and Paula Zyats and materials scientist Anikó Bezur performed an extensive analysis of the map and the ink used. They found that the ink contains titanium dioxide, a compound that was first introduced in ink manufacturing in the early 1900s. Therefore, the team concluded that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "mid-1400s Europeans could not have known about the eastern coast of present-day North America.",
+ },
+ {
+ label: "B",
+ text: "the Vinland Map could not have been drawn by mid-1400s mapmakers.",
+ },
+ {
+ label: "C",
+ text: "mapmakers must have used titanium compounds in their ink in the 1400s.",
+ },
+ {
+ label: "D",
+ text: "there isn’t enough information to determine when the ink was created.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Lemay, Zyats, and Bezur’s 2021 analysis of the Vinland Map. The text indicates that while some scholars have believed that the map was drawn in the mid-1400s, the 2021 analysis showed the presence of the compound titanium dioxide in the ink used to draw the map. The text goes on to say that titanium dioxide wasn’t used to manufacture ink until the early 1900s, which means that ink containing this compound couldn’t have been available to mapmakers in the 1400s. Since mapmakers in the mid-1400s couldn’t have used ink with titanium dioxide, it follows that the Vinland Map couldn’t have been drawn by mid-1400s mapmakers.
Choice A is incorrect because the 2021 finding that the ink used to draw the Vinland Map wasn’t available until the early 1900s doesn’t imply that Europeans in the mid-1400s couldn’t have known about the eastern coast of North America. While this finding suggests that the map couldn’t have been created in the mid-1400s, it doesn’t preclude the possibility that Europeans nevertheless had knowledge—and perhaps even drew other maps that are no longer in existence or are yet to be discovered by researchers—of the eastern coast of present-day North America as early as the mid-1400s. Choice C is incorrect because there’s nothing in the text that suggests that the 2021 discovery of the presence of titanium dioxide in the ink used to draw the Vinland Map caused Lemay, Zyats, and Bezur to question or reach a new conclusion about when mapmakers began using ink containing titanium compounds. Instead, the text indicates that titanium dioxide wasn’t used in ink before the early 1900s. This knowledge led the team to conclude that the map, which was drawn with ink containing titanium dioxide, couldn’t have been created in the mid-1400s. Choice D is incorrect because although the text doesn’t indicate that Lemay, Zyats, and Bezur established an exact date for the creation of the ink that was used to draw the Vinland Map, the text does say that titanium dioxide was introduced in ink manufacturing in the early 1900s. This fact provides enough information to determine that the ink that was used to draw the map was created no earlier than the early 1900s. This finding, in turn, led the team to conclude that the Vinland Map couldn’t have been drawn in the mid-1400s.",
+ hasFigure: false,
+ },
+ {
+ id: "b1fab3e1",
+ type: "mcq",
+ passage:
+ "Violins made by Antonio Stradivari and other craftspeople in the sixteenth to eighteenth centuries in Cremona, Italy, produce a sound that is considered superior to that of modern stringed instruments. Some experts have claimed that the type of wood used to create Cremonese violins is responsible for their prized sound, but modern and Cremonese violins are made of the same kinds of wood: maple and spruce. New analysis, however, has revealed unique indications that the wood in the older violins was chemically treated by the makers, leading researchers to suggest that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Cremonese violins probably were not considered superior to other instruments at the time they were made.",
+ },
+ {
+ label: "B",
+ text: "the sound quality of Cremonese violins results in part from a method the craftspeople used to alter the wood.",
+ },
+ {
+ label: "C",
+ text: "if modern violins were made of a wood other than maple or spruce, they likely would sound as good as Cremonese violins.",
+ },
+ {
+ label: "D",
+ text: "the current process of making violins is the same process that was used centuries ago by Cremonese craftspeople.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the sound quality of Cremonese and modern violins. The text states that violins made in Cremona in the sixteenth to eighteenth centuries sound superior to modern violins. It then indicates that some experts attribute the difference to different woods being used to make these violins, but both Cremonese and modern violins are made of the same woods (maple and spruce); thus this cannot account for the difference. The text then says that recent analysis suggests the wood in Cremonese violins was chemically treated by the craftspeople who made them, thereby providing an alternate explanation for the sound differences: the chemical alteration that is present in the Cremonese violins but absent from the modern ones.
Choice A is incorrect because the text does not discuss how the sound quality of Cremonese violins compares with the sound quality of other instruments made during the sixteenth to eighteenth centuries. Instead it focuses on how the sound of the Cremonese violins compares with that of modern violins. Choice C is incorrect. The text states that there are differences in sound quality between the Cremonese and modern violins, and that both types of violin are made with maple or spruce. Thus the type of wood alone does not determine a violin’s sound quality. Furthermore, even if the type of wood alone could account for differences in sound quality, the text makes no mention of other woods, so there is no basis to judge how modern violins would sound if they were made using woods besides maple and spruce. Choice D is incorrect because the text states that there is evidence that Cremonese craftspeople chemically treated the wood used in Cremonese violins. This evidence is attributed to “new analysis,” which strongly suggests that this process was unknown to modern violin makers before that analysis. If the chemical treatment was unknown until recently, the manufacturing process for modern violins must differ with respect to the previously unknown practice of chemically treating the wood.",
+ hasFigure: false,
+ },
+ {
+ id: "bcbcc43f",
+ type: "mcq",
+ passage:
+ "The ancient Sumerian civilization formed around 4000 BCE between two large rivers in an area that is now Iraq and Syria. The extremely hot and sunny weather in that area helped crops grow very quickly, but it also made it hard to keep the crops from drying up and dying. So, the Sumerians used water from the rivers in their farming. That method worked so well that they often could harvest even more crops than they needed in a season. As a result, the Sumerians ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "harvested crops only on the hottest days of each season.",
+ },
+ { label: "B", text: "found ways to shield their crops from the sun." },
+ { label: "C", text: "did not begin farming until long after 4000 BCE." },
+ { label: "D", text: "were able to store extra crops for later use." },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents the conclusion that most logically completes the text’s discussion of Sumerian civilization and crop growth. The text mentions the hot, sunny weather in the area where the Sumerians lived, which made crops grow quickly but also made it difficult to keep them alive. The Sumerians solved this problem by using river water for their farming—as a result, they often harvested more crops than were needed in a season. It follows that the Sumerians must have needed to find something to do with the surplus crops—that is, they stored the extra crops for later use.
Choice A is incorrect because it doesn’t logically follow that a surplus in crops would lead the Sumerians to choose only certain days of the season to harvest. Nor is there any indication in the text that the Sumerians improved their farming methods with the goal of reducing the time spent farming. Choice B is incorrect because the text doesn’t suggest that the Sumerians tried to shield their crops from the sun: in fact, the text indicates that the sunny weather helped crops grow very quickly and that the Sumerians used river water to allow crops to be exposed to the sun without dying. Choice C is incorrect. Having a surplus of crops wouldn’t have caused the Sumerians to begin farming until long after 4000 BCE: in fact, since the text indicates that the Sumerian civilization formed around 4000 BCE and farming was a part of that civilization, the statement that Sumerians only began farming long after 4000 BCE isn’t supported by the text.",
+ hasFigure: false,
+ },
+ {
+ id: "bcf2f169",
+ type: "mcq",
+ passage:
+ "Ana Castillo’s 1986 novel The Mixquiahuala Letters is a story told entirely through expressive letters from the narrator to her friend—letters that Castillo suggests could be read in several different orders. As they began reading it in class, some students remarked that they found the novel’s letter format daunting and its treatment of gender relations old-fashioned. The professor, however, pointed out that the novel is written in modern-sounding language and addresses issues that still matter today, suggesting that The Mixquiahuala Letters ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "has more to say about gender relations than other novels from the same period.",
+ },
+ {
+ label: "B",
+ text: "is more relevant to contemporary audiences than it may seem at first.",
+ },
+ {
+ label: "C",
+ text: "is easier to read than many contemporary novels that focus on friendship.",
+ },
+ {
+ label: "D",
+ text: "is best understood after multiple readings in different orders.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Ana Castillo’s 1986 novel The Mixquiahuala Letters. The text states that the novel consists entirely of letters from the narrator to her friend—a format that some students reading the novel in a class found intimidating. According to the text, those students also found the novel’s treatment of gender to be old-fashioned. In response to the students’ concerns, their professor emphasized the novel’s relevance: it’s written in modern-sounding language and addresses issues that still matter. This, in turn, suggests that The Mixquiahuala Letters is more relevant to contemporary audiences than it may initially seem.
Choice A is incorrect because the professor’s response to the students only mentions The Mixquiahuala Letters: it doesn’t compare the novel to others from the same period. Choice C is incorrect because nothing in the professor’s response to the students compares The Mixquiahuala Letters to contemporary novels about friendship. Choice D is incorrect because the professor’s response to the students doesn’t address the idea of reading the novel’s letters multiple times and in different orders.",
+ hasFigure: false,
+ },
+ {
+ id: "c95995bc",
+ type: "mcq",
+ passage:
+ "Colonized by Spain in the 1600s, New Mexico is home to a dialect of Spanish that differs significantly from dialects spoken in Spain’s other former colonies in the Americas. Most notably, the New Mexican dialect retains older features of the language that other dialects lost in later centuries. But why would it have done so? New Mexico was so distant from population centers in Spain’s other colonies that it attracted few colonists after its initial colonization. Geographical isolation in turn would have limited the exposure of New Mexican colonists to changes occurring to Spanish grammar and vocabulary elsewhere in the empire. Thus, the present-day uniqueness of the New Mexican dialect suggests the extent to which ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "a language can protect itself from being influenced by other languages.",
+ },
+ {
+ label: "B",
+ text: "the grammar and vocabulary of any given language change from one generation to the next.",
+ },
+ {
+ label: "C",
+ text: "geographical isolation can influence how a language develops.",
+ },
+ {
+ label: "D",
+ text: "speakers of one dialect of a language can understand speakers of another dialect of that language.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it is the choice that most logically completes the text. The text mentions a dialect of Spanish spoken in New Mexico, which was colonized by Spain in the 1600s. The text then states that the New Mexican dialect differs greatly from other Spanish dialects in that it still has characteristics of an older Spanish that other dialects eventually lost. After asking why this might be, the text points out that the New Mexico colony was distant from Spain’s other colonies, making it less attractive to colonists after the initial colonization. This geographic isolation limited the colony’s exposure to other Spanish colonists who would have otherwise introduced the changes to the Spanish language that occurred in their respective colonies. It can therefore be inferred that this isolation is a reason why the New Mexican dialect still has characteristics of an older Spanish, while the Spanish dialects spoken in less isolated areas that have more interaction with speakers of other dialects would lose those characteristics over time. Thus, the most logical completion of the text is that geographical isolation can influence how a language develops.
Choice A is incorrect because the text discusses different dialects of Spanish, not different languages altogether. Choice B is incorrect because the text focuses on how the New Mexican dialect has stayed the same over time in some ways, not on how it has changed from one generation to the next. Choice D is incorrect because though the text discusses how the New Mexican dialect of Spanish is different from others, it does not discuss how speakers of different dialects are able to understand each other.",
+ hasFigure: false,
+ },
+ {
+ id: "cac82f9b",
+ type: "mcq",
+ passage:
+ "Biologist Natacha Bodenhausen and colleagues analyzed the naturally occurring bacterial communities associated with leaves and roots of wild Arabidopsis thaliana, a small flowering plant. The researchers found many of the same bacterial genera in both the plants’ leaves and roots. To explain this, the researchers pointed to the general proximity of A. thaliana leaves to the ground and noted that rain splashing off soil could bring soil-based bacteria into contact with the leaves. Alternatively, the researchers noted that wind, which may be a source of bacteria in the aboveground portion of plants, could also bring bacteria to the soil and roots. Either explanation suggests that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "bacteria carried by wind are typically less beneficial to A. thaliana than soil-based bacteria are.",
+ },
+ {
+ label: "B",
+ text: "some bacteria in A. thaliana leaves and roots may share a common source.",
+ },
+ {
+ label: "C",
+ text: "many bacteria in A. thaliana leaves may have been deposited by means other than rain.",
+ },
+ {
+ label: "D",
+ text: "A. thaliana leaves and roots are especially vulnerable to harmful bacteria.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Both explanations suggest that the bacteria come from the same place: either they come from the ground and make their way to the leaves, or they come from above the ground and make their way to the roots.
Choice A is incorrect. This inference isn’t supported. The text never discusses any benefits of any kind of bacteria. Choice C is incorrect. This conflicts with the text. One of the theories is that the bacteria in the leaves were deposited by rain splashing off soil. Choice D is incorrect. This inference isn’t supported. The text only discusses “naturally occurring” bacteria. It never mentions either the harms or benefits of these bacteria.",
+ hasFigure: false,
+ },
+ {
+ id: "d748c3fd",
+ type: "mcq",
+ passage:
+ "In her 2021 article “Throwaway History: Towards a Historiography of Ephemera,” scholar Anne Garner discusses John Johnson (1882–1956), a devoted collector of items intended to be discarded, including bus tickets and campaign pamphlets. Johnson recognized that scholarly institutions considered his expansive collection of ephemera to be worthless—indeed, it wasn’t until 1968, after Johnson’s death, that Oxford University’s Bodleian Library acquired the collection, having grasped the items’ potential value to historians and other researchers. Hence, the example of Johnson serves to ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "demonstrate the difficulties faced by contemporary historians in conducting research at the Bodleian Library without access to ephemera.",
+ },
+ {
+ label: "B",
+ text: "represent the challenge of incorporating examples of ephemera into the collections of libraries and other scholarly institutions.",
+ },
+ {
+ label: "C",
+ text: "lend support to arguments by historians and other researchers who continue to assert that ephemera holds no value for scholars.",
+ },
+ {
+ label: "D",
+ text: "illustrate both the relatively low scholarly regard in which ephemera was once held and the later recognition of ephemera’s possible utility.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Johnson collected “ephemera,” or things that are meant to be thrown away. Scholars thought his collection was worthless to them, then later realized that it was potentially valuable. This suggests that scholars went from disregarding ephemera to recognizing their usefulness.
Choice A is incorrect. This inference isn’t supported. The text tells us that the Bodleian Library acquired Johnson’s large collection of ephemera back in 1968, so we can assume that contemporary historians conducting research there do have access to that collection. Choice B is incorrect. This inference isn’t supported. The text tells us that “Oxford University’s Bodleian Library acquired the collection,” but it never suggests that it was a challenge to do so. Choice C is incorrect. This inference isn’t supported. The text actually suggests the opposite: the example of Johnson’s collection lends support to arguments that ephemera does hold value for scholars.",
+ hasFigure: false,
+ },
+ {
+ id: "db876fd5",
+ type: "mcq",
+ passage:
+ "Songbirds learn to respond to and imitate their species’ songs from an early age. With each generation, small differences are introduced that result in distinct variations—called dialects—among geographically isolated populations of the same species. A research study examined whether twelve-day-old Ficedula hypoleuca (pied flycatcher) nestlings prefer local dialects over the unfamiliar dialects of nonlocal F. hypoleuca populations: the more begging calls the nestlings made in response to a song, the stronger their preference. The researchers found that nestlings produced more begging calls in response to their own dialect than to nonlocal dialects. Since song preference plays a role in songbird mate selection, the finding suggests that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "F. hypoleuca nestlings’ preference for their own dialect likely disappears as they mature to promote socialization between different F. hypoleuca populations.",
+ },
+ {
+ label: "B",
+ text: "F. hypoleuca nestlings who show an early preference for their own dialect are likely to receive more food from their caretakers than nestlings who show no preferences among any F. hypoleuca dialects.",
+ },
+ {
+ label: "C",
+ text: "F. hypoleuca nestlings’ preference for their own dialect likely drives them when they mature to reproduce with other F. hypoleuca from local rather than nonlocal populations.",
+ },
+ {
+ label: "D",
+ text: "F. hypoleuca nestlings show a preference for both local F. hypoleuca dialects and the songs of other local songbirds over the songs of nonlocal birds of any species.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. Because “song preference plays a role in songbird mate selection,” and because F. hypoleuca nestlings display a preference for local dialects, we can infer that they will be more likely to choose mates from local populations.
Choice A is incorrect. We don’t have any information suggesting that this preference disappears, so there’s no basis for this inference. Choice B is incorrect. Although the passage discusses the number of begging calls made in response to various F. hypoleuca dialects, no mention is made about the amount of food received based on dialect preference. Therefore, there’s no basis for this inference. Choice D is incorrect. There’s no mention in the passage of methods of other types of local songbirds, so there’s no basis for this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "f3f444bc",
+ type: "mcq",
+ passage:
+ "Many mosquito repellents contain natural components that work by activating multiple odor receptors on mosquitoes’ antennae. As the insects develop resistance, new repellents are needed. Ke Dong and her team found that EBF, a molecular component of a chrysanthemum-flower extract, can repel mosquitoes by activating just one odor receptor—and this receptor, Or31, is present in all mosquito species known to carry diseases. Therefore, the researchers suggest that in developing new repellents, it would be most useful to ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "identify molecular components similar to EBF that target the activation of Or31 receptors.",
+ },
+ {
+ label: "B",
+ text: "investigate alternative methods for extracting EBF molecules from chrysanthemums.",
+ },
+ {
+ label: "C",
+ text: "verify the precise locations of Or31 and other odor receptors on mosquitoes’ antennae.",
+ },
+ {
+ label: "D",
+ text: "determine the maximum number of different odor receptors that can be activated by a single molecule.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of mosquito repellents. The text begins by explaining that many repellents work by using natural components to active multiple odor receptors on mosquitoes’ antennae, and that new repellents must be created whenever mosquitoes become resistant to older ones. The text then highlights a research team’s discovery that EBF, a molecular component of a chrysanthemum-flower extract, can repel mosquitoes by activating a single odor receptor, Or31, that is shared by all species of mosquitoes known to carry diseases. The text suggests that compared to the repellents mentioned earlier, a repellent that acts on the Or31 receptor would be more effective: by noting that all mosquito species known to carry diseases share the Or31 receptor, the text suggests that the Or31 receptor may be unique in this respect, meaning that a repellent such as EBF that acts on it would be more effective since it works on a single receptor shared by all mosquito species that carry diseases, rather than a combination of receptors that is not shared by all species. Once mosquitoes become resistant to EBF, it would therefore make sense for researchers to look for other molecular components similar to EBF that target the activation of Or31 receptors, since a single such component could also repel all disease-carrying mosquitoes.
Choice B is incorrect because nothing in the text suggests that EBF molecules are difficult to extract from chrysanthemums and that investigating alternative extraction methods would therefore be useful for developing efficient and effective mosquito repellents. Rather, the text suggests that researchers developing new mosquito repellents should aim to identify molecular components similar to EBF, since that component targets the Or31 odor receptor shared by all species of mosquitoes known to carry diseases. Choice C is incorrect because nothing in the text suggests that researchers are unaware of the precise location of Or31 and other odor receptors in mosquitoes’ antennae or that knowing this information would be useful for developing efficient and effective mosquito repellents. Rather, the text suggests that researchers developing new mosquito repellents should aim to identify molecular components similar to EBF, which targets the Or31 odor receptor. Choice D is incorrect because it doesn’t logically follow that the discovery of one odor receptor shared by all disease-bearing mosquitoes should lead to further research into which repellents might activate the greatest number of odor receptors. Rather, the text suggests that researchers developing new mosquito repellents should instead search for additional molecular components that, like EBF, activate the one odor receptor that is known to be shared by all disease-bearing mosquitoes.",
+ hasFigure: false,
+ },
+];
+
+export const INFERENCES_HARD: PracticeQuestion[] = [
+ {
+ id: "03701ef3",
+ type: "mcq",
+ passage:
+ "To better understand the burrowing habits of Alpheus bellulus (the tiger pistol shrimp), some studies have used resin casting to obtain precise measurements of the shrimps’ burrows. Resin casting involves completely filling an empty burrow with a liquid plastic that hardens to create a three-dimensional model; however, recovering the model inevitably requires destroying the burrow. In their 2022 study, Miyu Umehara and colleagues discovered that an x-ray computed tomography (CT) scanner can accurately record a burrow’s measurements both at a moment in time and throughout the entire burrow-building process, something that’s impossible with resin casting because ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "it can only be used on burrows below a certain size.",
+ },
+ {
+ label: "B",
+ text: "it does not allow for multiple castings of the same burrow over time.",
+ },
+ {
+ label: "C",
+ text: "the casting process takes more time than A. bellulus takes to construct a burrow.",
+ },
+ {
+ label: "D",
+ text: "the process of recovering the model distorts the resin’s shape.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Since resin casting “inevitably requires destroying the burrow,” it would be impossible to make multiple castings of the same burrow over time.
Choice A is incorrect. The passage doesn’t discuss size requirements for completing resin casting, so there’s no basis for this inference. Choice C is incorrect. The passage never mentions how long the casting process takes nor how long A. bellulus takes to construct a borrow, so there’s no basis for this inference. Choice D is incorrect. The passage never states that recovering the model distorts the resin’s shape, only that it destroys the burrow. Therefore, there’s no basis for this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "08395130",
+ type: "mcq",
+ passage:
+ "The Hubble Space Telescope (HST) is projected to maintain operation until at least 2030, but it has already revolutionized high-resolution imaging of solar-system bodies in visible and ultraviolet (UV) light wavelengths, notwithstanding that only about 6% of the bodies imaged by the HST are within the solar system. NASA researcher Cindy L. Young and colleagues assert that a new space telescope dedicated exclusively to solar-system observations would permit an extensive survey of minor solar-system bodies and long-term UV observation to discern how solar-system bodies change over time. Young and colleagues’ recommendation therefore implies that the HST ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "will likely continue to be used primarily to observe objects outside the solar system.",
+ },
+ {
+ label: "B",
+ text: "will no longer be used to observe solar system objects if the telescope recommended by Young and colleagues is deployed.",
+ },
+ {
+ label: "C",
+ text: "can be modified to observe the features of solar system objects that are of interest to Young and colleagues.",
+ },
+ {
+ label: "D",
+ text: "lacks the sensors to observe the wavelengths of light needed to discern how solar system bodies change over time.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The HST will operate until at least 2030, but it’s only observing stuff inside our solar system 6% of the time. If we could get a different telescope to observe stuff inside our solar system 100% of the time and take more extensive images of certain things, then the HST could continue to be used mainly for observing stuff outside the solar system.
Choice B is incorrect. This inference is too strong to be supported by the text. Even if the new telescope is deployed, the HST might still be used as it’s being used now. Based on the text, the new telescope would just be used for more extensive and long-term imaging of solar system bodies, which doesn’t necessarily overlap with the HST. Choice C is incorrect. This inference isn’t supported. The text never mentions the possibility of modifying the HST, so there is no basis to make this inference. Rather, the researchers suggest using a different telescope to more closely observe certain objects. Choice D is incorrect. This inference is too strong to be supported. The text doesn’t give us enough info to assume that the HST lacks any particular sensors.",
+ hasFigure: false,
+ },
+ {
+ id: "0dba14e6",
+ type: "mcq",
+ passage:
+ "The increased integration of digital technologies throughout the process of book creation in the late 20th and early 21st centuries lowered the costs of book production, but those decreased costs have been most significant in the manufacturing and distribution process, which occurs after the authoring, editing, and design of the book are complete. This suggests that in the late 20th and early 21st centuries, ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "digital technologies made it easier than it had been previously for authors to write very long works and get them published.",
+ },
+ {
+ label: "B",
+ text: "customers generally expected the cost of books to decline relative to the cost of other consumer goods.",
+ },
+ {
+ label: "C",
+ text: "publishers increased the variety of their offerings by printing more unique titles but also printed fewer copies of each title.",
+ },
+ {
+ label: "D",
+ text: "the costs of writing, editing, and designing a book were less affected by the technologies used than were the costs of manufacturing and distributing a book.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents the conclusion that most logically follows from the text’s discussion of how digital technologies affected the process of book creation. The text explains that in the late 20th and early 21st centuries digital technologies lowered book production costs most significantly in manufacturing and distribution. The text goes on to point out that authoring, editing, and book design are distinct steps in the process that occur before manufacturing and distribution. Because the savings connected to digital technologies have been most significant in manufacturing and distribution, it’s reasonable to infer that those technologies had less of an effect on writing, editing, and designing books.
Choice A is incorrect because the text focuses on lowered book production costs that occur after authoring has taken place; there’s no indication in the text whether digital technologies made writing and publishing lengthy books easier. Choice B is incorrect. Although it’s logical to conclude that customers would expect the cost of books to decline if production costs have declined, the text doesn’t address customer expectations for the cost of books or any other consumer goods. Choice C is incorrect because the text focuses broadly on how digital technologies have affected the cost of the publishing process; it doesn’t address the kinds of books being published or how many copies are printed.",
+ hasFigure: false,
+ },
+ {
+ id: "0dccbf17",
+ type: "mcq",
+ passage:
+ "Henry Ossawa Tanner’s 1893 painting The Banjo Lesson, which depicts an elderly man teaching a boy to play the banjo, is regarded as a landmark in the history of works by Black artists in the United States. Scholars should be cautious when ascribing political or ideological values to the painting, however: beliefs and assumptions that are commonly held now may have been unfamiliar to Tanner and his contemporaries, and vice versa. Scholars who forget this fact when discussing The Banjo Lesson therefore ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "risk judging Tanner’s painting by standards that may not be historically appropriate.",
+ },
+ {
+ label: "B",
+ text: "tend to conflate Tanner’s political views with those of his contemporaries.",
+ },
+ {
+ label: "C",
+ text: "forgo analyzing Tanner’s painting in favor of analyzing his political activity.",
+ },
+ {
+ label: "D",
+ text: "wrongly assume that Tanner’s painting was intended as a critique of his fellow artists.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. It most logically completes the text. The text argues that Tanner and his contemporaries may have been unfamiliar with modern beliefs and values. This suggests that scholars who attribute those modern values to Tanner’s painting are risking judging the painting by standards that are not historically accurate.
Choice B is incorrect. It doesn’t logically complete the text. The text argues that Tanner AND his contemporaries may have been unfamiliar with modern views. It never suggests that Tanner’s views were different from his contemporaries’ views. Choice C is incorrect. It doesn’t logically complete the text. The text never suggests that scholars should analyze Tanner’s political activity instead of his painting. Rather, the text argues that Tanner and his contemporaries may have been unfamiliar with modern beliefs and values. Choice D is incorrect. It doesn’t logically complete the text. The text never suggests that Tanner wanted to critique his contemporaries with his painting. Rather, the text argues that Tanner AND his contemporaries may have been unfamiliar with modern beliefs and values.",
+ hasFigure: false,
+ },
+ {
+ id: "1b9b29f1",
+ type: "mcq",
+ passage:
+ "A team of biologists led by Jae-Hoon Jung, Antonio D. Barbosa, and Stephanie Hutin investigated the mechanism that allows Arabidopsis thaliana (thale cress) plants to accelerate flowering at high temperatures. They replaced the protein ELF3 in the plants with a similar protein found in another species (stiff brome) that, unlike A. thaliana, displays no acceleration in flowering with increased temperature. A comparison of unmodified A. thaliana plants with the altered plants showed no difference in flowering at 22° Celsius, but at 27° Celsius, the unmodified plants exhibited accelerated flowering while the altered ones did not, which suggests that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "temperature-sensitive accelerated flowering is unique to A. thaliana.",
+ },
+ {
+ label: "B",
+ text: "A. thaliana increases ELF3 production as temperatures rise.",
+ },
+ {
+ label: "C",
+ text: "ELF3 enables A. thaliana to respond to increased temperatures.",
+ },
+ {
+ label: "D",
+ text: "temperatures of at least 22° Celsius are required for A. thaliana to flower.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of accelerated flowering in A. thaliana plants. The text indicates that A. thaliana plants show accelerated flowering at high temperatures. To investigate the mechanism for this accelerated flowering, biologists replaced the ELF3 protein in one group of A. thaliana plants with a similar protein found in another plant species that doesn’t show accelerated flowering. The team then compared these modified plants to A. thaliana plants that retained their original ELF3 protein. The text states that the two samples of plants showed no difference in flowering at 22° Celsius, but at 27° Celsius the unaltered plants with ELF3 showed accelerated flowering while the plants without ELF3 didn’t. If accelerated flowering at the higher temperature occurred in the A. thaliana plants with ELF3 but not in the plants without the protein, then ELF3 likely enables A. thaliana to respond to increased temperatures.
Choice A is incorrect because the text doesn’t mention whether any plants other than A. thaliana and stiff brome show temperature-sensitive flowering, so there is no support for the idea that this type of flowering is unique to A. thaliana. Choice B is incorrect because the text discusses the effects of ELF3 and not the production of it. There’s nothing in the text to suggest that the amount of ELF3 in A. thaliana varies with temperature. Choice D is incorrect. While the text states that there was no difference in the flowering of modified and unmodified A. thaliana plants at 22° Celsius, there’s no suggestion that A. thaliana only begins to flower at 22° Celsius; the text doesn’t mention a specific temperature threshold required for A. thaliana flowering.",
+ hasFigure: false,
+ },
+ {
+ id: "22b3da87",
+ type: "mcq",
+ passage:
+ "During the Bourbon Restoration in France (1814–1830), the right to vote required in part that a person paid at least 300 francs in direct taxes to the government. The four most common taxes (the quatre vieilles) were levied on real estate (both land and buildings); the doors and windows in taxpayer homes; the rental values of homes; and the businesses of artisans and merchants. (Foreign investments were either exempt from taxation or taxed lightly.) Although relatively few people paid the tax on real estate, it was the main means of voter qualification and accounted for over two-thirds of government receipts during this period, suggesting that during the Bourbon Restoration ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "those people who had the right to vote most likely had substantial holdings of French real estate.",
+ },
+ {
+ label: "B",
+ text: "the voting habits of French artisans and merchants were effective in reducing tax burdens on businesses.",
+ },
+ {
+ label: "C",
+ text: "the number of doors and windows in French residences was kept to a minimum but increased after 1830.",
+ },
+ {
+ label: "D",
+ text: "French people with significant foreign investments were unlikely to have the right to vote.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. We’re told that people needed to pay “at least 300 francs in direct taxes” to be able to vote. We’re also told that, while “relatively few people paid the tax on real estate,” real estate taxes were both the main way people qualified to vote and the main source of revenue for the government. Based on this, we can infer that those who did qualify to vote likely had significant French real estate holdings.
Choice B is incorrect. The passage doesn’t mention the voting habits of artisans and merchants nor any reduction in tax burdens on businesses, so there’s no basis for this inference. Choice C is incorrect. Although we know that doors and windows were taxed during the Bourbon Restoration, we don’t have enough information to infer if doors and windows increased after this time. Choice D is incorrect. Although we know that foreign investments were only minimally taxed, we don’t have enough information to determine if those with significant foreign investments were unlikely to have voting rights. For example, it’s possible that those with significant foreign investments were likely to also be people with significant domestic investments which they did pay taxes on, so we don’t have the information necessary to make this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "2a075bd1",
+ type: "mcq",
+ passage:
+ "Indigenous cultures possess unique knowledge of the medicinal uses of plants. According to a 2021 study, 73 percent of the medicinal uses of plants native to North America are reflected in the vocabulary of a single Indigenous language. However, as more and more Indigenous people exclusively speak a globally dominant language, such as English, their ancestral languages fade from daily use. These facts lend added importance to tribal nations’ efforts to preserve their languages. By ensuring the continued use of Cherokee, Ojibwe, and the hundreds of other Indigenous languages in what is now the United States, tribal nations are also ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "increasing the number of medicinal plants represented in the vocabularies of Indigenous languages.",
+ },
+ {
+ label: "B",
+ text: "transmitting terms for medicinal plants from Indigenous languages to globally dominant languages.",
+ },
+ {
+ label: "C",
+ text: "preserving knowledge about the medicinal value of plants native to the tribal nations’ lands.",
+ },
+ {
+ label: "D",
+ text: "ensuring that citizens of tribal nations have physical access to medicinal plants.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of the relationship between Indigenous languages and knowledge of the medicinal uses of plants. The text states that Indigenous cultures possess special knowledge of the medicinal uses of plants, which is reflected in their vocabulary. The text then discusses how tribal nations are working to preserve their languages, whose daily use is declining as globally dominant languages become increasingly dominant in Indigenous communities. Given that the languages of tribal nations in what is now the United States function as repositories of knowledge about plants’ medicinal uses, it logically follows that continued use of those languages will assist with passing on knowledge about the medicinal value of plants native to the tribal nations’ lands.
Choice A is incorrect because the text states that preserving Indigenous languages will increase the knowledge, not the number, of medicinal plants. Choice B is incorrect because the text is concerned with how vocabulary about the medicinal value of plants can be preserved through the continued daily use of Indigenous languages, not with how such vocabulary can be incorporated into globally dominant, non-Indigenous languages. Moreover, the text explains that the exclusive use of globally dominant languages in Indigenous communities comes at an expense to the continued daily use of those communities’ languages. Given this relationship, it is unlikely globally dominant languages would borrow Indigenous vocabulary pertaining to plants’ medicinal uses. Choice D is incorrect because the text doesn’t discuss physical access to medicinal plants, instead focusing on Indigenous knowledge and language surrounding the medicinal uses of plants.",
+ hasFigure: false,
+ },
+ {
+ id: "3f236877",
+ type: "mcq",
+ passage:
+ "Ratified by more than 90 countries, the Nagoya Protocol is an international agreement ensuring that Indigenous communities are compensated when their agricultural resources and knowledge of wild plants and animals are utilized by agricultural corporations. However, the protocol has shortcomings. For example, it allows corporations to insist that their agreements with communities to conduct research on the commercial uses of the communities’ resources and knowledge remain confidential. Therefore, some Indigenous advocates express concern that the protocol may have the unintended effect of ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "diminishing the monetary reward that corporations might derive from their agreements with Indigenous communities.",
+ },
+ {
+ label: "B",
+ text: "limiting the research that corporations conduct on the resources of the Indigenous communities with which they have signed agreements.",
+ },
+ {
+ label: "C",
+ text: "preventing independent observers from determining whether the agreements guarantee equitable compensation for Indigenous communities.",
+ },
+ {
+ label: "D",
+ text: "discouraging Indigenous communities from learning new methods for harvesting plants and animals from their corporate partners.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the argument about an unintended effect of the Nagoya Protocol. The text explains that the Nagoya Protocol is an agreement ensuring that Indigenous communities are compensated when their agricultural resources and knowledge are used by corporations. The text then states that the protocol allows corporations to keep their agreements with Indigenous communities confidential, about which some Indigenous advocates express concern. Choice C, when inserted into the blank, gives a good justification for the advocates’ concern: such secrecy could mean that the public is unable to determine whether participating Indigenous communities were properly compensated under these agreements.
Choice A is incorrect. The text suggests that because corporations can keep their agreements with Indigenous communities confidential, Indigenous communities, not corporations, might not be compensated fairly. Choice B is incorrect because the text doesn’t suggest that the ability of corporations to keep their agreements with Indigenous communities confidential would place limits on how much research corporations can undertake. Choice D is incorrect because the text doesn’t indicate that Indigenous communities aim to learn new harvesting methods from their corporate partners. Rather, the text suggests that corporations use the knowledge of Indigenous communities for their research.",
+ hasFigure: false,
+ },
+ {
+ id: "4889580c",
+ type: "mcq",
+ passage:
+ "Archaeologists and historians used to believe that the Maya civilization during its Classic period (roughly 250–900) lacked agricultural marketplaces. One reason for this belief was that these scholars misunderstood the ecology of the regions the Maya inhabited. Marketplaces typically emerge because different individuals or groups want to trade resources they control for resources they don’t control. Scholars seriously underestimated the ecological diversity of the Maya landscape and thus assumed that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "marketplaces likely would not have attracted many traders from outside the regions controlled by the Maya.",
+ },
+ {
+ label: "B",
+ text: "farming practices would have been largely the same throughout Maya lands even if the crops people produced varied significantly.",
+ },
+ {
+ label: "C",
+ text: "marketplaces would not have enabled Maya people to acquire many products different from those they already produced.",
+ },
+ {
+ label: "D",
+ text: "farmers would trade agricultural products only if they had already produced enough to meet their own needs.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it presents the conclusion that most logically follows from the text’s discussion of scholars’ understanding of Maya ecology and agricultural marketplaces. The text indicates that scholars used to believe that during the Classic period, the Maya civilization didn’t have agricultural marketplaces. According to the text, scholars held this view because they misunderstood the ecology of areas where the Maya lived. The text points out that people tend to create marketplaces in order to acquire resources they don’t otherwise control. Agricultural marketplaces would have allowed farmers who produced one type of crop to trade that crop for other types of crops that they didn’t produce. The text goes on to say, however, that scholars underestimated the ecological diversity of the Maya areas, meaning that scholars thought that the Maya landscape produced a smaller range of resources than it actually produced. Taken together, then, this information suggests that scholars assumed that marketplaces wouldn’t have allowed Maya people to acquire products different from the products they already produced: that is, if everyone produced the same array of crops, as scholars mistakenly believed, then there wouldn’t have been any need for marketplaces where people could trade those crops.
Choice A is incorrect because the text doesn’t say anything about trade between the Maya and people from outside the regions controlled by the Maya. Although scholars’ mistaken belief that the Maya lands weren’t very ecologically diverse would give those scholars a reason to think that the Maya didn’t have marketplaces, it wouldn’t lead scholars to assume that traders from outside Maya lands were uninterested in acquiring resources produced by the Maya. Even if the Maya actually did produce only a small array of resources throughout their lands, there is no reason to believe from the text that people outside Maya lands also produced these same resources and thus would have no need to trade with the Maya people. Choice B is incorrect because the text indicates that scholars underestimated the ecological diversity of the Maya lands, which suggests that they mistakenly believed that the Maya produced a relatively small array of resources throughout their territory, not that the crops the Maya produced varied significantly throughout the Maya lands. Although the scholars might have assumed that a lack of ecological diversity suggests that Maya farming practices were largely the same everywhere, the text does not support that they also assumed there was a lot of variation in the crops that Maya people produced. In fact, the text states that marketplaces emerge when people want to obtain resources they don’t already control. If it were the case that scholars assumed that the crops Maya people produced varied significantly, this would have led them to conclude that Maya people likely established marketplaces so they could trade for resources they didn’t already possess, not that the Maya civilization lacked marketplaces. Choice D is incorrect because nothing in the text suggests that scholars assumed that farmers wouldn’t trade their agricultural products unless they had already met their own needs with those products. Instead, the text says that scholars thought that the Maya lands produced a smaller array of resources than they actually did, which the text suggests led scholars to assume that the Maya didn’t have any need for marketplaces. The scholars’ mistaken belief has no bearing on the issue of whether farmers met their own needs before trading their products.",
+ hasFigure: false,
+ },
+ {
+ id: "4f9f8ea6",
+ type: "mcq",
+ passage:
+ "Birds of many species ingest foods containing carotenoids, pigmented molecules that are converted into feather coloration. Coloration tends to be especially saturated in male birds’ feathers, and because carotenoids also confer health benefits, the deeply saturated colors generally serve to communicate what is known as an honest signal of a bird’s overall fitness to potential mates. However, ornithologist Allison J. Shultz and others have found that males in several species of the tanager genus Ramphocelus use microstructures in their feathers to manipulate light, creating the appearance of deeper saturation without the birds necessarily having to maintain a carotenoid-rich diet. These findings suggest that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "individual male tanagers can engage in honest signaling without relying on carotenoid consumption.",
+ },
+ {
+ label: "B",
+ text: "feather microstructures may be less effective than deeply saturated feathers for signaling overall fitness.",
+ },
+ {
+ label: "C",
+ text: "scientists have yet to determine why tanagers have a preference for mates with colorful appearances.",
+ },
+ {
+ label: "D",
+ text: "a male tanager’s appearance may function as a dishonest signal of the individual’s overall fitness.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of Shultz’s finding about male tanagers. The text explains that because carotenoids both contribute to deeply saturated feathers and offer health benefits, having deeply saturated feathers is usually “an honest signal” (a true indication) that a bird is generally fit. However, Shultz and others have found that certain male tanagers can appear to have deeply saturated feathers even if they haven’t consumed a diet rich in carotenoids, thanks to microstructures in their feathers that manipulate light. If those birds aren’t necessarily eating carotenoid-rich diets, they may actually be less fit than other birds that appear to have similarly saturated feathers; this suggests that a male tanager’s appearance may function as a dishonest signal, or a false indication, of the bird’s overall fitness.
Choice A is incorrect because Shultz’s finding suggests that some tanagers can signal fitness without consuming the carotenoids that contribute to fitness, thereby making those signals dishonest, not that tanagers can give honest signals of their fitness without consuming carotenoids. Choice B is incorrect because Shultz’s finding suggests that the microstructures in certain tanagers’ feathers can give a dishonest signal of fitness, not that the microstructures are less effective than actual pigmentation for signaling fitness. Whether the signal of fitness is honest or dishonest has no bearing on how effective the signal is: a signal is effective if potential mates behave as though it’s true, regardless of whether it’s actually true. Since there’s no information in the text about how potential mates respond to the dishonest signals of some tanagers, there’s no support for the idea that the dishonest signals are less effective than the honest signals. Choice C is incorrect because Shultz’s finding suggests that certain male tanagers may appear to be fitter than they actually are, not that scientists haven’t determined why tanagers prefer mates with colorful appearances.",
+ hasFigure: false,
+ },
+ {
+ id: "5632ffb4",
+ type: "mcq",
+ passage:
+ "In a study of the cognitive abilities of white-faced capuchin monkeys (Cebus imitator), researchers neglected to control for the physical difficulty of the tasks they used to evaluate the monkeys. The cognitive abilities of monkeys given problems requiring little dexterity, such as sliding a panel to retrieve food, were judged by the same criteria as were those of monkeys given physically demanding problems, such as unscrewing a bottle and inserting a straw. The results of the study, therefore, ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "could suggest that there are differences in cognitive ability among the monkeys even though such differences may not actually exist.",
+ },
+ {
+ label: "B",
+ text: "are useful for identifying tasks that the monkeys lack the cognitive capacity to perform but not for identifying tasks that the monkeys can perform.",
+ },
+ {
+ label: "C",
+ text: "should not be taken as indicative of the cognitive abilities of any monkey species other than C. imitator.",
+ },
+ {
+ label: "D",
+ text: "reveal more about the monkeys’ cognitive abilities when solving artificial problems than when solving problems encountered in the wild.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it presents the conclusion that most logically follows from the text’s discussion of the study of capuchin monkeys’ cognitive abilities. The text explains that the study failed to distinguish between outcomes for the tasks performed by the capuchin monkeys, such that simpler tasks requiring less dexterity, or skill, were judged by the same criteria as tasks that demanded more dexterity. Because the study didn’t account for this discrepancy, the researchers might have assumed that observed differences in performance were due to the abilities of the monkeys rather than the complexity of the tasks. In other words, the results may suggest cognitive differences among the monkeys even though such differences may not really exist.
Choice B is incorrect because the text focuses on the fact that the tasks assigned to the capuchin monkeys in the study varied in difficulty and that the variety wasn’t taken into consideration. The text doesn’t suggest that the capuchin monkeys couldn’t perform certain tasks, just that some tasks were more difficult to do. Choice C is incorrect because the text doesn’t suggest that the study’s results are indicative of the abilities of capuchin monkeys but not of other monkey species; in fact, the text suggests that the results may not even be an accurate reflection of capuchin monkeys’ abilities. Choice D is incorrect because the text doesn’t indicate that the researchers compared results for artificial tasks with those for tasks encountered in the wild, although the tasks described in the text—sliding a panel and putting a straw in a bottle—are presumably artificial.",
+ hasFigure: false,
+ },
+ {
+ id: "58e9e497",
+ type: "mcq",
+ passage:
+ "In the early nineteenth century, some Euro-American farmers in the northeastern United States used agricultural techniques developed by the Haudenosaunee (Iroquois) people centuries earlier, but it seems that few of those farmers had actually seen Haudenosaunee farms firsthand. Barring the possibility of several farmers of the same era independently developing techniques that the Haudenosaunee people had already invented, these facts most strongly suggest that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "those farmers learned the techniques from other people who were more directly influenced by Haudenosaunee practices.",
+ },
+ {
+ label: "B",
+ text: "the crops typically cultivated by Euro-American farmers in the northeastern United States were not well suited to Haudenosaunee farming techniques.",
+ },
+ {
+ label: "C",
+ text: "Haudenosaunee farming techniques were widely used in regions outside the northeastern United States.",
+ },
+ {
+ label: "D",
+ text: "Euro-American farmers only began to recognize the benefits of Haudenosaunee farming techniques late in the nineteenth century.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of Euro-American farmers’ use of Haudenosaunee agricultural techniques. According to the text, some Euro-American farmers were using these techniques in the early nineteenth century despite few of the farmers having seen Haudenosaunee farms. One explanation for these facts might be that the farmers developed techniques on their own that already had been invented centuries earlier by the Haudenosaunee people, but the text explicitly bars, or rules out, this explanation. If Euro-American farmers didn’t learn these techniques from direct observation of Haudenosaunee practices and didn’t invent the techniques independently, then the most logical explanation is that they learned the techniques from other people who were more directly influenced by Haudenosaunee practices than the farmers themselves were. Once they learned about Haudenosaunee agricultural practices, Euro-American farmers could then apply those practices to their own farming.
Choice B is incorrect because the fact that some Euro-American farmers in the northeastern United States were using Haudenosaunee techniques suggests that the techniques were likely useful for the crops the farmers raised, not that the crops typically cultivated by the farmers were not well suited to Haudenosaunee farming techniques. If the farmers’ crops were ill suited to the techniques, it’s unlikely that the farmers would have used those techniques. Choice C is incorrect because the text indicates only that Haudenosaunee agricultural techniques were used by Euro-American farmers in the northeastern United States, not that these techniques were widely used outside this region. Choice D is incorrect because the text states that some Euro-American farmers were using Haudenosaunee farming techniques early in the nineteenth century. This suggests that some Euro-American farmers were beginning to recognize the benefits of these techniques near the start of the century, not that such farmers only began to recognize the benefits of the techniques much later.",
+ hasFigure: false,
+ },
+ {
+ id: "61228830",
+ type: "mcq",
+ passage:
+ "A heliograph is a semaphore device used for sending optical communications—usually in the form of Morse code—by reflecting flashes of sunlight off a mirror. Heliographs were used for rapid communication across expansive distances for military, surveying, and forestry purposes during the late nineteenth and early twentieth centuries, but they were largely effective only during the daytime, and the range of the device depended on factors such as the opacity of the air and line of sight. Therefore, heliographs were eventually replaced by technology that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "worked on similar principles but was easier to produce and maintain.",
+ },
+ {
+ label: "B",
+ text: "was not so constrained by environmental circumstances.",
+ },
+ {
+ label: "C",
+ text: "could be used for more than military, surveying, or forestry purposes.",
+ },
+ {
+ label: "D",
+ text: "enabled communication that didn’t require knowledge of Morse code.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The passage explains that heliographs “were largely effective only during the daytime” and that “the range of the device depended on factors such as the opacity of the air and line of sight.” These constraints would have greatly limited the use of the heliograph, so we can infer that this would have been a reason to replace it with new technology.
Choice A is incorrect. The passage doesn’t discuss the production and maintenance of heliographs, so there’s no basis for this inference. Choice C is incorrect. The passage doesn’t mention any “other purposes” that a heliograph wouldn’t work for, so there’s no basis for this inference. Choice D is incorrect. The passage doesn’t mention knowledge of Morse code as a particular problem with the use of heliographs, so there’s no basis for this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "6e0e0de1",
+ type: "mcq",
+ passage:
+ "Aerogels are highly porous foams consisting mainly of tiny air pockets within a solidified gel. These lightweight materials are often applied to spacecraft and other equipment required to withstand extreme conditions, as they provide excellent insulation despite typically being brittle and eventually fracturing due to degradation from repeated exposure to high heat. Now, Xiangfeng Duan of the University of California, Los Angeles, and colleagues have developed an aerogel with uniquely flexible properties. Unlike earlier aerogels, Duan’s team’s material contracts rather than expands when heated and fully recovers after compressing to just 5% of its original volume, suggesting that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "the aerogel’s remarkable flexibility results from its higher proportion of air pockets to solidified gel as compared to other aerogels.",
+ },
+ {
+ label: "B",
+ text: "the aerogel’s overall strength is greater than that of other insulators but its ability to withstand exposure to intense heat is lower.",
+ },
+ {
+ label: "C",
+ text: "the aerogel will be more effective as an insulator for uses that involve gradual temperature shifts than for those that involve rapid heat increases.",
+ },
+ {
+ label: "D",
+ text: "the aerogel will be less prone to the structural weakness that ultimately causes most other aerogels to break down with use.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer because it most logically completes the text’s discussion of aerogels. The text states that aerogels—highly porous foams—offer "excellent insulation" but typically break down after prolonged exposure to high heat. However, according to the text, Duan and colleagues developed an aerogel that "contracts rather than expands when heated" and recovers its original volume after this contraction. Thus, it is logical to conclude that Duan’s team’s aerogel material will be less prone to the structural weakness that caused earlier aerogels to break down.
Choice A is incorrect. Although the text indicates that aerogels consist "mainly of tiny air pockets within a solidified gel," it doesn’t mention the number or proportion of air pockets to solidified gel in typical aerogels or in the aerogel developed by Duan’s team. Choice B is incorrect because the text suggests that the aerogel developed by Duan’s team has a higher, not a lower, ability to withstand exposure to intense heat due to its contraction and subsequent recovery. Choice C is incorrect. Although the text discusses temperature tolerances of aerogels and says that they offer "excellent insulation despite typically being brittle and eventually fracturing," it doesn’t discuss how different rates of temperature change can affect aerogels.',
+ hasFigure: false,
+ },
+ {
+ id: "9391b7cc",
+ type: "mcq",
+ passage:
+ "If some artifacts recovered from excavations of the settlement of Kuulo Kataa, in modern Ghana, date from the thirteenth century CE, that may lend credence to claims that the settlement was founded before or around that time. There is other evidence, however, strongly supporting a fourteenth century CE founding date for Kuulo Kataa. If both the artifact dates and the fourteenth century CE founding date are correct, that would imply that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "artifacts from the fourteenth century CE are more commonly recovered than are artifacts from the thirteenth century CE.",
+ },
+ {
+ label: "B",
+ text: "the artifacts originated elsewhere and eventually reached Kuulo Kataa through trade or migration.",
+ },
+ {
+ label: "C",
+ text: "Kuulo Kataa was founded by people from a different region than had previously been assumed.",
+ },
+ {
+ label: "D",
+ text: "excavations at Kuulo Kataa may have inadvertently damaged some artifacts dating to the fourteenth century CE.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of artifacts and Kuulo Kataa’s founding date. If it were true both that Kuulo Kataa was founded in the fourteenth century CE and that artifacts found in excavations of the settlement are from the thirteenth century CE, it would be reasonable to conclude that the artifacts weren’t created in the Kuulo Kataa settlement. That would suggest, then, that the artifacts originated somewhere else and eventually reached the settlement through trading or as people migrated.
Choice A is incorrect because the existence of thirteenth-century CE artifacts recovered during excavations of a settlement founded in the fourteenth century CE isn’t logically connected to artifacts from one century being more commonly recovered than artifacts from another century. Rather than suggesting anything about how frequently artifacts from different times are found, the existence of artifacts confirmed as predating the settlement’s founding suggests that those items arrived in Kuulo Kataa during or after its establishment. Choice C is incorrect because the text focuses on time periods and says nothing about which region the founders of Kuulo Kataa have been thought to come from; similarly, the text doesn’t suggest anything about where the thirteenth-century CE artifacts originated other than not from Kuulo Kataa. Therefore, it isn’t logical to conclude that the mere existence of artifacts confirmed as predating the Kuulo Kataa settlement suggests that the founders of the settlement came from a particular region other than one previously assumed. Choice D is incorrect because the existence of artifacts from the thirteenth century CE at a site dated to the fourteenth century CE doesn’t imply that fourteenth-century objects were damaged during excavations. There’s nothing in the text to suggest that any objects were damaged; rather, the existence of artifacts confirmed as predating the settlement’s founding suggests that those items were brought to Kuulo Kataa during or after its establishment.",
+ hasFigure: false,
+ },
+ {
+ id: "95dbdf51",
+ type: "mcq",
+ passage:
+ "Laura Mulvey has theorized that in narrative film, shots issuing from a protagonist’s point of view compel viewers to identify with the character. Such identification is heightened by “invisible editing,” or editing so inconspicuous that it renders cuts between shots almost unnoticeable. Conversely, Mulvey proposes that conspicuous editing or an absence of point-of-view shots would induce a more critical stance toward a protagonist. Consider, for example, the attic scene in Alfred Hitchcock’s The Birds, a conspicuously edited sequence of tens of shots, few of which correspond to the protagonist’s point of view. According to Mulvey’s logic, this scene should affect viewers by ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "obscuring their awareness of the high degree of artifice involved in constructing the montage.",
+ },
+ {
+ label: "B",
+ text: "lessening their identification with the protagonist, if not alienating them from the character altogether.",
+ },
+ {
+ label: "C",
+ text: "compelling them to identify with the film’s director, whose proxy is the camera, and not with the protagonist.",
+ },
+ {
+ label: "D",
+ text: "diverting their attention away from the film’s content and toward its stylistic attributes.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. We’re told that point-of-view shots and “invisible editing” make audiences identify with a character. We’re also told that obvious editing and a lack of point-of-view shots have the opposite effect. Since the sequence in The Birds falls into this second category, it should have the effect of reducing the audience’s connection with the protagonist.
Choice A is incorrect. The passage doesn’t mention viewers’ awareness of artifice (i.e., camera trickery) in films, so there’s no basis for this inference. Choice C is incorrect. The passage doesn’t mention the director at all, so there’s no basis for this inference. Choice D is incorrect. The passage doesn’t discuss whether a film’s “stylistic attributes” may distract viewers from the film’s story, so there’s no basis for this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "9abc3ba5",
+ type: "mcq",
+ passage:
+ "“Gestures” in painting are typically thought of as bold, expressive brushstrokes. In the 1970s, American painter Jack Whitten built a 12-foot (3.7-meter) tool he named the “developer” to apply paint to an entire canvas in one motion, resulting in his series of “slab” paintings from that decade. Whitten described this process as making an entire painting in “one gesture,” signaling a clear departure from the prevalence of gestures in his work from the 1960s. Some art historians claim this shift represents “removing gesture” from the process. Therefore, regardless of whether using the developer constitutes a gesture, both Whitten and these art historians likely agree that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "any tool that a painter uses to create an artwork is capable of creating gestures.",
+ },
+ {
+ label: "B",
+ text: "Whitten’s work from the 1960s exhibits many more gestures than his work from the 1970s does.",
+ },
+ {
+ label: "C",
+ text: "Whitten became less interested in exploring the role of gesture in his work as his career progressed.",
+ },
+ {
+ label: "D",
+ text: "Whitten’s work from the 1960s is much more realistic than his work from the 1970s is.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Whitten thinks the tool made “one gesture” paintings, while historians think the tool “removed gesture” from the process completely. But putting that debate aside, both Whitten and the historians would agree that the paintings he made with the tool in the ’70s have way fewer gestures than his paintings from the ’60s, in which gestures are “prevalent,” meaning widely and extensively present.
Choice A is incorrect. This inference isn’t supported. The text only discusses the “developer”—it never mentions other tools. Choice C is incorrect. This inference isn’t supported. If anything, the text suggests the opposite: that Whitten became more interested in exploring the role of gesture in his work as his career progressed, as his earlier paintings had many gestures, and his ’70s paintings only had “one gesture.” Choice D is incorrect. This inference isn’t supported. The text never discusses the “realism” of Whitten’s art.",
+ hasFigure: false,
+ },
+ {
+ id: "9c591ff7",
+ type: "mcq",
+ passage:
+ "Some Astyanax mexicanus, a river-dwelling fish found in northeast Mexico, have colonized caves in the region. Although there is little genetic difference between river and cave A. mexicanus and all members of the species can emit the same sounds, biologist Carole Hyacinthe and colleagues found that the context and significance of those sounds vary by location—e.g., the click that river-dwelling A. mexicanus use to signal aggression is used by cave dwellers when foraging—and the acoustic properties of cave fish sounds show some cave-specific variations as well. Hyacinthe and colleagues note that differences in sonic communication could accumulate to the point of inhibiting interbreeding among fish from different locations, suggesting that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "although A. mexicanus living in rivers are genetically similar to those living in caves, river fish rely on sonic communication less than cave fish do.",
+ },
+ {
+ label: "B",
+ text: "although A. mexicanus is a single species at present, it could be in the process of splitting into distinct populations with different characteristics.",
+ },
+ {
+ label: "C",
+ text: "although all A. mexicanus emit sounds, the fish living in rivers produce some sounds that the fish living in caves do not, and vice versa.",
+ },
+ {
+ label: "D",
+ text: "although A. mexicanus from different locations can interbreed currently, river fish and cave fish are sufficiently genetically distinct that they can be considered separate species.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents the conclusion that most logically follows from the text’s discussion of A. mexicanus. According to the text, A. mexicanus, a river-dwelling fish species, has colonized caves. The fish that live in rivers and those that live in caves show no significant genetic differences and are all capable of making the same sounds. The text indicates, however, that Hyacinthe and colleagues found that sounds that the river fish use in a particular context and for a particular purpose are used in a different context and for a different purpose by the cave fish. Additionally, the sounds made by cave fish show some differences depending on the specific cave the fish inhabit. The text goes on to state that Hyacinthe and colleagues have noted that differences in how the fish use sound to communicate could eventually become so great that they prevent fish from different locations from interbreeding. In other words, the river fish might eventually only breed with other river fish (with whom they share characteristics regarding sonic communication that they do not share with cave fish), while the cave fish might only breed with other cave fish for a similar reason. In context, this observation suggests that even though the fish are a single species right now, they could be in the process of splitting into distinct populations with different characteristics.
Choice A is incorrect because there is no information in the text suggesting that the river fish are less reliant on sonic communication than the cave fish are. Although the text does indicate that the river fish and cave fish are genetically similar, the text describes both groups as using sonic communication and says nothing to indicate that one group depends on that communication more than the other group does. Choice C is incorrect. The text states that all members of the species can emit the same sounds but that the function and context of sounds differ depending on whether the fish live in rivers or caves, but it does not indicate that river fish produce sounds that cave fish do not or vice versa. Choice D is incorrect because it contradicts the text. The text says that there is little genetic difference between the river fish and the cave fish, not that the river fish and cave fish are so genetically distinct that they can be considered separate species.",
+ hasFigure: false,
+ },
+ {
+ id: "a13c1c66",
+ type: "mcq",
+ passage:
+ "Many animals, including humans, must sleep, and sleep is known to have a role in everything from healing injuries to encoding information in long-term memory. But some scientists claim that, from an evolutionary standpoint, deep sleep for hours at a time leaves an animal so vulnerable that the known benefits of sleeping seem insufficient to explain why it became so widespread in the animal kingdom. These scientists therefore imply that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "prolonged deep sleep is likely advantageous in ways that have yet to be discovered.",
+ },
+ {
+ label: "B",
+ text: "most traits perform functions that are hard to understand from an evolutionary standpoint.",
+ },
+ {
+ label: "C",
+ text: "it is more important to understand how widespread prolonged deep sleep is than to understand its function.",
+ },
+ {
+ label: "D",
+ text: "many traits that provide significant benefits for an animal also likely pose risks to that animal.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. It most logically completes the text. The text says that some scientists can’t explain why prolonged deep sleep is so widespread, given that the known benefits of sleep don’t seem to make up for how vulnerable it leaves an animal. This suggests that prolonged deep sleep probably has unknown evolutionary benefits that make up for the vulnerability.
Choice B is incorrect. It doesn’t logically complete the text. The text only discusses the benefits and risks of one trait: sleep. So there’s no basis for an inference about “most traits.” Choice C is incorrect. It doesn’t logically complete the text. The text says that it is already known that prolonged deep sleep is widespread in the animal kingdom. Rather, what some scientists can’t explain is WHY prolonged deep sleep is so widespread, given that the known benefits of sleep don’t seem to make up for how vulnerable it leaves an animal. Choice D is incorrect. It doesn’t logically complete the text. The text only discusses the benefits and risks of one trait: sleep. So there’s no basis for an inference about “many traits.”",
+ hasFigure: false,
+ },
+ {
+ id: "a68fd3e7",
+ type: "mcq",
+ passage:
+ "Many of William Shakespeare’s tragedies address broad themes that still appeal to today’s audiences. For instance, Romeo and Juliet, which is set in the Italy of Shakespeare’s time, tackles the themes of parents versus children and love versus hate, and the play continues to be read and produced widely around the world. But understanding Shakespeare’s so-called history plays can require a knowledge of several centuries of English history. Consequently, ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "many theatergoers and readers today are likely to find Shakespeare’s history plays less engaging than the tragedies.",
+ },
+ {
+ label: "B",
+ text: "some of Shakespeare’s tragedies are more relevant to today’s audiences than twentieth-century plays.",
+ },
+ {
+ label: "C",
+ text: "Romeo and Juliet is the most thematically accessible of all Shakespeare’s tragedies.",
+ },
+ {
+ label: "D",
+ text: "experts in English history tend to prefer Shakespeare’s history plays to his other works.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of the relative appeal of different kinds of plays by Shakespeare to today’s audiences. According to the text, Shakespeare’s tragedies address broad themes that continue to appeal to today’s audiences. Indeed, the text suggests that these themes are timeless, as illustrated by the example of Romeo and Juliet, which the text states is still read and widely performed despite being set in the Italy of Shakespeare’s time. In contrast, the text indicates that audiences and readers may need to be familiar with several centuries of English history in order to understand Shakespeare’s history plays. Because many theatergoers and readers are unlikely to possess such extensive historical knowledge, it follows that they are likely to find Shakespeare’s history plays less engaging than his more accessible tragedies.
Choice B is incorrect because the text never introduces a comparison between Shakespeare’s tragedies and twentieth-century plays, only between Shakespeare’s tragedies and his history plays. Since twentieth-century plays aren’t mentioned, there’s no basis in the text for the idea that some of Shakespeare’s tragedies are more relevant than twentieth-century plays to today’s audiences. Choice C is incorrect. Although the text indicates that Romeo and Juliet is thematically accessible to today’s audiences, it doesn’t suggest that Romeo and Juliet is more accessible than Shakespeare’s other tragedies. Rather, the text presents Romeo and Juliet as an example to support the idea that Shakespeare’s tragedies hold continued appeal for today’s readers and theatergoers. Choice D is incorrect. Although experts in English history would likely possess the knowledge needed to understand Shakespeare’s history plays, the text never mentions such experts or suggests that they would enjoy the history plays more than Shakespeare’s other works.",
+ hasFigure: false,
+ },
+ {
+ id: "aaddd60f",
+ type: "mcq",
+ passage:
+ "Scientists studying Mars long thought the history of its crust was relatively simple. One reason for this is that geologic and climate data collected by a spacecraft showed that the crust was largely composed of basalt, likely as a result of intense volcanic activity that brought about a magma ocean, which then cooled to form the planet’s surface. A study led by Valerie Payré focused on additional information—further analysis of data collected by the spacecraft and infrared wavelengths detected from Mars’s surface—that revealed the presence of surprisingly high concentrations of silica in certain regions on Mars. Since a planetary surface that formed in a mostly basaltic environment would be unlikely to contain large amounts of silica, Payré concluded that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "the information about silica concentrations collected by the spacecraft is likely more reliable than the silica information gleaned from infrared wavelengths detected from Mars’s surface.",
+ },
+ {
+ label: "B",
+ text: "high silica concentrations on Mars likely formed from a different process than that which formed the crusts of other planets.",
+ },
+ {
+ label: "C",
+ text: "having a clearer understanding of the composition of Mars’s crust and the processes by which it formed will provide more insight into how Earth’s crust formed.",
+ },
+ {
+ label: "D",
+ text: "Mars’s crust likely formed as a result of other major geological events in addition to the cooling of a magma ocean.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Cooling magma would create basalt, but “a planetary surface that formed in a mostly basaltic environment would be unlikely to contain large amounts of silica.” Since Mars’s crust does contain large amounts of silica, it is unlikely that Mars’s crust was formed exclusively by cooling magma. Therefore, there were likely other major geological events that created the high silica concentrations.
Choice A is incorrect. Although the passage discusses these two methods of collecting data about Mars’s crust, it never compares their reliability, so there’s no basis for this inference. Choice B is incorrect. The passage never mentions anything about the crusts of other planets, so there’s no basis for this inference. Choice C is incorrect. The passage never mentions Earth’s crust, so there’s no basis for this inference.",
+ hasFigure: false,
+ },
+ {
+ id: "ac285054",
+ type: "mcq",
+ passage:
+ "The domestic sweet potato (Ipomoea batatas) descends from a wild plant native to South America. It also populates the Polynesian Islands, where evidence confirms that Native Hawaiians and other Indigenous peoples were cultivating the plant centuries before seafaring first occurred over the thousands of miles of ocean separating them from South America. To explain how the sweet potato was first introduced in Polynesia, botanist Pablo Muñoz-Rodríguez and colleagues analyzed the DNA of numerous varieties of the plant, concluding that Polynesian varieties diverged from South American ones over 100,000 years ago. Given that Polynesia was peopled only in the last three thousand years, the team concluded that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "the cultivation of the sweet potato in Polynesia likely predates its cultivation in South America.",
+ },
+ {
+ label: "B",
+ text: "Polynesian peoples likely acquired the sweet potato from South American peoples only within the last three thousand years.",
+ },
+ {
+ label: "C",
+ text: "human activity likely played no role in the introduction of the sweet potato in Polynesia.",
+ },
+ {
+ label: "D",
+ text: "Polynesian sweet potato varieties likely descend from a single South American variety that was domesticated, not wild.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of the sweet potato in Polynesia. The text indicates that the sweet potato is found in Polynesia but originated in South America, and that the sweet potato was being cultivated by Native Hawaiians and other Indigenous peoples in Polynesia long before sea voyages between South America and Polynesia began. The text goes on to note that research by Muñoz-Rodríguez and colleagues has established that the Polynesian varieties of sweet potato split from South American varieties more than 100,000 years ago, which is thousands of years before humans settled in Polynesia. If Polynesian peoples were cultivating the sweet potato before sea voyages between Polynesia and South America began, and if Polynesian varieties of sweet potato diverged from South American varieties well before people were in Polynesia, it can reasonably be concluded that humans didn’t play a role in bringing the sweet potato to Polynesia.
Choice A is incorrect. The text doesn’t provide any information about when the sweet potato began to be cultivated in South America, so there’s no support for the conclusion that cultivation began in Polynesia before it began in South America. Choice B is incorrect because the text indicates that the sweet potato was being cultivated in Polynesia long before sea journeys between Polynesia and South America began. Therefore, it wouldn’t be reasonable to conclude that Polynesian peoples acquired the sweet potato from South American peoples. Additionally, the text indicates that the Polynesian varieties of sweet potato diverged from the South American varieties thousands of years before people settled in Polynesia, which suggests that the sweet potato was already present in Polynesia when people arrived. Choice D is incorrect because the text states that the domestic sweet potato, which is found in Polynesia, descends from a wild South American plant, not from a domesticated South American plant. The only people that the text describes as cultivating the sweet potato are Native Hawaiians and other Indigenous peoples of Polynesia.",
+ hasFigure: false,
+ },
+ {
+ id: "b5e9f3c2",
+ type: "mcq",
+ passage:
+ "Ancestral Puebloans, the civilization from which present-day Pueblo tribes descended, emerged as early as 1500 B.C.E. in an area of what is now the southwestern United States and dispersed suddenly in the late 1200s C.E., abandoning established villages with systems for farming crops and turkeys. Recent analysis comparing turkey remains at Mesa Verde, one such village in southern Colorado, to samples from modern turkey populations in the Rio Grande Valley of north central New Mexico determined that the latter birds descended in part from turkeys cultivated at Mesa Verde, with shared genetic markers appearing only after 1280. Thus, researchers concluded that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "conditions of the terrains in the Rio Grande Valley and Mesa Verde had greater similarities in the past than they do today.",
+ },
+ {
+ label: "B",
+ text: "some Ancestral Puebloans migrated to the Rio Grande Valley in the late 1200s and carried farming practices with them.",
+ },
+ {
+ label: "C",
+ text: "Indigenous peoples living in the Rio Grande Valley primarily planted crops and did not cultivate turkeys before 1280.",
+ },
+ {
+ label: "D",
+ text: "the Ancestral Puebloans of Mesa Verde likely adopted the farming practices of Indigenous peoples living in other regions.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents the conclusion that most logically follows from the text’s discussion of Ancestral Puebloans’ migration to the Rio Grande Valley. The text states that in the late 1200s C.E., the Ancestral Puebloan civilization abandoned villages in its original homeland, which included the Mesa Verde site. The text goes on to say that recent genetic analysis has demonstrated that the modern turkey population in the Rio Grande Valley descends partly from the ancient turkeys raised at Mesa Verde, and that the genetic markers shared by the two turkey populations first appeared at Mesa Verde only after 1280 C.E. Therefore, it can reasonably be concluded that some Ancestral Puebloans migrated to the Rio Grande Valley in the late 1200s and carried their agricultural practices—including the farming of turkeys—to their new home.
Choice A is incorrect because the text never compares the condition of the Rio Grande Valley’s terrain to that of Mesa Verde’s terrain, either in the present or in the past. Choice C is incorrect. Although genetic analysis has demonstrated that the modern turkey population in the Rio Grande valley descended in part from the turkey population raised by the Ancestral Puebloans of Mesa Verde before their migration to the valley in 1280, this finding doesn’t eliminate the possibility that Indigenous peoples living in the valley before 1280 might also have farmed turkeys. Choice D is incorrect. The text doesn’t consider the possibility that before their migration to the Rio Grande Valley after 1280, the Ancestral Puebloans of Mesa Verde might have adopted turkey farming from an outside Indigenous civilization in another region; instead, the text provides evidence suggesting that the Ancestral Puebloans brought turkey farming to another region—the Rio Grande Valley—after 1280.",
+ hasFigure: false,
+ },
+ {
+ id: "cae97f58",
+ type: "mcq",
+ passage:
+ "Mosses can struggle in harsh desert conditions because these plants require enough sunlight for photosynthesis but not so much that they risk drying out. Researchers Jenna Ekwealor and Kirsten M. Fisher found several species of Syntrichia caninervis, a type of desert moss, growing under quartz crystals in California’s Mojave Desert. To evaluate whether these semitransparent rocks benefited the moss, the researchers compared the shoot tissue, a measure of plant growth, of S. caninervis when growing on the soil surface versus when the moss was growing under the quartz rocks. They found that the shoot tissue was 62% longer for moss growing under the quartz as compared to moss on the soil surface, suggesting that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "S. caninervis is one of the few types of moss that can survive under semitransparent rocks.",
+ },
+ {
+ label: "B",
+ text: "quartz crystals do not transmit the necessary sunlight for photosynthesis in S. caninervis.",
+ },
+ {
+ label: "C",
+ text: "S. caninervis growing under quartz crystals experience lower light intensity and are thus able to retain more moisture.",
+ },
+ {
+ label: "D",
+ text: "quartz crystals are capable of supporting S. caninervis growth if the crystals are not too thin.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text. The text explains that while desert moss species need sufficient sunlight for photosynthesis, exposure to sunlight can also affect the plants negatively by drying them out. Ekwealor and Fisher’s team found specimens of S. caninervis moss growing under quartz crystals that were semitransparent, allowing some but not all sunlight to pass through them, and the shoot tissue of these specimens was longer than that of S. caninervis specimens found growing on the surface that were unprotected by such crystals. Since, as the text explains, the length of shoot tissue is an indicator of plant growth, and since greater exposure to sunlight results in greater loss of moisture, it can be inferred that S. caninervis growing under quartz crystals experience lower light intensity and are thus able to retain more moisture.
Choice A is incorrect because the text doesn’t mention another moss species besides S. caninervis or discuss whether other such species are able to grow under transparent crystals, as S. caninervis is. Choice B is incorrect because, as the text explains, specimens of S. caninervis were found growing under quartz crystals and exhibited more plant growth than specimens growing on the soil surface. This wouldn’t have been the case if the crystals transmitted insufficient light for the moss’s photosynthesis. Choice D is incorrect. The text contrasts the growth of S. caninervis specimens found beneath semitransparent quartz crystals with that of specimens found on the soil surface absent such crystals, but it doesn’t make a comparison among specimens growing beneath crystals of different degrees of thickness or consider how the relative thickness of the crystals affects the growth of the moss.",
+ hasFigure: false,
+ },
+ {
+ id: "ce4448b7",
+ type: "mcq",
+ passage:
+ "Researchers recently found that disruptions to an enjoyable experience, like a short series of advertisements during a television show, often increase viewers’ reported enjoyment. Suspecting that disruptions to an unpleasant experience would have the opposite effect, the researchers had participants listen to construction noise for 30 minutes and anticipated that those whose listening experience was frequently interrupted with short breaks of silence would thus ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "find the disruptions more irritating as time went on.",
+ },
+ {
+ label: "B",
+ text: "rate the listening experience as more negative than those whose listening experience was uninterrupted.",
+ },
+ {
+ label: "C",
+ text: "rate the experience of listening to construction noise as lasting for less time than it actually lasted.",
+ },
+ {
+ label: "D",
+ text: "perceive the volume of the construction noise as growing softer over time.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. It most logically completes the text. The text tells us that disruptions to an enjoyable experience increase viewers’ enjoyment. It also says that researchers suspect the opposite is true for disruptions to an unpleasant experience. Thus, we can infer that the researchers expect to find that the interrupted unpleasant experience was worse for listeners than the uninterrupted unpleasant experience.
Choice A is incorrect. It doesn’t logically complete the text. The text never makes any claims about how irritating the disruptions themselves are perceived to be. Rather, the text says that pleasant experiences are perceived as more enjoyable with interruptions, and that the opposite is suspected to be true of unpleasant experiences. Choice C is incorrect. It doesn’t logically complete the text. The text never makes any claims about how long any experience is perceived to be. Rather, the text says that pleasant experiences are perceived as more enjoyable with interruptions, and that the opposite is suspected to be true of unpleasant experiences. Choice D is incorrect. It doesn’t logically complete the text. The text never makes any claims about how interruptions affect the perceived volume of the unpleasant or pleasant experience. Rather, the text says that pleasant experiences are perceived as more enjoyable with interruptions, and that the opposite is suspected to be true of unpleasant experiences.",
+ hasFigure: false,
+ },
+ {
+ id: "cef77aa7",
+ type: "mcq",
+ passage:
+ "Geoglyphs are large-scale designs of lines or shapes created in a natural landscape. The Nazca Lines were created in the Nazca Desert in Peru by several Indigenous civilizations over a period of many centuries. Peruvian archaeologist Johny Isla specializes in these geoglyphs. At a German exhibit about the Nazca Lines, he saw an old photograph of a large geoglyph of a whalelike figure and was surprised that he didn’t recognize it. Isla returned to Peru and used a drone to search a wide area, looking for the figure from the air. This approach suggests that Isla thought that if he hadn’t already seen it, the whalelike geoglyph ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "must represent a species of whale that went extinct before there were any people in Peru.",
+ },
+ {
+ label: "B",
+ text: "is actually located in Germany, not Peru, and isn’t part of the Nazca Lines at all.",
+ },
+ {
+ label: "C",
+ text: "is probably in a location Isla hadn’t ever come across while on the ground.",
+ },
+ {
+ label: "D",
+ text: "was almost certainly created a long time after the other Nazca Lines geoglyphs were created.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of Johny Isla and the whalelike geoglyph. The text indicates that the German exhibit about the Nazca Lines included a photograph showing a whalelike geoglyph that Isla hadn’t known about before attending the exhibit, even though Isla “specializes in” Nazca Lines geoglyphs. Given his expertise, and his surprise at being unfamiliar with the whale glyph, the text strongly suggests that Isla believed he would have noticed the glyph if he had been to its location. Thus, the text implies that the whalelike geoglyph is likely in a location Isla had not previously been to.
Choice A is incorrect because the text doesn’t address either the species of whale that the geoglyph is meant to represent or its relationship to the earliest humans in the area that is now Peru. Choice B is incorrect. Although the text indicates that the photograph of the whalelike geoglyph was on display at a “German exhibit,” that exhibit was specifically “about the Nazca Lines,” which the text indicates are located in Peru. Choice D is incorrect. Although the text does indicate that the glyphs were created “over a period of many centuries,” the text doesn’t address when in that period of time any particular glyphs were created.",
+ hasFigure: false,
+ },
+ {
+ id: "cf3acc50",
+ type: "mcq",
+ passage:
+ "Compiled in the late 1500s largely through the efforts of Indigenous scribes, Cantares Mexicanos is the most important collection of poetry in Classical Nahuatl, the principal language of the Aztec Empire. The poems portray Aztec society before the occupation of the empire by the army of Spain, and marginal notes in Cantares Mexicanos indicate that much of the collection’s content predates the initial invasion. Nonetheless, some of the poems contain inarguable references to beliefs and customs common in Spain during this era. Thus, some scholars have concluded that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "while its content largely predates the invasion, Cantares Mexicanos also contains additions made after the invasion.",
+ },
+ {
+ label: "B",
+ text: "although those who compiled Cantares Mexicanos were fluent in Nahuatl, they had limited knowledge of the Spanish language.",
+ },
+ {
+ label: "C",
+ text: "before the invasion by Spain, the poets of the Aztec Empire borrowed from the literary traditions of other societies.",
+ },
+ {
+ label: "D",
+ text: "the references to beliefs and customs in Spain should be attributed to a coincidental resemblance between the societies of Spain and the Aztec Empire.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text. The text explains that the Cantares Mexicanos contains poems about the Aztec Empire from before the Spanish invasion. Furthermore, it indicates that notes in the collection attest that some of these poems predate the Spanish invasion, while some customs depicted are likely Spanish in origin. The implication is that some poems were composed before the invasion but the references to Spanish customs could have come about only after the invasion, and thus that the collection includes content that predates the invasion and also content from after the invasion.
Choice B is incorrect because the text clearly indicates that the collection is in Nahuatl, not Spanish, so the compilers’ unfamiliarity with Spanish is irrelevant to whether the collection contains material composed after the Spanish invasion. Choice C is incorrect because the text mentions only the Aztec Empire and Spain: there is no information about the relationship of Aztec literature to any traditions other than its own or Spain’s. Choice D is incorrect because the text states that some of the poems make “inarguable references” to common Spanish customs, which conflicts with the idea that these references can reasonably be attributed to mere coincidence.",
+ hasFigure: false,
+ },
+ {
+ id: "d1539546",
+ type: "mcq",
+ passage:
+ "Tides can deposit large quantities of dead vegetation within a salt marsh, smothering healthy plants and leaving a salt panne—a depression devoid of plants that tends to trap standing water—in the marsh’s interior. Ecologist Kathryn Beheshti and colleagues found that burrowing crabs living within these pannes improve drainage by loosening the soil, leading the pannes to shrink as marsh plants move back in. At salt marsh edges, however, crab-induced soil loosening can promote marsh loss by accelerating erosion, suggesting that the burrowing action of crabs ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "can be beneficial to marshes with small pannes but can be harmful to marshes with large pannes.",
+ },
+ {
+ label: "B",
+ text: "may promote increases in marsh plants or decreases in marsh plants, depending on the crabs’ location.",
+ },
+ {
+ label: "C",
+ text: "tends to be more heavily concentrated in areas of marsh interiors with standing water than at marsh edges.",
+ },
+ {
+ label: "D",
+ text: "varies in intensity depending on the size of the panne relative to the size of the surrounding marsh.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The text says that crab burrowing in the pannes enables plants to grow there again. It also says that crab burrowing at the edges of the marsh speeds up marsh loss. This suggests that burrowing crabs can either help or hurt marshes, depending on where they’re located.
Choice A is incorrect. This inference isn’t supported. The text never discusses pannes of different sizes. Choice C is incorrect. This inference isn’t supported. The text never suggests that crabs do more burrowing in the pannes (the areas with standing water) than they do at the edges. Rather, the text says that the burrowing that happens in the pannes is beneficial, while the burrowing that happens at the edges is harmful. Choice D is incorrect. This inference isn’t supported. The text never discusses the intensity of crab burrowing, nor does it discuss the size of the panne relative to the size of the marsh.",
+ hasFigure: false,
+ },
+ {
+ id: "e185a21f",
+ type: "mcq",
+ passage:
+ "One theory behind human bipedalism speculates that it originated in a mostly ground-based ancestor that practiced four-legged “knuckle-walking,” like chimpanzees and gorillas do today, and eventually evolved into moving upright on two legs. But recently, researchers observed orangutans, another relative of humans, standing on two legs on tree branches and using their arms for balance while they reached for fruits. These observations may suggest that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "bipedalism evolved because it was advantageous to a tree-dwelling ancestor of humans.",
+ },
+ {
+ label: "B",
+ text: "bipedalism must have evolved simultaneously with knuckle-walking and tree-climbing.",
+ },
+ {
+ label: "C",
+ text: "moving between the ground and the trees would have been difficult without bipedalism.",
+ },
+ {
+ label: "D",
+ text: "a knuckle-walking human ancestor could have easily moved bipedally in trees.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of the evolution of bipedalism in humans. According to the text, one potential explanation for humans walking upright on two legs is that the behavior evolved from an ancestor that mostly stayed on the ground and walked on four limbs, as modern chimpanzees and gorillas do. However, the finding that orangutans, also a relative of humans, sometimes stand on two legs in trees while using their arms to balance and reach for fruits suggests another possible explanation: perhaps a tree-dwelling ancestor of humans began moving on two legs because it offered an advantage, such as access to certain foods.
Choice B is incorrect because the finding that modern orangutans (a relative of humans) sometimes stand on two legs in trees doesn’t offer any insight into when either bipedalism or tree-climbing behavior emerged in human ancestors. Additionally, the text indicates that one theory is that bipedalism evolved from a mostly ground-based ancestor that was already practicing knuckle-walking, not that bipedalism and knuckle-walking developed at the same time. Choice C is incorrect because the finding that orangutans (a relative of humans) sometimes stand on two legs in trees doesn’t offer any insight into how difficult it would’ve been to move between the ground and the trees without bipedalism; there’s no suggestion that climbing or moving in trees depends on the ability to walk on two legs rather than four, even if that ability might be helpful in certain circumstances. Choice D is incorrect because the finding that orangutans (a relative of humans) sometimes stand on two legs in trees doesn’t suggest that a knuckle-walking human ancestor could’ve easily moved on two legs in trees. Although the text indicates that bipedalism may have evolved from a human ancestor that mostly stayed on the ground and walked on four limbs, it gives no indication of how easy it would’ve been for such an ancestor to move bipedally in trees.",
+ hasFigure: false,
+ },
+ {
+ id: "f1bfbed3",
+ type: "mcq",
+ passage:
+ "Marta Coll and colleagues’ 2010 Mediterranean Sea biodiversity census reported approximately 17,000 species, nearly double the number reported in Carlo Bianchi and Carla Morri’s 2000 census—a difference only partly attributable to the description of new invertebrate species in the interim. Another factor is that the morphological variability of microorganisms is poorly understood compared to that of vertebrates, invertebrates, plants, and algae, creating uncertainty about how to evaluate microorganisms as species. Researchers’ decisions on such matters therefore can be highly consequential. Indeed, the two censuses reported similar counts of vertebrate, plant, and algal species, suggesting that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "Coll and colleagues reported a much higher number of species than Bianchi and Morri did largely due to the inclusion of invertebrate species that had not been described at the time of Bianchi and Morri’s census.",
+ },
+ {
+ label: "B",
+ text: "some differences observed in microorganisms may have been treated as variations within species by Bianchi and Morri but treated as indicative of distinct species by Coll and colleagues.",
+ },
+ {
+ label: "C",
+ text: "Bianchi and Morri may have been less sensitive to the degree of morphological variation displayed within a typical species of microorganism than Coll and colleagues were.",
+ },
+ {
+ label: "D",
+ text: "the absence of clarity regarding how to differentiate among species of microorganisms may have resulted in Coll and colleagues underestimating the number of microorganism species.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents the conclusion that most logically completes the text’s discussion of the different counts of species in the Mediterranean Sea. The text states that Coll and colleagues reported almost double the number of species that Bianchi and Morri reported in their study ten years earlier. According to the text, this difference can only be partly attributed to new invertebrate species being described in the years between the two studies, which means there must be an additional factor that made Coll and colleagues’ count so much higher than Bianchi and Morri’s count. The text goes on to explain that factor: researchers have a relatively poor understanding of microorganisms’ morphological variability, or the differences in microorganisms’ structure and form. This poor understanding makes it hard to classify microorganisms by species and means that researchers’ decisions about classifying microorganisms can have a large effect on the overall species counts that researchers report. Additionally, the text says that the two censuses reported similar numbers of vertebrate, plant, and algal species, which means that the difference in overall species did not come from differences in those categories. Given all this information, it most logically follows that Coll and colleagues may have treated some of the differences among microorganisms as indicative of the microorganisms being different species, whereas Bianchi and Morri treated those differences as variations within species, resulting in Coll and colleagues reporting many more species than Bianchi and Morri did.
Choice A is incorrect because the text explicitly addresses this issue by stating that the description of new invertebrate species in the years between the two studies can explain only part of the difference in the number of species reported by the studies. The focus of the text is on explaining the difference between Coll and colleagues’ count and Bianchi and Morri’s count that cannot be accounted for by the inclusion of invertebrate species that had not been described at the time of Bianchi and Morri’s study. Choice C is incorrect because nothing in the text suggests that Bianchi and Morri may have been less sensitive to how much the form and structure of microorganisms vary within the same species than Coll and colleagues were. If Bianchi and Morri had been less sensitive to within-species variation than Coll and colleagues were, Bianchi and Morri would likely have reported more species than Coll and colleagues did, since less sensitivity to within-species variation would lead researchers to classify as different species microorganisms that more sensitive researchers would classify as variations within the same species. The text indicates, however, that Bianchi and Morri reported far fewer species than Coll and colleagues did; since the text also excludes other explanations for this difference, it suggests that in fact Bianchi and Morri were more sensitive to within-species variation than Coll and colleagues were, leading Bianchi and Morri to report fewer overall species. Choice D is incorrect because the text is focused on explaining why Coll and colleagues reported many more species than Bianchi and Morri did, and an underestimate of the number of microorganism species by Coll and colleagues would not explain that difference—it would suggest, in fact, that the difference in the number of species should have been even larger.",
+ hasFigure: false,
+ },
+ {
+ id: "f2250478",
+ type: "mcq",
+ passage:
+ "Among social animals that care for their young, such as chickens, macaque monkeys, and humans, newborns appear to show an innate attraction to faces and face-like stimuli. Elisabetta Versace and her colleagues used an image of three black dots arranged in the shape of eyes and a nose or mouth to test whether this trait also occurs in Testudo tortoises, which live alone and do not engage in parental care. They found that tortoise hatchlings showed a significant preference for the image, suggesting that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "face-like stimuli are likely perceived as harmless by newborns of social species that practice parental care but as threatening by newborns of solitary species without parental care.",
+ },
+ {
+ label: "B",
+ text: "researchers should not assume that an innate attraction to face-like stimuli is necessarily an adaptation related to social interaction or parental care.",
+ },
+ {
+ label: "C",
+ text: "researchers can assume that the attraction to face-like stimuli that is seen in social species that practice parental care is learned rather than innate.",
+ },
+ {
+ label: "D",
+ text: "newly hatched Testudo tortoises show a stronger preference for face-like stimuli than adult Testudo tortoises do.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it presents the conclusion that most logically follows from the text’s discussion of the study by Versace and colleagues. The text indicates that newborn animals of some species are attracted to faces and to stimuli that resemble faces. These species, the text says, share two characteristics: they’re social and they practice parental care, meaning that parents care for their young. The text goes on to describe Versace and colleagues’ experiment, which showed that Testudo tortoises, which aren’t social and don’t practice parental care, were attracted to a stimulus that resembles a face. Since Versace and colleagues have shown that a species that isn’t social and doesn’t practice parental care nevertheless has the innate characteristic of being attracted to face-like stimuli, it follows that this characteristic shouldn’t be assumed to be an adaptation related to social interaction or parental care.
Choice A is incorrect because the text indicates that the tortoise hatchlings, which are solitary and don’t practice parental care, were attracted to the face-like stimuli, not that they perceived the stimuli as threatening. Choice C is incorrect because the phenomenon discussed in the text is an attraction to faces and face-like stimuli on the part of newborn animals, which can’t show any learned characteristics since they were just born. Additionally, the text tells us that the tortoises Versace and colleagues studied aren’t social and don’t practice parental care, so any findings about those tortoises wouldn’t be relevant to the question of whether an attraction to faces in social species that practice parental care is innate or learned. Choice D is incorrect because the text gives no indication that adult tortoises were tested on face-like stimuli and, if adults were in fact tested, no information about how they responded is provided. Since no information about adult tortoises’ responses is provided, no conclusion comparing those responses to the responses of newly hatched tortoises can be supported.",
+ hasFigure: false,
+ },
+ {
+ id: "f27559d4",
+ type: "mcq",
+ passage:
+ "Volunteering, or giving time for a community service for free, is a valuable form of civic engagement because helping in a community is also good for society as a whole. In a survey of youths in the United States, most young people said that they believe volunteering is a way to help people on an individual level. Meanwhile, only 6% of the youths said that they think volunteering is a way to help fix problems in society overall. These replies suggest that ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "many young people think they can volunteer only within their own communities.",
+ },
+ {
+ label: "B",
+ text: "volunteering may be even more helpful than many young people think it is.",
+ },
+ {
+ label: "C",
+ text: "volunteering can help society overall more than it can help individual people.",
+ },
+ {
+ label: "D",
+ text: "many young people may not know how to find ways to volunteer their time.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of volunteering. The text asserts that volunteering benefits both the community in which one volunteers and society as a whole. It then states that in a survey of young people, a majority of respondents said that volunteering helps individuals, but only 6% of respondents said that volunteering helps society as a whole. If volunteering does in fact help society as a whole, as the text says, but only 6% of young people believe it does, then it’s reasonable to conclude that volunteering is more helpful than many young people think it is.
Choice A is incorrect because the text discusses young people’s beliefs about the benefits of volunteering, not where young people believe they are able to volunteer. Nothing in the text suggests that many young people believe they are only able to volunteer in their own communities. Choice C is incorrect. Although the text indicates that volunteering is beneficial for society as a whole, nothing in the text suggests that volunteering can benefit society more than it can benefit individual people. The text doesn’t compare the benefits to society with the benefits to individuals. Choice D is incorrect because the text discusses young people’s beliefs about the benefits of volunteering, not how to find volunteering opportunities. There’s nothing in the text to suggest that many young people don’t know how to volunteer.",
+ hasFigure: false,
+ },
+ {
+ id: "f39507a3",
+ type: "mcq",
+ passage:
+ "One challenge when researching whether holding elected office changes a person’s behavior is the problem of ensuring that the experiment has an appropriate control group. To reveal the effect of holding office, researchers must compare people who hold elected office with people who do not hold office but who are otherwise similar to the office-holders. Since researchers are unable to control which politicians win elections, they therefore ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "struggle to find valid data about the behavior of politicians who do not currently hold office.",
+ },
+ {
+ label: "B",
+ text: "can only conduct valid studies with people who have previously held office rather than people who presently hold office.",
+ },
+ {
+ label: "C",
+ text: "should select a control group of people who differ from office holders in several significant ways.",
+ },
+ {
+ label: "D",
+ text: "will find it difficult to identify a group of people who can function as an appropriate control group for their studies.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it presents the conclusion that most logically follows from the text’s discussion of the challenge researchers face when studying the effects of holding elected office on a person’s behavior. The text explains that it’s hard for researchers to test for the effects that elected office has on people because finding people to serve as a control group is difficult. The text indicates that a control group needs to be made up of people who share characteristics of the group being tested but don’t have the variable being tested (in this case, holding elected office). Because researchers aren’t able to influence who wins elections, they’re also unable to determine who would serve as an appropriately similar member of a control group. Thus, it logically follows that researchers will find it difficult to identify a group of people who can function as an appropriate control group for their studies.
Choice A is incorrect because the text focuses on the struggle to put together a control group for experiments; it doesn’t suggest that finding information about politicians’ behavior is difficult. Choice B is incorrect because the experiments mentioned in the text are testing the effects of holding elected office on a person’s behavior. Studying people who have already held elected office wouldn’t provide an opportunity to note any behavioral changes that the position might cause. Choice C is incorrect because the text defines people in a control group as those “who are otherwise similar to the office-holders”; selecting people who differ from the office-holders wouldn’t fit the criteria for an appropriate control group.",
+ hasFigure: false,
+ },
+ {
+ id: "f942646f",
+ type: "mcq",
+ passage:
+ "Researchers Suchithra Rajendran and Maximilian Popfinger modeled varying levels of passenger redistribution from short-haul flights (flights of 50 to 210 minutes, from takeoff to landing) to high-speed rail trips. Planes travel faster than trains, but air travel typically requires 3 hours of lead time for security, baggage handling, and boarding that rail travel doesn’t, so short-haul routes take similar amounts of time by air and by rail. However, the model suggests that as rail passenger volumes approach current capacity limits, long lead times emerge. Therefore, for rail to remain a viable alternative to short-haul flights, ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "rail systems should offer fewer long-haul routes and airlines should offer more long-haul routes.",
+ },
+ {
+ label: "B",
+ text: "rail systems may need to schedule additional trains for these routes.",
+ },
+ {
+ label: "C",
+ text: "security, baggage handling, and boarding procedures used by airlines may need to be implemented for rail systems.",
+ },
+ {
+ label: "D",
+ text: "passengers who travel by rail for these routes will need to accept that lead times will be similar to those for air travel.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Air travel usually requires much more “lead time” than train travel, so short flights end up taking the same amount of time as a train trip to the same destination. But train travel starts to need more “lead time” when the trains approach their capacity limits. This suggests that train companies should add more trains for these routes if they want to encourage travelers to take a train instead of a plane.
Choice A is incorrect. This inference isn’t supported. The text never discusses “long-haul routes” for either air travel or rail travel, so there is no basis to make this inference. Choice C is incorrect. This inference isn’t supported. The text only mentions these procedures to explain why the “lead time” is so long for air travel. It never suggests that trains need to start implementing these procedures too. Choice D is incorrect. This inference isn’t supported. The goal is to make sure that trains “remain a viable alternative” to short flights, which suggests that anything that makes train travel take longer should be avoided.",
+ hasFigure: false,
+ },
+ {
+ id: "f9bd4e61",
+ type: "mcq",
+ passage:
+ "German theater practitioner Bertolt Brecht (1898–1956) believed that theater should elicit an intellectual rather than an emotional response from audiences, provoking them to consider social and political realities that extend beyond the characters and events depicted onstage. Brecht’s influence can be seen in English playwright Caryl Churchill’s 1979 play Cloud 9: although the play sometimes invites empathetic reactions, it primarily works to engage audiences in an interrogation of patriarchy and colonialism, which it does by placing audiences at a distance, thereby encouraging them to ______blank
",
+ questionHtml: "Which choice most logically completes the text?",
+ choices: [
+ {
+ label: "A",
+ text: "focus on the characters’ beliefs about social and political issues as revealed by the characters’ actions.",
+ },
+ {
+ label: "B",
+ text: "reflect on social and political phenomena not directly related to patriarchy and colonialism.",
+ },
+ {
+ label: "C",
+ text: "recognize pertinent social and political parallels between Germany during Brecht’s time and England at the time when Churchill was writing Cloud 9.",
+ },
+ {
+ label: "D",
+ text: "be dispassionate as they think critically about the social and political questions raised by the play.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Churchill’s play was influenced by Brecht’s belief that theater should elicit an intellectual rather than an emotional response from audiences, making them think about social and political issues that also exist outside of the play. Therefore, it makes sense that Churchill would strive to have audiences think dispassionately (i.e., without emotion) and critically about the social and political questions raised by the play.
Choice A is incorrect. The passage mentions that Churchill was influenced by Brecht’s belief that plays should provoke audience members “to consider social and political realities that extend beyond the characters and events depicted onstage,” so there’s no basis for an inference about audience members deeply engaging with characters’ beliefs and actions. Choice B is incorrect. Reflecting on things that aren’t related to patriarchy and colonialism wouldn’t “engage audiences in an interrogation of patriarchy and colonialism.” That creates a confusing contradiction. Choice C is incorrect. No mention is made of social and political issues in Germany during Brecht’s time, so there’s no basis for this inference.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/rw/rhetorical-synthesis.ts b/src/data/rw/rhetorical-synthesis.ts
new file mode 100644
index 0000000..8e66ad5
--- /dev/null
+++ b/src/data/rw/rhetorical-synthesis.ts
@@ -0,0 +1,3100 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const RHETORICAL_EASY: PracticeQuestion[] = [
+ {
+ id: "00460c13",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Novelist Willa Cather grew up in Nebraska and attended the University of Nebraska-Lincoln.
Some of Cather’s best-known novels are set in Nebraska.
Two such novels are O Pioneers! (1913) and My Ántonia (1918).
Cather’s novels describe the experiences of immigrants who settled in the Great Plains.
",
+ questionHtml:
+ "The student wants to identify the setting of Cather’s novel My Ántonia. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "My Ántonia is set in Nebraska, where Cather grew up.",
+ },
+ {
+ label: "B",
+ text: "Cather, author of My Ántonia, described the experiences of immigrants in her novels.",
+ },
+ {
+ label: "C",
+ text: "Among Cather’s best-known novels are O Pioneers! (1913) and My Ántonia (1918).",
+ },
+ {
+ label: "D",
+ text: "Cather attended the University of Nebraska-Lincoln and set some of her novels in Nebraska.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This choice directly identifies the setting of Cather’s novel My Ántonia as Nebraska.
Choice B is incorrect. This choice mentions that Cather wrote about immigrants, but it doesn’t indicate where they lived. Choice C is incorrect. This choice mentions that My Ántonia is one of Cather’s best-known novels but doesn’t state where it takes place. Choice D is incorrect. This choice mentions that some of Cather’s novels are set in Nebraska, but it doesn’t specify which ones, so we can’t be certain that My Ántonia is one of them. It also includes irrelevant information about Cather’s education.",
+ hasFigure: false,
+ },
+ {
+ id: "13f36b03",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Jon Ching is a Los Angeles-based painter.
He uses the term “flauna” to describe the plant-animal hybrids that he depicts in his surreal paintings.
“Flauna” is a combination of the words “flora” and “fauna.”
His painting Nectar depicts a parrot with leaves for feathers.
His painting Primaveral depicts a snow leopard whose fur sprouts flowers.
",
+ questionHtml:
+ "The student wants to provide an explanation and example of “flauna.” Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The term “flauna,” used by Los Angeles-based painter Jon Ching, is a combination of the words “flora” and “fauna.”",
+ },
+ {
+ label: "B",
+ text: "Jon Ching uses the term “flauna,” a combination of the words “flora” and “fauna,” to describe the subjects of his surreal paintings: plant-animal hybrids such as a parrot with leaves for feathers.",
+ },
+ {
+ label: "C",
+ text: "Jon Ching, who created Nectar, refers to the subjects of his paintings as “flauna.”",
+ },
+ {
+ label: "D",
+ text: "The subjects of Nectar and Primaveral are types of “flauna,” a term that the paintings’ creator, Jon Ching, uses when describing his surreal artworks.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it provides both an explanation and an example of “flauna.” The sentence explains that flauna, a combination of the words “flora” and “fauna,” is a term used by Jon Ching to describe the plant-animal hybrids in his paintings. The sentence also mentions an example of Ching’s flauna: a parrot with leaves for feathers.
Choice A is incorrect. While the sentence partially explains what “flauna” is, it doesn’t provide a full explanation or specific example of Ching’s flauna. Choice C is incorrect. While the sentence partially explains what “flauna” is and includes a title of a Ching painting, it doesn’t provide a full explanation or specific example of Ching’s flauna. Choice D is incorrect. While the sentence partially explains what “flauna” is and includes the titles of two Ching paintings, it doesn’t provide a full explanation of Ching’s flauna.",
+ hasFigure: false,
+ },
+ {
+ id: "1792fa73",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The tundra is a type of environment characterized by especially harsh winter conditions.
Winter temperatures in the tundra average a frigid −30negative 30 degrees Fahrenheit.
Animals that have adapted to these conditions can survive tundra winters.
During the tundra’s short growing season, average temperatures can reach a relatively mild 54 degrees Fahrenheit.
Around 1,700 different kinds of plants are able to grow in the tundra.
",
+ questionHtml:
+ "The student wants to emphasize how harsh the conditions can be in the tundra. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Winters in the tundra are especially harsh, with temperatures averaging a frigid −30negative 30 degrees Fahrenheit.",
+ },
+ {
+ label: "B",
+ text: "Animals that have adapted to harsh winter conditions can survive tundra winters.",
+ },
+ {
+ label: "C",
+ text: "There are around 1,700 different kinds of plants that can live in the tundra, where average temperatures can reach a mild 54 degrees Fahrenheit.",
+ },
+ {
+ label: "D",
+ text: "Along with animals that have adapted to the tundra’s conditions, around 1,700 different kinds of plants can live in the tundra.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The sentence emphasizes how harsh the conditions in the tundra can be, noting that the winters are especially harsh and describing the average temperatures as “frigid.”
Choice B is incorrect because the sentence explains that some animals can survive harsh tundra winters; it doesn’t emphasize how harsh the conditions can be. Choice C is incorrect because the sentence specifies how many different kinds of plants can live in the tundra; it doesn’t emphasize how harsh the conditions in the tundra can be. Choice D is incorrect because the sentence explains that both plants and animals can survive in the tundra; it doesn’t emphasize how harsh the conditions in the tundra can be.",
+ hasFigure: false,
+ },
+ {
+ id: "264e7415",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The Philadelphia and Lancaster Turnpike was a road built between 1792 and 1794.
It was the first private turnpike in the United States.
It connected the cities of Philadelphia and Lancaster in the state of Pennsylvania.
It was sixty-two miles long.
",
+ questionHtml:
+ "The student wants to emphasize the distance covered by the Philadelphia and Lancaster Turnpike. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The sixty-two-mile-long Philadelphia and Lancaster Turnpike connected the Pennsylvania cities of Philadelphia and Lancaster.",
+ },
+ {
+ label: "B",
+ text: "The Philadelphia and Lancaster Turnpike was the first private turnpike in the United States.",
+ },
+ {
+ label: "C",
+ text: "The Philadelphia and Lancaster Turnpike, which connected two Pennsylvania cities, was built between 1792 and 1794.",
+ },
+ {
+ label: "D",
+ text: "A historic Pennsylvania road, the Philadelphia and Lancaster Turnpike was completed in 1794.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The sentence emphasizes the distance covered by the Philadelphia and Lancaster Turnpike, noting that the turnpike, which connected the two Pennsylvania cities in its name, was sixty-two miles long.
Choice B is incorrect. The sentence emphasizes the significance of the turnpike; it doesn’t emphasize the distance that the turnpike covered. Choice C is incorrect. While the sentence mentions that the turnpike connected two Pennsylvania cities, it doesn’t emphasize the specific distance covered by the turnpike. Choice D is incorrect. The sentence emphasizes when the turnpike was built; it doesn’t emphasize the distance that the turnpike covered.",
+ hasFigure: false,
+ },
+ {
+ id: "296801d2",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The Azores is a group of islands about 870 miles off the coast of Portugal.
Historians have long believed that in the fifteenth century Portuguese mariners were the first humans to populate the Azores.
A 2015 study coauthored by Sofia Gabriel and Maria da Luz Mathias found that Vikings from Scandinavia may have populated the Azores as early as the ninth century.
The researchers found a genetic connection between house mice in the Azores and house mice in Scandinavia.
House mice may have traveled from Scandinavia to the Azores on Viking ships.
",
+ questionHtml:
+ "The student wants to specify who may have first populated the Azores, according to the 2015 study. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Historians have long believed that the first humans to populate the Azores, a group of islands about 870 miles off the coast of Portugal, arrived in the fifteenth century.",
+ },
+ {
+ label: "B",
+ text: "Portuguese mariners may not have been the first humans to populate the Azores.",
+ },
+ {
+ label: "C",
+ text: "In their 2015 study, the researchers found a genetic connection between house mice in the Azores and those in Scandinavia.",
+ },
+ {
+ label: "D",
+ text: "According to a 2015 study, the first humans to populate the Azores may have been Vikings from Scandinavia, not mariners from Portugal as previously believed.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This choice effectively specifies who may have first populated the Azores, according to the 2015 study: the Vikings.
Choice A is incorrect. This choice doesn’t effectively specify who may have first populated the Azores, according to the 2015 study. It only mentions the historical belief that the Portuguese were first. The 2015 study drew a different conclusion. Choice B is incorrect. This choice casts doubt on the Portuguese claim but doesn’t name the group of people who may have arrived before the Portuguese. Choice C is incorrect. This choice mentions the evidence that the researchers found but not the conclusion they drew from it. It doesn’t name the possible group of people who may have arrived before the Portuguese.",
+ hasFigure: false,
+ },
+ {
+ id: "3067723b",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The Seikan Tunnel is a rail tunnel in Japan.
It connects the island of Honshu to the island of Hokkaido.
It is roughly 33 miles long.
The Channel Tunnel is a rail tunnel in Europe.
It connects Folkestone, England, to Coquelles, France.
It is about 31 miles long.
",
+ questionHtml:
+ "The student wants to compare the lengths of the two rail tunnels. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Some of the world’s rail tunnels, including one tunnel that extends from Folkestone, England, to Coquelles, France, are longer than 30 miles.",
+ },
+ {
+ label: "B",
+ text: "The Seikan Tunnel is roughly 33 miles long, while the slightly shorter Channel Tunnel is about 31 miles long.",
+ },
+ {
+ label: "C",
+ text: "The Seikan Tunnel, which is roughly 33 miles long, connects the Japanese islands of Honshu and Hokkaido.",
+ },
+ {
+ label: "D",
+ text: "Both the Seikan Tunnel, which is located in Japan, and the Channel Tunnel, which is located in Europe, are examples of rail tunnels.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The sentence compares the lengths of the two rail tunnels, noting that the Channel Tunnel (about 31 miles long) is slightly shorter than the Seikan Tunnel (roughly 33 miles long).
Choice A is incorrect. The sentence makes a generalization about the length of some rail tunnels; it doesn’t compare the lengths of the two rail tunnels. Choice C is incorrect. The sentence describes a single rail tunnel; it doesn’t compare the lengths of the two rail tunnels. Choice D is incorrect. While the sentence mentions the two rail tunnels, it doesn’t compare their lengths.",
+ hasFigure: false,
+ },
+ {
+ id: "4b376902",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
NASA uses rovers, large remote vehicles with wheels, to explore the surface of Mars.
NASA’s rovers can’t explore regions inaccessible to wheeled vehicles.
Rovers are also heavy, making them difficult to land on the planet’s surface.
Microprobes, robotic probes that weigh as little as 50 milligrams, could be deployed virtually anywhere on the surface of Mars.
Microprobes have been proposed as an alternative to rovers.
",
+ questionHtml:
+ "The student wants to explain an advantage of microprobes. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Despite being heavy, NASA’s rovers can land successfully on the surface of Mars.",
+ },
+ {
+ label: "B",
+ text: "Microprobes, which weigh as little as 50 milligrams, could explore areas of Mars that are inaccessible to NASA’s heavy, wheeled rovers.",
+ },
+ {
+ label: "C",
+ text: "NASA currently uses its rovers on Mars, but microprobes have been proposed as an alternative.",
+ },
+ {
+ label: "D",
+ text: "Though they are different sizes, both microprobes and rovers can be used to explore the surface of Mars.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The sentence explains an advantage of microprobes, noting that because microprobes weigh as little as 50 milligrams, they can explore areas inaccessible to rovers.
Choice A is incorrect. The sentence indicates that rovers can land successfully on Mars despite their weight; it doesn’t explain an advantage of microprobes. Choice C is incorrect. While the sentence mentions that microprobes have been proposed as an alternative to rovers, it doesn’t explain an advantage of microprobes. Choice D is incorrect. The sentence emphasizes a similarity between microprobes and rovers; it doesn’t explain an advantage of microprobes.",
+ hasFigure: false,
+ },
+ {
+ id: "6b5bc97d",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The Sasanian Empire lasted about 400 years (AD 224 to AD 651).
The Sasanians controlled an area spanning 1.4 million square miles.
This area included present-day Iran and Iraq.
The empire’s capital was the ancient city of Ctesiphon.
Ctesiphon was located near present-day Baghdad, Iraq.
",
+ questionHtml:
+ "The student wants to specify the location of Ctesiphon. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The Sasanian Empire began in AD 224 and ended in AD 651.",
+ },
+ {
+ label: "B",
+ text: "The capital of the Sasanian Empire, which spanned 1.4 million square miles, was Ctesiphon.",
+ },
+ {
+ label: "C",
+ text: "The Sasanians controlled an area of 1.4 million square miles, including present-day Iran and Iraq.",
+ },
+ {
+ label: "D",
+ text: "Ctesiphon, the capital of the Sasanian Empire, was located near present-day Baghdad, Iraq.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence specifies the location of Ctesiphon, noting that it was located near present-day Baghdad, Iraq.
Choice A is incorrect because the sentence explains when the Sasanian Empire began and ended; it doesn’t specify the location of Ctesiphon. Choice B is incorrect because the sentence emphasizes that Ctesiphon was the capital of the Sasanian Empire; it doesn’t specify Ctesiphon’s location. Choice C is incorrect because it emphasizes the size of the Sasanian Empire; it doesn’t specify the location of Ctesiphon.",
+ hasFigure: false,
+ },
+ {
+ id: "a3204ab0",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Yellowstone is a national park in the northwest United States.
In 1995, gray wolves were reintroduced into the park.
Since then, the number of gray wolves in the park has stabilized at roughly 100.
This number is believed to be the park’s carrying capacity.
Carrying capacity describes the maximum number of a species that a specific environment’s resources can sustain over time.
",
+ questionHtml:
+ "The student wants to specify the number of gray wolves in Yellowstone. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Gray wolves were reintroduced into Yellowstone, a national park in the northwest United States, in 1995.",
+ },
+ {
+ label: "B",
+ text: "As of 1995, there were gray wolves living in Yellowstone, a national park in the northwest United States.",
+ },
+ {
+ label: "C",
+ text: "The carrying capacity of an environment, such as Yellowstone, describes the maximum number of species that the environment can sustain over time.",
+ },
+ {
+ label: "D",
+ text: "Yellowstone is a national park that has roughly 100 gray wolves living in it.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This choice uses relevant information from the third bullet point to state the approximate number of gray wolves in Yellowstone.
Choice A is incorrect. This choice mentions the year gray wolves in Yellowstone were reintroduced but not how many there are currently. Choice B is incorrect. This choice mentions the year gray wolves in Yellowstone were reintroduced but not how many there are currently. Choice C is incorrect. This choice defines the term carrying capacity but doesn’t connect it to the specific number of gray wolves currently living in Yellowstone.",
+ hasFigure: false,
+ },
+ {
+ id: "ba263620",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In 1897, African American inventor Andrew Beard invented an automatic coupler.
It improved on the existing design of train car couplers.
It made the job of connecting train cars safer.
In 1938, African American inventor Frederick Jones invented a mobile refrigeration system.
It improved on the existing design of food transport trucks.
It enabled trucks to carry perishable foods farther.
",
+ questionHtml:
+ "The student wants to emphasize a similarity between Beard’s invention and Jones’s invention. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Beard’s automatic coupler and Jones’s mobile refrigeration system both improved on existing designs.",
+ },
+ {
+ label: "B",
+ text: "In 1897, Beard invented an automatic coupler, which made the job of connecting train cars safer.",
+ },
+ {
+ label: "C",
+ text: "Beard’s invention made the job of connecting train cars safer, whereas Jones’s invention enabled food transport trucks to carry perishables farther.",
+ },
+ {
+ label: "D",
+ text: "Jones’s mobile refrigeration system, which he invented in 1938, made it possible for food transport trucks to carry perishable foods farther.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. It compares Beard’s and Jones’s inventions to one another, and emphasizes what they have in common.
Choice B is incorrect. This choice doesn’t emphasize a similarity. It only mentions Beard’s invention. It doesn’t compare it to Jones’s invention. Choice C is incorrect. This choice doesn’t emphasize a similarity between the two inventions. Instead, it emphasizes a difference. Choice D is incorrect. This choice doesn’t emphasize a similarity. It only mentions Jones’s invention. It doesn’t compare it to Beard’s invention.",
+ hasFigure: false,
+ },
+ {
+ id: "ca4ff52d",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Muslins are woven cotton fabrics with a variety of uses.
Dhaka muslin is a handmade fabric produced in Dhaka, Bangladesh.
It has an extremely fine weave and is primarily used to make luxury clothing.
Sheeting muslin is a machine-made fabric produced in factories.
It has a coarse weave and is primarily used to upholster furniture and create backdrops for theater sets.
",
+ questionHtml:
+ "The student wants to emphasize a difference between the two muslins. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Dhaka muslin is a handmade fabric with an extremely fine weave, while sheeting muslin is machine made with a coarse weave.",
+ },
+ {
+ label: "B",
+ text: "Dhaka muslin and sheeting muslin are two different types of woven cotton fabrics.",
+ },
+ {
+ label: "C",
+ text: "Muslins can be used in a variety of ways, from making luxury clothing to upholstering furniture and creating backdrops for theater sets.",
+ },
+ {
+ label: "D",
+ text: "Sheeting muslin is machine made, has a coarse weave, and is used for furniture and theater sets.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The difference between the two different kinds of muslin is emphasized.
Choice B is incorrect. This choice lists two kinds of muslins, but does not say how they are different from one another. Choice C is incorrect. This choice does not emphasize a difference between the two muslins. Choice D is incorrect. This choice does not emphasize a difference between the two muslins. It only describes sheeting muslin.",
+ hasFigure: false,
+ },
+ {
+ id: "d7f31e68",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Annie Wu is a prominent American flutist who graduated from the New England Conservatory.
She has won multiple national flute competitions.
She is best known for a 2011 YouTube video that has been viewed over two million times.
The video shows her performing Three Beats for Beatbox Flute, an original work by composer Greg Pattillo.
Wu combines flute playing and beatboxing in the video.
",
+ questionHtml:
+ "The student wants to emphasize Wu’s most well-known achievement. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Annie Wu, who has won multiple national flute competitions, has also combined flute playing and beatboxing.",
+ },
+ {
+ label: "B",
+ text: "Among her many achievements, prominent American flutist Annie Wu graduated from the New England Conservatory and has won multiple national flute competitions.",
+ },
+ {
+ label: "C",
+ text: "Annie Wu is best known for a 2011 YouTube video performance of Three Beats for Beatbox Flute that has been viewed over two million times.",
+ },
+ {
+ label: "D",
+ text: "Composer Greg Pattillo’s original work Three Beats for Beatbox Flute combines flute playing and beatboxing.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. This describes the achievement for which Wu is best known.
Choice A is incorrect. This choice doesn’t emphasize Wu’s most well-known achievement. It mentions some of her general achievements, but not the one for which she is “best known.” Choice B is incorrect. This choice doesn’t emphasize Wu’s most well-known achievement—it describes several of her achievements equally. Choice D is incorrect. This choice doesn’t emphasize Wu’s most well-known achievement. It describes a piece of music featured in her most well-known achievement.",
+ hasFigure: false,
+ },
+ {
+ id: "e2693197",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Oracles of the Pink Universe was a 2021 exhibition at the Denver Museum of Art in Colorado.
It featured eight artworks by South African artist Simphiwe Ndzube.
One of these works is a painting titled Assertion of Will.
Assertion of Will depicts three standing figures.
The figures wear clothing made of fabric pieces stitched to the painting’s canvas.
",
+ questionHtml:
+ "The student wants to describe how fabric is used in Assertion of Will. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "In Assertion of Will, the figures’ clothing is made of fabric pieces stitched to the painting’s canvas.",
+ },
+ {
+ label: "B",
+ text: "The exhibition Oracles of the Pink Universe featured artworks by artist Simphiwe Ndzube.",
+ },
+ {
+ label: "C",
+ text: "Depicting three standing, clothed figures, Assertion of Will is a painting by Simphiwe Ndzube.",
+ },
+ {
+ label: "D",
+ text: "Simphiwe Ndzube’s Assertion of Will was one of eight artworks exhibited in Oracles of the Pink Universe at the Denver Museum of Art.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This choice directly describes how fabric is used in Assertion of Will, by explaining that the fabric pieces are part of the painting itself.
Choice B is incorrect. This choice provides contextual information about the exhibition, but it doesn’t mention anything about the painting or the fabric. Choice C is incorrect. This choice mentions that the figures are clothed, but it doesn’t explain how the fabric is integrated into the painting. Choice D is incorrect. This choice provides contextual information about the painting, but it doesn’t mention anything about the fabric or how it is used.",
+ hasFigure: false,
+ },
+ {
+ id: "e3484c07",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Bioluminescence is the emission of light by living organisms.
This light is produced by chemical reactions in organisms’ cells.
Jellyfish emit flashes of blue light.
This behavior serves to startle predators.
Black dragonfish emit a steady red light.
This behavior helps them locate prey in deep waters.
",
+ questionHtml:
+ "The student wants to emphasize a difference between the behavior of jellyfish and that of black dragonfish. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Both jellyfish and black dragonfish are organisms that emit light, which is produced by chemical reactions in these organisms’ cells.",
+ },
+ {
+ label: "B",
+ text: "Black dragonfish emit a steady red light, which helps them locate prey in deep waters.",
+ },
+ {
+ label: "C",
+ text: "Bioluminescence, the emission of light by living organisms, results from chemical reactions in organisms’ cells.",
+ },
+ {
+ label: "D",
+ text: "Jellyfish emit light to startle predators, whereas black dragonfish do so to locate prey.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence emphasizes a difference between the behavior of jellyfish and that of black dragonfish, noting that jellyfish and black dragonfish emit light as part of different behaviors (protection and predation, respectively).
Choice A is incorrect. The sentence emphasizes a similarity between jellyfish and black dragonfish; it doesn’t emphasize a difference between the behavior of the two animals. Choice B is incorrect. The sentence emphasizes the type of bioluminescence exhibited by black dragonfish, noting that it’s used in predation; it doesn’t emphasize a difference between the behavior of the two animals. Choice C is incorrect. The sentence defines bioluminescence and explains how it works; the sentence doesn’t mention either animal or emphasize a difference between them.",
+ hasFigure: false,
+ },
+ {
+ id: "eaded344",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The painter Frida Kahlo is one of the most influential artists of the twentieth century.
She was born in Coyoacán, Mexico, in 1907.
She is best known for her vivid and richly symbolic self-portraits.
The Two Fridas (1939) features two versions of Kahlo sitting together.
One version wears a European-style dress and the other a traditional Tehuana dress.
",
+ questionHtml:
+ "The student wants to introduce Kahlo to an audience unfamiliar with the artist. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Known for being vivid and richly symbolic, Frida Kahlo’s self-portraits include The Two Fridas (1939).",
+ },
+ {
+ label: "B",
+ text: "The 1939 painting The Two Fridas is one example of a self-portrait by Frida Kahlo.",
+ },
+ {
+ label: "C",
+ text: "One painting by Frida Kahlo features two versions of herself, with one version wearing a European-style dress and the other a traditional Tehuana dress.",
+ },
+ {
+ label: "D",
+ text: "One of the most influential artists of the twentieth century, Mexican painter Frida Kahlo is best known for her self-portraits, which are vivid and richly symbolic.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. By identifying Kahlo as an influential artist from Mexico, and by describing the work she’s best known for, this choice provides the background information necessary to introduce Kahlo to an unfamiliar audience.
Choice A is incorrect. This choice doesn’t effectively introduce Kahlo. It doesn’t include any background information about who Kahlo is or where she’s from. It simply identifies one of her paintings. Choice B is incorrect. This choice doesn’t effectively introduce Kahlo. It doesn’t include any background information about who Kahlo is or where she’s from. It simply identifies one of her paintings. Choice C is incorrect. This choice doesn’t effectively introduce Kahlo. It doesn’t include any background information about who Kahlo is or where she’s from. Instead, it describes one of her paintings in detail.",
+ hasFigure: false,
+ },
+ {
+ id: "eae29760",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The calendar used by most of the world (the Gregorian calendar) has 365 days.
Because 365 days can’t be divided evenly by 7 (the number of days in a week), calendar dates fall on a different day of the week each year.
The Hanke-Henry permanent calendar, developed as an alternative to the Gregorian calendar, has 364 days.
Because 364 can be divided evenly by 7, calendar dates fall on the same day of the week each year, which supports more predictable scheduling.
",
+ questionHtml:
+ "The student wants to explain an advantage of the Hanke-Henry calendar. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The Gregorian calendar has 365 days, which is one day longer than the Hanke-Henry permanent calendar.",
+ },
+ {
+ label: "B",
+ text: "Adopting the Hanke-Henry permanent calendar would help solve a problem with the Gregorian calendar.",
+ },
+ {
+ label: "C",
+ text: "Designed so calendar dates would occur on the same day of the week each year, the Hanke-Henry calendar supports more predictable scheduling than does the Gregorian calendar.",
+ },
+ {
+ label: "D",
+ text: "The Hanke-Henry permanent calendar was developed as an alternative to the Gregorian calendar, which is currently the most-used calendar in the world.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence explains an advantage of the Hanke-Henry calendar, noting that it supports more predictable scheduling than does the Gregorian calendar and describing how it does so (by having calendar dates occur on the same day each year).
Choice A is incorrect. The sentence compares the number of days in the Gregorian and Hanke-Henry calendars; it doesn’t explain an advantage of the Hanke-Henry calendar. Choice B is incorrect. While the sentence refers to a possible reason to adopt the Hanke-Henry calendar—that doing so would help solve a problem with the Gregorian calendar—it doesn’t identify the problem or the solution and thus doesn’t explain the advantage of the Hanke-Henry calendar. Choice D is incorrect. The sentence describes the origins of the Hanke-Henry calendar; it doesn’t explain an advantage of it.",
+ hasFigure: false,
+ },
+ {
+ id: "f4b63a04",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In 2013, paleontology professor Hesham Sallam and his students from Mansoura University in Egypt made a discovery.
The team found a partial dinosaur skeleton at a site in Egypt’s Dakhla Oasis.
The skeleton belonged to a dinosaur species that lived approximately 80 million years ago.
The new species was named Mansourasaurus to recognize the team that discovered it.
",
+ questionHtml:
+ "The student wants to explain the origin of the species’ name. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Mansourasaurus, a new species discovered in Egypt in 2013, lived approximately 80 million years ago.",
+ },
+ {
+ label: "B",
+ text: "A partial dinosaur skeleton found in Egypt’s Dakhla Oasis belonged to a species named Mansourasaurus.",
+ },
+ {
+ label: "C",
+ text: "Mansourasaurus, a species that lived approximately 80 million years ago, was discovered in 2013 by Egyptian paleontologist Hesham Sallam and a team of university students.",
+ },
+ {
+ label: "D",
+ text: "The new species was named Mansourasaurus to recognize the team that discovered it, a professor and students from Mansoura University.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. It explains where the dinosaur’s name came from.
Choice A is incorrect. This choice does not explain the origin of the dinosaur’s name. Choice B is incorrect. This choice does not explain the origin of the dinosaur’s name. Choice C is incorrect. This choice does not explain the origin of the dinosaur’s name.",
+ hasFigure: false,
+ },
+ {
+ id: "fbffb352",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Archaeologist Dr. Sada Mire founded the Horn Heritage Foundation to preserve the cultural history of regions in the Horn of Africa.
Horn Heritage has overseen a preservation project to create 3D digital scans of ancient rock art in Somaliland.
Paintings found at the Laas Geel caves are included in the scans.
The Laas Geel paintings feature human figures and animals.
Paintings found at the Dhagah Nabi Galay caves are included in the scans.
The Dhagah Nabi Galay caves feature what are thought to be the earliest examples of writing in East Africa.
",
+ questionHtml:
+ "The student wants to emphasize a similarity between the Laas Geel paintings and the Dhagah Nabi Galay paintings. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The earliest examples of writing in East Africa are thought to be featured in the paintings at the Dhagah Nabi Galay caves in Somaliland.",
+ },
+ {
+ label: "B",
+ text: "The paintings at the Dhagah Nabi Galay caves feature examples of writing, while those at the Laas Geel caves feature humans and animals.",
+ },
+ {
+ label: "C",
+ text: "In Somaliland, the paintings in the Laas Geel caves feature human figures and animals.",
+ },
+ {
+ label: "D",
+ text: "The Laas Geel paintings and the Dhagah Nabi Galay paintings are both examples of ancient rock art found in Somaliland.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This choice compares the Laas Geel paintings and the Dhagah Nabi Galay paintings to one another and emphasizes what they have in common: they are both ancient rock art found in the same region.
Choice A is incorrect. This choice only mentions the Dhagah Nabi Galay paintings. It doesn’t compare them to the Laas Geel paintings. Choice B is incorrect. This choice doesn’t emphasize a similarity between the two paintings. Instead, it emphasizes a difference: the type of content they depict. Choice C is incorrect. This choice only mentions the Laas Geel paintings. It doesn’t compare them to the Dhagah Nabi Galay paintings.",
+ hasFigure: false,
+ },
+ {
+ id: "ff3865b3",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
A wok is a cooking pan that originated in China during the Han dynasty (206 BCE–220 CE).
The wok’s round, wide base helps to cook food evenly.
The wok’s high, angled sides help to contain oil splatters.
Grace Young is a cook and culinary historian.
Her book The Breath of a Wok (2004) traces the history of the wok.
",
+ questionHtml:
+ "The student wants to describe the wok’s shape. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Grace Young’s 2004 book, The Breath of a Wok, traces the history of the cooking pan.",
+ },
+ {
+ label: "B",
+ text: "Able to cook food evenly and contain oil splatters, the wok is the subject of Grace Young’s 2004 book.",
+ },
+ {
+ label: "C",
+ text: "A wok is a cooking pan with a round, wide base and high, angled sides.",
+ },
+ {
+ label: "D",
+ text: "The design of a wok, a type of cooking pan that originated in China during the Han dynasty, helps the pan cook food evenly and contain oil splatters.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. It summarizes the information that describes the wok’s shape from the second and third bullet points.
Choice A is incorrect. This choice doesn’t describe the shape of a wok. Choice B is incorrect. This choice doesn’t describe the shape of a wok, just some of its features. Choice D is incorrect. This choice doesn’t describe the shape of a wok, only some of its benefits or functions.",
+ hasFigure: false,
+ },
+];
+
+export const RHETORICAL_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "04397a63",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The Haudenosaunee Confederacy is a nearly 1,000-year-old alliance of six Native nations in the northeastern US.
The members are bound by a centuries-old agreement known as the Great Law of Peace.
Historian Bruce Johansen is one of several scholars who believe that the principles of the Great Law of Peace influenced the US Constitution.
This theory is called the influence theory.
Johansen cites the fact that Benjamin Franklin and Thomas Jefferson both studied the Haudenosaunee Confederacy.
",
+ questionHtml:
+ "The student wants to present the influence theory to an audience unfamiliar with the Haudenosaunee Confederacy. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Historian Bruce Johansen believes that the Great Law of Peace was very influential.",
+ },
+ {
+ label: "B",
+ text: "The influence theory is supported by the fact that Benjamin Franklin and Thomas Jefferson both studied the Haudenosaunee Confederacy.",
+ },
+ {
+ label: "C",
+ text: "The influence theory holds that the principles of the Great Law of Peace, a centuries-old agreement binding six Native nations in the northeastern US, influenced the US Constitution.",
+ },
+ {
+ label: "D",
+ text: "Native people, including the members of the Haudenosaunee Confederacy, influenced the founding of the US in many different ways.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence effectively presents the influence theory to an audience unfamiliar with the Haudenosaunee Confederacy, explaining the theory’s position that the Great Law of Peace influenced the US Constitution while avoiding mention of the Haudenosaunee Confederacy itself.
Choice A is incorrect. The sentence broadly emphasizes Johansen’s ideas about the Great Law of Peace; it doesn’t identify the influence theory or effectively present it. Choice B is incorrect. The sentence emphasizes one fact that supports the influence theory; it doesn’t effectively present the theory to an audience unfamiliar with the Haudenosaunee Confederacy. Choice D is incorrect. The sentence makes a broad generalization about Native people’s influence on the founding of the US; it doesn’t effectively present the influence theory.",
+ hasFigure: false,
+ },
+ {
+ id: "14037904",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The Heartbeat of Wounded Knee: Native America from 1890 to the Present is a history book by Ojibwe author David Treuer.
In a review, a critic for The Economist noted that “Treuer’s storytelling skills shine” and that the book is an “elegant handling of a complex narrative.”
A critic for O, The Oprah Magazine called it “a marvel of research and storytelling.”
A critic for the Missoulian dubbed it “a monumental achievement.”
",
+ questionHtml:
+ "The student wants to emphasize a similarity in how critics responded to Treuer’s book. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Treuer’s book, which was widely reviewed, focuses on Native American history from 1890 to the present.",
+ },
+ {
+ label: "B",
+ text: "Dubbed “a monumental achievement” by the Missoulian, Treuer’s book documents over a century of Native American history.",
+ },
+ {
+ label: "C",
+ text: "Critics praised Treuer’s book for its compelling narrative, with O, The Oprah Magazine calling it “a marvel of research and storytelling” and The Economist likewise writing that “Treuer’s storytelling skills shine” and that the book is an “elegant handling of a complex narrative.”",
+ },
+ {
+ label: "D",
+ text: "While the Missoulian focused on the book’s broader achievement, The Economist zeroed in on Treuer’s storytelling skills.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence emphasizes a similarity in how critics responded to Treuer’s book, noting that the critics for O, The Oprah Magazine and The Economist both praised the book’s storytelling.
Choice A is incorrect. The sentence provides background information about Treuer’s book; it doesn’t emphasize a similarity in how critics responded to it. Choice B is incorrect. The sentence cites a single critic’s response to Treuer’s book; it doesn’t emphasize a similarity in the responses of multiple critics. Choice D is incorrect. The sentence emphasizes a difference, not a similarity, in how two critics responded to Treuer’s book.",
+ hasFigure: false,
+ },
+ {
+ id: "1469d23a",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Etel Adnan was a Lebanese American poet and artist known for making many leporellos.
A leporello is an artist’s book that is folded accordion style.
When the book is expanded, the artist’s work is revealed, and its zigzag shape allows it to stand on its own.
Her leporello December from My Window (1993) features a panoramic landscape.
It is painted using ink and watercolor.
",
+ questionHtml:
+ "The student wants to describe Adnan’s December from My Window to an audience already familiar with leporellos. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Featuring a panoramic landscape, the 1993 work is one of Adnan’s many leporellos, which are accordion-style folded books that when expanded reveal the artist’s work.",
+ },
+ {
+ label: "B",
+ text: "When expanded, Adnan’s 1993 leporello December from My Window reveals a panoramic landscape painted in ink and watercolor.",
+ },
+ {
+ label: "C",
+ text: "Known for making many other accordion-style folded books called leporellos, Adnan created December from My Window in 1993.",
+ },
+ {
+ label: "D",
+ text: "A leporello, such as Adnan’s December from My Window, is folded accordion style, and due to its zigzag shape it is able to stand on its own when fully expanded.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. This choice describes Adnan’s December from My Window in a way that assumes the audience is already familiar with leporellos and focuses on the specific features of the work—its content and medium.
Choice A is incorrect. This choice isn’t suited for an audience already familiar with leporellos. A familiar audience wouldn’t need to have the term defined or explained. Choice C is incorrect. This choice doesn’t describe Adnan’s December from My Window. It mentions the year and the type of work but not the content or the medium. In addition, it provides a simple definition of leporellos, making this an inappropriate choice for an audience already familiar with leporellos. Choice D is incorrect. This choice isn’t suited for an audience already familiar with leporellos. A familiar audience wouldn’t need to have the term defined.",
+ hasFigure: false,
+ },
+ {
+ id: "164a32e7",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Claude McKay (1889–1948) was a Jamaican American writer.
Songs of Jamaica (1912) and Constab Ballads (1912) are two acclaimed poetry collections that McKay published while living in Jamaica.
McKay moved to Harlem in New York City in 1914.
He is best known as a poet and novelist of the Harlem Renaissance, a literary and cultural movement of the 1920s and 1930s.
His most famous works include the poetry collection Harlem Shadows (1922) and the novel Home to Harlem (1928).
",
+ questionHtml:
+ "The student wants to emphasize Claude McKay’s accomplishments before moving to Harlem. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Jamaican American writer Claude McKay is the author of works such as Songs of Jamaica (1912), Constab Ballads (1912), Harlem Shadows (1922), and Home to Harlem (1928).",
+ },
+ {
+ label: "B",
+ text: "Although he is best known as a Harlem Renaissance writer, Claude McKay had published two acclaimed poetry collections in 1912 while living in Jamaica: Songs of Jamaica and Constab Ballads.",
+ },
+ {
+ label: "C",
+ text: "In 1914, Claude McKay moved to Harlem, where he would become known as a poet and novelist of the Harlem Renaissance (a literary and cultural movement of the 1920s and 1930s).",
+ },
+ {
+ label: "D",
+ text: "Before moving to Harlem, Claude McKay—author of the poetry collection Harlem Shadows (1922) and the novel Home to Harlem (1928)—lived in Jamaica.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. This choice contrasts McKay’s fame as a Harlem Renaissance writer with his earlier achievements as a Jamaican poet, and it names the two collections he published before moving to Harlem.
Choice A is incorrect. This choice doesn’t emphasize McKay’s accomplishments before moving to Harlem. It lists some of his works but doesn’t distinguish between those he wrote in Jamaica and those he wrote in Harlem. Choice C is incorrect. This choice doesn’t emphasize McKay’s accomplishments before moving to Harlem. It only mentions the year he moved and what he would become known for afterwards. Choice D is incorrect. This choice doesn’t emphasize McKay’s accomplishments before moving to Harlem. It mentions that he lived in Jamaica, but it doesn’t name any of the works he published there.",
+ hasFigure: false,
+ },
+ {
+ id: "17ec916d",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Bharati Mukherjee was an Indian-born author of novels and short stories.
She published the novel The Holder of the World in 1993.
A central character in the novel is a woman living in twentieth-century United States.
Another central character is a woman living in seventeenth-century India.
",
+ questionHtml:
+ "The student wants to introduce the novel The Holder of the World to an audience already familiar with Bharati Mukherjee. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Bharati Mukherjee’s settings include both twentieth-century United States and seventeenth-century India.",
+ },
+ {
+ label: "B",
+ text: "In addition to her novel The Holder of the World, which was published in 1993, Indian-born author Bharati Mukherjee wrote other novels and short stories.",
+ },
+ {
+ label: "C",
+ text: "Bharati Mukherjee’s novel The Holder of the World centers around two women, one living in twentieth-century United States and the other in seventeenth-century India.",
+ },
+ {
+ label: "D",
+ text: "The Holder of the World was not the only novel written by Indian-born author Bharati Mukherjee.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence effectively introduces The Holder of the World to an audience already familiar with Mukherjee, explaining that the novel centers around two women and mentioning the author without providing any other identifying information.
Choice A is incorrect. The sentence provides a detail about Mukherjee’s settings; it doesn’t introduce, or even mention, the novel. Choice B is incorrect. The sentence provides introductory information about Mukherjee; it doesn’t effectively introduce her novel to an audience already familiar with the author. Choice D is incorrect. The sentence provides introductory information about Mukherjee; it doesn’t effectively introduce her novel to an audience already familiar with the author.",
+ hasFigure: false,
+ },
+ {
+ id: "1b94a80a",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Wool is a natural—and economically important—fiber that is obtained from animals like sheep.
Australia is a leading producer of wool.
The thickness of wool fibers varies across sheep breeds.
Merino sheep produce fine wool that is used for apparel.
Rambouillet sheep produce fine wool that is used for apparel.
Romney sheep produce thick wool that is used for rugs and blankets.
",
+ questionHtml:
+ "The student wants to emphasize how Romney wool differs from Merino and Rambouillet wool. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Romney wool is just one of the many kinds of wools, each originating from a different breed of sheep.",
+ },
+ {
+ label: "B",
+ text: "Sheep wool varies from breed to breed, so Romney wool will be different than other kinds of wool.",
+ },
+ {
+ label: "C",
+ text: "The fine wool produced by Merino and Rambouillet sheep is used for apparel, whereas the thicker wool of Romney sheep is used in rugs and blankets.",
+ },
+ {
+ label: "D",
+ text: "Wool is an economically important fiber—especially in Australia—that can be used to make apparel or even rugs and blankets.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. This choice most effectively emphasizes how Romney wool differs from Merino and Rambouillet wool. It describes the difference in thickness and the difference in what they’re used for.
Choice A is incorrect. This choice doesn’t emphasize how Romney wool differs from Merino and Rambouillet wool. It doesn’t mention Merino or Rambouillet wool at all. Choice B is incorrect. This choice doesn’t emphasize how Romney wool differs from Merino and Rambouillet wool. It doesn’t mention Merino or Rambouillet wool at all. Choice D is incorrect. This choice doesn’t emphasize how Romney wool differs from Merino and Rambouillet wool. It doesn’t mention Romney, Merino or Rambouillet wool at all.",
+ hasFigure: false,
+ },
+ {
+ id: "24014c3f",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Severo Ochoa discovered the enzyme PNPase in 1955.
PNPase is involved in both the creation and degradation of mRNA.
Ochoa incorrectly hypothesized that PNPase provides the genetic blueprints for mRNA.
The discovery of PNPase proved critical to deciphering the human genetic code.
Deciphering the genetic code has led to a better understanding of how genetic variations affect human health.
",
+ questionHtml:
+ "The student wants to emphasize the significance of Ochoa’s discovery. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Ochoa’s 1955 discovery of PNPase proved critical to deciphering the human genetic code, leading to a better understanding of how genetic variations affect human health.",
+ },
+ {
+ label: "B",
+ text: "Ochoa first discovered PNPase, an enzyme that he hypothesized contained the genetic blueprints for mRNA, in 1955.",
+ },
+ {
+ label: "C",
+ text: "In 1955, Ochoa discovered the PNPase enzyme, which is involved in both the creation and degradation of mRNA.",
+ },
+ {
+ label: "D",
+ text: "Though his discovery of PNPase was critical to deciphering the human genetic code, Ochoa incorrectly hypothesized that the enzyme was the source of mRNA’s genetic blueprints.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The sentence emphasizes the significance of Ochoa’s discovery, noting that it proved critical to deciphering the human genetic code, which resulted in a better understanding of how genetic variations affect human health.
Choice B is incorrect. While the sentence explains what Ochoa discovered, it doesn’t emphasize the significance of the discovery. Choice C is incorrect. While the sentence explains what Ochoa discovered, it doesn’t emphasize the significance of the discovery. Choice D is incorrect. While the sentence mentions that Ochoa’s discovery was crucial, it emphasizes Ochoa’s incorrect hypothesis, not the significance of the discovery.",
+ hasFigure: false,
+ },
+ {
+ id: "2b89bfe5",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In 1999, astronomer Todd Henry studied the differences in surface temperature between the Sun and nearby stars.
His team mapped all stars within 10 parsecs (approximately 200 trillion miles) of the Sun.
The surface temperature of the Sun is around 9,800°F, which classifies it as a G star.
327 of the 357 stars in the study were classified as K or M stars, with surface temperatures under 8,900°F (cooler than the Sun).
11 of the 357 stars in the study were classified as A or F stars, with surface temperatures greater than 10,300°F (hotter than the Sun).
",
+ questionHtml:
+ "The student wants to emphasize how hot the Sun is relative to nearby stars. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "At around 9,800°F, which classifies it as a G star, the Sun is hotter than most but not all of the stars within 10 parsecs of it.",
+ },
+ {
+ label: "B",
+ text: "Astronomer Todd Henry determined that the Sun, at around 9,800°F, is a G star, and several other stars within a 10-parsec range are A or F stars.",
+ },
+ {
+ label: "C",
+ text: "Of the 357 stars within ten parsecs of the Sun, 327 are classified as K or M stars, with surface temperatures under 8,900°F.",
+ },
+ {
+ label: "D",
+ text: "While most of the stars within 10 parsecs of the Sun are classified as K, M, A, or F stars, the Sun is classified as a G star due to its surface temperature of 9,800°F.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Noting that the Sun (9,800°F) is hotter than most stars within 10 parsecs of it, the sentence emphasizes how hot the Sun is relative to nearby stars.
Choice B is incorrect. The sentence explains that astronomer Todd Henry determined the classifications for the Sun and several other stars nearby; it doesn’t emphasize how hot the Sun is relative to nearby stars. Choice C is incorrect. The sentence explains that the majority of stars near the Sun are classified as K or M stars; it doesn’t indicate the Sun’s temperature or emphasize how hot it is relative to nearby stars. Choice D is incorrect. While the sentence indicates that the Sun is classified differently than most nearby stars due to its surface temperature, it doesn’t emphasize how hot the Sun is relative to nearby stars.",
+ hasFigure: false,
+ },
+ {
+ id: "2bf05ae9",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In the midst of the US Civil War, Susie Taylor escaped slavery and fled to Union-army-occupied St. Simons Island off the Georgia coast.
She began working for an all-Black army regiment as a nurse and teacher.
In 1902, she published a book about the time she spent with the regiment.
Her book was the only Civil War memoir to be published by a Black woman.
It is still available to readers in print and online.
",
+ questionHtml:
+ "The student wants to emphasize the uniqueness of Taylor’s accomplishment. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Taylor fled to St. Simons Island, which was then occupied by the Union army, for whom she began working.",
+ },
+ {
+ label: "B",
+ text: "After escaping slavery, Taylor began working for an all-Black army regiment as a nurse and teacher.",
+ },
+ {
+ label: "C",
+ text: "The book Taylor wrote about the time she spent with the regiment is still available to readers in print and online.",
+ },
+ {
+ label: "D",
+ text: "Taylor was the only Black woman to publish a Civil War memoir.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. By indicating that Taylor’s book was the only Civil War memoir published by a Black woman, this sentence emphasizes the uniqueness, or one-of-a-kind nature, of Taylor’s accomplishment.
Choice A is incorrect. While the sentence describes some of Taylor’s accomplishments, it doesn’t emphasize the uniqueness of them. Choice B is incorrect. While the sentence describes some of Taylor’s accomplishments, it doesn’t emphasize that they were unique. Choice C is incorrect. While the sentence provides information about Taylor’s book, it doesn’t emphasize what made the book unique.",
+ hasFigure: false,
+ },
+ {
+ id: "34e1124f",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In geology, an Aeolian landform is one that has been created by the wind.
In Greek mythology, Aeolus is the keeper of the winds.
Aeolian landforms are created when the wind erodes, transports, or deposits material.
A mushroom rock is a rock formation in which the top is wider than the base.
A mushroom rock can be formed when the wind erodes the base and the top at different rates.
",
+ questionHtml:
+ "The student wants to provide an explanation and an example of Aeolian landforms. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Aeolian landforms are created by different wind-based processes; for example, some are created by wind erosion.",
+ },
+ {
+ label: "B",
+ text: "Aeolian landforms—landforms created by the wind—include the mushroom rock, a rock formation in which the wind erodes the base of the rock faster than the top.",
+ },
+ {
+ label: "C",
+ text: "Erosion, transportation, and deposition are three examples of how the wind can create Aeolian landforms and mushroom rocks.",
+ },
+ {
+ label: "D",
+ text: "A mushroom rock is a rock formation that owes its shape to the wind, a natural force associated with Aeolus in Greek mythology.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The sentence provides an explanation and an example of Aeolian landforms, explaining that they are landforms created by wind and offering the mushroom rock as an example.
Choice A is incorrect. The sentence explains that Aeolian landforms are created by wind but does not provide an example of any specific Aeolian landforms. Rather, the example it provides is of a wind-based process. Choice C is incorrect. While the sentence provides a partial explanation of Aeolian landforms, noting that they are created by the wind, it does not effectively provide an example. The sentence seems to indicate that mushroom rocks, rather than being an example of Aeolian landforms, are distinct from them. Choice D is incorrect. While the sentence provides an explanation of a mushroom rock, which is a specific example of an Aeolian landform, it doesn’t provide an explanation of Aeolian landforms in general.",
+ hasFigure: false,
+ },
+ {
+ id: "3ea7372e",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In the art world, the term biennial traditionally refers to an art exhibition that takes place every two years in a single location.
Such biennials are held in New York, Berlin, and Venice.
In 2006, artists Ed Gomez and Luis Hernandez founded the unconventional MexiCali Biennial.
The MexiCali Biennial hosts exhibitions in different venues on both sides of the US-Mexico border.
The MexiCali Biennial has taken place on an uneven schedule, with exhibitions in 2006, 2009–10, 2013, and 2018–20.
",
+ questionHtml:
+ "The student wants to emphasize a difference between the MexiCali Biennial and traditional biennials. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "In 2006, artists Ed Gomez and Luis Hernandez founded the MexiCali Biennial, which has taken place in 2006, 2009–10, 2013, and 2018–20.",
+ },
+ {
+ label: "B",
+ text: "Unlike traditional biennials, the MexiCali Biennial hosts exhibitions in different venues on an uneven schedule.",
+ },
+ {
+ label: "C",
+ text: "The term biennial traditionally refers to an art exhibition that takes place every two years in a single location, not to exhibitions hosted at a variety of times and venues.",
+ },
+ {
+ label: "D",
+ text: "Biennial exhibitions have been held in New York, Berlin, and Venice but also on both sides of the US-Mexico border.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The sentence effectively emphasizes a difference between the MexiCali Biennial and traditional biennials, stating that the MexiCali Biennial is unlike traditional biennials because it hosts exhibitions in different venues on an uneven schedule.
Choice A is incorrect. The sentence indicates who founded the MexiCali Biennial and the years this biennial has taken place; it doesn’t emphasize a difference between the MexiCali Biennial and traditional biennials. Choice C is incorrect. While the sentence clarifies the traditional meaning of biennial with language that could apply to the MexiCali Biennial, it doesn’t mention the MexiCali Biennial by name. Therefore, the sentence doesn’t effectively emphasize a difference between the MexiCali Biennial and traditional biennials. Choice D is incorrect. The sentence notes locations where various biennial exhibitions have been held; it doesn’t emphasize a difference between the MexiCali Biennial and traditional biennials.",
+ hasFigure: false,
+ },
+ {
+ id: "48d0bb34",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Sam Maloof (1916–2009) was an American woodworker and furniture designer.
He was the son of Lebanese immigrants.
He received a “genius grant” from the John D. and Catherine T. MacArthur Foundation in 1985.
The Museum of Fine Arts in Boston, Massachusetts, owns a rocking chair that Maloof made from walnut wood.
The armrests and the seat of the chair are sleek and contoured, and the back consists of seven spindle-like slats.
",
+ questionHtml:
+ "The student wants to describe the rocking chair to an audience unfamiliar with Sam Maloof. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "With its sleek, contoured armrests and seat, the walnut rocking chair in Boston’s Museum of Fine Arts is just one piece of furniture created by American woodworker Sam Maloof.",
+ },
+ {
+ label: "B",
+ text: "Sam Maloof was born in 1916 and died in 2009, and during his life, he made a chair that you can see if you visit the Museum of Fine Arts in Boston.",
+ },
+ {
+ label: "C",
+ text: "Furniture designer Sam Maloof was a recipient of one of the John D. and Catherine T. MacArthur Foundation’s “genius grants.”",
+ },
+ {
+ label: "D",
+ text: "The rocking chair is made from walnut, and it has been shaped such that its armrests and seat are sleek and contoured.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The sentence effectively describes the rocking chair to an audience unfamiliar with Sam Maloof, noting its sleek, contoured armrests and seat and explaining that Sam Maloof (the walnut chair’s creator) was an American woodworker.
Choice B is incorrect. While the sentence explains who Sam Maloof was and mentions a chair, it doesn’t describe the chair. Choice C is incorrect. While the sentence explains who Sam Maloof was, it doesn’t describe the rocking chair. Choice D is incorrect. While the sentence describes the rocking chair, it doesn’t explain who Sam Maloof was.",
+ hasFigure: false,
+ },
+ {
+ id: "49fe306b",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
From Earth, all the meteors in a meteor shower appear to originate from a single spot in the sky.
This spot is called the meteor shower’s radiant.
The Perseid meteor shower is visible in the northern hemisphere in July and August.
Like many meteor showers, it is named for the location of its radiant.
Its radiant is located within the constellation Perseus.
",
+ questionHtml:
+ "The student wants to explain the origin of the Perseid meteor shower’s name. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The Perseid meteor shower is named for the constellation Perseus, the location of the meteor shower’s radiant.",
+ },
+ {
+ label: "B",
+ text: "A meteor shower’s name may be linked to a single spot in the sky.",
+ },
+ {
+ label: "C",
+ text: "The Perseid meteor shower, which has a radiant, is visible in the northern hemisphere in July and August.",
+ },
+ {
+ label: "D",
+ text: "From Earth, all the meteors in a meteor shower appear to originate from a radiant, such as the one within Perseus.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The sentence explains the origin of the Perseid meteor shower’s name: the constellation Perseus, where the meteor shower’s radiant is located.
Choice B is incorrect. The sentence makes a claim about meteor shower names in general; it doesn’t explain the origin of the Perseid meteor shower’s name specifically. Choice C is incorrect. The sentence indicates when and where the Perseid meteor shower is visible; it doesn’t explain the origin of the meteor shower’s name. Choice D is incorrect. The sentence discusses meteor showers in general; it doesn’t explain the origin of the Perseid meteor shower’s name.",
+ hasFigure: false,
+ },
+ {
+ id: "4f9ee1dc",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Seven species of sea turtle exist today.
Five sea turtle species can be found in the Atlantic Ocean.
One of those species is the Kemp’s ridley sea turtle.
Its scientific name is Lepidochelys kempii.
Another of those species is the olive ridley sea turtle.
Its scientific name is Lepidochelys olivacea.
",
+ questionHtml:
+ "The student wants to emphasize a similarity between the two sea turtle species. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Among the seven species of sea turtle is the olive ridley sea turtle, which can be found in the Atlantic Ocean.",
+ },
+ {
+ label: "B",
+ text: "The Kemp’s ridley sea turtle is referred to as Lepidochelys kempii, while the olive ridley sea turtle is referred to as Lepidochelys olivacea.",
+ },
+ {
+ label: "C",
+ text: "Both the Kemp’s ridley sea turtle and the olive ridley sea turtle can be found in the Atlantic Ocean.",
+ },
+ {
+ label: "D",
+ text: "The Kemp’s ridley sea turtle (Lepidochelys kempii) and the olive ridley sea turtle (Lepidochelys olivacea) are different species.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence emphasizes a similarity between the two sea turtle species: both can be found in the Atlantic Ocean.
Choice A is incorrect. The sentence indicates that the olive ridley sea turtle is one of seven species of sea turtle; it fails to mention the Kemp’s ridley sea turtle. Choice B is incorrect. The sentence emphasizes a difference between the two sea turtle species rather than a similarity. Choice D is incorrect. The sentence emphasizes a difference between the two sea turtle species rather than a similarity.",
+ hasFigure: false,
+ },
+ {
+ id: "54c1b2dd",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In 1851, German American artist Emanuel Leutze painted Washington Crossing the Delaware.
His huge painting (149 × 255 inches) depicts the first US president crossing a river with soldiers in the Revolutionary War.
In 2019, Cree artist Kent Monkman painted mistikôsiwak (Wooden Boat People): Resurgence of the People.
Monkman’s huge painting (132 × 264 inches) was inspired by Leutze’s.
It portrays Indigenous people in a boat rescuing refugees.
",
+ questionHtml:
+ "The student wants to emphasize a similarity between the two paintings. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Monkman, a Cree artist, finished his painting in 2019; Leutze, a German American artist, completed his in 1851.",
+ },
+ {
+ label: "B",
+ text: "Although Monkman’s painting was inspired by Leutze’s, the people and actions the two paintings portray are very different.",
+ },
+ {
+ label: "C",
+ text: "Leutze’s and Monkman’s paintings are both huge, measuring 149 × 255 inches and 132 × 264 inches, respectively.",
+ },
+ {
+ label: "D",
+ text: "Leutze’s painting depicts Revolutionary War soldiers, while Monkman’s depicts Indigenous people and refugees.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence emphasizes a similarity between the two paintings, noting that Leutze’s painting (which measures 149 × 255 inches) and Monkman’s painting (which measures 132 × 264 inches) are both very large.
Choice A is incorrect. The sentence mentions that Monkman’s painting was completed in 2019 and Leutze’s was completed in 1851; it doesn’t emphasize a similarity between the two paintings. Choice B is incorrect. While the sentence acknowledges that one painting was inspired by the other, it emphasizes differences between the two paintings; it doesn’t emphasize a similarity between them. Choice D is incorrect. The sentence mentions a difference between the two paintings; it doesn’t emphasize a similarity between them.",
+ hasFigure: false,
+ },
+ {
+ id: "56cad44a",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Mexican tetras are a fish species with two distinct populations.
Surface-dwelling tetras live on the surface and are able to see.
Cave-dwelling tetras live in total darkness and have lost the ability to see.
Cave-dwelling tetras have asymmetrical skulls with more sensory receptors on one side than the other.
These receptors help cave-dwelling tetras navigate in darkness.
",
+ questionHtml:
+ "The student wants to emphasize a difference between surface-dwelling and cave-dwelling tetras. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Surface-dwelling and cave-dwelling tetras may belong to the same species, but they are quite different.",
+ },
+ {
+ label: "B",
+ text: "Cave-dwelling tetras can no longer see but use sensory receptors on their skulls to navigate.",
+ },
+ {
+ label: "C",
+ text: "Mexican tetras are a fish species with two distinct populations: surface-dwelling tetras and cave-dwelling tetras.",
+ },
+ {
+ label: "D",
+ text: "Surface-dwelling tetras can see, whereas cave-dwelling tetras cannot.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence emphasizes a difference between surface-dwelling and cave-dwelling tetras, noting that while surface-dwelling tetras can see, cave-dwelling tetras can’t.
Choice A is incorrect. While the sentence notes that surface-dwelling and cave-dwelling tetras are different, it doesn’t emphasize any difference between the two populations of tetras. Choice B is incorrect because the sentence explains that cave-dwelling tetras use sensory receptors on their skulls to navigate; it doesn’t emphasize a difference between surface-dwelling and cave-dwelling tetras. Choice C is incorrect. While the sentence notes that there are two different populations of Mexican tetras, it doesn’t emphasize any difference between the two populations.",
+ hasFigure: false,
+ },
+ {
+ id: "58281fc4",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Soo Sunny Park is a Korean American artist who uses light as her primary medium of expression.
She created her work Unwoven Light in 2013.
Unwoven Light featured a chain-link fence fitted with iridescent plexiglass tiles.
When light passed through the fence, colorful prisms formed.
",
+ questionHtml:
+ "The student wants to describe Unwoven Light to an audience unfamiliar with Soo Sunny Park. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Park’s 2013 installation Unwoven Light, which included a chain-link fence and iridescent tiles made from plexiglass, featured light as its primary medium of expression.",
+ },
+ {
+ label: "B",
+ text: "Korean American light artist Soo Sunny Park created Unwoven Light in 2013.",
+ },
+ {
+ label: "C",
+ text: "The chain-link fence in Soo Sunny Park’s Unwoven Light was fitted with tiles made from iridescent plexiglass.",
+ },
+ {
+ label: "D",
+ text: "In Unwoven Light, a 2013 work by Korean American artist Soo Sunny Park, light formed colorful prisms as it passed through a fence Park had fitted with iridescent tiles.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence effectively describes Unwoven Light to an audience unfamiliar with Park, noting that Soo Sunny Park is a Korean American artist and that the 2013 work consists of colorful prisms formed by light passing through iridescent tiles.
Choice A is incorrect. The sentence describes aspects of Unwoven Light but doesn’t mention who Park is; it thus doesn’t effectively describe the work to an audience unfamiliar with Park. Choice B is incorrect. Although the sentence indicates when the work was created and who Park is, it lacks descriptive details and thus doesn’t effectively describe Unwoven Light. Choice C is incorrect. The sentence mentions Park and describes an aspect of Unwoven Light—the chain-link fence—but doesn’t effectively describe the overall work to an audience unfamiliar with the artist.",
+ hasFigure: false,
+ },
+ {
+ id: "5888712f",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Physicist Muluneh Abebe was working on a garment suited for both warm and cold conditions.
He analyzed the emissivity, or ability to emit heat, of the materials he planned to use.
Abebe found that reflective metal fibers emitted almost no heat and had an emissivity of 0.02.
He found that silicon carbide fibers absorbed large amounts of heat and had an emissivity of 0.74.
The amount of heat a material absorbs is equal to the amount of heat it emits.
",
+ questionHtml:
+ "The student wants to contrast the emissivity of reflective metal fibers with that of silicon carbide fibers. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The ability of reflective metal fibers and silicon carbide fibers to emit heat was determined by an analysis of each material’s emissivity.",
+ },
+ {
+ label: "B",
+ text: "The amount of heat a material absorbs is equal to the amount it emits, as evidenced in Abebe’s analyses.",
+ },
+ {
+ label: "C",
+ text: "Though the reflective metal fibers and silicon carbide fibers had different rates of emissivity, Abebe planned to use both in a garment.",
+ },
+ {
+ label: "D",
+ text: "Whereas the reflective metal fibers had an emissivity of just 0.02, the silicon carbide fibers absorbed large amounts of heat, resulting in an emissivity of 0.74.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence uses “whereas” to contrast the emissivities of the two fibers, noting that the emissivity of the reflective metal fibers was just 0.02, far lower than that of the silicon carbide fibers (0.74).
Choice A is incorrect. The sentence emphasizes the ability of reflective metal fibers and silicon carbide fibers to emit heat; it doesn’t contrast the emissivities of the two fibers. Choice B is incorrect. The sentence states a law of thermodynamics: the amount of heat a material absorbs is equal to the amount it emits. The sentence doesn’t contrast the emissivity of reflective metal fibers with that of silicon carbide fibers. Choice C is incorrect. While the sentence includes a generalization about the emissivities of reflective metal fibers and silicon carbide fibers, it emphasizes Abebe’s plans for their use in a garment; it doesn’t contrast the emissivities of the two fibers.",
+ hasFigure: false,
+ },
+ {
+ id: "5a5e22b5",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Gravitational waves are powerful ripples that originate in deep space and eventually pass through Earth.
The Laser Interferometer Gravitational Wave Observatory (LIGO) is a physics study that began in 2002.
LIGO’s goal is to detect and analyze gravitational waves.
LIGO uses a pair of massive gravitational wave detectors called interferometers that are thousands of miles apart.
In 2015, for the first time in history, LIGO researchers detected a gravitational wave passing through Earth.
",
+ questionHtml:
+ "The student wants to present LIGO’s aim and methodology. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "In 2015, LIGO’s massive interferometers detected a powerful ripple that originated in deep space and eventually passed through Earth.",
+ },
+ {
+ label: "B",
+ text: "Though the physics study LIGO began in 2002, its massive interferometers didn’t detect a gravitational wave until 2015.",
+ },
+ {
+ label: "C",
+ text: "To achieve its aims, LIGO uses a pair of massive interferometers that are thousands of miles apart.",
+ },
+ {
+ label: "D",
+ text: "A physics study designed to detect and analyze gravitational waves, LIGO uses a pair of massive interferometers that are thousands of miles apart.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence effectively presents the LIGO study’s aim, noting that it is designed to detect and analyze gravitational waves, and its methodology (it uses two interferometers to detect the waves).
Choice A is incorrect. The sentence describes a finding from the LIGO study; it doesn’t effectively present the study’s aim or its methodology. Choice B is incorrect. The sentence provides background information about the LIGO study’s timeline; it doesn’t effectively present the study’s aim or its methodology. Choice C is incorrect. The sentence touches on LIGO’s methodology, noting that it uses two interferometers, but doesn’t indicate what the study’s aims are.",
+ hasFigure: false,
+ },
+ {
+ id: "5bb7dc03",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Started in 1925, the Scripps National Spelling Bee is a US-based spelling competition.
The words used in the competition have diverse linguistic origins.
In 2008, Sameer Mishra won by correctly spelling the word “guerdon.”
“Guerdon” derives from the Anglo-French word “guerdun.”
In 2009, Kavya Shivashankar won by correctly spelling the word “Laodicean.”
“Laodicean” derives from the ancient Greek word “Laodíkeia.”
",
+ questionHtml:
+ "The student wants to emphasize a difference in the origins of the two words. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "“Guerdon,” the final word of the 2008 Scripps National Spelling Bee, is of Anglo-French origin, while the following year’s final word, “Laodicean,” derives from ancient Greek.",
+ },
+ {
+ label: "B",
+ text: "In 2008, Sameer Mishra won the Scripps National Spelling Bee by correctly spelling the word “guerdon”; however, the following year, Kavya Shivashankar won based on spelling the word “Laodicean.”",
+ },
+ {
+ label: "C",
+ text: "Kavya Shivashankar won the 2009 Scripps National Spelling Bee by correctly spelling “Laodicean,” which derives from the ancient Greek word “Laodíkeia.”",
+ },
+ {
+ label: "D",
+ text: "The Scripps National Spelling Bee uses words from diverse linguistic origins, such as “guerdon” and “Laodicean.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. Noting that “guerdon” is of Anglo-French origin and “Laodicean” is of ancient Greek origin, the sentence uses “while” to emphasize a difference in the origins of the two words.
Choice B is incorrect. While the sentence emphasizes two words used in the Scripps National Spelling Bee, it doesn’t emphasize (or mention) the words’ linguistic origins. Choice C is incorrect. While the sentence specifies the linguistic origin of one word used in the Scripps National Spelling Bee, it doesn’t mention the other word or emphasize a difference in the two words’ origins. Choice D is incorrect. While the sentence makes a generalization about words used in the Scripps National Spelling Bee, it doesn’t emphasize a difference in the words’ origins.",
+ hasFigure: false,
+ },
+ {
+ id: "5d3177aa",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In the early 1960s, the US had a strict national-origins quota system for immigrants.
The number of new immigrants allowed from a country each year was based on how many people from that country lived in the US in 1890.
This system favored immigrants from northern Europe.
Almost 70% of slots were reserved for immigrants from Great Britain, Ireland, and Germany.
The 1965 Hart-Celler Act abolished the national-origins quota system.
",
+ questionHtml:
+ "The student wants to present the significance of the Hart-Celler Act to an audience unfamiliar with the history of US immigration. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Almost 70% of slots were reserved for immigrants from Great Britain, Ireland, and Germany at the time the Hart-Celler Act was proposed.",
+ },
+ {
+ label: "B",
+ text: "Prior to the Hart-Celler Act, new immigration quotas were based on how many people from each country lived in the US in 1890.",
+ },
+ {
+ label: "C",
+ text: "The quota system in place in the early 1960s was abolished by the 1965 Hart-Celler Act.",
+ },
+ {
+ label: "D",
+ text: "The 1965 Hart-Celler Act abolished the national-origins quota system, which favored immigrants from northern Europe.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence presents the significance of the Hart-Celler Act to an audience unfamiliar with the history of US immigration, noting that the 1965 act abolished the national-origins quota system and explaining why that mattered, historically: because the old quota system had favored immigrants from northern Europe.
Choice A is incorrect. The sentence describes an aspect of immigration policy at the time the Hart-Celler Act was proposed; it doesn’t present the significance of the Hart-Celler Act to an audience unfamiliar with the history of US immigration. Choice B is incorrect. The sentence describes an aspect of immigration policy before the Hart-Celler Act; it doesn’t describe or present the significance of the act to an audience unfamiliar with the history of US immigration. Choice C is incorrect. While the sentence indicates that the Hart-Celler Act abolished the old quota system, it doesn’t explain the act or the quota system to an audience unfamiliar with the history of US immigration.",
+ hasFigure: false,
+ },
+ {
+ id: "6249b173",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In 2018 researchers Adwait Deshpande, Shreejata Gupta, and Anindya Sinha were observing wild macaques in India’s Bandipur National Park.
They saw macaques calling out to and gesturing at humans who were eating or carrying food.
They designed a study to find out if the macaques were intentionally communicating to try to persuade the humans to share their food.
In the study trials, macaques frequently called out to and gestured at humans holding food.
In the study trials, macaques called out to and gestured at empty-handed humans less frequently.
",
+ questionHtml:
+ "The student wants to present the study’s results. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Macaques in the study called out to and gestured more frequently at humans holding food than at empty-handed humans.",
+ },
+ {
+ label: "B",
+ text: "In 2018, researchers who had observed macaques in India’s Bandipur National Park calling out to and gesturing at humans designed a study.",
+ },
+ {
+ label: "C",
+ text: "The researchers hoped to find out if the macaques were intentionally communicating to try to persuade humans to share their food.",
+ },
+ {
+ label: "D",
+ text: "The researchers studied how macaques behaved around both humans holding food and empty-handed humans.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This choice presents the study’s results from the last two bullet points.
Choice B is incorrect. This choice describes the background and motivation of the study but not the outcome or findings. Choice C is incorrect. This choice describes the research question or hypothesis of the study but not the evidence or conclusion. Choice D is incorrect. This choice describes the method or design of the study but not the actual results.",
+ hasFigure: false,
+ },
+ {
+ id: "6351062d",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In the late 1890s, over 14,000 unique varieties of apples were grown in the US.
The rise of industrial agriculture in the mid-1900s narrowed the range of commercially grown crops.
Thousands of apple varieties considered less suitable for commercial growth were lost.
Today, only 15 apple varieties dominate the market, making up 90% of apples purchased in the US.
The Lost Apple Project, based in Washington State, attempts to find and grow lost apple varieties.
",
+ questionHtml:
+ "The student wants to emphasize the decline in unique apple varieties in the US and specify why this decline occurred. Which choice most effectively uses relevant information from the notes to accomplish these goals?",
+ choices: [
+ {
+ label: "A",
+ text: "The Lost Apple Project is dedicated to finding some of the apple varieties lost following a shift in agricultural practices in the mid-1900s.",
+ },
+ {
+ label: "B",
+ text: "While over 14,000 apple varieties were grown in the US in the late 1890s, only 15 unique varieties make up most of the apples sold today.",
+ },
+ {
+ label: "C",
+ text: "Since the rise of industrial agriculture, US farmers have mainly grown the same few unique apple varieties, resulting in the loss of thousands of varieties less suitable for commercial growth.",
+ },
+ {
+ label: "D",
+ text: "As industrial agriculture rose to prominence in the mid-1900s, the number of crops selected for cultivation decreased dramatically.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence emphasizes the decline in unique apple varieties in the US and specifies why this decline occurred, noting that thousands of apple varieties were lost because US farmers started mainly growing the same few unique varieties.
Choice A is incorrect. The sentence introduces the Lost Apple Project; it doesn’t emphasize the decline in unique apple varieties in the US and specify why this decline occurred. Choice B is incorrect. While the sentence emphasizes the decline in unique apple varieties in the US, it doesn’t explain why this decline occurred. Choice D is incorrect. The sentence emphasizes the general decline of crop varieties in the mid-1900s; it doesn’t emphasize the specific decline in unique apple varieties in the US.",
+ hasFigure: false,
+ },
+ {
+ id: "63a4fa29",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In 2013, archaeologists studied cat bone fragments they had found in the ruins of Quanhucun, a Chinese farming village.
The fragments were estimated to be 5,300 years old.
A chemical analysis of the fragments revealed that the cats had consumed large amounts of grain.
The grain consumption is evidence that the Quanhucun cats may have been domesticated.
",
+ questionHtml:
+ "The student wants to present the Quanhucun study and its conclusions. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "As part of a 2013 study of cat domestication, a chemical analysis was conducted on cat bone fragments found in Quanhucun, China.",
+ },
+ {
+ label: "B",
+ text: "A 2013 analysis of cat bone fragments found in Quanhucun, China, suggests that cats there may have been domesticated 5,300 years ago.",
+ },
+ {
+ label: "C",
+ text: "In 2013, archaeologists studied what cats in Quanhucun, China, had eaten more than 5,000 years ago.",
+ },
+ {
+ label: "D",
+ text: "Cat bone fragments estimated to be 5,300 years old were found in Quanhucun, China, in 2013.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The sentence presents the study, describing it as a 2013 analysis of Quanhucun cat bone fragments, and its conclusions, indicating what the analysis suggests about cat domestication in Quanhucun.
Choice A is incorrect because the sentence focuses on the study’s methodology; it doesn’t present conclusions from the study. Choice C is incorrect. While the sentence provides a general overview of the study, it doesn’t present conclusions from the study. Choice D is incorrect. The sentence describes a finding from the study; it doesn’t present conclusions from the study.",
+ hasFigure: false,
+ },
+ {
+ id: "74149724",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
John Carver was one of the 41 signatories of the Mayflower Compact.
The Mayflower Compact was a legal agreement among the pilgrims that immigrated to Plymouth Colony.
It was created in 1620 to establish a common government.
It states that the pilgrims who signed it wanted to “plant the first colony in the northern parts of Virginia” under King James.
Carver became the first governor of Plymouth Colony.
",
+ questionHtml:
+ "The student wants to specify the reason the Mayflower Compact was created. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Stating that its signatories wanted to “plant the first colony in the northern parts of Virginia,” the Mayflower Compact was a legal agreement among the pilgrims that immigrated to Plymouth Colony.",
+ },
+ {
+ label: "B",
+ text: "Created in 1620, the Mayflower Compact states that the pilgrims wanted to “plant the first colony in the northern parts of Virginia.”",
+ },
+ {
+ label: "C",
+ text: "The Mayflower Compact was created to establish a common government among the pilgrims that immigrated to Plymouth Colony.",
+ },
+ {
+ label: "D",
+ text: "The Mayflower Compact had 41 signatories, including John Carver, the first governor of Plymouth Colony.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence specifies the reason the Mayflower Compact was created, noting that it was created to establish a common government among the pilgrims that immigrated to Plymouth Colony.
Choice A is incorrect. While the sentence provides background information about the Mayflower Compact and notes the signatories’ goal for the colony, it doesn’t specify why the compact was created. Choice B is incorrect. While the sentence provides background information about the Mayflower Compact and notes the signatories’ goal for the colony, it doesn’t specify why the compact was created. Choice D is incorrect. The sentence specifies the number of pilgrims that signed the Mayflower Compact; it doesn’t specify the reason the compact was created.",
+ hasFigure: false,
+ },
+ {
+ id: "7aac173e",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Architect Julian Abele studied Gregorian and neo-Gothic architecture in Europe.
Abele worked for an architecture firm that was hired in 1924 to design buildings for Duke University’s new campus.
Most of the buildings on Duke’s campus were designed in the Gregorian or neo-Gothic architectural styles.
At the time, Abele was not formally credited with designing the buildings.
Based on the buildings’ architectural styles, historians believe Abele designed most of the campus buildings.
",
+ questionHtml:
+ "The student wants to specify why historians believe Abele designed most of Duke’s campus buildings. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Given that most of the buildings on Duke’s campus feature architectural styles that Abele had studied in Europe, historians believe Abele is the one who designed them.",
+ },
+ {
+ label: "B",
+ text: "Though Abele wasn’t formally credited at the time, historians believe he designed most of the buildings on Duke’s campus.",
+ },
+ {
+ label: "C",
+ text: "Most of Duke’s campus buildings, which were designed by a firm Abele worked for, were designed in the Gregorian and neo-Gothic architectural styles.",
+ },
+ {
+ label: "D",
+ text: "Abele, an architect who studied Gregorian and neo-Gothic architecture in Europe, is believed to have designed most of the buildings on Duke’s campus.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The sentence specifies why historians believe Abele designed most of Duke’s campus buildings, noting that most of the buildings feature architectural styles that Abele had studied.
Choice B is incorrect. While the sentence explains that historians believe Abele designed most of Duke’s campus buildings, it doesn’t specify why historians hold that belief. Choice C is incorrect because the sentence emphasizes the architectural styles of Duke’s campus buildings; it doesn’t specify why historians believe Abele designed the buildings. Choice D is incorrect. While the sentence explains that Abele is believed to have designed most of the buildings on Duke’s campus, it doesn’t specify why historians believe that he designed the buildings.",
+ hasFigure: false,
+ },
+ {
+ id: "7c9d0e38",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Roughly 96% of Australia’s estimated 200,000 animal species are invertebrates.
Invertebrates of the order Hymenoptera, which consists of sawflies, wasps, bees, and ants, are estimated to total 14,800 species in Australia.
Invertebrates of the order Coleoptera, which consists of beetles and weevils, are estimated to total 28,200 species in Australia.
Some of these invertebrates’ populations are threatened by invasive bird and fish species.
",
+ questionHtml:
+ "The student wants to emphasize the different orders in which Australia’s invertebrate animals are classified. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "In Australia, 28,200 species are estimated to be beetles and weevils, both classified as invertebrates of the order Coleoptera.",
+ },
+ {
+ label: "B",
+ text: "Among Australia’s many invertebrates, sawflies, wasps, bees, and ants belong to the order Hymenoptera, while beetles and weevils belong to the order Coleoptera.",
+ },
+ {
+ label: "C",
+ text: "Many sawflies, wasps, bees, and ants of the order Hymenoptera are threatened by some of Australia’s invasive bird and fish species.",
+ },
+ {
+ label: "D",
+ text: "The order Hymenoptera is estimated to make up 14,800 of Australia’s 200,000 animal species.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The sentence emphasizes the different orders that Australia’s invertebrates belong to, specifying that sawflies, wasps, bees, and ants belong to the order Hymenoptera, whereas beetles and weevils belong to the order Coleoptera.
Choice A is incorrect. The sentence only mentions one order, Coleoptera; it doesn’t emphasize the different orders that Australia’s invertebrates belong to. Choice C is incorrect. The sentence only mentions one order, Hymenoptera; it doesn’t emphasize the different orders that Australia’s invertebrates belong to. Choice D is incorrect. The sentence only mentions one order, Hymenoptera; it doesn’t emphasize the different orders that Australia’s invertebrates belong to.",
+ hasFigure: false,
+ },
+ {
+ id: "7fd39a42",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Circular particle accelerators known as synchrotrons radiate energy in the form of light.
Synchrotron light is among the brightest light ever produced.
Synchrotron light is an ideal tool for researchers investigating the structure of matter.
The first synchrotron created for the purpose of providing synchrotron light was built in 1968.
It was called Tantalus and was housed near the University of Wisconsin–Madison.
",
+ questionHtml:
+ "The student wants to emphasize the location of the first synchrotron built to provide synchrotron light. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Tantalus, the first synchrotron created for the purpose of providing synchrotron light, was built in 1968.",
+ },
+ {
+ label: "B",
+ text: "Circular particle accelerators known as synchrotrons radiate energy in the form of light, and this light is an ideal tool for researchers investigating the structure of matter.",
+ },
+ {
+ label: "C",
+ text: "The first synchrotron created for the purpose of providing synchrotron light, Tantalus, was housed near the University of Wisconsin–Madison.",
+ },
+ {
+ label: "D",
+ text: "Synchrotron light is among the brightest light ever produced, making it an ideal tool for researchers investigating the structure of matter.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. After identifying Tantalus as the first synchrotron built to provide light, the sentence emphasizes its location.
Choice A is incorrect. While the sentence identifies Tantalus as the first synchrotron built to provide light, it doesn’t emphasize (or mention) its location. Choice B is incorrect. The sentence describes synchrotrons and how researchers use them; it doesn’t emphasize (or mention) the location of Tantalus. Choice D is incorrect. The sentence describes synchrotron light and how researchers use it; the sentence doesn’t emphasize (or mention) the location of Tantalus.",
+ hasFigure: false,
+ },
+ {
+ id: "81315093",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
A marathon is a long-distance running race that is 26.2 miles long.
An ultramarathon is a long-distance running race of more than 26.2 miles.
The Kepler Challenge is a one-day, 37.3-mile ultramarathon in New Zealand.
The Spreelauf is a six-day, 261-mile ultramarathon in Germany.
",
+ questionHtml:
+ "The student wants to make a generalization about ultramarathons. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Examples of ultramarathons include the 37.3-mile Kepler Challenge in New Zealand and the 261-mile Spreelauf in Germany.",
+ },
+ {
+ label: "B",
+ text: "A marathon is 26.2 miles long, but the Spreelauf ultramarathon, at 261 miles, is far longer.",
+ },
+ {
+ label: "C",
+ text: "Ultramarathons range widely in length, from a few dozen miles to a few hundred.",
+ },
+ {
+ label: "D",
+ text: "While the Kepler Challenge is a one-day ultramarathon, the Spreelauf is a six-day ultramarathon.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. This is the only choice that makes a generalization about ultramarathons.
Choice A is incorrect. This choice gives specific examples of ultramarathons but doesn’t say anything about them as a category. Choice B is incorrect. This choice compares marathons in general to one specific ultramarathon but doesn’t say anything about ultramarathons as a category. Choice D is incorrect. This choice contrasts two specific ultramarathons but doesn’t say anything about them as a category.",
+ hasFigure: false,
+ },
+ {
+ id: "835b101b",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Minnesota defines a lake as an inland body of water of at least 10 acres.
Wisconsin’s definition of a lake doesn’t take size into account.
By its own definition, Wisconsin has over 15,000 lakes, many smaller than 10 acres.
By Minnesota’s definition, Wisconsin has only about 6,000 lakes.
",
+ questionHtml:
+ "The student wants to contrast Minnesota’s definition of a lake with Wisconsin’s. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Wisconsin, which doesn’t take size into account in defining a lake, claims that it has over 15,000 lakes.",
+ },
+ {
+ label: "B",
+ text: "Because its definition of a lake is different from Minnesota’s, it is unclear how many lakes Wisconsin really has.",
+ },
+ {
+ label: "C",
+ text: "According to Minnesota’s definition of a lake—an inland body of water of at least 10 acres—Wisconsin has about 6,000 lakes.",
+ },
+ {
+ label: "D",
+ text: "Minnesota’s definition of a lake—an inland body of water of at least 10 acres—is more restrictive than Wisconsin’s, which doesn’t take size into account.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence contrasts Minnesota’s definition of a lake with Wisconsin’s, explaining that Minnesota’s definition (which takes size into account) is more restrictive than Wisconsin’s definition (which doesn’t).
Choice A is incorrect. While the sentence notes that Wisconsin’s definition of a lake doesn’t take size into account, it doesn’t contrast Minnesota’s definition with Wisconsin’s. Choice B is incorrect. The sentence states that Wisconsin’s definition of a lake is different from Minnesota’s, but it doesn’t clarify how they differ. In other words, it doesn’t contrast Minnesota’s definition with Wisconsin’s. Choice C is incorrect. The sentence indicates how many lakes Wisconsin has according to Minnesota’s definition of a lake, but it doesn’t clarify how the states’ definitions differ. In other words, it doesn’t contrast Minnesota’s definition with Wisconsin’s.",
+ hasFigure: false,
+ },
+ {
+ id: "8432a140",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Marine biologist Camille Jazmin Gaynus studies coral reefs.
Coral reefs are vital underwater ecosystems that provide habitats to 25% of all marine species.
Reefs can include up to 8,000 species of fish, such as toadfish, seahorses, and clown triggerfish.
The Amazon Reef is a coral reef in Brazil.
It is one of the largest known reefs in the world.
",
+ questionHtml:
+ "The student wants to introduce the scientist and her field of study to a new audience. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Located in Brazil, the Amazon Reef is one of the largest known coral reefs in the world.",
+ },
+ {
+ label: "B",
+ text: "Marine biologist Camille Jazmin Gaynus studies coral reefs, vital underwater ecosystems that provide homes to 25% of all marine species.",
+ },
+ {
+ label: "C",
+ text: "Providing homes to 25% of all marine species, including up to 8,000 species of fish, coral reefs are vital underwater ecosystems and thus of great interest to marine biologists.",
+ },
+ {
+ label: "D",
+ text: "As Camille Jazmin Gaynus knows well, coral reefs are vital underwater ecosystems, providing homes to thousands of species of fish.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. We’re asked to select the sentence that "introduces the scientist and her field of study." This choice introduces scientist Camille Jazmin Gaynus as a marine biologist and explains what marine life she studies.
Choice A is incorrect. This choice doesn’t mention Camille Jazmin Gaynus, so it fails to "introduce the scientist." Choice C is incorrect. This choice doesn’t mention Camille Jazmin Gaynus, so it fails to "introduce the scientist." Choice D is incorrect. This choice mentions Camille Jazmin Gaynus, but it doesn’t identify her as a marine biologist. It says she "knows well" about coral reefs, but doesn’t identify her expertise as a "field of study."',
+ hasFigure: false,
+ },
+ {
+ id: "84e108cf",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Platinum is a rare and expensive metal.
It is used as a catalyst for chemical reactions.
Platinum catalysts typically require a large amount of platinum to be effective.
Researcher Jianbo Tang and his colleagues created a platinum catalyst that combines platinum with liquid gallium.
Their catalyst was highly effective and required only trace amounts of platinum (0.0001% of the atoms in the mixture).
",
+ questionHtml:
+ "The student wants to explain an advantage of the new platinum catalyst developed by Jianbo Tang and his colleagues. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Researcher Jianbo Tang and his colleagues created a platinum catalyst that combines platinum, a rare and expensive metal, with liquid gallium.",
+ },
+ {
+ label: "B",
+ text: "Like other platinum catalysts, the new platinum catalyst requires a particular amount of the metal to be effective.",
+ },
+ {
+ label: "C",
+ text: "Platinum is a rare and expensive metal that is used as a catalyst for chemical reactions; however, platinum catalysts typically require a large amount of platinum to be effective.",
+ },
+ {
+ label: "D",
+ text: "While still highly effective, the new platinum catalyst requires far less of the rare and expensive metal than do other platinum catalysts.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence explains an advantage of Tang and his colleagues’ platinum catalyst, noting that it requires far less platinum (which is rare and expensive) than other platinum catalysts do.
Choice A is incorrect. The sentence describes the platinum catalyst that Tang and his colleagues created; it doesn’t explain an advantage of their platinum catalyst. Choice B is incorrect. The sentence emphasizes a similarity between the new platinum catalyst and other platinum catalysts; it doesn’t explain an advantage of the new platinum catalyst. Choice C is incorrect. The sentence connects the metal platinum to the functioning of platinum catalysts, noting that large amounts of platinum are typically required for platinum catalysts to be effective; it doesn’t explain an advantage of Tang and his colleagues’ platinum catalyst.",
+ hasFigure: false,
+ },
+ {
+ id: "86b78078",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Samuel Selvon was a Trinidadian author.
The Lonely Londoners is one of his most celebrated novels.
Selvon published the novel in 1956.
It is about a group of men who emigrate from the Caribbean to Great Britain after World War II.
Some of The Lonely Londoners’ characters also appear in Selvon’s later novel Moses Ascending.
",
+ questionHtml:
+ "The student wants to introduce Samuel Selvon and his novel The Lonely Londoners to a new audience. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "In 1956, Trinidadian author Samuel Selvon published one of his most celebrated novels, The Lonely Londoners, which is about a group of men who emigrate from the Caribbean to Great Britain after World War II.",
+ },
+ {
+ label: "B",
+ text: "Samuel Selvon wrote the novel Moses Ascending after he wrote The Lonely Londoners.",
+ },
+ {
+ label: "C",
+ text: "The Lonely Londoners, a celebrated novel that was published in 1956, depicts post–World War II Caribbean migration from the perspective of a Trinidadian author.",
+ },
+ {
+ label: "D",
+ text: "Some of the characters who appear in Samuel Selvon’s Moses Ascending also appear in The Lonely Londoners.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. By noting that Selvon is a Trinidadian author and indicating that The Lonely Londoners, published in 1956, is about a group of men who emigrate from the Caribbean to Great Britain after World War II, the sentence effectively introduces Samuel Selvon and his novel to a new audience.
Choice B is incorrect. The sentence indicates the order in which two of Selvon’s novels were written; it doesn’t introduce Samuel Selvon and The Lonely Londoners to a new audience. Choice C is incorrect. While the sentence describes the novel The Lonely Londoners, it doesn’t mention its author, Samuel Selvon, by name and thus doesn’t effectively introduce him to a new audience. Choice D is incorrect. The sentence indicates that two of Selvon’s novels include the same characters; it doesn’t introduce Samuel Selvon and The Lonely Londoners to a new audience.",
+ hasFigure: false,
+ },
+ {
+ id: "88308a39",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Shaun Tan is an Australian author.
In 2008, he published Tales from Outer Suburbia, a book of fifteen short stories.
The stories describe surreal events occurring in otherwise ordinary suburban neighborhoods.
In 2018, he published Tales from the Inner City, a book of twenty-five short stories.
The stories describe surreal events occurring in otherwise ordinary urban settings.
",
+ questionHtml:
+ "The student wants to emphasize a similarity between the two books by Shaun Tan. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Shaun Tan’s book Tales from Outer Suburbia, which describes surreal events occurring in otherwise ordinary places, contains fewer short stories than Tales from the Inner City does.",
+ },
+ {
+ label: "B",
+ text: "Tales from Outer Suburbia was published in 2008, and Tales from the Inner City was published in 2018.",
+ },
+ {
+ label: "C",
+ text: "Unlike Tales from the Inner City, Shaun Tan’s book Tales from Outer Suburbia is set in suburban neighborhoods.",
+ },
+ {
+ label: "D",
+ text: "Shaun Tan’s books Tales from Outer Suburbia and Tales from the Inner City both describe surreal events occurring in otherwise ordinary places.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence uses “both” to emphasize a thematic similarity between Tan’s two books, noting that both Tales from Outer Suburbia and Tales from the Inner City describe surreal events occurring in otherwise ordinary places.
Choice A is incorrect. The sentence emphasizes a difference (one contains fewer stories than the other), not a similarity, between the two books. Choice B is incorrect. The sentence indicates that Tan’s books were published ten years apart; it doesn’t emphasize a similarity between the two books. Choice C is incorrect. The sentence uses “unlike” to emphasize a difference between Tales from Outer Suburbia and Tales from the Inner City; it doesn’t emphasize a similarity between the two books.",
+ hasFigure: false,
+ },
+ {
+ id: "883493d5",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Allan Houser was a Chiricahua Warm Springs Apache sculptor, illustrator, and painter.
Many of his sculptures featured Native American figures.
He depicted this subject matter using abstract, modernist forms, developing a distinctive style that influenced many other artists.
His well-known sculpture Sacred Rain Arrow was pictured on the State of Oklahoma license plate.
",
+ questionHtml:
+ "The student wants to describe the distinctive style of Houser’s sculptures. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "A sculptor, illustrator, and painter, Houser developed a distinctive style for portraying Native American figures.",
+ },
+ {
+ label: "B",
+ text: "Houser’s sculptures employ abstract, modernist forms to depict Native American figures.",
+ },
+ {
+ label: "C",
+ text: "Many other artists have been influenced by the style of Houser’s sculptures.",
+ },
+ {
+ label: "D",
+ text: "The sculpture Sacred Rain Arrow is a well-known example of Houser’s style.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The sentence describes the distinctive style of Houser’s sculptures, explaining that the sculptures use abstract, modernist forms to depict Native American figures.
Choice A is incorrect. While the sentence indicates that Houser developed a distinctive style for portraying Native American figures, it doesn’t describe this style. Choice C is incorrect. While the sentence states that other artists have been influenced by the style of Houser’s sculptures, it doesn’t describe this style. Choice D is incorrect. While the sentence mentions the name of a sculpture that’s a well-known example of Houser’s style, it doesn’t describe the sculpture’s style.",
+ hasFigure: false,
+ },
+ {
+ id: "92dec236",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Maika’i Tubbs is a Native Hawaiian sculptor and installation artist.
His work has been shown in the United States, Canada, Japan, and Germany, among other places.
Many of his sculptures feature discarded objects.
His work Erasure (2008) includes discarded audiocassette tapes and magnets.
His work Home Grown (2009) includes discarded pushpins, plastic plates and forks, and wood.
",
+ questionHtml:
+ "The student wants to emphasize a similarity between the two works. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Erasure (2008) uses discarded objects such as audiocassette tapes and magnets; Home Grown (2009), however, includes pushpins, plastic plates and forks, and wood.",
+ },
+ {
+ label: "B",
+ text: "Tubbs’s work, which often features discarded objects, has been shown both within the United States and abroad.",
+ },
+ {
+ label: "C",
+ text: "Like many of Tubbs’s sculptures, both Erasure and Home Grown include discarded objects: Erasure uses audiocassette tapes, and Home Grown uses plastic forks.",
+ },
+ {
+ label: "D",
+ text: "Tubbs completed Erasure in 2008 and Home Grown in 2009.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. This choice most effectively emphasizes "a similarity" by identifying a trait the works share: "both Erasure and Home Grown include discarded objects."
Choice A is incorrect. This choice doesn’t "emphasize a similarity." Instead, this choice shows how the materials used in the two works are different. Notice the use of the contrast word "however." Choice B is incorrect. This choice doesn’t "emphasize a similarity between the two works." While it says that Tubbs’s work "often features discarded objects," it doesn’t provide details about the two works in question. Choice D is incorrect. This choice doesn’t "emphasize a similarity." Instead, this choice shows how the works were produced at different times.',
+ hasFigure: false,
+ },
+ {
+ id: "94cb8720",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In 2020, theater students at Radford and Virginia Tech chose an interactive, online format to present a play about woman suffrage activists.
Their “Women and the Vote” website featured an interactive digital drawing of a Victorian-style house.
Audiences were asked to focus on a room of their choice and select from that room an artifact related to the suffrage movement.
One click took them to video clips, songs, artwork, and texts associated with the artifact.
The play was popular with audiences because the format allowed them to control the experience.
",
+ questionHtml:
+ "The student wants to explain an advantage of the “Women and the Vote” format. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "“Women and the Vote” featured a drawing of a Victorian-style house with several rooms, each containing suffrage artifacts.",
+ },
+ {
+ label: "B",
+ text: "To access video clips, songs, artwork, and texts, audiences had to first click on an artifact.",
+ },
+ {
+ label: "C",
+ text: "The “Women and the Vote” format appealed to audiences because it allowed them to control the experience.",
+ },
+ {
+ label: "D",
+ text: "Using an interactive format, theater students at Radford and Virginia Tech created “Women and the Vote,” a play about woman suffrage activists.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence explains an advantage of the “Women and the Vote” format, noting that the format appealed to audiences because it allowed them to control the experience.
Choice A is incorrect. The sentence describes a digital drawing on the “Women and the Vote” website; it doesn’t explain an advantage of the play’s format. Choice B is incorrect. The sentence explains how audiences interacted with the “Women and the Vote” website; it doesn’t explain an advantage of the play’s format. Choice D is incorrect. While the sentence mentions that “Women and the Vote” had an interactive format, it doesn’t explain what advantage this format might have.",
+ hasFigure: false,
+ },
+ {
+ id: "94f4eecb",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Las sergas de Esplandián was a novel popular in sixteenth-century Spain.
The novel featured a fictional island inhabited solely by Black women and known as California.
That same century, Spanish explorers learned of an “island” off the west coast of Mexico.
They called it California after the island in the novel.
The “island” was actually the peninsula now known as Baja California (“Lower California”), which lies to the south of the US state of California.
",
+ questionHtml:
+ "The student wants to emphasize the role a misconception played in the naming of a place. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The novel Las sergas de Esplandián featured a fictional island known as California.",
+ },
+ {
+ label: "B",
+ text: "To the south of the US state of California lies Baja California (“Lower California”), originally called California after a fictional place.",
+ },
+ {
+ label: "C",
+ text: "In the sixteenth century, Spanish explorers learned of a peninsula off the west coast of Mexico and called it California.",
+ },
+ {
+ label: "D",
+ text: "Thinking it was an island, Spanish explorers called a peninsula California after an island in a popular novel.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence emphasizes the role a misconception played in the naming of a place, explaining that Spanish explorers mistook a peninsula for an island and, as a result, named the peninsula after a fictional island, California.
Choice A is incorrect. The sentence mentions a novel that featured a fictional island, California; it doesn’t emphasize the role a misconception played in the naming of a place. Choice B is incorrect. The sentence notes that Baja California was originally named after a fictional place; it doesn’t emphasize the role a misconception—specifically, the Spanish explorers’ mistaken belief that the peninsula was an island—played in the naming of a place. Choice C is incorrect. The sentence indicates when Spanish explorers learned of the peninsula they called California; it doesn’t emphasize the role a misconception played in the naming of a place.",
+ hasFigure: false,
+ },
+ {
+ id: "99183985",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Some sandstone arches in Utah’s Arches National Park have been defaced by tourists’ carvings.
Park rangers can smooth away some carvings using power grinders.
For deep carvings, power grinding is not always feasible because it can greatly alter or damage the rock.
Park rangers can use an infilling technique, which involves filling in carvings with ground sandstone and a bonding agent.
This technique is minimally invasive.
",
+ questionHtml:
+ "The student wants to explain an advantage of the infilling technique. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "To remove carvings from sandstone arches in Utah’s Arches National Park, power grinding is not always feasible.",
+ },
+ {
+ label: "B",
+ text: "Filling in carvings with ground sandstone and a bonding agent is less invasive than smoothing them away with a power grinder, which can greatly alter or damage the sandstone arches.",
+ },
+ {
+ label: "C",
+ text: "Park rangers can use a power grinding technique to smooth away carvings or fill them in with ground sandstone and a bonding agent.",
+ },
+ {
+ label: "D",
+ text: "As methods for removing carvings from sandstone, power grinding and infilling differ in their level of invasiveness.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The sentence effectively explains an advantage of infilling: it’s less invasive than using a power grinder.
Choice A is incorrect. The sentence identifies a disadvantage of power grinding; it doesn’t explain an advantage of infilling. Choice C is incorrect. The sentence identifies the two techniques park rangers use; it doesn’t explain an advantage of infilling. Choice D is incorrect. The sentence indicates that power grinding and infilling are different in one aspect; it fails to explain an advantage of infilling.",
+ hasFigure: false,
+ },
+ {
+ id: "9e2d4ef7",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Abdulrazak Gurnah was awarded the 2021 Nobel Prize in Literature.
Gurnah was born in Zanzibar in East Africa and currently lives in the United Kingdom.
Many readers have singled out Gurnah’s 1994 book Paradise for praise.
Paradise is a historical novel about events that occurred in colonial East Africa.
",
+ questionHtml:
+ "The student wants to introduce Paradise to an audience unfamiliar with the novel and its author. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Abdulrazak Gurnah, who wrote Paradise and later was awarded the Nobel Prize in Literature, was born in Zanzibar in East Africa and currently lives in the United Kingdom.",
+ },
+ {
+ label: "B",
+ text: "Many readers have singled out Abdulrazak Gurnah’s 1994 book Paradise, a historical novel about colonial East Africa, for praise.",
+ },
+ {
+ label: "C",
+ text: "A much-praised historical novel about colonial East Africa, Paradise (1994) was written by Abdulrazak Gurnah, winner of the 2021 Nobel Prize in Literature.",
+ },
+ {
+ label: "D",
+ text: "Paradise is a historical novel about events that occurred in colonial East Africa, Abdulrazak Gurnah’s homeland.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence effectively introduces Paradise to an audience unfamiliar with the novel and its author, describing Paradise as a historical novel about colonial East Africa and its author as the winner of the 2021 Nobel Prize in Literature.
Choice A is incorrect. While the sentence introduces Abdulrazak Gurnah to an audience unfamiliar with the author, it doesn’t effectively introduce Paradise. Choice B is incorrect. While the sentence provides background information about Paradise, it doesn’t effectively introduce the novel to an audience unfamiliar with its author. Choice D is incorrect. While the sentence provides background information about Paradise, it doesn’t effectively introduce the novel to an audience unfamiliar with its author.",
+ hasFigure: false,
+ },
+ {
+ id: "a1ca7ec4",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Cecilia Vicuña is a multidisciplinary artist.
In 1971, her first solo art exhibition, Pinturas, poemas y explicaciones, was shown at the Museo Nacional de Bellas Artes in Santiago, Chile.
Her poetry collection Precario/Precarious was published in 1983 by Tanam Press.
Her poetry collection Instan was published in 2002 by Kelsey St. Press.
She lives part time in Chile, where she was born, and part time in New York.
",
+ questionHtml:
+ "The student wants to introduce the artist’s 1983 poetry collection. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Before she published the books Precario/Precarious (1983) and Instan (2002), Cecilia Vicuña exhibited visual art at the Museo Nacional de Bellas Artes in Santiago, Chile.",
+ },
+ {
+ label: "B",
+ text: "Cecilia Vicuña is a true multidisciplinary artist whose works include numerous poetry collections and visual art exhibitions.",
+ },
+ {
+ label: "C",
+ text: "Published in 1983 by Tanam Press, Precario/Precarious is a collection of poetry by the multidisciplinary artist Cecilia Vicuña.",
+ },
+ {
+ label: "D",
+ text: "In 1971, Cecilia Vicuña exhibited her first solo art exhibition, Pinturas, poemas y explicaciones, in Chile, her country of birth.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence effectively introduces the poetry collection Precario/Precarious, noting that it is a collection by Vicuña that was published in 1983 by Tanam Press.
Choice A is incorrect. While the sentence mentions the 1983 poetry collection Precario/Precarious, it focuses mainly on Vicuña’s visual art. Choice B is incorrect. The sentence doesn’t introduce the 1983 poetry collection Precario/Precarious; instead, it introduces Vicuña. Choice D is incorrect. The sentence emphasizes the location of Vicuña’s 1971 exhibition Pinturas, poemas y explicaciones; it doesn’t introduce the 1983 poetry collection Precario/Precarious..",
+ hasFigure: false,
+ },
+ {
+ id: "a86c0b1b",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Ancient Native American and Australian Aboriginal cultures described the Pleiades star cluster as having seven stars.
It was referred to as the Seven Sisters in the mythology of ancient Greece.
Today, the cluster appears to have only six stars.
Two of the stars have moved so close together that they now appear as one.
",
+ questionHtml:
+ "The student wants to specify the reason the Pleiades’ appearance changed. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Ancient Native American and Australian Aboriginal cultures described the Pleiades, which was referred to in Greek mythology as the Seven Sisters, as having seven stars.",
+ },
+ {
+ label: "B",
+ text: "Although once referred to as the Seven Sisters, the Pleiades appears to have only six stars today.",
+ },
+ {
+ label: "C",
+ text: "In the time since ancient cultures described the Pleiades as having seven stars, two of the cluster’s stars have moved so close together that they now appear as one.",
+ },
+ {
+ label: "D",
+ text: "The Pleiades has seven stars, but two are so close together that they appear to be a single star.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence specifies the reason the Pleiades’ appearance changed, noting that two of the cluster’s stars have moved so close together that they now appear as one star.
Choice A is incorrect. The sentence specifies how ancient Native American and Australian Aboriginal cultures described the Pleiades; it doesn’t specify the reason the Pleiades’ appearance changed. Choice B is incorrect. The sentence describes the appearance of the Pleiades today; it doesn’t specify the reason the Pleiades’ appearance changed. Choice D is incorrect. The sentence explains why two of the Pleiades’ stars appear to be a single star; it doesn’t specify the reason the Pleiades’ appearance changed.",
+ hasFigure: false,
+ },
+ {
+ id: "aa7e10d0",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Species belonging to the Orchidaceae (orchid) family can be found in both tropical and temperate environments.
Orchidaceae species diversity has not been well studied in temperate forests, such as those in Oaxaca, Mexico.
Arelee Estefanía Muñoz-Hernández led a study to determine how many different Orchidaceae species are present in the forests of Oaxaca.
Muñoz-Hernández and her team collected orchids each month for a year at a site in Oaxaca.
Seventy-four Orchidaceae species were present at the site.
",
+ questionHtml:
+ "The student wants to present the study and its findings. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "A study led by Arelee Estefanía Muñoz-Hernández identified a total of 74 Orchidaceae species in the temperate forests of Oaxaca, Mexico.",
+ },
+ {
+ label: "B",
+ text: "There are orchids in many environments, but there are 74 Orchidaceae species in Oaxaca, Mexico.",
+ },
+ {
+ label: "C",
+ text: "Oaxaca, Mexico, is home to temperate forests containing 74 Orchidaceae species.",
+ },
+ {
+ label: "D",
+ text: "Arelee Estefanía Muñoz-Hernández and her team wanted to know how many different Orchidaceae species are present in the forests of Oaxaca, Mexico, so they conducted a study to collect orchids.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This choice most effectively presents the study and its findings. It opens with the study and names its lead researcher, then tells us its finding: that they identified 74 Orchidaceae species in the temperate forests of Oaxaca, Mexico.
Choice B is incorrect. This choice doesn’t include the study’s findings, so it fails to achieve the goal. It doesn’t mention that there was a study at all. Choice C is incorrect. This choice doesn’t present the study, so it fails to achieve the goal. It doesn’t mention that there was a study at all. Choice D is incorrect. This choice doesn’t include the study’s findings, so it fails to achieve the goal.",
+ hasFigure: false,
+ },
+ {
+ id: "aec8d3e8",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Chemical leavening agents cause carbon dioxide to be released within a liquid batter, making the batter rise as it bakes.
Baking soda and baking powder are chemical leavening agents.
Baking soda is pure sodium bicarbonate.
To produce carbon dioxide, baking soda needs to be mixed with liquid and an acidic ingredient such as honey.
Baking powder is a mixture of sodium bicarbonate and an acid.
To produce carbon dioxide, baking powder needs to be mixed with liquid but not with an acidic ingredient.
",
+ questionHtml:
+ "The student wants to emphasize a difference between baking soda and baking powder. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "To make batters rise, bakers use chemical leavening agents such as baking soda and baking powder.",
+ },
+ {
+ label: "B",
+ text: "Baking soda and baking powder are chemical leavening agents that, when mixed with other ingredients, cause carbon dioxide to be released within a batter.",
+ },
+ {
+ label: "C",
+ text: "Baking soda is pure sodium bicarbonate, and honey is a type of acidic ingredient.",
+ },
+ {
+ label: "D",
+ text: "To produce carbon dioxide within a liquid batter, baking soda needs to be mixed with an acidic ingredient, whereas baking powder does not.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence emphasizes a difference between baking soda and baking powder, noting that baking soda needs to be mixed with an acidic ingredient to produce carbon dioxide but baking powder doesn’t.
Choice A is incorrect. The sentence focuses on what bakers use to make batters rise; it doesn’t emphasize a difference between baking soda and baking powder. Choice B is incorrect. The sentence provides a general description of baking soda and baking powder; it doesn’t emphasize a difference between them. Choice C is incorrect. The sentence explains what baking soda and honey are; it doesn’t emphasize a difference between baking soda and baking powder.",
+ hasFigure: false,
+ },
+ {
+ id: "b46e0c8a",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Organisms release cellular material into their environment by shedding substances such as hair or skin.
The DNA in these substances is known as environmental DNA, or eDNA.
Researchers collect and analyze eDNA to detect the presence of species that are difficult to observe.
Geneticist Sara Oyler-McCance’s research team analyzed eDNA in water samples from the Florida Everglades to detect invasive constrictor snake species in the area.
The study determined a 91% probability of detecting Burmese python eDNA in a given location.
",
+ questionHtml:
+ "The student wants to present the study to an audience already familiar with environmental DNA. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Sara Oyler-McCance’s researchers analyzed eDNA in water samples from the Florida Everglades for evidence of invasive constrictor snakes, which are difficult to observe.",
+ },
+ {
+ label: "B",
+ text: "An analysis of eDNA can detect the presence of invasive species that are difficult to observe, such as constrictor snakes.",
+ },
+ {
+ label: "C",
+ text: "Researchers found Burmese python eDNA, or environmental DNA, in water samples; eDNA is the DNA in released cellular materials, such as shed skin cells.",
+ },
+ {
+ label: "D",
+ text: "Sara Oyler-McCance’s researchers analyzed environmental DNA (eDNA)—that is, DNA from cellular materials released by organisms—in water samples from the Florida Everglades.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This choice presents the study in a way that assumes the audience is already familiar with eDNA.
Choice B is incorrect. This choice doesn’t present the study. It only states a general fact about eDNA analysis. Choice C is incorrect. This choice isn’t suited for an audience already familiar with eDNA. A familiar audience wouldn’t need to have the term defined or explained. Choice D is incorrect. This choice isn’t suited for an audience already familiar with eDNA. A familiar audience wouldn’t need to have the term defined or explained. It also doesn’t present the study.",
+ hasFigure: false,
+ },
+ {
+ id: "bb275f0d",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Cities tend to have a wide range of flowering vegetation in parks, yards, and gardens.
This vegetation provides a varied diet for honeybees, strengthening bees’ immune systems.
On average, 62.5 percent of bees in an urban area will survive a harsh winter.
Rural areas are often dominated by monoculture crops such as corn or wheat.
On average, only 40 percent of honeybees in a rural area will survive a harsh winter.
",
+ questionHtml:
+ "The student wants to make and support a generalization about honeybees. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Cities tend to have a wider range of flowering vegetation than do rural areas, which are often dominated by monoculture crops.",
+ },
+ {
+ label: "B",
+ text: "In urban areas, over 60 percent of honeybees, on average, will survive a harsh winter, whereas in rural areas, only 40 percent will.",
+ },
+ {
+ label: "C",
+ text: "The strength of honeybees’ immune systems depends on what the bees eat, and a varied diet is more available to bees in an urban area than to those in a rural area.",
+ },
+ {
+ label: "D",
+ text: "Honeybees are more likely to thrive in cities than in rural areas because the varied diet available in urban areas strengthens the bees’ immune systems.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because the sentence makes and supports a generalization about honeybees. It claims that honeybees living in urban areas are more likely to thrive than rural bees, and it supports the claim with information about the effect of a varied diet on urban bees’ immune systems.
Choice A is incorrect. While the sentence makes a generalization, it doesn’t mention honeybees. Choice B is incorrect. While the sentence provides data about honeybee survival, it doesn’t make a generalization about honeybees based on this information. Choice C is incorrect. While the sentence makes a generalization about honeybees’ diets and immune systems, it doesn’t provide adequate support for this generalization.",
+ hasFigure: false,
+ },
+ {
+ id: "bc56170b",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Most, but not all, of the Moon’s oxygen comes from the Sun, via solar wind.
Cosmochemist Kentaro Terada from Osaka University wondered if some of the unaccounted-for oxygen could be coming from Earth.
In 2008, he analyzed data from the Japanese satellite Kaguya.
Kaguya gathered data about gases and particles it encountered while orbiting the Moon.
Based on the Kaguya data, Terada confirmed his suspicion that Earth is sending oxygen to the Moon.
",
+ questionHtml:
+ "The student wants to emphasize the aim of the research study. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "As it orbited the Moon, the Kaguya satellite collected data that was later analyzed by cosmochemist Kentaro Terada.",
+ },
+ {
+ label: "B",
+ text: "Before 2008, Kentaro Terada wondered if the Moon was receiving some of its oxygen from Earth.",
+ },
+ {
+ label: "C",
+ text: "Cosmochemist Kentaro Terada set out to determine whether some of the Moon’s oxygen was coming from Earth.",
+ },
+ {
+ label: "D",
+ text: "Kentaro Terada’s study determined that Earth is sending a small amount of oxygen to the Moon.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence emphasizes the aim, or goal, of the research study, noting what Terada set out to do: determine whether some of the Moon’s oxygen was coming from Earth.
Choice A is incorrect. The sentence focuses on how the Kaguya satellite collected data; it doesn’t emphasize the aim of the research study. Choice B is incorrect. While the sentence mentions what Terada was curious about before conducting the research study, it doesn’t emphasize his study’s aim. Choice D is incorrect. The sentence presents the research study’s conclusion; it doesn’t emphasize the study’s aim.",
+ hasFigure: false,
+ },
+ {
+ id: "bce57278",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Some US reformers sought to improve society in the 1800s by building utopias.
A utopia is a community intended to represent a perfect society based on a specific set of principles.
One such community was Brook Farm near Boston, Massachusetts.
It was founded in 1841 by writer George Ripley.
Ripley wrote in a letter that his goal for Brook Farm was “to guarantee the highest mental freedom, by providing all with labor, adapted to their tastes and talents, and securing to them the fruits of their industry.”
",
+ questionHtml:
+ "The student wants to explain the goal of Brook Farm using a quotation from George Ripley. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "In a letter, writer George Ripley explained his goal to “guarantee the highest mental freedom.”",
+ },
+ {
+ label: "B",
+ text: "Utopias, such as Brook Farm, founded by George Ripley in 1841, were based on a specific set of principles intended to create a perfect society.",
+ },
+ {
+ label: "C",
+ text: "Founded by George Ripley near Boston, Massachusetts, Brook Farm was part of a trend in the 1800s, when reformers in the United States built utopias.",
+ },
+ {
+ label: "D",
+ text: "Established in 1841, Brook Farm was a utopian community created to “guarantee the highest mental freedom, by providing all with labor... and the fruits of their industry,” according to founder George Ripley.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This choice explains the goal of Brook Farm—to provide mental freedom to all by engaging individuals in labor suited to their interests—using a quotation from George Ripley.
Choice A is incorrect. This choice only mentions part of Ripley’s goal, and it doesn’t mention Brook Farm at all. Choice B is incorrect. This choice defines what a utopia is but doesn’t use Ripley’s words to describe his vision for Brook Farm. Choice C is incorrect. This choice provides some background information about Brook Farm, but it doesn’t explain its goals or include Ripley’s words.",
+ hasFigure: false,
+ },
+ {
+ id: "ce282575",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
J.R.R. Tolkien’s 1937 novel The Hobbit features two maps.
The novel opens with a reproduction of the map that the characters use on their quest.
This map introduces readers to the fictional world they are about to enter.
The novel closes with a map depicting every stop on the characters’ journey.
That map allows readers to reconstruct the story they have just read.
",
+ questionHtml:
+ "The student wants to contrast the purposes of the two maps in The Hobbit. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The Hobbit’s opening map introduces readers to the fictional world they are about to enter, while the closing map allows them to reconstruct the story they have just read.",
+ },
+ {
+ label: "B",
+ text: "The Hobbit, a novel published by J.R.R. Tolkien in 1937, features a reproduction of a map that the characters use on their quest, as well as a map that appears at the end of the novel.",
+ },
+ {
+ label: "C",
+ text: "The Hobbit’s two maps, one opening and one closing the novel, each serve a purpose for readers.",
+ },
+ {
+ label: "D",
+ text: "In 1937, author J.R.R. Tolkien published The Hobbit, a novel featuring both an opening and a closing map.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The sentence contrasts the purposes of the two maps in The Hobbit, noting that the opening map introduces readers to the book’s fictional world, while the closing map helps readers reconstruct the story. The word “while” helps signal a contrast between the purposes of the maps.
Choice B is incorrect. While the sentence mentions the two maps, it doesn’t contrast the maps’ purposes. Choice C is incorrect. While the sentence mentions the two maps and notes that each has a purpose, it doesn’t specify what those purposes are or how they contrast. Choice D is incorrect. While the sentence mentions the two maps, it doesn’t contrast the maps’ purposes.",
+ hasFigure: false,
+ },
+ {
+ id: "d6dec50e",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In 2019, Emily Shepard and colleagues in the UK and Germany studied the effect of wind on auks’ success in landing at cliffside nesting sites.
They found as wind conditions intensified, the birds needed more attempts in order to make a successful landing.
When the wind was still, almost 100% of landing attempts were successful.
In a strong breeze, approximately 40% of attempts were successful.
In near-gale conditions, only around 20% of attempts were successful.
",
+ questionHtml:
+ "The student wants to summarize the study. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "For a 2019 study, researchers from the UK and Germany collected data on auks’ attempts to land at cliffside nesting sites in different wind conditions.",
+ },
+ {
+ label: "B",
+ text: "Emily Shepard and her colleagues wanted to know the extent to which wind affected auks’ success in landing at cliffside nesting sites, so they conducted a study.",
+ },
+ {
+ label: "C",
+ text: "Knowing that auks often need multiple attempts to land at their cliffside nesting sites, Emily Shepard studied the birds’ success rate, which was only around 20% in some conditions.",
+ },
+ {
+ label: "D",
+ text: "Emily Shepard’s 2019 study of auks’ success in landing at cliffside nesting sites showed that as wind conditions intensified, the birds’ success rate decreased.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence effectively summarizes the study, noting who conducted it, when it was conducted, and what its results showed: that auks’ landing success rate decreased as wind conditions intensified.
Choice A is incorrect. While the sentence presents the methodology of the study—that is, the approach taken by the researchers—it fails to summarize the study as a whole. Choice B is incorrect. While the sentence presents the aim, or goal, of the study, it fails to summarize the study as a whole. Choice C is incorrect. While the sentence indicates what Shepard studied, it fails to mention a key factor: the effect of wind. It thus fails to summarize the study as a whole.",
+ hasFigure: false,
+ },
+ {
+ id: "d7c5388f",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Planetary scientists classify asteroids based on their composition.
C-type asteroids are composed primarily of carbon.
They account for roughly 75 percent of known asteroids.
S-type asteroids are primarily made up of silicate minerals.
They account for roughly 17 percent of known asteroids.
",
+ questionHtml:
+ "The student wants to emphasize a difference between C-type and S-type asteroids. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Planetary scientists classify asteroids into types, two of which are the C-type and the S-type.",
+ },
+ {
+ label: "B",
+ text: "Planetary scientists consider an asteroid’s composition (such as whether the asteroid is composed mainly of silicate minerals or carbon) when classifying it.",
+ },
+ {
+ label: "C",
+ text: "Roughly 17 percent of known asteroids are classified as S-type asteroids; another percentage is classified as C-type asteroids.",
+ },
+ {
+ label: "D",
+ text: "C-type asteroids are mainly composed of carbon, whereas S-type asteroids are primarily made up of silicate minerals.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence emphasizes a difference between C-type and S-type asteroids, noting that C-type asteroids are mainly composed of carbon, while S-type asteroids are mainly composed of silicate minerals.
Choice A is incorrect. The sentence states that C-type and S-type are two types of asteroids, but it doesn’t emphasize a difference between them. Choice B is incorrect because it doesn’t directly mention C-type or S-type asteroids. Choice C is incorrect. While the sentence mentions that 17 percent of known asteroids are S-type asteroids, it doesn’t identify the percentage of asteroids that are C-type. Therefore, the sentence doesn’t emphasize a difference between the two types.",
+ hasFigure: false,
+ },
+ {
+ id: "d9d314d9",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Pinnipeds, which include seals, sea lions, and walruses, live in and around water.
Pinnipeds are descended not from sea animals but from four-legged, land-dwelling carnivores.
Canadian paleobiologist Natalia Rybczynski recently found a fossil with four legs, webbed toes, and the skull and teeth of a seal.
Rybczynski refers to her rare find as a “transitional fossil.”
The fossil illustrates an early stage in the evolution of pinnipeds from their land-dwelling ancestors.
",
+ questionHtml:
+ "The student wants to emphasize the fossil’s significance. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Canadian paleobiologist Natalia Rybczynski’s fossil has the skull and teeth of a seal, which, like sea lions and walruses, is a pinniped.",
+ },
+ {
+ label: "B",
+ text: "Pinnipeds are descended from four-legged, land-dwelling carnivores; a fossil that resembles both was recently found.",
+ },
+ {
+ label: "C",
+ text: "Having four legs but the skull and teeth of a seal, the rare fossil illustrates an early stage in the evolution of pinnipeds from their land-dwelling ancestors.",
+ },
+ {
+ label: "D",
+ text: "A “transitional fossil” was recently found by paleobiologist Natalia Rybczynski.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence effectively emphasizes the fossil’s significance, explaining that the fossil is rare and illustrates an early stage in the evolution of pinnipeds from their land-dwelling ancestors.
Choice A is incorrect. The sentence describes the fossil Rybczynski found; it doesn’t emphasize the fossil’s significance. Choice B is incorrect. The sentence mentions that a fossil resembling both pinnipeds and their ancestors was found; it doesn’t emphasize the fossil’s significance. Choice D is incorrect. The sentence notes a term used to describe the fossil Rybczynski found; it doesn’t emphasize the fossil’s significance.",
+ hasFigure: false,
+ },
+ {
+ id: "dd11e5ab",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Muckrakers were journalists who sought to expose corruption in US institutions during the Progressive Era (1897–1920).
Ida Tarbell was a muckraker who investigated the Standard Oil Company.
She interviewed Standard Oil Company executives, oil industry workers, and public officials.
She examined thousands of pages of the company’s internal communications, including letters and financial records.
Her book The History of the Standard Oil Company (1904) exposed the company’s unfair business practices.
",
+ questionHtml:
+ "The student wants to emphasize the thoroughness of Ida Tarbell’s investigation of the Standard Oil Company. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Ida Tarbell not only interviewed Standard Oil executives, oil industry workers, and public officials but also examined thousands of pages of the company’s internal communications.",
+ },
+ {
+ label: "B",
+ text: "Ida Tarbell, who investigated the Standard Oil Company, was a muckraker (a journalist who sought to expose corruption in US institutions during the Progressive Era, 1897–1920).",
+ },
+ {
+ label: "C",
+ text: "As part of her investigation of the Standard Oil Company, muckraker Ida Tarbell conducted interviews.",
+ },
+ {
+ label: "D",
+ text: "Published in 1904, muckraker Ida Tarbell’s book The History of the Standard Oil Company exposed the company’s unfair business practices.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. It describes Tarbell’s investigation and the lengths she went to complete it.
Choice B is incorrect. This choice doesn’t describe how thorough Tarbell was. Instead, it gives a biographical sketch. Choice C is incorrect. This choice doesn’t describe how thorough Tarbell was. Tarbell didn’t only conduct interviews—she also “examined thousands of pages of the company’s internal communications.” Choice D is incorrect. This choice doesn’t describe how thorough Tarbell was. It describes her book but doesn’t include anything about her investigation.",
+ hasFigure: false,
+ },
+ {
+ id: "dede8260",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
When medical students mention their patients on social media, they may violate patient confidentiality.
Terry Kind led a study to determine how many medical schools have student policies that mention social media use.
Kind and her team reviewed 132 medical school websites, examining publicly available student policies.
Only thirteen medical schools had guidelines that explicitly mention social media, and only five defined what constitutes acceptable social media use.
",
+ questionHtml:
+ "The student wants to emphasize the study’s methodology. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The student policies of 132 medical schools can be found online, according to research by Terry Kind.",
+ },
+ {
+ label: "B",
+ text: "To find out how many medical schools have guidelines about student social media use, Terry Kind and her team examined the student policies of 132 medical schools.",
+ },
+ {
+ label: "C",
+ text: "Out of 132 medical schools, only thirteen had student policies that mentioned social media, and only five specified what use was acceptable.",
+ },
+ {
+ label: "D",
+ text: "Terry Kind and her team wanted to know how many medical schools have student social media policies in place about protecting patient confidentiality.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The sentence effectively emphasizes Kind’s methodology: examining the student policies of 132 medical schools for guidelines about student social media use.
Choice A is incorrect. The sentence specifies how many medical schools’ student policies are available online; it doesn’t emphasize the study’s methodology. Choice C is incorrect. The sentence emphasizes the study’s results, not the study’s methodology. Choice D is incorrect. The sentence emphasizes the aim of the study, not the study’s methodology.",
+ hasFigure: false,
+ },
+ {
+ id: "e2d97f10",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Pterosaurs were flying reptiles that existed millions of years ago.
In a 2021 study, Anusuya Chinsamy-Turan analyzed fragments of pterosaur jawbones located in the Sahara Desert.
She was initially unsure if the bones belonged to juvenile or adult pterosaurs.
She used advanced microscope techniques to determine that the bones had few growth lines relative to the bones of fully grown pterosaurs.
She concluded that the bones belonged to juveniles.
",
+ questionHtml:
+ "The student wants to present the study and its findings. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "In 2021, Chinsamy-Turan studied pterosaur jawbones and was initially unsure if the bones belonged to juveniles or adults.",
+ },
+ {
+ label: "B",
+ text: "Pterosaur jawbones located in the Sahara Desert were the focus of a 2021 study.",
+ },
+ {
+ label: "C",
+ text: "In a 2021 study, Chinsamy-Turan used advanced microscope techniques to analyze the jawbones of pterosaurs, flying reptiles that existed millions of years ago.",
+ },
+ {
+ label: "D",
+ text: "In a 2021 study, Chinsamy-Turan determined that pterosaur jawbones located in the Sahara Desert had few growth lines relative to the bones of fully grown pterosaurs and thus belonged to juveniles.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence presents both the study and its findings, noting the study’s date and the researcher’s name as well as describing what the researcher determined about the jawbones and how she determined it.
Choice A is incorrect. While the sentence describes the study and the researcher’s initial assessment, it doesn’t present the study’s findings. Choice B is incorrect. While the sentence describes the study and its focus, it doesn’t present the study’s findings or the name of the researcher who conducted it. Choice C is incorrect. While the sentence mentions the study’s methodology and provides information about pterosaurs, it doesn’t present the study’s findings.",
+ hasFigure: false,
+ },
+ {
+ id: "ed80971c",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The Pueblo of Zuni is located about 150 miles west of Albuquerque, New Mexico.
It is the traditional home of the A:shiwi (Zuni) people.
The A:shiwi A:wan Museum and Heritage Center was established by tribal members in 1992.
Its mission is stated on its website: “As a tribal museum and heritage center for the Zuni people and by the Zuni people we work to provide learning experiences that emphasize A:shiwi ways of knowing, as well as exploring modern concepts of knowledge and the transfer of knowledge.”
",
+ questionHtml:
+ "The student wants to emphasize how long the museum has existed. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The Pueblo of Zuni is home to the A:shiwi A:wan Museum and Heritage Center, which was founded by tribal members.",
+ },
+ {
+ label: "B",
+ text: "The A:shiwi A:wan Museum and Heritage Center has served the Pueblo of Zuni since 1992.",
+ },
+ {
+ label: "C",
+ text: "According to its website, the A:shiwi A:wan Museum and Heritage Center (founded in the 1990s) works to “emphasize A:shiwi ways of knowing.”",
+ },
+ {
+ label: "D",
+ text: "Knowledge has been one of the central themes of the A:shiwi A:wan Museum and Heritage Center from its founding.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. This choice effectively uses information from the notes to emphasize how long the museum has existed. It says that the museum has existed since 1992.
Choice A is incorrect. This choice doesn’t emphasize how long the museum has existed. It doesn’t say when the museum was founded. Choice C is incorrect. This choice doesn’t emphasize how long the museum has existed. It doesn’t say the exact date of the museum’s founding. Rather, it emphasizes the museum’s mission. Choice D is incorrect. This choice doesn’t emphasize how long the museum has existed. It doesn’t say when the museum was founded.",
+ hasFigure: false,
+ },
+ {
+ id: "efc19153",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Just like states have state flags, some cities have city flags.
Over one hundred US cities have redesigned their flags since 2015.
The city of Pocatello, Idaho, redesigned its flag after it was named the most poorly designed flag in North America.
Pocatello’s new flag better represents the city’s mountainous geography and civic priorities.
Residents consider the new flag to be a meaningful symbol of civic pride.
",
+ questionHtml:
+ "The student wants to make and support a generalization about the effect of redesigning a city flag. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Over one hundred US cities have redesigned their flags, including Pocatello, whose flag had been named the most poorly designed flag in North America.",
+ },
+ {
+ label: "B",
+ text: "Pocatello is just one of over one hundred US cities that have redesigned their flags.",
+ },
+ {
+ label: "C",
+ text: "After it was named the most poorly designed flag in North America, the flag of Pocatello was redesigned to better represent the city’s geography and civic priorities.",
+ },
+ {
+ label: "D",
+ text: "Redesigning a poorly designed city flag can create a meaningful symbol of civic pride, as was the case when Pocatello redesigned its original flag to better represent its geography and civic priorities.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence makes and supports a generalization about the effect of redesigning a city flag, noting that redesigning a city flag can create a meaningful symbol of civic pride, as was the case when the city of Pocatello redesigned its flag.
Choice A is incorrect because the sentence explains that many US cities have redesigned their flags and provides an example; it doesn’t make and support a generalization about the effect of redesigning a city flag. Choice B is incorrect because the sentence provides an example of a city that redesigned its flag; it doesn’t make and support a generalization about the effect of redesigning a city flag. Choice C is incorrect because the sentence emphasizes why the flag of Pocatello was redesigned; it doesn’t make and support a generalization about the effect of redesigning a city flag.",
+ hasFigure: false,
+ },
+ {
+ id: "f1631638",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Gaspar Enriquez is an artist.
He specializes in portraits of Mexican Americans.
A portrait is an artistic representation of a person.
Enriquez completed a painting of the sculptor Luis Jimenez in 2003.
He completed a drawing of the writer Rudolfo Anaya in 2016.
",
+ questionHtml:
+ "The student wants to emphasize a difference between the two portraits. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The portraits, or artistic representations, of Luis Jimenez and Rudolfo Anaya were both completed by Enriquez in the early 2000s.",
+ },
+ {
+ label: "B",
+ text: "Enriquez has completed portraits of numerous Mexican Americans, including sculptor Luis Jimenez and writer Rudolfo Anaya.",
+ },
+ {
+ label: "C",
+ text: "While both are by Enriquez, the 2003 portrait of Luis Jimenez is a painting, and the 2016 portrait of Rudolfo Anaya is a drawing.",
+ },
+ {
+ label: "D",
+ text: "Luis Jimenez was a Mexican American sculptor, and Rudolfo Anaya was a Mexican American writer.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence emphasizes a difference between the portraits, noting that one is a painting and the other is a drawing.
Choice A is incorrect. The sentence emphasizes a similarity between the two portraits rather than a difference. Choice B is incorrect. The sentence makes a generalization about Enriquez’s portraits; it doesn’t emphasize a difference between the portraits of Jimenez and Anaya. Choice D is incorrect. While the sentence notes a difference between Jimenez and Anaya, it doesn’t emphasize a difference between, or even mention, their portraits.",
+ hasFigure: false,
+ },
+ {
+ id: "f1d8550e",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Jordan Bennett is a Mi’Kmaq visual artist.
The Mi’Kmaq are a First Nations people in North America.
Bennett’s paintings pay homage to traditional Mi’Kmaq craftsmanship and have been displayed in over 75 exhibitions.
His 2017 exhibition Wije’wi was held at the Grenfell Art Gallery.
His 2018 exhibition Ketu’elmita’jik was held at the Art Gallery of Nova Scotia.
",
+ questionHtml:
+ "The student wants to emphasize the order in which two of Jordan Bennett’s exhibitions were held. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Jordan Bennett’s 2017 exhibition Wije’wi was followed a year later by his exhibition Ketu’elmita’jik.",
+ },
+ {
+ label: "B",
+ text: "Jordan Bennett’s paintings, some of which appeared in 2017 and 2018 exhibitions, pay homage to traditional Mi’Kmaq craftsmanship.",
+ },
+ {
+ label: "C",
+ text: "Mi’Kmaq visual artist Jordan Bennett has displayed his work in over 75 exhibitions, including Wije’wi and Ketu’elmita’jik.",
+ },
+ {
+ label: "D",
+ text: "Jordan Bennett’s 2018 exhibition Ketu’elmita’jik was held at the Art Gallery of Nova Scotia; another was held at the Grenfell Art Gallery.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The sentence emphasizes the order in which two of Jordan Bennett’s exhibitions were held, indicating that Wije’wi took place in 2017 and Ketu’elmita’jik took place a year later (2018).
Choice B is incorrect. While the sentence mentions that exhibitions of Jordan Bennett’s paintings took place in 2017 and 2018, it doesn’t identify the exhibitions or emphasize the order in which they were held. Choice C is incorrect. While the sentence mentions two of Jordan Bennett’s exhibitions, it doesn’t indicate the order in which they were held. Choice D is incorrect. While the sentence mentions two of Jordan Bennett’s exhibitions and specifies when one of them was held, it doesn’t state when the exhibition at the Grenfell Art Gallery occurred. Thus, the order in which the two exhibitions were held isn’t clearly established in the sentence.",
+ hasFigure: false,
+ },
+];
+
+export const RHETORICAL_HARD: PracticeQuestion[] = [
+ {
+ id: "0acc26b2",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Astronomers estimate that the number of comets orbiting the Sun is in the billions.
81P/Wild is one of many comets whose orbit has changed over time.
81P/Wild’s orbit once lay between the orbits of Uranus and Jupiter.
The comet’s orbit is now positioned between the orbits of Jupiter and Mars.
",
+ questionHtml:
+ "The student wants to make and support a generalization about the orbits of comets. Which choice most effectively uses relevant information from the notes to accomplish these goals?",
+ choices: [
+ {
+ label: "A",
+ text: "Astronomers estimate that the number of comets orbiting the Sun is in the billions; the comets’ orbits may change over time.",
+ },
+ {
+ label: "B",
+ text: "Like Uranus, Jupiter, and Mars, billions of comets orbit the Sun.",
+ },
+ {
+ label: "C",
+ text: "One example of a comet is 81P/Wild, whose orbit around the Sun once lay between Uranus’s and Jupiter’s orbits but is now positioned between those of Jupiter and Mars.",
+ },
+ {
+ label: "D",
+ text: "A comet’s orbit around the Sun may change over time: the orbit of comet 81P/Wild once lay between the orbits of Uranus and Jupiter but is now positioned between those of Jupiter and Mars.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence makes a generalization—that a comet’s orbit around the Sun may change over time—and supports the generalization with the example of the orbit of comet 81P/Wild, which once lay between the orbits of Uranus and Jupiter but is now positioned between the orbits of Jupiter and Mars.
Choice A is incorrect. The sentence emphasizes the number of comets orbiting the Sun and makes a generalization about their orbits, but it doesn’t support the generalization with an example. Choice B is incorrect. The sentence makes a generalization about comets and compares them to the planets Uranus, Jupiter, and Mars; it doesn’t make and support a generalization about comets’ orbits. Choice C is incorrect. While the sentence provides an example of a comet whose orbit has changed, it doesn’t make a generalization about the orbits of comets.",
+ hasFigure: false,
+ },
+ {
+ id: "0fab0c90",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The Gullah are a group of African Americans who have lived in parts of the southeastern United States since the 18th century.
Gullah culture is influenced by West African and Central African traditions.
Louise Miller Cohen is a Gullah historian, storyteller, and preservationist.
She founded the Gullah Museum of Hilton Head Island, South Carolina, in 2003.
Vermelle Rodrigues is a Gullah historian, artist, and preservationist.
She founded the Gullah Museum of Georgetown, South Carolina, in 2003.
",
+ questionHtml:
+ "The student wants to emphasize the duration and purpose of Cohen’s and Rodrigues’s work. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "At the Gullah Museums in Hilton Head Island and Georgetown, South Carolina, visitors can learn more about the Gullah people who have lived in the region for centuries.",
+ },
+ {
+ label: "B",
+ text: "Louise Miller Cohen and Vermelle Rodrigues have worked to preserve the culture of the Gullah people, who have lived in the United States since the 18th century.",
+ },
+ {
+ label: "C",
+ text: "Since 2003, Louise Miller Cohen and Vermelle Rodrigues have worked to preserve Gullah culture through their museums.",
+ },
+ {
+ label: "D",
+ text: "Influenced by the traditions of West and Central Africa, Gullah culture developed in parts of the southeastern United States in the 18th century.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence emphasizes both the duration (the length of time) and the purpose of Cohen’s and Rodrigues’s work by noting that the women have been working since 2003 to preserve Gullah culture.
Choice A is incorrect. While the sentence emphasizes what visitors to Cohen’s and Rodrigues’s museums can learn, it doesn’t mention the duration or purpose of the women’s work. Choice B is incorrect. While the sentence emphasizes the purpose of Cohen’s and Rodrigues’s work, it doesn’t mention the duration of that work (the length of time the women have been working to preserve Gullah culture). Choice D is incorrect. While the sentence emphasizes where and when Gullah culture developed, it doesn’t mention the duration or purpose of Cohen’s and Rodrigues’s work.",
+ hasFigure: false,
+ },
+ {
+ id: "10cd0327",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
A thermal inversion is a phenomenon where a layer of atmosphere is warmer than the layer beneath it.
In 2022, a team of researchers studied the presence of thermal inversions in twenty-five gas giants.
Gas giants are planets largely composed of helium and hydrogen.
The team found that gas giants featuring a thermal inversion were also likely to contain heat-absorbing metals.
One explanation for this relationship is that these metals may reside in a planet’s upper atmosphere, where their absorbed heat causes an increase in temperature.
",
+ questionHtml:
+ "The student wants to present the study’s findings to an audience already familiar with thermal inversions. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Heat-absorbing metals may reside in a planet’s upper atmosphere.",
+ },
+ {
+ label: "B",
+ text: "The team studied thermal inversions in twenty-five gas giants, which are largely composed of helium and hydrogen.",
+ },
+ {
+ label: "C",
+ text: "Researchers found that gas giants featuring a thermal inversion were likely to contain heat-absorbing metals, which may reside in the planets’ upper atmospheres.",
+ },
+ {
+ label: "D",
+ text: "Gas giants were likely to contain heat-absorbing metals when they featured a layer of atmosphere warmer than the layer beneath it, researchers found; this phenomenon is known as a thermal inversion.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. It describes the study’s findings in a way that assumes the audience is already familiar with thermal inversions.
Choice A is incorrect. This choice doesn’t fully describe the findings of the study, because it doesn’t include anything about thermal inversions. Choice B is incorrect. This choice doesn’t describe the study’s findings. Choice D is incorrect. This choice isn’t suited for an audience already familiar with thermal inversion. A familiar audience wouldn’t need to have the term defined.",
+ hasFigure: false,
+ },
+ {
+ id: "16631d34",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The Million Song Dataset (MSD) includes main audio features and descriptive tags for popular songs.
Audio features include acoustic traits such as loudness and pitch intervals.
Many algorithms use these audio features to predict a new song’s popularity.
These algorithms may fail to accurately identify main audio features of a song with varying acoustic traits.
Algorithms based on descriptive tags that describe fixed traits such as genre are more reliable predictors of song popularity.
",
+ questionHtml:
+ "The student wants to explain a disadvantage of relying on audio features to predict a song’s popularity. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Many popularity-predicting algorithms are based on a song’s audio features, such as loudness and pitch intervals.",
+ },
+ {
+ label: "B",
+ text: "Algorithms based on audio features may misidentify the main features of a song with varying acoustic traits, making such algorithms less reliable predictors of popularity than those based on fixed traits.",
+ },
+ {
+ label: "C",
+ text: "Audio features describe acoustic traits such as pitch intervals, which may vary within a song, whereas descriptive tags describe fixed traits such as genre, which are reliable predictors of popularity.",
+ },
+ {
+ label: "D",
+ text: "The MSD’s descriptive tags are reliable predictors of a song’s popularity, as the traits they describe are fixed.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. This choice uses relevant information from the notes to explain a disadvantage of relying on audio features to predict a song’s popularity—namely, that it may misidentify features of certain songs. It also contrasts audio features with descriptive tags, which are more reliable predictors.
Choice A is incorrect. This choice only states a fact about the algorithms without evaluating their reliability or accuracy. Choice C is incorrect. This choice only describes the difference between audio features and descriptive tags without indicating why this difference matters for predicting popularity. Choice D is incorrect. This choice only mentions descriptive tags, which are not the focus of the student’s rhetorical goal.",
+ hasFigure: false,
+ },
+ {
+ id: "1773fa73",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
A commodity chain is the series of links connecting the production and purchase of a commodity on the world market.
Chinese American anthropologist Anna Tsing studies the contemporary commodity chain of matsutake mushrooms.
At one end of the matsutake chain are mushroom pickers in Oregon.
At the other end are wealthy consumers who buy the costly matsutake in Japan.
According to Tsing, “Japanese traders began importing matsutake in the 1980s, when the scarcity of matsutake in Japan first became clear.”
",
+ questionHtml:
+ "The student wants to provide an overview of the matsutake commodity chain. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The contemporary matsutake commodity chain has its origins in the 1980s when, according to Tsing, “the scarcity of matsutake in Japan first became clear.”",
+ },
+ {
+ label: "B",
+ text: "Commodity chains include the linked production and purchase of commodities, such as the matsutake mushroom, on the world market.",
+ },
+ {
+ label: "C",
+ text: "Decades after the Japanese import of matsutake began, a commodity chain now links matsutake pickers in Oregon with wealthy consumers of the costly mushrooms in Japan.",
+ },
+ {
+ label: "D",
+ text: "Wealthy consumers who buy the costly mushrooms in Japan are at one end of the matsutake commodity chain.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence provides an overview of the matsutake commodity chain, connecting the Oregon mushroom pickers at one end to the Japanese consumers at the other.
Choice A is incorrect. While the sentence mentions the matsutake commodity chain, it focuses only on its origins; it does not provide an overview. Choice B is incorrect. The sentence provides a general definition of commodity chains, not an overview of the matsutake chain. Choice D is incorrect. While the sentence mentions the matsutake commodity chain, it focuses only on one end of the chain (the consumers); it does not provide an overview.",
+ hasFigure: false,
+ },
+ {
+ id: "2c61e0b9",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
British musicians John Lennon and Paul McCartney shared writing credit for numerous Beatles songs.
Many Lennon-McCartney songs were actually written by either Lennon or McCartney, not by both.
The exact authorship of specific parts of many Beatles songs, such as the verse for “In My Life,” is disputed.
Mark Glickman, Jason Brown, and Ryan Song used statistical methods to analyze the musical content of Beatles songs.
They concluded that there is 18.9% probability that McCartney wrote the verse for “In My Life,” stating that the verse is “consistent with Lennon’s songwriting style.”
",
+ questionHtml:
+ "The student wants to make a generalization about the kind of study conducted by Glickman, Brown, and Song. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Based on statistical analysis, Glickman, Brown, and Song claim that John Lennon wrote the verse of “In My Life.”",
+ },
+ {
+ label: "B",
+ text: "There is only an 18.9% probability that Paul McCartney wrote the verse for “In My Life”; John Lennon is the more likely author.",
+ },
+ {
+ label: "C",
+ text: "It is likely that John Lennon, not Paul McCartney, wrote the verse for “In My Life.”",
+ },
+ {
+ label: "D",
+ text: "Researchers have used statistical methods to address questions of authorship within the field of music.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence uses information from the notes to make a generalization about the kind of study Glickman, Brown, and Song conducted. Specifically, the sentence indicates that the study was of a kind that used statistical methods to address questions of authorship within the field of music.
Choice A is incorrect because the sentence summarizes the methodology and findings of a particular analysis of a single song; it doesn’t make a generalization about the kind of study conducted. Choice B is incorrect because the sentence mentions the data and conclusion of a particular analysis of a single song; it doesn’t make a generalization about the kind of study conducted. Choice C is incorrect because the sentence focuses on a specific conclusion from a particular analysis of a single song; it doesn’t make a generalization about the kind of study conducted.",
+ hasFigure: false,
+ },
+ {
+ id: "39ccb463",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The Atlantic Monthly magazine was first published in 1857.
The magazine focused on politics, art, and literature.
In 2019, historian Cathryn Halverson published the book Faraway Women and the “Atlantic Monthly.”
Its subject is female authors whose autobiographies appeared in the magazine in the early 1900s.
One of the authors discussed is Juanita Harrison.
",
+ questionHtml:
+ "The student wants to introduce Cathryn Halverson’s book to an audience already familiar with the Atlantic Monthly. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Cathryn Halverson’s Faraway Women and the “Atlantic Monthly” discusses female authors whose autobiographies appeared in the magazine in the early 1900s.",
+ },
+ {
+ label: "B",
+ text: "A magazine called the Atlantic Monthly, referred to in Cathryn Halverson’s book title, was first published in 1857.",
+ },
+ {
+ label: "C",
+ text: "Faraway Women and the “Atlantic Monthly” features contributors to the Atlantic Monthly, first published in 1857 as a magazine focusing on politics, art, and literature.",
+ },
+ {
+ label: "D",
+ text: "An author discussed by Cathryn Halverson is Juanita Harrison, whose autobiography appeared in the Atlantic Monthly in the early 1900s.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The sentence effectively introduces Cathryn Halverson’s book to an audience already familiar with the Atlantic Monthly, noting the title of Halverson’s book and describing its content without providing background information about the Atlantic Monthly.
Choice B is incorrect. The sentence introduces the Atlantic Monthly and mentions that it’s referred to in Cathryn Halverson’s book title; it doesn’t effectively introduce Halverson’s book. Choice C is incorrect. The sentence assumes that the audience is unfamiliar with the Atlantic Monthly, providing background information about the magazine; it doesn’t effectively introduce Halverson’s book to an audience already familiar with the Atlantic Monthly. Choice D is incorrect. While the sentence assumes that the audience is familiar with the Atlantic Monthly, it doesn’t effectively introduce Cathryn Halverson’s book.",
+ hasFigure: false,
+ },
+ {
+ id: "3dcc7140",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Nissologists are scientists who study islands.
Some nissologists define an island as any piece of land surrounded by water.
Using that definition, they determined that Sweden has 221,000 islands.
Other nissologists define an island as being 1 kilometer square, a certain distance from the mainland, and having at least 50 permanent residents.
Using that definition, they determined that Sweden has 24 islands.
",
+ questionHtml:
+ "The student wants to make and support a generalization about nissologists’ definition of an island. Which choice most effectively uses relevant information from the notes to accomplish these goals?",
+ choices: [
+ {
+ label: "A",
+ text: "The definition of an island as any piece of land surrounded by water is supported by some nissologists, scientists who study islands.",
+ },
+ {
+ label: "B",
+ text: "Multiple counts of Sweden’s islands have been based on different definitions of an island.",
+ },
+ {
+ label: "C",
+ text: "Based on a recent count, Sweden has a relatively small number of islands with at least 50 permanent residents.",
+ },
+ {
+ label: "D",
+ text: "Nissologists’ different definitions can result in huge disparities in counts of islands, as the example of Sweden shows.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence makes a generalization about nissologists’ definition of an island—specifically, that the use of one definition rather than another can result in huge disparities in the number of islands counted—and supports that generalization by citing Sweden as an example.
Choice A is incorrect. The sentence introduces one definition of an island to an audience unfamiliar with nissologists; it doesn’t make a generalization about nissologists’ definition of an island. Choice B is incorrect. While the sentence synthesizes information from the notes about counts of Sweden’s islands, it doesn’t make and support a generalization about nissologists’ definition of an island. Choice C is incorrect. The sentence makes an inference about islands in Sweden; it doesn’t mention nissologists’ definition of an island or make a generalization about it.",
+ hasFigure: false,
+ },
+ {
+ id: "5222ffab",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Neuroscientists Krishnan Padmanabhan and Zhen Chen sought to better understand the workings of the brain’s olfactory system.
They devised a study using mathematical models.
They found that certain fibers allow the brain to toggle from one method of processing smells to another.
In one method, cells in the piriform cortex (where the perception of odor forms) capture olfactory information at a given moment.
In the other, the cells track changes in olfactory information over time.
",
+ questionHtml:
+ "The student wants to summarize the study’s findings. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "To arrive at these findings, which describe dual methods of processing smells in the piriform cortex, Padmanabhan and Chen devised a study using mathematical models.",
+ },
+ {
+ label: "B",
+ text: "Padmanabhan and Chen showed that olfactory information is captured by cells in the piriform cortex, where the perception of odor forms.",
+ },
+ {
+ label: "C",
+ text: "Using mathematical models, Padmanabhan and Chen devised a study to better understand the workings of the brain’s olfactory system.",
+ },
+ {
+ label: "D",
+ text: "According to Padmanabhan and Chen, the brain can toggle between capturing olfactory information at a given moment and tracking changes in that information over time.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence effectively summarizes the study’s findings, explaining what Padmanabhan and Chen found: that the brain can toggle between one method of processing smells (capturing information at a given moment) and another (tracking changes in information over time).
Choice A is incorrect. While the sentence mentions findings, it mainly focuses on Padmanabhan and Chen’s methodology. It doesn’t effectively summarize the study’s findings. Choice B is incorrect. The sentence notes a fact about the olfactory system—that the perception of odor forms in the piriform cortex—but doesn’t summarize the findings of Padmanabhan and Chen’s study. Choice C is incorrect. The sentence presents the goal of Padmanabhan and Chen’s study; it doesn’t summarize the study’s findings.",
+ hasFigure: false,
+ },
+ {
+ id: "56b000d0",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The factors that affect clutch size (the number of eggs laid at one time) have been well studied in birds but not in lizards.
A team led by Shai Meiri of Tel Aviv University investigated which factors influence lizard clutch size.
Meiri’s team obtained clutch-size and habitat data for over 3,900 lizard species and analyzed the data with statistical models.
Larger clutch size was associated with environments in higher latitudes that have more seasonal change.
Lizards in higher-latitude environments may lay larger clutches to take advantage of shorter windows of favorable conditions.
",
+ questionHtml:
+ "The student wants to emphasize the aim of the research study. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Researchers wanted to know which factors influence lizard egg clutch size because such factors have been well studied in birds but not in lizards.",
+ },
+ {
+ label: "B",
+ text: "After they obtained data for over 3,900 lizard species, researchers determined that larger clutch size was associated with environments in higher latitudes that have more seasonal change.",
+ },
+ {
+ label: "C",
+ text: "We now know that lizards in higher-latitude environments may lay larger clutches to take advantage of shorter windows of favorable conditions.",
+ },
+ {
+ label: "D",
+ text: "Researchers obtained clutch-size and habitat data for over 3,900 lizard species and analyzed the data with statistical models.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The sentence emphasizes the aim of the research study by highlighting what the researchers conducting the study wanted to know—specifically, which factors influence clutch size among lizards.
Choice B is incorrect because the sentence emphasizes what researchers determined at the end of the study, not what the study’s aim was. Choice C is incorrect because the sentence emphasizes a finding from the research study, not the aim of the study. Choice D is incorrect because the sentence emphasizes the research study’s methodology, not its aim.",
+ hasFigure: false,
+ },
+ {
+ id: "5b8b69a2",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Archaeologist Jon Erlandson and colleagues argue that humans first arrived in the Americas by sea.
They propose that humans traveled between Pacific Ocean islands and coastlines from northeast Asia to the Americas.
Many of these islands and coastal zones were later submerged as glaciers melted and sea levels rose.
The researchers think that “a coastal route, including kelp forests and estuaries, would have provided a rich mix of marine, estuarine, riverine, and terrestrial resources” such as seaweeds, fish, and birds.
This proposed scenario is known as the kelp highway hypothesis.
",
+ questionHtml:
+ "The student wants to summarize the kelp highway hypothesis. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Pacific Ocean islands and coastlines likely contained “a rich mix of marine, estuarine, riverine, and terrestrial resources” such as seaweeds, fish, and birds, according to researchers.",
+ },
+ {
+ label: "B",
+ text: "One argument about how humans first arrived in the Americas is the kelp highway hypothesis proposed by Jon Erlandson and colleagues.",
+ },
+ {
+ label: "C",
+ text: "Humans may have first arrived in the Americas by sea, traveling between Pacific Ocean islands and coastlines and subsisting on a variety of resources.",
+ },
+ {
+ label: "D",
+ text: "As glaciers melted and sea levels rose, many Pacific Ocean islands and coastal zones were submerged.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. This choice summarizes the main idea of the kelp highway hypothesis, providing a high-level overview of how the hypothesis explains human migration to the Americas.
Choice A is incorrect. This choice describes one aspect of the proposed scenario but doesn’t discuss human migration, which is the main focus of the kelp highway hypothesis. Choice B is incorrect. This choice introduces the kelp highway hypothesis but doesn’t explain what it entails. Choice D is incorrect. This choice describes one element of the proposed scenario but doesn’t discuss human migration, which is the main focus of the kelp highway hypothesis.",
+ hasFigure: false,
+ },
+ {
+ id: "5fa51c86",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Ulaanbaatar is the capital of Mongolia.
The city’s population is 907,802.
Ulaanbaatar contains 31.98 percent of Mongolia’s population.
Hanoi is the capital of Vietnam.
The city’s population is 7,781,631.
Hanoi contains 8.14 percent of Vietnam’s population.
",
+ questionHtml:
+ "The student wants to emphasize the relative sizes of the two capitals’ populations. Which choice most effectively uses information from the given sentences to emphasize the relative sizes of the two capitals’ populations?",
+ choices: [
+ {
+ label: "A",
+ text: "Mongolia’s capital is Ulaanbaatar, which has 907,802 people, and Vietnam’s capital is Hanoi, which has 7,781,631 people.",
+ },
+ {
+ label: "B",
+ text: "Comparing Vietnam and Mongolia, 7,781,631 is 8.14 percent of Vietnam’s population, and 907,802 is 31.98 percent of Mongolia’s.",
+ },
+ {
+ label: "C",
+ text: "Even though Hanoi (population 7,781,631) is larger than Ulaanbaatar (population 907,802), Ulaanbaatar accounts for more of its country’s population.",
+ },
+ {
+ label: "D",
+ text: "The populations of the capitals of Mongolia and Vietnam are 907,802 (Ulaanbaatar) and 7,781,631 (Hanoi), respectively.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence emphasizes the relative sizes of the capital cities’ populations, noting that even though Hanoi has more people overall, Ulaanbaatar accounts for a larger percentage of the people in its country.
Choice A is incorrect. While the sentence indicates the population size of each capital, it fails to emphasize their sizes relative to each other or to their countries’ overall population sizes. Choice B is incorrect. The sentence emphasizes the population sizes of the two countries; it fails to mention the capitals. Choice D is incorrect. While the sentence indicates the population size of each capital, it fails to emphasize their sizes relative to each other or to their countries’ overall population sizes.",
+ hasFigure: false,
+ },
+ {
+ id: "622a351d",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In 1978, Sámi activists staged protests to block the construction of a dam on the Alta River in Norway.
The dam would disrupt Sámi fishing and reindeer herding.
The dam was ultimately built, but the Alta conflict had a lasting impact.
It brought international attention to the issue of Sámi rights.
It led to a set of 2005 legal protections establishing Sámi rights to lands, waters, and resources.
",
+ questionHtml:
+ "The student wants to make and support a generalization about the Alta conflict. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "During the Alta conflict, Sámi activists staged protests to block the construction of a dam on the Alta River in Norway that would disrupt local fishing and reindeer herding.",
+ },
+ {
+ label: "B",
+ text: "Although the dam that the Sámi activists had protested was ultimately built, the Alta conflict had a lasting impact.",
+ },
+ {
+ label: "C",
+ text: "Sámi rights to lands, waters, and resources received international attention and legal protections as a result of the Alta conflict.",
+ },
+ {
+ label: "D",
+ text: "The Alta conflict had a lasting impact, resulting in international attention and legal protections for Sámi rights to lands, waters, and resources.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. It makes a generalization—the conflict had a lasting impact—and then supports it with evidence—the attention and protections were results of the conflict.
Choice A is incorrect. This choice doesn’t make a generalization about the conflict. It describes a specific event from the conflict. Choice B is incorrect. This choice makes a generalization about the Alta conflict, but doesn’t support it. Choice C is incorrect. This choice makes a statement about the aftermath of the conflict, but doesn’t support it. The statement is also a little too specific to be a generalization.",
+ hasFigure: false,
+ },
+ {
+ id: "64e88c58",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In 1971, experimental musician Pauline Oliveros created Sonic Meditations.
Sonic Meditations is not music but rather a series of sound-based exercises called meditations.
Each meditation consists of instructions for participants to make, imagine, listen to, or remember sounds.
The instructions for Meditation V state, “walk so silently that the bottoms of your feet become ears.”
Those for Meditation XVIII state, “listen to a sound until you no longer recognize it.”
",
+ questionHtml:
+ "The student wants to provide an explanation and an example of Oliveros’s Sonic Meditations. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Sonic Meditations is not music but rather a series of sound-based meditations that consist of instructions; Meditation XVIII, for instance, instructs participants to “listen to a sound until you no longer recognize it.”",
+ },
+ {
+ label: "B",
+ text: "In 1971, Oliveros created Sonic Meditations, a series of meditations that consist of instructions for participants to make, imagine, listen to, or remember sounds.",
+ },
+ {
+ label: "C",
+ text: "“Walk so silently that the bottoms of your feet become ears” is one example of the instructions found in Oliveros’s Sonic Meditations.",
+ },
+ {
+ label: "D",
+ text: "While both meditations consist of instructions, Meditation XVIII instructs participants to “listen,” whereas Meditation V instructs participants to “walk.”",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. It describes what a “Sonic Meditation” is, and then gives an example in the form of Meditation XVIII.
Choice B is incorrect. This choice describes what a “Sonic Meditation” is, but doesn’t give an example of one. Choice C is incorrect. This choice gives an example of a “Sonic Meditation,” but doesn’t explain what the meditations are. Choice D is incorrect. This choice doesn’t describe what a “Sonic Meditation” is.",
+ hasFigure: false,
+ },
+ {
+ id: "6c9df5d1",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Some powerful works of literature have so influenced readers that new legislation has been passed as a result.
The Interesting Narrative of the Life of Olaudah Equiano (1789) is the autobiography of a man who endured slavery on both sides of the Atlantic.
Equiano’s book contributed to the passage of the Slave Trade Act of 1807.
The Jungle (1906) is a fictional work by Upton Sinclair that describes unsanitary conditions in US meatpacking plants.
Sinclair’s book contributed to the passage of the Pure Food and Drug Act in 1906.
",
+ questionHtml:
+ "The student wants to emphasize a difference between the two books. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Although both are powerful works of literature that contributed to new legislation, Equiano’s book is an autobiography, while Sinclair’s is fictional.",
+ },
+ {
+ label: "B",
+ text: "They may have written about different topics, but Equiano and Sinclair both influenced readers.",
+ },
+ {
+ label: "C",
+ text: "The 1807 Slave Trade Act resulted in part from a book by Equiano, while the 1906 Pure Food and Drug Act resulted in part from a book by Sinclair.",
+ },
+ {
+ label: "D",
+ text: "The Interesting Narrative of the Life of Olaudah Equiano and The Jungle are two works of literature that contributed to new legislation (concerning the slave trade and food safety, respectively).",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This choice emphasizes a difference between the two books by using relevant information from the notes to contrast their genres.
Choice B is incorrect. This choice mentions a difference between the books (their different topics), but it emphasizes a similarity between the books (their influence on readers). Choice C is incorrect. This choice provides information about the books that reflects both a similarity (both resulted in new laws) and a difference (the specific laws that resulted), without emphasizing either. Choice D is incorrect. This choice doesn’t emphasize a difference between the two books. Instead, it emphasizes a similarity.",
+ hasFigure: false,
+ },
+ {
+ id: "8d1ddd1b",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Ducklings expend up to 62.8% less energy when swimming in a line behind their mother than when swimming alone.
The physics behind this energy savings hasn’t always been well understood.
Naval architect Zhiming Yuan used computer simulations to study the effect of the mother duck’s wake.
The study revealed that ducklings are pushed in a forward direction by the wake’s waves.
Yuan determined this push reduces the effect of wave drag on the ducklings by 158%.
",
+ questionHtml:
+ "The student wants to present the study and its methodology. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "A study revealed that ducklings, which expend up to 62.8% less energy when swimming in a line behind their mother, also experience 158% less drag.",
+ },
+ {
+ label: "B",
+ text: "Seeking to understand how ducklings swimming in a line behind their mother save energy, Zhiming Yuan used computer simulations to study the effect of the mother duck’s wake.",
+ },
+ {
+ label: "C",
+ text: "Zhiming Yuan studied the physics behind the fact that by being pushed in a forward direction by waves, ducklings save energy.",
+ },
+ {
+ label: "D",
+ text: "Naval architect Zhiming Yuan discovered that ducklings are pushed in a forward direction by the waves of their mother’s wake, reducing the effect of drag by 158%.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The sentence presents both the study and its methodology (that is, the researcher’s approach to the problem), explaining that Yuan used computer simulations to study the effect of the mother duck’s wake on the ducklings’ energy expenditure.
Choice A is incorrect. The sentence describes the findings of Yuan’s study; it doesn’t present the study and its methodology. Choice C is incorrect. While the sentence provides general information about Yuan’s study, it doesn’t present the study’s methodology. Choice D is incorrect. The sentence describes the findings of Yuan’s study; it doesn’t present the study and its methodology.",
+ hasFigure: false,
+ },
+ {
+ id: "8fe4f4ab",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
One of history’s greatest libraries was the House of Wisdom in Baghdad, Iraq.
It was founded in the eighth century with the goal of preserving all the world’s knowledge.
Scholars at the House of Wisdom collected ancient and contemporary texts from Greece, India, and elsewhere and translated them into Arabic.
Writings included those of the Greek philosopher Aristotle and the Indian mathematician Aryabhata.
The House of Wisdom used Chinese papermaking technology to create paper versions to be studied and shared.
",
+ questionHtml:
+ "The student wants to explain how the House of Wisdom preserved the world’s knowledge. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "The House of Wisdom was known for bringing together knowledge from around the world, including from Greece, India, and China.",
+ },
+ {
+ label: "B",
+ text: "Founded in Iraq in the eighth century, the House of Wisdom employed many scholars as translators.",
+ },
+ {
+ label: "C",
+ text: "Writings from the Greek philosopher Aristotle and the Indian mathematician Aryabhata were preserved at the House of Wisdom.",
+ },
+ {
+ label: "D",
+ text: "The House of Wisdom collected writings from different countries and created paper versions in Arabic to be studied and shared.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The sentence explains how the House of Wisdom preserved the world’s knowledge, noting that the library collected, translated, and printed writings from different countries.
Choice A is incorrect. While the sentence indicates that the House of Wisdom was known for bringing together knowledge from around the world, it doesn’t explain how the library preserved this knowledge. Choice B is incorrect. The sentence makes a generalization about the scholars who were employed by the House of Wisdom; it doesn’t explain how the library preserved the world’s knowledge. Choice C is incorrect. The sentence identifies two authors whose writings were preserved at the House of Wisdom; it doesn’t explain how the library preserved the world’s knowledge.",
+ hasFigure: false,
+ },
+ {
+ id: "9551ef8b",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The magnificent frigatebird (fregata magnificens) is a species of seabird that feeds mainly on fish, tuna, squid, and other small sea animals.
It is unusual among seabirds in that it doesn’t dive into the water for prey.
One way it acquires food is by using its hook-tipped bill to snatch prey from the surface of the water.
Another way it acquires food is by taking it from weaker birds by force.
This behavior is known as kleptoparasitism.
",
+ questionHtml:
+ "The student wants to emphasize a similarity between the two ways a magnificent frigatebird acquires food. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "A magnificent frigatebird never dives into the water, instead using its hook-tipped bill to snatch prey from the surface.",
+ },
+ {
+ label: "B",
+ text: "Neither of a magnificent frigatebird’s two ways of acquiring food requires the bird to dive into the water.",
+ },
+ {
+ label: "C",
+ text: "Of the magnificent frigatebird’s two ways of acquiring food, only one is known as kleptoparasitism.",
+ },
+ {
+ label: "D",
+ text: "In addition to snatching prey from the water with its hook-tipped bill, a magnificent frigatebird takes food from other birds by force.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The sentence emphasizes a similarity between the two ways a magnificent frigatebird acquires food, noting that neither way requires the seabird to dive into the water.
Choice A is incorrect. The sentence describes how a magnificent frigatebird captures prey without diving into water; it doesn’t emphasize a similarity between the two ways the seabird acquires food. Choice C is incorrect. The sentence notes the term used to describe one of the two ways that magnificent frigatebirds acquire food; it doesn’t emphasize a similarity between the two ways. Choice D is incorrect. The sentence describes the two ways that a magnificent frigatebird acquires food; it doesn’t emphasize a similarity between the two ways.",
+ hasFigure: false,
+ },
+ {
+ id: "96a86bce",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Cambodia’s Angkor Wat was built in the 1100s to honor the Hindu god Vishnu.
It has been a Buddhist temple since the sixteenth century.
Decorrelation stretch analysis is a novel digital imaging technique that enhances the contrast between colors in a photograph.
Archaeologist Noel Hidalgo Tan applied decorrelation stretch analysis to photographs he had taken of Angkor Wat’s plaster walls.
Tan’s analysis revealed hundreds of images unknown to researchers.
",
+ questionHtml:
+ "The student wants to present Tan’s research to an audience unfamiliar with Angkor Wat. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Tan photographed Angkor Wat’s plaster walls and then applied decorrelation stretch analysis to the photographs.",
+ },
+ {
+ label: "B",
+ text: "Decorrelation stretch analysis is a novel digital imaging technique that Tan used to enhance the contrast between colors in a photograph.",
+ },
+ {
+ label: "C",
+ text: "Using a novel digital imaging technique, Tan revealed hundreds of images hidden on the walls of Angkor Wat, a Cambodian temple.",
+ },
+ {
+ label: "D",
+ text: "Built to honor a Hindu god before becoming a Buddhist temple, Cambodia’s Angkor Wat concealed hundreds of images on its plaster walls.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence effectively presents Tan’s research to an audience unfamiliar with Angkor Wat, explaining the results of the research and identifying Angkor Wat as a temple in Cambodia.
Choice A is incorrect. While the sentence presents Tan’s research, it fails to explain what Angkor Wat is for an audience unfamiliar with the temple. Choice B is incorrect. The sentence emphasizes the role that decorrelation stretch analysis played in Tan’s research; it doesn’t present the research, which would require specifying where it was conducted. Choice D is incorrect. While the sentence explains what Angkor Wat is, it fails to present Tan’s research.",
+ hasFigure: false,
+ },
+ {
+ id: "973632d2",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
In North America, woodlands have expanded into areas that were once grasslands.
Thomas Rogers and F. Leland Russell of Wichita State University investigated whether woodland expansion is related to changes in climate.
Rogers and Russell analyzed core samples from oak trees on a site that was not wooded in the past and indexed the age of the trees with historical climate data to see if tree populations and climate were correlated.
Tree population growth was associated with dry intervals.
Droughts may have played a role in woodland expansion.
",
+ questionHtml:
+ "The student wants to emphasize the aim of the research study. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Thomas Rogers and F. Leland Russell, researchers at Wichita State University, wanted to know if woodland expansion is related to changes in climate.",
+ },
+ {
+ label: "B",
+ text: "Thanks to the work done by Thomas Rogers and F. Leland Russell, we now know that droughts may have played a role in woodland expansion.",
+ },
+ {
+ label: "C",
+ text: "Wichita State University researchers have determined that tree population growth was associated with dry intervals.",
+ },
+ {
+ label: "D",
+ text: "Thomas Rogers and F. Leland Russell analyzed core samples from oak trees on a site that was not wooded in the past, indexing the age of the trees with historical climate data.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The sentence effectively emphasizes the aim, or goal, of the research study (in other words, what the researchers hoped to learn from the study): Rogers and Russell wanted to know if woodland expansion is related to changes in climate.
Choice B is incorrect. The sentence emphasizes the researchers’ findings; it doesn’t emphasize the aim of the study. Choice C is incorrect. The sentence emphasizes the results of the study; it doesn’t emphasize the aim. Choice D is incorrect. The sentence emphasizes the methodology of the study; it doesn’t emphasize the aim.",
+ hasFigure: false,
+ },
+ {
+ id: "af88c47a",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Freddie Wong (born 1985) is a director and special effects artist from the United States.
He is best known for the action-comedy web series Video Game High School (VGHS).
VGHS premiered in 2012 on RocketJump, a YouTube channel that Wong cocreated.
The series was celebrated for its inventive video game–centric world and high-quality special effects.
VGHS was nominated for a Producers Guild Award for Outstanding Digital Series.
",
+ questionHtml:
+ "The student wants to begin a narrative about Wong’s award-nominated web series. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "In 2012, director and visual effects artist Freddie Wong launched a new action-comedy web series: Video Game High School.",
+ },
+ {
+ label: "B",
+ text: "Video Game High School was celebrated for its inventive video game–centric world and high-quality special effects, and it was nominated for a Producer’s Guild Award for Outstanding Digital Series.",
+ },
+ {
+ label: "C",
+ text: "Wong, cocreator of the YouTube channel RocketJump, would go on to see his web series be nominated for a Producers Guild Award.",
+ },
+ {
+ label: "D",
+ text: "In 2012, Video Game High School premiered on RocketJump; it would later be nominated for an award.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This choice introduces Wong and VGHS in an active and specific way, as if to an audience unfamiliar with the series. It also sets up the time and genre of the web series, which are useful ways to introduce the series of events in a narrative.
Choice B is incorrect. This choice isn’t suited for beginning a narrative. A narrative is a story that follows a sequence of events and creates interest and suspense for the reader. This choice jumps to the end, explaining the success of VGHS without explaining what it is. Choice C is incorrect. This choice isn’t suited for beginning a narrative. It doesn’t actually introduce the web series by name. It just jumps to later in the story without sufficient explanation. Choice D is incorrect. This choice is not very effective for beginning a narrative. It doesn’t explain what VGHS is, and it doesn’t mention Wong.",
+ hasFigure: false,
+ },
+ {
+ id: "afec1a70",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
As engineered structures, many bird nests are uniquely flexible yet cohesive.
A research team led by Yashraj Bhosale wanted to better understand the mechanics behind these structural properties.
Bhosale’s team used laboratory models that simulated the arrangement of flexible sticks into nest-like structures.
The researchers analyzed the points where sticks touched one another.
When pressure was applied to the model nests, the number of contact points between the sticks increased, making the structures stiffer.
",
+ questionHtml:
+ "The student wants to present the primary aim of the research study. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Bhosale’s team wanted to better understand the mechanics behind bird nests’ uniquely flexible yet cohesive structural properties.",
+ },
+ {
+ label: "B",
+ text: "The researchers used laboratory models that simulated the arrangement of flexible sticks and analyzed the points where sticks touched one another.",
+ },
+ {
+ label: "C",
+ text: "After analyzing the points where sticks touched, the researchers found that the structures became stiffer when pressure was applied.",
+ },
+ {
+ label: "D",
+ text: "As analyzed by Bhosale’s team, bird nests are uniquely flexible yet cohesive engineered structures.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. It describes the reason Bhosale’s team wanted to study the structures of bird nests—that is to say, the study’s primary aim.
Choice B is incorrect. This choice doesn’t present the primary aim of the research study. It describes how the study worked, but not why it was done. Choice C is incorrect. This choice doesn’t present the primary aim of the research study. It describes a result of the experiment, but not why it was carried out. Choice D is incorrect. This choice doesn’t present the primary aim of the research study.",
+ hasFigure: false,
+ },
+ {
+ id: "c34d6bff",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
African American women played prominent roles in the Civil Rights Movement, including at the famous 1963 March on Washington.
Civil rights activist Anna Hedgeman, one of the march’s organizers, was a political adviser who had worked for President Truman.
Civil rights activist Daisy Bates was a well-known journalist and advocate for school desegregation.
Hedgeman worked behind the scenes to make sure a woman was included in the lineup of speakers at the march.
Bates was the sole woman to speak, delivering a brief but memorable address to the cheering crowd.
",
+ questionHtml:
+ "The student wants to compare the two women’s contributions to the March on Washington. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Hedgeman and Bates contributed to the march in different ways; Bates, for example, delivered a brief but memorable address.",
+ },
+ {
+ label: "B",
+ text: "Hedgeman worked in politics and helped organize the march, while Bates was a journalist and school desegregation advocate.",
+ },
+ {
+ label: "C",
+ text: "Although Hedgeman worked behind the scenes to make sure a woman speaker was included, Bates was the sole woman to speak at the march.",
+ },
+ {
+ label: "D",
+ text: "Many African American women, including Bates and Hedgeman, fought for civil rights, but only one spoke at the march.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The sentence compares the two women’s contributions to the march: Hedgeman worked behind the scenes to make sure a woman speaker was included, whereas Bates actually spoke at the event.
Choice A is incorrect. While it acknowledges that the two women both contributed to the march, it doesn’t indicate what Hedgeman did, so no comparison is made. Choice B is incorrect. While the sentence provides information about the two women, it doesn’t mention anything about Bates’s contribution to the march. Choice D is incorrect. While the sentence indicates that the two women both fought for civil rights, it doesn’t compare their individual contributions to the march.",
+ hasFigure: false,
+ },
+ {
+ id: "db3ad406",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
Stars form in a galaxy when gravity causes a massive cloud of dust and gas to collapse.
A galaxy in a phase of rapid star formation is called a starburst galaxy.
Quenching is a process in which a galaxy loses star-forming gas.
A galaxy that no longer forms stars is called a quenched galaxy.
A quenched galaxy has entered the poststarburst phase.
",
+ questionHtml:
+ "The student wants to explain what a quenched galaxy is. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Before quenching, a starburst galaxy will form stars at a rapid rate.",
+ },
+ {
+ label: "B",
+ text: "When it becomes quenched, a starburst galaxy enters the poststarburst phase.",
+ },
+ {
+ label: "C",
+ text: "Having entered the poststarburst phase, a quenched galaxy is one that no longer forms stars.",
+ },
+ {
+ label: "D",
+ text: "A starburst galaxy will lose star-forming gas and eventually become quenched.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. This choice defines a quenched galaxy as “one that no longer forms stars.”
Choice A is incorrect. This choice only describes what happens before quenching. Choice B is incorrect. This choice only describes what happens after quenching. Choice D is incorrect. This choice only describes what causes quenching.",
+ hasFigure: false,
+ },
+ {
+ id: "fdd9a360",
+ type: "mcq",
+ passage:
+ "While researching a topic, a student has taken the following notes:
The popular wood-wide web theory posits that trees can communicate and exchange resources with one another via common mycorrhizal networks (CMNs) of fungi.
Ecologist Dr. Suzanne Simard first suggested this theory in 1997.
She described trees as “super-cooperators.”
In the 2022 study “The Decay of the Wood-Wide Web?,” mycologist Dr. Justine Karst and colleagues evaluated dozens of CMN studies.
They write that CMNs “have captured the interest of broad audiences. We are concerned, however, that recent claims about CMNs in forests are disconnected from evidence.”
",
+ questionHtml:
+ "The student wants to use a quotation to emphasize a potential problem with the wood-wide web theory. Which choice most effectively uses relevant information from the notes to accomplish this goal?",
+ choices: [
+ {
+ label: "A",
+ text: "Describing trees as “super-cooperators,” Simard first suggested that trees can exchange resources with one another in 1997.",
+ },
+ {
+ label: "B",
+ text: "In “The Decay of the Wood-Wide Web?,” Karst and colleagues note that common mycorrhizal networks “have captured the interest of broad audiences.”",
+ },
+ {
+ label: "C",
+ text: "After evaluating dozens of CMN studies, Karst and colleagues expressed concern that recent claims about common mycorrhizal networks are “disconnected from evidence.”",
+ },
+ {
+ label: "D",
+ text: "Despite the concerns expressed in the 2022 study “The Decay of the Wood-Wide Web?,” the wood-wide web theory remains popular.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. This choice uses a quotation to convey the authors’ criticism and challenge to the wood-wide web theory due to an absence of evidence.
Choice A is incorrect. This choice doesn’t emphasize a potential problem with the wood-wide web theory. It uses a quotation to introduce the theory and its originator. It doesn’t mention any criticism or challenge to the theory. Choice B is incorrect. This choice uses a quotation, but it doesn’t emphasize a potential problem with the wood-wide web theory. It uses a quotation to describe the appeal and interest of the theory, but it doesn’t indicate why the authors are concerned or what evidence they have. Choice D is incorrect. This choice doesn’t use a quotation at all. It paraphrases the main idea of the 2022 study, but it doesn’t include any specific words or phrases from the notes. It also doesn’t emphasize a potential problem with the theory, but rather its popularity.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/rw/text-structure-purpose.ts b/src/data/rw/text-structure-purpose.ts
new file mode 100644
index 0000000..2cabfb3
--- /dev/null
+++ b/src/data/rw/text-structure-purpose.ts
@@ -0,0 +1,2110 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const TEXT_STRUCTURE_EASY: PracticeQuestion[] = [
+ {
+ id: "02e49a0c",
+ type: "mcq",
+ passage:
+ "Genetic studies have led researchers to suggest that turtles are most closely related to the group that includes modern crocodiles. But studies of fossils have suggested instead that turtles are most closely related to other groups, such as the one that contains modern snakes. However, many of the fossil studies have relied on incomplete data sets. For a 2022 investigation, biologist Tiago R. Simões and colleagues examined more than 1,000 reptile fossils collected worldwide. From this large data set, they found clear agreement with the results of the genetic studies.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence?",
+ choices: [
+ {
+ label: "A",
+ text: "It offers an overview of the tools scientists use to examine fossils.",
+ },
+ {
+ label: "B",
+ text: "It describes a limitation of some studies about the origin of turtles.",
+ },
+ {
+ label: "C",
+ text: "It summarizes previous research on the evolution of crocodiles.",
+ },
+ {
+ label: "D",
+ text: "It criticizes a widely held belief about genetic studies of reptiles.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The sentence mentions that some fossil studies have relied on incomplete data sets, suggesting that these studies are limited in what they can tell us about turtles’ origins.
Choice A is incorrect. While the sentence mentions the incompleteness of the data sets studied, it doesn’t mention any tools or techniques used to examine fossils. Choice C is incorrect. The sentence doesn’t mention anything about the evolution of crocodiles. Choice D is incorrect. This sentence doesn’t directly mention or criticize any "widely held belief," and it focuses on a limitation of fossil studies of reptiles, not genetic studies.',
+ hasFigure: false,
+ },
+ {
+ id: "066a3295",
+ type: "mcq",
+ passage:
+ "Researchers have found a nearly 164,000-year-old molar from a member of the archaic human species known as Denisovans in a cave in Laos, suggesting that Denisovans lived in a wider range of environments than indicated by earlier evidence. Before the discovery, Denisovans were thought to have lived only at high altitudes in relatively cold climates in what are now Russia and China, but the discovery of the tooth in Laos suggests that they may have lived at low altitudes in relatively warm climates in Southeast Asia as well.
",
+ questionHtml:
+ "Which choice best states the function of the underlined portion in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It dismisses as untrue the research presented in the previous sentence.",
+ },
+ {
+ label: "B",
+ text: "It defines a term used in the description that follows in the rest of the sentence.",
+ },
+ {
+ label: "C",
+ text: "It emphasizes the main goal of the research introduced in the previous sentence.",
+ },
+ {
+ label: "D",
+ text: "It provides context that clarifies the significance of the information that follows in the rest of the sentence.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text describes how a new discovery expands our understanding of Denisovans. The underlined portion describes what we used to believe about Denisovans, which helps the reader understand the significance of the discovery of the molar: it suggests that they lived in more places than we’d previously thought.
Choice A is incorrect. The underlined portion doesn’t do this. Instead, it explains what we used to believe about Denisovans before the discovery—it doesn’t dismiss the new discovery as false. Choice B is incorrect. The underlined portion doesn’t do this. No term is defined here. Choice C is incorrect. The underlined portion doesn’t do this. The text never tells us what the “goal” of the research was, just what its discovery was.",
+ hasFigure: false,
+ },
+ {
+ id: "0ed94d4c",
+ type: "mcq",
+ passage:
+ "Jackie Ormes’s Torchy Brown in Dixie to Harlem (1937–38) was the first comic strip by a Black woman to appear in a widely read newspaper. The strip tells the story of Torchy, a young woman who leaves Mississippi to become a performer in New York City. Torchy’s story reflects the experience of the Great Migration (1910–1970), when millions of Black Americans left the South in search of opportunities in other parts of the United States. Torchy Brown thus shows how Ormes used comics to comment humorously on issues affecting Black Americans, which she continued to do throughout her career.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To show how Ormes’s Torchy Brown inspired other Black women to write comic strips in the 1930s",
+ },
+ {
+ label: "B",
+ text: "To illustrate how the subjects Ormes addressed in her comic strips changed over the course of her career",
+ },
+ {
+ label: "C",
+ text: "To give an example of how Ormes presented the experiences of Black Americans in her comic strips",
+ },
+ {
+ label: "D",
+ text: "To claim that several characters in Torchy Brown were based on people that Ormes knew personally",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The text describes how Torchy Brown depicted the experiences of a young Black woman experiencing America’s Great Migration. It further states that Ormes continued to use comics throughout her career to humorously comment on important issues impacting Black Americans.
Choice A is incorrect. The text never mentions other Black women comic strip writers. Choice B is incorrect. The text never mentions any changes in the subjects Ormes addressed. Choice D is incorrect. The text never mentions the inspiration for characters in Torchy Brown.",
+ hasFigure: false,
+ },
+ {
+ id: "1782cdd7",
+ type: "mcq",
+ passage:
+ "In many agricultural environments, the banks of streams are kept forested to protect water quality, but it’s been unclear what effects these forests may have on stream biodiversity. To investigate the issue, biologist Xingli Giam and colleagues studied an Indonesian oil palm plantation, comparing the species richness of forested streams with that of nonforested streams. Giam and colleagues found that species richness was significantly higher in forested streams, a finding the researchers attribute to the role leaf litter plays in sheltering fish from predators and providing food resources.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It discusses research intended to settle a debate about how agricultural yields can be increased without negative effects on water quality.",
+ },
+ {
+ label: "B",
+ text: "It explains the differences between stream-protection strategies used in oil palm plantations and stream-protection strategies used in other kinds of agricultural environments.",
+ },
+ {
+ label: "C",
+ text: "It describes findings that challenge a previously held view about how fish that inhabit streams in agricultural environments attempt to avoid predators.",
+ },
+ {
+ label: "D",
+ text: "It presents a study that addresses an unresolved question about the presence of forests along streams in agricultural environments.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The author first describes an unresolved question: what effect do bank forests have on stream biodiversity? Then the author presents a study that answers the question: bank forests increase stream biodiversity.
Choice A is incorrect. This isn’t the main purpose of the text. The text never mentions agricultural yields. Choice B is incorrect. This isn’t the main purpose of the text. The text never mentions other kinds of agricultural environments. Choice C is incorrect. This isn’t the main purpose of the text. The text never mentions any previously held view about how fish in these streams try to avoid predators.",
+ hasFigure: false,
+ },
+ {
+ id: "1c6b1fa0",
+ type: "mcq",
+ passage:
+ "In 1801, a Blackfoot chief named Ac Ko Mok Ki drew a finely detailed map of the Upper Missouri region. This work demonstrates a vast amount of topographic knowledge, as the map features specific names of mountains and rivers, as well as the first-known sketch of the drainage network of the Missouri River. The map is especially notable because Ac Ko Mok Ki also included details about the numerous tribes that lived in the area.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It emphasizes Ac Ko Mok Ki’s desire to represent other tribes on the map.",
+ },
+ {
+ label: "B",
+ text: "It explains how Ac Ko Mok Ki developed an interest in mapmaking.",
+ },
+ {
+ label: "C",
+ text: "It identifies some reasons why the map is impressive.",
+ },
+ {
+ label: "D",
+ text: "It details how the map was used for hunting and trading purposes.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer because it best describes how the underlined sentence functions in the text as a whole. The text presents information about a map drawn by Blackfoot chief Ac Ko Mok Ki in 1801. The underlined sentence states that the map "demonstrates a vast amount of topographic knowledge" and mentions that it features the "specific names of mountains and rivers" and includes the first-known sketch of the Missouri River’s drainage network. These are all characteristics that indicate that the map was executed with remarkable skill. Thus, the underlined sentence identifies some reasons why the map is impressive.
Choice A is incorrect. Though the sentence after the underlined sentence in the text mentions that Ac Ko Mok Ki included information about other tribes on his map, the underlined sentence itself does not address this topic. Choice B is incorrect because nothing in the underlined sentence indicates how Ac Ko Mok Ki became interested in mapmaking, only that his mapmaking skills are impressive. Choice D is incorrect because though the underlined sentence describes several features of the map, it does not specifically describe how the map was used.',
+ hasFigure: false,
+ },
+ {
+ id: "2aaee77f",
+ type: "mcq",
+ passage:
+ "Some bird species don’t raise their own chicks. Instead, adult females lay their eggs in other nests, next to another bird species’ own eggs. Female cuckoos have been seen quickly laying eggs in the nests of other bird species when those birds are out looking for food. After the eggs hatch, the noncuckoo parents will typically raise the cuckoo chicks as if they were their own offspring, even if the cuckoos look very different from the other chicks.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It introduces a physical feature of female cuckoos that is described later in the text.",
+ },
+ {
+ label: "B",
+ text: "It describes the appearance of the cuckoo nests mentioned earlier in the text.",
+ },
+ {
+ label: "C",
+ text: "It offers a detail about how female cuckoos carry out the behavior discussed in the text.",
+ },
+ {
+ label: "D",
+ text: "It explains how other birds react to the female cuckoo behavior discussed in the text.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it best describes how the underlined sentence functions in the text as a whole. The first two sentences establish that birds of some species don’t raise their own young; instead, they lay their eggs in the nests of birds of other species. The underlined sentence then states that female cuckoo birds engage in this behavior, having been observed specifically laying their eggs in other nests while the other birds are out finding food. According to the text, the cuckoo chicks are then raised by the other birds. Thus, the underlined sentence provides a particular detail about how female cuckoos carry out the behavior of laying eggs for other birds to raise.
Choice A is incorrect. Rather than mentioning a physical feature of female cuckoos, the underlined sentence introduces a specific behavior of female cuckoos: laying eggs in the nests of birds of other species when the other birds are away. The only reference to physical features is the last sentence’s general mention of cuckoo chicks looking different from chicks of other species. Choice B is incorrect because the underlined sentence refers to the nests of birds other than cuckoos and doesn’t describe how any nests look, cuckoo or otherwise. Instead, the sentence addresses how female cuckoos use other birds’ nests. Choice D is incorrect because the underlined sentence describes only female cuckoo behavior (laying eggs in the nests of birds of other species when the other birds are away); it’s the last sentence of the text that addresses the other birds’ reaction, indicating that those birds usually raise the cuckoo chicks once they’ve hatched.",
+ hasFigure: false,
+ },
+ {
+ id: "48e4021d",
+ type: "mcq",
+ passage:
+ "The following text is from Holly Goldberg Sloan’s 2017 novel Short.
More than two years ago my parents bought a piano from some people who were moving to Utah. Mom and Dad gave it to my brothers and me for Christmas. I had to act really happy because it was such a big present, but I pretty much hated the thing from the second it was carried into the hallway upstairs, which is right next to my bedroom. The piano glared at me. It was like a songbird in a cage. It wanted to be set free.
©2017 by Holly Goldberg Sloan
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It explains why the narrator always wanted a piano close to her bedroom.",
+ },
+ {
+ label: "B",
+ text: "It establishes how the narrator feels about the piano.",
+ },
+ {
+ label: "C",
+ text: "It suggests that the narrator’s brothers are talented piano players.",
+ },
+ {
+ label: "D",
+ text: "It describes the event that led the narrator’s parents to buy a piano.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it best states the main purpose of the text, which is to establish the narrator’s feelings about the piano. The narrator reveals that she “had to act really happy” about the piano even though she “pretty much hated the thing” as soon as it was placed upstairs near her bedroom. The narrator also describes the piano as glaring at her and compares it to a caged bird that wants to be set free. These details establish the narrator’s feelings about the piano, suggesting that it makes her uneasy.
Choice A is incorrect because the text indicates that the narrator hated having the piano upstairs right next to her bedroom, not that she wanted a piano to be close to her bedroom. Choice C is incorrect because the only information provided in the text about the narrator’s brothers is that they were given the piano along with the narrator. Choice D is incorrect because the text does not describe the event that led the narrator’s parents to buy the piano from the people moving to Utah. Instead, the text focuses on the narrator’s feelings about the piano after it was given to her and her brothers.",
+ hasFigure: false,
+ },
+ {
+ id: "56ec23a0",
+ type: "mcq",
+ passage:
+ "Hiroshi Senju is known worldwide for his paintings of waterfalls. These paintings are large and tend not to show the entire waterfall. Instead, Senju focuses on just the point where the falling water reaches the pool below, keeping the top of the waterfall out of view. While Senju’s paintings are rooted in art movements originating in the United States, the artist uses traditional Japanese techniques and materials that make his work instantly recognizable.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It introduces an artist and then explains some common characteristics of well-known paintings by that artist.",
+ },
+ {
+ label: "B",
+ text: "It explains a specific painting technique and then provides examples of artists who use the technique.",
+ },
+ {
+ label: "C",
+ text: "It describes a famous painting and then compares it to a lesser-known painting from the same time period.",
+ },
+ {
+ label: "D",
+ text: "It gives an opinion on an artist and then suggests multiple reasons why the artist’s work has been largely overlooked.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The first sentence introduces Senju as a famous artist, while the next three sentences describe the defining features of his art, such as it only showing part of the waterfall and its origins in US art movements and Japanese techniques.
Choice B is incorrect. The text doesn’t provide examples of any other artists who use Senju’s techniques. Choice C is incorrect. The text doesn’t describe any single famous painting or make comparisons between paintings. Choice D is incorrect. The text doesn’t provide an opinion on Senju (just facts), nor does it suggest that his art has been overlooked—in fact, it states that he is “known worldwide.”",
+ hasFigure: false,
+ },
+ {
+ id: "5e732e67",
+ type: "mcq",
+ passage:
+ "Many films from the early 1900s have been lost. These losses include several films by the first wave of Black women filmmakers. We know about these lost movies only from small pieces of evidence. For example, an advertisement for Jennie Louise Touissant Welcome’s documentary Doing Their Bit still exists. There’s a reference in a magazine to Tressie Souders’s film A Woman’s Error. And Maria P. Williams’s The Flames of Wrath is mentioned in a letter and a newspaper article, and one image from the movie was discovered in the 1990s.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The text identifies a complex problem, then presents examples of unsuccessful attempts to solve that problem.",
+ },
+ {
+ label: "B",
+ text: "The text summarizes a debate among researchers, then gives reasons for supporting one side in that debate.",
+ },
+ {
+ label: "C",
+ text: "The text describes a general situation, then illustrates that situation with specific examples.",
+ },
+ {
+ label: "D",
+ text: "The text discusses several notable individuals, then explains commonly overlooked differences between those individuals.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The first three sentences describe the general situation: these early films have been lost, and we only know about them from small pieces of evidence. The rest of the text offers specific examples of the small pieces of evidence.
Choice A is incorrect. This isn’t the overall structure. The fact that we only know about these lost early films from small pieces of evidence isn’t presented as a “complex problem”—that’s too extreme. And the examples presented are not “unsuccessful attempts” to solve it. If anything, the examples represent a success, because we discovered that these films existed in the first place. Choice B is incorrect. This isn’t the overall structure. There’s no “debate” presented in the text, so there’s no “side” for the text to support. Choice D is incorrect. This isn’t the overall structure. The text doesn’t discuss any “differences” between the filmmakers.",
+ hasFigure: false,
+ },
+ {
+ id: "9421ed62",
+ type: "mcq",
+ passage:
+ "In 2007, computer scientist Luis von Ahn was working on converting printed books into a digital format. He found that some words were distorted enough that digital scanners couldn’t recognize them, but most humans could easily read them. Based on that finding, von Ahn invented a simple security test to keep automated “bots” out of websites. The first version of the reCAPTCHA test asked users to type one known word and one of the many words scanners couldn’t recognize. Correct answers proved the users were humans and added data to the book-digitizing project.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ { label: "A", text: "To discuss von Ahn’s invention of reCAPTCHA" },
+ { label: "B", text: "To explain how digital scanners work" },
+ {
+ label: "C",
+ text: "To call attention to von Ahn’s book-digitizing project",
+ },
+ { label: "D", text: "To indicate how popular reCAPTCHA is" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately states the main purpose of the text. After providing a brief introduction to computer scientist Luis von Ahn, the text focuses on discussing how von Ahn’s digitization work led to the invention of a digital security test known as reCAPTCHA.
Choice B is incorrect because the text doesn’t address how digital scanners work. Choice C is incorrect. Although the text mentions von Ahn’s book-digitizing project, that information is provided as a detail, not as the main purpose of the text. Choice D is incorrect because the text doesn’t provide any indication of reCAPTCHA’s popularity; instead, it describes reCAPTCHA’s origin.",
+ hasFigure: false,
+ },
+ {
+ id: "9c759a09",
+ type: "mcq",
+ passage:
+ "The following text is from Georgia Douglas Johnson’s 1922 poem “Benediction.”
Go forth, my son,
Winged by my heart’s desire!
Great reaches, yet unknown,
Await
For your possession.
I may not, if I would,
Retrace the way with you,
My pilgrimage is through,
But life is calling you!
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To express hope that a child will have the same accomplishments as his parent did",
+ },
+ {
+ label: "B",
+ text: "To suggest that raising a child involves many struggles",
+ },
+ {
+ label: "C",
+ text: "To warn a child that he will face many challenges throughout his life",
+ },
+ {
+ label: "D",
+ text: "To encourage a child to embrace the experiences life will offer",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it accurately states the text’s main purpose. The poem begins with the speaker urging a child to “go forth” with her encouragement (“my heart’s desire”). The speaker goes on to suggest that new experiences (“Great reaches, yet unknown”) lie ahead for the son that “life is calling” him to seek out. Thus, the main purpose is to encourage a child to embrace the experiences available to him in his life.
Choice A is incorrect because the speaker encourages the child to pursue new experiences (“Great reaches”) without knowing exactly what those experiences will be (“yet unknown”) or suggesting that they should match the speaker’s own accomplishments. Choice B is incorrect because the speaker focuses on positive possibilities for her son (“Great reaches, yet unknown”) and her enthusiastic encouragement to embrace those possibilities (“life is calling you!”), while there is no mention of raising a child or associated struggles. Choice C is incorrect because the speaker frames the possibilities for her son in a positive light when she says that “great reaches, yet unknown” are waiting for him, and this positive outlook for the son is consistent throughout the text.",
+ hasFigure: false,
+ },
+ {
+ id: "a2dd51c1",
+ type: "mcq",
+ passage:
+ "In most building demolitions, the building materials are destroyed and sent to landfills. City officials in Portland, Oregon, wanted to reduce this waste. The officials passed a law requiring demolition companies to deconstruct some buildings instead. Deconstruction involves carefully taking buildings apart piece by piece. Damage to the materials is avoided so that they can be reused in new constructions. A 2019 study found that 27 percent of materials from deconstructions in Portland were able to be reused. The remaining materials were processed for recycling instead of going to a landfill.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To explain an effort made by the city of Portland to reduce demolition waste and some results of that effort",
+ },
+ {
+ label: "B",
+ text: "To show that popular support for measures that reduce demolition waste has increased since 2019",
+ },
+ {
+ label: "C",
+ text: "To argue that building deconstruction is not as effective as other measures at reducing demolition waste",
+ },
+ {
+ label: "D",
+ text: "To discuss laws aimed to reduce demolition waste in Portland and compare them to similar laws in other cities",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The author first describes a Portland law aimed at reducing demolition waste, and then goes on to explain that 27% of materials from building deconstructions were able to be reused and the rest were recycled.
Choice B is incorrect. The text never discusses the popularity of the law. Choice C is incorrect. The text never compares building deconstruction to other measures designed to reduce demolition waste. Choice D is incorrect. The text never mentions laws in cities other than Portland, Oregon.",
+ hasFigure: false,
+ },
+ {
+ id: "a68239ed",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Oscar Wilde’s 1897 nonfiction work De Profundis.
People whose desire is solely for self-realisation never know where they are going. They can’t know. In one sense of the word it is of course necessary to know oneself: that is the first achievement of knowledge. But to recognise that the soul of a man is unknowable, is the ultimate achievement of wisdom. The final mystery is oneself. When one has weighed the sun in the balance, and measured the steps of the moon, and mapped out the seven heavens star by star, there still remains oneself. Who can calculate the orbit of his own soul?
",
+ questionHtml:
+ "Which choice best describes the function of the underlined question in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It reinforces the text’s skepticism about the possibility of truly achieving self-knowledge.",
+ },
+ {
+ label: "B",
+ text: "It speculates that some readers will share the doubts expressed in the text about the value of self-knowledge.",
+ },
+ {
+ label: "C",
+ text: "It cautions readers that the text’s directions for how to achieve self-knowledge are hard to follow.",
+ },
+ {
+ label: "D",
+ text: "It concedes that the definition of self-knowledge advanced in the text is unpopular.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The text repeatedly claims that true self-knowledge can’t possibly be achieved, and this rhetorical question emphasizes that point.
Choice B is incorrect. The underlined question doesn’t do this. The text never expresses doubts about the value of self-knowledge—rather, the text expresses doubts about the possibility of achieving self-knowledge. Choice C is incorrect. The underlined question doesn’t do this. The text doesn’t provide directions for how to achieve self-knowledge—rather, it claims that true self-knowledge is impossible to achieve. Choice D is incorrect. The underlined question doesn’t do this. The text doesn’t ever define self-knowledge, and popularity isn’t mentioned in the text at all.",
+ hasFigure: false,
+ },
+ {
+ id: "c8603ed7",
+ type: "mcq",
+ passage:
+ "San Francisco is known for the colorful murals painted on many of its buildings. The densest collection of murals is found on Balmy Alley in the Mission District neighborhood. In the 1970s, Latina artists painted vivid scenes of community life on walls along this block. As the original murals have faded, later generations of artists have painted new ones over them. As a result, Balmy Alley has become a living showcase of San Francisco’s artistic spirit, with its murals reflecting changes in the cultural life of the city.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To compare the Balmy Alley murals to other murals in San Francisco",
+ },
+ {
+ label: "B",
+ text: "To offer an overview of the history and importance of the Balmy Alley murals",
+ },
+ {
+ label: "C",
+ text: "To urge people to protect the murals of San Francisco from decay",
+ },
+ {
+ label: "D",
+ text: "To describe the rise of mural painting in San Francisco beginning in the 1970s",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it best states the main purpose of the text. The text begins by briefly stating that San Francisco is known for its murals, then transitions to a discussion of a single collection of murals, which is found on Balmy Alley in the city’s Mission District. The text explains that the murals in this area were originally created in the 1970s, then observes that they have changed over time: as some have faded through the decades, others have been painted in their place. The text ends by emphasizing that these murals are significant because they reflect San Francisco’s artistic spirit and cultural life. Therefore, the text provides an overview of the history and importance of the Balmy Alley murals.
Choice A is incorrect. Although it can be inferred from the text that there are murals in other areas of San Francisco besides Balmy Alley, the text doesn’t specifically discuss murals in other areas or compare the murals of Balmy Alley to those in other areas. Choice C is incorrect. By observing that some of the murals of Balmy Alley have been replaced due to fading, the text implies that murals can decay, but it never urges readers to protect this specific collection of murals—or any murals elsewhere in San Francisco, for that matter. Indeed, by describing the ever-changing murals of Balmy Alley as “a living showcase of San Francisco’s artistic spirit,” the text emphasizes the positive aspects of the fact that the original Balmy Alley murals have faded and been replaced with new murals. Choice D is incorrect because the text doesn’t describe the rise of mural painting in San Francisco generally or note when this occurred. The only historical development of the 1970s mentioned in the text is the origin of the murals in a specific area of the city: Balmy Alley in the Mission District.",
+ hasFigure: false,
+ },
+ {
+ id: "c966ad55",
+ type: "mcq",
+ passage:
+ "The following text is from Srimati Svarna Kumari Devi’s 1894 novel The Fatal Garland (translated by A. Christina Albers in 1910). Shakti is walking near a riverbank that she visited frequently during her childhood.
She crossed the woods she knew so well. The trees seemed to extend their branches like welcoming arms. They greeted her as an old friend. Soon she reached the river-side.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined portion in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It suggests that Shakti feels uncomfortable near the river.",
+ },
+ {
+ label: "B",
+ text: "It indicates that Shakti has lost her sense of direction in the woods.",
+ },
+ {
+ label: "C",
+ text: "It emphasizes Shakti’s sense of belonging in the landscape.",
+ },
+ {
+ label: "D",
+ text: "It conveys Shakti’s appreciation for her long-term friendships.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most accurately describes how the underlined sentence functions in the text as a whole. The first sentence of the text states that Shakti knows the woods she is walking in well. The next sentence, which is underlined, emphasizes Shakti’s familiarity with, and sense of security within, the woods by describing how the tree branches are friendly and “welcoming,” as they are depicted as extending open arms to her. The remainder of the text also shows that Shakti is comfortable and content in the woods by describing her as “an old friend” of the trees. Thus, the function of the underlined portion is to emphasize Shakti’s sense of belonging in the wooded landscape that she visits.
Choice A is incorrect because the text and underlined portion suggest that Shakti is comfortable, not uncomfortable, in her surroundings: the trees around her are described as welcoming and reassuring. Moreover, the underlined portion discusses Shakti’s feelings in the forest, not the river, since she hasn’t reached the river yet. Choice B is incorrect because the text and underlined portion emphasize Shakti’s familiarity with the woods. The trees are inviting, and she feels like “an old friend” to the woods, so she isn’t lost or confused there. Choice D is incorrect because the third sentence uses the phrase “as an old friend” figuratively in reference to Shakti’s sense of familiarity with the landscape, not in reference to her long-standing friendships with other people, and the text and underlined portion never discuss her feelings about such friendships.",
+ hasFigure: false,
+ },
+ {
+ id: "e13171c4",
+ type: "mcq",
+ passage:
+ "Historians Tiya Miles and Roy E. Finkenbine have both documented the assistance Indigenous peoples gave to Black freedom seekers leaving the South before the US Civil War. Much of the historical evidence of this help comes from Indigenous oral traditions and from autobiographies written by the freedom seekers. One such narrative is Jermain Loguen’s autobiography, which tells about how Neshnabé (Potawatomi) villagers offered him food, lodging, and directions during his 1835 journey from Tennessee to Canada.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence?",
+ choices: [
+ {
+ label: "A",
+ text: "It provides an example of an autobiography that describes help given by an Indigenous people to a Black freedom seeker.",
+ },
+ {
+ label: "B",
+ text: "It shows why Loguen decided to write in great detail about his experiences traveling from Tennessee to Canada in his autobiography.",
+ },
+ {
+ label: "C",
+ text: "It argues that autobiographies are particularly important sources of information about geography in the United States before the Civil War.",
+ },
+ {
+ label: "D",
+ text: "It suggests that most historians believe that Neshnabé villagers were more successful in assisting freedom seekers than other people were.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The previous sentence broadly mentions "autobiographies written by the freedom seekers." This sentence identifies Loguen’s autobiography as a specific example.
Choice B is incorrect. The sentence never explains why Loguen chose to write about his experiences. Choice C is incorrect. The previous sentence identifies autobiographies as useful sources of historical information about a specific topic, but not for "information about geography." The underlined sentence provides details of one autobiography as an example of a source of information about that specific topic (interactions between Indigenous people and Black freedom seekers). Choice D is incorrect. The text never discusses other specific people who helped freedom seekers, and therefore can’t make a comparison between the Neshnabé and anyone else.',
+ hasFigure: false,
+ },
+ {
+ id: "e5da61f1",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Charles Chesnutt’s 1899 short story “Mars Jeems’s Nightmare.” The narrator and his wife have recently moved to the southern United States, and Julius is their carriage driver.
Julius was very useful when we moved to our new residence. He had a thorough knowledge of the neighborhood, was familiar with the roads and the watercourses, knew the qualities of the various soils and what they would produce, and where the best hunting and fishing were to be had. He was a marvelous hand in the management of horses and dogs.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To compare the narrator’s reaction to a new home with his wife’s reaction",
+ },
+ {
+ label: "B",
+ text: "To give an example of Julius’s knowledge about soil",
+ },
+ {
+ label: "C",
+ text: "To show that the narrator and Julius often hunt and fish together",
+ },
+ {
+ label: "D",
+ text: "To explain different ways in which Julius was helpful",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most accurately describes the main purpose of the text, which is to explain different ways in which Julius was helpful. The text begins with the narrator stating that Julius was very helpful to him and his wife when they moved to their new residence. The narrator then provides a list of examples to illustrate Julius’s helpfulness. For instance, the narrator states that Julius was familiar with the neighborhood’s roads, which suggests that he was helpful in navigating them, and that Julius helped manage the horses and dogs. The text’s many examples of Julius’s usefulness reinforce just how helpful he was and in how many different ways.
Choice A is incorrect because the text doesn’t portray either the narrator’s or his wife’s reaction to their new home. Rather, the text focuses on how Julius was useful to the narrator and his wife in their new home. Choice B is incorrect. Although the text states that Julius was knowledgeable about the soil, this is one of several supporting details that illustrate how helpful Julius was. Moreover, the text merely states that Julius was knowledgeable about soil; it doesn’t provide an example of that knowledge. Choice C is incorrect because there’s nothing in the text to suggest the frequency with which the narrator and Julius hunted and fished together. In fact, it’s unclear from the text whether the narrator and Julius hunted and fished together at all. The text merely indicates that Julius knew the best places to hunt and fish—a detail that supports the text’s main purpose by conveying Julius’s usefulness.",
+ hasFigure: false,
+ },
+ {
+ id: "e929fe98",
+ type: "mcq",
+ passage:
+ "Composer Florence Price won first place for her score Symphony in E Minor at the 1932 Wanamaker Foundation Awards. The piece was performed the following year by the Chicago Symphony Orchestra, a significant recognition of its quality. Price continued to compose many musical pieces throughout her career, blending traditional Black spirituals with classical European Romantic musical traditions. In recent years, Price’s concertos and symphonies have been performed and recorded by several major orchestras, further preserving her work for others to enjoy.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To provide examples of Price’s importance as a composer",
+ },
+ {
+ label: "B",
+ text: "To argue that more major orchestras should perform Price’s compositions",
+ },
+ {
+ label: "C",
+ text: "To describe the musical styles that inspired many of Price’s symphonies",
+ },
+ {
+ label: "D",
+ text: "To compare Price’s scores with those of classical European composers",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The text provides an overview of Florence Price’s importance by describing her success at the 1932 Wanamaker Foundation Awards, her blending of Black spirituals and classical European Romantic musical traditions, and the recent performances and recordings of her concertos and symphonies by major orchestras.
Choice B is incorrect. The text does mention that Price’s compositions have been performed and recorded by major orchestras, but it doesn’t argue that more orchestras should do so. Choice C is incorrect. The text does mention the blending of Black spirituals and classical European Romantic musical traditions, but only briefly, as part of a broader overview of Price’s career. Choice D is incorrect. The text mentions Price’s blending of Black spirituals with classical European Romantic musical traditions, but it doesn’t directly compare Price’s scores with those of classical European composers.",
+ hasFigure: false,
+ },
+ {
+ id: "ea971260",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Louisa May Alcott’s 1869 novel An Old-Fashioned Girl. Polly, a teenager, is visiting her friend Fanny.
Fanny’s friends did not interest Polly much; she was rather afraid of them because they seemed so much older and wiser than herself, even those younger in years. They talked about things of which she knew nothing and when Fanny tried to explain, she didn’t find them interesting; indeed, some of them rather shocked and puzzled her.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ { label: "A", text: "To portray Polly’s reaction to Fanny’s friends" },
+ {
+ label: "B",
+ text: "To identify the topics Polly talks about with Fanny’s friends",
+ },
+ { label: "C", text: "To explain how Fanny met some of her friends" },
+ {
+ label: "D",
+ text: "To illustrate how Fanny’s friends feel about Polly",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes the main purpose of the text, which is to show how Polly reacted to some of Fanny’s other friends. The text describes Polly as being frightened of Fanny’s friends because they seemed “much older and wiser” to her and elaborates that they “talked about things of which” Polly was unfamiliar, uninterested, and shocked. Thus, the main purpose of the text is to describe Polly’s impressions of Fanny’s other friends.
Choice B is incorrect because the text does not provide any of the topics Polly discussed with Fanny’s friends, stating only that Polly found the topics unfamiliar, uninteresting, and shocking. Choice C is incorrect because the text says nothing about how Fanny and her other friends first met. Choice D is incorrect because the focus of the text is on Polly’s feelings about Fanny’s other friends, not on the other friends’ feelings about Polly.",
+ hasFigure: false,
+ },
+ {
+ id: "fcc328c6",
+ type: "mcq",
+ passage:
+ "Streams and rivers carry soil and rocks from one location to another. But there is another way for these geological materials to move. Scientists call this process “aeolian transport.” In aeolian transport, winds move small particles of soil or rock over potentially great distances. Geologist Melisa Diaz and her team studied dust in Antarctica to find out if it was moved by aeolian transport. They discovered that the dust matched geological material in Australia. Aeolian transport had carried it from one continent to another, across thousands of miles of open ocean.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined portion in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It presents Melisa Diaz’s remarks about difficulties that her team encountered.",
+ },
+ {
+ label: "B",
+ text: "It introduces a scientific term that is used in the discussion that follows.",
+ },
+ {
+ label: "C",
+ text: "It emphasizes the surprising nature of the findings that are presented.",
+ },
+ {
+ label: "D",
+ text: "It explains the difference between two kinds of geological material.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most accurately describes the function of the underlined portion in the text as a whole. The first two sentences introduce the idea that soil and rocks can be moved from one location to another by something other than rivers and streams. The underlined sentence then states that the term used by scientists to refer to this process is “aeolian transport.” The discussion that follows explains what aeolian transport is (the movement of small geological materials over potentially great distances by the wind) and describes an example of a study that found that dust particles had been moved by aeolian transport from Australia to Antarctica. Thus, the underlined portion introduces a scientific term that is used in the discussion that follows.
Choice A is incorrect because the underlined portion of the text doesn’t present any remarks from Melisa Diaz, nor does it suggest that Diaz and her team encountered difficulties in their study. Instead, the phrase in quotation marks in the underlined portion simply presents a term that is used by scientists to refer to a specific process discussed in the text. Choice C is incorrect because nothing in either the underlined portion or the text as a whole suggests that the findings of the study presented in the text were surprising or unexpected. In fact, the text suggests that Diaz and her team wanted to see if aeolian transport could explain the appearance of certain geological materials in Antarctica, and their findings did indeed confirm the involvement of aeolian transport. Choice D is incorrect. Although the first sentence of the text mentions soil and rocks, which are two different kinds of geological material, the underlined portion doesn’t refer to these materials, nor does it explain the difference between them. Rather, the underlined portion introduces the scientific term “aeolian transport,” which is used in the discussion that follows.",
+ hasFigure: false,
+ },
+];
+
+export const TEXT_STRUCTURE_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "14b7dced",
+ type: "mcq",
+ passage:
+ "The following text is from Walt Whitman’s 1860 poem “Calamus 24.”
I HEAR it is charged against me that I seek to destroy institutions;
But really I am neither for nor against institutions
(What indeed have I in common with them?—Or what with the destruction of them?),
Only I will establish in the Mannahatta Manhattan and in every city of These States, inland and seaboard,
And in the fields and woods, and above every keel ship little or large, that dents the water,
Without edifices, or rules, or trustees, or any argument,
The institution of the dear love of comrades.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The speaker questions an increasingly prevalent attitude, then summarizes his worldview.",
+ },
+ {
+ label: "B",
+ text: "The speaker regrets his isolation from others, then predicts a profound change in society.",
+ },
+ {
+ label: "C",
+ text: "The speaker concedes his personal shortcomings, then boasts of his many achievements.",
+ },
+ {
+ label: "D",
+ text: "The speaker addresses a criticism leveled against him, then announces a grand ambition of his.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it best describes the overall structure of the text. The speaker begins by stating that he has heard that others are accusing him of seeking to destroy institutions. The speaker then addresses this criticism by stating that he is “neither for nor against institutions.” Instead, the speaker states that his ultimate goal is to instill “the institution of the dear love of comrades” everywhere in the country. Therefore, the overall structure of the text is best described as an address of criticism followed by an announcement of a grand ambition.
Choice A is incorrect. While the speaker does address an opinion of him that he believes to be untrue, he doesn’t indicate that this attitude has become increasingly prevalent. The speaker also concludes by explaining his goal for the future rather than his current worldview. Choice B is incorrect because the text doesn’t portray the speaker as isolated or regretful, and the speaker gestures toward a hope for societal change but doesn’t offer an explicit prediction that it will happen. Choice C is incorrect because the speaker addresses a criticism of him that he believes to be false; he doesn’t admit any personal shortcomings. Moreover, the speaker concludes by stating a goal he has rather than showcasing his achievements.",
+ hasFigure: false,
+ },
+ {
+ id: "19688783",
+ type: "mcq",
+ passage:
+ "The following text is from Lucy Maud Montgomery’s 1908 novel Anne of Green Gables. Anne, an eleven-year-old girl, has come to live on a farm with a woman named Marilla in Nova Scotia, Canada.
Anne reveled in the world of color about her.
“Oh, Marilla,” she exclaimed one Saturday morning, coming dancing in with her arms full of gorgeous boughs, “I’m so glad I live in a world where there are Octobers. It would be terrible if we just skipped from September to November, wouldn’t it? Look at these maple branches. Don’t they give you a thrill—several thrills? I’m going to decorate my room with them.”
“Messy things,” said Marilla, whose aesthetic sense was not noticeably developed. “You clutter up your room entirely too much with out-of-doors stuff, Anne. Bedrooms were made to sleep in.”
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To demonstrate that Anne has a newly developed appreciation of nature",
+ },
+ {
+ label: "B",
+ text: "To describe an argument that Anne and Marilla often have",
+ },
+ {
+ label: "C",
+ text: "To emphasize Marilla’s disapproval of how Anne has decorated her room",
+ },
+ {
+ label: "D",
+ text: "To show that Anne and Marilla have very different personalities",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most accurately describes the main purpose of the text. The text begins by noting that Anne “reveled in the world of color about her”—that is, she takes great delight in colorful things. It then relates a scene when she enthusiastically enters the house with autumn foliage and announces that she will decorate her room with it. The focus of the text then shifts to Marilla, who has an undeveloped “aesthetic sense,” or appreciation of beauty, as can be seen when she dismisses the maple leaves as “messy things” and criticizes Anne for cluttering her room with objects from outside. This episode thus illustrates that Anne and Marilla differ in their appreciation of beauty and, more generally, in their basic character: Anne is exuberant and joyful, while Marilla is stern and critical. Therefore, the purpose of the text is to show that Anne and Marilla have very different personalities.
Choice A is incorrect because the text presents Anne’s appreciation of nature as a basic personality trait, not as a newfound enthusiasm, and never indicates how recently she developed that appreciation. Choice B is incorrect. Although the text portrays Anne and Marilla as having different personalities and attitudes toward natural beauty and home decoration, it doesn’t show them engaging in an argument about this difference or suggest that they often argue about it. Choice C is incorrect. Although the text does indicate that Marilla disapproves of how Anne plans to decorate her room, Marilla’s disapproval is a supporting detail that serves to develop her personality, which the text as a whole contrasts with Anne’s personality.",
+ hasFigure: false,
+ },
+ {
+ id: "236fee8e",
+ type: "mcq",
+ passage:
+ "Archeological excavation of Market Street Chinatown, a nineteenth-century Chinese American community in San Jose, California, provided the first evidence that Asian food products were imported to the United States in the 1800s: bones from a freshwater fish species native to Southeast Asia. Jinshanzhuang—Hong Kong–based import/export firms—likely coordinated the fish’s transport from Chinese-operated fisheries in Vietnam and Malaysia to North American markets. This route reveals the (often overlooked) multinational dimensions of the trade networks linking Chinese diaspora communities.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It explains why efforts to determine the country of origin of the items mentioned in the previous sentence remain inconclusive.",
+ },
+ {
+ label: "B",
+ text: "It provides information that helps support a claim about a discovery’s significance that is presented in the following sentence.",
+ },
+ {
+ label: "C",
+ text: "It traces the steps that were taken to locate and recover the objects that are described in the previous sentence.",
+ },
+ {
+ label: "D",
+ text: "It outlines a hypothesis that additional evidence discussed in the following sentence casts some doubt on.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The underlined sentence provides information about import/export firms, showing how Chinese communities across the world were connected by trade routes.
Choice A is incorrect. The underlined sentence never suggests that the countries of origin of the fish are in question—in fact, it tells us exactly where they came from. Choice C is incorrect. The passage never describes the steps taken to discover the fish bones described in the previous sentence. Choice D is incorrect. The underlined sentence doesn’t outline a hypothesis but instead provides evidence. And the following sentence agrees with the underlined sentence, so we could eliminate this choice just for saying that the following sentence "casts some doubt on" the underlined one—partly wrong is all wrong.',
+ hasFigure: false,
+ },
+ {
+ id: "2903a041",
+ type: "mcq",
+ passage:
+ "Using NASA’s powerful James Webb Space Telescope (JWST), Mercedes López-Morales and colleagues measured the wavelengths of light traveling through the atmosphere of WASP-39b, an exoplanet, or planet outside our solar system. Different molecules absorb different wavelengths of light, and the wavelength measurements showed the presence of carbon dioxide (CO₂) in WASP-39b’s atmosphere. This finding not only offers the first decisive evidence of CO₂ in the atmosphere of an exoplanet but also illustrates the potential for future scientific breakthroughs held by the JWST.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It discusses a method used by some researchers, then states why an alternative method is superior to it.",
+ },
+ {
+ label: "B",
+ text: "It describes how researchers made a scientific discovery, then explains the importance of that discovery.",
+ },
+ {
+ label: "C",
+ text: "It outlines the steps taken in a scientific study, then presents a hypothesis based on that study.",
+ },
+ {
+ label: "D",
+ text: "It examines how a group of scientists reached a conclusion, then shows how other scientists have challenged that conclusion.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The text begins by describing how the researchers used the JWST to detect CO₂ in WASP-39b’s atmosphere. Then the text discusses the significance of this finding, both as the first evidence of CO₂ in an exoplanet’s atmosphere and as an illustration of the JWST’s potential for making new discoveries in general.
Choice A is incorrect. The text doesn’t compare two different methods, but rather focuses on one study that used the JWST. Choice C is incorrect. The text doesn’t present a hypothesis, but rather reports on the findings of a study. Choice D is incorrect. The text doesn’t mention any scientists challenging the conclusion reached by López-Morales and colleagues.",
+ hasFigure: false,
+ },
+ {
+ id: "2b085bc6",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Paul Laurence Dunbar’s 1902 novel The Sport of the Gods. Joe and some of his family members have recently moved to New York City.
Joe was wild with enthusiasm and with a desire to be a part of all that the metropolis meant. In the evening he saw the young fellows passing by dressed in their spruce clothes, and he wondered with a sort of envy where they could be going. Back home there had been no place much worth going to, except church and one or two people’s houses.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It illustrates a character’s reaction to a new environment.",
+ },
+ {
+ label: "B",
+ text: "It explains why a character has traveled to a city.",
+ },
+ {
+ label: "C",
+ text: "It compares a character’s thoughts about an event at two different times of day.",
+ },
+ {
+ label: "D",
+ text: "It presents a character feeling regret over leaving home.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes the main purpose of the text. The narrator describes how Joe responds to being in “the metropolis”: he’s excited and “wild with enthusiasm.” He also envies the young fellows who walk by because, dressed as they are, they look as if they have somewhere special to go. The text contrasts this new place with the place Joe comes from, where apparently there wasn’t as much to do. Thus, the main purpose of the text is to illustrate Joe’s reaction to a new environment.
Choice B is incorrect because the text makes no reference to why Joe has moved. The narrator indicates that Joe is enthusiastic about being in a city, but there’s no explanation provided for the move. Choice C is incorrect because the text makes no reference to how Joe thinks about an event. The narrator describes young men passing by in the evening and then recalls places worth going to at home—church and a few people’s houses—but there’s no explicit comparison made nor is a time of day mentioned for these events back home. Choice D is incorrect because the text doesn’t support the idea that Joe feels regret over leaving home. Instead, Joe is described as “wild with enthusiasm” at being in the city. Joe’s home is mentioned, but only to compare it unfavorably with the city.",
+ hasFigure: false,
+ },
+ {
+ id: "47598085",
+ type: "mcq",
+ passage:
+ "Yawn contagion occurs when one individual yawns in response to another’s yawn. Studies of this behavior in primates have focused on populations in captivity, but biologist Elisabetta Palagi and her colleagues have shown that it can occur in wild primate populations as well. In their study, which focused on a wild population of gelada monkeys (Theropithecus gelada) in Ethiopia, the researchers further reported that yawn contagion most commonly occurred in males and across different social groups instead of within a single social group.
",
+ questionHtml:
+ "Which choice best describes the function of the first sentence in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It defines a phenomenon that is discussed in the text.",
+ },
+ {
+ label: "B",
+ text: "It introduces a problem that is examined in the text.",
+ },
+ { label: "C", text: "It makes a claim that is challenged in the text." },
+ {
+ label: "D",
+ text: "It presents a hypothesis that is evaluated in the text.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes how the first sentence functions in the text as a whole. The first sentence introduces what yawn contagion is, explaining that it occurs when an individual yawns in response to the yawn of another individual. The text goes on to describe Elisabetta Palagi and her colleagues’ study of this phenomenon in a wild population of gelada monkeys. According to the text, the study showed that wild primate populations experience yawn contagion and that the behavior occurs most commonly in male monkeys and across social groups. Thus, the function of the first sentence is to define the phenomenon of yawn contagion that is discussed in the text.
Choice B is incorrect. Although the first sentence introduces the text’s discussion of yawn contagion, it doesn’t present this behavior, or anything else, as a problem. Choice C is incorrect because the first sentence doesn’t present a claim but instead explains what yawn contagion is. Moreover, the text doesn’t challenge anything; it’s an informative text that describes the findings of a research study about yawning in wild primate populations. Choice D is incorrect. Although the text describes a scientific study, and most scientific studies are guided by a hypothesis, the text doesn’t say what Palagi and her colleagues’ hypothesis was; the text discusses their findings instead.",
+ hasFigure: false,
+ },
+ {
+ id: "48555763",
+ type: "mcq",
+ passage:
+ "The following text is from Herman Melville’s 1854 novel The Lightning-rod Man.
The stranger still stood in the exact middle of the cottage, where he had first planted himself. His singularity impelled a closer scrutiny. A lean, gloomy figure. Hair dark and lank, mattedly streaked over his brow. His sunken pitfalls of eyes were ringed by indigo halos, and played with an innocuous sort of lightning: the gleam without the bolt. The whole man was dripping. He stood in a puddle on the bare oak floor: his strange walking-stick vertically resting at his side.
",
+ questionHtml:
+ "Which choice best states the function of the underlined sentence in the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It elaborates on the previous sentence’s description of the character.",
+ },
+ {
+ label: "B",
+ text: "It introduces the setting that is described in the sentences that follow.",
+ },
+ {
+ label: "C",
+ text: "It establishes a contrast with the description in the previous sentence.",
+ },
+ {
+ label: "D",
+ text: "It sets up the character description presented in the sentences that follow.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This best states the function of the underlined sentence. The sentence basically says: “He stood out, so I looked more closely at him.” Then the rest of the text describes him in detail.
Choice A is incorrect. This doesn’t state the function of the underlined sentence. The previous sentence basically says: “He was still standing in the middle of the cottage”—it doesn’t include any description of the character himself. Choice B is incorrect. This doesn’t state the function of the underlined sentence. The following sentences describe the character, not the setting. Choice C is incorrect. This doesn’t state the function of the underlined sentence. The underlined sentence basically says: “He stood out, so I looked more closely at him.” The previous sentence basically says: “He was still standing in the middle of the cottage.” There’s no contrast between these two sentences.",
+ hasFigure: false,
+ },
+ {
+ id: "54c6128b",
+ type: "mcq",
+ passage:
+ "When ancient oak planks were unearthed during subway construction in Rome, Mauro Bernabei and his team examined the growth rings in the wood to determine where these planks came from. By comparing the growth rings on the planks to records of similar rings in oaks from Europe, the team could trace the wood to the Jura region of France, hundreds of kilometers from Rome. Because timber could only have been transported from distant Jura to Rome by boat, the team’s findings suggest the complexity of Roman trade routes.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It presents a conclusion about Roman trade routes based on the team’s findings.",
+ },
+ {
+ label: "B",
+ text: "It questions how the team was able to conclude that the planks were used to build a boat.",
+ },
+ {
+ label: "C",
+ text: "It explains why the planks were made from oak rather than a different kind of wood.",
+ },
+ {
+ label: "D",
+ text: "It describes common methods used in Roman subway construction.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes how the underlined sentence functions in the text as a whole. The first sentence explains that Bernabei and his team studied growth rings to obtain information about the ancient oak planks found during a construction project in Rome. The next sentence presents what the researchers learned: the wood from the planks came from France’s Jura region, which is far from Rome. The underlined sentence then presents the implications of the findings about the planks: the wood must have been brought to Rome by boat, a difficult task that suggests Roman trade routes were complex. Thus, the underlined sentence mainly functions to present a conclusion about Roman trade routes based on the team’s findings.
Choice B is incorrect because the text doesn’t suggest that the team thought the ancient planks were used in the construction of a boat, nor does the underlined sentence question that conclusion. Instead, the text states that the wood could only have been transported from Jura to Rome in a boat. Choice C is incorrect because the underlined sentence simply offers a conclusion drawn from the team’s findings about the likely place of origin of the ancient planks; the text never mentions why oak was chosen for the planks instead of other wood. Choice D is incorrect because neither the underlined sentence nor the text as a whole addresses any methods that Romans used in constructing subways. Instead, the underlined sentence offers a conclusion drawn from the team’s findings about the likely place of origin of the ancient wooden planks discovered.",
+ hasFigure: false,
+ },
+ {
+ id: "590f0ad2",
+ type: "mcq",
+ passage:
+ "Industrial activity is often assumed to be a threat to wildlife, but that isn’t always so. Consider the silver-studded blue butterfly (Plebejus argus): as forest growth has reduced grasslands in northern Germany, many of these butterflies have left meadow habitats and are now thriving in active limestone quarries. In a survey of multiple active quarries and patches of maintained grassland, an ecologist found silver-studded blue butterflies in 100% of the quarries but only 57% of the grassland patches. Moreover, butterfly populations in the quarries were four times larger than those in the meadows.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined portion in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It challenges a common assumption about the species under investigation in the research referred to in the text.",
+ },
+ {
+ label: "B",
+ text: "It introduces discussion of a specific example that supports the general claim made in the previous sentence.",
+ },
+ {
+ label: "C",
+ text: "It suggests that a certain species should be included in additional studies like the one mentioned later in the text.",
+ },
+ {
+ label: "D",
+ text: "It provides a definition for an unfamiliar term that is central to the main argument in the text.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most accurately describes how the underlined portion functions in the text as a whole. The first sentence presents the general claim that industrial activity is not always a threat to wildlife. The underlined portion of the sentence that follows suggests that the silver-studded blue butterfly is an example of wildlife thriving in areas of industrial activity: active limestone quarries. Thus, the function of the underlined portion is to introduce a specific example in support of the general claim in the previous sentence.
Choice A is incorrect. Although the first sentence indicates that “industrial activity is often assumed” to harm wildlife, in the case of the silver-studded blue butterfly the text mentions neither an assumption about this species nor any challenge to such an assumption. Choice C is incorrect because the text mentions only one study: the “survey.” Additional studies are not mentioned in the text. Choice D is incorrect because neither the underlined portion nor any other portion of the text provides a definition for any of the terms used in the text’s argument.",
+ hasFigure: false,
+ },
+ {
+ id: "6d44060a",
+ type: "mcq",
+ passage:
+ "Works of moral philosophy, such as Plato’s Republic or Aristotle’s Nicomachean Ethics, are partly concerned with how to live a morally good life. But philosopher Jonathan Barnes argues that works that present a method of living such a life without also supplying a motive are inherently useful only to those already wishing to be morally good—those with no desire for moral goodness will not choose to follow their rules. However, some works of moral philosophy attempt to describe what constitutes a morally good life while also proposing reasons for living one.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It provides a characterization about a field of thought by noting two works in it and then details a way in which some works in that field are more comprehensive than others.",
+ },
+ {
+ label: "B",
+ text: "It mentions two renowned works and then claims that despite their popularity it is impossible for these works to serve the purpose their authors intended.",
+ },
+ {
+ label: "C",
+ text: "It summarizes the history of a field of thought by discussing two works and then proposes a topic of further research for specialists in that field.",
+ },
+ {
+ label: "D",
+ text: "It describes two influential works and then explains why one is more widely read than the other.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The text starts by stating what moral philosophy is concerned with and naming two examples of works in the field. Then it describes a shortcoming of some works in that field (they say how but not why), and finally it states that other works try to avoid that shortcoming (by including both how and why to live a morally good life).
Choice B is incorrect. This is too extreme. The text never mentions whether the two works are popular or not, and it never argues that these works don’t serve their intended purpose of describing how to live a morally good life. Rather, the text claims that works of moral philosophy that don’t include both how and why to be moral are not useful to readers who don’t already want to be moral. Choice C is incorrect. This isn’t the overall structure. The text never discusses the history of moral philosophy at all, and it doesn’t propose any topic for further research. Choice D is incorrect. This isn’t the overall structure. The text never discusses which of the two works is more widely read.",
+ hasFigure: false,
+ },
+ {
+ id: "6f5fc289",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Charles Dickens’s 1854 novel Hard Times. Coketown is a fictional town in England.
Coketown contained several large streets all very like one another, and many small streets still more like one another, inhabited by people equally like one another, who all went in and out at the same hours, with the same sound upon the same pavements, to do the same work, and to whom every day was the same as yesterday and tomorrow, and every year the counterpart of the last and the next.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To emphasize the uniformity of both the town and the people who live there",
+ },
+ {
+ label: "B",
+ text: "To explain the limited work opportunities available to the town’s residents",
+ },
+ {
+ label: "C",
+ text: "To reveal how the predictability of the town makes it easy for people lose track of time",
+ },
+ {
+ label: "D",
+ text: "To argue that the simplicity of life in the town makes it a pleasant place to live",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The author describes Coketown as having streets that are all very similar and residents who live similarly and do the same work. This repetition of similarities emphasizes how everything in Coketown is alike.
Choice B is incorrect. While the text mentions that all the residents “do the same work,” it never explains what that work is or why everyone does it. Besides, the idea that they all do the same work is just one of several similarities among the townspeople described in the text. Choice C is incorrect. While the last sentence states that “every day was the same as yesterday and tomorrow, and every year the counterpart of the last and the next,” it never suggests that people actually “lose track of time.” This is also too narrow to be the main idea, since time is just one of many aspects of Coketown that the text describes as always being the same. Choice D is incorrect. The text never mentions whether life is simple in Coketown, and the town sounds as though it’s probably a pretty dull place to live, rather than a pleasant one.",
+ hasFigure: false,
+ },
+ {
+ id: "74446089",
+ type: "mcq",
+ passage:
+ "For his 1986 album Keyboard Fantasies, Beverly Glenn-Copeland wrote songs grounded in traditional soul and folk music, then accompanied them with futuristic synthesizer arrangements featuring ambient sounds and complex rhythms. The result was so strange, so unprecedented, that the album attracted little attention when first released. In recent years, however, a younger generation of musicians has embraced the stylistic experimentation of Keyboard Fantasies. Alternative R&B musicians Blood Orange and Moses Sumney, among other contemporary recording artists, cite the album as an influence.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It urges contemporary musicians to adopt the unique sound of Keyboard Fantasies.",
+ },
+ {
+ label: "B",
+ text: "It responds to criticism of Keyboard Fantasies by some younger musicians.",
+ },
+ {
+ label: "C",
+ text: "It offers examples of younger musicians whose work has been impacted by Keyboard Fantasies.",
+ },
+ {
+ label: "D",
+ text: "It contrasts Keyboard Fantasies with the recordings of two younger musicians.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most accurately describes the function of the underlined sentence in the text as a whole. The text’s subject is Beverly Glenn-Copeland’s 1986 album Keyboard Fantasies, notable for its innovative, experimental arrangements. According to the text, the album was not initially admired, but in recent years it has become popular among younger musicians. The underlined portion of the text mentions two of those musicians, Blood Orange and Moses Sumney, who “cite the album as an influence.” Therefore, the underlined portion of the text offers examples of younger musicians whose work has been impacted by Keyboard Fantasies.
Choice A is incorrect because even though the underlined sentence states that Blood Orange and Moses Sumney were influenced by Keyboard Fantasies, it doesn’t say that all other musicians should also embrace the album’s experimental style. Choice B is incorrect. Although the text states that Keyboard Fantasies was not admired on its first release, the text doesn’t present any criticism of the album by younger musicians: it only presents two younger musicians who cite it as an influence. Choice D is incorrect because the underlined sentence doesn’t mention any differences between Keyboard Fantasies and the work of Blood Orange and Moses Sumney.",
+ hasFigure: false,
+ },
+ {
+ id: "749f3334",
+ type: "mcq",
+ passage:
+ "The following text is from Charlotte Forten Grimké’s 1888 poem “At Newport.”
Oh, deep delight to watch the gladsome waves
Exultant leap upon the rugged rocks;
Ever repulsed, yet ever rushing on—
Filled with a life that will not know defeat;
To see the glorious hues of sky and sea.
The distant snowy sails, glide spirit like,
Into an unknown world, to feel the sweet
Enchantment of the sea thrill all the soul,
Clearing the clouded brain, making the heart
Leap joyous as it own bright, singing waves!
",
+ questionHtml:
+ "Which choice best describes the function of the underlined portion in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It portrays the surroundings as an imposing and intimidating scene.",
+ },
+ {
+ label: "B",
+ text: "It characterizes the sea’s waves as a relentless and enduring force.",
+ },
+ {
+ label: "C",
+ text: "It conveys the speaker’s ambivalence about the natural world.",
+ },
+ {
+ label: "D",
+ text: "It draws a contrast between the sea’s waves and the speaker’s thoughts.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most accurately describes how the underlined portion functions in the text as a whole. The text presents the speaker’s experience of viewing the sea. In the underlined portion, the speaker focuses on the idea that the waves hitting rocks on the shore are a relentless and enduring force: they are constantly pushed back (“ever repulsed”) but always return (“ever rushing on”), as though they have an energy that can’t be overcome (“a life that will not know defeat”).
Choice A is incorrect. Although the underlined portion characterizes the waves as a relentless force (always “repulsed” but still “rushing on” and never being defeated), the speaker doesn’t suggest that the surroundings are intimidating. Instead, the speaker presents the scene in a positive way, describing the “deep delight” of the “gladsome,” or cheerful, waves and feeling “the heart / Leap joyous” while viewing the sea. Choice C is incorrect because the underlined portion doesn’t suggest that the speaker is ambivalent, or has mixed feelings about, the natural world. Instead, it presents a single view of one part of the immediate surroundings: the speaker characterizes the sea’s waves as an unstoppable force, since they are constantly pushed back but always return (“ever repulsed, yet ever rushing on”). Choice D is incorrect. Although the text later suggests the speaker’s view of her own thoughts by referring to a “clouded brain” and a heart that leaps joyously, this reference neither occurs within the underlined portion nor establishes a clear contrast with the relentless determination of the waves. The underlined portion addresses only the speaker’s view of the waves and doesn’t suggest what her own thoughts might be.",
+ hasFigure: false,
+ },
+ {
+ id: "8963273a",
+ type: "mcq",
+ passage:
+ "Musician Joni Mitchell, who is also a painter, uses images she creates for her album covers to emphasize ideas expressed in her music. For the cover of her album Turbulent Indigo (1994), Mitchell painted a striking self-portrait that closely resembles Vincent van Gogh’s Self-Portrait with Bandaged Ear (1889). The image calls attention to the album’s title song, in which Mitchell sings about the legacy of the postimpressionist painter. In that song, Mitchell also hints that she feels a strong artistic connection to Van Gogh—an idea that is reinforced by her imagery on the cover.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It presents a claim about Mitchell, then gives an example supporting that claim.",
+ },
+ {
+ label: "B",
+ text: "It discusses Van Gogh’s influence on Mitchell, then considers Mitchell’s influence on other artists.",
+ },
+ {
+ label: "C",
+ text: "It describes a similarity between two artists, then notes a difference between them.",
+ },
+ {
+ label: "D",
+ text: "It describes the songs on Turbulent Indigo, then explains how they relate to the album’s cover.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it accurately describes the organization of the elements within the text. The text begins with the claim that Joni Mitchell’s album covers use images she creates in order to emphasize ideas embedded in her albums. It then goes on to provide an example of how Mitchell’s self-portrait on the cover of Turbulent Indigo resembles a painting by Van Gogh, which the text indicates helps emphasize the strong connection Mitchell feels toward Van Gogh, a connection that is also expressed in the album’s title song.
Choice B is incorrect because there are no references in the text to artists other than Joni Mitchell and Van Gogh. Choice C is incorrect because there is nothing in the text that calls attention to any similarities or differences between Joni Mitchell and Van Gogh. Instead, it mentions that Mitchell feels a strong “artistic connection” to Van Gogh. Choice D is incorrect because the text discusses the cover before referring to any songs, and it only references one song from the album not all the songs.",
+ hasFigure: false,
+ },
+ {
+ id: "8bc66f89",
+ type: "mcq",
+ passage:
+ "Part of the Atacama Desert in Peru has surprisingly rich plant life despite receiving almost no rainfall. Moisture from winter fog sustains plants once they’re growing, but the soil’s tough crust makes it hard for seeds to germinate in the first place. Local birds that dig nests in the ground seem to be of help: they churn the soil, exposing buried seeds to moisture and nutrients. Indeed, in 2016 Cristina Rengifo Faiffer found that mounds of soil dug up by birds were far more fertile and supported more seedlings than soil in undisturbed areas.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined portion in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It elaborates on the idea that the top layer of Atacama Desert soil forms a tough crust.",
+ },
+ {
+ label: "B",
+ text: "It describes the process by which seeds are deposited into Atacama Desert soil.",
+ },
+ {
+ label: "C",
+ text: "It identifies the reason particular bird species dig nests in Atacama Desert soil.",
+ },
+ {
+ label: "D",
+ text: "It explains how certain birds promote seed germination in Atacama Desert soil.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most accurately describes how the underlined portion functions in the text as a whole. The first two sentences establish a natural phenomenon: there is a richness of plant life found in the Atacama Desert despite the hard soil that makes it challenging for seeds to germinate. The next sentence, which contains the underlined portion, offers a potential explanation for the phenomenon: local birds dig ground nests exposing seeds to moisture and materials in the soil necessary for germination. The last sentence summarizes a study that compared the fertileness of mounds of dirt dug up by birds to mounds that were undisturbed to support the explanation in the underlined portion. Thus, the underlined portion mainly functions to explain how certain birds promote seed germination in the Atacama Desert soil.
Choice A is incorrect because the underlined portion doesn’t address the topic of the soil’s tough crust or its formation. Instead, the text elaborates on the idea that local birds that build ground nests may help seeds germinate in the hard soil. Choice B is incorrect because the underlined portion describes how some birds may support seed germination in Atacama Desert soil but doesn’t describe how the seeds are deposited into the soil before germination begins. Choice C is incorrect because neither the underlined portion nor the text as a whole identifies a reason that a particular bird species may choose to dig ground nests in the Atacama Desert soil.",
+ hasFigure: false,
+ },
+ {
+ id: "97360a00",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Gwendolyn Bennett’s 1926 poem “Street Lamps in Early Spring.”
Night wears a garment
All velvet soft, all violet blue...
And over her face she draws a veil
As shimmering fine as floating dew...
And here and there
In the black of her hair
The subtle hands of Night
Move slowly with their gem-starred light.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It presents alternating descriptions of night in a rural area and in a city.",
+ },
+ {
+ label: "B",
+ text: "It sketches an image of nightfall, then an image of sunrise.",
+ },
+ {
+ label: "C",
+ text: "It makes an extended comparison of night to a human being.",
+ },
+ {
+ label: "D",
+ text: "It portrays how night changes from one season of the year to the next.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most accurately describes the overall structure of the text. Throughout the text, the speaker characterizes nighttime as if it were a person who wears clothing (“a garment” that is “velvet soft” and “violet blue”) and a veil “over her face” and who moves her hands “slowly with their gem-starred light” through her dark hair. Thus, the text is structured as an extended comparison of night to a human being.
Choice A is incorrect because the text never mentions any particular location; instead, it focuses on presenting a single description of night as a person with certain clothing and features. Choice B is incorrect because the text doesn’t make any reference to the sun or sunrise; instead, it focuses on presenting a single image of night as a person with certain clothing and features. Choice D is incorrect. Rather than describing how nighttime changes seasonally (or in any other way), the text presents a single image of night as a person with certain clothing and features.",
+ hasFigure: false,
+ },
+ {
+ id: "a2be625e",
+ type: "mcq",
+ passage:
+ "The following text is from Sarah Orne Jewett’s 1899 short story “Martha’s Lady.” Martha is employed by Miss Pyne as a maid.
Miss Pyne sat by the window watching, in her best dress, looking stately and calm; she seldom went out now, and it was almost time for the carriage. Martha was just coming in from the garden with the strawberries, and with more flowers in her apron. It was a bright cool evening in June, the golden robins sang in the elms, and the sun was going down behind the apple-trees at the foot of the garden. The beautiful old house stood wide open to the long-expected guest.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To convey the worries brought about by a new guest",
+ },
+ {
+ label: "B",
+ text: "To describe how the characters have changed over time",
+ },
+ {
+ label: "C",
+ text: "To contrast the activity indoors with the stillness outside",
+ },
+ {
+ label: "D",
+ text: "To depict the setting as the characters await a visitor’s arrival",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most accurately reflects the main purpose of the text. The text portrays Miss Pyne as awaiting the arrival of a carriage while Martha brings strawberries and flowers from the garden into the house. The text also describes the surroundings of the scene, stating that Miss Pyne looks “stately and calm,” the evening is bright and cool, and birds are singing in the garden as the sun sets. Then the last sentence states that the house was “wide open to the long-expected guest,” which strongly suggests that Miss Pyne’s anticipation and Martha’s activities were in preparation for the guest who is expected to arrive in the carriage. Thus, the text depicts the setting and conveys what these characters are doing as they await the arrival of their visitor.
Choice A is incorrect because there is nothing in the text to indicate that the characters feel any worry about the guest’s arrival. The text indicates that the guest was “long-expected,“ but characterizing Miss Pyne as “stately and calm” conflicts with the idea that the characters are worried about the guest. Choice B is incorrect because the text describes a moment in time when two characters are awaiting the arrival of a visitor rather than an extended period over which characters could be seen changing. Choice C is incorrect. Although the text describes the activity indoors (Miss Pyne sitting calmly), it describes a higher level of activity, not stillness, outside (Martha bringing fruit and flowers and birds singing).",
+ hasFigure: false,
+ },
+ {
+ id: "aa7fc89b",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Susan Glaspell’s 1912 short story “‘Out There.’” An elderly shop owner is looking at a picture that he recently acquired and hopes to sell.
It did seem that the picture failed to fit in with the rest of the shop. A persuasive young fellow who claimed he was closing out his stock let the old man have it for what he called a song. It was only a little out-of-the-way store which subsisted chiefly on the framing of pictures. The old man looked around at his views of the city, his pictures of cats and dogs, his flaming bits of landscape. “Don’t belong in here,” he fumed.
And yet the old man was secretly proud of his acquisition. There was a hidden dignity in his scowling as he shuffled about pondering the least ridiculous place for the picture.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To reveal the shop owner’s conflicted feelings about the new picture",
+ },
+ {
+ label: "B",
+ text: "To convey the shop owner’s resentment of the person he got the new picture from",
+ },
+ {
+ label: "C",
+ text: "To describe the items that the shop owner most highly prizes",
+ },
+ {
+ label: "D",
+ text: "To explain differences between the new picture and other pictures in the shop",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes the main purpose of the text. The text begins by stating that the new picture “failed to fit in” with the other items that the shop owner has. The text goes on to illustrate that point by describing the other pictures the shop owner has, indicating that the shop owner is fuming because he doesn’t think the new picture belongs in the store. In the second paragraph, however, the text indicates that the shop owner is “secretly proud of his acquisition.” The main purpose of the text is thus to reveal the shop owner’s conflicted feelings about the new picture.
Choice B is incorrect because the text doesn’t suggest that the shop owner resents the young man who sold him the new picture; in fact, the text gives no indication of the owner’s feelings about the young man at all. Choice C is incorrect. Although the text indicates that the new picture is different from the other items in the shop, there’s no suggestion that the shop owner prizes either the new picture or the pictures of the city, pets, and landscapes more than he prizes any other items. Choice D is incorrect because the text doesn’t describe what the new picture looks like; rather, the text identifies some of the other kinds of images that the shop owner has and states that they’re different from the new picture without explaining how they’re different.",
+ hasFigure: false,
+ },
+ {
+ id: "acb852e7",
+ type: "mcq",
+ passage:
+ "The following text is from the 1923 poem “Black Finger” by Angelina Weld Grimké, a Black American writer. A cypress is a type of evergreen tree.
I have just seen a most beautiful thing,
Slim and still,
Against a gold, gold sky,
A straight black cypress,
Sensitive,
Exquisite,
A black finger
Pointing upwards.
Why, beautiful still finger, are you black?
And why are you pointing upwards?
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The speaker assesses a natural phenomenon, then questions the accuracy of her assessment.",
+ },
+ {
+ label: "B",
+ text: "The speaker describes a distinctive sight in nature, then ponders what meaning to attribute to that sight.",
+ },
+ {
+ label: "C",
+ text: "The speaker presents an outdoor scene, then considers a human behavior occurring within that scene.",
+ },
+ {
+ label: "D",
+ text: "The speaker examines her surroundings, then speculates about their influence on her emotional state.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most accurately describes the overall structure of the text. First, the speaker describes observing a “most beautiful” sight: a tree (“black cypress”) standing out from the golden sky behind it, looking like a person’s finger “pointing upwards” and appearing “sensitive” and “exquisite.” Then the speaker wonders about the image’s meaning, asking why the finger is black and why it’s pointing upward. Thus, the text moves from the speaker’s description of a distinctive sight in nature to her pondering about what meaning to attribute to that sight.
Choice A is incorrect because the speaker assesses a natural sight—a “black cypress” tree standing “against a gold, gold sky” like a pointed finger—but doesn’t question the accuracy of her own assessment. Although she wonders why the finger, which is really a tree, is black and why it’s pointing, the speaker doesn’t suggest that her belief that the tree resembles a finger is wrong. Choice C is incorrect. Although the speaker describes seeing a “black cypress” tree standing “against a gold, gold sky” like a pointed finger, she wonders about that natural image (asking why the finger, which is really a tree, is black and why it’s pointing) and doesn’t give any indication that any people are present in the scene. Choice D is incorrect. Although the speaker examines and wonders about one thing in her surroundings—a “black cypress” tree standing “against a gold, gold sky” like a pointed finger—she doesn’t address her own emotional state or consider how it’s affected by her surroundings.",
+ hasFigure: false,
+ },
+ {
+ id: "ae2b3112",
+ type: "mcq",
+ passage:
+ "By combining Indigenous and classical music, Cree composer and cellist Cris Derksen creates works that reflect the diverse cultural landscape of Canada. For her album Orchestral Powwow, Derksen composed new songs in the style of traditional powwow music that were accompanied by classical arrangements played by an orchestra. But where an orchestra would normally follow the directions of a conductor, the musicians on Orchestral Powwow are led by the beat of a powwow drum.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To examine how Derksen’s musical compositions blend cultures",
+ },
+ {
+ label: "B",
+ text: "To argue that Derksen should be recognized for creating a new style of music",
+ },
+ {
+ label: "C",
+ text: "To describe the difficulties Derksen encountered when producing her album",
+ },
+ {
+ label: "D",
+ text: "To establish a contrast between Derksen’s classical training and her Cree heritage",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes the main purpose of the text, which is to discuss how Derksen’s compositions incorporate elements from both Indigenous and classical music. After introducing Derksen, the text describes how the songs Derksen composed for her album Orchestral Powwow feature aspects of the two musical traditions. Specifically, the text notes that Derksen wrote songs in the style of traditional powwow music but accompanied them with classical arrangements played by an orchestra that followed the beat of a powwow drum rather than the directions of a conductor. In this way, Derksen’s compositions blend different cultures.
Choice B is incorrect because although the text suggests that Derksen’s songs contain innovative elements since they blend styles from two different musical traditions, it doesn’t discuss whether her compositions constitute a new style of music, let alone whether Derksen should be recognized for creating a new style of music. Choice C is incorrect because the text doesn’t mention any difficulties Derksen encountered when producing her album. Rather, the text describes how the songs on the album exemplify how Derksen combines music from two different cultures.
Choice D is incorrect because although the text mentions Derksen’s Cree heritage and suggests that she relies on knowledge of both Indigenous and classical music when she composes her songs, it doesn’t discuss her musical training. Additionally, the text is primarily focused on how Derksen combines different cultural traditions, not on contrasting Derksen’s training with her heritage.",
+ hasFigure: false,
+ },
+ {
+ id: "b13378c8",
+ type: "mcq",
+ passage:
+ "Early in the Great Migration of 1910–1970, which involved the mass migration of Black people from the southern to the northern United States, political activist and Chicago Defender writer Fannie Barrier Williams was instrumental in helping other Black women establish themselves in the North. Many women hoped for better employment opportunities in the North because, in the South, they faced much competition for domestic employment and men tended to get agricultural work. To aid with this transition, Barrier Williams helped secure job placement in the North for many women before they even began their journey.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To introduce and illustrate Barrier Williams’s integral role in supporting other Black women as their circumstances changed during part of the Great Migration",
+ },
+ {
+ label: "B",
+ text: "To establish that Barrier Williams used her professional connections to arrange employment for other Black women, including jobs with the Chicago Defender",
+ },
+ {
+ label: "C",
+ text: "To demonstrate that the factors that motivated the start of the Great Migration were different for Black women than they were for Black men",
+ },
+ {
+ label: "D",
+ text: "To provide an overview of the employment challenges faced by Black women in the agricultural and domestic spheres in the southern United States",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes the text’s purpose, which is to discuss the important role Barrier Williams played in supporting many other Black women as they relocated to the northern United States during the early years of the Great Migration. After introducing Barrier Williams, the text describes how she helped find jobs for other Black women, who in many cases relocated in search of better employment prospects than the South could offer at the time. The text indicates that by doing so, she eased these women’s transition as their circumstances changed.
Choice B is incorrect. Although the text mentions Barrier Williams’s work as a political activist and writer for the Chicago Defender, it doesn’t discuss any professional connections she made in these roles or indicate that she used any such connections in her work to secure employment for other Black women. Choice C is incorrect. Although the text discusses a factor that caused many women to relocate during the Great Migration, their difficulty finding employment in the South, the text doesn’t indicate that this factor motivated the start of the Great Migration. Moreover, the text doesn’t discuss the factors that motivated Black men to migrate. Choice D is incorrect. Although the text mentions the difficult employment prospects for Black women in the domestic and agricultural sectors in the South during the Great Migration, the text’s main purpose isn’t to provide an overview of the employment challenges Black women faced in these sectors. Rather, it provides this information to show that Barrier Williams played a crucial role in supporting many Black women who relocated to the North by helping them achieve one of their main goals, securing a job.",
+ hasFigure: false,
+ },
+ {
+ id: "b4d29611",
+ type: "mcq",
+ passage:
+ "Michelene Pesantubbee, a historian and citizen of the Choctaw Nation, has identified a dilemma inherent to research on the status of women in her tribe during the 1600s and 1700s: the primary sources from that era, travel narratives and other accounts by male European colonizers, underestimate the degree of power conferred on Choctaw women by their traditional roles in political, civic, and ceremonial life. Pesantubbee argues that the Choctaw oral tradition and findings from archaeological sites in the tribe’s homeland supplement the written record by providing crucial insights into those roles.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It details the shortcomings of certain historical sources, then argues that research should avoid those sources altogether.",
+ },
+ {
+ label: "B",
+ text: "It describes a problem that arises in research on a particular topic, then sketches a historian’s approach to addressing that problem.",
+ },
+ {
+ label: "C",
+ text: "It lists the advantages of a particular research method, then acknowledges a historian’s criticism of that method.",
+ },
+ {
+ label: "D",
+ text: "It characterizes a particular topic as especially challenging to research, then suggests a related topic for historians to pursue instead.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The text begins by stating a problem with research on the status of Choctaw women in the 1600s and 1700s: written primary sources underestimate the power they had in their traditional roles. Then it presents one historian’s solution: looking to oral tradition and archeological findings for more insight into these roles.
Choice A is incorrect. This isn’t the overall structure. The text never says that research should avoid written primary sources, just that research should also use oral tradition and archeological sites as sources. Choice C is incorrect. This isn’t the overall structure. The text never mentions the advantages of using written primary sources. Choice D is incorrect. This isn’t the overall structure. The text never says that the status of Choctaw women during the 1600s and 1700s is too challenging to research. And it doesn’t mention any other topics to research instead.",
+ hasFigure: false,
+ },
+ {
+ id: "c0e1b70a",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Etsu Inagaki Sugimoto’s 1925 memoir A Daughter of the Samurai. As a young woman, Sugimoto moved from feudal Japan to the United States.
The standards of my own and my adopted country differed so widely in some ways, and my love for both lands was so sincere, that sometimes I had an odd feeling of standing upon a cloud in space, and gazing with measuring eyes upon two separate worlds. At first I was continually trying to explain, by Japanese standards, all the queer things that came every day before my surprised eyes; for no one seemed to know the origin or significance of even the most familiar customs, nor why they existed and were followed.
",
+ questionHtml: "Which choice best describes the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To convey the narrator’s experience of observing and making sense of differences between two cultures she embraces",
+ },
+ {
+ label: "B",
+ text: "To establish the narrator’s hope of forming connections with new companions by sharing customs she learned as a child",
+ },
+ {
+ label: "C",
+ text: "To reveal the narrator’s recognition that she is hesitant to ask questions about certain aspects of a culture she is newly encountering",
+ },
+ {
+ label: "D",
+ text: "To emphasize the narrator’s wonder at discovering that the physical distance between two countries is greater than she had expected",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes the main purpose of the text. The narrator asserts that she loves both her “own” country (Japan) and her “adopted country” (the United States) even though the two countries differ “widely.” She also indicates that, at first, she would try to explain unfamiliar experiences that she had in the United States using the standards ingrained in her from growing up in Japan. Thus, the main purpose of the text is to convey the narrator’s experience of observing and making sense of the differences between two cultures she embraces.
Choice B is incorrect because the text makes no reference to possible companions. Although the text does indicate that the narrator sometimes used the cultural framework she acquired growing up in Japan to explain some experiences she’s had, there is no suggestion that this was in service of making friends. And although “no one seemed to know” strongly implies that the narrator has interacted with other people in the United States, there is no indication that these conversations involved her discussing Japanese customs. Choice C is incorrect because nothing in the text suggests that the narrator was hesitant to ask questions. In fact, the narrator indicates that “no one seemed to know the origin” of various customs, which provides evidence that, rather than being hesitant, she sought information from several people. Choice D is incorrect because the text makes no reference to the physical distance between Japan and the United States. Although the narrator indicates that the two countries differ “widely” and likens them to “two separate worlds,” these descriptions relate to cultural aspects of the countries and the narrator’s feelings about the two countries, not the physical distance between them.",
+ hasFigure: false,
+ },
+ {
+ id: "c4900368",
+ type: "mcq",
+ passage:
+ "The following text is from the 1924 poem “Cycle” by D’Arcy McNickle, who was a citizen of the Confederated Salish and Kootenai Tribes.
There shall be new roads wending,
A new beating of the drum—
Men’s eyes shall have fresh seeing,
Grey lives reprise their span—
But under the new sun’s being,
Completing what night began,
There’ll be the same backs bending,
The same sad feet shall drum—
When this night finds its ending
And day shall have come.....
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To consider how the repetitiveness inherent in human life can be both rewarding and challenging",
+ },
+ {
+ label: "B",
+ text: "To question whether activities completed at one time of day are more memorable than those completed at another time of day",
+ },
+ {
+ label: "C",
+ text: "To refute the idea that joy is a more commonly experienced emotion than sadness is",
+ },
+ {
+ label: "D",
+ text: "To demonstrate how the experiences of individuals relate to the experiences of their communities",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it accurately states the main purpose of the text. The text begins by discussing the promise of the future, with positive references to renewal such as “new roads,” “new beating of the drum,” and “fresh seeing.” But with the “new sun,” the text continues, there will still be “the same backs bending” and “the same sad feet” drumming, indicating that these difficulties will follow people into this new day. The poem thus considers both the rewards and challenges associated with the repetitiveness of human life.
Choice B is incorrect because the text doesn’t say anything about how memorable activities are, let alone compare the memorability of activities completed at different times of the day. Choice C is incorrect. Although the text contrasts hope with difficulty, it does not compare the relative frequency of joyful feelings with that of sad feelings. Choice D is incorrect because the text makes no distinction between the experiences of individuals and the experiences of their communities.",
+ hasFigure: false,
+ },
+ {
+ id: "d69bc408",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Aphra Behn’s 1689 novel The Lucky Mistake. Atlante and Rinaldo are neighbors who have been secretly exchanging letters through Charlot, Atlante’s sister.
Atlante gave this letter to Charlot; who immediately ran into the balcony with it, where she still found Rinaldo in a melancholy posture, leaning his head on his hand: She showed him the letter, but was afraid to toss it to him, for fear it might fall to the ground; so he ran and fetched a long cane, which he cleft at one end, and held it while she put the letter into the cleft, and stayed not to hear what he said to it. But never was man so transported with joy, as he was at the reading of this letter; it gives him new wounds; for to the generous, nothing obliges love so much as love.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It describes the delivery of a letter, and then portrays a character’s happiness at reading that letter.",
+ },
+ {
+ label: "B",
+ text: "It establishes that a character is desperate to receive a letter, and then explains why another character has not yet written that letter.",
+ },
+ {
+ label: "C",
+ text: "It presents a character’s concerns about delivering a letter, and then details the contents of that letter.",
+ },
+ {
+ label: "D",
+ text: "It reveals the inspiration behind a character’s letter, and then emphasizes the excitement that another character feels upon receiving that letter.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes the overall structure of the text. The narrator begins by explaining how Charlot carefully delivers Atlante’s letter to Rinaldo, and then relates that Rinaldo feels “transported with joy” after reading the letter. Therefore, the overall structure of the text is best described as a description of the delivery of a letter followed by the portrayal of a character’s happiness after reading the letter.
Choice B is incorrect because the text indicates that the letter has been written; there’s no explanation why another character hasn’t written one. In addition, the text’s description of Rinaldo “in a melancholy posture” suggests that he’s sad and thoughtful, not that he’s desperate to receive the letter. Choice C is incorrect. Although the text states that Charlot won’t toss the letter to Rinaldo because she doesn’t want it to fall, the text doesn’t refer to the contents of the letter. Instead, the text describes how happy Rinaldo feels after reading it. Choice D is incorrect. Although the text does describe Rinaldo’s reaction to the letter, the text doesn’t begin by discussing Atlante’s inspiration for writing the letter. Instead, the text begins by discussing the delivery of the letter.",
+ hasFigure: false,
+ },
+ {
+ id: "df46a2ee",
+ type: "mcq",
+ passage:
+ "The following text is from Joseph Conrad’s 1907 novel The Secret Agent: A Simple Tale. Mr. Verloc is navigating the London streets on his way to a meeting.
Before reaching Knightsbridge, Mr. Verloc took a turn to the left out of the busy main thoroughfare, uproarious with the traffic of swaying omnibuses and trotting vans, in the almost silent, swift flow of hansoms horse-drawn carriages. Under his hat, worn with a slight backward tilt, his hair had been carefully brushed into respectful sleekness; for his business was with an Embassy. And Mr. Verloc, steady like a rock—a soft kind of rock—marched now along a street which could with every propriety be described as private.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined phrase in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It qualifies an earlier description of Mr. Verloc.",
+ },
+ {
+ label: "B",
+ text: "It emphasizes an internal struggle Mr. Verloc experiences.",
+ },
+ { label: "C", text: "It contrasts Mr. Verloc with his surroundings." },
+ { label: "D", text: "It reveals a private opinion Mr. Verloc holds." },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The underline phrase qualifies (meaning adds limits or conditions to) the description of Mr. Verloc as “steady like a rock,” adding that he is a “soft” rock.
Choice B is incorrect. In fact, the passage never mentions Mr. Verloc experiencing any internal struggles. Choice C is incorrect. The underlined phrase doesn’t contrast Mr. Verloc with his surroundings, but is instead modifying the description of him as a rock. Choice D is incorrect. The underlined phrase doesn’t reveal a private opinion Mr. Verloc holds: instead, it further describes his character for the reader.",
+ hasFigure: false,
+ },
+ {
+ id: "e7247766",
+ type: "mcq",
+ passage:
+ "Horizontal gene transfer occurs when an organism of one species acquires genetic material from an organism of another species through nonreproductive means. The genetic material can then be transferred “vertically” in the second species—that is, through reproductive inheritance. Scientist Atma Ivancevic and her team have hypothesized infection by invertebrate parasites as a mechanism of horizontal gene transfer between vertebrate species: while feeding, a parasite could acquire a gene from one host, then relocate to a host from a different vertebrate species and transfer the gene to it in turn.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined portion in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It explains why parasites are less susceptible to horizontal gene transfer than their hosts are.",
+ },
+ {
+ label: "B",
+ text: "It clarifies why some genes are more likely to be transferred horizontally than others are.",
+ },
+ {
+ label: "C",
+ text: "It contrasts how horizontal gene transfer occurs among vertebrates with how it occurs among invertebrates.",
+ },
+ {
+ label: "D",
+ text: "It describes a means by which horizontal gene transfer might occur among vertebrates.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text defines horizontal gene transfer and then gives one possibility for how it happens in vertebrates (via infection by parasites). The underlined part describes how that mechanism could work.
Choice A is incorrect. The underlined portion doesn’t do this. Parasites are only described as the mechanism that does the transferring, not the species that gives or receives the genes. Choice B is incorrect. The underlined portion doesn’t do this. The text never discusses which genes are more likely to be transferred. Choice C is incorrect. The underlined portion doesn’t do this. The text never discusses how horizontal gene transfer occurs among invertebrates.",
+ hasFigure: false,
+ },
+ {
+ id: "f2c48e47",
+ type: "mcq",
+ passage:
+ "The following text is from Charlotte Perkins Gilman’s 1910 poem “The Earth’s Entail.”
No matter how we cultivate the land,
Taming the forest and the prairie free;
No matter how we irrigate the sand,
Making the desert blossom at command,
We must always leave the borders of the sea;
The immeasureable reaches
Of the windy wave-wet beaches,
The million-mile-long margin of the sea.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The speaker argues against interfering with nature and then gives evidence supporting this interference.",
+ },
+ {
+ label: "B",
+ text: "The speaker presents an account of efforts to dominate nature and then cautions that such efforts are only temporary.",
+ },
+ {
+ label: "C",
+ text: "The speaker provides examples of an admirable way of approaching nature and then challenges that approach.",
+ },
+ {
+ label: "D",
+ text: "The speaker describes attempts to control nature and then offers a reminder that not all nature is controllable.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This best describes the overall structure of the text. In the first half of the text, the speaker describes our attempts to control nature: cultivating, taming, and irrigating different kinds of land. In the second half, the speaker states that we can never tame the sea or the beach.
Choice A is incorrect. This doesn’t describe the overall structure of the text. The speaker never argues that we should not interfere with nature. Rather, the speaker says that we are able to tame many different kinds of land, but we are unable to tame the sea or beaches. Choice B is incorrect. This doesn’t describe the overall structure of the text. The speaker never describes our cultivation, taming, and irrigation of land as “temporary.” Rather, the speaker says that we are able to tame many different kinds of land, but we are unable to tame the sea or beaches. Choice C is incorrect. This doesn’t describe the overall structure of the text. The speaker never describes our cultivation, taming, and irrigation of land as an “admirable” approach to nature.” Rather, the speaker says that we are able to tame many different kinds of land, but we are unable to tame the sea or beaches.",
+ hasFigure: false,
+ },
+ {
+ id: "f631132b",
+ type: "mcq",
+ passage:
+ "In the Here and Now Storybook (1921), educator Lucy Sprague Mitchell advanced the then controversial idea that books for very young children should imitate how they use language, since toddlers, who cannot yet grasp narrative or abstract ideas, seek reassurance in verbal repetition and naming. The most enduring example of this idea is Margaret Wise Brown’s 1947 picture book Goodnight Moon, in which a young rabbit names the objects in his room as he drifts off to sleep. Scholars note that the book’s emphasis on repetition, rhythm, and nonsense rhyme speaks directly to Mitchell’s influence.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The text outlines a debate between two authors of children’s literature and then traces how that debate shaped theories on early childhood education.",
+ },
+ {
+ label: "B",
+ text: "The text summarizes an argument about how children’s literature should be evaluated and then discusses a contrasting view on that subject.",
+ },
+ {
+ label: "C",
+ text: "The text lists the literary characteristics that are common to many classics of children’s literature and then indicates the narrative subjects that are most appropriate for young children.",
+ },
+ {
+ label: "D",
+ text: "The text presents a philosophy about what material is most suitable for children’s literature and then describes a book influenced by that philosophy.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text starts by introducing Mitchell’s philosophy about using simple, repetitive language in books for young children. Then it describes a book influenced by that philosophy, Goodnight Moon.
Choice A is incorrect. Although two authors are mentioned in the text, they both agree about the type of language that should be contained in books for young children. Choice B is incorrect. The text never discusses the evaluation of children’s literature. It does provide one view of how children’s books should be written, but never introduces a competing view. Choice C is incorrect. The text doesn’t mention “many classics of children’s literature.” Instead, it describes an educational theory and identifies one example of a famous children’s book that was influenced by that theory.",
+ hasFigure: false,
+ },
+ {
+ id: "f6352bd3",
+ type: "mcq",
+ passage:
+ "Many archaeologists assume that large-scale engineering projects in ancient societies required an elite class to plan and direct the necessary labor. However, recent discoveries, such as the excavation of an ancient canal near the Gulf Coast of Alabama, have complicated this picture. Using radiocarbon dating, a team of researchers concluded that the 1.39-kilometer-long canal was most likely constructed between 576 and 650 CE by an Indigenous society that was relatively free of social classes.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It describes a common view among archaeologists, then discusses a recent finding that challenges that view.",
+ },
+ {
+ label: "B",
+ text: "It outlines a method used in some archaeological fieldwork, then explains why an alternative method is superior to it.",
+ },
+ {
+ label: "C",
+ text: "It presents contradictory conclusions drawn by archaeologists, then evaluates a study that has apparently resolved that contradiction.",
+ },
+ {
+ label: "D",
+ text: "It identifies a gap in scientific research, then presents a strategy used by some archaeologists to remedy that gap.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The text starts by introducing a common view among archaeologists about the need for an elite class to direct large-scale engineering projects. Then, it discusses the discovery of a large canal most likely built by a society without an elite class, which challenges the first view.
Choice B is incorrect. Although the text discusses carbon dating as an archaeological method, it doesn’t compare it to any other alternative methods. Choice C is incorrect. The study doesn’t resolve any contradictions—rather, it introduces a contradiction to the one view presented at the beginning of the text. Choice D is incorrect. The text never identifies any gaps in scientific research.",
+ hasFigure: false,
+ },
+ {
+ id: "ff97fd53",
+ type: "mcq",
+ passage:
+ "In 1973, poet Miguel Algarín started inviting other writers who, like him, were Nuyorican—a term for New Yorkers of Puerto Rican heritage—to gather in his apartment to present their work. The gatherings were so well attended that Algarín soon had to rent space in a cafe to accommodate them. Thus, the Nuyorican Poets Cafe was born. Moving to a permanent location in 1981, the Nuyorican Poets Cafe expanded its original scope beyond the written word, hosting art exhibitions and musical performances as well. Half a century since its inception, it continues to foster emerging Nuyorican talent.
",
+ questionHtml:
+ "Which choice best describes the overall purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To explain what motivated Algarín to found the Nuyorican Poets Cafe",
+ },
+ {
+ label: "B",
+ text: "To situate the Nuyorican Poets Cafe within the cultural life of New York as a whole",
+ },
+ {
+ label: "C",
+ text: "To discuss why the Nuyorican Poets Cafe expanded its scope to include art and music",
+ },
+ {
+ label: "D",
+ text: "To provide an overview of the founding and mission of the Nuyorican Poets Cafe",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text presents a brief history of the Nuyorican Poets Cafe, from how it got started in the ’70s, to its expansion in the ’80s, to its ongoing mission today.
Choice A is incorrect. This isn’t the overall purpose. The text never mentions Algarín’s motivations. Choice B is incorrect. This isn’t the overall purpose. The text never discusses the cultural life of New York as a whole. Choice C is incorrect. This is too narrow. One sentence mentions that the Nuyorican Poets Cafe expanded its scope to include art and music, but this is only one point in the broader history of the Nuyorican Poets Cafe, which is the overall focus of the text.",
+ hasFigure: false,
+ },
+];
+
+export const TEXT_STRUCTURE_HARD: PracticeQuestion[] = [
+ {
+ id: "03c9f327",
+ type: "mcq",
+ passage:
+ "The following text is from Charlotte Brontë’s 1847 novel Jane Eyre. Jane, the narrator, works as a governess at Thornfield Hall.
I went on with my day’s business tranquilly; but ever and anon vague suggestions kept wandering across my brain of reasons why I should quit Thornfield; and I kept involuntarily framing advertisements and pondering conjectures about new situations: these thoughts I did not think to check; they might germinate and bear fruit if they could.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To convey a contrast between Jane’s outward calmness and internal restlessness",
+ },
+ {
+ label: "B",
+ text: "To emphasize Jane’s loyalty to the people she works for at Thornfield Hall",
+ },
+ {
+ label: "C",
+ text: "To demonstrate that Jane finds her situation both challenging and deeply fulfilling",
+ },
+ {
+ label: "D",
+ text: "To describe Jane’s determination to secure employment outside of Thornfield Hall",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes the main purpose of the text, which is to show that while Jane calmly goes about her daily tasks, she is experiencing internal agitation about possibly seeking a new job. At the start of the text, Jane says, “I went on with my day’s business tranquilly,” indicating that she is outwardly calm. This outward calmness is then contrasted with her intense internal restlessness, as Jane says that thoughts of leaving her job keep running through her mind, that she is “involuntarily framing advertisements” (meaning that she can’t stop herself from thinking up potential listings for jobs), and that she often wonders what new “situations” (or jobs) would be like.
Choice B is incorrect because the text gives no indication of Jane’s feelings, either positive or negative, about the people she works for at Thornfield Hall. And rather than emphasizing that Jane feels particularly loyal to her employers, the text focuses on her constant consideration of leaving her job. Choice C is incorrect because the text gives no indication that Jane finds her current situation fulfilling, or satisfying. Given that much of the text is focused on Jane’s thoughts about possibly leaving her job for a new one, it might be the case that she finds her situation challenging, but there is no evidence in the text that Jane also finds that situation satisfying—she says nothing positive about her current job at all, in fact. Choice D is incorrect because the text describes Jane as wondering about getting a new job, not as determined to definitely do so. Jane keeps thinking about reasons why she “should” quit her current job (indicating that she hasn’t yet decided to) and imagining possible new situations she could find, but she says at the end of the text that these thoughts “might germinate and bear fruit if they could,” meaning that the thoughts haven’t yet led to a decision—that Jane isn’t yet determined to get a new job somewhere else.",
+ hasFigure: false,
+ },
+ {
+ id: "0a04cac5",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Jane Austen’s 1814 novel Mansfield Park. The speaker, Tom, is considering staging a play at home with a group of his friends and family.
We mean nothing but a little amusement among ourselves, just to vary the scene, and exercise our powers in something new. We want no audience, no publicity. We may be trusted, I think, in choosing some play most perfectly unexceptionable; and I can conceive no greater harm or danger to any of us in conversing in the elegant written language of some respectable author than in chattering in words of our own.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To offer Tom’s assurance that the play will be inoffensive and involve only a small number of people",
+ },
+ {
+ label: "B",
+ text: "To clarify that the play will not be performed in the manner Tom had originally intended",
+ },
+ {
+ label: "C",
+ text: "To elaborate on the idea that the people around Tom lack the skills to successfully stage a play",
+ },
+ {
+ label: "D",
+ text: "To assert that Tom believes the group performing the play will be able to successfully promote it",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately portrays the main purpose of the text. At the beginning of the text, Tom asserts that he and the other people staging the play are doing so only for “a little amusement among ourselves” and aren’t interested in attracting an audience or any attention with the production. Then, Tom promises that the play they chose is modest and appropriate, and he further reasons that using the well-written prose of “some respectable author” is better than using their own words. Overall, the main purpose of the text is to convey Tom’s promise that the play will be inoffensive and involve only a few people.
Choice B is incorrect because the text doesn’t indicate that Tom had earlier intentions for the play’s performance or that anything has changed since the group first decided to stage a play. Instead, the text focuses on how harmless the entire endeavor will be. Choice C is incorrect. Although Tom mentions that using the words of a “respectable author” will be better than using their own words, he never addresses the idea that the people around him generally aren’t skilled enough to stage a play. Choice D is incorrect because in the text Tom specifically says that they “want no audience, no publicity,” which indicates that they don’t plan on promoting the play at all.",
+ hasFigure: false,
+ },
+ {
+ id: "34d7bb25",
+ type: "mcq",
+ passage:
+ "According to Indian economist and sociologist Radhakamal Mukerjee (1889–1968), the Eurocentric concepts that informed early twentieth-century social scientific methods—for example, the idea that all social relations are reducible to struggles between individuals—had little relevance for India. Making the social sciences more responsive to Indians’ needs, Mukerjee argued, required constructing analytical categories informed by India’s cultural and ecological circumstances. Mukerjee thus proposed the communalist “Indian village” as the ideal model on which to base Indian economic and social policy.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "The text recounts Mukerjee’s early training in the social scientific disciplines and then lists social policies whose implementation Mukerjee oversaw.",
+ },
+ {
+ label: "B",
+ text: "The text mentions some of Mukerjee’s economic theories and then traces their impact on other Indian social scientists of the twentieth century.",
+ },
+ {
+ label: "C",
+ text: "The text presents Mukerjee’s critique of the social sciences and then provides an example of his attempts to address issues he identified in his critique.",
+ },
+ {
+ label: "D",
+ text: "The text explains an influential economic theory and then demonstrates how that theory was more important to Mukerjee’s work than other social scientists have acknowledged.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The text does indeed present Mukerjee’s critique of the social sciences—that they were too Eurocentric—and then provides an example of how he attempted to address the issues he identified: by suggesting a social science model based on the Indian village.
Choice A is incorrect. The text doesn’t discuss Mukerjee’s early training or his oversight of the implementation of social policies at all. Choice B is incorrect. The text never discusses any other Indian social scientists. Choice D is incorrect. The text never mentions other social scientists’ responses to Mukerjee’s work.",
+ hasFigure: false,
+ },
+ {
+ id: "39857700",
+ type: "mcq",
+ passage:
+ "The following text is from Edith Wharton’s 1905 novel The House of Mirth. Lily Bart and a companion are walking through a park.
Lily had no real intimacy with nature, but she had a passion for the appropriate and could be keenly sensitive to a scene which was the fitting background of her own sensations. The landscape outspread below her seemed an enlargement of her present mood, and she found something of herself in its calmness, its breadth, its long free reaches. On the nearer slopes the sugar-maples wavered like pyres of light; lower down was a massing of grey orchards, and here and there the lingering green of an oak-grove.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It creates a detailed image of the physical setting of the scene.",
+ },
+ {
+ label: "B",
+ text: "It establishes that a character is experiencing an internal conflict.",
+ },
+ {
+ label: "C",
+ text: "It makes an assertion that the next sentence then expands on.",
+ },
+ {
+ label: "D",
+ text: "It illustrates an idea that is introduced in the previous sentence.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it best describes how the underlined sentence functions in the text as a whole. The first sentence of the text establishes that Lily can be “keenly sensitive to” scenes that serve as a “fitting background” for her feelings—that is, she’s very aware of when a setting seems to reflect her mood. The next sentence, which is underlined, then demonstrates this awareness: Lily views the landscape she’s in as a large-scale reflection of her current mood, identifying with elements such as its calmness. Thus, the function of the underlined sentence is to illustrate an idea introduced in the previous sentence.
Choice A is incorrect because the underlined sentence describes the scene only in very general terms, referring to its calmness, breadth, and long stretches of land. It’s the next sentence that adds specific details about colors, light, and various trees nearby. Choice B is incorrect because nothing in the underlined sentence suggests that Lily is experiencing an internal conflict. In fact, the sentence indicates that Lily thinks the landscape reflects her own feeling of calmness. Choice C is incorrect because the only assertion in the underlined sentence is that Lily feels that broad aspects of the landscape, such as its calmness, reflect her current mood, and that assertion isn’t expanded on in the next sentence. Instead, the next sentence describes specific details of the scene without connecting them to Lily’s feelings.",
+ hasFigure: false,
+ },
+ {
+ id: "3e6ad72d",
+ type: "mcq",
+ passage:
+ "A study by a team including finance professor Madhu Veeraraghavan suggests that exposure to sunshine during the workday can lead to overly optimistic behavior. Using data spanning from 1994 to 2010 for a set of US companies, the team compared over 29,000 annual earnings forecasts to the actual earnings later reported by those companies. The team found that the greater the exposure to sunshine at work in the two weeks before a manager submitted an earnings forecast, the more the manager’s forecast exceeded what the company actually earned that year.
",
+ questionHtml:
+ "Which choice best states the function of the underlined sentence in the overall structure of the text?",
+ choices: [
+ { label: "A", text: "To summarize the results of the team’s analysis" },
+ {
+ label: "B",
+ text: "To present a specific example that illustrates the study’s findings",
+ },
+ {
+ label: "C",
+ text: "To explain part of the methodology used in the team’s study",
+ },
+ {
+ label: "D",
+ text: "To call out a challenge the team faced in conducting its analysis",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it best describes how the underlined sentence functions in the text as a whole. The first sentence presents the implications of Veeraraghavan’s team’s study: sunshine exposure during work hours can cause overly optimistic behavior. The underlined sentence then describes the data the team consulted and how they were used (comparing predictions about earnings to what the companies actually earned), and the final sentence presents what the team found in their examination of the data. Thus, the underlined sentence mainly functions to explain part of the methodology used in the team’s study.
Choice A is incorrect because the underlined sentence explains in part how the team conducted their analysis of the effect of sunshine but doesn’t address what the team found; a broad summary is instead given in the other two sentences. Choice B is incorrect because the underlined sentence doesn’t present any specific examples from the team’s comparisons of 29,000 earnings predictions to actual earnings; it simply explains in part how the team conducted their analysis. Choice D is incorrect because the underlined sentence simply explains in part how the team conducted their analysis; the text never mentions any challenges that the team encountered in their study.",
+ hasFigure: false,
+ },
+ {
+ id: "4eee64fa",
+ type: "mcq",
+ passage:
+ "Space scientists Anna-Lisa Paul, Stephen M. Elardo, and Robert Ferl planted seeds of Arabidopsis thaliana in samples of lunar regolith—the surface material of the Moon—and, serving as a control group, in terrestrial soil. They found that while all the seeds germinated, the roots of the regolith-grown plants were stunted compared with those in the control group. Moreover, unlike the plants in the control group, the regolith-grown plants exhibited red pigmentation, reduced leaf size, and inhibited growth rates—indicators of stress that were corroborated by postharvest molecular analysis.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It describes an experiment that addressed an unresolved question about the extent to which lunar regolith resembles terrestrial soils.",
+ },
+ {
+ label: "B",
+ text: "It compares two distinct methods of assessing indicators of stress in plants grown in a simulated lunar environment.",
+ },
+ {
+ label: "C",
+ text: "It presents evidence in support of the hypothesis that seed germination in lunar habitats is an unattainable goal.",
+ },
+ {
+ label: "D",
+ text: "It discusses the findings of a study that evaluated the effects of exposing a plant species to lunar soil conditions.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text describes an experiment wherein space scientists compared plant growth in terrestrial and lunar soil conditions. It then discusses the findings of the study, including the fact that all the seeds germinated but that the plants grown in lunar soil exhibited signs of stress.
Choice A is incorrect. The text doesn’t address this question, and never describes any specific characteristics of either soil. It merely describes the outcome of an experiment that exposed a plant species to lunar soil conditions. Choice B is incorrect. The text never compares methods of assessing indicators of stress—instead, it simply mentions several stress indicators observed in the study (red pigmentation, reduced leaf size, and inhibited growth rates). Choice C is incorrect. The text doesn’t present any evidence that we could never achieve seed germination in lunar habitats, and in fact states that the seeds in the lunar soil did germinate.",
+ hasFigure: false,
+ },
+ {
+ id: "5336f2e4",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Zora Neale Hurston’s 1921 short story “John Redding Goes to Sea.” John is a child who lives in a town in the woods.
Perhaps ten-year-old John was puzzling to the folk there in the Florida woods for he was an imaginative child and fond of day-dreams. The St. John River flowed a scarce three hundred feet from his back door. On its banks at this point grow numerous palms, luxuriant magnolias and bay trees. On the bosom of the stream float millions of delicately colored hyacinths. John Redding loved to wander down to the water’s edge, and, casting in dry twigs, watch them sail away down stream to Jacksonville, the sea, the wide world and he wanted to follow them.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It provides an extended description of a location that John likes to visit.",
+ },
+ {
+ label: "B",
+ text: "It reveals that some residents of John’s town are confused by his behavior.",
+ },
+ {
+ label: "C",
+ text: "It illustrates the uniqueness of John’s imagination compared to the imaginations of other children.",
+ },
+ {
+ label: "D",
+ text: "It suggests that John longs to experience a larger life outside the Florida woods.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it accurately describes how the underlined sentence functions in the text as a whole. The text establishes that John has a strong imagination and then goes on to describe the St. John River near John’s home in the Florida woods. The underlined sentence depicts John sending twigs sailing down the river while he imagines them reaching “Jacksonville, the sea, the wide world,” where he wishes he could follow. This suggests that John longs to expand his life experiences beyond the Florida woods.
Choice A is incorrect because the second and third sentences of the text provide an extended description of the riverbank where John likes to go, whereas the underlined sentence describes what John does at that location. Choice B is incorrect because the first sentence of the text suggests that John’s behavior “was puzzling” to others around him, whereas the underlined sentence concerns the content of John’s imaginings. Choice C is incorrect because the underlined sentence elaborates on John’s imagination but doesn’t mention any other children to whom John could be compared.",
+ hasFigure: false,
+ },
+ {
+ id: "570970cd",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Indian Boyhood, a 1902 memoir by Ohiyesa (Charles A. Eastman), a Santee Dakota writer. In the text, Ohiyesa recalls how the women in his tribe harvested maple syrup during his childhood.
Now the women began to test the trees—moving leisurely among them, axe in hand, and striking a single quick blow, to see if the sap would appear. The trees, like people, have their individual characters; some were ready to yield up their life-blood, while others were more reluctant. Now one of the birchen basins was set under each tree, and a hardwood chip driven deep into the cut which the axe had made. From the corners of this chip—at first drop by drop, then more freely—the sap trickled into the little dishes.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It portrays the range of personality traits displayed by the women as they work.",
+ },
+ {
+ label: "B",
+ text: "It foregrounds the beneficial relationship between humans and maple trees.",
+ },
+ {
+ label: "C",
+ text: "It demonstrates how human behavior can be influenced by the natural environment.",
+ },
+ {
+ label: "D",
+ text: "It elaborates on an aspect of the maple trees that the women evaluate.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it best describes the function of the underlined sentence in the text’s overall portrayal of how the women in Ohiyesa’s tribe harvested maple syrup. The text states that the women used an axe to strike the maple trees in order to find out which ones would produce sap. The underlined sentence compares the trees to people, with the sap described as the trees’ “life-blood.” Some of the trees are ready to give out their sap, while others are unwilling to do so. Using personification, the sentence provides greater detail about the aspect of the maple trees—their potential to give sap—that the women are evaluating.
Choice A is incorrect because the personalities of the women are not discussed in the text. Although the underlined sentence does mention “individual characters,” this reference is not to the women in the text but rather to the maple trees, which the sentence compares to people with individual character traits. Choice B is incorrect because the underlined sentence focuses on the trees’ willingness or refusal to yield sap, not on the beneficial relationship between the women and the trees. Additionally, although the text does suggest that the women and their tribe benefit from the maple trees since the trees allow the women to harvest syrup, there is nothing in the text to suggest that the trees benefit from this relationship in turn. Choice C is incorrect because the underlined sentence is comparing maple trees to humans, not addressing the influence of the natural environment on how the actual humans in the text, the women, behave.",
+ hasFigure: false,
+ },
+ {
+ id: "6bc0ba75",
+ type: "mcq",
+ passage:
+ "The mimosa tree evolved in East Asia, where the beetle Bruchidius terrenus preys on its seeds. In 1785, mimosa trees were introduced to North America, far from any B. terrenus. But evolutionary links between predators and their prey can persist across centuries and continents. Around 2001, B. terrenus was introduced in southeastern North America near where botanist Shu-Mei Chang and colleagues had been monitoring mimosa trees. Within a year, 93 percent of the trees had been attacked by the beetles.
",
+ questionHtml:
+ "Which choice best describes the function of the third sentence in the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It states the hypothesis that Chang and colleagues had set out to investigate using mimosa trees and B. terrenus.",
+ },
+ {
+ label: "B",
+ text: "It presents a generalization that is exemplified by the discussion of the mimosa trees and B. terrenus.",
+ },
+ {
+ label: "C",
+ text: "It provides context that clarifies why the species mentioned spread to new locations.",
+ },
+ {
+ label: "D",
+ text: "It offers an alternative explanation for the findings of Chang and colleagues.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer because it most accurately describes the function of the third sentence within the overall structure of the text. The third sentence makes a generalization, asserting that evolutionary links between predators and prey can persist across great expanses of time and distance. This generalization is exemplified by the text’s discussion of the relationship between mimosa trees and B. terrenus beetles. When mimosa trees were introduced to North America in 1785, no B. terrenus beetles were present, so the relationship between the trees and the beetles that exists in their native East Asia was disrupted. When the beetles were introduced to North America more than 200 years later, however, they quickly attacked mimosa trees, illustrating the generalization that links between predators and prey "can persist across centuries and continents."
Choice A is incorrect because the third sentence doesn’t indicate that Chang and colleagues were investigating any hypothesis. According to the text, Chang and colleagues were simply monitoring mimosa trees when the beetles happened to be introduced to the area. Choice C is incorrect because the third sentence doesn’t discuss any particular species, let alone the species mentioned elsewhere in the text, nor does the sentence explain why species spread to new locations. Choice D is incorrect because the third sentence offers a generalization about the relationship between predators and prey, not an explanation for the findings by Chang and colleagues that’s an "alternative" to an explanation presented elsewhere in the text.',
+ hasFigure: false,
+ },
+ {
+ id: "82cb7dda",
+ type: "mcq",
+ passage:
+ "The field of study called affective neuroscience seeks instinctive, physiological causes for feelings such as pleasure or displeasure. Because these sensations are linked to a chemical component (for example, the release of the neurotransmitter dopamine in the brain when one receives or expects a reward), they can be said to have a partly physiological basis. These processes have been described in mammals, but Jingnan Huang and his colleagues have recently observed that some behaviors of honeybees (such as foraging) are also motivated by a dopamine-based signaling process.
",
+ questionHtml: "What choice best describes the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It describes an experimental method of measuring the strength of physiological responses in humans.",
+ },
+ {
+ label: "B",
+ text: "It illustrates processes by which certain insects can express how they are feeling.",
+ },
+ {
+ label: "C",
+ text: "It summarizes a finding suggesting that some mechanisms in the brains of certain insects resemble mechanisms in mammalian brains.",
+ },
+ {
+ label: "D",
+ text: "It presents research showing that certain insects and mammals behave similarly when there is a possibility of a reward for their actions.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most accurately describes the main purpose of the text, which is to summarize a finding suggesting that some mechanisms in the brains of certain insects resemble mechanisms in mammalian brains. The text begins by explaining that feelings such as pleasure and displeasure are linked to chemical processes in the brain, such as the release of dopamine when one receives a reward. The text then indicates that such processes have been seen in mammals but that researchers have recently observed similar processes involving dopamine in honeybees. Taken together, this information serves to sum up the discovery that some mechanisms in the brains of certain insects may resemble mechanisms linked to feelings such as pleasure and displeasure in mammals.
Choice A is incorrect because the text doesn’t describe any experiments or experimental methods. Instead, the text describes a phenomenon that has been observed in mammals and then presents the recent observations of Huang and colleagues that this phenomenon is also seen in honeybees. Choice B is incorrect because there’s nothing in the text to suggest that certain insects can express how they’re feeling through particular processes. The text does indicate that certain honeybee behaviors such as foraging are linked to dopamine, but it doesn’t suggest that these behaviors enable honeybees to communicate feelings or sensations. Choice D is incorrect because the text presents research showing that certain honeybee behaviors such as foraging are linked to dopamine and therefore may be motivated by similar mechanisms to those in mammalian brains, not that honeybees and mammals behave similarly when there is the possibility of reward for their actions.",
+ hasFigure: false,
+ },
+ {
+ id: "975b0602",
+ type: "mcq",
+ passage:
+ "A number of Indigenous politicians have been elected to the United States Congress since 2000 as members of the country’s two established political parties. In Canada and several Latin American countries, on the other hand, Indigenous people have formed their own political parties to advance candidates who will advocate for the interests of their communities. This movement has been particularly successful in Ecuador, where Guadalupe Llori, a member of the Indigenous party known as Pachakutik, was elected president of the National Assembly in 2021.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To trace the history of an Indigenous political movement and speculate about its future development",
+ },
+ {
+ label: "B",
+ text: "To argue that Indigenous politicians in the United States should form their own political party",
+ },
+ {
+ label: "C",
+ text: "To highlight two approaches to achieving political representation for Indigenous people",
+ },
+ {
+ label: "D",
+ text: "To consider how Indigenous politicians in the United States have influenced Indigenous politicians in Canada and Latin America",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most accurately describes the main purpose of the text, which is to illustrate two approaches that Indigenous politicians have taken to achieve political representation for their communities. The text begins by explaining that one approach is exemplified by Indigenous politicians in the United States who, in an effort to ensure that the interests of their communities are represented in government, joined preexisting political parties and were subsequently elected to Congress. The text goes on to highlight a second approach adopted by Indigenous leaders in Canada and several Latin American countries: rather than joining established political parties, many Indigenous politicians in these countries have instead formed their own parties to promote candidates for office who support causes that are important to their communities.
Choice A is incorrect because the text’s focus is on the contrasting approaches adopted by different Indigenous political movements in different countries; thus, it isn’t accurate to say that the text traces the history of one political movement. Moreover, the text only discusses examples from 2000 to 2021, a relatively short period of time; therefore, it provides very little in the way of discussion of larger historical developments, nor does it make any predictions about how these movements might continue to develop in the future. Choice B is incorrect because the text never urges Indigenous politicians in the US to alter their strategy of striving for representation through the established political parties, nor does it suggest that this strategy is inferior to that of Indigenous politicians in Canada and Latin America, who have formed their own parties. In fact, the text notes that both strategies have resulted in the election of Indigenous politicians to national governments. Choice D is incorrect because the text never suggests that Indigenous politicians in the US have influenced those in Canada and Latin America; instead, it stresses how Indigenous politicians’ approach toward achieving representation in the US government has differed from the approach Indigenous politicians have taken to achieve representation in national governments elsewhere in the Americas.",
+ hasFigure: false,
+ },
+ {
+ id: "9b01bcf4",
+ type: "mcq",
+ passage:
+ "The 1967 release of Harold Cruse’s book The Crisis of the Negro Intellectual isolated him from almost all other scholars and activists of the American Civil Rights Movement—though many of those thinkers disagreed with each other, he nonetheless found ways to disagree with them all. He thought that activists who believed that Black people such as himself should culturally assimilate were naïve. But he also sharply criticized Black nationalists such as Marcus Garvey who wanted to establish independent, self-contained Black economies and societies, even though Cruse himself identified as a Black nationalist.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It describes a direction that Cruse felt the Civil Rights Movement ought to take.",
+ },
+ {
+ label: "B",
+ text: "It indicates that Cruse’s reputation as a persistent antagonist of other scholars is undeserved.",
+ },
+ {
+ label: "C",
+ text: "It describes a controversy that Cruse’s work caused within the Black nationalist movement.",
+ },
+ {
+ label: "D",
+ text: "It helps explain Cruse’s position with respect to the community of civil rights thinkers.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The text as a whole claims that Cruse disagreed with virtually all other Civil Rights scholars and activists. The underlined sentence describes one way that Cruse both did and didn’t fit in with those thinkers: he criticized Black nationalists, even though he identified as one.
Choice A is incorrect. The underlined sentence doesn’t do this. It describes Cruse’s criticisms—it never mentions what Cruse did want the movement to do instead. Choice B is incorrect. This conflicts with the text, which argues that Cruse did disagree with almost all other scholars of the Civil Rights Movement. Choice C is incorrect. This is a step too far. The text never says that Cruse’s work caused controversy within the Black nationalist movement.",
+ hasFigure: false,
+ },
+ {
+ id: "a70cbc53",
+ type: "mcq",
+ passage:
+ "Raymond Antrobus, an accomplished poet and writer of prose, recently released his debut spoken word poetry album, The First Time I Wore Hearing Aids, in collaboration with producer Ian Brennan. The album contains both autobiographical and reflective pieces combining Antrobus’s spoken words with Brennan’s fragmented audio elements and pieces of music to convey how people who are deaf may experience sound, both its presence and absence. Some critics suggest that the album questions the function of sound in the world, highlighting that the experience of sound is multifaceted.
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It introduces a collaborative spoken word poetry project, details the approach taken to produce the work, and then provides an example of critique the album received upon release.",
+ },
+ {
+ label: "B",
+ text: "It mentions a collection of spoken word poems, distinguishes one poem as being an exemplar on the album, and then offers a summary of the subject matter of the whole collection.",
+ },
+ {
+ label: "C",
+ text: "It summarizes the efforts to produce a collection of spoken word poems, presents biographies of two people who worked on the album, and speculates about the meaning behind the poetry.",
+ },
+ {
+ label: "D",
+ text: "It connects two artists to the same spoken word poetry project, explains the extent of their collaboration on each poem, and then provides an overview of the technique used to produce the work.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The text first introduces the album as being a collaboration between Antrobus and Brennan, then describes the approach taken to produce it, then mentions how critics have said that it calls into question the function of sound.
Choice B is incorrect. While the text does mention a collection of spoken word poems, it doesn’t single out one poem as being particularly noteworthy. Additionally, the text doesn’t simply summarize the subject matter—it goes into detail about the content and production of the album. Choice C is incorrect. The text doesn’t provide biographical information about the two artists, and the text doesn’t speculate about the meaning behind the poetry—instead, it relays what some critics have said about the album. Choice D is incorrect. The text doesn’t provide just an overview of the production techniques used but instead goes into more detail about the content and audio elements of the album, as well as critical response to the album.",
+ hasFigure: false,
+ },
+ {
+ id: "aa5897b8",
+ type: "mcq",
+ passage:
+ "In Jane Austen’s novel Mansfield Park, an almost imperceptible smile from potential suitor Henry Crawford causes the protagonist Fanny Price to blush; her embarrassment grows when she suspects that he is aware of it. This moment—in which Fanny not only infers Henry’s mental state through his gestures, but also infers that he is drawing inferences about her mental state—illustrates what literary scholar George Butte calls “deep intersubjectivity,” a technique for representing interactions between consciousnesses through which Austen’s novels derive much of their social and psychological drama.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined sentence in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It states a claim about Austen’s skill at representing psychological complexity that is reinforced by an example presented in the following sentence.",
+ },
+ {
+ label: "B",
+ text: "It advances an interpretation of an Austen protagonist who is contrasted with protagonists from other Austen novels cited in the following sentence.",
+ },
+ {
+ label: "C",
+ text: "It describes a recurring theme in Austen’s novels that is the focus of a literary scholar’s analysis summarized in the following sentence.",
+ },
+ {
+ label: "D",
+ text: "It provides a synopsis of an interaction in an Austen novel that illustrates a literary concept discussed in the following sentence.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The underlined sentence provides a concrete example to ground readers’ understanding of the “deep intersubjectivity” described in the next sentence as central to Austen’s work.
Choice A is incorrect. There is no evaluation made of Austen’s skill in this sentence, and no examples are given in the following sentence. This choice essentially flips the paragraph: it’s this first sentence that provides an example. Choice B is incorrect. There are no other Austen protagonists mentioned in this passage, so this couldn’t be the answer. Choice C is incorrect. The underlined sentence doesn’t identify any “recurring theme,” but instead simply describes one interaction from one book. This interaction exemplifies the literary technique of “deep intersubjectivity” that is introduced in the next sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "ac9a3a26",
+ type: "mcq",
+ passage:
+ "According to historian Vicki L. Ruiz, Mexican American women made crucial contributions to the labor movement during World War II. At the time, food processing companies entered into contracts to supply United States armed forces with canned goods. Increased production quotas conferred greater bargaining power on the companies’ employees, many of whom were Mexican American women: employees insisted on more favorable benefits, and employers, who were anxious to fulfill the contracts, complied. Thus, labor activism became a platform for Mexican American women to assert their agency.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined portion in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It elaborates on a claim about labor relations in a particular industry made earlier in the text.",
+ },
+ {
+ label: "B",
+ text: "It offers an example of a trend in the World War II–era economy discussed earlier in the text.",
+ },
+ {
+ label: "C",
+ text: "It notes a possible exception to the historical narrative of labor activism sketched earlier in the text.",
+ },
+ {
+ label: "D",
+ text: "It provides further details about the identities of the workers discussed earlier in the text.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it best describes how the underlined portion functions in the text as a whole. The text says that the increased production quotas of food processing companies during World War II enabled employees to make better bargains in exchange for their labor. The underlined portion presents an example of this increased bargaining power: employees requested more favorable benefits, and employers complied because they were under pressure to fulfill the demanding terms of their contracts. Thus, the underlined portion of the text elaborates on a claim about labor relations in a particular industry (food processing) made earlier in the text.
Choice B is incorrect because there is no indication in the text that the economic factors that influenced food processing also influenced other parts of the economy; thus, the bargaining described in the underlined portion of the text cannot be called an example of a trend. Choice C is incorrect because the underlined portion supports the historical narrative of labor activism in food processing that is sketched in the text, instead of noting an exception to that narrative. Choice D is incorrect because while the underlined portion does discuss the demands that workers made in exchange for their labor, it does not discuss the identities of the workers.",
+ hasFigure: false,
+ },
+ {
+ id: "b0f7541b",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Herman Melville’s 1857 novel The Confidence-Man. Humphry Davy was a prominent British chemist and inventor.
Years ago, a grave American savant, being in London, observed at an evening party there, a certain coxcombical fellow, as he thought, an absurd ribbon in his lapel, and full of smart banter, whisking about to the admiration of as many as were disposed to admire. Great was the savant’s disdain; but, chancing ere long to find himself in a corner with the jackanapes, got into conversation with him, when he was somewhat ill-prepared for the good sense of the jackanapes, but was altogether thrown aback, upon subsequently being informed that he was no less a personage than Sir Humphry Davy.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It portrays the thoughts of a character who is embarrassed about his own behavior.",
+ },
+ { label: "B", text: "It presents an account of a misunderstanding." },
+ {
+ label: "C",
+ text: "It offers a short history of how a person came to be famous.",
+ },
+ { label: "D", text: "It explains why one character dislikes another." },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The text tells a story of a first impression that turned out to be wrong: a serious American savant was dismissive of a goofy-looking, wisecracking guest at a British party, and then was shocked to learn that the guest was actually a prominent British chemist and inventor.
Choice A is incorrect. This is too strong and too narrow. Only at the very end is the savant "thrown aback" by the fact that the man was Sir Humphry Davy—he’s not "embarrassed about his own behavior." Choice C is incorrect. This isn’t the main purpose. The text never provides the history of how Sir Humphry Davy came to be famous. Nor does it provide any history for the American savant. Choice D is incorrect. This is too narrow. It doesn’t include the second half of the text, where the savant gets into a conversation with the man and then finds out that the man is Sir Humphry Davy.',
+ hasFigure: false,
+ },
+ {
+ id: "b4887dae",
+ type: "mcq",
+ passage:
+ "Mathematician Claude Shannon is widely regarded as a foundational figure in information theory. His most important paper, “A Mathematical Theory of Communication,” published in 1948 when he was employed at Bell Labs, utilized a concept called a “binary digit” (shortened to “bit”) to measure the amount of information in any signal and determine the fastest rate at which information could be transmitted while still being reliably decipherable. Robert Gallagher, one of Shannon’s colleagues, said that the bit was “Shannon’s discovery, and from it the whole communications revolution has sprung.”
",
+ questionHtml:
+ "Which choice best describes the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It presents a theoretical concept, illustrates how the name of the concept has changed, and shows how the name has entered common usage.",
+ },
+ {
+ label: "B",
+ text: "It introduces a respected researcher, describes an aspect of his work, and suggests why the work is historically significant.",
+ },
+ {
+ label: "C",
+ text: "It names the company where an important mathematician worked, details the mathematician’s career at the company, and provides an example of the recognition he received there.",
+ },
+ {
+ label: "D",
+ text: "It mentions a paper, offers a summary of the paper’s findings, and presents a researcher’s commentary on the paper.",
+ },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The text starts with a general statement that introduces Shannon, then describes a specific contribution from one of his papers, then provides a quote that illustrates just how important this contribution was.
Choice A is incorrect. This isn’t the overall structure. The text only mentions very briefly, in parentheses, that “binary digit” was shortened to “bit.” It doesn’t go into detail about this name change, and it doesn’t discuss any “common usage” of the name at all. Choice C is incorrect. This isn’t the overall structure. Shannon’s employment at Bell Labs is only mentioned once, very briefly: the text never goes into detail about his career there, and it never mentions any recognition he received there. Choice D is incorrect. This is too narrow. Overall, the text is about Shannon’s importance in his field, not just this one paper of his.",
+ hasFigure: false,
+ },
+ {
+ id: "c61a7c4a",
+ type: "mcq",
+ passage:
+ "Some studies have suggested that posture can influence cognition, but we should not overstate this phenomenon. A case in point: In a 2014 study, Megan O’Brien and Alaa Ahmed had subjects stand or sit while making risky simulated economic decisions. Standing is more physically unstable and cognitively demanding than sitting; accordingly, O’Brien and Ahmed hypothesized that standing subjects would display more risk aversion during the decision-making tasks than sitting subjects did, since they would want to avoid further feelings of discomfort and complicated risk evaluations. But O’Brien and Ahmed actually found no difference in the groups’ performance.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It argues that research findings about the effects of posture on cognition are often misunderstood, as in the case of O’Brien and Ahmed’s study.",
+ },
+ {
+ label: "B",
+ text: "It presents the study by O’Brien and Ahmed to critique the methods and results reported in previous studies of the effects of posture on cognition.",
+ },
+ {
+ label: "C",
+ text: "It explains a significant problem in the emerging understanding of posture’s effects on cognition and how O’Brien and Ahmed tried to solve that problem.",
+ },
+ {
+ label: "D",
+ text: "It discusses the study by O’Brien and Ahmed to illustrate why caution is needed when making claims about the effects of posture on cognition.",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer because it most accurately describes the main purpose of the text. The text notes that although some studies have suggested that posture may have an effect on cognition, this phenomenon should not be overstated. In other words, the text begins by urging caution and restraint when discussing the effects of posture on cognition, implying that even though some studies have shown posture to affect cognition, we should not assume that posture always affects cognition or does so in a strong way. The text goes on to discuss O’Brien and Ahmed’s study as a "case in point" (that is, as an example of the point made previously). According to the text, O’Brien and Ahmed hypothesized that since standing is more cognitively demanding than sitting, standing subjects in their experiment would respond differently to decision-making tasks than sitting subjects would, which would show an effect of posture on cognition. What the researchers actually found, however, was that the standing and sitting subjects performed the same—posture did not affect cognition. By presenting a circumstance in which posture does not appear to affect cognition, the discussion of O’Brien and Ahmed’s study shows why it is important not to overstate the phenomenon. The purpose of the text, therefore, is to discuss O’Brien and Ahmed’s study to illustrate why caution is needed when making claims about posture’s effects on cognition.
Choice A is incorrect because the text discusses O’Brien and Ahmed’s study as an example of why caution is needed when discussing posture’s effects on cognition, not as an example of how research findings related to posture and cognition are often misunderstood. Although the text does warn against misunderstanding the scope of the relationship between posture and cognition that has been reported in some previous studies, O’Brien and Ahmed’s study is not one of those studies, and there is no suggestion that anyone has misunderstood O’Brien and Ahmed’s findings. Choice B is incorrect because the text makes no mention of the methods used in previous studies of the effects of posture on cognition. Although the text does urge caution when discussing posture’s effects on cognition, it does not critique the results of studies that suggested that posture can affect cognition. Instead, the text suggests that such results should not be exaggerated or taken too broadly. Choice C is incorrect because although the text implies that overstating posture’s effects on cognition would be a problem, nothing in the text suggests that O’Brien and Ahmed share that view or that they attempted to solve that problem. O’Brien and Ahmed are presented as hypothesizing that posture would affect cognition in their study, not as trying to resolve the problem the text describes.',
+ hasFigure: false,
+ },
+ {
+ id: "ca50de52",
+ type: "mcq",
+ passage:
+ "“How lifelike are they?” Many computer animators prioritize this question as they strive to create ever more realistic environments and lighting. Generally, while characters in computer-animated films appear highly exaggerated, environments and lighting are carefully engineered to mimic reality. But some animators, such as Pixar’s Sanjay Patel, are focused on a different question. Rather than asking first whether the environments and lighting they’re creating are convincingly lifelike, Patel and others are asking whether these elements reflect their films’ unique stories.
",
+ questionHtml:
+ "Which choice best describes the function of the underlined question in the text as a whole?",
+ choices: [
+ {
+ label: "A",
+ text: "It reflects a primary goal that many computer animators have for certain components of the animations they produce.",
+ },
+ {
+ label: "B",
+ text: "It represents a concern of computer animators who are more interested in creating unique backgrounds and lighting effects than realistic ones.",
+ },
+ {
+ label: "C",
+ text: "It conveys the uncertainty among many computer animators about how to create realistic animations using current technology.",
+ },
+ {
+ label: "D",
+ text: "It illustrates a reaction that audiences typically have to the appearance of characters created by computer animators.",
+ },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most accurately describes the function of the underlined question in the text as a whole. The text begins with the underlined question, “How lifelike are they?” The text then explains that many computer animators pose this question about the environments and lighting that they create for animated films, striving for realistic animation of those components even if the characters themselves aren’t portrayed in realistic terms. The focus of the text then shifts to describe how some animators strive to create environments and lighting that reflect the film’s unique stories rather than making them appear realistic. Therefore, the function of the underlined question is to reflect a primary goal that many computer animators have for certain components of the animations they produce.
Choice B is incorrect because, as the text makes clear, the underlined question is one posed by computer animators who wish to create realistic backgrounds and lighting effects, not by those who, instead, wish to create effects that reflect films’ unique stories and aren’t necessarily realistic; this latter group of animators is discussed later in the text. Choice C is incorrect. As the text explains, many computer animators strive for realistic environments and lighting, while others do not; this difference of approach relates to whether these components should be realistic, not to how realism can be achieved using current technology, and the text never suggests that animators are uncertain how to achieve it. Choice D is incorrect because the underlined question pertains to the perspective of computer animators, not the audience, and the text never considers audience’s reactions to characters in animated films.",
+ hasFigure: false,
+ },
+ {
+ id: "d4732483",
+ type: "mcq",
+ passage:
+ "Studying late nineteenth- and early twentieth-century artifacts from an agricultural and domestic site in Texas, archaeologist Ayana O. Flewellen found that Black women employed as farm workers utilized hook-and-eye closures to fasten their clothes at the waist, giving themselves a silhouette similar to the one that was popular in contemporary fashion and typically achieved through more restrictive garments such as corsets. Flewellen argues that this sartorial practice shows that these women balanced hegemonic ideals of femininity with the requirements of their physically demanding occupation.
",
+ questionHtml: "Which choice best states the main purpose of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "To describe an unexpected discovery that altered a researcher’s view of how rapidly fashions among Black female farmworkers in late nineteenth- and early twentieth-century Texas changed during the period",
+ },
+ {
+ label: "B",
+ text: "To discuss research that investigated the ways in which Black female farmworkers in late nineteenth- and early twentieth-century Texas used fashion practices to resist traditional gender ideals",
+ },
+ {
+ label: "C",
+ text: "To evaluate a scholarly work that offers explanations for the impact of urban fashion ideals on Black female farmworkers in late nineteenth- and early twentieth-century Texas",
+ },
+ {
+ label: "D",
+ text: "To summarize the findings of a study that explored factors influencing a fashion practice among Black female farmworkers in late nineteenth- and early twentieth-century Texas",
+ },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The text provides an overview of a scholarly work discussing the fashion practices of Black female farmworkers in late 19th- and early 20th-century Texas, and how these practices were influenced by both the fashion ideals of the time and the demands of farmwork.
Choice A is incorrect. The text never discusses the rate of fashion change among Black female farmworkers. The text also never categorizes Flewellen’s findings as "unexpected." Choice B is incorrect. The text actually explains that Black female farmworkers were trying to achieve traditional feminine ideals, not resist them. Choice C is incorrect. The text doesn’t evaluate a scholarly work but rather simply describes it. Furthermore, the text is focused on "agricultural and domestic" fashion, not urban fashion as this choice suggests.',
+ hasFigure: false,
+ },
+ {
+ id: "e818241b",
+ type: "mcq",
+ passage:
+ "Astronomers are confident that the star Betelgeuse will eventually consume all the helium in its core and explode in a supernova. They are much less confident, however, about when this will happen, since that depends on internal characteristics of Betelgeuse that are largely unknown. Astrophysicist Sarafina El-Badry Nance and colleagues recently investigated whether acoustic waves in the star could be used to determine internal stellar states but concluded that this method could not sufficiently reveal Betelgeuse’s internal characteristics to allow its evolutionary state to be firmly fixed.
",
+ questionHtml:
+ "Which choice best describes the function of the second sentence in the overall structure of the text?",
+ choices: [
+ {
+ label: "A",
+ text: "It describes a serious limitation of the method used by Nance and colleagues.",
+ },
+ {
+ label: "B",
+ text: "It presents the central finding reported by Nance and colleagues.",
+ },
+ {
+ label: "C",
+ text: "It identifies the problem that Nance and colleagues attempted to solve but did not.",
+ },
+ {
+ label: "D",
+ text: "It explains how the work of Nance and colleagues was received by others in the field.",
+ },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it best describes how the second sentence functions in the text as a whole. The first sentence establishes something astronomers believe with some certainty: that Betelgeuse will explode in a supernova. The second sentence then introduces a problem: astronomers aren’t certain when Betelgeuse will explode because they don’t have enough information about the star’s internal characteristics. Finally, the third sentence indicates that researcher Sarafina El-Badry Nance and colleagues investigated a possible method of obtaining the necessary information about Betelgeuse’s internal characteristics, though they found that the method wouldn’t be sufficient. Thus, the function of the second sentence is to identify the problem that Nance and colleagues attempted to solve but didn’t.
Choice A is incorrect because the second sentence introduces the general problem Nance and colleagues hoped to solve, not a serious limitation of how Nance and colleagues tried to solve it. It is the third sentence that introduces Nance and colleagues, but no serious limitation of their approach to studying a method of determining internal stellar states is described. Choice B is incorrect because the second sentence introduces the general problem Nance and colleagues hoped to solve, not the central finding they ultimately reported. It is the third sentence that presents Nance and colleagues’ conclusion that a potential method for determining internal stellar states would be insufficient. Choice D is incorrect because the second sentence doesn’t indicate how other astronomers or astrophysicists responded to the work done by Nance and colleagues; the text doesn’t address this information at all.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/rw/transitions.ts b/src/data/rw/transitions.ts
new file mode 100644
index 0000000..860a75b
--- /dev/null
+++ b/src/data/rw/transitions.ts
@@ -0,0 +1,1558 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const TRANSITIONS_EASY: PracticeQuestion[] = [
+ {
+ id: "01c8c433",
+ type: "mcq",
+ passage:
+ "Before the 1847 introduction of the US postage stamp, the cost of postage was usually paid by the recipient of a letter rather than the sender, and recipients were not always able or willing to pay promptly. ______blank collecting this fee could be slow and arduous, and heaps of unpaid-for, undeliverable mail piled up in post offices.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Regardless," },
+ { label: "B", text: "On the contrary," },
+ { label: "C", text: "Consequently," },
+ { label: "D", text: "For example," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “Consequently” logically signals that the postal problems described in this sentence (slow fee collection, heaps of undeliverable mail) were a consequence of the fee system described in the previous sentence.
Choice A is incorrect because “regardless” illogically signals that the postal problems described in this sentence occurred despite the fee system described in the previous sentence. Instead, they were a consequence of that system. Choice B is incorrect because “on the contrary” illogically signals that the postal problems described in this sentence contrast with the fee system described in the previous sentence. Instead, they were a consequence of that system. Choice D is incorrect because “for example” illogically signals that the postal problems described in this sentence are an example of the fee system described in the previous sentence. Instead, they were a consequence of that system.",
+ hasFigure: false,
+ },
+ {
+ id: "04ad68ca",
+ type: "mcq",
+ passage:
+ "In Gothic architecture, flying buttresses are large arches that help support a building’s exterior walls. Before the Gothic era, cathedrals’ heavy ceilings had to be supported by thick, short walls, but the invention of flying buttresses eliminated this need. ______blank Gothic cathedrals could be built with thinner, higher walls.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Similarly," },
+ { label: "B", text: "For instance," },
+ { label: "C", text: "Nevertheless," },
+ { label: "D", text: "As a result," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “As a result” logically signals that the thinner, higher walls in this sentence were a result of the invention of flying buttresses in the previous sentence.
Choice A is incorrect because “similarly” illogically signals that the thinner, higher walls in this sentence are similar to the invention of flying buttresses in the previous sentence. Instead, the walls were a result of that invention. Choice B is incorrect because “for instance” illogically signals that the thinner, higher walls in this sentence are an example supporting the statement about the invention of flying buttresses in the previous sentence. Instead, the walls were a result of that invention. Choice C is incorrect because “nevertheless” illogically signals that the thinner, higher walls in this sentence occurred despite the invention of flying buttresses in the previous sentence. Instead, the walls were a result of that invention.",
+ hasFigure: false,
+ },
+ {
+ id: "0d3ebdce",
+ type: "mcq",
+ passage:
+ "Neuroscientist Karen Konkoly wanted to determine whether individuals can understand and respond to questions during REM sleep. She first taught volunteers eye movements they would use to respond to basic math problems while asleep (a single left-right eye movement indicated the number one). ______blank she attached electrodes to the volunteers’ faces to record their eye movements during sleep.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Specifically," },
+ { label: "B", text: "Next," },
+ { label: "C", text: "For instance," },
+ { label: "D", text: "In sum," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “Next” logically signals that the action described in this sentence—Konkoly recording participants’ eye movements—is the next step in Konkoly’s experiment.
Choice A is incorrect because “specifically” illogically signals that this sentence specifies or elaborates on an aspect of the action described in the previous sentence. Instead, it describes the next step in Konkoly’s experiment. Choice C is incorrect because “for instance” illogically signals that the action described in this sentence is an example of the action described in the previous sentence. Instead, it is the next step in Konkoly’s experiment. Choice D is incorrect because “in sum” illogically signals that this sentence summarizes or concludes the action described in the previous sentence. Instead, it describes the next step in Konkoly’s experiment.",
+ hasFigure: false,
+ },
+ {
+ id: "0ee64efc",
+ type: "mcq",
+ passage:
+ "In the 1850s, William Still was instrumental in helping nearly 1,000 people escape from slavery, earning him the moniker “the Father of the Underground Railroad.” ______blank despite the fame of his contributions during his lifetime, Still is discussed far less today than other prominent Black abolitionists from his era, such as Frederick Douglass and Harriet Tubman.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "For example," },
+ { label: "B", text: "However," },
+ { label: "C", text: "Specifically," },
+ { label: "D", text: "Similarly," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. "However" is used to indicate a contrast between two ideas. The first sentence describes how Still used to be famous. This sentence describes how Still is not very famous today, so the transition "however" fits perfectly.
Choice A is incorrect. This choice uses a transition that introduces an example. But the second sentence doesn’t provide a specific example of Still’s famous contributions to the Underground Railroad. Instead, it changes the subject to how his fame has faded over time. Choice C is incorrect. This choice uses a transition that introduces an example or continuation of a previous idea. But the second sentence doesn’t provide a specific example of Still’s famous contributions to the Underground Railroad. Instead, it changes the subject to how his fame has faded over time. Choice D is incorrect. This choice uses a transition that indicates the agreement between two ideas. But this sentence shows a contrast with the first sentence—namely, that Still used to be very famous but now isn’t very famous.',
+ hasFigure: false,
+ },
+ {
+ id: "1b219d14",
+ type: "mcq",
+ passage:
+ "As a young historian in the 1950s, Alixa Naff began interviewing fellow Arab American immigrants about their experiences straddling two cultures. Over the next few decades, Naff conducted more than 450 such interviews, also known as oral histories. ______blank she collected photographs and other artifacts that represented her subjects’ experiences.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In other words," },
+ { label: "B", text: "On the contrary," },
+ { label: "C", text: "In addition," },
+ { label: "D", text: "Today," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. "In addition" logically signals that Naff’s artifact collecting was separate from, and in addition to, her interviewing.
Choice A is incorrect because "in other words" illogically signals that the information about Naff’s artifact collecting restates the previous information about her interviewing. Instead, Naff collected artifacts in addition to conducting interviews. Choice B is incorrect because "on the contrary" illogically signals that Naff’s artifact collecting was contrary to her interviewing. Instead, Naff collected artifacts in addition to conducting interviews. Choice D is incorrect because "today" illogically signals that Naff’s artifact collecting is occurring in the present day. Instead, this activity occurred in the past, as indicated by the past tense verb "collected."',
+ hasFigure: false,
+ },
+ {
+ id: "1c36e3e1",
+ type: "mcq",
+ passage:
+ "The number of dark spots that appear on the Sun, known as sunspots, can vary greatly. For example, there were about 180 sunspots in November 2001. ______blank there were only about 2 sunspots in December 2008.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In other words," },
+ { label: "B", text: "Similarly," },
+ { label: "C", text: "Therefore," },
+ { label: "D", text: "By comparison," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. The first sentence claims that the number of sunspots can vary greatly. To support this claim, the next two sentences compare two examples: one time when there were 180 sunspots and one time when there were only 2 sunspots. So the transition “by comparison” fits perfectly.
Choice A is incorrect. This choice uses a transition that indicates a restatement of the same idea, which doesn’t make sense here. This sentence doesn’t restate the first example—it describes a totally different example. Choice B is incorrect. This choice uses a transition that indicates the addition of a similar idea, which doesn’t make sense here. This sentence describes a second example that is very different from the first example. Choice C is incorrect. This choice uses a cause-and-effect transition, which doesn’t make sense here. The first example didn’t result in the second example.",
+ hasFigure: false,
+ },
+ {
+ id: "20733eac",
+ type: "mcq",
+ passage:
+ "It has long been thought that humans first crossed a land bridge into the Americas approximately 13,000 years ago. ______blank based on radiocarbon dating of samples uncovered in Mexico, a research team recently suggested that humans may have arrived more than 30,000 years ago—much earlier than previously thought.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "As a result," },
+ { label: "B", text: "Similarly," },
+ { label: "C", text: "However," },
+ { label: "D", text: "In conclusion," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “However” logically signals that the theory discussed in this sentence—that humans may have arrived in the Americas over 30,000 years ago—contrasts with the previously discussed theory that humans arrived around 13,000 years ago.
Choice A is incorrect because “as a result” illogically signals that the theory in this sentence is the result of the theory discussed in the previous sentence. Instead, this theory contrasts with the previous one. Choice B is incorrect because “similarly” illogically signals that the theory in this sentence is similar to the theory discussed in the previous sentence. Instead, this theory contrasts with the previous one. Choice D is incorrect because “in conclusion” illogically signals that the theory in this sentence concludes or summarizes the discussion of the previous theory. Instead, this theory contrasts with the previous one.",
+ hasFigure: false,
+ },
+ {
+ id: "2b5e0731",
+ type: "mcq",
+ passage:
+ "With darkness falling, a mother elephant loses sight of her calf and wants to make sure it is safe. ______blank she releases an infrasonic call for the calf to hear. Infrasonic sound is below the range of human hearing, but many animals can hear these sounds from several miles away.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "For example," },
+ { label: "B", text: "For this reason," },
+ { label: "C", text: "Nowadays," },
+ { label: "D", text: "Similarly," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. "For this reason" is a cause-and-effect transition. The cause in this case is that the mother elephant wants to know that her calf is safe, so the effect is that she lets out an infrasonic call for the calf to hear. Therefore, "for this reason" fits perfectly in this context.
Choice A is incorrect. This choice uses a transition that introduces an example of a previous idea. But the second sentence doesn’t provide an example of the events described in the first sentence. Instead, it describes what happens next: the mother elephant calls for her calf. Choice C is incorrect. This choice uses a transition that indicates a shift from the past to the current time, which doesn’t make sense here. Both sentences use the present tense, as they’re describing the same time period. Choice D is incorrect. This choice uses a transition that indicates commonality or agreement between two ideas. But this sentence isn’t similar to the events in the first sentence. Instead, it describes the events that happen next.',
+ hasFigure: false,
+ },
+ {
+ id: "2bda9edb",
+ type: "mcq",
+ passage:
+ "In 1885, Chinese-born California resident Mary Tape became a hero of the Asian American civil rights movement. In January of that year, she won an antidiscrimination case in the California Supreme Court. ______blank in April, she wrote an open letter criticizing her local board of education for discrimination. Both actions are remembered today as historic stands against racism.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Later," },
+ { label: "B", text: "For instance," },
+ { label: "C", text: "In other words," },
+ { label: "D", text: "Rather," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Later” logically signals that the letter-writing discussed in this sentence occurred later in a chronological sequence of events than did the antidiscrimination case discussed in the previous sentence.
Choice B is incorrect because “for instance” illogically signals that the letter-writing discussed in this sentence is an example of the antidiscrimination case discussed in the previous sentence. Instead, the letter-writing is an event that occurred after the court case. Choice C is incorrect because “in other words” illogically signals that the letter-writing discussed in this sentence is a paraphrase or restatement of the antidiscrimination case discussed in the previous sentence. Instead, the letter-writing is an event that occurred after the court case. Choice D is incorrect because “rather” illogically signals that the letter-writing discussed in this sentence is an alternative to the antidiscrimination case discussed in the previous sentence. Instead, the letter-writing is an event that occurred after the court case.",
+ hasFigure: false,
+ },
+ {
+ id: "34a5ba1c",
+ type: "mcq",
+ passage:
+ "By 1936, Spanish Romani dancer Carmen Amaya was known all over Spain for her powerful style of flamenco dancing. However, in July of that year, the outbreak of the Spanish Civil War made it difficult for her to perform in her home country. ______blank Amaya left Spain to perform abroad, dancing for audiences across North and South America.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In comparison," },
+ { label: "B", text: "As a result," },
+ { label: "C", text: "First of all," },
+ { label: "D", text: "For example," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “As a result” logically signals that the information in this sentence about Amaya leaving Spain to perform abroad is a result of the previous information about the Spanish Civil War.
Choice A is incorrect because “in comparison” illogically signals that the information in this sentence is being compared to the previous information about the Spanish Civil War. Instead, Amaya leaving Spain is a result of that war. Choice C is incorrect because “first of all” illogically signals that the information in this sentence is the beginning of a sequence of events. Instead, Amaya leaving Spain is a result of the event (the outbreak of war) described in the previous sentence. Choice D is incorrect because “for example” illogically signals that the information in this sentence is an example supporting the previous statement about the Spanish Civil War. Instead, Amaya leaving Spain is a result of that war.",
+ hasFigure: false,
+ },
+ {
+ id: "37957752",
+ type: "mcq",
+ passage:
+ "As biologist Terrie Williams has documented, deep dives present a challenge for seals and other marine mammals. A seal must exert enough energy to propel itself hundreds of meters downward, while keeping its heart rate low enough that it doesn’t run out of oxygen while underwater. ______blank a seal moves its flippers as little as possible on a deep dive, gliding to conserve energy.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In the first place," },
+ { label: "B", text: "On the other hand," },
+ { label: "C", text: "For this reason," },
+ { label: "D", text: "In comparison," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “For this reason” logically signals that the behavior described in this sentence is a consequence of the information about seals in the previous sentence. That is, a seal moves its flippers as little as possible during a deep dive because it needs to keep its heart rate low enough that it does not run out of oxygen.
Choice A is incorrect because “in the first place” illogically signals that this sentence is the first point in a discussion. Instead, the sentence describes a behavior that is a consequence of the previous information about seals. Choice B is incorrect because “on the other hand” illogically signals that the behavior described in this sentence contrasts with the previous information about seals. Instead, it is a consequence of that information. Choice D is incorrect because “in comparison” illogically signals that the behavior described in this sentence is being compared to the previous information about seals. Instead, it is a consequence of that information.",
+ hasFigure: false,
+ },
+ {
+ id: "3831f2d7",
+ type: "mcq",
+ passage:
+ "Arkansas aviator Louise Thaden was already a record breaker when she won the inaugural National Women’s Air Derby, a race from California to Ohio, in August of 1929. ______blank in December of 1928, Thaden had set an aviation record when she reached an altitude of 20,269 feet in a Travel Air biplane.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Earlier," },
+ { label: "B", text: "However," },
+ { label: "C", text: "Next," },
+ { label: "D", text: "As a result," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. This choice uses a transition that indicates a shift back in time. Since the first sentence talks about Thaden’s race win in 1929 and the second shifts back to talking about her record in 1928, this makes the most sense here.
Choice B is incorrect. This choice uses a disagreement transition. But this sentence actually agrees with and expands on the previous sentence by describing the earlier record that Thaden had "already" held. Choice C is incorrect. This choice uses a transition that indicates a shift forward in time, which doesn’t make sense here. A record in 1928 didn’t come after Thaden’s race win in 1929. Choice D is incorrect. This choice uses a cause-and-effect transition, which doesn’t make sense in this context—an event in 1929 can’t cause something in 1928.',
+ hasFigure: false,
+ },
+ {
+ id: "4154a7a3",
+ type: "mcq",
+ passage:
+ "In 1891, dancer and choreographer Loie Fuller first performed her celebrated Serpentine Dance, artfully twirling her long, flowing skirt to create striking visual effects. ______blank in 1896, cinema pioneers Auguste and Louis Lumière made a groundbreaking short film of Fuller’s dance.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "However," },
+ { label: "B", text: "In conclusion," },
+ { label: "C", text: "Later," },
+ { label: "D", text: "In other words," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “Later” logically signals that the event discussed in this sentence—the creation of the short film featuring Fuller’s dance—is a related event that occurred after the event discussed in the previous sentence (the 1891 debut of the dance).
Choice A is incorrect because “however” illogically signals that the information in this sentence contrasts with the information in the previous sentence. Instead, the creation of the short film is a related event that followed the event discussed in the previous sentence. Choice B is incorrect because “in conclusion” illogically signals that the information in this sentence concludes or summarizes the information in the previous sentence. Instead, the creation of the short film is a related event that followed the event discussed in the previous sentence. Choice D is incorrect because “in other words” illogically signals that the information in this sentence is a paraphrase or restatement of the information in the previous sentence. Instead, the creation of the short film is a related event that followed the event discussed in the previous sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "47547d07",
+ type: "mcq",
+ passage:
+ "In June, female loggerhead sea turtles will swim back to the sandy beaches where they were born to lay eggs of their own. First, the turtle will dig her nest in the sand. ______blank she will lay up to 100 eggs in the nest. Finally, she will cover it all with sand, before returning to the ocean.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "By contrast," },
+ { label: "B", text: "Similarly," },
+ { label: "C", text: "Next," },
+ { label: "D", text: "For example," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “Next” logically signals that the egg laying in this sentence is the next step in the sequence of events described in the other sentences.
Choice A is incorrect because “by contrast” illogically signals that the egg laying in this sentence contrasts with the nest digging in the previous sentence. Instead, the egg laying follows the nest digging as the next step in the sequence of events. Choice B is incorrect because “similarly” illogically signals that the egg laying in this sentence is similar to the nest digging in the previous sentence. Though the two actions are related, they are not similar. Instead, the egg laying follows the nest digging as the next step in the sequence of events. Choice D is incorrect because “for example” illogically signals that the egg laying in this sentence is an example of the nest digging in the previous sentence. Instead, the egg laying follows the nest digging as the next step in the sequence of events.",
+ hasFigure: false,
+ },
+ {
+ id: "4f2710ab",
+ type: "mcq",
+ passage:
+ "Organisms have evolved a number of surprising adaptations to ensure their survival in adverse conditions. Tadpole shrimp (Triops longicaudatus) embryos, ______blank can pause development for over ten years during extended periods of drought.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "in contrast," },
+ { label: "B", text: "for example," },
+ { label: "C", text: "meanwhile," },
+ { label: "D", text: "consequently," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “For example” logically signals that the information in this sentence—that tadpole shrimp embryos can pause development during extended periods of drought—exemplifies the previous sentence’s claim that organisms have evolved surprising adaptations to survive in adverse conditions.
Choice A is incorrect because “in contrast” illogically signals that the information in this sentence contrasts with the claim about organisms in the previous sentence. Instead, it exemplifies this claim. Choice C is incorrect because “meanwhile” illogically signals that the information in this sentence is separate from (while occurring simultaneously with) the claim about organisms in the previous sentence. Instead, it exemplifies this claim. Choice D is incorrect because “consequently” illogically signals that the information in this sentence is a consequence, or result, of the claim about organisms in the previous sentence. Instead, it exemplifies this claim.",
+ hasFigure: false,
+ },
+ {
+ id: "57bcd0d6",
+ type: "mcq",
+ passage:
+ "Etched into Peru’s Nazca Desert are line drawings so large that they can only be fully seen from high above. Archaeologists have known of the lines since the 1920s, when a researcher spotted some from a nearby foothill, and they have been studying the markings ever since. ______blank archaeologists’ efforts are aided by drones that capture high-resolution aerial photographs of the lines.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Currently," },
+ { label: "B", text: "In comparison," },
+ { label: "C", text: "Still," },
+ { label: "D", text: "However," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Currently” logically signals that the archaeologists’ use of drones (a current technology) to photograph the lines is the present-day continuation of the ongoing archaeological research described in the previous sentence.
Choice B is incorrect because “in comparison” illogically signals that the action described in this sentence offers a comparison to the ongoing archaeological research described in the previous sentence. Instead, the use of drones is the present-day continuation of that research. Choice C is incorrect because “still” illogically signals that the action described in this sentence occurs despite the ongoing archaeological research described in the previous sentence. Instead, the use of drones is the present-day continuation of that research. Choice D is incorrect because “however” illogically signals that the action described in this sentence occurs either despite or in contrast to the ongoing archaeological research described in the previous sentence. Instead, the use of drones is the present-day continuation of that research.",
+ hasFigure: false,
+ },
+ {
+ id: "6081831f",
+ type: "mcq",
+ passage:
+ "When Chinese director Chloé Zhao accepted the Oscar in 2021 for her film Nomadland, she made Academy Award history. ______blank only one other woman, Kathryn Bigelow of the United States, had been named best director at the Oscars, making Zhao the second woman and the first Asian woman to win the award.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "As a result," },
+ { label: "B", text: "Previously," },
+ { label: "C", text: "However," },
+ { label: "D", text: "Likewise," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “Previously” logically signals that the event described in this sentence—Bigelow being named best director—occurred before Zhao’s win. The fact that only one other woman had won the award before puts Zhao’s win in perspective.
Choice A is incorrect because “as a result” illogically signals that the event described in this sentence occurred as a result or consequence of Zhao’s win. Instead, it occurred before Zhao was named best director and puts Zhao’s win in perspective. Choice C is incorrect because “however” illogically signals that the event described in this sentence occurred in spite of or in contrast to Zhao’s win. Instead, it occurred before Zhao was named best director and puts Zhao’s win in perspective. Choice D is incorrect because “likewise” illogically signals that this sentence merely adds a second, similar piece of information to the information about Zhao’s win. Instead, the fact that only one other woman had won the award before puts Zhao’s win in perspective.",
+ hasFigure: false,
+ },
+ {
+ id: "63c73b50",
+ type: "mcq",
+ passage:
+ "In 2018, Kurt Luther and Vikram Mohanty created the web-based tool Civil War Photo Sleuth (CWPS). A user uploading an unknown Civil War soldier’s photograph to CWPS first tags the photo with all known information. ______blank CWPS’s facial-recognition software analyzes twenty-seven different physical features and looks for matches to tagged images already in the database.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Then," },
+ { label: "B", text: "In fact," },
+ { label: "C", text: "Likewise," },
+ { label: "D", text: "For example," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Then” indicates that the events in this sentence took place after the events in the previous sentence. Only after users upload images of unknown soldiers can those images be analyzed.
Choice B is incorrect. This transition is used to emphasize the truth of a statement that modifies the previous statement. But this sentence doesn’t modify the step described in the previous statement: instead, it introduces an entirely new step in the process. So “in fact” wouldn’t make sense here. Choice C is incorrect. This choice uses a transition that indicates the addition of a new but related idea, which doesn’t make sense here. Analyzing the physical features in the uploaded photographs isn’t a similar idea, but rather the next step in the process. Choice D is incorrect. This choice uses an exemplification transition, which doesn’t make sense here. Analyzing physical features is not an example of uploading and tagging an image.",
+ hasFigure: false,
+ },
+ {
+ id: "660d50dc",
+ type: "mcq",
+ passage:
+ "Samuel Coleridge-Taylor was a prominent classical music composer from England who toured the US three times in the early 1900s. The child of a West African father and an English mother, Coleridge-Taylor emphasized his mixed-race ancestry. For example, he referred to himself as Anglo-African. ______blank he incorporated the sounds of traditional African music into his classical music compositions.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In addition," },
+ { label: "B", text: "Actually," },
+ { label: "C", text: "However," },
+ { label: "D", text: "Regardless," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “In addition” logically signals that the detail in this sentence—that Coleridge-Taylor included traditional African music in his classical compositions—adds to the information in the previous sentence. Specifically, the previous sentence indicates one way in which Coleridge-Taylor emphasized his mixed-race ancestry, and the claim that follows indicates a second, additional way.
Choice B is incorrect because “actually” illogically signals that the detail in this sentence is surprising in light of the information in the previous sentence. Instead, the detail adds to the information, indicating a second, additional way in which Coleridge-Taylor emphasized his mixed-race ancestry. Choice C is incorrect because “however” illogically signals that the detail in this sentence contrasts with the information in the previous sentence. Instead, the detail adds to the information, indicating a second, additional way in which Coleridge-Taylor emphasized his mixed-race ancestry. Choice D is incorrect because “regardless” illogically signals that the detail in this sentence is true despite the information in the previous sentence. Instead, the detail adds to the information, indicating a second, additional way in which Coleridge-Taylor emphasized his mixed-race ancestry.",
+ hasFigure: false,
+ },
+ {
+ id: "6916c8e5",
+ type: "mcq",
+ passage:
+ "Laetitia Ky’s hair is her art. Inspired by hairstyles from various African tribes, the Ivorian artist uses wire and thread to sculpt her hair into all kinds of shapes. ______blank she once made her hair into the shape of the continent of Africa—including the island of Madagascar!
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Soon," },
+ { label: "B", text: "Elsewhere," },
+ { label: "C", text: "For example," },
+ { label: "D", text: "However," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “For example” logically signals that the following information about Ky—that she once shaped her hair to look like Africa—is an example supporting the previous statement that she makes different shapes with her hair.
Choice A is incorrect because “soon” illogically signals that the event described in this sentence occurred soon after the statement about Ky making different shapes with her hair. Instead, the sentence provides an example of one of these shapes. Choice B is incorrect because “elsewhere” illogically signals that the event described in this sentence occurred in a different place than the statement about Ky making different shapes with her hair. Instead, the sentence provides an example of one of these shapes. Choice D is incorrect because “however” illogically signals that the information in this sentence contrasts with the statement that Ky makes different shapes with her hair. Instead, the sentence provides an example of one of these shapes.",
+ hasFigure: false,
+ },
+ {
+ id: "7d56630a",
+ type: "mcq",
+ passage:
+ "In studying whether jellyfish sleep, researchers Michael Abrams, Claire Bedbrook, and Ravi Nath attempted to answer three questions. ______blank is there a period each day when the pulse rates of jellyfish decline? Second, do jellyfish respond more slowly to stimuli during that period? Finally, if prevented from sleeping, are jellyfish adversely affected?
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "As a result," },
+ { label: "B", text: "First," },
+ { label: "C", text: "Additionally," },
+ { label: "D", text: "However," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “First” logically signals that the question in this sentence—whether there is a daily period during which jellyfish pulse rates decline—is the first in a sequence of three questions the researchers attempted to answer about jellyfish sleep behavior.
Choice A is incorrect because “as a result” illogically signals that the question in this sentence is a result of the three questions the researchers attempted to answer. Instead, it is the first of those three questions. Choice C is incorrect because “additionally” illogically signals that the question in this sentence is an additional question related to the three questions the researchers attempted to answer. Instead, it is the first of those three questions. Choice D is incorrect because “however” illogically signals that the question in this sentence contrasts with the three questions the researchers attempted to answer. Instead, it is the first of those three questions.",
+ hasFigure: false,
+ },
+ {
+ id: "827afb27",
+ type: "mcq",
+ passage:
+ "Most conifers (trees belonging to the phylum Coniferophyta) are evergreen. That is, they keep their green leaves or needles year-round. However, not all conifer species are evergreen. Larch trees, ______blank lose their needles every fall.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "for instance," },
+ { label: "B", text: "nevertheless," },
+ { label: "C", text: "meanwhile," },
+ { label: "D", text: "in addition," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “For instance” logically signals that the information in this sentence—that larch trees lose their needles every fall—is an example supporting the claim in the previous sentence (that not all conifer species keep their leaves or needles year-round).
Choice B is incorrect because “nevertheless” illogically signals that the information in this sentence is true in spite of the claim about conifer species in the previous sentence. Instead, it’s an example supporting that claim. Choice C is incorrect because “meanwhile” illogically signals that the information in this sentence is separate from (while occurring simultaneously with) the claim about conifer species in the previous sentence. Instead, it’s an example supporting that claim. Choice D is incorrect because “in addition” illogically signals that the information in this sentence is merely an additional fact related to the claim about conifer species in the previous sentence. Instead, it’s an example supporting that claim.",
+ hasFigure: false,
+ },
+ {
+ id: "87d8a2ff",
+ type: "mcq",
+ passage:
+ "During a 2021 launch, Rocket Labs’ Electron rocket experienced an unexpected failure: its second-stage booster shut down suddenly after ignition. ______blank instead of downplaying the incident, Rocket Labs’ CEO publicly acknowledged what happened and apologized for the loss of the rocket’s payload, which had consisted of two satellites.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Afterward," },
+ { label: "B", text: "Additionally," },
+ { label: "C", text: "Indeed," },
+ { label: "D", text: "Similarly," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Afterward” logically signals that the events described in this sentence—the CEO’s public acknowledgment and apology—occurred after the rocket booster’s failure and are part of a chronological sequence of events.
Choice B is incorrect because “additionally” illogically signals that the events described in this sentence merely occurred in addition to the rocket booster’s failure. Instead, they occurred after the rocket booster’s failure and are part of a chronological sequence of events. Choice C is incorrect because “indeed” illogically signals that the events described in this sentence emphasize or strengthen a statement made in the previous sentence. Instead, they occurred after the rocket booster’s failure and are part of a chronological sequence of events. Choice D is incorrect because “similarly” illogically signals that the events described in this sentence are similar to the rocket booster’s failure. Instead, they occurred after the rocket booster’s failure and are part of a chronological sequence of events.",
+ hasFigure: false,
+ },
+ {
+ id: "90117366",
+ type: "mcq",
+ passage:
+ "To explore how blinking affects social interactions, Dutch researchers observed interactions between human speakers and “listeners” (animated human faces on a screen). The researchers found that when the listeners blinked slowly, the speakers tended to talk for less time. ______blank quicker blinks were associated with longer talking times.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "For example," },
+ { label: "B", text: "Specifically," },
+ { label: "C", text: "Firstly," },
+ { label: "D", text: "By contrast," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “By contrast” logically signals that the finding described in this sentence contrasts with the finding described in the previous sentence. That is, quicker blinks were associated with longer talking times, whereas slower blinks were associated with shorter talking times.
Choice A is incorrect because “for example” illogically signals that the finding described in this sentence is an example of the finding described in the previous sentence. Instead, it contrasts with that finding. Choice B is incorrect because “specifically” illogically signals that this sentence provides specific, precise details about the finding described in the previous sentence. Instead, it presents information that contrasts with that finding. Choice C is incorrect because “firstly” illogically signals that the finding described in this sentence is a first point or occurs first in a chronological sequence of events. Instead, it contrasts with the finding described in the previous sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "92fe0ed7",
+ type: "mcq",
+ passage:
+ "Geoscientists have long considered Hawaii’s Mauna Loa volcano to be Earth’s largest shield volcano by volume, measuring approximately 74,000 cubic kilometers. ______blank according to a 2020 study by local geoscientist Michael Garcia, Hawaii’s Pūhāhonu shield volcano is significantly larger, boasting a volume of about 148,000 cubic kilometers.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Secondly," },
+ { label: "B", text: "Consequently," },
+ { label: "C", text: "Moreover," },
+ { label: "D", text: "However," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “However” logically signals that this sentence, which indicates that the Pūhāhonu volcano may be larger than the Mauna Loa volcano, offers a contrast to or refutation of the previous assumption that Mauna Loa is the largest shield volcano.
Choice A is incorrect because “secondly” illogically signals that this sentence merely offers an additional or secondary point concerning the previous assumption that Mauna Loa is the largest shield volcano. Instead, the sentence offers a contrast to or refutation of that assumption. Choice B is incorrect because “consequently” illogically signals that this sentence offers a result or consequence of the previous assumption that Mauna Loa is the largest shield volcano. Instead, the sentence offers a contrast to or refutation of that assumption. Choice C is incorrect because “moreover” illogically signals that this sentence merely adds to the previous assumption that Mauna Loa is the largest shield volcano. Instead, the sentence offers a contrast to or refutation of that assumption.",
+ hasFigure: false,
+ },
+ {
+ id: "9c78f702",
+ type: "mcq",
+ passage:
+ "Phytoplankton play a crucial role in the ocean’s uptake of carbon from the atmosphere. When alive, these tiny marine organisms absorb atmospheric carbon via photosynthesis. ______blank after they die, the phytoplankton sink to the seafloor, where the carbon in their cells gets stored in sediment, preventing it from cycling back into the atmosphere.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Specifically," },
+ { label: "B", text: "By contrast," },
+ { label: "C", text: "Nevertheless," },
+ { label: "D", text: "Then," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “Then” logically signals that the event described in this sentence—carbon in phytoplankton cells being trapped in sediment after the organisms have died—occurs later in a chronological sequence than the event described in the previous sentence (phytoplankton absorbing carbon while alive).
Choice A is incorrect because “specifically” illogically signals that the information that follows provides specific, precise details elaborating on the previous information about what phytoplankton do when alive. Instead, this sentence explains what happens after phytoplankton die—a later step in the chronological sequence of events. Choice B is incorrect because “by contrast” illogically signals that the information that follows contrasts with the previous information about what phytoplankton do when alive. Instead, this sentence explains what happens after phytoplankton die—a later step in the chronological sequence of events. There is no contrast: in both life and death, phytoplankton contribute to the ocean’s carbon uptake. Choice C is incorrect because “nevertheless” illogically signals that the information that follows is in spite of the previous information about what phytoplankton do when alive. Instead, this sentence explains what happens after phytoplankton die—a later step in the chronological sequence of events. There is no contrast: in both life and death, phytoplankton contribute to the ocean’s carbon uptake.",
+ hasFigure: false,
+ },
+ {
+ id: "a6155e60",
+ type: "mcq",
+ passage:
+ "Every chemical compound has a spectroscopic fingerprint, a pattern of reflected light unique to that compound. ______blank upon analyzing the light reflected by the bright regions on the surface of the dwarf planet Ceres, Maria Cristina De Sanctis of Rome’s National Institute of Astrophysics was able to determine that the regions contain large amounts of the compound sodium carbonate.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Regardless," },
+ { label: "B", text: "Meanwhile," },
+ { label: "C", text: "Thus," },
+ { label: "D", text: "In comparison," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “Thus” logically signals that the action described in this sentence—the researcher being able to determine the chemical makeup of the planet’s bright regions based on how they reflect light—is a result or consequence of the previous information about spectroscopic fingerprints.
Choice A is incorrect because “regardless” illogically signals that the action described in this sentence occurs despite the previous information about spectroscopic fingerprints. Instead, the finding in this sentence is a result or consequence of that information. Choice B is incorrect because “meanwhile” illogically signals that the action described in this sentence either occurs at the same time as or offers an alternative to the previous information about spectroscopic fingerprints. Instead, the finding in this sentence is a result or consequence of that information. Choice D is incorrect because “in comparison” illogically signals that the action described in this sentence is being compared with the previous information about spectroscopic fingerprints. Instead, the finding in this sentence is a result or consequence of that information.",
+ hasFigure: false,
+ },
+ {
+ id: "a773f069",
+ type: "mcq",
+ passage:
+ "Small, flat structures called spatulae are found at the tips of the hairs on a spider’s leg. These spatulae temporarily bond with the atoms of whatever they touch. ______blank spiders are able to cling to and climb almost any surface.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "For instance," },
+ { label: "B", text: "However," },
+ { label: "C", text: "Similarly," },
+ { label: "D", text: "As a result," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “As a result” logically signals that the claim in this sentence—that spiders can cling to and climb almost any surface—is because of the previous information about the bonding properties of spiders’ spatulae.
Choice A is incorrect because “for instance” illogically signals that the claim in this sentence exemplifies the information in the previous sentences. Instead, the claim is because of the previous information about the bonding properties of spiders’ spatulae. Choice B is incorrect because “however” illogically signals that the claim in this sentence contrasts with the information in the previous sentences. Instead, the claim is because of the previous information about the bonding properties of spiders’ spatulae. Choice C is incorrect because “similarly” illogically signals that the claim in this sentence is similar to, but separate from, the information in the previous sentences. Instead, the claim is because of the previous information about the bonding properties of spiders’ spatulae.",
+ hasFigure: false,
+ },
+ {
+ id: "ac8eb085",
+ type: "mcq",
+ passage:
+ "“O2 Arena,” an award-winning science fiction story by Nigerian author Oghenechovwe Donald Ekpeki, takes place in an alternate version of Nigeria where breathable air is a rare commodity that is owned and sold by companies. ______blank people must purchase it with currency called O2 credits.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "As a result," },
+ { label: "B", text: "In any case," },
+ { label: "C", text: "Nevertheless," },
+ { label: "D", text: "Earlier," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The second sentence describes a consequence of the system laid out in the first sentence: because air is owned and sold by companies in this world, people have to buy it.
Choice B is incorrect. This choice uses a transition that means “no matter what happens” or “whatever the situation is,” which doesn’t make sense here. There’s only one situation described in the text: a fictional world in which companies own all the breathable air, forcing people to buy it. Choice C is incorrect. This choice uses a disagreement transition. But this sentence doesn’t disagree with the previous sentence. They both describe the same fictional situation. Choice D is incorrect. This choice uses a transition that indicates a shift back in time, which doesn’t make sense here. Both sentences use the present tense, as they’re describing the same fictional time period.",
+ hasFigure: false,
+ },
+ {
+ id: "b7571c0a",
+ type: "mcq",
+ passage:
+ "Practical movie effects, such as the use of actual locations in a film, provide a more realistic visual experience than computer-generated imagery (CGI) does, but giving audiences the “real thing” can be prohibitively expensive. ______blank many filmmakers use a blended approach, employing practical effects whenever possible and CGI elements as necessary to control costs.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Similarly," },
+ { label: "B", text: "For this reason," },
+ { label: "C", text: "Furthermore," },
+ { label: "D", text: "In other words," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The first sentence tells us that practical effects are more realistic but also more expensive than CGI. The second sentence tells us that many filmmakers use both kinds of effects, balancing realism with cost. To connect these ideas, we need a cause-and-effect transition, like “therefore.” “For this reason” has the same meaning as “therefore.” .
Choice A is incorrect. This isn’t a logical transition. The first sentence tells us that practical effects are more realistic but also more expensive than CGI. The second sentence tells us that many filmmakers use both kinds of effects, balancing realism with cost. To connect these ideas, we need a cause-and-effect transition, like “therefore.” “Similarly” doesn’t show cause and effect: it shows the addition of another agreeing idea. Choice C is incorrect. This isn’t a logical transition. The first sentence tells us that practical effects are more realistic but also more expensive than CGI. The second sentence tells us that many filmmakers use both kinds of effects, balancing realism with cost. To connect these ideas, we need a cause-and-effect transition, like “therefore.” “Furthermore” doesn’t show cause and effect: it shows the addition of another agreeing idea. Choice D is incorrect. This isn’t a logical transition. The first sentence tells us that practical effects are more realistic but also more expensive than CGI. The second sentence tells us that many filmmakers use both kinds of effects, balancing realism with cost. To connect these ideas, we need a cause-and-effect transition, like “therefore.” “In other words” doesn’t show cause and effect: it shows a restatement of the same idea in different words.",
+ hasFigure: false,
+ },
+ {
+ id: "c78620ba",
+ type: "mcq",
+ passage:
+ "In 1968, US Congressman John Conyers introduced a bill to establish a national holiday in honor of Dr. Martin Luther King Jr. The bill didn’t make it to a vote, but Conyers was determined. He teamed up with Shirley Chisholm, the first Black woman to be elected to Congress, and they resubmitted the bill every session for the next fifteen years. ______blank in 1983, the bill passed.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Instead," },
+ { label: "B", text: "Likewise," },
+ { label: "C", text: "Finally," },
+ { label: "D", text: "Additionally," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “Finally” logically signals that the bill passing—following many attempts between 1968 and 1983—is the final, concluding event in the sequence described in the previous sentences.
Choice A is incorrect because “instead” illogically signals that the bill passing is an alternative to one of the events described in the previous sentences. Instead, it is the final event in the sequence. Choice B is incorrect because “likewise” illogically signals that the bill passing is similar to one of the events described in the previous sentences. Instead, it is the final event in the sequence. Choice D is incorrect because “additionally” illogically signals that the bill passing is merely another event described along with the events of the previous sentences. Instead, it is the final, concluding event in the sequence.",
+ hasFigure: false,
+ },
+ {
+ id: "c7e85c0a",
+ type: "mcq",
+ passage:
+ "The envelope-shaped paper bags common in the US 150 years ago were impractical for carrying goods. ______blank because they were the only paper bags that could be mass-produced, these bags dominated the market. That all changed in the 1870s, when industrial designer Margaret Knight patented a machine to make flat-bottomed, foldable paper bags.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "However," },
+ { label: "B", text: "For instance," },
+ { label: "C", text: "Thus," },
+ { label: "D", text: "In other words," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “However” logically signals that the information in this sentence—that envelope-shaped bags dominated the market—contrasts with the previous claim that these bags were impractical for carrying goods.
Choice B is incorrect because “for instance” illogically signals that the information in this sentence is an example supporting the previous claim that envelope-shaped bags were impractical for carrying goods. Instead, the sentence contrasts with the previous claim about the bags. Choice C is incorrect because “thus” illogically signals that the information in this sentence is a result of the previous claim that envelope-shaped bags were impractical for carrying goods. Instead, the sentence contrasts with the previous claim about the bags. Choice D is incorrect because “in other words” illogically signals that the information in this sentence is a paraphrase of the previous claim that envelope-shaped bags were impractical for carrying goods. Instead, the sentence contrasts with the previous claim about the bags.",
+ hasFigure: false,
+ },
+ {
+ id: "d3898d32",
+ type: "mcq",
+ passage:
+ "Riley Black—the author of critically acclaimed books such as My Beloved Brontosaurus (2013)—is best known for writing about dinosaurs, but she has also conducted hands-on fieldwork. ______blank her fieldwork has included paleontological digs in Utah, Montana, and Wyoming, and her dinosaur fossil discoveries can be seen at places such as the Carnegie Museum of Natural History.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Regardless," },
+ { label: "B", text: "Subsequently," },
+ { label: "C", text: "Specifically," },
+ { label: "D", text: "Conversely," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The second sentence provides more specific information about the fieldwork mentioned in the first sentence—that the paleontological digs took place in Utah, Montana, and Wyoming. Therefore, “specifically” fits perfectly in this context.
Choice A is incorrect. This choice uses a disagreement transition. But this sentence doesn’t disagree with the previous sentence. Rather, this sentence agrees with and elaborates on the last sentence by providing more specifics about the fieldwork Black does. Choice B is incorrect. This choice uses a transition that indicates that an event took place after another event. But the two sentences are not describing different events—instead, this sentence gives more details about the fieldwork discussed in the first sentence. Choice D is incorrect. This choice uses a disagreement transition. But this sentence doesn’t disagree with the previous sentence. Rather, this sentence agrees with and elaborates on the last sentence by providing more specifics about the fieldwork Black does.",
+ hasFigure: false,
+ },
+ {
+ id: "db8fe023",
+ type: "mcq",
+ passage:
+ "A potter choosing which type of clay to use for a piece considers two key factors: the desired look of the piece and its intended use. ______blank earthenware clay is often used for decorative pieces because of its rustic look. This type of clay is not often used in industrial settings, though, because it is less durable than other clays.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In other words," },
+ { label: "B", text: "Regardless," },
+ { label: "C", text: "In conclusion," },
+ { label: "D", text: "For example," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The previous sentence tells us that potters think about the look and use of a piece when selecting clay. This sentence provides a specific example of a type of clay selected for its appearance, so the transition "for example" fits perfectly.
Choice A is incorrect. This choice uses a transition that indicates a restatement of the same idea. But this sentence does more than just restate the previous idea. Instead, it provides a more specific example of the idea presented in the first sentence. Choice B is incorrect. This choice uses a disagreement transition. But this sentence actually agrees with the previous sentence. Both sentences suggest that desired look plays a role in the selection of clay types for pottery pieces. Choice C is incorrect. This choice uses a concluding transition. But this sentence doesn’t sum up the previous sentence. Instead, it gives a specific example of the idea presented in the previous sentence.',
+ hasFigure: false,
+ },
+ {
+ id: "dd087f31",
+ type: "mcq",
+ passage:
+ "Chimamanda Ngozi Adichie’s 2013 novel Americanah chronicles the divergent experiences of Ifemelu and Obinze, a young Nigerian couple, after high school. Ifemelu moves to the United States to attend a prestigious university. ______blank Obinze travels to London, hoping to start a career there. However, frustrated with the lack of opportunities, he soon returns to Nigeria.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Meanwhile," },
+ { label: "B", text: "Nevertheless," },
+ { label: "C", text: "Secondly," },
+ { label: "D", text: "In fact," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Meanwhile” logically signals that the action described in this sentence (Obinze’s move to London to pursue a career) is simultaneous with the action described in the previous sentence (Ifemelu’s move to the United States). The first sentence establishes that the actions take place around the same time, referring to the characters’ “divergent experiences” following high school.
Choice B is incorrect because “nevertheless” illogically signals that the information in this sentence about Obinze’s move to London is true despite the previous information about Ifemelu’s move to the United States. Instead, as the first sentence establishes, Obinze’s move and Ifemelu’s move are related, parallel experiences that occur around the same time. Choice C is incorrect because “secondly” illogically signals that the information in this sentence is a second point or reason separate from the previous information about Ifemelu’s move to the United States. Instead, as the first sentence establishes, Obinze’s move and Ifemelu’s move are related, parallel experiences that occur around the same time. Choice D is incorrect because “in fact” illogically signals that the information in this sentence emphasizes, modifies, or contradicts the previous information about Ifemelu’s move to the United States. Instead, as the first sentence establishes, Obinze’s move and Ifemelu’s move are related, parallel experiences that occur around the same time.",
+ hasFigure: false,
+ },
+ {
+ id: "f07570bb",
+ type: "mcq",
+ passage:
+ "Researchers believe that pieces of hull found off Oregon’s coast are from a Spanish cargo ship that was lost in 1697. Stories passed down among the area’s Confederated Tribes of Siletz Indians support this belief. ______blank Siletz stories describe how blocks of beeswax, an item the ship had been carrying, began washing ashore after the ship was lost.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "For this reason," },
+ { label: "B", text: "For example," },
+ { label: "C", text: "However," },
+ { label: "D", text: "Likewise," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “For example” logically signals that the Siletz beeswax stories mentioned in this sentence are examples consistent with the previous claim that Siletz stories support the shipwreck theory.
Choice A is incorrect because “for this reason” illogically signals that the Siletz stories about the beeswax were caused by the previous claim that Siletz stories support the shipwreck theory. Instead, the beeswax stories are examples consistent with the claim. Choice C is incorrect because “however” illogically signals that the Siletz stories about the beeswax contrast with the previous claim that Siletz stories support the shipwreck theory. Instead, the beeswax stories are examples consistent with the claim. Choice D is incorrect because “likewise” illogically signals that the Siletz stories about the beeswax are similar to the previous claim that Siletz stories support the shipwreck theory. Instead, the beeswax stories are examples consistent with the claim.",
+ hasFigure: false,
+ },
+ {
+ id: "f33f0892",
+ type: "mcq",
+ passage:
+ "Although novels and poems are considered distinct literary forms, many authors have created hybrid works that incorporate elements of both. Bernardine Evaristo’s The Emperor’s Babe, ______blank is a verse novel, a book-length narrative complete with characters and a plot but conveyed in short, crisp lines of poetry rather than prose.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "by contrast," },
+ { label: "B", text: "consequently," },
+ { label: "C", text: "secondly," },
+ { label: "D", text: "for example," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “For example” logically signals that the information in this sentence—that The Emperor’s Babe is a novel conveyed in lines of poetry—exemplifies the claim in the previous sentence about hybrid works that incorporate elements of both novels and poems.
Choice A is incorrect because “by contrast” illogically signals that the information in this sentence contrasts with the claim about hybrid works in the previous sentence. Instead, the information demonstrates that Evaristo’s novel is an example of a hybrid work. Choice B is incorrect because “consequently” illogically signals that the information in this sentence is a consequence, or result, of the claim about hybrid works in the previous sentence. Instead, the information demonstrates that Evaristo’s novel is an example of a hybrid work. Choice C is incorrect because “secondly” illogically signals that the information in this sentence is a second, separate claim from the previous sentence’s claim about hybrid works. Instead, the information demonstrates that Evaristo’s novel is an example of a hybrid work.",
+ hasFigure: false,
+ },
+ {
+ id: "fc2bcc79",
+ type: "mcq",
+ passage:
+ "Tyrian purple was a highly prized dye among the Phoenicians (an ancient civilization located in present-day Lebanon). The Phoenicians were famous for using this natural dye to color their clothes a distinctive purple. ______blank the name “Phoenicia” itself, some historians claim, may have originally meant “land of purple.”
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In fact," },
+ { label: "B", text: "Regardless," },
+ { label: "C", text: "Lastly," },
+ { label: "D", text: "On the contrary," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “In fact” logically signals that the claim in this sentence—Phoenicia being named after the color purple—emphasizes and supports the previous claim that Phoenicians were famous for using purple dye.
Choice B is incorrect because “regardless” illogically signals that the claim about Phoenicia’s name contrasts with the previous claim that Phoenicians were famous for using purple dye. Instead, the naming emphasizes and supports this claim. Choice C is incorrect because “lastly” illogically signals that the claim about Phoenicia’s name is the final step in a process or sequence. Instead, the naming emphasizes and supports the previous claim that Phoenicians were famous for using purple dye. Choice D is incorrect because “on the contrary” illogically signals that the claim about Phoenicia’s name directly opposes the previous claim that Phoenicians were famous for using purple dye. Instead, the naming emphasizes and supports this claim.",
+ hasFigure: false,
+ },
+];
+
+export const TRANSITIONS_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "0205e563",
+ type: "mcq",
+ passage:
+ "At two weeks old, the time their critical socialization period begins, wolves can smell but cannot yet see or hear. Domesticated dogs, ______blank can see, hear, and smell by the end of two weeks. This relative lack of sensory input may help explain why wolves behave so differently around humans than dogs do: from a very young age, wolves are more wary and less exploratory.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "in other words," },
+ { label: "B", text: "for instance," },
+ { label: "C", text: "by contrast," },
+ { label: "D", text: "accordingly," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “By contrast” logically signals that the information in this sentence—that dogs can see, hear, and smell by the end of two weeks—contrasts with the preceding information (that wolves can smell but not see or hear at the same age).
Choice A is incorrect because “in other words” illogically signals that the information about domesticated dogs in this sentence paraphrases the information about wolves in the previous sentence. Instead, the information about dogs contrasts with what came before. Choice B is incorrect because “for instance” illogically signals that the information about domesticated dogs in this sentence exemplifies the information about wolves in the previous sentence. Instead, the information about dogs contrasts with what came before. Choice D is incorrect because “accordingly” illogically signals that the information about domesticated dogs in this sentence is in accordance with, or results from, the information about wolves in the previous sentence. Instead, the information about dogs contrasts with what came before.",
+ hasFigure: false,
+ },
+ {
+ id: "08be6347",
+ type: "mcq",
+ passage:
+ "In his 1925 book The Morphology of Landscape, US geographer Carl Sauer challenged prevailing views about how natural landscapes influence human cultures. ______blank Sauer argued that instead of being shaped entirely by their natural surroundings, cultures play an active role in their own development by virtue of their interactions with the environment.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Similarly," },
+ { label: "B", text: "Finally," },
+ { label: "C", text: "Therefore," },
+ { label: "D", text: "Specifically," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “Specifically” logically signals that the information in this sentence about Sauer’s argument—that, according to Sauer, cultures play a role in their own development, as opposed to being shaped solely by natural surroundings—provides specific, precise details elaborating on the more general information in the previous sentence about how Sauer challenged prevailing views about how natural landscapes influence human cultures.
Choice A is incorrect because “similarly” illogically signals that the information in this sentence about Sauer’s argument is similar to, but separate from, the more general information in the previous sentence. Instead, it provides specific, precise details elaborating on that information. Choice B is incorrect because “finally” illogically signals that the information in this sentence about Sauer’s argument indicates a last step in a process or a concluding summary. Instead, it provides specific, precise details elaborating on the general information in the previous sentence. Choice C is incorrect because “therefore” illogically signals that the information in this sentence about Sauer’s argument is a result of the more general information in the previous sentence. Instead, it provides specific, precise details elaborating on that information.",
+ hasFigure: false,
+ },
+ {
+ id: "0c13dea9",
+ type: "mcq",
+ passage:
+ "The chemical trimethylamine N-oxide not only gives fish their fishy smell but also protects them from crushing hydrostatic pressure in deep waters. Trimethylamine N-oxide strengthens the bonds between water molecules in a fish’s body. ______blank these water molecules maintain their linked structure at extreme depths, thus preventing pressure-related damage.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Nevertheless," },
+ { label: "B", text: "As a result," },
+ { label: "C", text: "However," },
+ { label: "D", text: "For instance," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “As a result” indicates that water molecules maintaining their linked structure at high pressures is caused by the strengthening of these water molecules by trimethylamine N-oxide. So the transition “as a result” fits the context perfectly.
Choice A is incorrect. This choice uses a disagreement transition. But this sentence doesn’t disagree with the previous one—rather, it’s describing an effect of the phenomenon described in the previous sentence. Choice C is incorrect. This choice uses a disagreement transition. But this sentence doesn’t disagree with the previous one; it actually expands on the previous sentence by describing an effect of the strengthened molecules. Choice D is incorrect. This choice uses an exemplification transition, which doesn’t make sense here. The second sentence doesn’t provide an example or instance of the idea in the previous sentence. Instead, it explores the effects of the previous idea in more depth.",
+ hasFigure: false,
+ },
+ {
+ id: "11df9b99",
+ type: "mcq",
+ passage:
+ "Because an achiral molecule is symmetrical, flipping it yields a structurally identical molecule. A flipped chiral molecule, ______blank can be compared to a glove that has been turned inside out: it produces a structurally inverted molecule rather than an identical one.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "in other words," },
+ { label: "B", text: "by contrast," },
+ { label: "C", text: "for example," },
+ { label: "D", text: "similarly," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. This sentence compares a chiral molecule to an achiral one. It discusses how when a chiral molecule is flipped, it results in something very different than when an achiral molecule is flipped. So the transition "by contrast" fits the context perfectly.
Choice A is incorrect. This choice uses a transition that indicates a restatement of the same idea in different words. But this sentence doesn’t restate the same idea as the previous sentence. Instead, it makes a new point about a different type of molecule (chiral instead of achiral). Choice C is incorrect. This choice uses a transition that introduces an example, which doesn’t make sense here. The second sentence isn’t an example of the first sentence’s claim about achiral molecules: it actually introduces an entirely different idea that focuses on chiral molecules. Choice D is incorrect. This choice uses a transition that indicates the addition of an agreeing idea. But this sentence shows a contrast with the first sentence—namely, that a chiral molecule acts very differently from an achiral molecule when flipped.',
+ hasFigure: false,
+ },
+ {
+ id: "129089b5",
+ type: "mcq",
+ passage:
+ "In 1933, the Twentieth Amendment to the US Constitution was ratified. The amendment mandates that presidential inaugurations be held on January 20, approximately ten weeks after the November election. ______blank this amendment requires newly elected US senators and representatives to be sworn into their respective offices on January 3.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Instead," },
+ { label: "B", text: "For instance," },
+ { label: "C", text: "Specifically," },
+ { label: "D", text: "In addition," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “In addition” logically signals that the information in this sentence—that the Twentieth Amendment requires newly elected US senators and representatives to be sworn in on January 3—is separate from and additional to the amendment’s mandate concerning presidential inaugurations.
Choice A is incorrect because “instead” illogically signals that the information in the sentence presents an alternative to or substitute for the Twentieth Amendment’s mandate concerning presidential inaugurations. Rather, the sentence presents a separate requirement in addition to that one. Choice B is incorrect because “for instance” illogically signals that the information in the sentence exemplifies the Twentieth Amendment’s mandate concerning presidential inaugurations. Instead, the sentence presents a separate requirement in addition to that one. Choice C is incorrect because “specifically” illogically signals that the sentence provides specific, precise details elaborating on the Twentieth Amendment’s mandate concerning presidential inaugurations. Instead, the sentence presents a separate requirement in addition to that one.",
+ hasFigure: false,
+ },
+ {
+ id: "17e49403",
+ type: "mcq",
+ passage:
+ "When, in the 1800s, geologists first realized that much of Earth had once been covered by great sheets of ice, some theorized that the phenomenon was cyclical, occurring at regular intervals. Each Ice Age is so destructive, though, that it largely erases the geological evidence of its predecessor. ______blank geologists were unable to confirm the theory of cyclical Ice Ages until the 1960s.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Hence," },
+ { label: "B", text: "Moreover," },
+ { label: "C", text: "Nevertheless," },
+ { label: "D", text: "Next," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Hence” logically signals that the information in this sentence—that geologists couldn’t confirm the theory of cyclical Ice Ages until the 1960s—is a consequence of the previous information about the destructiveness of each Ice Age and the erasure of necessary geological evidence.
Choice B is incorrect because “moreover” illogically signals that the information in this sentence is merely additional to the previous information about the destructiveness of each Ice Age. Instead, the sentence identifies a specific consequence of that information. Choice C is incorrect because “nevertheless” illogically signals that the information in this sentence is true despite the previous information about the destructiveness of each Ice Age. Instead, the sentence identifies a specific consequence of that information. Choice D is incorrect because “next” illogically signals that the information in this sentence is the next step in a process. Instead, the sentence identifies a specific consequence of the previous information.",
+ hasFigure: false,
+ },
+ {
+ id: "1a8126aa",
+ type: "mcq",
+ passage:
+ "In 2019, researcher Patricia Jurado Gonzalez and food historian Nawal Nasrallah prepared a stew from a 4,000-year-old recipe found on a Mesopotamian clay tablet. When they tasted the dish, known as pašrūtum (“unwinding”), they found that it had a mild taste and inspired a sense of calm. ______blank the researchers, knowing that dishes were sometimes named after their intended effects, theorized that the dish’s name, “unwinding,” referred to its function: to help ancient diners relax.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Therefore," },
+ { label: "B", text: "Alternately," },
+ { label: "C", text: "Nevertheless," },
+ { label: "D", text: "Likewise," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. "Therefore" logically signals that the action described in this sentence—the researchers theorizing that the dish was named for its effect on diners—is a result or consequence of the previous observation that the dish had a calming effect.
Choice B is incorrect because "alternately" illogically signals that the action described in this sentence offers an alternative or contrast to the previous observation that the dish had a calming effect. Instead, the action is a result or consequence of that observation. Choice C is incorrect because "nevertheless" illogically signals that the action described in this sentence occurs despite the previous observation that the dish had a calming effect. Instead, the action is a result or consequence of that observation. Choice D is incorrect because "likewise" illogically signals that this sentence merely adds a second, similar detail to the previous observation that the dish had a calming effect. Instead, this sentence describes an action that is a result or consequence of that observation.',
+ hasFigure: false,
+ },
+ {
+ id: "221ecf0f",
+ type: "mcq",
+ passage:
+ "Alexander Lawrence Posey (1873–1908) varied his focus and tone depending on the genre in which he was writing. In his poetry, he used heartfelt language to evoke the beauty and peacefulness of his natural surroundings; in his journalism, ______blank he employed humor and satire to comment on political issues affecting his Muskogee Creek community.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "that is," },
+ { label: "B", text: "granted," },
+ { label: "C", text: "similarly," },
+ { label: "D", text: "by contrast," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This sentence compares two examples of Posey’s tone: the “heartfelt language” he used in his poetry versus the “humor and satire” he used in his journalism. We know from these descriptions and from the claim in the previous sentence that the two tones are very different from each other. So the transition “by contrast” fits the context perfectly.
Choice A is incorrect. This choice uses a transition that indicates a restatement of the same idea in other words. But the text isn’t restating the first example here. Instead, it’s offering a second, totally different example. Choice B is incorrect. This choice uses a transition that means “admittedly.” But the text isn’t admitting or conceding anything here. Instead, these two examples work together to support the claim made in the first sentence. Choice C is incorrect. This choice uses a transition that indicates the addition of an agreeing idea. But these two examples are intentionally very different from each other, so “similarly” doesn’t make sense here.",
+ hasFigure: false,
+ },
+ {
+ id: "2b5f4bdc",
+ type: "mcq",
+ passage:
+ "In the early 1900s, Jovita Idár fought injustice on both sides of the Mexico–United States border. As a reporter for the Texas newspaper La Crónica, she voiced support for the Mexican people’s revolt against authoritarian rule. ______blank she founded the League of Mexican Women, a group that advocated for the rights of Mexican Americans.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Additionally," },
+ { label: "B", text: "In conclusion," },
+ { label: "C", text: "For example," },
+ { label: "D", text: "Rather," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because “additionally” logically signals that the information in this sentence—that Idár founded the League of Mexican Women—is another instance of Idár fighting injustice, this time advocating for the rights of Mexican Americans.
Choice B is incorrect because “in conclusion” illogically signals that the information in this sentence sums up or concludes the discussion of Idár’s support for the Mexican people’s revolt. Instead, the founding of the League of Mexican Women is a separate instance of Idár fighting injustice. Choice C is incorrect because “for example” illogically signals that the information in this sentence is an example of how, as a newspaper reporter, Idár voiced support for the Mexican people’s revolt. Instead, the founding of the League of Mexican Women is a separate instance of Idár fighting injustice, this time in support of Mexican Americans. Choice D is incorrect because “rather” illogically signals that the information in this sentence offers a contrast or exception to the previous information about Idár’s support for the Mexican people’s revolt. Instead, the founding of the League of Mexican Women is a separate instance of Idár fighting injustice.",
+ hasFigure: false,
+ },
+ {
+ id: "30438650",
+ type: "mcq",
+ passage:
+ "Jhumpa Lahiri’s story collection Interpreter of Maladies features multiple stories about romantic relationships. In “This Blessed House,” newlyweds argue over whether to replace items left by the previous owners of their new home. ______blank in “A Temporary Matter,” a husband and wife attempt to rekindle their relationship during a four-night blackout.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Granted," },
+ { label: "B", text: "For example," },
+ { label: "C", text: "Likewise," },
+ { label: "D", text: "Hence," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. "Likewise" is a transition that indicates the addition of a new but related idea. In this sentence, the author is providing another similar example to that discussed in the previous sentence. Therefore, "likewise" works best in this context.
Choice A is incorrect. This choice uses a transition that means "admittedly." But the text isn’t admitting or conceding anything here. Instead, these two examples work together to support the claim made in the first sentence. Choice B is incorrect. This choice uses an exemplification transition, which doesn’t make sense here. The second story is not an example of the story in the previous sentence—it’s another, similar story. And while both stories exemplify the first sentence in the text, the transition we’re looking for isn’t actually connected to that sentence. Choice D is incorrect. This choice uses a cause-and-effect transition, which doesn’t make sense here. The first story didn’t result in the events of the second story.',
+ hasFigure: false,
+ },
+ {
+ id: "326017ce",
+ type: "mcq",
+ passage:
+ "For years, biologists have experimented with using grime-eating bacteria rather than harsh chemicals to clean artworks, and results have been impressive overall. ______blank these bacterial strains—which can metabolize centuries’ worth of oil, glue, dirt, and other surface impurities without creating harmful byproducts—have proven more effective than traditional chemical cleaning methods.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "However," },
+ { label: "B", text: "In many cases," },
+ { label: "C", text: "As a result," },
+ { label: "D", text: "Additionally," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The first sentence makes the claim that using grime-eating bacteria has led to “impressive results.” This sentence supports that claim by describing the specific findings of the biologists’ experimentation. The transition “in many cases” fits the context perfectly.
Choice A is incorrect. This choice uses a disagreement transition. But this sentence actually agrees with the previous sentence. Both claim that grime-eating bacteria are better at cleaning artworks than chemicals. Choice C is incorrect. This choice uses a cause-and-effect transition, which doesn’t make sense in context. The fact that the results of the experimentation have been impressive overall doesn’t cause the bacteria to have proven more effective. Choice D is incorrect. This choice uses a transition that indicates the addition of a new idea. But this sentence doesn’t introduce a new idea. Instead, it elaborates on the same idea laid out in the previous sentence by describing the “impressive results” in more detail.",
+ hasFigure: false,
+ },
+ {
+ id: "388b45aa",
+ type: "mcq",
+ passage:
+ "Establishing Coordinated Universal Time (UTC) is no easy task. Each month, readings of a single second from atomic clocks around the world are taken and sent to the International Bureau of Weights and Measures (BIPM) in France. ______blank BIPM metrologists perform the meticulous work of assembling these minutely disparate readings into a globally shared time standard.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "There," },
+ { label: "B", text: "In particular," },
+ { label: "C", text: "For example," },
+ { label: "D", text: "Conversely," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. "There" indicates that the work of calculating Coordinated Universal Time takes place at the International Bureau of Weights and Measures in France. Because "there" indicates a location, it fits the context perfectly.
Choice B is incorrect. This choice uses an exemplification transition, which doesn’t make sense here. This sentence is describing where the work of coordinating Coordinated Universal Time takes place, not giving an example of the work described in the previous sentence. Choice C is incorrect. This choice uses an exemplification transition, which doesn’t make sense here. This sentence is describing where the work of coordinating Coordinated Universal Time takes place, not giving an example of the work described in the previous sentence. Choice D is incorrect. This choice uses a disagreement transition. But this sentence doesn’t disagree with the previous sentence. They both describe the work involved in calculating Coordinated Universal Time.',
+ hasFigure: false,
+ },
+ {
+ id: "39d1a519",
+ type: "mcq",
+ passage:
+ "To discover which fruit varieties were grown in Italy’s Umbria region before the introduction of industrial farming, botanist Isabella Dalla Ragione often turns to centuries-old lists of cooking ingredients. ______blank she analyzes Renaissance paintings of Umbria, as they can provide accurate representations of fruits that were grown there long ago.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In sum," },
+ { label: "B", text: "Instead," },
+ { label: "C", text: "Thus," },
+ { label: "D", text: "Additionally," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “Additionally” logically signals that the painting analysis discussed in this sentence is an additional part of the botany research discussed in the previous sentence. That is, to research which fruits Umbrians grew in the past, the botanist analyzes old paintings in addition to looking at old lists of ingredients.
Choice A is incorrect because “in sum” illogically signals that the painting analysis discussed in this sentence is a concluding summary of the botany research discussed in the previous sentence. Instead, the painting analysis is an additional part of that research. Choice B is incorrect because “instead” illogically signals that the painting analysis discussed in this sentence is an alternative to the botany research discussed in the previous sentence. Rather, the painting analysis is an additional part of that research. Choice C is incorrect because “thus” illogically signals that the painting analysis discussed in this sentence is a result of the botany research discussed in the previous sentence. Instead, the painting analysis is an additional part of that research.",
+ hasFigure: false,
+ },
+ {
+ id: "4fde4454",
+ type: "mcq",
+ passage:
+ "One poll taken after the first 1960 presidential debate suggested that John Kennedy lost badly: only 21 percent of those who listened on the radio rated him the winner. ______blank the debate was ultimately considered a victory for the telegenic young senator, who rated higher than his opponent, Vice President Richard Nixon, among those watching on the new medium of television.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In other words," },
+ { label: "B", text: "Therefore," },
+ { label: "C", text: "Likewise," },
+ { label: "D", text: "Nevertheless," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “Nevertheless” logically signals that the claim in this sentence—that the telegenic Kennedy was ultimately considered the winner of the debate—is true despite the previous information about the poll of radio listeners.
Choice A is incorrect because “in other words” illogically signals that the claim in this sentence is a paraphrase of the previous information about the poll of radio listeners. Instead, Kennedy was ultimately considered the winner despite what that poll suggested about his performance. Choice B is incorrect because “therefore” illogically signals that the claim in this sentence is a result of the previous information about the poll of radio listeners. Instead, Kennedy was ultimately considered the winner despite what that poll suggested about his performance. Choice C is incorrect because “likewise” illogically signals that the claim in this sentence is similar to the previous information about the poll of radio listeners. Instead, Kennedy was ultimately considered the winner despite what that poll suggested about his performance.",
+ hasFigure: false,
+ },
+ {
+ id: "52b31d7b",
+ type: "mcq",
+ passage:
+ "In November 1934, Amrita Sher-Gil was living in what must have seemed like the ideal city for a young artist: Paris. She was studying firsthand the color-saturated style of France’s modernist masters and beginning to make a name for herself as a painter. ______blank Sher-Gil longed to return to her childhood home of India; only there, she believed, could her art truly flourish.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Still," },
+ { label: "B", text: "Therefore," },
+ { label: "C", text: "Indeed," },
+ { label: "D", text: "Furthermore," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Still” logically signals that the information about Sher-Gil in this sentence—that she longed to leave Paris and return to India—contrasts with what one would expect after reading about Sher-Gil’s experiences in Paris in the previous sentences.
Choice B is incorrect because “therefore” illogically signals that the information about Sher-Gil in this sentence is a result or consequence of the descriptions in the previous sentences. Instead, this information contrasts with what one would expect after reading about Sher-Gil’s experiences in Paris. Choice C is incorrect because “indeed” illogically signals that the information about Sher-Gil in this sentence offers additional emphasis in support of the descriptions in the previous sentences. Instead, this information contrasts with what one would expect after reading about Sher-Gil’s experiences in Paris. Choice D is incorrect because “furthermore” illogically signals that the information about Sher-Gil in this sentence offers additional support for or confirmation of the descriptions in the previous sentences. Instead, this information contrasts with what one would expect after reading about Sher-Gil’s experiences in Paris.",
+ hasFigure: false,
+ },
+ {
+ id: "601b9d18",
+ type: "mcq",
+ passage:
+ "Some members of the US Supreme Court have resisted calls to televise the court’s oral arguments, concerned that the participants would be tempted to perform for the cameras (and thus lower the quality of the discourse). ______blank the justices worry that most viewers would not even watch the full deliberations, only short clips that could be misinterpreted and mischaracterized.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "However," },
+ { label: "B", text: "Additionally," },
+ { label: "C", text: "In comparison," },
+ { label: "D", text: "For example," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “Additionally” logically signals that the claim in this sentence—that some Supreme Court justices worry that viewers (of televised court arguments) would watch only short, misleading clips—adds to the information in the previous sentence. Specifically, the previous sentence indicates one concern raised by those opposed to televising the court’s oral arguments, and the claim that follows indicates a second, additional concern.
Choice A is incorrect because “however” illogically signals that the claim in this sentence contrasts with the information in the previous sentence. Instead, the claim adds to the information, indicating a second, additional concern that some Supreme Court justices have about televising the court’s arguments. Choice C is incorrect because “in comparison” illogically signals that the claim in this sentence is being compared to the information in the previous sentence. Instead, the claim adds to the information, indicating a second, additional concern that some Supreme Court justices have about televising the court’s arguments. Choice D is incorrect because “for example” illogically signals that the claim in this sentence exemplifies the information in the previous sentence. Instead, the claim adds to the information, indicating a second, additional concern that some Supreme Court justices have about televising the court’s arguments.",
+ hasFigure: false,
+ },
+ {
+ id: "82ec9628",
+ type: "mcq",
+ passage:
+ "Archaeologist Sue Brunning explains why the seventh-century ship burial site at Sutton Hoo in England was likely the tomb of a king. First, the gold artifacts inside the ship suggest that the person buried with them was a wealthy and respected leader. ______blank the massive effort required to bury the ship would likely only have been undertaken for a king.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Instead," },
+ { label: "B", text: "Still," },
+ { label: "C", text: "Specifically," },
+ { label: "D", text: "Second," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “Second” logically signals that the information in this sentence—that the effort to bury the ship would likely only have been made for a king—joins the information in the previous sentence (“first…”) in supporting Brunning’s claim that the burial site was likely the tomb of a king.
Choice A is incorrect because “instead” illogically signals that the information in this sentence presents an alternative or substitute to the previous information about the gold artifacts inside the ship. Rather, this sentence presents a second piece of information that supports Brunning’s claim. Choice B is incorrect because “still” illogically signals that the information in this sentence exists in contrast to or despite the previous information about the gold artifacts inside the ship. Instead, this sentence presents a second piece of information that supports Brunning’s claim. Choice C is incorrect because “specifically” illogically signals that the information in this sentence specifies or elaborates on the previous information about the gold artifacts inside the ship. Instead, this sentence presents a second piece of information that supports Brunning’s claim.",
+ hasFigure: false,
+ },
+ {
+ id: "8622320e",
+ type: "mcq",
+ passage:
+ "Earth’s auroras—colorful displays of light seen above the northern and southern poles—result, broadly speaking, from the Sun’s activity. ______blank the Sun releases charged particles that are captured by Earth’s magnetic field and channeled toward the poles. These particles then collide with atoms in the atmosphere, causing the atoms to emit auroral light.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Specifically," },
+ { label: "B", text: "Similarly," },
+ { label: "C", text: "Nevertheless," },
+ { label: "D", text: "Hence," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Specifically” logically signals that the information in this sentence—that the Sun releases charged particles that later collide with atoms, resulting in auroral light—provides specific, precise details about how auroras result from the Sun’s activity.
Choice B is incorrect because “similarly” illogically signals that the information in this sentence is similar to the general information about auroras in the previous sentence. Instead, this sentence provides specific, precise details about how auroras form. Choice C is incorrect because “nevertheless” illogically signals that the information in this sentence is despite the general information about auroras in the previous sentence. Instead, this sentence provides specific, precise details about how auroras form. Choice D is incorrect because “hence” illogically signals that the information in this sentence is a result of the general information about auroras in the previous sentence. Instead, this sentence provides specific, precise details about how auroras form.",
+ hasFigure: false,
+ },
+ {
+ id: "97e2e364",
+ type: "mcq",
+ passage:
+ "Okot p’Bitek’s poem Song of Lawino (1966) explores postcolonial Ugandan life through the eyes of a woman living in a rural village. With its vibrant imagery, bitingly satiric tone, and dexterous use of traditional Acholi song and phraseology, the poem inspired a generation of East African writers. ______blank those who adopted its style are often referred to as Okot School poets.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Nevertheless," },
+ { label: "B", text: "Fittingly," },
+ { label: "C", text: "By comparison," },
+ { label: "D", text: "Instead," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “Fittingly” is a transition that means “appropriately” or “suitably,” and it is appropriate that writers who adopted their style from Okot p’Bitek would be known as the Okot School poets.
Choice A is incorrect. This choice uses a disagreement transition. But this sentence is not disagreeing with anything—rather, it’s discussing how it makes sense for those writers who adopted Okot’s style to be known as the Okot School poets. Choice C is incorrect. This choice uses a transition that compares two ideas. But this sentence is not comparing the Okot School poets and their style to Okot’s style. Choice D is incorrect. This choice uses a disagreement transition. But this sentence is not disagreeing with anything—rather, it’s discussing how it makes sense for those writers who adopted Okot’s style to be known as the Okot School poets.",
+ hasFigure: false,
+ },
+ {
+ id: "9e34720b",
+ type: "mcq",
+ passage:
+ "Although those who migrated to California in 1849 dreamed of finding gold nuggets in streambeds, the state’s richest deposits were buried deeply in rock, beyond the reach of individual prospectors. ______blank by 1852, many had given up their fortune-hunting dreams and gone to work for one of the large companies capable of managing California’s complex mining operations.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Furthermore," },
+ { label: "B", text: "Still," },
+ { label: "C", text: "Consequently," },
+ { label: "D", text: "Next," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “Consequently” logically signals that the information in this sentence—that many individual gold prospectors gave up their fortune-hunting dreams and became employees of mining companies—is a result or consequence of the previous information about the inaccessibility of the state’s gold deposits.
Choice A is incorrect because “furthermore” illogically signals that the information in this sentence merely adds to the previous information about the inaccessibility of the state’s gold deposits. Instead, it’s a result or consequence of that information. Choice B is incorrect because “still” illogically signals that the information in this sentence offers a contrast or exception to the previous information about the inaccessibility of the state’s gold deposits. Instead, it’s a result or consequence of that information. Choice D is incorrect because “next” illogically signals that the information in this sentence is the next step in a process. Instead, it’s a result or consequence of the previous information about the inaccessibility of the state’s gold deposits.",
+ hasFigure: false,
+ },
+ {
+ id: "a40c7aa3",
+ type: "mcq",
+ passage:
+ "Most of the planets that have been discovered outside our solar system orbit G-type stars, like our Sun. In 2014, ______blank researchers identified a planet orbiting KELT-9, a B-type star more than twice as massive and nearly twice as hot as the Sun. Called KELT-9b, it is one of the hottest planets ever discovered.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "likewise," },
+ { label: "B", text: "however," },
+ { label: "C", text: "therefore," },
+ { label: "D", text: "for example," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. The word “however” logically signals that the information in this sentence about the planet KELT-9b—that it orbits a B-type star—contrasts with the previous information about planets discovered outside our solar system. Most of these planets orbit G-type stars, not B-type stars.
Choice A is incorrect because “likewise” illogically signals that the information about the planet KELT-9b is similar to the previous information about most planets outside our solar system. Instead, it contrasts with that information. Choice C is incorrect because “therefore” illogically signals that the information about the planet KELT-9b is a result of the previous information about most planets outside our solar system. Instead, it contrasts with that information. Choice D is incorrect because “for example” illogically signals that the information about the planet KELT-9b is an example of the previous information about most planets outside our solar system. Instead, it contrasts with that information.",
+ hasFigure: false,
+ },
+ {
+ id: "a819d8b6",
+ type: "mcq",
+ passage:
+ "In 1873, Spanish scientist Santiago Ramón y Cajal observed that brain fibers have distinct boundaries with clear end points, a finding that went against earlier assumptions about the brain. ______blank scientists had assumed that the brain was a continuous web of fused fibers, not a vast network of distinct, individual cells.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "However," },
+ { label: "B", text: "Previously," },
+ { label: "C", text: "As a result," },
+ { label: "D", text: "Likewise," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “Previously” logically signals that the fused fiber theory came before Ramón y Cajal’s discovery.
Choice A is incorrect. “However” illogically signals that the fused fiber theory in this sentence contrasts with the information in the previous sentence. While this theory does contrast with Ramón y Cajal’s discovery, the previous sentence concludes by stating that his discovery went against prior assumptions about the brain. The fact that the fused fiber theory was one of those earlier assumptions makes “however” an illogical choice. Choice C is incorrect because “as a result” illogically signals that the fused fiber theory in this sentence was a result of the discovery in the previous sentence. Instead, the fused fiber theory came before Ramón y Cajal’s discovery. Choice D is incorrect because “likewise” illogically signals that the fused fiber theory in this sentence was similar to the discovery in the previous sentence. Instead, the fused fiber theory, which came before Ramón y Cajal’s discovery, was very different from it.",
+ hasFigure: false,
+ },
+ {
+ id: "af89fa02",
+ type: "mcq",
+ passage:
+ "The Babylonian king Hammurabi achieved much during his forty-year reign. He conquered all of Mesopotamia and built Babylon into one of the most powerful cities of the ancient world. Today, ______blank he is mainly remembered for a code of laws inscribed on a seven-foot-tall block of stone: the Code of Hammurabi.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "therefore," },
+ { label: "B", text: "likewise," },
+ { label: "C", text: "however," },
+ { label: "D", text: "for instance," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “However” logically signals that the information in this sentence—that Hammurabi is mainly remembered for just a single achievement, the Code of Hammurabi—is contrary to what might be assumed from the previous information about Hammurabi’s many achievements.
Choice A is incorrect because “therefore” illogically signals that the information in this sentence is a result of the previous information about Hammurabi’s many achievements. Instead, this sentence makes a point that is contrary to what might be assumed from the previous information. Choice B is incorrect because “likewise” illogically signals that the information in this sentence is similar to the previous information about Hammurabi’s many achievements. Instead, this sentence makes a point that is contrary to what might be assumed from the previous information. Choice D is incorrect because “for instance” illogically signals that this sentence exemplifies the previous information about Hammurabi’s many achievements. Instead, this sentence makes a point that is contrary to what might be assumed from the previous information.",
+ hasFigure: false,
+ },
+ {
+ id: "b7c404d1",
+ type: "mcq",
+ passage:
+ "With her room-sized installation The Interstitium, Iranian American artist Laleh Mehran succeeded in creating a space that felt, as intended, both “familiar and distant.” ______blank with a video screen placed at the far end of the coal slag-encrusted room, her installation was reminiscent of a typical movie theater—albeit one found in a subterranean coal mine.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Next," },
+ { label: "B", text: "Nevertheless," },
+ { label: "C", text: "Indeed," },
+ { label: "D", text: "Instead," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. "Indeed" logically signals that the information in this sentence—that Laleh Mehran’s installation resembled both a typical movie theater and a coal mine—supports the previous sentence’s claim that the space Mehran created felt both "familiar and distant."
Choice A is incorrect because "next" illogically signals that the description of Laleh Mehran’s installation in this sentence is the next step in a process. Rather, it supports the previous sentence’s claim about Mehran’s installation. Choice B is incorrect because "nevertheless" illogically signals that the information in this sentence is true despite the claim about Laleh Mehran’s installation in the previous sentence. Rather, it supports that claim. Choice D is incorrect because "instead" illogically signals that this sentence presents an alternative to the previous sentence’s claim about Laleh Mehran’s installation. Rather, it supports that claim.',
+ hasFigure: false,
+ },
+ {
+ id: "b8eec031",
+ type: "mcq",
+ passage:
+ "Researchers Helena Mihaljević-Brandt, Lucía Santamaría, and Marco Tullney report that while mathematicians may have traditionally worked alone, evidence points to a shift in the opposite direction. ______blank mathematicians are choosing to collaborate with their peers—a trend illustrated by a rise in the number of mathematics publications credited to multiple authors.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Similarly," },
+ { label: "B", text: "For this reason," },
+ { label: "C", text: "Furthermore," },
+ { label: "D", text: "Increasingly," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “Increasingly” logically signals that the claim in this sentence—that mathematicians are collaborating with their peers—marks a change relative to what was traditionally done. As the previous sentence explains, while mathematicians may have traditionally worked alone, evidence points to a shift in the opposite direction. The claim describes the shift: a rise in collaboration.
Choice A is incorrect because “similarly” illogically signals that the claim in this sentence is similar to, but separate from, the previous claim about the shift away from mathematicians working alone. Instead, the claim about the rise in collaboration elaborates on the previous claim, describing the shift. Choice B is incorrect because “for this reason” illogically signals that the claim in this sentence is caused by the previous claim about the shift away from mathematicians working alone. Instead, the claim about the rise in collaboration elaborates on the previous claim, describing the shift. Choice C is incorrect because “furthermore” illogically signals that the claim in this sentence is in addition to the previous claim about the shift away from mathematicians working alone. Instead, the claim about the rise in collaboration elaborates on the previous claim, describing the shift.",
+ hasFigure: false,
+ },
+ {
+ id: "d54e16ee",
+ type: "mcq",
+ passage:
+ "Originally coined by economist Joan Robinson to refer to markets with multiple sellers of a product but only one buyer, the term “monopsony” can also refer to markets where demand for labor is limited. In a product monopsony, the single buyer can force sellers to lower their prices. ______blank in a labor monopsony, employers can force workers to accept lower wages.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Earlier," },
+ { label: "B", text: "Instead," },
+ { label: "C", text: "Similarly," },
+ { label: "D", text: "In particular," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “Similarly” logically signals that the information in this sentence about a labor monopsony is similar to the information in the previous sentence about a product monopsony. In both types of markets, one party (an employer or a buyer) has the power to force another party (a worker or seller) to accept less money (for labor or products).
Choice A is incorrect because “earlier” illogically signals that the information in this sentence about a labor monopsony occurs earlier (in a chronological sequence) than the information about a product monopsony. Instead, it is similar to the information about a product monopsony. Choice B is incorrect because “instead” illogically signals that the information in this sentence about a labor monopsony is an alternative to the previous information about a product monopsony. Instead, it is similar to the information about a product monopsony. Choice D is incorrect because “in particular” illogically signals that the information in this sentence about a labor monopsony provides specific details elaborating on the previous information about a product monopsony. Instead, it is similar to the information about a product monopsony.",
+ hasFigure: false,
+ },
+ {
+ id: "e1b00a70",
+ type: "mcq",
+ passage:
+ "The more diverse and wide ranging an animal’s behaviors, the larger and more energy demanding the animal’s brain tends to be. ______blank from an evolutionary perspective, animals that perform only basic actions should allocate fewer resources to growing and maintaining brain tissue. The specialized subtypes of ants within colonies provide an opportunity to explore this hypothesis.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Subsequently," },
+ { label: "B", text: "Besides," },
+ { label: "C", text: "Nevertheless," },
+ { label: "D", text: "Thus," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “Thus” logically signals that the claim in this sentence—that animals performing only basic actions should allocate relatively few resources to their brain tissue—is a consequence of the previous sentence’s claim about the energy demands of animal brains (namely, that the more diverse an animal’s behaviors, the more energy its brain needs).
Choice A is incorrect because “subsequently” illogically signals that the claim in this sentence occurs later in a chronological sequence of events than the previous sentence’s claim about the energy demands of animal brains. Instead, the second claim is a consequence of the first. Choice B is incorrect because “besides” illogically signals that the claim in this sentence provides a separate point in addition to, or apart from, the previous sentence’s claim about the energy demands of animal brains. Instead, the second claim is a consequence of the first. Choice C is incorrect because “nevertheless” illogically signals that the claim in this sentence is true in spite of the previous sentence’s claim about the energy demands of animal brains. Instead, the second claim is a consequence of the first.",
+ hasFigure: false,
+ },
+ {
+ id: "ec3d7605",
+ type: "mcq",
+ passage:
+ "Award-winning travel writer Linda Watanabe McFerrin considers the background research she conducts on destinations featured in her travel books to be its own reward. ______blank McFerrin admits to finding the research phase of her work just as fascinating and engaging as exploring a location in person.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "By contrast," },
+ { label: "B", text: "Likewise," },
+ { label: "C", text: "Besides," },
+ { label: "D", text: "In fact," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “In fact” logically signals that the information in this sentence—that McFerrin finds the research phase of her work to be just as fascinating as travel—emphasizes and elaborates on the previous sentence’s point that McFerrin regards background research as a rewarding activity.
Choice A is incorrect because “by contrast” illogically signals that the information in this sentence contrasts with the previous sentence’s point about McFerrin’s attitude toward background research. Instead, it emphasizes and elaborates on that point. Choice B is incorrect because “likewise” illogically signals that this sentence merely adds a second, similar point to the previous sentence’s point about McFerrin’s attitude toward background research. Instead, it emphasizes and elaborates on that point. Choice C is incorrect because “besides” illogically signals that this sentence provides a separate point in addition to, or apart from, the previous sentence’s point about McFerrin’s attitude toward background research. Instead, it emphasizes and elaborates on that point.",
+ hasFigure: false,
+ },
+ {
+ id: "eea351c4",
+ type: "mcq",
+ passage:
+ "“Wishcycling”—putting nonrecyclable items into recycling bins under the mistaken belief that those items can be recycled—ultimately does more harm than good. Nonrecyclable items, such as greasy pizza boxes, can contaminate recyclable materials, rendering entire batches unusable. ______blank nonrecyclable products can damage recycling plants’ machinery.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Fittingly," },
+ { label: "B", text: "On the contrary," },
+ { label: "C", text: "Moreover," },
+ { label: "D", text: "Nevertheless," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The first sentence tells us that “wishcycling” is harmful, the previous sentence gives us an example, and this sentence gives us another example. So “moreover”—a transition that indicates the addition of another supporting point—fits perfectly here.
Choice A is incorrect. This choice uses a transition that means “appropriately” or “suitably,” which doesn’t make sense in context. This sentence adds another example of how “wishcycling” is harmful, so we’re looking for an addition transition. Choice B is incorrect. This choice uses a disagreement transition. But this sentence actually agrees with the previous sentence. Both provide examples of how “wishcycling” is harmful. Choice D is incorrect. This choice uses a disagreement transition. But this sentence actually agrees with the previous sentence. Both provide examples of how “wishcycling” is harmful.",
+ hasFigure: false,
+ },
+ {
+ id: "f114cbf0",
+ type: "mcq",
+ passage:
+ "A firefly uses specialized muscles to draw oxygen into its lower abdomen through narrow tubes, triggering a chemical reaction whereby the oxygen combines with chemicals in the firefly’s abdomen to produce a glow. ______blank when the firefly stops drawing in oxygen, the reaction—and the glow—cease.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "For instance," },
+ { label: "B", text: "By contrast," },
+ { label: "C", text: "Specifically," },
+ { label: "D", text: "In conclusion," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “By contrast” logically signals that the information in this sentence—that a firefly’s glow ceases when it stops drawing in oxygen—contrasts with the previous sentence’s discussion of the processes that cause a firefly to begin to glow.
Choice A is incorrect because “for instance” illogically signals that the information in the sentence exemplifies the previous sentence’s discussion of how a firefly begins to glow. Instead, it contrasts with the previous sentence’s discussion. Choice C is incorrect because “specifically” illogically signals that the information in the sentence provides specific details elaborating on the previous sentence’s discussion of how a firefly begins to glow. Instead, it contrasts with the previous sentence’s discussion. Choice D is incorrect because “in conclusion” illogically signals that the information in the sentence sums up the previous sentence’s discussion of how a firefly begins to glow. Instead, it contrasts with the previous sentence’s discussion.",
+ hasFigure: false,
+ },
+ {
+ id: "fd24f48f",
+ type: "mcq",
+ passage:
+ "Before California’s 1911 election to approve a proposition granting women the right to vote, activists across the state sold tea to promote the cause of suffrage. In San Francisco, the Woman’s Suffrage Party sold Equality Tea at local fairs. ______blank in Los Angeles, activist Nancy Tuttle Craig, who ran one of California’s largest grocery store firms, distributed Votes for Women Tea.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "For example," },
+ { label: "B", text: "To conclude," },
+ { label: "C", text: "Similarly," },
+ { label: "D", text: "In other words," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “Similarly” logically signals that the activity described in this sentence (Nancy Tuttle Craig distributing Votes for Women Tea in her Los Angeles grocery stores) is like the activity described in the previous sentence (the Woman’s Suffrage Party selling Equality Tea at fairs in San Francisco). Together, the two examples support the preceding claim that “activists across the state sold tea to promote the cause of suffrage.”
Choice A is incorrect because “for example” illogically signals that the activity described in this sentence exemplifies the activity described in the previous sentence. Instead, the two activities are similar, and both support the preceding claim about selling tea to promote women’s right to vote. Choice B is incorrect because “to conclude” illogically signals that the activity described in this sentence concludes or summarizes the information in the previous sentences. Instead, the activity is similar to the one described in the previous sentence, and both support the preceding claim about selling tea to promote women’s right to vote. Choice D is incorrect because “in other words” illogically signals that the activity described in this sentence paraphrases the activity described in the previous sentence. Instead, the two activities are similar, and both support the preceding claim about selling tea to promote women’s right to vote.",
+ hasFigure: false,
+ },
+];
+
+export const TRANSITIONS_HARD: PracticeQuestion[] = [
+ {
+ id: "00221c00",
+ type: "mcq",
+ passage:
+ "In 1815, while in exile in Jamaica, Venezuelan revolutionary Simón Bolívar penned a letter praising England’s republican government and expressing hope that Latin American nations seeking independence from Spain might achieve something similar. The letter was addressed to a local merchant, Henry Cullen; ______blank though, Bolívar’s goal was to persuade political leaders from England and Europe to support his cause.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "additionally," },
+ { label: "B", text: "ultimately," },
+ { label: "C", text: "accordingly," },
+ { label: "D", text: "consequently," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “Ultimately” means “in the long run” or “at the highest level.” Although Bolívar wrote to a local merchant, his ultimate goal was to send a message to political leaders in Europe. Therefore, “ultimately” fits perfectly in this context.
Choice A is incorrect. This choice uses a transition that indicates the addition of an agreeing idea. However, the second part of the sentence actually disagrees with the first part. Bolívar addressed the letter to Cullen, but he was really sending a message to someone else. Notice how the contrast word “though” also acts as a transition between these ideas. Choice C is incorrect. This choice uses a cause-and-effect transition. Bolívar’s writing of the letter to Cullen would not cause him to have a goal of persuading European powers to support him. Choice D is incorrect. This choice uses a cause-and-effect transition. Bolívar’s writing of the letter to Cullen would not cause him to have a goal of persuading European powers to support him.",
+ hasFigure: false,
+ },
+ {
+ id: "00e0170f",
+ type: "mcq",
+ passage:
+ "Magnetic levitation (maglev) trains are suspended above a track by powerful electromagnets, reducing friction and thus allowing for much faster speeds. Though maglev advocates in the US have long imagined these trains crisscrossing the country, their dream remains unrealized. ______blank of the handful of maglev trains currently in operation, all are in Asia.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In fact," },
+ { label: "B", text: "To that end," },
+ { label: "C", text: "Nevertheless," },
+ { label: "D", text: "That said," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. This sentence emphasizes just how far maglev advocates’ dreams are from coming true. “In fact” is a transition used to emphasize the truth of a statement that modifies the previous statement and therefore fits perfectly in this context.
Choice B is incorrect. This choice uses a cause-and-effect transition, which doesn’t make sense here. Maglev advocates’ dream remaining unrealized would not cause there to be only a few maglev trains, all located in Asia. Choice C is incorrect. This choice uses a disagreement transition, which doesn’t make sense here. In fact, this sentence agrees with the previous sentence—both talk about how maglev trains are far from becoming common in the US. Choice D is incorrect. This choice uses a disagreement transition, which doesn’t make sense here. In fact, this sentence agrees with the previous sentence—both talk about how maglev trains are far from becoming common in the US.",
+ hasFigure: false,
+ },
+ {
+ id: "176edca6",
+ type: "mcq",
+ passage:
+ "A 2017 study of sign language learners tested the role of iconicity—the similarity of a sign to the thing it represents—in language acquisition. The study found that the greater the iconicity of a sign, the more likely it was to have been learned. ______blank the correlation between acquisition and iconicity was lower than that between acquisition and another factor studied: sign frequency.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In fact," },
+ { label: "B", text: "In other words," },
+ { label: "C", text: "Granted," },
+ { label: "D", text: "As a result," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “Granted” logically signals that the following information—that iconicity is not as highly correlated with acquisition as sign frequency—is true in spite of the information about the correlation between iconicity and acquisition in the previous sentence.
Choice A is incorrect because “in fact” illogically signals that the sentence that follows either emphasizes or refutes the information in the previous sentence regarding the correlation between iconicity and acquisition. Instead, the sentence that follows provides additional information that is true in spite of the preceding information; it neither emphasizes nor refutes that information. Choice B is incorrect because “in other words” illogically signals that the sentence that follows is a restatement of the information in the previous sentence; instead, the sentence that follows provides additional information that is true in spite of the preceding information. Choice D is incorrect because “as a result” illogically signals that the sentence that follows is a result of the information in the previous sentence regarding the correlation between iconicity and acquisition; instead, the sentence that follows is true in spite of the preceding information.",
+ hasFigure: false,
+ },
+ {
+ id: "1c6e1d55",
+ type: "mcq",
+ passage:
+ "Historically, most conductors of major orchestras and opera companies have been European men, but a new, more diverse generation of artists is stepping up to the podium. Mexico’s Alondra de la Parra took over as conductor for the Queensland Symphony Orchestra in 2017, ______blank and Colombia’s Lina Gonzalez-Granados did the same for the Los Angeles Opera in 2022.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "in addition," },
+ { label: "B", text: "lastly," },
+ { label: "C", text: "granted," },
+ { label: "D", text: "for instance," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “For instance” logically signals that the details in this sentence—that Mexican conductor Alondra de la Parra and Colombian conductor Lina Gonzalez-Granados took new conducting positions—are examples supporting the previous claim about the new generation of artists.
Choice A is incorrect because “in addition” illogically signals that the details in this sentence about de la Parra and Gonzalez-Granados are merely additional facts related to the previous claim about the new generation of artists. Instead, they are examples supporting that claim. Choice B is incorrect because “lastly” illogically signals that the details in this sentence about de la Parra and Gonzalez-Granados are the last step or a concluding summary of the previous claim about the new generation of artists. Instead, they are examples supporting that claim. Choice C is incorrect because “granted” illogically signals that the details in this sentence about de la Parra and Gonzalez-Granados are exceptions to the previous claim about the new generation of artists. Instead, they are examples supporting that claim.",
+ hasFigure: false,
+ },
+ {
+ id: "2df7b582",
+ type: "mcq",
+ passage:
+ "Plato believed material objects to be crude representations of unseen ideal forms. In his view, such abstract, nonmaterial forms are the ultimate source of knowledge. Aristotle disagreed, positing that knowledge is best obtained through direct engagement with the material world; ______blank sensory experience of the material is the ultimate source of knowledge.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "regardless," },
+ { label: "B", text: "admittedly," },
+ { label: "C", text: "in other words," },
+ { label: "D", text: "meanwhile," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “In other words” logically signals that the claim about sensory experience that follows—that sensory experience is the source of knowledge—is a restatement of Aristotle’s theory from earlier in the sentence.
Choice A is incorrect because “regardless” illogically signals that the claim about sensory experience that follows is true in spite of Aristotle’s theory from earlier in the sentence. Instead, this claim is a restatement of his theory. Choice B is incorrect because “admittedly” illogically signals that the claim about sensory experience that follows is an exception to Aristotle’s theory from earlier in the sentence. Instead, this claim is a restatement of his theory. Choice D is incorrect because “meanwhile” illogically signals that the claim about sensory experience that follows is separate from (while occurring simultaneously with) Aristotle’s theory from earlier in the sentence. Instead, this claim is a restatement of his theory.",
+ hasFigure: false,
+ },
+ {
+ id: "47e238be",
+ type: "mcq",
+ passage:
+ "Seismologists Kaiqing Yuan and Barbara Romanowicz have proposed that the magma fueling Iceland’s more than 30 active volcano systems emerges from deep within Earth. The great depths involved—nearly 3,000 km—mark Iceland’s volcanoes as extreme outliers; ______blank many of Earth’s volcanoes are fed by shallow pockets of magma found less than 15 km below the surface.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "indeed," },
+ { label: "B", text: "nevertheless," },
+ { label: "C", text: "in addition," },
+ { label: "D", text: "consequently," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The second part of the sentence says that many volcanoes use shallow pockets of magma. This is an elaboration of the same underlying idea from the first part of the sentence, which says that the super deep magma of Icelandic volcanoes’ makes them outliers. “Indeed” is a transition used for elaborating on the same idea, so it fits the context perfectly.
Choice B is incorrect. This choice uses a disagreement transition. But these two parts of the sentence agree with each other, so “nevertheless” doesn’t make sense. Choice C is incorrect. This choice uses a transition that indicates the addition of a new idea. But the second part of the sentence isn’t adding a new idea: it’s elaborating on the same idea expressed in the first part of the sentence. Choice D is incorrect. This choice uses a cause-and-effect transition, which doesn’t make sense here. The fact that Iceland’s deep-magma volcanoes are outliers doesn’t cause many other volcanoes to get fed by shallow pockets of magma.",
+ hasFigure: false,
+ },
+ {
+ id: "480ade7e",
+ type: "mcq",
+ passage:
+ "In response to adverse environmental conditions, many plants produce abscisic acid (ABA), a stress hormone. ABA triggers a slowdown in the biological processes of most plants. ______blank when the mustard plant Schrenkiella parvula produces ABA in response to an environmental stressor, the hormone triggers accelerated growth.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Moreover," },
+ { label: "B", text: "In contrast," },
+ { label: "C", text: "For example," },
+ { label: "D", text: "Thus," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “In contrast” logically signals that the information in this sentence—that ABA triggers accelerated growth in the mustard plant Schrenkiella parvula—contrasts with the previous information about ABA triggering a slowdown in most plants’ biological processes.
Choice A is incorrect because “moreover” illogically signals that the information in this sentence about the mustard plant merely adds to the previous information about the effects of ABA. Instead, it contrasts with that information. Choice C is incorrect because “for example” illogically signals that the information in this sentence about the mustard plant provides an example consistent with the previous information about the effects of ABA. Instead, it contrasts with that information. Choice D is incorrect because “thus” illogically signals that the information in this sentence about the mustard plant is a consequence, or result, of the previous information about the effects of ABA. Instead, it contrasts with that information.",
+ hasFigure: false,
+ },
+ {
+ id: "4d2736f0",
+ type: "mcq",
+ passage:
+ "In her poetry collection Thomas and Beulah, Rita Dove interweaves the titular characters’ personal stories with broader historical narratives. She places Thomas’s journey from the American South to the Midwest in the early 1900s within the larger context of the Great Migration. ______blank Dove sets events from Beulah’s personal life against the backdrop of the US Civil Rights Movement.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Specifically," },
+ { label: "B", text: "Thus," },
+ { label: "C", text: "Regardless," },
+ { label: "D", text: "Similarly," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “Similarly” logically signals that the information in the sentence—that Dove situates Beulah’s life in the context of the US Civil Rights Movement—is similar to the previous information about Thomas and the Great Migration. Both sentences support the first sentence’s claim that Dove portrays her characters in the context of broader historical narratives.
Choice A is incorrect because “specifically” illogically signals that the information about Beulah in this sentence provides specific details elaborating on the previous information about Thomas. Instead, it’s similar to the previous information about Thomas. Choice B is incorrect because “thus” illogically signals that the information about Beulah in this sentence is a result or consequence of the previous information about Thomas. Instead, it’s similar to the previous information about Thomas. Choice C is incorrect because “regardless” illogically signals that the information about Beulah in this sentence is true despite the previous information about Thomas. Instead, it’s similar to the previous information about Thomas.",
+ hasFigure: false,
+ },
+ {
+ id: "6e0c60da",
+ type: "mcq",
+ passage:
+ "When one looks at the dark craggy vistas in Hitoshi Fugo’s evocative photo series, one’s mind might wander off to the cratered surfaces of faraway planets. ______blank it’s the series’ title, Flying Frying Pan, that brings one back to Earth, reminding the viewer that each photo is actually a close-up view of a familiar household object: a frying pan.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Consequently," },
+ { label: "B", text: "Alternatively," },
+ { label: "C", text: "Ultimately," },
+ { label: "D", text: "Additionally," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The first sentence describes an experience that the viewer has when they’re looking at the photos: they imagine other planets. This sentence describes an experience that the viewer has afterward: the title reminds them that the photos are of frying pans, bringing them back to reality. “Ultimately” is a transition that means “eventually” or “in the end,” so it fits the context perfectly.
Choice A is incorrect. This choice uses a cause-and-effect transition, which doesn’t make sense here. The viewer imagining other planets when they’re looking at the photos doesn’t cause the title to bring them back to reality. Choice B is incorrect. This choice uses a transition that indicates another option or possibility, which doesn’t make sense here. Rather, the viewer has both experiences: first the viewer imagines that they’re looking at another planet, and then the title reminds them that it’s just a frying pan. Choice D is incorrect. This choice uses a transition that indicates the addition of an agreeing idea. But the viewer’s experience in the second sentence is actually the opposite of the viewer’s experience in the first sentence. In the first sentence, the viewer is imagining that they’re seeing a landscape from another planet. In the second sentence, the viewer is reminded that they’re looking at a frying pan.",
+ hasFigure: false,
+ },
+ {
+ id: "8e9677e6",
+ type: "mcq",
+ passage:
+ "In 2009, the Craft and Folk Art Museum in Los Angeles hosted a special exhibition, Sueños/Yume, showcasing the works of local sculptor Dora de Larios. As suggested by the show’s title (sueños and yume mean “dreams” in Spanish and Japanese, respectively), de Larios’s art reflects a mix of cultural influences. ______blank her work is grounded in the artistic traditions of both Mexico and Japan.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "In addition," },
+ { label: "B", text: "In contrast," },
+ { label: "C", text: "Specifically," },
+ { label: "D", text: "Therefore," },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “Specifically” logically signals that this sentence provides specific, precise details elaborating on the previous sentence’s claim that de Larios’s art reflects a mix of cultures. This sentence specifies which cultures the previous sentence is referring to: the artistic traditions of both Mexico and Japan.
Choice A is incorrect because “in addition” illogically signals that the information in this sentence is a separate point that follows the previous claim about de Larios’s art. Instead, it provides specific details elaborating on that claim. Choice B is incorrect because “in contrast” illogically signals that the information in this sentence contrasts with the previous claim about de Larios’s art. Instead, it provides specific details elaborating on that claim. Choice D is incorrect because “therefore” illogically signals that the information in this sentence is a result of the previous claim about de Larios’s art. Instead, it provides specific details elaborating on that claim.",
+ hasFigure: false,
+ },
+ {
+ id: "9502ec65",
+ type: "mcq",
+ passage:
+ "When soil becomes contaminated by toxic metals, it can be removed from the ground and disposed of in a landfill. ______blank contaminated soil can be detoxified via phytoremediation: plants that can withstand high concentrations of metals absorb the pollutants and store them in their shoots, which are then cut off and safely disposed of, preserving the health of the plants.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Alternatively," },
+ { label: "B", text: "Specifically," },
+ { label: "C", text: "For example," },
+ { label: "D", text: "As a result," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Alternatively” logically signals that the soil decontamination method described in this sentence—removing toxic metals from the soil via phytoremediation—offers an alternative to the previously described method (removing the contaminated soil from the ground).
Choice B is incorrect because “specifically” illogically signals that the soil decontamination method described in this sentence specifies or elaborates on an aspect of the previously described method (removing the contaminated soil from the ground). Instead, phytoremediation is an alternative to that method. Choice C is incorrect because “for example” illogically signals that the soil decontamination method described in this sentence is an example of the previously described method (removing the contaminated soil from the ground). Instead, phytoremediation is an alternative to that method. Choice D is incorrect because “as a result” illogically signals that the soil decontamination method described in this sentence is a result or consequence of the previously described method (removing the contaminated soil from the ground). Instead, phytoremediation is an alternative to that method.",
+ hasFigure: false,
+ },
+ {
+ id: "9f1a0d91",
+ type: "mcq",
+ passage:
+ "“Tulip mania”—the rapid rise and sudden fall of the price of tulip bulbs in seventeenth-century Amsterdam—is often cited as an example of the perils of rampant market speculation. However, recent research has demonstrated that the episode was neither as frenzied nor as disastrous as has been thought. The popular myth surrounding it, ______blank should be regarded with some skepticism.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "for example," },
+ { label: "B", text: "by contrast," },
+ { label: "C", text: "nevertheless," },
+ { label: "D", text: "therefore," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. This sentence is arguing that new evidence contradicting popular beliefs about “tulip mania” should cast doubt on those beliefs. “Therefore” is a cause-and-effect transition, which fits perfectly in this context.
Choice A is incorrect. This choice uses an exemplification transition, which doesn’t make sense here. Skepticism about the popular beliefs is not an example of recent evidence contradicting those beliefs—rather, skepticism is an effect of that recent evidence. Choice B is incorrect. This choice uses a disagreement transition. But this sentence doesn’t disagree with the previous sentence. Instead, it connects a cause from the previous sentence (new evidence that tulip mania was not as disastrous as thought) to an effect (that we should look with skepticism upon the myth about its disastrousness). Choice C is incorrect. This choice uses a disagreement transition. But this sentence doesn’t disagree with the previous sentence. Instead, it connects a cause from the previous sentence (new evidence that tulip mania was not as disastrous as thought) to an effect (that we should look with skepticism upon the myth about its disastrousness).",
+ hasFigure: false,
+ },
+ {
+ id: "ad729337",
+ type: "mcq",
+ passage:
+ "With its clichéd imagery of suburban lawns and power lines, John Ashbery’s 2004 poem “Ignorance of the Law Is No Excuse” may seem barren terrain for critical analysis. ______blank cultural critic Lauren Berlant finds fertile ground in just its first two stanzas, devoting most of a book chapter to deciphering the “weight of the default space” Ashbery creates in this poem.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Likewise," },
+ { label: "B", text: "Nonetheless," },
+ { label: "C", text: "In turn," },
+ { label: "D", text: "That is," },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “Nonetheless” is a transition that indicates disagreement. The first sentence describes the unlikelihood of finding much for critical analysis in Ashbery’s poem (“barren terrain”), while the second sentence describes how Berlant did in fact find much to analyze in Ashbery’s poem (“fertile ground”), so the transition “nonetheless” fits perfectly.
Choice A is incorrect. This choice uses a transition that indicates the addition of a new but similar idea, which doesn’t make sense here. The idea in this sentence directly contradicts the idea in the previous sentence. Choice C is incorrect. This choice uses a cause-and-effect transition, which doesn’t make sense in this context—a poem seemingly having little opportunity for critical analysis would not cause someone to write an extensive critical analysis (in fact, we might expect the opposite). Choice D is incorrect. This choice uses a transition that indicates a restatement of the same idea in other words. But the text isn’t restating the first idea here. Instead, it’s offering a contradiction to the idea expressed in the first sentence.",
+ hasFigure: false,
+ },
+ {
+ id: "c071eca2",
+ type: "mcq",
+ passage:
+ "Iraqi artist Nazik Al-Malaika, celebrated as the first Arabic poet to write in free verse, didn’t reject traditional forms entirely; her poem “Elegy for a Woman of No Importance” consists of two ten-line stanzas and a standard number of syllables. Even in this superficially traditional work, ______blank Al-Malaika was breaking new ground by memorializing an anonymous woman rather than a famous man.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "therefore," },
+ { label: "B", text: "in fact," },
+ { label: "C", text: "moreover," },
+ { label: "D", text: "though," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The first sentence tells us that Al-Malaika sometimes used "traditional forms". The second tells us that even when she used traditional forms, Al-Malaika was "breaking new ground". To connect these ideas, we need a contrast word like "but." "Though" is a contrast word similar to "but."
Choice A is incorrect. This isn’t a logical transition. The first sentence tells us that Al-Malaika sometimes used "traditional forms". The second tells us that even when she used traditional forms, Al-Malaika was "breaking new ground". To connect these ideas, we need a contrast word like "but." "Therefore" doesn’t show contrast; it shows cause and effect. Choice B is incorrect. This isn’t a logical transition. The first sentence tells us that Al-Malaika sometimes used "traditional forms". The second tells us that even when she used traditional forms, Al-Malaika was "breaking new ground". To connect these ideas, we need a contrast word like "but." "In fact" is a phrase that usually emphasizes the truth of the previous statement. Choice C is incorrect. This isn’t a logical transition. The first sentence tells us that Al-Malaika sometimes used "traditional forms". The second tells us that even when she used traditional forms, Al-Malaika was "breaking new ground". To connect these ideas, we need a contrast word like "but." "Moreover" doesn’t show contrast—it introduces additional information that continues or supports the previous idea.',
+ hasFigure: false,
+ },
+ {
+ id: "e3edc138",
+ type: "mcq",
+ passage:
+ "In a heated debate in biogeography, the field is divided between dispersalists and vicariancists. ______blank there are those who argue that dispersal is the most crucial determining factor in a species’ distribution, and those who insist that vicariance (separation due to geographic barriers) is. Biogeographer Isabel Sanmartín counts herself among neither.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Furthermore," },
+ { label: "B", text: "By contrast," },
+ { label: "C", text: "Similarly," },
+ { label: "D", text: "That is," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “That is” logically signals that this sentence clarifies the terms of the scientific debate introduced in the previous sentence by explaining the difference between dispersalists and vicariancists.
Choice A is incorrect because “furthermore” illogically signals that the information in this sentence is merely additional to (and separate from) the information in the previous sentence about the scientific debate. Instead, the information about dispersalists and vicariancists clarifies the terms of that debate. Choice B is incorrect because “by contrast” illogically signals that the information in this sentence contrasts with the information in the previous sentence about the scientific debate. Instead, the information about dispersalists and vicariancists clarifies the terms of that debate. Choice C is incorrect because “similarly” illogically signals that the information in this sentence is merely similar to the information in the previous sentence about the scientific debate. Instead, the information about dispersalists and vicariancists clarifies the terms of that debate.",
+ hasFigure: false,
+ },
+ {
+ id: "ecb31049",
+ type: "mcq",
+ passage:
+ "The Sun and other stars are powered by nuclear fusion reactions, in which two atoms collide to form a single heavier atom, releasing energy. Scientists have long believed that fusion has the potential to meet humanity’s clean energy needs. ______blank prior to December 2022, no fusion reaction in a laboratory setting had ever generated a net energy gain.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "For this reason," },
+ { label: "B", text: "Moreover," },
+ { label: "C", text: "Specifically," },
+ { label: "D", text: "That said," },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. Scientists believe in fusion’s potential as an energy source, but have struggled to actually make it work—in other words, there is a contradiction between scientists’ beliefs and their reality. “That said” is a disagreement transition that works perfectly in this context.
Choice A is incorrect. This choice uses a cause-and-effect transition, which doesn’t make sense here. Scientists not being able to generate extra energy from lab fusion reactions isn’t an effect of them believing in fusion’s potential. Choice B is incorrect. This transition indicates the addition of another supporting point. But this sentence is not adding a supporting point to the previous sentence—scientists not being able to successfully generate energy from fusion isn’t another point in favor of fusion meeting humanity’s clean energy needs. Choice C is incorrect. This choice uses a transition that introduces or elaborates on a particular example. But this sentence doesn’t give an example of scientists’ belief in fusion’s potential to meet humanity’s clean energy needs—in fact, it contrasts that optimistic belief with the reality of past failures to successfully employ fusion for energy production.",
+ hasFigure: false,
+ },
+ {
+ id: "fc95a352",
+ type: "mcq",
+ passage:
+ "When designing costumes for film, American artist Suttirat Larlarb typically custom fits the garments to each actor. ______blank for the film Sunshine, in which astronauts must reignite a dying Sun, she designed a golden spacesuit and had a factory reproduce it in a few standard sizes; lacking a tailor-made quality, the final creations reflected the ungainliness of actual spacesuits.
",
+ questionHtml:
+ "Which choice completes the text with the most logical transition?",
+ choices: [
+ { label: "A", text: "Nevertheless," },
+ { label: "B", text: "Thus," },
+ { label: "C", text: "Likewise," },
+ { label: "D", text: "Moreover," },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Nevertheless” logically signals that the information in this sentence—that the spacesuits Suttirat Larlarb designed for the film Sunshine were made in standard sizes in a factory—presents a notable exception to Larlarb’s typical approach of custom-fitting garments to actors, which is described in the previous sentence.
Choice B is incorrect because “thus” illogically signals that the information in this sentence is a result or consequence of the previous information about Larlarb’s typical approach of custom-fitting garments to actors. Instead, it presents a notable exception to Larlarb’s typical approach. Choice C is incorrect because “likewise” illogically signals that the information in this sentence is similar to the previous information about Larlarb’s typical approach of custom-fitting garments to actors. Instead, it presents a notable exception to Larlarb’s typical approach. Choice D is incorrect because “moreover” illogically signals that the information in this sentence merely adds to the previous information about Larlarb’s typical approach of custom-fitting garments to actors. Instead, it presents a notable exception to Larlarb’s typical approach.",
+ hasFigure: false,
+ },
+];
diff --git a/src/data/rw/words-in-context.ts b/src/data/rw/words-in-context.ts
new file mode 100644
index 0000000..684c00a
--- /dev/null
+++ b/src/data/rw/words-in-context.ts
@@ -0,0 +1,2350 @@
+import { type PracticeQuestion } from "../../types/lesson";
+
+export const WORDS_CONTEXT_EASY: PracticeQuestion[] = [
+ {
+ id: "06b96bfc",
+ type: "mcq",
+ passage:
+ "A musician and member of the Quechua of Peru, Renata Flores Rivera was eager to promote the Quechua language in her music, but she was ______blank speaking it. She met this challenge by asking her grandmother, a native speaker of Quechua, to help her pronounce words in her song lyrics and also by taking classes in the language.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "prepared for" },
+ { label: "B", text: "inexperienced with" },
+ { label: "C", text: "skilled in" },
+ { label: "D", text: "excited about" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Renata Flores Rivera’s use of Quechua in her music. In this context, “inexperienced with” means not accustomed to. The text indicates that Flores Rivera wanted to promote the Quechua language in her music and overcame a challenge by seeking help with pronunciation from her grandmother and by taking language classes. This context conveys the idea that Flores Rivera was not sufficiently familiar with Quechua to use it in her music without help. Thus, she was inexperienced with speaking the language, which she addressed by seeking help.
Choice A is incorrect because describing Flores Rivera as “prepared for”—or ready for—speaking Quechua wouldn’t make sense in context. The text indicates that speaking Quechua presented a challenge, but if she were ready to speak the language, then there would be no challenge. Choice C is incorrect because describing Flores Rivera as “skilled in”—meaning good at or capable of—speaking Quechua wouldn’t make sense in context. The text indicates that speaking Quechua presented a challenge, but if she were capable of speaking the language, then there would be no challenge. Choice D is incorrect. Flores Rivera was likely “excited about”—or thrilled or delighted with—speaking Quechua, but this wouldn’t make sense in context. The text indicates that speaking Quechua presented a challenge, but if she were delighted with speaking the language, then there would be no challenge.",
+ hasFigure: false,
+ },
+ {
+ id: "0d402146",
+ type: "mcq",
+ passage:
+ "US traffic signals didn’t always contain the familiar three lights (red, yellow, and green). Traffic lights only ______blank red and green lights until the three-light traffic signal was developed in the 1920s.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "avoided" },
+ { label: "B", text: "featured" },
+ { label: "C", text: "appreciated" },
+ { label: "D", text: "disregarded" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of traffic signals. As used in this context, “featured” means had as a characteristic or part. The text indicates that although US traffic signals have lights of three different colors (red, yellow, and green), this wasn’t the case until the 1920s, when the three-light signal was first developed. Before then, the text suggests, traffic signals had fewer lights (as indicated by the word “only” in the second sentence). This context supports the idea that before the 1920s, traffic signals featured only red and green lights.
Choice A is incorrect because “avoided” means kept away from someone or something or prevented something from occurring, neither of which would make sense in context. The text doesn’t discuss keeping away from someone or something but instead focuses on what US traffic signals look like. The text states that they didn’t have lights of three different colors until the three-light signal was developed in the 1920s. Choice C is incorrect because “appreciated” means admired or increased in value, neither of which would make sense in context. The text focuses solely on the fact that US traffic signals have contained lights of three colors only since the three-light signal was developed in the 1920s. The text doesn’t mention how this characteristic or traffic signals in general are perceived or what their value is. Moreover, the blank portion of the text describes “traffic signals,” which are lifeless objects and therefore unable to admire or increase the value of something. Choice D is incorrect because “disregarded” means ignored or treated something as unworthy of notice, neither of which would make sense in context. The text doesn’t discuss how people react to traffic signals; rather, it addresses the idea that US traffic signals have contained lights of three colors only since the three-light signal was developed in the 1920s. Moreover, the blank portion of the text describes “traffic signals,” which are lifeless objects and therefore unable to ignore or treat something in a particular manner.",
+ hasFigure: false,
+ },
+ {
+ id: "0ee67e09",
+ type: "mcq",
+ passage:
+ "Anthropologist Kristian J. Carlson and colleagues examined the fossilized clavicle and shoulder bones of a 3.6-million-year-old early hominin known as “Little Foot.” They found that these bones were ______blank the clavicle and shoulder bones of modern apes that are frequent climbers, such as gorillas and chimpanzees, suggesting that Little Foot had adapted to life in the trees.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "surpassed by" },
+ { label: "B", text: "comparable to" },
+ { label: "C", text: "independent of" },
+ { label: "D", text: "obtained from" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the fossilized bones of the hominin known as Little Foot. As used in this context, “comparable to” would mean similar to. The text indicates that the relationship between the fossilized clavicle and shoulder bones of Little Foot and the clavicle and shoulder bones of “frequent climbers,” such as chimpanzees and gorillas, suggests that Little Foot had adapted to moving around in trees. This context suggests that the relationship between the fossilized bones of Little Foot and the bones of chimpanzees and gorillas is one of similarity—the Little Foot fossils are likely comparable to the modern ape bones.
Choice A is incorrect because if the fossilized bones of Little Foot were “surpassed by,” or exceeded by or made inferior to, the bones of modern apes that are frequent climbers, it wouldn’t suggest, as the text says, that Little Foot was adapted to moving around in trees. If anything, learning that Little Foot’s clavicle and shoulder bones were surpassed by those of chimpanzees and gorillas would suggest that Little Foot was poorly adapted to climbing. Choice C is incorrect because if Little Foot’s fossilized clavicle and shoulder bones were “independent of,” or not influenced by or affiliated with, the bones of modern apes that climb often, it wouldn’t suggest, as the text says, that Little Foot was adapted to moving around in trees. Choice D is incorrect because the text indicates that Little Foot’s fossilized bones date to 3.6 million years ago, so they couldn’t have been “obtained from,” or acquired from, the bones of modern apes.",
+ hasFigure: false,
+ },
+ {
+ id: "0f040c50",
+ type: "mcq",
+ passage:
+ "The following text is from Yann Martel’s 2001 novel Life of Pi. The narrator’s family owned a zoo when he was a child.
It was a huge zoo, spread over numberless acres, big enough to require a train to explore it, though it seemed to get smaller as I grew older, train included.
©2001 by Yann Martel
",
+ questionHtml:
+ "As used in the text, what does the word “spread” most nearly mean?",
+ choices: [
+ { label: "A", text: "Hidden" },
+ { label: "B", text: "Discussed" },
+ { label: "C", text: "Extended" },
+ { label: "D", text: "Coated" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because as used in the text, “spread” most nearly means extended. The text states that the zoo is “huge,” that it covers “numberless acres,” and that it is large enough that a train is needed to explore it. Thus, the text’s emphasis on the zoo’s size suggests that the zoo extended, or stretched, over a large area of land.
Choice A is incorrect because if the zoo covers “numberless acres,” then it could not reasonably be described as hidden, or concealed from view. Choice B is incorrect because there is nothing in the text to suggest that the zoo was discussed, or talked about. Rather, the text focuses on the zoo’s large size. Choice D is incorrect. Although in some contexts “spread” can mean coated, it doesn’t have that meaning in this context because to coat something means to apply a thin layer of a liquid substance, such as oil or paint, to a surface. Therefore, it would not be accurate to say that the zoo coated the acres on which it sits.",
+ hasFigure: false,
+ },
+ {
+ id: "1ad04ea0",
+ type: "mcq",
+ passage:
+ "In habitats with limited nutrients, certain fungus species grow on the roots of trees, engaging in mutually beneficial relationships known as ectomycorrhizae: in this symbiotic exchange, the tree provides the fungus with carbon, a nutrient necessary for both species, and the fungus ______blank by enhancing the tree’s ability to absorb nitrogen, another key nutrient, from the soil.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "overreacts" },
+ { label: "B", text: "reciprocates" },
+ { label: "C", text: "retaliates" },
+ { label: "D", text: "deviates" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of ectomycorrhizae relationships. In this context, “reciprocates” means responds in kind or degree. The text indicates that the relationship between certain fungi and trees in some habitats is “mutually beneficial” and involves a “symbiotic exchange” in which each organism helps the other access an important nutrient. In other words, each organism provides the same kind of benefit it receives: the tree provides a nutrient (carbon) for the fungus and the fungus reciprocates by helping the tree to absorb more of another nutrient (nitrogen).
Choice A is incorrect because the text emphasizes that the relationship between certain fungi and trees in some habitats involves a “symbiotic exchange” in which each organism helps the other access an important nutrient. Nothing in the text suggests that the fungus “overreacts,” or responds too strongly, by allowing the tree to be better able to absorb a beneficial nutrient. Choice C is incorrect because “retaliates” means responds to a harmful action with a similarly harmful action. The text indicates that the relationship between certain fungi and trees in some habitats is “mutually beneficial” and involves a “symbiotic exchange” in which each organism helps the other, not that the relationship is one in which the organisms harm one another. Choice D is incorrect. In this context, “deviates” would mean departs from an established course or norm. The text explains that the relationship between certain fungi and trees in some habitats involves a “symbiotic exchange” in which each organism helps the other access an important nutrient. Because the relationship involves benefits for both the fungus and the tree, it wouldn’t make sense to say that the fungus deviates by helping the tree be better able to absorb a beneficial nutrient.",
+ hasFigure: false,
+ },
+ {
+ id: "213248f7",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Lewis Carroll’s 1865 novel Alice’s Adventures in Wonderland.
“The second thing is to find my way into that lovely garden. I think that will be the best plan.” It sounded like an excellent plan, no doubt, and very neatly and simply arranged; the only difficulty was, that Alice had not the smallest idea how to set about it.
",
+ questionHtml:
+ "As used in the text, what does the word “simply” most nearly mean?",
+ choices: [
+ { label: "A", text: "Faintly" },
+ { label: "B", text: "Hastily" },
+ { label: "C", text: "Easily" },
+ { label: "D", text: "Foolishly" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because as used in the text, “simply” most nearly means easily, or involving minimal difficulty or effort. The text first provides Alice’s reflections on her plan to gain access to a garden and then offers commentary on her plan by the novel’s narrator. The text indicates that a reason Alice likes her plan despite not being fully thought through is that she nonetheless believes it can be efficiently arranged. In other words, the text indicates that one of the supposed benefits of Alice’s plan is that it can be easily arranged.
Choice A is incorrect because the text describes how Alice’s plan can be arranged, and it wouldn’t make sense to say that it can be arranged “faintly,” or with little strength or not strongly. Instead, the text indicates that the plan can be arranged with little difficulty. Choice B is incorrect. Although in some contexts “simply” can mean quickly, hastily, or hurriedly, the word “hastily” indicates that something is done too quickly. Although it may be true that Alice’s plan was made in haste, the text doesn’t focus on this aspect of her plan. Instead, the text focuses on the plan’s seemingly good qualities, saying that Alice thinks of it as “the best,” and the narrator refers to it as “excellent” and “neatly,” or efficiently, arranged. Choice D is incorrect. Although in some contexts “simply” can mean foolishly, or lacking good sense, it doesn’t have this meaning in this context. Although the text says that Alice doesn’t know how to go about her plan, it begins by presenting her plan in a positive light: Alice describes her plan as “the best,” and the narrator refers to the plan as “excellent” and “neatly,” or efficiently, arranged.",
+ hasFigure: false,
+ },
+ {
+ id: "21d95d1d",
+ type: "mcq",
+ passage:
+ "Ofelia Zepeda’s contributions to the field of linguistics are ______blank: her many accomplishments include working as a linguistics professor and bilingual poet, authoring the first Tohono O’odham grammar book, and co-founding the American Indian Language Development Institute.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "pragmatic" },
+ { label: "B", text: "controversial" },
+ { label: "C", text: "extensive" },
+ { label: "D", text: "universal" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of how Ofelia Zepeda has contributed to the field of linguistics. As used in this context, “extensive” means having a wide or considerable extent. The text indicates that Zepeda’s many accomplishments in linguistics are varied, including teaching linguistics, writing poetry in more than one language, creating a grammar book, and co-founding a language institute. This context supports the idea that Zepeda’s contributions to the field are extensive.
Choice A is incorrect because the sentence presents Zepeda’s accomplishments as examples to support the claim made in the first part of the sentence. It wouldn’t make sense to say that achievements as a professor, poet and author, and co-founder of a language institute demonstrate that Zepeda’s contributions in her field are “pragmatic,” or related to practical matters and not involving intellectual or artistic matters. Choice B is incorrect because the sentence presents Zepeda’s accomplishments as a professor, poet and author, and co-founder of a language institute as examples to support the claim made in the first part of the sentence. There’s no reason to believe that the positive achievements listed demonstrate that Zepeda’s contributions in her field are “controversial,” or have caused disputes and opposing viewpoints. Choice D is incorrect because in this context, “universal” would mean including or covering everything in a group. The sentence presents Zepeda’s accomplishments as examples to support the claim made in the first part of the sentence, and it wouldn’t make sense to say that these specific achievements—particularly as the author of a grammar book specific to the Tohono O’odham language—demonstrate that Zepeda’s contributions relate to everything in the field of linguistics.",
+ hasFigure: false,
+ },
+ {
+ id: "3118ca93",
+ type: "mcq",
+ passage:
+ "The fashion resale market, in which consumers purchase secondhand clothing from stores and online sellers, generated nearly $30 billion globally in 2019. Expecting to see continued growth, some analysts ______blank that revenues will more than double by 2028.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "produced" },
+ { label: "B", text: "denied" },
+ { label: "C", text: "worried" },
+ { label: "D", text: "predicted" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of the fashion resale market’s continued growth. As used in this context, “predicted” means forecast, or indicated that something would happen in the future. The text indicates that the fashion resale market made a lot of money in 2019 and that some analysts expected the market to continue to grow. This context suggests that the analysts believed that the fashion resale market was going to make more money than it had already made, with the analysts indicating that revenues would more than double by 2028.
Choice A is incorrect because it wouldn’t make sense in context to say that some analysts “produced,” or manufactured or brought about, the increase in future revenues of the fashion resale market. The analysts themselves couldn’t have brought about the future revenue growth, since, as the text suggests, they were merely in the position of drawing conclusions about future fashion resale market revenue based on 2019 revenue. Choice B is incorrect because the text indicates that some analysts expected the fashion resale market to continue to grow in the future, not that they “denied,” or rejected, this notion. Nothing in the text supports the idea that these analysts thought the revenues wouldn’t grow. Choice C is incorrect because the text indicates that some analysts expected the fashion resale market to continue to grow in the future, not that they “worried,” or felt concerned, that revenue would significantly increase by 2028. Nothing in the text suggests that the analysts felt concerned about the increase; rather, the text suggests that the increase would represent a favorable outcome, since it would mean that the fashion resale market grew to generate even more revenue.",
+ hasFigure: false,
+ },
+ {
+ id: "31d0bd9a",
+ type: "mcq",
+ passage:
+ "The parasitic dodder plant increases its reproductive success by flowering at the same time as the host plant it has latched onto. In 2020, Jianqiang Wu and his colleagues determined that the tiny dodder achieves this ______blank with its host by absorbing and utilizing a protein the host produces when it is about to flower.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "synchronization" },
+ { label: "B", text: "hibernation" },
+ { label: "C", text: "prediction" },
+ { label: "D", text: "moderation" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of a relationship between the dodder plant and its host plant. As used in this context, “synchronization” means the act of things happening at the same time. The text indicates that the dodder and its host plant flower in unison and that this synchronization occurs because the dodder makes use of a protein produced by the host shortly before flowering.
Choice B is incorrect because referring to “hibernation,” or the state of being dormant or inactive, wouldn’t make sense in context. The text focuses on something the dodder plant actively engages in—making use of a protein and producing flowers. Choice C is incorrect because stating that the dodder plant and its host engage together in “prediction,” or the act of declaring or indicating something in advance, wouldn’t make sense in context. Rather than indicating that the dodder plant and its host plant make a prediction about flowering activity, the text suggests that the host produces a protein as part of its regular flowering process and that the dodder then absorbs and uses that protein to flower at the same time. Choice D is incorrect because referring to “moderation,” or the act of causing something to become less intense or extreme, wouldn’t make sense in context. Although the text states that the dodder plant absorbs and uses a protein made by its host plant, it doesn’t suggest that the dodder lessens the host plant’s flowering activity; the two plants simply flower in unison.",
+ hasFigure: false,
+ },
+ {
+ id: "428cd2c1",
+ type: "mcq",
+ passage:
+ "Some people have speculated that two helmets with attached horns discovered in Denmark in 1942 belonged to Vikings, but scholars have long been skeptical. Archaeologist Helle Vandkilde and colleagues recently provided radiocarbon dates for the helmets, and their findings ______blank scholars’ skepticism: the helmets date to the Nordic Bronze Age, centuries before the Vikings existed.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "anticipate" },
+ { label: "B", text: "inspect" },
+ { label: "C", text: "reveal" },
+ { label: "D", text: "justify" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of the helmets found in Denmark. In this context, “justify” means confirm or give reasons for. The text indicates that scholars have long been skeptical about the supposed Viking origin of two helmets found in Denmark. The radiocarbon dating of the helmets conducted by Vandkilde and colleagues demonstrates that the helmets date from the Nordic Bronze Age, making the helmets too old to have belonged to Vikings. This context supports the idea that the scholars’ skepticism is justified.
Choice A is incorrect because “anticipate” means expect or come before, neither of which would make sense in context. The text indicates that scholars have long been skeptical of the idea that the helmets belonged to Vikings. Because the skepticism has existed for a long time, Vandkilde and colleagues’ research couldn’t be said to anticipate it. Instead, the radiocarbon dating results justify or confirm the scholar’s skepticism. Choice B is incorrect because “inspect” means examine or review, which wouldn’t make sense in this context. Research findings are inanimate and therefore unable to inspect scholars’ skepticism. The text focuses on the origin of two helmets, which some people believe belonged to Vikings. Vandkilde and colleagues found that the helmets are from the Nordic Bronze Age and therefore much older than the Vikings. This context suggests that the researchers’ findings justify, not inspect, the scholars’ skepticism. Choice C is incorrect because “reveal” means uncover or report, which wouldn’t make sense in context. The text focuses on the origin of two helmets, which some people believe belonged to Vikings. Vandkilde and colleagues tested the helmets and found that they date to the Nordic Bronze Age and therefore are much older than the Vikings. This context suggests that the researchers’ findings confirm or justify the scholars’ skepticism, which was already known so didn’t need to be revealed.",
+ hasFigure: false,
+ },
+ {
+ id: "441e2b9e",
+ type: "mcq",
+ passage:
+ "Researchers and conservationists stress that biodiversity loss due to invasive species is ______blank. For example, people can take simple steps such as washing their footwear after travel to avoid introducing potentially invasive organisms into new environments.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "preventable" },
+ { label: "B", text: "undeniable" },
+ { label: "C", text: "common" },
+ { label: "D", text: "concerning" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of how biodiversity loss due to invasive species can be avoided. As used in this context, “preventable” means able to be stopped or kept from happening. The text indicates that “people can take simple steps” to avoid bringing possible invasive species into new environments. It presents these steps as an example of how biodiversity loss due to invasive species is preventable.
Choice B is incorrect because it wouldn’t make sense to say that a simple step like washing your shoes after traveling is an example of biodiversity loss due to invasive species being “undeniable,” or something that can’t be proved to be wrong. Although the text may suggest that biodiversity loss due to invasive species is something that really happens, the word that completes the text must make the first sentence into an assertion that is illustrated by the second sentence, and the second sentence illustrates the idea that biodiversity loss due to invasive species is preventable, not undeniable. Choice C is incorrect because it wouldn’t make sense to say that a simple step like washing your shoes after traveling is an example of biodiversity loss due to invasive species being “common,” or something that happens regularly. Additionally, the text doesn’t provide any information about how frequently invasive species cause biodiversity loss. Choice D is incorrect because it wouldn’t make sense to say that a simple step like washing your shoes after traveling is an example of biodiversity loss due to invasive species being “concerning,” or something that is troubling or causes worry. Although the text implies that the phenomenon of biodiversity loss due to invasive species is itself a concerning phenomenon, the word that completes the text must make the first sentence into an assertion that is illustrated by the second sentence, and the second sentence illustrates the idea that biodiversity loss due to invasive species is preventable, not concerning.",
+ hasFigure: false,
+ },
+ {
+ id: "4480fae9",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Sui Sin Far’s 1912 short story “Mrs. Spring Fragrance.” Mr. and Mrs. Spring Fragrance immigrated to the United States from China.
Mrs. Spring Fragrance was unaware that Mr. Spring Fragrance, tired with the day’s business, had thrown himself down on the bamboo settee on the veranda, and that although his eyes were engaged in scanning the pages of the Chinese World, his ears could not help receiving the words which were borne to him through the open window.
",
+ questionHtml:
+ "As used in the text, what does the word “receiving” most nearly mean?",
+ choices: [
+ { label: "A", text: "Denying" },
+ { label: "B", text: "Entering" },
+ { label: "C", text: "Carrying" },
+ { label: "D", text: "Hearing" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because as used in the text, “receiving” most nearly means hearing, or perceiving sound. The text describes Mr. Spring Fragrance as he reads a newspaper, focusing on his eyes and ears. While his eyes look at the newspaper, he is unwillingly distracted by words coming through a nearby open window (that is, “his ears could not help receiving the words”). The words are being perceived specifically by his ears and not his eyes, and ears are the organs of sense with which one hears, so therefore Mr. Spring Fragrance is hearing the words through the open window.
Choice A is incorrect because there is no indication in the text that Mr. Spring Fragrance is denying, or refusing the truth of, the words coming to him through the window. He is merely distracted by them. Choice B is incorrect because it wouldn’t make sense to say that Mr. Spring Fragrance’s ears couldn’t help entering, or coming into, the words coming to him through the window. Instead, the text indicates that the opposite occurs: that is, when Mr. Spring Fragrance hears the words, they enter his ears, but his ears don’t enter the words. Choice C is incorrect because it doesn’t make sense in this context to think of Mr. Spring Fragrance as carrying the words coming to him through the window, even though the word “carry” can have a number of different meanings depending on context: for example, he is not lifting them, he is not supporting them, and he is not accepting blame for them (as one “carries the blame” for a mistake).",
+ hasFigure: false,
+ },
+ {
+ id: "44cc5f75",
+ type: "mcq",
+ passage:
+ "Artificially delivering biomolecules to plant cells is an important component of protecting plants from pathogens, but it is difficult to transmit biomolecules through the layers of the plant cell wall. Markita del Carpio Landry and her colleagues have shown that it may be possible to ______blank this problem by transmitting molecules through carbon nanotubes, which can cross cell walls.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "conceptualize" },
+ { label: "B", text: "neglect" },
+ { label: "C", text: "illustrate" },
+ { label: "D", text: "overcome" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of delivering biomolecules to plant cells. In this context, “overcome” means to succeed in dealing with an obstacle. The text suggests that although it’s difficult to move biomolecules through plant cell walls, Landry and her colleagues have shown that carbon nanotubes may be useful, since they can cross cell walls. This context conveys that Landry and her colleagues think it’s possible, using carbon nanotubes, to succeed in dealing with the obstacle of transmitting biomolecules to plant cells.
Choice A is incorrect because it wouldn’t make sense in context to say that Landry and her colleagues have shown that it may be possible to “conceptualize,” or form an idea of, the difficulty of transmitting biomolecules through the walls of plant cells. The text presents this difficulty as a known problem that Landry and her colleagues think they may have solved, not as a mysterious occurrence that they have yet to form ideas about. Choice B is incorrect because the text suggests that Landry and her colleagues think it may be possible to successfully deal with the problem of transmitting biomolecules through the walls of plant cells, not that Landry and her colleagues think it may be possible to “neglect,” or simply to disregard and ignore the problem. Choice C is incorrect because it wouldn’t make sense in context to say that Landry and her colleagues have shown that it may be possible to “illustrate,” or demonstrate, the difficulty of transmitting biomolecules through the walls of plant cells by using carbon nanotubes. According to the text, carbon nanotubes allow molecules to be transmitted to plant cells—something that is otherwise difficult to do. The text therefore presents carbon nanotubes as a way of possibly solving a problem, not as a means of demonstrating the problem.",
+ hasFigure: false,
+ },
+ {
+ id: "45a109a3",
+ type: "mcq",
+ passage:
+ "The following text is from Bram Stoker’s 1897 novel Dracula. The narrator is being driven in a carriage through a remote region at night.
The baying of the wolves sounded nearer and nearer, as though they were closing round on us from every side. I grew dreadfully afraid, and the horses shared my fear. The driver, however, was not in the least disturbed; he kept turning his head to left and right, but I could not see anything through the darkness.
",
+ questionHtml:
+ "As used in the text, what does the word “disturbed” most nearly mean?",
+ choices: [
+ { label: "A", text: "Disorganized" },
+ { label: "B", text: "Alarmed" },
+ { label: "C", text: "Offended" },
+ { label: "D", text: "Interrupted" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because as used in the text, “disturbed” most nearly means alarmed. The text portrays the narrator traveling in a carriage as wolves howl in the surrounding darkness. The text contrasts the reaction of both the narrator and the horses pulling the carriage with that of the driver of the carriage: the narrator and horses are “dreadfully afraid,” but the driver is “not in the least disturbed.” In other words, the driver is not alarmed by the wolves nearby.
Choice A is incorrect. Although in some contexts, “disturbed” can mean disorganized, the text doesn’t portray a character acting in a disorganized manner; instead, the driver continues to drive the carriage, even though the horses pulling it are alarmed. Choice C is incorrect. Although in some contexts, “disturbed” can mean offended, the text doesn’t portray one character feeling offended, or upset, by another’s actions; instead, it contrasts the fear felt by the narrator with another character’s lack of fear. Choice D is incorrect. Although in some contexts, “disturbed” can mean interrupted, the text doesn’t portray an action being interrupted; indeed, the travel depicted in the scene continues despite the threat of the wolves outside the carriage.",
+ hasFigure: false,
+ },
+ {
+ id: "47955354",
+ type: "mcq",
+ passage:
+ "Sumerian civilization (which lasted from around 3300 to 2000 BCE) ______blank many concepts that persist into present-day civilizations: for example, the first description of the seven-day week appears in the Sumerian Epic of Gilgamesh.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "transformed" },
+ { label: "B", text: "introduced" },
+ { label: "C", text: "inherited" },
+ { label: "D", text: "overlooked" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the contributions of the Sumerian civilization. In this context, “introduced” means brought into practice or use. The text states that the first reference to a seven-day week appears in the Sumerian Epic of Gilgamesh. The text presents this information about the seven-day week as an example of a concept introduced by the Sumerian civilization that persists into present-day civilizations.
Choice A is incorrect because nothing in the text suggests that the Sumerian civilization “transformed,” or changed the nature of, concepts that persist into present-day civilizations. Instead, the text’s presentation of a Sumerian literary work that contains the first description of the seven-day week is an example of the phenomenon described in the first half of the sentence, suggesting that the Sumerians invented many concepts that still persist. Choice C is incorrect because the information that a Sumerian literary work includes the first description of the seven-day week suggests that Sumerian civilization may have originated the seven-day week and other concepts that persist into present-day civilizations, not that it “inherited” the concepts, or received them from an ancestral figure or culture. Choice D is incorrect because the information that Sumerian civilization produced the first description of the seven-day week is presented as an example of the phenomenon described in the first half of the sentence, suggesting that Sumerian civilization originated this and other concepts that still persist, not that the Sumerians “overlooked,” or failed to notice or consider, such concepts.",
+ hasFigure: false,
+ },
+ {
+ id: "479c7e82",
+ type: "mcq",
+ passage:
+ "Although critics believed that customers would never agree to pay to pick their own produce on farms, such concerns didn’t ______blank Booker T. Whatley’s efforts to promote the practice. Thanks in part to Whatley’s determined advocacy, farms that allow visitors to pick their own apples, pumpkins, and other produce can be found throughout the United States.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "enhance" },
+ { label: "B", text: "hinder" },
+ { label: "C", text: "misrepresent" },
+ { label: "D", text: "aggravate" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Booker T. Whatley. In this context, “hinder” means hold back or obstruct. The text explains that Whatley encouraged farms to allow customers on site to pick their own produce for a fee. He did so despite critics’ concerns that the customers would never pay to do so. This context establishes that the critics’ concerns didn’t hinder Whatley’s efforts to promote the practice.
Choice A is incorrect. The text indicates that critics’ skepticism of the idea that customers would pay to pick their own produce didn’t have some effect on Whatley’s promotion of the practice. The text illustrates this assertion by describing Whatley’s “determined advocacy” for the practice. This context suggests that critics’ concerns didn’t obstruct Whatley’s efforts, not that critics’ concerns didn’t “enhance,” or increase or improve, Whatley’s efforts. Choice C is incorrect because in this context, “misrepresent” would mean portray inaccurately, and the text includes no information relevant to the issue of how Whatley’s efforts were portrayed by critics of the practice of charging customers to pick their own produce. Choice D is incorrect. The text indicates that critics’ skepticism of the idea that customers would pay to pick their own produce didn’t have some effect on Whatley’s promotion of the practice. The text illustrates this assertion by describing Whatley’s “determined advocacy” for the practice. This context suggests that critics’ concerns didn’t obstruct Whatley’s efforts, not that critics’ concerns didn’t “aggravate,” or irritate or make more severe, Whatley’s efforts.",
+ hasFigure: false,
+ },
+ {
+ id: "49bbe4d7",
+ type: "mcq",
+ passage:
+ "For painter Jacob Lawrence, being ______blank was an important part of the artistic process. Because he paid close attention to all the details of his Harlem neighborhood, Lawrence’s artwork captured nuances in the beauty and vitality of the Black experience during the Harlem Renaissance and the Great Migration.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "skeptical" },
+ { label: "B", text: "observant" },
+ { label: "C", text: "critical" },
+ { label: "D", text: "confident" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Jacob Lawrence’s artistic process. In this context, “observant” means watchful and perceptive. The text emphasizes that the “close attention” Lawrence paid to “all the details” of his neighborhood allowed him to reflect subtle elements of “the beauty and vitality of the Black experience” in his artwork. This context indicates that being observant of his surroundings was an important part of Lawrence’s work as an artist.
Choice A is incorrect because the text gives no indication that Lawrence was “skeptical,” or had an attitude of doubt in general or about particular things, let alone that skepticism was important to him as an artist. Rather than indicating that he was skeptical, the text focuses on how Lawrence paid careful attention to everything around him and reflected his observations in his artwork. Choice C is incorrect because the text gives no indication that Lawrence was “critical,” which in this context would mean inclined to criticize harshly or unfairly. Rather than indicating that Lawrence found fault in things, the text suggests that he paid careful attention to everything around him and that his artwork reflects this careful attention. Choice D is incorrect because the text doesn’t suggest that Lawrence was “confident,” or self-assured. Rather than addressing how Lawrence felt about himself and how that feeling affected his artistic process, the text emphasizes the careful attention Lawrence paid to everything around him—attention that allowed him to capture subtle elements of a particular place and time in his artwork.",
+ hasFigure: false,
+ },
+ {
+ id: "4a2b2535",
+ type: "mcq",
+ passage:
+ "A brief book review cannot fully convey the ______blank of Olga Tokarczuk’s novel The Books of Jacob, with its enormous cast of characters, its complicated, wandering plot, and its page numbers that count backward (beginning at 965 and ending at 1).
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "accuracy" },
+ { label: "B", text: "inactivity" },
+ { label: "C", text: "complexity" },
+ { label: "D", text: "restraint" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of Olga Tokarczuk’s novel The Books of Jacob. As used in this context, “complexity” means having many complicated parts that when taken as a whole are difficult to follow or explain. The text indicates that The Books of Jacob has a large cast of characters, a complicated and wandering plot (that is, a plot that is difficult to follow), and reverse page numbering. Together, these features make up a novel that’s challenging to read and summarize. This context supports the idea that a brief book review can’t do justice to the novel’s complexity.
Choice A is incorrect. Although the word “accuracy,” or being free from error or falsehood, can sometimes be used to describe a novel, the text doesn’t discuss whether Tokarczuk’s novel has this quality. Instead, the text describes the novel as having a large cast of characters, a difficult-to-follow plot, and reverse page numbering. These features suggest complexity, not accuracy. Choice B is incorrect because “inactivity” means being in a state of idleness or doing nothing, neither of which would make sense in this context. The text describes Tokarczuk’s novel, and although it’s possible the novel could portray its characters as inactive, it wouldn’t make sense to describe the novel itself as such. Choice D is incorrect because in this context “restraint” would mean holding back or showing self-control, and the text doesn’t indicate that Tokarczuk’s novel has either of these qualities. In fact, the features of the novel that the text describes, such as a large cast of characters, a complicated and wandering plot, and reverse page numbering, suggest excess and complexity, not restraint.",
+ hasFigure: false,
+ },
+ {
+ id: "4d1a9c0d",
+ type: "mcq",
+ passage:
+ "Following the principles of community-based participatory research, tribal nations and research institutions are equal partners in health studies conducted on reservations. A collaboration between the Crow Tribe and Montana State University ______blank this model: tribal citizens worked alongside scientists to design the methodology and continue to assist in data collection.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "circumvents" },
+ { label: "B", text: "eclipses" },
+ { label: "C", text: "fabricates" },
+ { label: "D", text: "exemplifies" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of the collaboration between the Crow Tribe and Montana State University. As used in this context, “exemplifies” means demonstrates. The text conveys how the Crow Tribe–Montana State University collaboration serves to illustrate the model of community-based participatory research introduced earlier in the text and expanded on later in the text.
Choice A is incorrect because referring to “circumvents,” or avoids, wouldn’t make sense in context. The text suggests that the Crow Tribe–Montana State University collaboration serves as an example of the principles of community-based participatory research, not that the collaboration evades this model. Choice B is incorrect because referring to “eclipses,” or overshadows, wouldn’t make sense in context. The text describes the Crow Tribe–Montana State University collaboration as an equal partnership, which indicates that it’s an example of the community-based participatory research model, not that it overshadows the model. Choice C is incorrect because saying that the collaboration “fabricates,” or creates, the model wouldn’t make sense in context. The text indicates that the Crow Tribe–Montana State University collaboration serves as an example of the model, not that it created the model.",
+ hasFigure: false,
+ },
+ {
+ id: "5d2fd27d",
+ type: "mcq",
+ passage:
+ "While we can infer information about climate activity in Earth’s distant past from physical evidence, we of course cannot observe past climates directly. To study early Earth’s climate in action, we must ______blank that climate using computer models that represent various climate conditions consistent with the physical evidence.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "invent" },
+ { label: "B", text: "simulate" },
+ { label: "C", text: "exaggerate" },
+ { label: "D", text: "preserve" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of climate activity in Earth’s distant past. In this context, to “simulate” most nearly means to represent a natural process using computer models. According to the text, understanding Earth’s early climate is difficult because we cannot make direct observations of the distant past. Instead, scientists must create computer models that approximate early climate conditions, based on the physical evidence that those conditions left behind on Earth’s surface. This context supports the idea that computer models simulate Earth’s climate in the distant past.
Choice A is incorrect because scientists use existing physical evidence as a basis for developing computer models that describe what Earth’s actual past climate might have been like. The models are not being used to “invent,” or imagine, a completely fictional climate. Choice C is incorrect because the computer models are being used in an attempt to describe as accurately as possible what Earth’s past climate might have been like. They are not attempting to “exaggerate,” or distort, those features. Choice D is incorrect because the computer models do not “preserve,” or protect from deterioration, Earth’s early climate; instead, they attempt to reproduce the characteristics of that climate, based on the remaining physical evidence of that climate.",
+ hasFigure: false,
+ },
+ {
+ id: "5effa190",
+ type: "mcq",
+ passage:
+ "The process of mechanically recycling plastics is often considered ______blank because of the environmental impact and the loss of material quality that often occurs. But chemist Takunda Chazovachii has helped develop a cleaner process of chemical recycling that converts superabsorbent polymers from diapers into a desirable reusable adhesive.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "resilient" },
+ { label: "B", text: "inadequate" },
+ { label: "C", text: "dynamic" },
+ { label: "D", text: "satisfactory" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion about recycling plastics. In this context, “inadequate” means not satisfactory. The text indicates that the mechanical plastic-recycling process affects the environment and causes “the loss of material quality.” The text contrasts that with Chazovachii’s chemical plastic-recycling process, which is cleaner and produces a desirable product. The text’s emphasis on the negative aspects of mechanical recycling suggests that it is inadequate in terms of environmental impact and the quality of the material the process yields.
Choice A is incorrect because in this context “resilient” would mean able to withstand difficulty and the text does not characterize the plastic-recycling process as having this quality or describe any difficulties that these processes might need to overcome. Choice C is incorrect because in this context “dynamic” would mean constantly changing. Although the text suggests that there have been changes in the field of recycling, as is the case with the advent of Chazovachii’s chemical recycling process, there is nothing to suggest that the mechanical process itself has changed or is prone to change. Choice D is incorrect because in this context “satisfactory” would mean acceptable but not perfect. The text mentions only shortcomings of the mechanical process (environmental effects and lower material quality), so the text more strongly supports a negative view of this process and provides no evidence that it would be considered satisfactory.",
+ hasFigure: false,
+ },
+ {
+ id: "5fa165f7",
+ type: "mcq",
+ passage:
+ "In the 1960s, Sam Gilliam, a Black painter from the southern United States, became the first artist to drape painted canvases into flowing shapes. He later explored a different style, ______blank quilt-like paintings inspired by the patchwork quilting tradition of Black communities in the South.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "predicting" },
+ { label: "B", text: "refusing" },
+ { label: "C", text: "hiding" },
+ { label: "D", text: "creating" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of Sam Gilliam’s artworks. As used in this context, “creating” means producing or bringing something into existence. The text indicates that Gilliam is an artist who made draped canvases and, later, quilt-like paintings. This context supports the idea that Gilliam explored different styles in his art by creating special types of paintings.
Choice A is incorrect because the text indicates that Gilliam actually explored and pursued the creation of quilt-like paintings; he wasn’t just “predicting,” or declaring in advance, the existence of these paintings. Choice B is incorrect because in this context “refusing” would mean rejecting, and there is nothing in the text to suggest that Gilliam rejected his quilt-like paintings. Instead, the text indicates that he was exploring and pursuing a new art style in these paintings. Choice C is incorrect because in this context “hiding” would mean concealing from view, and there is nothing in the text to suggest that Gilliam attempted to conceal his quilt-like paintings. Instead, the text indicates that he was exploring and pursuing a new art style in these paintings.",
+ hasFigure: false,
+ },
+ {
+ id: "637d0878",
+ type: "mcq",
+ passage:
+ "The Appalachian Trail is a hiking path in the eastern United States. Much of the 2,000 mile trail passes through wilderness areas. In order to ______blank those areas, the United States Congress passed the National Trails System Act in 1968, ensuring that the trail would not be sold or commercially developed.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "borrow" },
+ { label: "B", text: "postpone" },
+ { label: "C", text: "protect" },
+ { label: "D", text: "decorate" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. "Protect" means "preserve" or "keep safe from." By ensuring that the wilderness areas along the Appalachian Trail can’t be sold or developed, the National Trails System Act protects them.
Choice A is incorrect. "Borrow" means "to take something with intent to return it." The text doesn’t say anything about taking and returning the wilderness that surrounds the Appalachian Trail. Choice B is incorrect. "Postpone" means "to put off until later." Nothing in the passage suggests that Congress wants to "postpone" the wilderness areas (and that doesn’t make sense anyway—they can postpone doing something to the wilderness areas, but they can’t postpone the areas themselves). Choice D is incorrect. "Decorate" means "to adorn" or "add extra items or pictures to make more attractive." No details in the text suggest that Congress wishes to make the trail fancier or more attractive.',
+ hasFigure: false,
+ },
+ {
+ id: "69a6d050",
+ type: "mcq",
+ passage:
+ "In the early 1800s, the Cherokee scholar Sequoyah created the first script, or writing system, for an Indigenous language in the United States. Because it represented the sounds of spoken Cherokee so accurately, his script was easy to learn and thus quickly achieved ______blank use: by 1830, over 90 percent of the Cherokee people could read and write it.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "widespread" },
+ { label: "B", text: "careful" },
+ { label: "C", text: "unintended" },
+ { label: "D", text: "infrequent" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of the writing system created by Sequoyah. In this context, “widespread” means widely accepted or practiced. The text indicates that because Sequoyah’s script accurately represented the spoken sounds of the Cherokee language and was easy to learn, nearly all Cherokee people were able to read and write it soon after it was created. This context demonstrates that the script was widely used by the Cherokee people.
Choice B is incorrect. In this context, “careful” would mean exercised with care and attentive concern. Although the work of creating a writing system likely involved great care, the text indicates that the system was “easy to learn,” which conflicts with the idea that using this system requires a noteworthy amount of care. Choice C is incorrect because in this context “unintended” means not deliberate. The idea that using Sequoyah’s script was unintentional conflicts directly with the claim that it was easy to learn and used by “over 90% of the Cherokee people” by 1830. In fact, because one had to learn this system, it’s not clear how one could use it unintentionally. Choice D is incorrect because in this context “infrequent” means rare or not occurring often, which conflicts directly with the claim that “over 90% of the Cherokee people” were using Sequoyah’s script by 1830.",
+ hasFigure: false,
+ },
+ {
+ id: "6d5ddea4",
+ type: "mcq",
+ passage:
+ "According to Potawatomi ecologist Robin Wall Kimmerer, the Indigenous method of harvesting Hierochloe odorata, or sweetgrass, by snapping the plant off at the root actually ______blank wild populations: it may seem counterintuitive, she says, but this method of removal allows new sweetgrass plants to repopulate the space, with an overall increase in number and vigor.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "selects" },
+ { label: "B", text: "originates" },
+ { label: "C", text: "conditions" },
+ { label: "D", text: "replenishes" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of the Indigenous method of harvesting Hierochloe odorata. As used in this context, “replenishes” means helps increase the population or helps it recover. The text explains that although snapping off a wild plant at the root might seem detrimental to the wild population, it actually helps Hierochloe odorata, increasing both their “number and vigor.” This context conveys the idea that even though it seems counterintuitive, the Indigenous method of harvesting Hierochloe odorata actually replenishes the wild population.
Choice A is incorrect. Although a harvesting method could be used to select for certain traits in plants, it’s not clear what it would mean for a harvesting method to select “wild populations” of plants. Choice B is incorrect because as used in this context, “originates” means creates. The text doesn’t address the origin of Hierochloe odorata, but rather how the Indigenous harvesting method affects it. Choice C is incorrect because in this context, “conditions” means to influence someone or something to behave in a certain way, and the text doesn’t suggest the new plants that replace the harvested ones differ in any meaningful way, or in any way that could be the result of conditioning.",
+ hasFigure: false,
+ },
+ {
+ id: "760ee1db",
+ type: "mcq",
+ passage:
+ "Although the playwrights hoped that their play would be ______blank when performed live, critics generally agreed that the production and performances had the opposite effect, wearying audiences instead of energizing them.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "multifaceted" },
+ { label: "B", text: "realistic" },
+ { label: "C", text: "rousing" },
+ { label: "D", text: "subtle" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of the play’s effect on audiences. As used in this context, “rousing” means exciting or energizing. The text indicates that critics found the play to have “the opposite effect” on audiences of what the playwrights hoped for. The critics, the text says, thought the play was wearying rather than energizing to viewers. This context supports the idea that the playwrights hoped live performances of the play would be energizing, or rousing, to audiences.
Choice A is incorrect because there’s no information in the text suggesting that the playwrights hoped live performances of the play would be “multifaceted,” or be varied or have many aspects. The text indicates that critics found the play to be wearying to audiences and that this was the opposite of what the playwrights hoped for. Multifaceted is not the opposite of wearying, but rousing is, which suggests that the playwrights hoped the play would be rousing. Choice B is incorrect because there’s no information in the text suggesting that the playwrights hoped live performances of the play would be “realistic,” or lifelike or sensible. The text says that critics found the play to be wearying to audiences and that this was the opposite of what the playwrights hoped for. Realistic is not the opposite of wearying, but rousing is, which suggests that the playwrights hoped the play would be rousing. Choice D is incorrect because there’s no information in the text suggesting that the playwrights hoped live performances of the play would be subtle, or complex or understated. The text says that critics found the play to be wearying to audiences and that this was the opposite of what the playwrights hoped for. Subtle is not the opposite of wearying, but rousing is, which suggests that the playwrights hoped the play would be rousing.",
+ hasFigure: false,
+ },
+ {
+ id: "7d84fe2b",
+ type: "mcq",
+ passage:
+ "Particle physicists like Ayana Holloway Arce and Aida El-Khadra spend much of their time ______blank what is invisible to the naked eye: using sophisticated technology, they closely examine the behavior of subatomic particles, the smallest detectable parts of matter.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "selecting" },
+ { label: "B", text: "inspecting" },
+ { label: "C", text: "creating" },
+ { label: "D", text: "deciding" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the work of particle physicists. In this context, “inspecting” means viewing closely in order to examine. The text indicates that as particle physicists, Arce and El-Khadra’s work involves using advanced technology to “closely examine” subatomic particles. In other words, they use technology to inspect small parts of matter that can’t be seen by the naked eye.
Choice A is incorrect because nothing in the text suggests that Arce and El-Khadra spend time “selecting,” or choosing, subatomic particles for some purpose; the text simply states that the particle physicists use advanced technology to see and study the behavior of those tiny parts of matter. Choice C is incorrect because nothing in the text suggests that Arce and El-Khadra spend time “creating” subatomic particles, or bringing them into existence; the text simply states that the particle physicists use advanced technology to see and study the behavior of those tiny parts of matter. Choice D is incorrect. In this context, “deciding” would mean making a final choice or judgment about something. It wouldn’t make sense to say that particle physicists get to choose what is and isn’t visible to the naked eye, especially when the text presents it as fact that subatomic particles are “the smallest detectable parts of matter” and would therefore be invisible. The text focuses on Arce and El-Khadra’s close observation of those particles, not on any decisions they might make.",
+ hasFigure: false,
+ },
+ {
+ id: "80ebb189",
+ type: "mcq",
+ passage:
+ "As an architect in Los Angeles in the 1950s, Helen Liu Fong became known for avoiding ______blank designs in her buildings. Instead of using standard shapes and colors, she typically explored innovative forms and daring hues.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "creative" },
+ { label: "B", text: "bold" },
+ { label: "C", text: "traditional" },
+ { label: "D", text: "understandable" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of Helen Liu Fong’s architectural designs. In this context, “traditional” means conventional. The text states that rather than use “standard shapes and colors,” Fong pursued “innovative” and “daring” design choices in her work. Fong’s style is depicted as inventive, so it therefore makes sense in this context that she avoided mainstream, traditional designs in her buildings.
Choice A is incorrect because the text indicates that Fong’s work is innovative and experimental. Thus, Fong’s design choices could reasonably be considered creative, or original. She likely would have pursued creative designs, not avoided them. Choice B is incorrect because the text indicates that Fong used “daring” hues in her designs. Thus, Fong likely would have pursued bold, or brave and vivid design choices; she wouldn’t have avoided them. Choice D is incorrect because the text doesn’t address whether Fong’s designs are understandable, or reasonable or expected. The text focuses on certain characteristics of Fong’s designs, not on how people received or understood them.",
+ hasFigure: false,
+ },
+ {
+ id: "82b7c3b2",
+ type: "mcq",
+ passage:
+ "The following text is from Booth Tarkington’s 1921 novel Alice Adams.
Mrs. Adams had always been fond of vases, she said, and every year her husband’s Christmas present to her was a vase of one sort or another—whatever the clerk showed him, marked at about twelve or fourteen dollars.
",
+ questionHtml:
+ "As used in the text, what does the word “marked” most nearly mean?",
+ choices: [
+ { label: "A", text: "Staged" },
+ { label: "B", text: "Priced" },
+ { label: "C", text: "Stained" },
+ { label: "D", text: "Watched" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. The text suggests that Mrs. Adam’s typical Christmas present from her husband was a vase that cost, or was "priced at," about twelve or fourteen dollars.
Choice A is incorrect. This isn’t the meaning of "marked" as used here. It wouldn’t make sense to say that a vase was "staged at twelve or fourteen dollars." Choice C is incorrect. This isn’t the meaning of "marked" as used here. It wouldn’t make sense to say that a vase was "stained at twelve or fourteen dollars." Choice D is incorrect. This isn’t the meaning of "marked" as used here. It wouldn’t make sense to say that a vase was "watched at twelve or fourteen dollars."',
+ hasFigure: false,
+ },
+ {
+ id: "83687083",
+ type: "mcq",
+ passage:
+ "Due to their often strange images, highly experimental syntax, and opaque subject matter, many of John Ashbery’s poems can be quite difficult to ______blank and thus are the object of heated debate among scholars.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "delegate" },
+ { label: "B", text: "compose" },
+ { label: "C", text: "interpret" },
+ { label: "D", text: "renounce" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of John Ashbery’s poems. As used in this context, “interpret” would mean decipher the meaning of. The text indicates that Ashbery’s poems have many unusual features, that it’s difficult to tell what exactly the poems’ subject matter is, and that scholars strongly disagree about the poems. This context conveys the idea that it’s difficult to interpret Ashbery’s poems.
Choice A is incorrect because “delegate” means to assign someone as a representative of another person or to entrust something to someone else, neither of which would make sense in context. The text is focused only on the difficulty that readers have interpreting Ashbery’s poems due to their many unusual features; it doesn’t suggest anything about the poems being difficult to delegate. Choice B is incorrect because describing Ashbery’s poems as difficult to “compose,” or put together or produce, would make sense only if the text were about Ashbery’s experience of writing the poems. It could be true that it was difficult for Ashbery to compose his poems, but the text doesn’t address this; it instead discusses how readers interpret and engage with the poems. Choice D is incorrect because describing Ashbery’s poems as being difficult to “renounce,” or give up or refuse, wouldn’t make sense in context. The text focuses on the idea that features of Ashbery’s poems are odd or unclear and have caused heated scholarly debate. This context suggests that the poems are difficult to interpret, not that the poems are difficult to renounce.",
+ hasFigure: false,
+ },
+ {
+ id: "849bf8d7",
+ type: "mcq",
+ passage:
+ "In the mid-nineteenth century, some abolitionist newspapers ______blank westward migration in the United States; by printing a letter that described the easy fortunes and high salaries miners could make in California during the Gold Rush, Frederick Douglass’s newspaper North Star was one such publication that inspired readers to relocate.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "stimulated" },
+ { label: "B", text: "assigned" },
+ { label: "C", text: "opposed" },
+ { label: "D", text: "disregarded" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. "Stimulated" means "encouraged interest or increased activity in." Because the newspapers discussed the benefits of westward migration and "inspired readers to relocate," we can infer that they encouraged people to move west.
Choice B is incorrect. "Assigned" means "gave a job or duty." Newspapers do not have the power to assign people to move west, although they can encourage it. Choice C is incorrect. "Opposed" means "disapproved of." We can tell that this isn’t the case, because the newspapers discussed "the easy fortunes and high salaries miners could make in California" and "inspired readers to relocate." Choice D is incorrect. "Disregarded" means "ignored." If the newspapers are writing about the west and "inspiring readers to relocate," they can’t be ignoring it at the same time.',
+ hasFigure: false,
+ },
+ {
+ id: "84a7fbca",
+ type: "mcq",
+ passage:
+ "When Mexican-American archaeologist Zelia Maria Magdalena Nuttall published her 1886 research paper on sculptures found at the ancient Indigenous city of Teotihuacan in present-day Mexico, other researchers readily ______blank her work as groundbreaking; this recognition stemmed from her convincing demonstration that the sculptures were much older than had previously been thought.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "acknowledged" },
+ { label: "B", text: "ensured" },
+ { label: "C", text: "denied" },
+ { label: "D", text: "underestimated" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of Nuttall’s 1886 research paper. In this context, “acknowledged” means recognized as having a certain status. The text indicates that other researchers recognized Nuttall’s work as groundbreaking because of its “convincing demonstration” related to the age of the ancient sculptures. In other words, the researchers recognized the groundbreaking status of Nuttall’s work.
Choice B is incorrect because in this context, “ensured” would mean to have guaranteed or made sure something was the case. The text states that other researchers gave Nuttall’s work recognition after it was published, but there’s no indication that they contributed to the work or had any involvement that would have allowed them to make sure the work would be groundbreaking. Choice C is incorrect because the text doesn’t suggest that other researchers “denied,” or refused to admit or accept, that Nuttall’s work was groundbreaking; on the contrary, it indicates that researchers praised the work, recognizing it as groundbreaking due to its “convincing demonstration” related to the age of the ancient sculptures. Choice D is incorrect because the text doesn’t suggest that other researchers “underestimated,” or undervalued, Nuttall’s work; on the contrary, it indicates that researchers praised the work, recognizing it as groundbreaking due to its “convincing demonstration” related to the age of the ancient sculptures.",
+ hasFigure: false,
+ },
+ {
+ id: "84b5125b",
+ type: "mcq",
+ passage:
+ "Artist Marilyn Dingle’s intricate, coiled baskets are ______blank sweetgrass and palmetto palm. Following a Gullah technique that originated in West Africa, Dingle skillfully winds a thin palm frond around a bunch of sweetgrass with the help of a “sewing bone” to create the basket’s signature look that no factory can reproduce.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "indicated by" },
+ { label: "B", text: "handmade from" },
+ { label: "C", text: "represented by" },
+ { label: "D", text: "collected with" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Marilyn Dingle’s baskets. In this context, to say that Dingle’s baskets are “handmade from” particular plants means that Dingle creates baskets herself using those plants but without using machines. The text says that Dingle “skillfully winds” parts of palmetto palm plants around sweetgrass plants to make baskets with an appearance that “no factory can reproduce.” This context suggests that Dingle’s baskets are handmade from sweetgrass and palmetto palm.
Choice A is incorrect because the text describes how Dingle uses sweetgrass and palmetto palm to create her baskets, not how her baskets are “indicated by,” or signified by, sweetgrass and palmetto palm. Choice C is incorrect. Although Dingle’s baskets are described as being made using sweetgrass and palm, there’s nothing in the text to suggest that the baskets are “represented by,” or exemplified or portrayed by, sweetgrass and palmetto palm. Instead, the focus of the text is on Dingle’s use of sweetgrass and palmetto palm and the impossibility of replicating the appearance of her baskets using machines. Choice D is incorrect because there’s nothing in the text to suggest that Dingle’s baskets are “collected with,” or brought together in a group with, sweetgrass and palmetto palm. Instead, the text describes how Dingle uses those plants to make her baskets.",
+ hasFigure: false,
+ },
+ {
+ id: "8d579825",
+ type: "mcq",
+ passage:
+ "The printing of Virginia Woolf’s novels featured a creative ______blank between Woolf and her sister Vanessa Bell: a talented painter, Bell worked closely with Woolf to create original cover art for most of the novels.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "rebellion" },
+ { label: "B", text: "partnership" },
+ { label: "C", text: "discovery" },
+ { label: "D", text: "disagreement" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the cover art of Virginia Woolf’s novels. In this context, “partnership” means collaboration or joint effort. The text states that Woolf’s sister Vanessa Bell was a talented painter and that Bell worked with Woolf to provide the cover art for most of Woolf’s novels. Thus, this context suggests that Woolf and Bell pursued a creative partnership in order to produce several of Woolf’s novels.
Choice A is incorrect because there is no indication that Woolf or Bell were undergoing a “rebellion,” or revolt, against anything in particular. Instead, the text focuses on how they worked together in some aspects of the production of Woolf’s novels. Choice C is incorrect because there is nothing in the text to indicate that Woolf or Bell made a “discovery,” or encountered anything new for the first time as they worked together. The text suggests that Woolf had already written her novels and that Bell then assisted Woolf with the cover art for many of them. Choice D is incorrect because the text implies that Woolf and Bell had a positive relationship. According to the text, the sisters “worked closely” together to produce the cover art for many of Woolf’s novels; the text doesn’t mention whether while working together, Woolf and Bell had a “disagreement,” or conflict.",
+ hasFigure: false,
+ },
+ {
+ id: "9671d61d",
+ type: "mcq",
+ passage:
+ "The following text is from Claude McKay’s 1922 poem “Morning Joy.” The speaker is looking out a window and observing a wold, or large area of land.
At night the wide and level stretch of wold,
Which at high noon had basked in quiet gold,
Far as the eye could see was ghostly white;
Dark was the night save for the snow’s weird light.
I drew the shades far down, crept into bed;
Hearing the cold wind moaning overhead
Through the sad pines, my soul, catching its pain,
Went sorrowing with it across the plain.
",
+ questionHtml:
+ "As used in the text, what does the word “drew” most nearly mean?",
+ choices: [
+ { label: "A", text: "Pulled" },
+ { label: "B", text: "Drained" },
+ { label: "C", text: "Inspired" },
+ { label: "D", text: "Sketched" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because as used in the text, “drew” most nearly means pulled. In the text, the speaker stands at a window, looking out on a landscape at night. The speaker then “drew the shades far down, crept into bed.” That is, the speaker pulled down, or lowered, the shades until they were completely shut before going to sleep.
Choice B is incorrect. Although in some contexts, “drew” can refer to draining or removing liquid, especially water, as when someone draws water from a well, in this context it refers to the speaker pulling down window shades for the night. Choice C is incorrect. In some contexts, “drew” can be used to describe how a person or thing inspires, or elicits, a response from someone, as when a performer draws applause from an audience. But in this context it refers to the speaker pulling down window shades for the night. Choice D is incorrect. Although “drew” has several meanings, including sketched, or illustrated with a pen or pencil, in this context it refers to the speaker pulling down window shades for the night.",
+ hasFigure: false,
+ },
+ {
+ id: "97ab5669",
+ type: "mcq",
+ passage:
+ "Former astronaut Ellen Ochoa says that although she doesn’t have a definite idea of when it might happen, she ______blank that humans will someday need to be able to live in other environments than those found on Earth. This conjecture informs her interest in future research missions to the moon.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "demands" },
+ { label: "B", text: "speculates" },
+ { label: "C", text: "doubts" },
+ { label: "D", text: "establishes" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Ochoa’s prediction that humans will one day need to live in places other than Earth. As used in this context, “speculates” would mean puts forward an idea without firm evidence. The text states that Ochoa “doesn’t have a definite idea” about when humans might need to live in other environments and characterizes Ochoa’s prediction as a “conjecture,” or a conclusion presented without convincing evidence. This context indicates that Ochoa speculates when she makes this prediction.
Choice A is incorrect because saying that Ochoa “demands,” or insists or requires, that humans will one day need to live in other environments than Earth’s would not make sense in context. The text indicates that she’s unsure about the timing but hypothesizes that it will someday happen. Choice C is incorrect because saying that Ochoa “doubts,” or questions or disbelieves, that humans will one day need to live in other environments than Earth’s would not make sense in context. The text indicates that although Ochoa is unsure about the timing, she hypothesizes that humans will need to live in places other than Earth and encourages research into future travel to the moon. Choice D is incorrect because saying that Ochoa “establishes,” or proves, that humans will one day need to live in other environments than Earth’s would not make sense in context. Rather than stating that Ochoa discusses her idea with certainty and supports it with evidence, the text indicates that Ochoa is unsure about when humans might need to live in other environments.",
+ hasFigure: false,
+ },
+ {
+ id: "9b2fbb2e",
+ type: "mcq",
+ passage:
+ "Logically, a damaged fossil should provide less information than an intact one, but for paleontologist Brigitte Schoenemann, a broken area on a fossilized trilobite (a crustacean-like creature) ______blank fresh insight, allowing her to view the inner structure of the organism’s eye.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "resolved" },
+ { label: "B", text: "adjusted" },
+ { label: "C", text: "offered" },
+ { label: "D", text: "directed" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion about how, for Schoenemann, a damaged trilobite fossil was informative. In context, “offered” means provided or gave. The text suggests that although it may seem counterintuitive, a broken fossilized trilobite allowed Schoenemann to observe more details of the trilobite’s eye than an intact fossilized trilobite would. This context conveys the idea that a damaged fossil offered, or provided, fresh insight into the structure of a trilobite’s eye.
Choice A is incorrect because “resolved” means determined or figured out, which wouldn’t make sense in this context. The text focuses on how Schoenemann was able to get more information from a broken fossil than an intact one. Although the damaged fossil may have allowed her to determine certain information, as an inanimate object the fossil isn’t capable of resolving anything. Choice B is incorrect because saying that the broken part of a trilobite fossil “adjusted,” or changed or modified, fresh insight wouldn’t make sense in this context. The text focuses on how Schoenemann was able to get more information from a broken fossil than an intact one. This context suggests that the fossil offered fresh insight, or understanding, not that it adjusted fresh insight. Choice D is incorrect because “directed” means managed or instructed, which wouldn’t make sense in this context. The text focuses on how Schoenemann was able to get more information from a broken fossil than an intact one. This context suggests that the fossil offered fresh insight, or understanding, not that it directed fresh insight.",
+ hasFigure: false,
+ },
+ {
+ id: "9ccf463e",
+ type: "mcq",
+ passage:
+ "The following text is from Nella Larsen’s 1928 novel Quicksand.
The trees in their spring beauty sent through her restive mind a sharp thrill of pleasure. Seductive, charming, and beckoning as cities were, they had not this easy unhuman loveliness.
",
+ questionHtml:
+ "As used in the text, what does the word “beckoning” most nearly mean?",
+ choices: [
+ { label: "A", text: "Demanding" },
+ { label: "B", text: "Signaling" },
+ { label: "C", text: "Inviting" },
+ { label: "D", text: "Shifting" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because as used in the text, “beckoning” most nearly means “inviting,” or attractive. The text portrays a woman who is looking at “trees in their spring beauty.” She compares them to cities, which have their own pleasures even if they do not have the “easy unhuman loveliness” of trees: she thinks of cities as “seductive” and “charming,” both adjectives that signify something that is enticing, or attractive. Therefore, cities that are seductive and charming would also be described as inviting people closer to them.
Choice A is incorrect because there is no indication in this context that cities are “demanding,” or requiring effort. Choice B is incorrect. Though “signaling,” or communicating something, might be considered a key feature of the act of “beckoning,” in the context here, “beckoning” suggests that cities have attractive qualities that naturally draw people to them. Such attractive qualities are not described by the word “signaling” alone. Therefore, “signaling” is an incorrect answer because it is insufficiently precise. Choice D is incorrect because there is no reason to think in this context that the cities are “shifting,” or changing shape.",
+ hasFigure: false,
+ },
+ {
+ id: "9cdcd902",
+ type: "mcq",
+ passage:
+ "Charles “Teenie” Harris was a photographer for the Pittsburgh Courier from 1936 to 1975. During his career he took over 70,000 photographs documenting everyday life in Pittsburgh’s Black communities. The Carnegie Museum of Art maintains thousands of his photographs, carefully ______blank them so that audiences can continue to view them well into the future.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "replacing" },
+ { label: "B", text: "inventing" },
+ { label: "C", text: "preserving" },
+ { label: "D", text: "counting" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. "Preserving" means "maintaining" or "keeping in good condition," so preserving the photographs means that audiences should be able to view them for a long time.
Choice A is incorrect. "Replacing" means "putting something new in place of" the photographs. Replacing the photos will make it so that audiences can’t view them at all. Choice B is incorrect. "Inventing" means "creating a new idea, process, or thing." The museum can’t invent photographs that already exist. Choice D is incorrect. Counting the photographs will not help audiences view them well into the future.',
+ hasFigure: false,
+ },
+ {
+ id: "9d73c9eb",
+ type: "mcq",
+ passage:
+ "Osage Nation citizen Randy Tinker-Smith produced and directed the ballet Wahzhazhe, which vividly chronicles Osage history and culture. Telling Osage stories through ballet is ______blank choice because two of the foremost ballet dancers of the twentieth century were Osage: sisters Maria and Marjorie Tallchief.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "a suitable" },
+ { label: "B", text: "a determined" },
+ { label: "C", text: "an arbitrary" },
+ { label: "D", text: "an unpredictable" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. “Suitable” means “appropriate for a particular purpose.” Since the text indicates that two of the best ballet dancers of the twentieth century were Osage, we can infer that the author believes that ballet is a very suitable artform for telling Osage stories.
Choice B is incorrect. The text never suggests that Tinker-Smith’s choice was determined. That would imply that Tinker-Smith initially faced some kind of obstacle or opposition, and nothing like that is mentioned in the passage. Choice C is incorrect. The text implies the opposite of this. “Arbitrary” means “based on random choice or whim rather than reason.” But the text does give us a good reason behind the choice to tell Osage stories through ballet: two of the best ballet dancers of the twentieth century were Osage. Choice D is incorrect. The text never suggests that Tinker-Smith’s choice was “unpredictable.” Rather, the fact that two of the best ballet dancers of the twentieth century were Osage makes ballet especially appropriate for telling Osage stories.",
+ hasFigure: false,
+ },
+ {
+ id: "9e501aaf",
+ type: "mcq",
+ passage:
+ "Research conducted by planetary scientist Katarina Miljkovic suggests that the Moon’s surface may not accurately ______blank early impact events. When the Moon was still forming, its surface was softer, and asteroid or meteoroid impacts would have left less of an impression; thus, evidence of early impacts may no longer be present.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "reflect" },
+ { label: "B", text: "receive" },
+ { label: "C", text: "evaluate" },
+ { label: "D", text: "mimic" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of the Moon’s surface. In this context, “reflect” means show or make apparent. The text states that because the surface of the Moon was softer when the Moon was still forming than it is now, early asteroid and meteoroid impacts “would have left less of an impression” and, as a result, evidence of them may no longer exist. This context supports the idea that the surface of the Moon may not accurately show signs of early impact events.
Choice B is incorrect because it wouldn’t make sense to say that the surface of the Moon may not accurately “receive,” or acquire or experience, early impacts from asteroids or meteoroids. The text indicates that the impacts have already occurred, and it isn’t clear how the Moon’s surface could be accurate or inaccurate in experiencing them. Choice C is incorrect because it wouldn’t make sense to say that the surface of the Moon may not accurately “evaluate,” or determine the significance or condition of, early impacts from asteroids or meteoroids, since that would suggest that it’s possible for the Moon’s surface to make a decision of any kind. Choice D is incorrect. In this context, “mimic” would mean to deliberately simulate or closely imitate something. It wouldn’t make sense to say that the surface of the Moon may not accurately mimic early asteroid and meteoroid impacts, since that would suggest that it’s possible for the Moon to deliberately imitate something.",
+ hasFigure: false,
+ },
+ {
+ id: "a2835734",
+ type: "mcq",
+ passage:
+ "Visual artist Gabriela Alemán states that the bold colors of comics, pop art, and Latinx culture have always fascinated her. This passion for the rich history and colors of her Latinx community translates into the ______blank artworks she produces.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "vivid" },
+ { label: "B", text: "unknown" },
+ { label: "C", text: "definite" },
+ { label: "D", text: "reserved" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. "Vivid" can mean "colorful" or "bright-colored." This definition fits the context clues about Alemán’s fascination with and passion for bold colors.
Choice B is incorrect. This doesn’t fit the logic of the text. Nothing in the text indicates that Alemán’s artworks are "unknown." Choice C is incorrect. This doesn’t fit the logic of the text. "Definite" means "certain" or "decided." It wouldn’t make sense to describe artwork as "definite." Choice D is incorrect. This doesn’t fit the logic of the text. "Reserved" can either mean "slow to reveal emotions" or "booked." But the clues suggest that Alemán’s artworks are boldly colorful—almost the opposite of "reserved."',
+ hasFigure: false,
+ },
+ {
+ id: "a318c1ef",
+ type: "mcq",
+ passage:
+ "The Cambrian explosion gets its name from the sudden appearance and rapid diversification of animal remains in the fossil record about 541 million years ago, during the Cambrian period. Some scientists argue that this ______blank change in the fossil record might be because of a shift in many organisms to body types that were more likely to be preserved.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "catastrophic" },
+ { label: "B", text: "elusive" },
+ { label: "C", text: "abrupt" },
+ { label: "D", text: "imminent" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically and precisely completes the text’s discussion of the fossil record from the Cambrian period. In this context, “abrupt” means sudden. The text explains that the fossil record reflects the unexpected appearance and rapid diversification, or increase in variety, of animal remains during the Cambrian period. This context establishes that these remains’ entry into the fossil record was sudden.
Choice A is incorrect. Although the word “explosion” appears in the name of the event marked by the fossil record change, the text never suggests that the change was “catastrophic,” or disastrous. In context, “explosion” refers to the rapid diversification, or the swift increase in variety, of animal remains in the fossil record—a phenomenon that the text presents in a relatively neutral manner, without commenting on whether it was negative or positive. Choice B is incorrect because the text never suggests that the change toward greater diversification is “elusive,” or difficult to locate, in the fossil record. Rather, the text notes that the change occurred about 541 million years ago, suggesting that scientists have indeed been able to locate it. Choice D is incorrect because it wouldn’t make sense in context to describe the change in the fossil record as “imminent,” or about to occur, since the text indicates that the change already occurred millions of years ago.",
+ hasFigure: false,
+ },
+ {
+ id: "a3761c7e",
+ type: "mcq",
+ passage:
+ "Physicist Joseph Weber performed ______blank work in gravitational wave research in the 1960s and 1970s, conducting key experiments that scientists later used as the basis for their own investigations that led to the first verified detection of a gravitational wave in 2015.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "foundational" },
+ { label: "B", text: "supplementary" },
+ { label: "C", text: "repetitive" },
+ { label: "D", text: "ineffective" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of physicist Joseph Webster’s research on gravitational waves. In this context “foundational” means the basis on which something else develops. The text indicates that Webster’s experiments in the 1960s and 1970s were earlier than, and “key” to, the work of later scientists in the field; thus, Webster’s work was foundational to the later scientists’ experiments and the eventual detection of a gravitational wave in 2015.
Choice B is incorrect because the text does not suggest that Webster’s work was supplementary, or an additional element of an existing, larger project, but rather it was “the basis for” later experiments. Choice C is incorrect because the text does not assert that Webster’s work was repetitive, or involved doing something the same way many times. Rather, the text indicates that Webster’s work formed the basis for later investigations in the field of gravitational wave research. Choice D is incorrect because the text does not state that Webster’s work was ineffective, or failed to produce the desired outcome. Rather, the text strongly implies that Webster’s work was productive and extremely important to later work in the field of gravitational wave research.",
+ hasFigure: false,
+ },
+ {
+ id: "a4ca92fd",
+ type: "mcq",
+ passage:
+ "Beginning in the 1950s, Navajo Nation legislator Annie Dodge Wauneka continuously worked to promote public health; this ______blank effort involved traveling throughout the vast Navajo homeland and writing a medical dictionary for speakers of Diné bizaad, the Navajo language.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "impartial" },
+ { label: "B", text: "offhand" },
+ { label: "C", text: "persistent" },
+ { label: "D", text: "mandatory" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of Annie Dodge Wauneka’s work as a Navajo Nation legislator. As used in this context, “persistent” means existing continuously. The text states that Wauneka “continuously worked to promote public health,” traveling extensively and authoring a medical dictionary; this indicates that Wauneka’s effort was persistent.
Choice A is incorrect because describing Wauneka’s effort related to public health as “impartial,” or not partial or biased and treating all things equally, wouldn’t make sense in context. The text suggests that Wauneka’s continuous work was partial in one way, as she focused specifically on promoting public health throughout the Navajo homeland and to speakers of the Navajo language. Choice B is incorrect because the text emphasizes that Wauneka’s effort to promote public health as a Navajo Nation legislator was continuous and extensive, involving wide travels and the authoring of a medical dictionary. Because this work clearly involved care and dedication, it wouldn’t make sense to describe it as “offhand,” or casual and informal. Choice D is incorrect because nothing in the text suggests that Wauneka’s effort to promote public health was “mandatory,” or required by law or rule, even though Wauneka was a Navajo Nation legislator. Rather than suggesting that Wauneka’s effort was required for any reason, the text emphasizes the continuous and extensive nature of her work.",
+ hasFigure: false,
+ },
+ {
+ id: "a4f50d30",
+ type: "mcq",
+ passage:
+ "Scientists previously thought that all electric eels belong to a single species, but a team of researchers led by zoologist C. David de Santana proved this idea wrong by ______blank that there are in fact three distinct species of electric eels.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "pretending" },
+ { label: "B", text: "complaining" },
+ { label: "C", text: "requiring" },
+ { label: "D", text: "demonstrating" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “Demonstrating” means “showing,” and the text describes how de Santana disproved a previous belief in only one species of electric eel by showing that three electric eel species actually exist.
Choice A is incorrect. Pretending that there are three species of electric eel might be a fun game for marine biologists, but it wouldn’t prove the existence of more than one species. Choice B is incorrect. Complaining won’t prove anything about eels, so de Santana could not have proved wrong the idea of only one species of electric eel by complaining about it. Choice C is incorrect. “Requiring” means “needing.” It wouldn’t make sense to say that de Santana “needed” there to be three distinct species of electric eel.",
+ hasFigure: false,
+ },
+ {
+ id: "aa7ae735",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Mohsin Hamid’s 2017 novel Exit West. Saeed lives with his mother and father.
On cloudless nights after a daytime rain, Saeed’s father would sometimes bring out the telescope, and the family would sip green tea on their balcony, enjoying a breeze, and take turns to look up at objects whose light, often, had been emitted before any of these three viewers had been born—light from other centuries, only now reaching Earth.
©2017 by Mohsin Hamid
",
+ questionHtml:
+ "As used in the text, what does the word “reaching” most nearly mean?",
+ choices: [
+ { label: "A", text: "Arriving at" },
+ { label: "B", text: "Consulting with" },
+ { label: "C", text: "Running to" },
+ { label: "D", text: "Clinging to" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. The word "reaching" in this text means "to arrive" at Earth. Before, the light had been traveling across space; now, it had arrived at Earth.
Choice B is incorrect. "Consulting with" means "seeking advice or information from someone." Light is not alive, so it can’t consult with Earth. Choice C is incorrect. It’s confusing to say that starlight is "only now running to Earth," both because light doesn’t literally "run" and because the text is describing the moment the light touches Earth, not the period of time when it’s traveling to Earth. Choice D is incorrect. This might be tempting, as "clinging to" has a connotation of "sticking to." It wouldn’t make sense to say that the light was "only now" clinging to Earth.',
+ hasFigure: false,
+ },
+ {
+ id: "aad56f2b",
+ type: "mcq",
+ passage:
+ "As a young photographer in the 1950s, William Klein ______blank the conventions of photography by creating images that were high contrast and included blurred and distorted elements—features generally seen as flaws. So unorthodox was Klein’s work that he had difficulty finding a publisher for his now-iconic 1956 photo book Life is Good & Good for You in New York.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "reviewed" },
+ { label: "B", text: "defied" },
+ { label: "C", text: "respected" },
+ { label: "D", text: "prevented" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. "Defied" means "resisted" or "deliberately disobeyed," which matches the way Klein broke from the conventions of photography in his time by including features that were generally seen as flaws.
Choice A is incorrect. "Reviewed" means "analyzed" or "evaluated," but that doesn’t really fit the context here. Klein isn’t directly providing any thoughtful examination of the conventions of photography: he’s just breaking all the rules. Choice C is incorrect. "Respected" can mean "admired" or "followed" (as in the case of conventions). It’s clear that Klein didn’t respect conventions, given his use of photographic features that were generally considered "flaws." Choice D is incorrect. "Prevented" means "stopped," and Klein did not stop the conventions—they still existed. Instead, he made images that were seen as "flawed" under those conventions.',
+ hasFigure: false,
+ },
+ {
+ id: "afd48140",
+ type: "mcq",
+ passage:
+ "In 1877, 85% of California’s railways were already controlled by the Southern Pacific Railroad. The company further solidified its ______blank in rail access to the state’s Pacific coast when it completed the Sunset Route in 1883: running from Louisiana to Southern California, the route established the first transcontinental rail line across the southern United States.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "dominance" },
+ { label: "B", text: "creativity" },
+ { label: "C", text: "insignificance" },
+ { label: "D", text: "neutrality" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer because it most logically and precisely completes the text’s discussion of the Southern Pacific Railroad. As used in this context, "dominance" means the state of being more successful than others. The text states that the Southern Pacific Railroad already controlled 85% of California’s railways in 1877, and that the Sunset Route it constructed in 1883 was the first transcontinental rail line across the southern United States. Therefore, the Southern Pacific Railroad would be more successful than other railroads in the area, and the construction of the Sunset Route would further solidify its dominance in rail access to California’s coast.
Choice B is incorrect. Although the construction of the Sunset Route must have required some creativity, or use of imagination, the word "creativity" would not also encompass the fact that the Southern Pacific Railroad already controlled 85% of California’s railways. The text is more focused on the railroad’s control of the field and overall success rather than its imaginative thought processes. Choice C is incorrect because if the Southern Pacific Railroad controlled the majority of California’s railways, it would not make sense to refer to its "insignificance," or the state of being unimportant. Rather, the opposite would be true. Choice D is incorrect because in context it would not make sense to refer to the Southern Pacific Railroad’s "neutrality," or absence of strong opinion on a matter, since no opinions are mentioned. Nor would "neutrality" in the sense of impartiality in a conflict be a logical or precise choice since no conflict is explicitly described. There might be an implied conflict between the Southern Pacific Railroad and other railroads doing business in California, but that is not a conflict in which the Southern Pacific Railroad would take an impartial position.',
+ hasFigure: false,
+ },
+ {
+ id: "b0ea8c28",
+ type: "mcq",
+ passage:
+ "Sueño de Familia is an exhibition of drawings, paintings, and ceramics that explores the artistic heritage of US-based artist Yolanda González. The exhibition ______blank five generations, featuring works by González’s great-grandfather, grandmother, mother, and niece as well as González herself.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "borrows" },
+ { label: "B", text: "spans" },
+ { label: "C", text: "judges" },
+ { label: "D", text: "neglects" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the Sueño de Familia art exhibition. In this context, “spans” means extends across or covers. The text states that the exhibition explores González’s artistic heritage and features artwork by her great-grandfather, grandmother, mother, and niece. This context conveys the idea that the exhibition spans, or extends across, five generations of González’s family.
Choice A is incorrect because it wouldn’t make sense to say that the exhibition “borrows,” or acquires, five generations of González’s family. The text indicates that the exhibition features artwork by family members from five generations, not that the five generations themselves have been acquired for inclusion in the exhibition. Choice C is incorrect because the text indicates that the purpose of the exhibition is to highlight artwork, not to “judge,” or give an opinion on, five generations of the artist’s family. Choice D is incorrect because the text doesn’t suggest that the exhibition “neglects,” or gives little attention to, five generations of González’s family. On the contrary, the text indicates that the exhibition is dedicated to exploring González’s artistic heritage and therefore designed to bring attention to her family members and their artwork.",
+ hasFigure: false,
+ },
+ {
+ id: "b11bb2a3",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Amy Lowell’s 1912 poem “Summer.”
It is summer, glorious, deep-toned summer,
The very crown of nature’s changing year
When all her surging life is at its full.
To me alone it is a time of pause,
A void and silent space between two worlds,
When inspiration lags, and feeling sleeps,
Gathering strength for efforts yet to come.
",
+ questionHtml:
+ "As used in the text, what does the phrase “a void” most nearly mean?",
+ choices: [
+ { label: "A", text: "A useless" },
+ { label: "B", text: "An empty" },
+ { label: "C", text: "A forgotten" },
+ { label: "D", text: "An incomplete" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer because as used in the text, a span of time is described as "a void" space, which most nearly means an empty or vacant one. In the text, the speaker describes summertime in counterintuitive terms: although nature’s "surging life is at its full" during the season, the speaker feels summer to be "a time of pause, / A void and silent space between two worlds." The speaker says further that during summer, "feeling sleeps / Gathering strength" for future efforts. Thus, the speaker regards summer as an empty stretch of time, to be followed by a period of greater activity.
Choice A is incorrect. Although the text does present summer as a time of inactivity, it doesn’t characterize that inactivity as useless, or as having no purpose; in fact, the speaker regards summer as a time when "feeling" gathers "strength for efforts yet to come." Choice C is incorrect. Although the text characterizes summer as a time "when inspiration lags, and feeling sleeps," it doesn’t discuss the season’s relationship to the speaker’s memory or suggest that summer can easily be forgotten. Choice D is incorrect. In some contexts, "void" can mean devoid of, or lacking, a particular element, and such a lack could be conceived of as incompleteness. However, the text doesn’t portray summer as not being complete or whole; instead, it characterizes vacancy or inactivity as being an essential quality of the season, as experienced by the speaker.',
+ hasFigure: false,
+ },
+ {
+ id: "b92c13fa",
+ type: "mcq",
+ passage:
+ "According to statistician Nassim Nicholas Taleb, the best way to predict the amount of time a nonperishable entity (such as a building or a technology) will continue to exist is to examine how long it has survived so far. In this view, an item’s age is the strongest ______blank how much longer it will last.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "uncertainty about" },
+ { label: "B", text: "indicator of" },
+ { label: "C", text: "motivation for" },
+ { label: "D", text: "criticism of" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. “Indicator” means “something that shows or suggests,” which matches Taleb’s argument that an item’s age can suggest how much longer it will last.
Choice A is incorrect. The passage tells us that examining an item’s age is the best way to predict how much longer it will last. Therefore, according to Taleb’s theory, an item’s age should add more certainty about how much longer it will last. Choice C is incorrect. A “motivation” is “a reason for doing.” Items don’t have feelings and motivations, so it wouldn’t make sense to say that their age is a motivation for how much longer they will last. Choice D is incorrect. “Criticism” can mean “describing faults or problems” or “an analysis of an artistic work.” Neither of these definitions makes sense here. An item’s age can’t criticize how much longer it will last.",
+ hasFigure: false,
+ },
+ {
+ id: "bcc91b1e",
+ type: "mcq",
+ passage:
+ "The spacecraft OSIRIS-REx briefly made contact with the asteroid 101955 Bennu in 2020. NASA scientist Daniella DellaGiustina reports that despite facing the unexpected obstacle of a surface mostly covered in boulders, OSIRIS-REx successfully ______blank a sample of the surface, gathering pieces of it to bring back to Earth.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "attached" },
+ { label: "B", text: "collected" },
+ { label: "C", text: "followed" },
+ { label: "D", text: "replaced" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the OSIRIS-REx spacecraft’s contact with the asteroid 101955 Bennu. In this context, “collected” means acquired and took away. The text indicates that although the boulders on the asteroid’s surface caused some unforeseen problems, OSIRIS-REx was able to gather a sample to return to Earth. This context suggests that OSIRIS-REx successfully collected a sample of 101955 Bennu.
Choice A is incorrect because in this context “attached” means connected or affixed. The text indicates that OSIRIS-REx gathered pieces of 101955 Bennu to bring to Earth; it doesn’t suggest that the spacecraft attached anything to the asteroid. Choice C is incorrect because in this context “followed” means tracked or traveled behind and the text discusses OSIRIS-REx’s brief encounter with 101955 Bennu during which the spacecraft gathered a sample to bring to Earth. The text doesn’t suggest that the spacecraft tracked the sample, and it’s not clear what it would mean for the spacecraft to travel behind the sample it collected. Choice D is incorrect because in this context “replaced” means put back or returned. The text indicates that OSIRIS-REx gathered pieces of 101955 Bennu to bring to Earth but doesn’t suggest that anything was returned to the asteroid.",
+ hasFigure: false,
+ },
+ {
+ id: "bdab32fc",
+ type: "mcq",
+ passage:
+ "Cucurbits, a group of plants that includes squash and melons, relied on mastodons to spread their seeds in the Ice Age. When these animals died out, cucurbits faced extinction in turn, having lost their means of seed dispersal. Around this time, however, the ancestors of Indigenous peoples in North America began raising cucurbits as crops, thus ______blank the plants’ survival.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "verifying" },
+ { label: "B", text: "multiplying" },
+ { label: "C", text: "comforting" },
+ { label: "D", text: "ensuring" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of cucurbits. In this context, “ensuring” means guaranteeing, or making sure of, the cucurbits’ survival. The text states that cucurbits faced extinction in the past because their means of seed dispersal disappeared, but the ancestors of Indigenous peoples in North America began farming cucurbits around that same time, so the crops were no longer threatened. Therefore, the context supports the idea that the ancestors of Indigenous peoples in North America helped with ensuring the cucurbits’ survival.
Choice A is incorrect because in this context verifying means making sure that something is accurate. In the text, the ancestors of Indigenous peoples in North America were ensuring the survival, not the accuracy of, the cucurbits. Choice B is incorrect. Although the cucurbit crops themselves were multiplying, or growing in number, as a result of the work of the ancestors of Indigenous peoples in North America, it wouldn’t make sense in context to say that the survival of the plants was multiplying. Choice C is incorrect because according to the text, in raising cucurbits as crops, the ancestors of Indigenous peoples in North America were attempting to help the plants grow and survive; they weren’t attempting to comfort, or free the plants from pain.",
+ hasFigure: false,
+ },
+ {
+ id: "c2c26e20",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Sadakichi Hartmann’s 1894 short story “Magnolia Blossoms.” The narrator is standing on the deck of a boat.
What a night it was! My soul had left its body to lose itself in the wild unrestrained beauty around me—from where it came—and only left a trembling suggestion of its existence within me. The other passengers moved around me like shadows, and again and again my eyes drank in all the glory and wealth of that night.
",
+ questionHtml:
+ "As used in the text, what does the word “suggestion” most nearly mean?",
+ choices: [
+ { label: "A", text: "Trace" },
+ { label: "B", text: "Opinion" },
+ { label: "C", text: "Dispute" },
+ { label: "D", text: "Command" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because as used in the text, “suggestion” most nearly means trace. The text portrays the narrator standing on the deck of a boat, admiring the view of nature afforded by this position: “My soul had left its body to lose itself in the wild unrestrained beauty around me,” says the narrator, “and only left a trembling suggestion of its existence within me.” This intense response to beauty is such that the narrator’s soul seems to disengage from its body, leaving behind only a barely detectible indication of its presence there. In other words, the narrator senses only a trace of soul left in the body.
Choice B is incorrect. Although in some contexts “suggestion” can refer to an implied or indirectly expressed opinion, the text doesn’t portray the narrator expressing an opinion; instead, the narrator is explaining an experience of intense emotion. Choice C is incorrect. While “suggestion” might be used in some contexts to refer to the tactful expression of a differing viewpoint, it doesn’t refer to the dispute or difference of opinion itself. Moreover, the text doesn’t portray a dispute between characters with differing viewpoints. Choice D is incorrect. Although in some contexts, “suggestion” might be used to refer to a politely worded command, the text doesn’t portray a scenario in which someone receives such a command.",
+ hasFigure: false,
+ },
+ {
+ id: "ca47273b",
+ type: "mcq",
+ passage:
+ "Biologist Jane Edgeloe and colleagues have located what is believed to be the largest individual plant in the world in the Shark Bay area of Australia. The plant is a type of seagrass called Posidonia australis, and it ______blank approximately 200 square kilometers.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "acknowledges" },
+ { label: "B", text: "produces" },
+ { label: "C", text: "spans" },
+ { label: "D", text: "advances" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “Spans” means “extends over a distance of” or “encompasses.” Since we’re talking about the world’s largest plant, it makes sense to say that it “spans” about 200 square kilometers.
Choice A is incorrect. “Acknowledges” means “recognizes” or “admits the truth of.” Either way, it doesn’t make sense here: a plant can’t “acknowledge” a distance. Choice B is incorrect. “Produces” can mean “makes,” “causes,” or “presents.” But none of those definitions make sense here: a plant can’t make, cause, or present a distance. Choice D is incorrect. This doesn’t fit the logic of the text. “Advances” means “moves forward” or “progresses.” But the plant isn’t necessarily moving forward. Rather, the text suggests that it already covers a distance of 200 square kilometers.",
+ hasFigure: false,
+ },
+ {
+ id: "cb526866",
+ type: "mcq",
+ passage:
+ "The recent discovery of a carved wooden figure dating to around 2,000 years ago in a ditch in England was truly surprising. Wooden objects ______blank survive for so long due to their high susceptibility to rot, but archaeologists suspect layers of sediment in the ditch preserved the figure by creating an oxygen-free environment.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "sturdily" },
+ { label: "B", text: "carelessly" },
+ { label: "C", text: "rarely" },
+ { label: "D", text: "simply" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of the discovery of a carved wooden figure dating to around 2,000 years ago. In this context, “rarely” means infrequently. The text states that the discovery of the figure was “truly surprising” and notes that wooden objects are highly prone to rot. This context conveys the idea that wooden objects infrequently survive for as long as the carved figure has survived.
Choice A is incorrect because “sturdily” means strongly, which wouldn’t make sense in context. If wooden objects in general could strongly survive for long periods of time, then the discovery of a wooden figure that’s around 2,000 years old wouldn’t be surprising. Choice B is incorrect because “carelessly” means accidentally. The text conveys the idea that wooden objects in general don’t survive for very long because they rot, not that wooden objects in general accidentally survive despite this. Choice D is incorrect because the text conveys the idea that wooden objects in general don’t survive for very long because they rot, not that wooden objects in general “simply,” or merely, survive for long periods of time. If wooden objects in general could merely survive for as long as the figure has survived, then the discovery of the figure wouldn’t have been surprising.",
+ hasFigure: false,
+ },
+ {
+ id: "d2eb1df1",
+ type: "mcq",
+ passage:
+ "In recommending Bao Phi’s collection Sông I Sing, a librarian noted that pieces by the spoken-word poet don’t lose their ______blank nature when printed: the language has the same pleasant musical quality on the page as it does when performed by Phi.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "scholarly" },
+ { label: "B", text: "melodic" },
+ { label: "C", text: "jarring" },
+ { label: "D", text: "personal" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer. Based on the text, we’re looking for a word that means something similar to “pleasant musical quality.” That’s exactly what “melodic” means.
Choice A is incorrect. This isn’t a logical word choice. Based on the text, we’re looking for a word that means something similar to “pleasant musical quality.” “Scholarly” would suggest something that is academic or well-researched, which doesn’t match the meaning we’re looking for. Choice C is incorrect. This isn’t a logical word choice. Based on the text, we’re looking for a word that means something similar to “pleasant musical quality.” “Jarring” would suggest the opposite: something unpleasant or discordant. Choice D is incorrect. This isn’t a logical word choice. Based on the text, we’re looking for a word that means something similar to “pleasant musical quality.” “Personal” would suggest something that is expressive or intimate, which doesn’t match the meaning we’re looking for.",
+ hasFigure: false,
+ },
+ {
+ id: "d4a8f7cb",
+ type: "mcq",
+ passage:
+ "Dance choreographer Jawole Willa Jo Zollar aims to give people the opportunity to be ______blank her creative process. For example, live performances of her dance HairStories, which debuted in 2001, featured videos of people across the United States talking about their hair and audience members sharing pictures of their interesting hairstyles.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "nervous about" },
+ { label: "B", text: "completed by" },
+ { label: "C", text: "delayed by" },
+ { label: "D", text: "involved in" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. “Involved in” means “playing an active role in.” This fits the context clues describing how Zollar includes the audience in her shows by incorporating their stories and pictures.
Choice A is incorrect. “Nervous” means “worried or anxious about.” Nothing in the text suggests that people would be nervous about Zollar’s creative process. Choice B is incorrect. “Completed by” means “made whole by.” It doesn’t make sense to say that Zollar’s shows would make her audience complete. Choice C is incorrect. “Delayed by” means “made late by.” Nothing in the text suggests that people would be delayed by Zollar’s creative process.",
+ hasFigure: false,
+ },
+ {
+ id: "d5235d39",
+ type: "mcq",
+ passage:
+ "The Mule Bone, a 1930 play written by Zora Neale Hurston and Langston Hughes, is perhaps the best-known of the few examples of ______blank in literature. Most writers prefer working alone, and given that working together cost Hurston and Hughes their friendship, it is not hard to see why.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "characterization" },
+ { label: "B", text: "interpretation" },
+ { label: "C", text: "collaboration" },
+ { label: "D", text: "commercialization" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it logically and precisely completes the text’s discussion of The Mule Bone, a play that Zora Neale Hurston and Langston Hughes wrote together. In this context, “collaboration” means working together with someone to write a literary work. The text indicates that most writers prefer to work alone and that working together destroyed the friendship between Hurston and Hughes. This establishes that The Mule Bone is a relatively rare example of collaboration in literature.
Choice A is incorrect because in this context, “characterization” would mean a literary work’s portrayal of characters’ psychological experiences and motivations, but the text doesn’t discuss characterization in The Mule Bone specifically or in collaborative works more generally. Choice B is incorrect because in this context, “interpretation” would mean the explanation of a literary work’s meaning or significance, but the text doesn’t discuss how readers or critics have interpreted The Mule Bone; instead, the text discusses how the play was written collaboratively and how the writing process affected the two authors. Choice D is incorrect because in this context, “commercialization” would mean writing a literary work in such a way as to ensure its commercial appeal, but the text never discusses commercial appeal as a factor in the writing of The Mule Bone specifically or the writing of collaborative works more generally.",
+ hasFigure: false,
+ },
+ {
+ id: "daaed806",
+ type: "mcq",
+ passage:
+ "Mônica Lopes-Ferreira and others at Brazil’s Butantan Institute are studying the freshwater stingray species Potamotrygon rex to determine whether biological characteristics such as the rays’ age and sex have ______blank effect on the toxicity of their venom—that is, to see if differences in these traits are associated with considerable variations in venom potency.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "a disconcerting" },
+ { label: "B", text: "an acceptable" },
+ { label: "C", text: "an imperceptible" },
+ { label: "D", text: "a substantial" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of the research that Lopes-Ferreira and her colleagues are conducting on the stingray species Potamotrygon rex. As used in this context, “a substantial” effect means an effect that is sizable or noteworthy. The text indicates that the researchers are seeking to determine whether there are “considerable variations” in the potency of stingray venom that are associated with variation in the stingrays’ age and sex. This context suggests that the researchers want to find out whether stingray age and sex have a substantial effect on venom toxicity.
Choice A is incorrect because there’s nothing in the text that suggests that the researchers have been studying whether the stingrays’ age and sex have “a disconcerting,” or an unsettling and disturbing, effect on the stingrays’ venom. The text indicates that the researchers wish to determine if stingray age and sex cause large variations in the toxicity of stingray venom, not if the effect of age and sex is disconcerting. Choice B is incorrect because the text indicates that researchers want to find out whether differences in stingray age and sex produce differences in stingray venom, not that the researchers want to find out whether age and sex have “an acceptable,” or a satisfactory, effect on venom. The text makes no mention of what would make an effect on venom toxicity acceptable and gives no indication that the researchers are interested in that question. Choice C is incorrect because it wouldn’t make sense in context for the researchers to be looking for “an imperceptible,” or an unnoticeable, effect of age and sex on stingray venom. The text says that the researchers are trying to determine if there are “considerable variations” in venom toxicity linked to age and sex, not that the researchers are trying to find effects that they can’t perceive.",
+ hasFigure: false,
+ },
+ {
+ id: "e1d5d5df",
+ type: "mcq",
+ passage:
+ "According to botanists, a viburnum plant experiencing insect damage may develop erineum—a discolored, felty growth—on its leaf blades. A ______blank viburnum plant, on the other hand, will have leaves with smooth surfaces and uniformly green coloration.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "struggling" },
+ { label: "B", text: "beneficial" },
+ { label: "C", text: "simple" },
+ { label: "D", text: "healthy" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of damage to viburnum plants. In this context, “healthy” would mean not distressed or diseased. The text states that insect damage may cause viburnum plants to be discolored and have abnormal growths. In the next sentence, the phrase “on the other hand” indicates a contrast with the description of plants suffering from damage. Thus, the context contrasts the appearance of healthy, undamaged plants with the appearance of damaged plants.
Choice A is incorrect because in this context, “struggling” would mean working against difficulties. The text first describes viburnum plants experiencing damage by insects, and the phrase “on the other hand” then establishes a contrast with that description. It wouldn’t make sense to contrast struggling viburnum plants with those being damaged by insects, because in both cases the plants would be experiencing difficulties. Choice B is incorrect because in this context, “beneficial” would mean producing good or helpful effects. The text doesn’t discuss how viburnum plants affect other things or suggest that the plants are helpful in some way; rather, it focuses on how viburnum plants are affected by certain conditions. Choice C is incorrect because in this context “simple” would mean plain or uncomplicated. The text doesn’t discuss whether certain viburnum plants are complicated or uncomplicated; rather, it focuses on how viburnum plants are affected by certain conditions.",
+ hasFigure: false,
+ },
+ {
+ id: "e1e89221",
+ type: "mcq",
+ passage:
+ "The following text is from Frances Hodgson Burnett’s 1911 novel The Secret Garden. Mary, a young girl, is outside trying her new jump rope.
The sun was shining and a little wind was blowing—not a rough wind, but one which came in delightful little gusts and brought a fresh scent of newly turned earth with it. She skipped round the fountain garden, and up one walk and down another.
",
+ questionHtml:
+ "As used in the text, what does the word “rough” most nearly mean?",
+ choices: [
+ { label: "A", text: "Harsh" },
+ { label: "B", text: "Scratchy" },
+ { label: "C", text: "Basic" },
+ { label: "D", text: "Vague" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer because as used in the text, "rough" most nearly means harsh, or forceful and unpleasant. The text describes Mary’s surroundings as she plays: the sun is out and there’s "a little wind." To further illustrate the wind, the narrator contrasts the word "rough" with a description of the wind blowing in "delightful little gusts," suggesting that the wind is not unpleasant or harsh at all.
Choice B is incorrect. Although in some contexts "rough" objects, or objects with irregular surfaces, can sometimes be scratchy, rough doesn’t mean scratchy in this context. The text explains that the wind is not rough but rather gentle, "delightful little gusts," which suggests that the use of "rough" here is referring to the degree of force of the wind. Choice C is incorrect because there’s nothing in the text to suggest that the wind wasn’t "basic," or simple and uncomplicated. Instead, the text describes the wind as blowing not roughly or harshly but in "delightful little gusts." Choice D is incorrect because the word "vague" means not clearly expressed or seen. Nothing in the text indicates that the wind was barely noticeable to Mary as she played outside, but rather the text states that it was delightful.',
+ hasFigure: false,
+ },
+ {
+ id: "e3f05561",
+ type: "mcq",
+ passage:
+ "In the 1970s, video cameras became increasingly affordable for ordinary consumers and gave Ulysses Jenkins and other artists capabilities that were previously unavailable except to television broadcasters. Jenkins recognized and took full advantage of this ______blank access to powerful technology to create groundbreaking works of video art, such as Mass of Images (1978).
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "newfound" },
+ { label: "B", text: "delicate" },
+ { label: "C", text: "inevitable" },
+ { label: "D", text: "habitual" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of Ulysses Jenkins’s video art. As used in this context, “newfound” means recently discovered or established. The text indicates that in the 1970s, video cameras became cheaper and therefore more widely available than they had been in the past. The text goes on to say that this development provided Jenkins and other artists with capabilities that they previously didn’t have. As a result, Jenkins began producing groundbreaking works of video art. This context supports the idea that Jenkins took advantage of newfound access to video cameras.
Choice B is incorrect because “delicate” means fine in texture or structure or easily broken, neither of which would make sense in this context. The text doesn’t focus on describing what video art looks like or whether it’s breakable. Choice C is incorrect because “inevitable” means impossible to avoid, which wouldn’t make sense in this context. The text doesn’t discuss the likelihood of artists, or anyone else, gaining access to video cameras. Choice D is incorrect because “habitual” means doing something regularly or repeatedly. Although the text does suggest that Jenkins created multiple pieces of video art, its focus is on the fact that video cameras had only just become widely available to artists in the 1970s. Jenkins’s ability to take advantage of video cameras to make art was therefore newfound, not habitual, at the time.",
+ hasFigure: false,
+ },
+ {
+ id: "e41dfaab",
+ type: "mcq",
+ passage:
+ "In 1929 the Atlantic Monthly published several articles based on newly discovered letters allegedly exchanged between President Abraham Lincoln and a woman named Ann Rutledge. Historians were unable to ______blank the authenticity of the letters, however, and quickly dismissed them as a hoax.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "validate" },
+ { label: "B", text: "interpret" },
+ { label: "C", text: "relate" },
+ { label: "D", text: "accommodate" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of letters allegedly exchanged between President Lincoln and Rutledge. In this context, “validate” means to confirm that something is real or correct. According to the text, it was alleged, or claimed, that the newly discovered letters had been written by Lincoln and Rutledge. The text also indicates that historians ultimately decided the letters were a hoax, or fraudulent. This context suggests that the historians couldn’t confirm that the letters were authentic.
Choice B is incorrect. The text focuses on the authenticity of the letters, which were claimed to have been written by Lincoln and Rutledge and were then quickly dismissed as fraudulent by historians. Rather than conveying that the historians simply weren’t able to “interpret,” or explain in an understandable way, the letters’ authenticity, the text suggests that the historians decided the letters lacked authenticity altogether. Choice C is incorrect. The text states that the historians quickly dismissed the letters claimed to have been written by Lincoln and Rutledge as fraudulent; this suggests that rather than being unable to “relate,” or tell others about, the letters’ authenticity, the historians were able to share what they’d decided about the letters. Choice D is incorrect because it wouldn’t make sense to suggest that the historians couldn’t “accommodate,” or give consideration to, the authenticity of the letters claimed to have been written by Lincoln and Rutledge; the text states that the historians decided that the letters were fraudulent, which indicates that they did consider whether the letters were authentic.",
+ hasFigure: false,
+ },
+ {
+ id: "e7b709fc",
+ type: "mcq",
+ passage:
+ "Archaeologists studying an ancient amphitheater in Switzerland believe that it dates back to the fourth century CE. Their discoveries of a coin made between 337 and 341 CE and era-appropriate building materials ______blank evidence for this theory.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "dismiss" },
+ { label: "B", text: "provide" },
+ { label: "C", text: "regulate" },
+ { label: "D", text: "refuse" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the archaeologists’ study of the ancient amphitheater in Switzerland. In this context, “provide” means make available or supply. The text states that the archaeologists believe that the amphitheater dates to the fourth century CE. The text goes on to say that the archaeologists discovered a coin made between 337 and 341 CE (that is, made during the fourth century CE) and building materials appropriate to the era in question. This context suggests that these discoveries provide evidence for the archaeologists’ theory about the dating of the amphitheater.
Choice A is incorrect because the archaeologists’ discoveries are presented as supplying evidence in favor of their theory about the dating of the amphitheater, not something that would “dismiss,” or reject serious consideration of, evidence for that theory. Choice C is incorrect because nothing in the text suggests that the archaeologists’ discoveries would “regulate,” or govern or bring order to, evidence for the archaeologists’ theory about the dating of the amphitheater. The discoveries are presented as supplying evidence for the archaeologists’ theory, not as changing how evidence for the theory is controlled or ordered. Choice D is incorrect because the archaeologists’ discoveries are presented as supplying evidence in favor of their theory about the dating of the amphitheater, not something that would “refuse,” or be unwilling to accept, evidence for the archaeologists’ theory.",
+ hasFigure: false,
+ },
+ {
+ id: "f3fac04f",
+ type: "mcq",
+ passage:
+ "Bioluminescent beetles called fireflies may seem to create flashes of light randomly, but each species of firefly actually has its own special series of repeated flashes and pauses. These unique ______blank allow fireflies of the same species to find each other.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "quantities" },
+ { label: "B", text: "decorations" },
+ { label: "C", text: "patterns" },
+ { label: "D", text: "agreements" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of the flashes created by fireflies. In this context, “patterns” means distinct and predictable sequences. The text indicates that although the flashes that fireflies produce appear to occur randomly—that is, without any particular sequence or rhythm—each species actually produces its own special series of flashes and pauses. Indeed, these series of flashes are so unique that fireflies can use them to find other members of their species. Therefore, this context supports the idea that fireflies produce flashes in distinct and recognizable patterns.
Choice A is incorrect because “quantities” means certain amounts or numbers of something. Although the text discusses how different firefly species produce flashes and pauses in unique sequences that help other members of their species to find them, it doesn’t mention the number of flashes that are used in these sequences. Choice B is incorrect because in this context, “decorations” would mean things that make an object more beautiful. Although it may be reasonable to say that firefly flashes are beautiful, the text focuses on the fact that fireflies use these unique sequences of flashes to find other members of their own species, not that the flashes make fireflies more beautiful. Choice D is incorrect because in this context, “agreements” would refer to deals that individuals have discussed and come to a consensus about. Since fireflies aren’t capable of making such agreements, it wouldn’t make sense to use this word to refer to the signals they send each other with their flashes.",
+ hasFigure: false,
+ },
+ {
+ id: "f6d1f735",
+ type: "mcq",
+ passage:
+ "Researchers have struggled to pinpoint specific causes for hiccups, which happen when a person’s diaphragm contracts ______blank. However, neuroscientist Kimberley Whitehead has found that these uncontrollable contractions may play an important role in helping infants regulate their breathing.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "involuntarily" },
+ { label: "B", text: "beneficially" },
+ { label: "C", text: "strenuously" },
+ { label: "D", text: "smoothly" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of diaphragm contractions and hiccups. In this context, “involuntarily” means done without any control, or by reflex. The text explains that when a person’s diaphragm repeatedly contracts and results in hiccups (which may be beneficial for infants), those muscle contractions are “uncontrollable.” This context indicates that the diaphragm contractions occur without the person’s control.
Choice B is incorrect because it wouldn’t support the logical relationship established in the text’s discussion of diaphragm contractions and hiccups. The text indicates that although specific causes for hiccups haven’t been identified, it may be the case that the muscle contractions that occur have an important purpose in infants. It wouldn’t make sense to say that even though the contractions occur “beneficially,” or with a good or helpful effect, they might play a positive role in infants’ breathing regulation. Choice C is incorrect because the text indicates that the diaphragm contractions that result in hiccups are “uncontrollable.” Because those muscle contractions are described as happening automatically and without the person’s control, it wouldn’t make sense to describe them as occurring “strenuously,” or in a way that requires great effort or energy. Choice D is incorrect because the text doesn’t describe the quality of the diaphragm contractions that result in hiccups beyond stating that they are “uncontrollable.” Nothing in the text indicates that those muscle contractions occur “smoothly,” or evenly and continuously.",
+ hasFigure: false,
+ },
+ {
+ id: "f773a56b",
+ type: "mcq",
+ passage:
+ "As Mexico’s first president from an Indigenous community, Benito Juarez became one of the most ______blank figures in his country’s history: among the many significant accomplishments of his long tenure in office (1858–1872), Juarez consolidated the authority of the national government and advanced the rights of Indigenous peoples.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "unpredictable" },
+ { label: "B", text: "important" },
+ { label: "C", text: "secretive" },
+ { label: "D", text: "ordinary" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Juarez. In this context, “important” means marked by significant work or consequence. The text indicates that Juarez, who was the first president of Mexico from an Indigenous community, became a certain kind of figure in Mexico’s history. It then supports that claim by describing some of the “many significant accomplishments” from Juarez’s long tenure in office. This context conveys that Juarez is a significant and consequential figure in Mexico’s history.
Choice A is incorrect because the text focuses on Juarez’s role as the first president of Mexico from an Indigenous community and on his many major accomplishments during his lengthy time in office; nothing in the text suggests that Juarez was “unpredictable,” or tended to behave in ways that couldn’t be predicted. Choice C is incorrect because nothing in the text suggests that Juarez was a particularly “secretive” figure, or that he tended to keep things private or hidden from others. Instead, the text focuses on things that are known about Juarez: that he was the first president of Mexico from an Indigenous community, that he had a lengthy tenure, and that his many major accomplishments included consolidating the national government’s authority and advancing Indigenous rights. Choice D is incorrect because the text focuses on the idea that Juarez, who was the first president of Mexico from an Indigenous community, had many major accomplishments during his lengthy time in office. Rather than suggesting that Juarez was an “ordinary,” or common and typical, figure in Mexico’s history, this context conveys that Juarez was instead a notable figure.",
+ hasFigure: false,
+ },
+ {
+ id: "f7d58b53",
+ type: "mcq",
+ passage:
+ "Like other tribal nations, the Muscogee (Creek) Nation is self-governing; its National Council generates laws regulating aspects of community life such as land use and healthcare, while the principal chief and cabinet officials ______blank those laws by devising policies and administering services in accordance with them.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "implement" },
+ { label: "B", text: "presume" },
+ { label: "C", text: "improvise" },
+ { label: "D", text: "mimic" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of self-government among the Muscogee (Creek) Nation. In this context, “implement” means to carry out or put into effect. The text states that the National Council generates laws, while the principal chief and cabinet officials are responsible for “devising policies and administering services in accordance with” those laws. This context suggests that the principal chief and cabinet officials implement the laws: they put the laws into effect by creating policies and administering services that accord with those laws.
Choice B is incorrect because “presume” in this context would mean to assume based on incomplete information, and the text does not suggest that the principal chief and cabinet officials either made assumptions about the content of the laws or had incomplete information about them. Choice C is incorrect because in this context “improvise” would mean to create something without preparation, and the text does not suggest that the principal chief and cabinet officials create policies and administer services without advance preparation. Choice D is incorrect because nothing in the text suggests that the principal chief and cabinet officials “mimic,” or imitate, the laws generated by the National Council. To mimic laws would mean to generate new laws that are imitations of existing laws, but the text indicates that the National Council, not the principal chief and cabinet officials, is responsible for generating laws. Instead of generating laws, the principal chief and cabinet officials put laws into effect by “devising policies and administering services in accordance with” the laws.",
+ hasFigure: false,
+ },
+ {
+ id: "f8ca5766",
+ type: "mcq",
+ passage:
+ "Nigerian American author Teju Cole’s ______blank his two passions—photography and the written word—culminates in his 2017 book, Blind Spot, which evocatively combines his original photographs from his travels with his poetic prose.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "indifference to" },
+ { label: "B", text: "enthusiasm for" },
+ { label: "C", text: "concern about" },
+ { label: "D", text: "surprise at" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Cole’s book Blind Spot. In this context, “enthusiasm for” means excitement about. The text explains that Blind Spot consists of original photographs as well as poetic prose—two elements that correspond to Cole’s passions, identified in the text, for photography and the written word. This context suggests that Cole’s excitement about photography and writing led him to create a book that successfully combines the two mediums.
Choice A is incorrect because describing Cole as feeling “indifference to” his two passions wouldn’t make sense in context. If Cole is indifferent to his passions, that would mean he doesn’t care about photography or writing—in which case they wouldn’t be his passions at all. Choice C is incorrect because there’s nothing in the text to suggest that Cole feels “concern about,” or uneasiness about, his passions. The text’s use of the word “culminates” indicates that Blind Spot represents a triumphant climax of Cole’s passions, not a work that results from his sense of discomfort with photography and writing. Choice D is incorrect because there’s nothing in the text to suggest that Cole feels “surprise at,” or astonished by, his passions. The text indicates that Cole’s feeling about his passions “culminates” in a book that “evocatively” combines photographs and writing, suggesting that Cole has a long-standing and skillful relationship to his passions, not that he is startled by them.",
+ hasFigure: false,
+ },
+ {
+ id: "fa7a89f1",
+ type: "mcq",
+ passage:
+ "Studying how workload affects productivity, Maryam Kouchaki and colleagues found that people who chose to do relatively easy tasks first were less ______blank compared to those who did hard tasks first. Finishing easy tasks gave participants a sense of accomplishment, but those who tackled hard tasks first actually became more skilled and productive workers over time.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "secretive" },
+ { label: "B", text: "efficient" },
+ { label: "C", text: "outgoing" },
+ { label: "D", text: "unsympathetic" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion about Kouchaki and colleagues’ research into how workload affects productivity. In context, “efficient” means effective or well organized. The text indicates that, according to Kouchaki and colleagues’ research, people who worked on hard tasks first were “more skilled and productive” than those who did easy tasks first. This context conveys the idea that despite their sense of accomplishment, the people who chose to do the easy tasks first were less efficient or productive than those who tackled hard tasks first.
Choice A is incorrect because there’s nothing in the text to suggest that workers who do easy tasks first are less “secretive,” or uncommunicative or silent, than those who do hard tasks first. Rather, the text suggests that people are less skillful or efficient if they tackle easy tasks before the hard ones. Choice C is incorrect because “outgoing” means openly friendly, which wouldn’t make sense in this context. The text focuses on Kouchaki and colleagues’ research in which people who worked on hard tasks first were “more skilled and productive” than those who did easy tasks first and were therefore less efficient. Choice D is incorrect because there’s nothing in the text to suggest that workers who do easy tasks first are less “unsympathetic,” or insensitive or unkind, than those who do hard tasks first. Rather, the text suggests that people are less skillful or efficient if they tackle easy tasks before the hard ones.",
+ hasFigure: false,
+ },
+ {
+ id: "faa5696c",
+ type: "mcq",
+ passage:
+ "Arturo A. Schomburg was dedicated to preserving books, art, and other materials from peoples of African descent around the world. To get these items, Schomburg ______blank friends and colleagues, whom he asked to bring back rare and valuable objects from their international travels. Now, Schomburg’s collection is a valuable resource for scholars of Black history and culture.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "admired" },
+ { label: "B", text: "disagreed with" },
+ { label: "C", text: "warned" },
+ { label: "D", text: "depended on" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of Arturo A. Schomburg’s collection. In this context, the phrase “depended on” means relied on. The text explains that Schomburg, wanting to preserve “books, art, and other materials” created by peoples of African descent from around the world, built a large collection of these objects. The text also states that in order to obtain these items, Schomburg asked friends and colleagues who were traveling internationally to bring them back for him. This implies that he wouldn’t have been able to create his collection without help. Thus, the context supports the idea that Schomburg relied on, or depended on, friends and colleagues to build his collection.
Choice A is incorrect because “admired” means respected and approved of. Although it’s reasonable to expect that Schomburg respected his friends and colleagues, the text doesn’t discuss any such aspect of their relationships. The text focuses instead on what Schomburg asked his friends and colleagues to do to help build his collection. Choice B is incorrect because “disagreed with” means held an opposing belief, and nothing in the text suggests that Schomburg and his friends or colleagues held opposing views on any subject. In fact, the text strongly implies that Schomburg’s friends and colleagues supported him in his goal of preserving objects of importance for Black history and culture by bringing him such objects from around the world. Choice C is incorrect because “warned” means informed someone in advance about something dangerous, which wouldn’t make sense in this context. Nothing in the text suggests that Schomburg thought his friends and colleagues were in any danger, let alone that he warned them of danger.",
+ hasFigure: false,
+ },
+];
+
+export const WORDS_CONTEXT_MEDIUM: PracticeQuestion[] = [
+ {
+ id: "1fa751f1",
+ type: "mcq",
+ passage:
+ "Handedness, a preferential use of either the right or left hand, typically is easy to observe in humans. Because this trait is present but less ______blank in many other animals, animal-behavior researchers often employ tasks specially designed to reveal individual animals’ preferences for a certain hand or paw.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "recognizable" },
+ { label: "B", text: "intriguing" },
+ { label: "C", text: "significant" },
+ { label: "D", text: "useful" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion about handedness in animals. As used in this context, “recognizable” means apparent or identifiable. The text indicates that handedness is “easy to observe in humans,” but that animal-behavior researchers use special tasks to determine handedness in other animals. This context and the use of “less” before the blank indicate that compared with handedness in humans, handedness in other animals is less recognizable.
Choice B is incorrect because there’s nothing in the text to suggest that handedness is less “intriguing,” or fascinating, in nonhuman animals than it is in humans. The text focuses on how easy it is to observe handedness in humans as compared with other animals; the text doesn’t suggest that handedness is more fascinating in humans. Choice C is incorrect because there’s nothing in the text to suggest that handedness is less “significant,” or important or meaningful, in nonhuman animals than it is in humans. The text focuses on how easy it is to observe handedness in humans as compared with other animals; the text doesn’t suggest that handedness is more significant in humans. Choice D is incorrect because “useful,” or functional or helpful, wouldn’t make sense in context. The text focuses on the ease with which researchers can determine whether an animal or person is right- or left-handed, not on how useful handedness in nonhuman animals is compared with handedness in humans.",
+ hasFigure: false,
+ },
+ {
+ id: "1fbf276a",
+ type: "mcq",
+ passage:
+ "Interruptions in the supply chain for microchips used in personal electronics have challenged an economist’s assertion that retailers can expect robust growth in sales of those devices in the coming months. The delays are unlikely to ______blank her projection entirely but will almost certainly extend its time frame.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "dispute" },
+ { label: "B", text: "withdraw" },
+ { label: "C", text: "underscore" },
+ { label: "D", text: "invalidate" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of the economist’s claim about sales of personal electronic devices. In this context, “invalidate” most nearly means nullify or make invalid. The text indicates that interruptions in the supply of microchips for personal electronics “have challenged” the economist’s claim that sales of personal electronics will show strong growth in the coming months. The text goes on to clarify the effect of the delays on the economist’s projection, stating that the delays are very likely to extend the time frame over which the projected growth in sales will occur. This context suggests that the delays are unlikely to invalidate the economist’s projection entirely—the delays will probably alter the time frame of the projection, not nullify it or make it invalid.
Choice A is incorrect because saying that the delays are unlikely to “dispute,” or argue against, the economist’s projection wouldn’t make sense. Since the delays are an inanimate circumstance, they couldn’t argue against a prediction about the sales of personal electronics. Choice B is incorrect because saying that the delays are unlikely to “withdraw,” or remove from consideration, the economist’s projection wouldn’t make sense. Although the economist could withdraw her projection because of the delays, the delays themselves couldn’t withdraw her projection since they’re an inanimate circumstance and thus can’t choose to remove something from consideration. Choice C is incorrect because there’s nothing in the text to suggest that the delays will “underscore,” or emphasize, the economist’s projection. Instead, the text suggests that the delays are likely to extend the time frame of the economist’s projection but not to undermine the projection entirely.",
+ hasFigure: false,
+ },
+ {
+ id: "359902ae",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Nathaniel Hawthorne’s 1837 story “Dr. Heidegger’s Experiment.” The main character, a physician, is experimenting with rehydrating a dried flower.
At first the rose lay lightly on the surface of the fluid, appearing to imbibe none of its moisture. Soon, however, a singular change began to be visible. The crushed and dried petals stirred and assumed a deepening tinge of crimson, as if the flower were reviving from a deathlike slumber.
",
+ questionHtml:
+ "As used in the text, what does the phrase “a singular” most nearly mean?",
+ choices: [
+ { label: "A", text: "A lonely" },
+ { label: "B", text: "A disagreeable" },
+ { label: "C", text: "An acceptable" },
+ { label: "D", text: "An extraordinary" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because as used in the text, “singular” most nearly means extraordinary. The text portrays an experiment in which a character rehydrates a dried rose by infusing it with moisture. After prolonged contact with the liquid, the rose begins to absorb it, undergoing an exceptional transformation: its color deepens, its previously “crushed and dried” petals shift, and the entire flower revives “from a deathlike slumber.” In other words, an extraordinary change is visible in the flower.
Choice A is incorrect. Although in some contexts “singular” can mean of or relating to an individual or to a single instance of something, this usage doesn’t imply loneliness or an otherwise unsatisfactory condition of isolation. Moreover, the text doesn’t attribute such a condition to the rose. Choice B is incorrect. Although “singular” has several related meanings, none of them relate to being disagreeable or unpleasant. Moreover, the text doesn’t portray the change undergone by the rose as necessarily disagreeable. Choice C is incorrect because “singular” means extraordinary, not acceptable. The change is portrayed as striking, not barely satisfactory.",
+ hasFigure: false,
+ },
+ {
+ id: "4974b053",
+ type: "mcq",
+ passage:
+ "Although science fiction was dominated mostly by white male authors when Octavia Butler, a Black woman, began writing, she did not view the genre as ______blank: Butler broke into the field with the publication of several short stories and her 1976 novel Patternmaster, and she later became the first science fiction writer to win a prestigious MacArthur Fellowship.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "legitimate" },
+ { label: "B", text: "impenetrable" },
+ { label: "C", text: "compelling" },
+ { label: "D", text: "indecipherable" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the discussion of Octavia Butler’s career. In this context, “impenetrable” means impossible to enter. The text indicates that the field of science fiction was dominated by white males when Butler, a Black woman, started writing, but she published several science fiction short stories and a novel and later won a prestigious award; that is, Butler pursued science fiction writing and had success. This context suggests that Butler didn’t view the genre as impossible to enter.
Choice A is incorrect. In this context, “legitimate” would mean genuinely good or valid. Nothing in the text suggests that Butler didn’t think the science fiction genre was good or valid; in fact, it indicates that she pursued and made a successful career of publishing work in that field. Choice C is incorrect. In this context, “compelling” would mean attracting or demanding attention. The text indicates that Butler chose to write science fiction, so it wouldn’t make sense to say that she didn’t see the field as drawing her attention. Choice D is incorrect. To say that Butler didn’t consider science fiction “indecipherable,” or impossible to understand, would suggest that Butler did understand it. However, the text doesn’t address Butler’s ability to interpret works in the genre; rather, it focuses on Butler’s successful pursuit of writing science fiction.",
+ hasFigure: false,
+ },
+ {
+ id: "5a278f24",
+ type: "mcq",
+ passage:
+ "The work of molecular biophysicist Enrique M. De La Cruz is known for ______blank traditional boundaries between academic disciplines. The university laboratory that De La Cruz runs includes engineers, biologists, chemists, and physicists, and the research the lab produces makes use of insights and techniques from all those fields.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "epitomizing" },
+ { label: "B", text: "transcending" },
+ { label: "C", text: "anticipating" },
+ { label: "D", text: "reinforcing" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. Based on the text, we’re looking for a word that means something similar to "making use of insights and techniques from all those fields." "Transcending" means "going beyond," so "transcending traditional boundaries" would mean crossing into all those various fields of research, which is exactly the meaning we want.
Choice A is incorrect. This isn’t a logical word choice. Based on the text, we’re looking for a word that means something similar to "making use of insights and techniques from all those fields." To "epitomize" means to "be a perfect example of," so "epitomizing traditional boundaries" would mean the opposite of what we want: keeping the fields of research separate. Choice C is incorrect. This isn’t a logical word choice. Based on the text, we’re looking for a word that means something similar to "making use of insights and techniques from all those fields." "Anticipating" means "expecting" or "waiting for," and would result in a confusing sentence with an unclear meaning. Choice D is incorrect. This isn’t a logical word choice. Based on the text, we’re looking for a word that means something similar to "making use of insights and techniques from all those fields." "Reinforcing traditional boundaries" would mean the opposite: keeping the fields of research separate.',
+ hasFigure: false,
+ },
+ {
+ id: "62a18353",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Zora Neale Hurston’s 1921 short story “John Redding Goes to Sea.” John wants to travel far beyond the village where he lives near his mother, Matty.
John had on several occasions attempted to reconcile his mother to the notion, but found it a difficult task. Matty always took refuge in self-pity and tears. Her son’s desires were incomprehensible to her, that was all.
",
+ questionHtml:
+ "As used in the text, what does the phrase “reconcile his mother to” most nearly mean?",
+ choices: [
+ { label: "A", text: "Get his mother to accept" },
+ { label: "B", text: "Get his mother to apologize for" },
+ { label: "C", text: "Get his mother to match" },
+ { label: "D", text: "Get his mother to reunite with" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer. The expression “reconcile to” means “to cause (a person) to accept something difficult or disagreeable.” The text suggests that John wants his mother to accept his desire to travel, even though she doesn’t like that idea.
Choice B is incorrect. This doesn’t make sense. John doesn’t want his mother to apologize for his own desire to travel—he wants her to accept his desire to travel. Choice C is incorrect. The text doesn’t suggest that John wants his mother to match his desire to travel. Rather, he wants her to accept his desire to travel even though she doesn’t like it. Choice D is incorrect. This is tempting, because it seems to pick up on the idea of people “reconciling” after a fight, but it actually doesn’t make sense. The text never suggests that John’s mother was “united with” the idea of him traveling in the past—if anything, it seems like she’s always been against it. Besides, it would be strange to say that a person “reunites with” a notion.",
+ hasFigure: false,
+ },
+ {
+ id: "6a1194e8",
+ type: "mcq",
+ passage:
+ "Rydra Wong, the protagonist of Samuel R. Delany’s 1966 novel Babel-17, is a poet, an occupation which, in Delany’s work, is not ______blank: nearly a dozen of the characters that populate his novels are poets or writers.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "infallible" },
+ { label: "B", text: "atypical" },
+ { label: "C", text: "lucrative" },
+ { label: "D", text: "tedious" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Samuel R. Delany’s character Rydra Wong. As used in this context, “atypical” would mean unrepresentative or not common. The text indicates that Wong is one of “nearly a dozen” characters in Delany’s novels who are poets or writers. This context conveys that being a poet isn’t an atypical occupation for a character in one of Delany’s works.
Choice A is incorrect because “infallible” means to be accurate or without fault, which wouldn’t make sense in context. The text focuses on the fact that Delany has written many characters who are poets and writers. This context suggests that the occupation isn’t atypical for Delany, not that the occupation isn’t infallible, or problematic. Choice C is incorrect because “lucrative” means to be profitable, which wouldn’t make sense in context. If writing poet characters weren’t profitable, it wouldn’t be logical to explain this by citing that Delany gave many of his characters the same occupation. Choice D is incorrect because “tedious” means to be boring, which wouldn’t make sense in context. The text focuses on the fact that Delany has written many characters who are poets and writers. This context suggests that the occupation isn’t atypical for Delany, not that the occupation isn’t tedious.",
+ hasFigure: false,
+ },
+ {
+ id: "757077f9",
+ type: "mcq",
+ passage:
+ "During a 2014 archaeological dig in Spain, Vicente Lull and his team uncovered the skeleton of a woman from El Algar, an Early Bronze Age society, buried with valuable objects signaling a high position of power. This finding may persuade researchers who have argued that Bronze Age societies were ruled by men to ______blank that women may have also held leadership roles.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "waive" },
+ { label: "B", text: "concede" },
+ { label: "C", text: "refute" },
+ { label: "D", text: "require" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the significance of the 2014 archaeological finding at El Algar. In this context, “concede” means to admit something is true after first resisting that admission. The text indicates that some researchers believe “Bronze Age societies were ruled by men.” But the Bronze Age burial of a woman at El Algar included “valuable objects signaling a high position of power,” which would raise the possibility that “women may have also held leadership roles.” Thus, the text is calling into question the notion that only men were leaders in these societies and speculating that people holding this view may reconsider their opinion.
Choice A is incorrect because “waive” means to refrain from insisting that something, such as a right or a requirement, be observed; the word isn’t used, however, in contexts where someone acknowledges that an opinion they hold may be invalid, as is the case in the text. Choice C is incorrect. According to the text, the finding from the El Algar burial site undermines the view that Bronze Age societies were exclusively ruled by men. However, “refute” means to demonstrate that something is false and would not make sense in context. Lull and team’s finding supports the view that women may have also held leadership roles, not that they did not participate in such roles. Choice D is incorrect because in this context, “require” means to demand or specify as mandatory. However, it would not make sense for contemporary researchers to demand that Bronze Age “women may have also held leadership roles.”",
+ hasFigure: false,
+ },
+ {
+ id: "81a3a607",
+ type: "mcq",
+ passage:
+ "In the Indigenous intercropping system known as the Three Sisters, maize, squash, and beans form an ______blank web of relations: maize provides the structure on which the bean vines grow; the squash vines cover the soil, discouraging competition from weeds; and the beans aid their two “sisters” by enriching the soil with essential nitrogen.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "indecipherable" },
+ { label: "B", text: "ornamental" },
+ { label: "C", text: "obscure" },
+ { label: "D", text: "intricate" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of the Three Sisters intercropping system. As used in this context, “intricate” would mean made up of complexly related elements. The text indicates that in the Three Sisters system, maize, squash, and beans form a “web of relations” in which the crops interact in various ways. The text’s description of these interactions—the bean vines growing on the maize stalks, the squash vines keeping weeds away, and the beans adding nutrients that the maize and squash use—provides context suggesting that this “web of relations” is intricate.
Choice A is incorrect because describing the relationship among the crops in the Three Sisters system as “indecipherable,” or impossible to comprehend, would not make sense in context. Although the text presents the relationship as complex, the text’s description of the role that each crop plays makes it clear that the relationship is well understood, not indecipherable. Choice B is incorrect because the text discusses the practical benefits that each plant in the Three Sisters system provides to other members of the system, showing that the relationship among the crops that make up the system is not “ornamental,” or mainly serving a decorative purpose. Choice C is incorrect because describing the relationship among the crops in the Three Sisters system as “obscure,” or unknown or poorly understood, would not make sense in context. Although the text presents the relationship as complex, the text’s description of the role that each crop plays makes it clear that the relationship is well understood, not obscure.",
+ hasFigure: false,
+ },
+ {
+ id: "84ece3f6",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Nathaniel Hawthorne’s 1844 short story “Drowne’s Wooden Image.” Drowne, a young man, is carving a wooden figure to decorate the front of a ship.
Day by day, the work assumed greater precision, and settled its irregular and misty outline into distincter grace and beauty. The general design was now obvious to the common eye.
",
+ questionHtml:
+ "As used in the text, what does the word “assumed” most nearly mean?",
+ choices: [
+ { label: "A", text: "Acquired" },
+ { label: "B", text: "Acknowledged" },
+ { label: "C", text: "Imitated" },
+ { label: "D", text: "Speculated" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because as used in the text, “assumed” most nearly means acquired, or came to possess. The text portrays a character named Drowne carving a figure out of wood. At first “irregular and misty,” or haphazard and indistinct, the figure’s outline gradually showed “distincter grace and beauty” until the general design of the carved object “was now obvious to the common eye,” or plainly recognizable to anyone. In other words, as Drowne continued to carve, the wooden object came to possess, or acquired, greater precision, changing from an indistinct outline or shape into a graceful, beautiful, and clearly recognizable form.
Choice B is incorrect. Although in some contexts “assumed” can mean acknowledged, or recognized, it doesn’t have that meaning in this context because an inanimate object like the wooden figure can’t acknowledge its own precision. Choice C is incorrect because there’s nothing in the text to suggest that the wooden figure merely imitated, or mimicked, precision. Rather, the text suggests that as Drowne carved his wooden figure, it gradually became more precise. Choice D is incorrect. Although in some contexts “assumed” can mean speculated, or supposed based on incomplete information, it doesn’t have that meaning in this context because an inanimate object like the wooden figure can’t speculate about its own precision.",
+ hasFigure: false,
+ },
+ {
+ id: "8634bf4a",
+ type: "mcq",
+ passage:
+ "Diego Velázquez was the leading artist in the court of King Philip IV of Spain during the seventeenth century, but his influence was hardly ______blank Spain: realist and impressionist painters around the world employed his techniques and echoed elements of his style.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "derived from" },
+ { label: "B", text: "recognized in" },
+ { label: "C", text: "confined to" },
+ { label: "D", text: "repressed by" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the discussion of the artist Diego Velázquez’s influence outside Spain. As used in this context, “confined to” means restricted to. The text says that Velázquez was the leading artist in the Spanish court during the seventeenth century, but it also notes that other painters around the world were influenced by his techniques and style. Thus, Velázquez’s influence was hardly (or almost not) confined to, or restricted to, Spain.
Choice A is incorrect because if Velázquez was a leading artist in Spain, it doesn’t make logical sense to claim that his influence was hardly (or almost not) derived from, or obtained from, Spain. Moreover, the other painters around the world who employed Velázquez’s techniques would by definition be influenced by Spanish style. Choice B is incorrect because if Velázquez was a leading artist in the court of King Philip IV of Spain, then his influence must have been widely recognized, or acknowledged, rather than being hardly (or almost not) recognized. Choice D is incorrect because the text gives no indication that deliberately limiting Velázquez’s influence outside Spain was ever considered by anyone. Thus, even if it is true that his influence was not repressed, or restrained, it doesn’t make logical sense to say so in this context.",
+ hasFigure: false,
+ },
+ {
+ id: "8b46bb51",
+ type: "mcq",
+ passage:
+ "A journalist and well-respected art critic of nineteenth-century Britain, Lady Elizabeth Rigby Eastlake did not hesitate to publish reviews that went against popular opinion. One of her most divisive works was an essay questioning the idea of photography as an emerging medium for fine art: in the essay, Eastlake ______blank that the value of photographs was informational rather than creative.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "exposed" },
+ { label: "B", text: "asserted" },
+ { label: "C", text: "discovered" },
+ { label: "D", text: "doubted" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. "Asserted" means "stated confidently." Eastlake "did not hesitate to publish reviews going against popular opinion," so we can assume that she was confident in sharing her opinions.
Choice A is incorrect. "Exposed" means "made visible by uncovering" and, when talking about ideas, tends to be used in relation to uncovering the truth. Eastlake was sharing an opinion, not uncovering a truth. Choice C is incorrect. "Discovered" means "found," but Eastlake was writing an opinion essay. She was writing her own opinion, not "discovering" a new universal truth. Choice D is incorrect. "Doubted" means "didn’t believe in." We’re told that Eastlake "questioned" the idea that photography could be fine art. Placing "doubted" in the blank would actually suggest that Eastlake argued that photos were valuable for creativity and not for information, which is the opposite of what we were told she believes.',
+ hasFigure: false,
+ },
+ {
+ id: "94eb800d",
+ type: "mcq",
+ passage:
+ "For a 2020 exhibition, photographer and neurobiologist Okunola Jeyifous ______blank a series of new images based on a series of alphabet posters from the 1970s known as the “Black ABCs,” which featured Black children from Chicago. Jeyifous photographed the now-adult models and layered the photos over magnified images of the models’ cells, resulting in what he called “micro and macro portraiture.”
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "validated" },
+ { label: "B", text: "created" },
+ { label: "C", text: "challenged" },
+ { label: "D", text: "restored" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically and precisely completes the text’s discussion of Jeyifous’s series of images for the 2020 exhibition. In this context, “created” means produced. The text explains that Jeyifous, a photographer and neurobiologist, photographed adults who had appeared as children in posters from the 1970s, then combined those photographs with magnified images of the adults’ cells—a process that resulted in what he called “micro and macro portraiture.” This context suggests that Jeyifous drew on his dual interests in photography and neurobiology to produce the images for display in the exhibition.
Choice A is incorrect because there’s nothing in the text to suggest that Jeyifous “validated,” or corroborated, the series of images. The text describes Jeyifous’s process for composing the images but doesn’t describe Jeyifous making an effort to evaluate the images for their artistic or scientific legitimacy. Choice C is incorrect because there’s nothing in the text to suggest that Jeyifous “challenged,” or disputed, an aspect of the images; rather, the focus of the text is on the inspiration behind the images and the method Jeyifous used to achieve them. Choice D is incorrect because the text indicates that Jeyifous made the images himself using a combination of photography and magnified pictures of cells, not that he “restored,” or reconditioned, the images from a deteriorated state.",
+ hasFigure: false,
+ },
+ {
+ id: "9aa44886",
+ type: "mcq",
+ passage:
+ "The following text is from F. Scott Fitzgerald’s 1925 novel The Great Gatsby.
Jay Gatsby was balancing himself on the dashboard of his car with that resourcefulness of movement that is so peculiarly American—that comes, I suppose, with the absence of lifting work in youth and, even more, with the formless grace of our nervous, sporadic games. This quality was continually breaking through his punctilious manner in the shape of restlessness.
",
+ questionHtml:
+ "As used in the text, what does the word “quality” most nearly mean?",
+ choices: [
+ { label: "A", text: "Standard" },
+ { label: "B", text: "Prestige" },
+ { label: "C", text: "Characteristic" },
+ { label: "D", text: "Accomplishment" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. “This quality” refers to Gatsby’s “resourcefulness of movement,” which is described as a characteristic or trait of his.
Choice A is incorrect. This isn’t what “quality” means in this context. Here, “this quality” refers to Gatsby’s “resourcefulness of movement,” which is described as a characteristic or trait of his. “Standard” is a synonym for a different definition of “quality”: the degree of excellence of something. Choice B is incorrect. This isn’t what “quality” means in this context. Here, “this quality” refers to Gatsby’s “resourcefulness of movement,” which is described as a characteristic or trait of his. “Prestige” would suggest a high status or an admirable reputation, which doesn’t match that description. Choice D is incorrect. This isn’t what “quality” means in this context. Here, “this quality” refers to Gatsby’s “resourcefulness of movement,” which is described as a characteristic or trait of his. “Accomplishment” would suggest an achievement, which doesn’t match that description.",
+ hasFigure: false,
+ },
+ {
+ id: "9c35759f",
+ type: "mcq",
+ passage:
+ "Novelist N. K. Jemisin declines to ______blank the conventions of the science fiction genre in which she writes, and she has suggested that her readers appreciate her work precisely because of this willingness to thwart expectations and avoid formulaic plots and themes.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "question" },
+ { label: "B", text: "react to" },
+ { label: "C", text: "perceive" },
+ { label: "D", text: "conform to" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of Jemisin’s writing. In this context, “conform to” means to act in accordance with something. The text suggests that in her science fiction writing, Jemisin’s willingness to go against expectations and not use plots and themes that seem to follow a formula reflects how she treats the standard practices of the genre. This context conveys that Jemisin chooses not to act in accordance with those conventions.
Choice A is incorrect. In this context, “question” would mean doubt or object to. The text indicates that Jemisin is willing to go against expectations and not use formulaic plots and themes in her science fiction writing, suggesting that she may actually object to those conventions of the genre, not that she chooses not to question them. Choice B is incorrect because the text indicates that in her science fiction writing, Jemisin is willing to go against expectations and not use formulaic plots and themes. Rather than suggesting that Jemisin chooses not to “react to,” or act in response to, the standard practices of the genre, this context suggests that she is acting in response to such conventions by deliberately avoiding them. Choice C is incorrect. In this context, “perceive” would mean become aware of or understand. The text indicates that in her science fiction writing, Jemisin is willing to go against expectations and not use formulaic plots and themes. This context conveys that Jemisin is aware of and deliberately avoids those conventions of the genre, not that she chooses not to be aware of them.",
+ hasFigure: false,
+ },
+ {
+ id: "b4c6cff6",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Karel Čapek’s 1920 play R.U.R. (Rossum’s Universal Robots), translated by Paul Selver and Nigel Playfair in 1923. Fabry and Busman are telling Miss Glory why their company manufactures robots.
FABRY: One Robot can replace two and a half workmen. The human machine, Miss Glory, was terribly imperfect. It had to be removed sooner or later.
BUSMAN: It was too expensive.
FABRY: It was not effective. It no longer answers the requirements of modern engineering. Nature has no idea of keeping pace with modern labor.
",
+ questionHtml:
+ "As used in the text, what does the word “answers” most nearly mean?",
+ choices: [
+ { label: "A", text: "Explains" },
+ { label: "B", text: "Rebuts" },
+ { label: "C", text: "Defends" },
+ { label: "D", text: "Fulfills" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because as used in the text, “answers” most nearly means fulfills. In the text, Fabry and Busman claim that the robots manufactured by their company are more efficient than human workers, which they refer to as “the human machine.” Fabry observes that the human machine “no longer answers the requirements of modern engineering.” That is, human workers are incapable of meeting the rigorous needs of modern, industrialized workplaces.
Choice A is incorrect. Although in some contexts “answers” can mean explains, it doesn’t have that meaning in this context because the topic under discussion is human beings’ inability to perform labor efficiently, not their inability to engage in discussion or explanation. Choice B is incorrect. Although in some contexts “answers” can mean rebuts, or proves a claim or argument to be false, it wouldn’t make sense to speak of proving requirements to be false; requirements might or might not be reasonable, but they can’t be verified as truthful or untruthful, as claims or accusations can. Choice C is incorrect. Although in some contexts, “answers” can mean defends against criticism, or justifies, it doesn’t have that meaning in this context because the opinion that Fabry expresses is that human workers can no longer fulfill the requirements of modern workplaces, not that they have ceased to justify those requirements or to defend them against criticism; indeed, there is no suggestion in the text that workers ever defended those requirements.",
+ hasFigure: false,
+ },
+ {
+ id: "bce627d9",
+ type: "mcq",
+ passage:
+ "Mineralogical differences are detectable in samples collected from two locations on the near-Earth asteroid Ryugu, but such differences may not indicate substantial compositional variations in the asteroid. Cosmochemist Kazuhide Nagashima and colleagues note that at the small scale of the samples, the distribution of minerals is unlikely to be ______blank.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "neglected" },
+ { label: "B", text: "redundant" },
+ { label: "C", text: "ongoing" },
+ { label: "D", text: "uniform" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The text tells us that the samples are too "small scale" to reflect the composition of the asteroid, which probably doesn’t show the same variation on a large scale. This suggests that the mineral composition of the samples are unlikely to be exactly the same from sample to sample.
Choice A is incorrect. "Neglected" means "suffering a lack of proper care" or "abandoned," which doesn’t work here. The text never suggests that the distribution of minerals in the samples would be neglected, so this statement doesn’t logically follow. Choice B is incorrect. "Redundant" means "not or no longer useful or needed," which is too strong. The text doesn’t suggest that the variation between the samples isn’t a useful finding at all—just that we can’t assume that the large-scale composition of the asteroid will show the same variation. But the composition of the samples might be useful for something else. Choice C is incorrect. "Ongoing" means "still in progress," which doesn’t make sense: the distribution of minerals in a sample can’t be "ongoing."',
+ hasFigure: false,
+ },
+ {
+ id: "c5b1afe5",
+ type: "mcq",
+ passage:
+ "Bicycle sharing systems allow users to rent a bicycle at one location within a city and return it to any other designated location in that city, which can cause serious problems of bicycle supply and user demand within the city’s system. Tohru Ikeguchi uses open-source data and statistical modeling to identify when a high number of users making one-way trips is likely to leave some locations within the system ______blank bicycles and other areas with insufficient supply.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "susceptible to" },
+ { label: "B", text: "contingent on" },
+ { label: "C", text: "saturated with" },
+ { label: "D", text: "depleted of" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of Ikeguchi’s model of bicycle supply. In this context, “saturated with” means thoroughly or completely supplied with. The text explains a problem encountered by some bicycle-sharing programs: users can return bicycles to different locations than where the users picked up the bicycles to start, which can result in a mismatch between bicycle supply (that is, where the bicycles are currently located) and user demand (that is, the locations where users are hoping to pick up bicycles). The text goes on to explain that Ikeguchi developed a way to identify when this mismatch is likely to occur. This context suggests that Ikeguchi’s method will show when it is likely that some locations have an insufficient supply and other locations, by implicit contrast, are saturated with bicycles.
Choice A is incorrect because nothing in the text suggests that some locations are “susceptible to,” or sensitive to or easily influenced by, bicycles. The text describes the phenomenon of bicycles being redistributed away from locations where users want them, not anything about those locations being influenced by the bicycles. Choice B is incorrect because the text describes situations in which some locations have an insufficient supply of bicycles because the bicycles have been relocated elsewhere, which suggests that the other locations have many bicycles, not that the other locations are “contingent on,” or dependent on, the bicycles. Nothing in the text suggests that the locations themselves depend on the bicycles for anything. Choice D is incorrect because it would not make sense in context to say that some locations are “depleted of,” or empty of, bicycles while others have an insufficient supply. The text describes situations in which bicycles have been relocated such that there is a mismatch between bicycle supply and user demand—the bicycles are no longer at the locations where users want to pick them up. This means that some locations do not have enough bicycles, while other locations must have many bicycles, not be depleted of bicycles.",
+ hasFigure: false,
+ },
+ {
+ id: "c843d63c",
+ type: "mcq",
+ passage:
+ "The artisans of the Igun Eronmwon guild in Benin City, Nigeria, typically ______blank the bronze- and brass-casting techniques that have been passed down through their families since the thirteenth century, but they don’t strictly observe every tradition; for example, guild members now use air-conditioning motors instead of handheld bellows to help heat their forges.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "experiment with" },
+ { label: "B", text: "adhere to" },
+ { label: "C", text: "improve on" },
+ { label: "D", text: "grapple with" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of bronze- and brass-casting techniques used by the Igun Eronmwon guild. In this context “adhere to” would mean to act in accordance with. The text states that although members of the Igun Eronmwon guild typically do something with techniques that have been passed down since the thirteenth century, they “don’t strictly observe every tradition.” By establishing a contrast with not always following traditions, the context suggests that guild members do typically adhere to traditional techniques.
Choice A is incorrect because in this context “experiment with” would mean to do something new with. Although using motors rather than manual bellows is presented as a new approach, the text establishes a contrast between what the guild members typically do with techniques that have been passed down over centuries and the idea that the members “don’t strictly observe every tradition.” The phrase “experiment with” wouldn’t support the contrast because regularly trying new things with the techniques would be an example of not strictly following all traditions. Choice C is incorrect because in this context “improve on” would mean to make better. Although using motors rather than manual bellows might be an improved approach, the text establishes a contrast between what the guild members typically do with techniques that have been passed down over centuries and the idea that the members “don’t strictly observe every tradition.” The phrase “improve on” wouldn’t support the contrast because regularly making changes to the techniques would be an example of not strictly following all traditions. Choice D is incorrect because in this context “grapple with” would mean to try hard to solve a difficult problem. Although bronze- and brass-casting are likely challenging tasks, nothing in the text suggests that the guild members have any particular difficulties with the techniques passed down since the thirteenth century.",
+ hasFigure: false,
+ },
+ {
+ id: "cd2ce51f",
+ type: "mcq",
+ passage:
+ "Like the 1945 play it reimagines—Federico García Lorca’s The House of Bernarda Alba—Marcus Gardley’s 2014 play The House That Will Not Stand prominently features women. In both plays, the all-female cast ______blank an array of female characters, including a strong mother and several daughters dealing with individual struggles.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "engulfs" },
+ { label: "B", text: "encourages" },
+ { label: "C", text: "comprises" },
+ { label: "D", text: "provokes" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of Gardley’s play. In this context, “comprises” means constitutes or makes up the totality of, and the text indicates that The House That Will Not Stand had an “all-female cast” that stands in some relationship to “an array of female characters” in the play. Because all cast members are female, the characters must be played by these female cast members; therefore the cast constitutes, or comprises, the collection of characters.
Choice A is incorrect. In this context, “engulfs” would mean encloses or overwhelms, and although it is fairly common to describe an actor as embodying (or personifying realistically) a character, there is nothing in the text to suggest that the cast members enclosed or overwhelmed the characters they played. Choice B is incorrect because in this context, “encourages” would mean inspires with courage or hope. Although the text does mention “a strong mother and several daughters dealing with individual struggles,” which might suggest that there are moments of encouragement among the characters during the play, there is nothing to suggest that the cast members encouraged the characters they portrayed. Choice D is incorrect because, in this context, “provokes” would mean instigates or incites to anger. Nothing in the text addresses provocation or what it might mean for actors to provoke the characters they are playing.",
+ hasFigure: false,
+ },
+ {
+ id: "d3ca5d59",
+ type: "mcq",
+ passage:
+ "Stephen Hannock’s luminous landscape paintings are appealing to viewers but have elicited little commentary from contemporary critics, a phenomenon that may be due to the very fact that the paintings seem so ______blank. Many critics focus their attention on art that is cryptic or overtly challenging.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "innovative" },
+ { label: "B", text: "subversive" },
+ { label: "C", text: "profound" },
+ { label: "D", text: "accessible" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer. When talking about a thing, “accessible” means “easy to understand.” This sets up the contrast in the next sentence, which tells us that critics mostly focus on art that is “cryptic or challenging” (meaning not easy to understand).
Choice A is incorrect. This doesn’t fit the logic of the text. The next sentence tells us that critics focus on art that is mysterious and challenging. If Hannock’s paintings are “innovative” (meaning advanced and original), then critics probably would comment on them. Choice B is incorrect. This doesn’t fit the logic of the text. The next sentence tells us that critics focus on art that is mysterious and challenging. If Hannock’s paintings are “subversive” (meaning disruptive and revolutionary), then critics probably would comment on them. Choice C is incorrect. This doesn’t fit the logic of the text. The next sentence tells us that critics focus on art that is mysterious and challenging. If Hannock’s paintings are “profound” (meaning very deep and insightful), then critics probably would comment on them.",
+ hasFigure: false,
+ },
+ {
+ id: "d7dccee7",
+ type: "mcq",
+ passage:
+ "In a 2019 study, Jeremy Gunawardena and colleagues found that the single-celled protozoan Stentor roeseli not only uses strategies to escape irritating stimuli but also switches strategies when one fails. This evidence of protozoans sophisticatedly “changing their minds” demonstrates that single-celled organisms may not be limited to ______blank behaviors.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "aggressive" },
+ { label: "B", text: "rudimentary" },
+ { label: "C", text: "evolving" },
+ { label: "D", text: "advantageous" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of single-celled organism behavior. As used in this context, “rudimentary” means basic or unsophisticated. According to the text, a study of the single-celled protozoan Stentor roeseli showed that the organisms can switch strategies for escaping certain stimuli, “sophisticatedly ‘changing their minds’” and using new strategies should other strategies fail. This context suggests that single-celled organisms may not be limited to behaviors that are basic or rudimentary, since the study showed that single-celled protozoans can respond complexly to irritating stimuli.
Choice A is incorrect because the text doesn’t suggest that single-celled organisms may not be limited to behavior that is “aggressive,” or threatening. Rather, the text suggests that single-celled organisms may not be limited to behaviors that are basic, since the study of Stentor roeseli showed that single-celled protozoans can respond complexly to irritating stimuli. Choice C is incorrect because the text doesn’t suggest that single-celled organisms may not be limited to behavior that is “evolving,” or advancing. Rather, the text suggests that single-celled organisms may not be limited to behaviors that are basic, since the study of Stentor roeseli showed that single-celled protozoans can respond complexly to irritating stimuli. Choice D is incorrect because the text doesn’t suggest that single-celled organisms may not be limited to behavior that is “advantageous,” or helpful. Rather, the text suggests that single-celled organisms may not be limited to behaviors that are basic, since the study of Stentor roeseli showed that single-celled protozoans can respond complexly to irritating stimuli.",
+ hasFigure: false,
+ },
+ {
+ id: "d8d1ecaa",
+ type: "mcq",
+ passage:
+ "Business researcher Melanie Brucks and colleagues found that remote video conference meetings may be less conducive to brainstorming than in-person meetings are. The researchers suspect that video meeting participants are focused on staring at the speaker on the screen and don’t allow their eyes or mind to wander as much, which may ultimately ______blank creativity.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "recommend" },
+ { label: "B", text: "criticize" },
+ { label: "C", text: "impede" },
+ { label: "D", text: "construct" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. The first sentence tells us that video meetings are “less conducive to” (meaning less good for) brainstorming. This suggests that the video meeting participants’ focus is bad for their creativity. “Impede” means “delay” or “prevent,” which works perfectly in this context.
Choice A is incorrect. This choice is too positive to fit the context. The first sentence tells us that video meetings are “less conducive to” (meaning less good for) brainstorming. This suggests that the video meeting participants’ focus is bad for their creativity. Choice B is incorrect. This choice doesn’t make sense. The participants’ intense focus on the screen is the subject of the missing verb. It wouldn’t make sense to say that their over-focusing “criticizes” their creativity. Choice D is incorrect. “Construct” means “build” or “make,” which is too positive to fit the context. The first sentence tells us that video meetings are “less conducive to” (meaning less good for) brainstorming. This suggests that the video meeting participants’ focus is bad for their creativity.",
+ hasFigure: false,
+ },
+ {
+ id: "e0656211",
+ type: "mcq",
+ passage:
+ "In Nature Poem (2017), Kumeyaay poet Tommy Pico portrays his ______blank the natural world by honoring the centrality of nature within his tribe’s traditional beliefs while simultaneously expressing his distaste for being in wilderness settings himself.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "responsiveness to" },
+ { label: "B", text: "ambivalence toward" },
+ { label: "C", text: "renunciation of" },
+ { label: "D", text: "mastery over" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s description of how Pico feels about the natural world. In this context, to say that Pico portrays his “ambivalence toward” nature would mean that he portrays his mixed feelings about nature. The text explains that Pico “honors the centrality of nature” and also makes it clear that he doesn’t enjoy being in nature. This context suggests that Pico feels ambivalence toward nature.
Choice A is incorrect because saying that Pico portrays his “responsiveness to” nature would mean that he portrays himself as quick to react to nature, which isn’t supported by the text. Instead, the text focuses on Pico’s mixed feelings toward nature, describing him as both honoring nature’s role in his tribe’s beliefs and expressing his personal dislike for being in nature. Choice C is incorrect because saying that Pico portrays his “renunciation of” nature would mean that he portrays himself as rejecting nature, which isn’t supported by the text. The text conveys that Pico demonstrates both positive and negative responses toward nature, not that he’s giving it up completely. Choice D is incorrect because saying that Pico portrays his “mastery over” nature would mean that he portrays himself as having control over nature, which isn’t supported by the text. The text focuses on Pico’s mixed feelings about nature; nothing in the text suggests that Pico feels mastery over nature.",
+ hasFigure: false,
+ },
+ {
+ id: "e37b9e34",
+ type: "mcq",
+ passage:
+ "Some researchers believe that the genes that enable groundhogs and certain other mammals to hibernate through the winter by slowing their breathing and heart rates and lowering their body temperature may be ______blank in humans: present yet having essentially no effect on our bodily processes.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "decisive" },
+ { label: "B", text: "lacking" },
+ { label: "C", text: "variable" },
+ { label: "D", text: "dormant" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it logically completes the text’s discussion about genes related to hibernation. In this context, “dormant” means inactive. The text explains that the same genes that enable certain nonhuman mammal species to hibernate during the winter by altering their bodily processes are also found in our species but have “essentially no effect” on humans’ bodily processes. In other words, these genes don’t function in humans.
Choice A is incorrect because in this context, “decisive” means has the power to affect the outcome of something, but the text states that genes related to hibernation are instead inactive in humans—that is, the genes don’t affect humans’ bodily processes, although they are present in their bodies. Choice B is incorrect because in this context, “lacking” means missing, but the text states that the genes are present in humans, though inactive. Choice C is incorrect because “variable” means characterized by the potential to change, but the text indicates that these genes don’t change in their effect on humans’ bodily processes; instead, the genes are consistently inactive in humans.",
+ hasFigure: false,
+ },
+ {
+ id: "e56b66e5",
+ type: "mcq",
+ passage:
+ "Set in a world where science fiction tropes exist as everyday realities, Charles Yu’s 2010 novel How to Live Safely in a Science Fictional Universe traces a time traveler’s quest to find his father. Because the journey at the novel’s center is so ______blank, with the protagonist ricocheting chaotically across time, the reader often wonders whether the pair will ever be reunited.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "haphazard" },
+ { label: "B", text: "premeditated" },
+ { label: "C", text: "inspirational" },
+ { label: "D", text: "fruitless" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of Yu’s novel. In this context, “haphazard” means marked by a lack of plan or order. The text indicates that the quest featured in the novel, which involves the protagonist bouncing across time, is chaotic and causes the reader to often wonder what will happen. This context suggests that the protagonist’s journey seems to be marked by a lack of order.
Choice B is incorrect because the text indicates that the journey featured in Yu’s novel involves a character “ricocheting chaotically,” or bouncing in a disordered way, across time and causes the reader to often wonder what will happen. It wouldn’t make sense to say that a chaotic journey seems “premeditated,” or characterized by forethought and planning. Choice C is incorrect because the text doesn’t give any indication that readers regard the journey in Yu’s novel as “inspirational,” or as causing extraordinarily creative or brilliant thoughts or actions; instead, the text focuses on the idea that the protagonist’s journey is chaotic, or disordered, and doesn’t give readers a clear sense of what will happen. Choice D is incorrect. Rather than suggesting that the journey featured in Yu’s novel is “fruitless,” or has an unsuccessful outcome, the text focuses on the idea that while reading about the protagonist’s chaotic movements across time, readers are often unsure of what will happen—that is, they don’t know whether the protagonist will be successful in finding his father.",
+ hasFigure: false,
+ },
+ {
+ id: "e8c26398",
+ type: "mcq",
+ passage:
+ "To develop a method for measuring snow depth with laser beams, NASA physicist Yongxiang Hu relied on ______blank; identifying broad similarities between two seemingly different phenomena, Hu used information about how ants move inside colonies to calculate how the particles of light that make up laser beams travel through snow.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "a collaboration" },
+ { label: "B", text: "an accessory" },
+ { label: "C", text: "a contradiction" },
+ { label: "D", text: "an analogy" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ 'Choice D is the best answer. The text after the semicolon tells us that Hu "identified broad similarities between two seemingly different phenomena," comparing ants with light particles. Since an analogy seeks similarities between seemingly unrelated phenomena, this fits the context perfectly.
Choice A is incorrect. "A collaboration" refers to "an act of working with others," but what comes after the semicolon doesn’t describe collaboration with other researchers. Instead, it shows a comparison between two different (but ultimately similar) scientific phenomena. Choice B is incorrect. "An accessory" can refer to "something added to increase attractiveness or usefulness." No accessories are described in this text. Choice C is incorrect. "A contradiction" means "a set of ideas or things that are opposed to or inconsistent with each other." The text describes how Hu used the similarity between ant and light particle movement to develop his method, so a word that refers to difference would not make sense here.',
+ hasFigure: false,
+ },
+ {
+ id: "f4166aae",
+ type: "mcq",
+ passage:
+ "In addition to being an accomplished psychologist himself, Francis Cecil Sumner was a ______blank increasing the opportunity for Black students to study psychology, helping to found the psychology department at Howard University, a historically Black university, in 1930.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "proponent of" },
+ { label: "B", text: "supplement to" },
+ { label: "C", text: "beneficiary of" },
+ { label: "D", text: "distraction for" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of Francis Cecil Sumner. As used in this context, “proponent of” means supporter of. The text says that Sumner helped to found the psychology department at historically Black Howard University in 1930. This is evidence that Sumner supported increasing the opportunity for Black students to study psychology.
Choice B is incorrect because the phrase “supplement to,” or addition to, wouldn’t make sense in context. The text discusses Sumner’s efforts to increase the number of Black psychology students, but it doesn’t make sense to describe him as an addition to his efforts. Choice C is incorrect because Sumner was already an accomplished psychologist himself when he helped to found the Howard University psychology department. While Black students were the beneficiaries of his efforts—that is, they received help because of his efforts—it wouldn’t make sense in this context to describe Sumner as a “beneficiary of” opportunities, because he was the one doing the helping. Choice D is incorrect because founding a psychology department at Howard University wouldn’t be a “distraction for” Sumner’s aim to increase the opportunity for Black students to study psychology—that is, it wouldn’t be something that draws Sumner’s attention away from that goal, but rather the opposite.",
+ hasFigure: false,
+ },
+ {
+ id: "fce80a36",
+ type: "mcq",
+ passage:
+ "In 2008 a complete set of ancient pessoi (glass game pieces) was uncovered from beneath a paving stone in modern-day Israel. Due to their small size, pessoi were easily misplaced, making a whole set a rare find. This has led some experts to suggest that the set may have been buried intentionally; however, without clear evidence, archaeologists are left to ______blank what happened.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "speculate about" },
+ { label: "B", text: "dismiss" },
+ { label: "C", text: "expand on" },
+ { label: "D", text: "catalog" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. "Speculate" means "to form a theory or guess without any clear evidence." This makes sense because, due to the lack of "clear evidence," the archaeologists can only guess how the pessoi set might have come to be there.
Choice B is incorrect. "Dismiss" can mean "send away" or "treat as unworthy of consideration." The text implies that the archaeologists are trying to figure out the truth—they wouldn’t "dismiss" what really happened. Choice C is incorrect. "Expand on" means "give more details about," but there aren’t any details to give. Without any "clear evidence," the archaeologists can’t give any more details. Choice D is incorrect. "Catalog" means "carefully record" or "make a list of." However, there’s no "clear evidence," so there’s no real information to "catalog."',
+ hasFigure: false,
+ },
+];
+
+export const WORDS_CONTEXT_HARD: PracticeQuestion[] = [
+ {
+ id: "22a41819",
+ type: "mcq",
+ passage:
+ "Rejecting the premise that the literary magazine Ebony and Topaz (1927) should present a unified vision of Black American identity, editor Charles S. Johnson fostered his contributors’ diverse perspectives by promoting their authorial autonomy. Johnson’s self-effacement diverged from the editorial stances of W.E.B. Du Bois and Alain Locke, whose decisions for their publications were more ______blank.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "proficient" },
+ { label: "B", text: "dogmatic" },
+ { label: "C", text: "ambiguous" },
+ { label: "D", text: "unpretentious" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. A person who is "dogmatic" believes strongly that their principles and opinions are true. Because Du Bois and Locke are implied to have one "unified vision" of Black American identity that they prioritize over the "diverse perspectives" of different writers, they can be described as dogmatic.
Choice A is incorrect. "Proficient" means "skilled." Du Bois and Locke are contrasted with Johnson, but nothing in the text suggests that Johnson was not skilled at making editorial decisions. Based on the text, the three editors just have different styles; they’re not necessarily more or less skilled. Choice C is incorrect. "Ambiguous" means "unclear" or "open to multiple interpretations." However, it’s actually Johnson who encouraged multiple interpretations ("diverse perspectives"). Since Du Bois and Locke are said to "diverge" from Johnson, we can assume that the views they published were not ambiguous, but instead clear and firm (a "unified vision"). Choice D is incorrect. "Unpretentious" means "not trying to impress others with greater skill or importance than is actually possessed." Du Bois and Locke are contrasted with Johnson, but nothing in the text suggests that Johnson is pretentious (trying to impress others).',
+ hasFigure: false,
+ },
+ {
+ id: "3566120b",
+ type: "mcq",
+ passage:
+ "The following text is adapted from Oscar Wilde’s 1895 play The Importance of Being Earnest.
CECILY: Have we got to part?
ALGERNON: I am afraid so. It’s a very painful parting.
CECILY: It is always painful to part from people whom one has known for a very brief space of time. The absence of old friends one can endure with equanimity. But even a momentary separation from anyone to whom one has just been introduced is almost unbearable.
",
+ questionHtml:
+ "As used in the text, what does the word “endure” most nearly mean?",
+ choices: [
+ { label: "A", text: "Regret" },
+ { label: "B", text: "Persist" },
+ { label: "C", text: "Tolerate" },
+ { label: "D", text: "Encourage" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because as used in the text, “endure” most nearly means tolerate. In the text, Cecily and Algernon discuss parting, or saying goodbye. Cecily remarks on the deep pain of saying goodbye to people whom one has only known briefly and then comments on the equanimity, or calm steadiness, one experiences when separated from old friends. The text sets up an ironic contrast: one can easily tolerate, or put up with, the absence of close friends, but even a very short separation from a new acquaintance is unbearable.
Choice A is incorrect. Nothing in the text suggests that Cecily associates regret, or a feeling of sorrow, with the absence of old friends. Rather, the text sets up an ironic contrast between the feeling of calm steadiness one feels when separated from old friends and the unbearable pain of being separated from new acquaintances. Choice B is incorrect. Although in some contexts “endure” can mean persist, or proceed stubbornly, it doesn’t have that meaning in this context because what is being endured is the absence of old friends. Whereas one can persist despite the absence of someone else, one can’t persist the absence itself. Choice D is incorrect because the text doesn’t convey that Cecily encourages, or urges, old friends to be absent. Although it may be that Cecily prefers new acquaintances to friends she has known for a long time, the text focuses on her feelings as a result of others’ absences, not on her treatment of others.",
+ hasFigure: false,
+ },
+ {
+ id: "3d658a5a",
+ type: "mcq",
+ passage:
+ "Some foraging models predict that the distance bees travel when foraging will decline as floral density increases, but biologists Shalene Jha and Claire Kremen showed that bees’ behavior is inconsistent with this prediction if flowers in dense patches are ______blank: bees will forage beyond patches of low species richness to acquire multiple resource types.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "depleted" },
+ { label: "B", text: "homogeneous" },
+ { label: "C", text: "immature" },
+ { label: "D", text: "dispersed" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Jha and Kremen’s finding about bees’ foraging behavior. In this context, “homogeneous” means uniform or of the same kind. The text indicates that some models predict that the distance that bees travel when they’re foraging declines as the density of flowers increases. The text goes on to say, however, that Jha and Kremen identified a circumstance in which bees don’t behave this way. Specifically, if bees encounter “patches of low species richness”—that is, patches in which the flowers are largely from the same species—they’ll travel beyond those patches to get varied food resources. This context thus suggests that bees don’t behave as some models predict if the dense patches of flowers the bees encounter are homogeneous.
Choice A is incorrect because the text indicates that Jha and Kremen found that bees will behave differently than some models predict if the bees encounter flower patches that are not rich in species, not if the flowers are “depleted,” or emptied or reduced in quality or quantity. Although it could be true that bees are likely to leave depleted patches in search of more resources, the text doesn’t indicate that Jha and Kremen investigated that possibility. Choice C is incorrect because there’s no information in the text suggesting that bees will not behave as some models predict if flowers in patches are “immature,” or not fully developed. Instead, the text indicates that Jha and Kremen found that bees will behave contrary to some models’ predictions if the flower patches are not rich in species. Choice D is incorrect because the text indicates that bees’ behavior will be inconsistent with the predictions of some models if the flower patches that the bees encounter are of low species richness, not if the flowers are in patches that are “dispersed,” or widely scattered. Although the text does describe bees as leaving patches that are not rich in species to forage elsewhere, there’s no suggestion that Jha and Kremen found that the distance between dense flower patches affects whether the bees behave as some models predict.",
+ hasFigure: false,
+ },
+ {
+ id: "3f753a8e",
+ type: "mcq",
+ passage:
+ "Investigating whether shared false visual memories—specific but inaccurate and widely held recollections of images such as product logos—are caused by people’s previous ______blank incorrect renditions of the images, researchers Deepasri Prasad and Wilma Bainbridge found that, in fact, such memories are often not explained by familiarity with erroneous versions of the images.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "compliance with" },
+ { label: "B", text: "exposure to" },
+ { label: "C", text: "criteria for" },
+ { label: "D", text: "forfeiture of" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ 'Choice B is the best answer. "Exposure to" means "having contact with." It makes sense that Prasad and Bainbridge were investigating whether seeing false versions of images was a cause of false visual memories. Notice how "exposure to incorrect renditions" matches the idea of "familiarity with erroneous versions," which appears later in the sentence.
Choice A is incorrect. "Compliance with" means "going along with a command or directive." False versions of images can’t give commands or directives, so this doesn’t apply. Choice C is incorrect. "Criteria" means "standards by which to judge something." It’s not clear how people would come to have standards for the wrong version of an image in the first place, let alone how those standards would cause them to falsely remember the correct version. In other words, this choice would result in a confusing, unclear sentence. Choice D is incorrect. "Forfeiture of" means "a giving up of something." It wouldn’t make sense to say that false memories of an image might be caused by giving up the wrong version of the image.',
+ hasFigure: false,
+ },
+ {
+ id: "4fa7e50e",
+ type: "mcq",
+ passage:
+ "According to a US tax policy expert, state taxes are ______blank other factors when considering an interstate move. Even significant differences in state taxation have almost no effect on most people’s decisions, while differences in employment opportunities, housing availability, and climate are strong influences.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "consistent with" },
+ { label: "B", text: "representative of" },
+ { label: "C", text: "overshadowed by" },
+ { label: "D", text: "irrelevant to" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of the factors that influence peoples’ decisions to move to a different state. As used in this context, “overshadowed by” means to be surpassed by or caused to seem less important than other factors affecting a move. The text indicates that, according to a US tax policy expert, when people think about an interstate move, state taxes have little effect on their decisions, while employment opportunities, housing availability, and climate have a very strong effect. This context suggests that people consider these other factors to be more important than state taxes.
Choice A is incorrect because the text indicates that state taxes aren’t as important a consideration as other factors when people are thinking of moving to another state. The context doesn’t suggest that state taxes are “consistent with,” or in agreement with these other factors. Choice B is incorrect because it wouldn’t make sense in context to say that state taxes are “representative of,” or typical of, other factors. Taxes aren’t an example of employment opportunities, housing availability, and climate, which are the other factors listed in the text. Choice D is incorrect because it wouldn’t make sense in context to say that state taxes are “irrelevant to,” or unconnected or unimportant to other factors. State taxes are irrelevant to peoples’ decisions, not to other factors. In other words, although the text suggests that state taxes may be irrelevant to people considering a move to another state, the other factors mentioned in the text, such as employment opportunities, are unable to have an opinion about state taxes. Furthermore, the text indicates that significant differences in state taxes have almost no effect on peoples’ choices to move, but they aren’t completely unimportant.",
+ hasFigure: false,
+ },
+ {
+ id: "54804e10",
+ type: "mcq",
+ passage:
+ "While scholars believe many Mesoamerican cities influenced each other, direct evidence of such influence is difficult to ascertain. However, recent excavations in a sector of Tikal (Guatemala) unearthed a citadel that shows ______blank Teotihuacán (Mexico) architecture—including a near replica of a famed Teotihuacán temple—providing tangible evidence of outside influence in portions of Tikal.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "refinements of" },
+ { label: "B", text: "precursors of" },
+ { label: "C", text: "commonalities with" },
+ { label: "D", text: "animosities toward" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of architectural influences among Mesoamerican cities. In this context, “commonalities with” means similarities to or shared attributes with. The text indicates that a recently discovered citadel in Tikal includes a close imitation of a famous temple in Teotihuacán (another Mesoamerican city) and other evidence of Teotihuacán influence, which suggests that the citadel possesses features that resemble architectural features found in Teotihuacán. This context thus indicates that the Tikal citadel shows commonalities with Teotihuacán architecture.
Choice A is incorrect because there’s nothing in the text that suggests that the Tikal citadel shows “refinements of,” or improvements on, Teotihuacán architecture. Although the text suggests that the architecture of Teotihuacán influenced the architecture of the Tikal citadel, and although it’s possible that later architectural designs could make improvements on earlier designs, the text doesn’t discuss whether, in imitating Teotihuacán architecture, the Tikal citadel’s builders improved on it. Choice B is incorrect because describing the citadel in Tikal as showing “precursors of” Teotihuacán architecture—or features that preceded and foreshadowed those of Teotihuacán architecture—would imply the opposite of what the text suggests about the relationship between the architecture found in Tikal and Teotihuacán. The text claims that the discovery of similarities between the Tikal citadel and the architecture of Teotihuacán, including a replica of a temple in Teotihuacán, provides evidence of outside influences on Tikal architecture. If the Tikal citadel was influenced by Teotihuacán architecture, then the Teotihuacán architecture must predate the citadel, not the other way around. In this context, therefore, it wouldn’t make sense to say that the Tikal citadel shows precursors of Teotihuacán architecture. Choice D is incorrect because the text discusses how the citadel in Tikal indicates the influence of Teotihuacán architecture, which implies that the makers of the Tikal citadel likely admired aspects of Teotihuacán architecture enough to imitate it. Thus, there’s no reason to think that the Tikal citadel provides evidence of the Tikal people’s “animosities toward,” or feelings of strong dislike or hostility toward, Teotihuacán architecture.",
+ hasFigure: false,
+ },
+ {
+ id: "571cf537",
+ type: "mcq",
+ passage:
+ "The author’s claim about the relationship between Neanderthals and Homo sapiens is ______blank, as it fails to account for several recent archaeological discoveries. To be convincing, his argument would need to address recent finds of additional hominid fossils, such as the latest Denisovan specimens and Homo longi.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "disorienting" },
+ { label: "B", text: "tenuous" },
+ { label: "C", text: "nuanced" },
+ { label: "D", text: "unoriginal" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the author’s claim about the relationship between Neanderthals and Homo sapiens. As used in this context, “tenuous” means lacking substance. The end of the first sentence states that the author’s claim didn’t consider certain key pieces of evidence—“recent archaeological discoveries”—and is therefore weak.
Choice A is incorrect because it wouldn’t make sense in context to refer to the author’s claim as “disorienting,” or confusing. The text suggests that the author’s claim is insubstantial, not that it’s difficult to grasp. Choice C is incorrect because referring to the claim as “nuanced,” or subtle, wouldn’t make sense in context. According to the text, the claim is incomplete because it didn’t consider certain key information about recent archaeological finds; it doesn’t suggest that what’s in the claim lacks precision. Choice D is incorrect because saying that the claim is “unoriginal,” or imitative, wouldn’t make sense in context. The text faults the claim because it doesn’t consider certain key information about recent archaeological finds; it doesn’t suggest that the author’s claim lacks originality.",
+ hasFigure: false,
+ },
+ {
+ id: "5dce6cab",
+ type: "mcq",
+ passage:
+ "Given that the conditions in binary star systems should make planetary formation nearly impossible, it’s not surprising that the existence of planets in such systems has lacked ______blank explanation. Roman Rafikov and Kedron Silsbee shed light on the subject when they used modeling to determine a complex set of factors that could support planets’ development.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "a discernible" },
+ { label: "B", text: "a straightforward" },
+ { label: "C", text: "an inconclusive" },
+ { label: "D", text: "an unbiased" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s description of efforts to explain the existence of planets in binary star systems. As used in this context, describing an explanation as “a straightforward” one would mean that the explanation is direct and uncomplicated. The text asserts that since it should be “nearly impossible” for planets to form in binary star systems, it’s “not surprising” that there isn’t a straightforward explanation for the existence of planets in such systems; the fact that one potential approach involves “complex” factors offers further contextual support for this idea.
Choice A is incorrect because it would not make sense in context to say that there isn’t “a discernible” explanation—meaning an explanation capable of being perceived—for the existence of planets in binary star systems. The text discusses just such an explanation offered by Roman Rafikov and Kedron Silsbee, which indicates that their explanation can be discerned. Choice C is incorrect because the text emphasizes how difficult it is to explain the existence of planets in binary star systems, suggesting that the situation isn’t marked by the lack of “an inconclusive” explanation—an explanation that does not resolve the issue—but rather that if any explanations have been offered, they’ve likely been inconclusive ones. Choice D is incorrect because nothing in the text suggests that there is a lack of “an unbiased,” or impartial and unprejudiced, explanation for the existence of planets in binary star systems. The text indicates that it’s difficult to explain the existence of planets in such systems and it describes one attempt to do so, but there is no evidence that explanations from Roman Rafikov and Kedron Silsbee or others are biased.",
+ hasFigure: false,
+ },
+ {
+ id: "5e57efec",
+ type: "mcq",
+ passage:
+ "Economist Marco Castillo and colleagues showed that nuisance costs—the time and effort people must spend to make donations—reduce charitable giving. Charities can mitigate this effect by compensating donors for nuisance costs, but those costs, though variable, are largely ______blank donation size, so charities that compensate donors will likely favor attracting a few large donors over many small donors.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "supplemental to" },
+ { label: "B", text: "predictive of" },
+ { label: "C", text: "independent of" },
+ { label: "D", text: "subsumed in" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer. We’re told that charities that pay donors back for nuisance costs will attract a few large donors instead of many small donors. This suggests that nuisance costs are not linked to donation size.
Choice A is incorrect. This doesn’t fit the logic of the text. If nuisance costs are supplemental to (meaning in addition to) donation size, that wouldn’t result in charities that compensate donors for those costs attracting a few large donors over many small donors. Choice B is incorrect. This doesn’t fit the logic of the text. If nuisance costs can predict donation size, that wouldn’t necessarily result in charities that compensate donors for those costs attracting a few large donors over many small donors. Choice D is incorrect. This doesn’t fit the logic of the text. If nuisance costs are subsumed in (meaning included in) donation size, that wouldn’t result in charities that compensate donors for those costs attracting a few large donors over many small donors.",
+ hasFigure: false,
+ },
+ {
+ id: "76e4c51d",
+ type: "mcq",
+ passage:
+ "The güiro, a musical instrument traditionally made from a dried and hollowed gourd, is thought to have originated with the Taíno people of Puerto Rico. Players use a wooden stick to scrape along ridges cut into the side of the gourd, creating sounds that are highly ______blank: the sounds produced by güiros can differ based on the distance between the ridges, the types of strokes the player uses, and the thickness of the gourd.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "overlooked" },
+ { label: "B", text: "powerful" },
+ { label: "C", text: "routine" },
+ { label: "D", text: "variable" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of the sounds made by güiros. In this context, “variable” means able to change. The text begins by explaining that güiros are instruments made out of hollowed gourds with ridges cut into their sides and that players scrape the ridges with wooden sticks to produce sounds. The text goes on to say that güiros’ sounds can change depending on gourd thickness, the distance between ridges, and the types of strokes the player uses, thus supporting the idea that the sounds created by these instruments are variable.
Choice A is incorrect because “overlooked” means not being seen or noticed, and there is nothing in the text to suggest that the sounds produced by güiros are overlooked or not noticed. Choice B is incorrect because in this context, “powerful” would mean having a great ability to produce an effect. While it’s possible that the sounds produced by güiros have a strong effect on listeners, the text doesn’t discuss this aspect of their sounds. Choice C is incorrect because “routine” means usual and unvarying, and there is nothing in the text to suggest that the sounds produced by güiros are unvarying. In fact, the text describes how the sounds produced by güiros can differ based on several factors.",
+ hasFigure: false,
+ },
+ {
+ id: "79fe7550",
+ type: "mcq",
+ passage:
+ "Researcher Haesung Jung led a 2020 study showing that individual acts of kindness can ______blank prosocial behavior across a larger group. Jung and her team found that bystanders who witness a helpful act become more likely to offer help to someone else, and in doing so, can inspire still others to act.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "require" },
+ { label: "B", text: "remember" },
+ { label: "C", text: "foster" },
+ { label: "D", text: "discourage" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of Jung and her team’s study of acts of kindness. In this context, “foster” means encourage or promote the development of. The text indicates that Jung and her team found that seeing a helpful (or prosocial) act makes a bystander more likely to help someone else, which can in turn inspire additional people to help others. That is, the team showed that single acts of kindness can foster additional prosocial acts across a group.
Choice A is incorrect because nothing in the text suggests that Jung and her team found that single acts of kindness “require,” or depend on or make obligatory, broader prosocial (or helpful) behavior across a group. There’s no suggestion in the text that individual acts of kindness can only occur if other prosocial acts have already occurred, and the text indicates only that an act of kindness can inspire additional helpful acts, not that it necessarily will do so. Choice B is incorrect because the text focuses on a possible direct effect of individual acts of kindness, or single helpful actions, and it wouldn’t make sense to suggest that actions can “remember,” or hold a memory of, something. Choice D is incorrect because the text doesn’t indicate that Jung and her team found that single acts of kindness can “discourage,” or hinder, prosocial (or helpful) behavior across a group. On the contrary, the text states that Jung and her team found that seeing a helpful act makes a bystander more likely to help someone else, which can in turn inspire even more people to help others.",
+ hasFigure: false,
+ },
+ {
+ id: "7bc05fa2",
+ type: "mcq",
+ passage:
+ "Whether the reign of a French monarch such as Hugh Capet or Henry I was historically consequential or relatively uneventful, its trajectory was shaped by questions of legitimacy and therefore cannot be understood without a corollary understanding of the factors that allowed the monarch to ______blank his right to hold the throne.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "disengage" },
+ { label: "B", text: "annotate" },
+ { label: "C", text: "buttress" },
+ { label: "D", text: "reciprocate" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of the legitimacy of the reigns of French monarchs such as Hugh Capet and Henry I. As used in this context, “buttress” means to strengthen or defend. The text indicates that regardless of whether a French monarch’s reign was significant or uneventful, each monarch faced questions about his right to the throne. The text goes on to say that in order to understand the path of a French monarch’s reign, it’s important to understand what contributed to the monarch’s ability to “hold the throne.” This context suggests that French monarchs such as Hugh Capet and Henry I had to buttress, or defend, their right to be monarch.
Choice A is incorrect because it wouldn’t make sense in context to discuss factors that enabled a monarch to “disengage,” or withdraw his right to the French throne. The text focuses on an examination of people who reigned as French monarchs, not on people who didn’t choose to rule. Choice B is incorrect because it wouldn’t make sense in context to discuss factors that enabled a monarch to “annotate,” or add notes to or explain, his right to the French throne. Nothing in the text suggests that the monarchs were writing notes about their right to the throne; instead, faced with questions about the legitimacy of their reign, the monarchs defended their right. Choice D is incorrect. Saying that a monarch who is faced with questions about the legitimacy of his reign was able to “reciprocate” his right to the French throne would mean that he either returned his right to the throne or that he responded in kind to the challenge. Neither of these meanings would make sense in context because the text focuses on people who did reign as French monarchs and defended their right to do so.",
+ hasFigure: false,
+ },
+ {
+ id: "93665100",
+ type: "mcq",
+ passage:
+ "Seminole/Muscogee director Sterlin Harjo ______blank television’s tendency to situate Native characters in the distant past: this rejection is evident in his series Reservation Dogs, which revolves around teenagers who dress in contemporary styles and whose dialogue is laced with current slang.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "repudiates" },
+ { label: "B", text: "proclaims" },
+ { label: "C", text: "foretells" },
+ { label: "D", text: "recants" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of Sterlin Harjo’s approach to representing Native characters on television. As used in this context, “repudiates” means rejects or refuses to have anything to do with. The text indicates that television shows tend to depict Native characters as living long ago, but that Harjo’s series Reservation Dogs focuses on Native teenagers in the present day, representing a “rejection” of the typical approach to depicting Native characters. This context thus indicates that Harjo repudiates television’s general tendency regarding Native characters.
Choice B is incorrect because the text describes Harjo’s “rejection” of the typical approach to representing Native characters on television, so it wouldn’t make sense to say that Harjo “proclaims,” or declares or affirms, television’s general tendency regarding Native characters. Harjo is described as refusing to follow the pattern of depicting Native characters in the distant past, not as proclaiming that pattern. Choice C is incorrect because the text describes television’s tendency to represent Native characters in the distant past as something that is already occurring, not as something that Harjo “foretells,” or predicts will happen in the future. The text is focused on Harjo’s “rejection” of this pattern, not on any predictions he may have about it. Choice D is incorrect because saying that Harjo “recants” something would mean that he withdraws a previously held belief, and it wouldn’t make sense to say that Harjo recants television’s tendency to represent Native characters as living in the past. No beliefs previously held by Harjo are mentioned. Additionally, a tendency isn’t a belief and thus isn’t something that can be recanted.",
+ hasFigure: false,
+ },
+ {
+ id: "98364791",
+ type: "mcq",
+ passage:
+ "In studying the use of external stimuli to reduce the itching sensation caused by an allergic histamine response, Louise Ward and colleagues found that while harmless applications of vibration or warming can provide a temporary distraction, such ______blank stimuli actually offer less relief than a stimulus that seems less benign, like a mild electric shock.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "deceptive" },
+ { label: "B", text: "innocuous" },
+ { label: "C", text: "novel" },
+ { label: "D", text: "impractical" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of Ward and colleagues’ findings. As used in this context, “innocuous” means mild or unharmful. The text describes the vibration and warming that Ward and colleagues used to alleviate itching as “harmless applications” and goes on to contrast these applications with another stimulus that actually offers more relief even though it seems to be stronger and “less benign.” This context conveys the idea that vibration and warming were innocuous stimuli.
Choice A is incorrect because the text focuses on a distinction between harmless stimuli and those that seem to be less benign. Nothing in the text suggests that any of the treatments are “deceptive,” or misleading; indeed, even the less effective ones are described as offering some relief. Choice C is incorrect because the text focuses on the amount of relief from itching offered by harmless stimuli and those that seem to be less benign. The text doesn’t suggest that any of these stimuli are “novel,” or original and new; heat, vibration, and electricity aren’t new inventions. Choice D is incorrect because it wouldn’t make sense to describe an application of vibration or warming as “impractical,” or not suitable for use. The text indicates that these harmless applications are useful in that they offer at least some temporary relief.",
+ hasFigure: false,
+ },
+ {
+ id: "a06c434d",
+ type: "mcq",
+ passage:
+ "The work of Kiowa painter T.C. Cannon derives its power in part from the tension among his ______blank influences: classic European portraiture, with its realistic treatment of faces; the American pop art movement, with its vivid colors; and flatstyle, the intertribal painting style that rejects the effect of depth typically achieved through shading and perspective.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "complementary" },
+ { label: "B", text: "unknown" },
+ { label: "C", text: "disparate" },
+ { label: "D", text: "interchangeable" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of the artistic styles that have influenced Cannon’s work. As used in this context, “disparate” means distinct or dissimilar. The text indicates that a tension exists among the styles that have influenced Cannon’s work and goes on to describe how those styles differ: classic European portraiture favors realism, American pop art uses vivid colors, and intertribal flatstyle rejects the use of shading and perspective to achieve depth. This context suggests that the styles that have influenced Cannon’s work are disparate.
Choice A is incorrect because the text indicates that there is a tension among the influences on Cannon’s artwork, so it wouldn’t make sense to say that the influences are “complementary,” or that they complete one another or make up for one another’s deficiencies. Choice B is incorrect because it wouldn’t make sense to characterize Cannon’s influences as “unknown,” or not familiar; it’s clear that the influences are known because the text goes on to list them. Choice D is incorrect because the text indicates that there is a tension among the influences on Cannon’s work, not that they are “interchangeable,” or capable of being used in one another’s place.",
+ hasFigure: false,
+ },
+ {
+ id: "a60b0004",
+ type: "mcq",
+ passage:
+ "Scholarly discussions of gender in Shakespeare’s comedies often celebrate the rebellion of the playwright’s characters against the rigid expectations ______blank by Elizabethan society. Most of the comedies end in marriage, with characters returning to their socially dictated gender roles after previously defying them, but there are some notable exceptions.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "interjected" },
+ { label: "B", text: "committed" },
+ { label: "C", text: "illustrated" },
+ { label: "D", text: "prescribed" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of gender roles in Shakespeare’s comedies. As used in this context, “prescribed” would mean laid down as rules. The text indicates that the characters in the comedies often defy gender roles that are “socially dictated” (even if most characters do return to those roles eventually) and that scholars have been very interested in these acts of defiance. This context indicates that what the characters are rebelling against are standards of behavior prescribed by the society of the time.
Choice A is incorrect because saying that expectations about gender were “interjected,” or suddenly inserted between other things, wouldn’t make sense in context. There’s no suggestion in the text that the issue of gender roles was inserted between other things or was an interruption in a larger discussion. Choice B is incorrect because the text indicates that Shakespeare depicts characters rebelling against expectations about gender that have been “socially dictated,” not expectations that society has “committed,” or carried out, entrusted, or promised. Choice C is incorrect because the text indicates that Shakespeare depicts characters rebelling against expectations about gender that have been “socially dictated,” not expectations that have been “illustrated,” or clarified with examples. Although it’s possible for expectations about gender roles to be illustrated, there’s nothing in the text to indicate that characters in Shakespeare’s comedies rebel against illustrations of gender expectations.",
+ hasFigure: false,
+ },
+ {
+ id: "a756aa95",
+ type: "mcq",
+ passage:
+ "The province of Xoconochco was situated on the Pacific coast, hundreds of kilometers southeast of Tenochtitlan, the capital of the Aztec Empire. Because Xoconochco’s location within the empire was so ______blank, cacao and other trade goods produced there could reach the capital only after a long overland journey.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "unobtrusive" },
+ { label: "B", text: "concealed" },
+ { label: "C", text: "approximate" },
+ { label: "D", text: "peripheral" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of the location of the province of Xoconochco within the Aztec Empire. As used in this context, “peripheral” means situated toward the outer bounds rather than the center. The text indicates that Xoconochco was located on a coast, hundreds of kilometers away from the capital of the Aztec Empire. The text also states that trade between the province and the capital required “a long overland journey.” This context suggests that Xoconochco was situated toward an edge of the empire’s territory rather than near its center.
Choice A is incorrect because it wouldn’t make sense in context to refer to Xoconochco’s location within the Aztec Empire as “unobtrusive,” or not blatant or undesirably prominent; it’s not clear how a province’s physical location would or wouldn’t be blatant. Instead of focusing on how noticeable Xoconochco’s location was, the text emphasizes the province’s distance from the capital of the empire, pointing out that because of this distance trade between the two required “a long overland journey.” Choice B is incorrect because the text indicates that the province of Xoconochco was located on a coast far from the capital of the Aztec Empire, not that it was “concealed,” or kept out of sight or hidden from view. Nothing in the text suggests that Xoconochco was actually hidden such that people couldn’t see it, and being hidden wouldn’t necessarily result in trade between the province and the capital requiring “a long overland journey.” Choice C is incorrect because to say that Xoconochco’s location within the Aztec Empire was “approximate” would mean that the location either wasn’t precisely correct or was close to some other location. Neither of these meanings would make sense in context because the text indicates that Xoconochco’s location is known and that it was far from the empire’s capital, so there’s no reason to characterize the location as either not precisely correct or close to another location.",
+ hasFigure: false,
+ },
+ {
+ id: "aaa3ee7c",
+ type: "mcq",
+ passage:
+ "Critics have asserted that fine art and fashion rarely ______blank in a world where artists create timeless works for exhibition and designers periodically produce new styles for the public to buy. Luiseño/Shoshone-Bannock beadwork artist and designer Jamie Okuma challenges this view: her work can be seen in the Metropolitan Museum of Art and purchased through her online boutique.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "prevail" },
+ { label: "B", text: "succumb" },
+ { label: "C", text: "diverge" },
+ { label: "D", text: "intersect" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion about the relationship between fine art and fashion. As used in this context, “intersect” means to connect or overlap. The text indicates that Jamie Okuma challenges the position held by critics because her work can be seen at an art museum and can be bought by the public from her online boutique. The text also presents the critics’ view as being influenced by a perception that fine artists create works that are “timeless” and meant for exhibition, whereas fashion designers periodically produce new styles that are meant for purchase. This context suggests that the critics believe that fine art and fashion tend not to overlap—in other words, that they rarely intersect.
Choice A is incorrect because it wouldn’t make sense in context to say that critics contend that fine art and fashion rarely “prevail,” or prove to be triumphant or widespread. The text indicates that Okuma is an example of an artist who demonstrates that it’s possible to make fine art that is also available to the public as fashion. Choice B is incorrect because it wouldn’t make sense in context to say that fine art and fashion rarely “succumb,” or surrender. The text establishes that unlike what critics believe, Okuma creates works that are in art museums and available for the public to purchase, suggesting that critics believe fine art and fashion rarely overlap, not that they rarely succumb. Choice C is incorrect because saying that critics believe that fine art and fashion rarely “diverge,” or disagree or move in different directions, wouldn’t make sense in context. The text presents Okuma’s work as both fine art and fashion, thereby undermining what the critics assert. This suggests that the critics believe that fine art and fashion rarely intersect rather than that the two rarely diverge.",
+ hasFigure: false,
+ },
+ {
+ id: "b411eb09",
+ type: "mcq",
+ passage:
+ "New and interesting research conducted by Suleiman A. Al-Sweedan and Moath Alhaj is inspired by their observation that though there have been many studies of the effect of high altitude on blood chemistry, there is a ______blank studies of the effect on blood chemistry of living in locations below sea level, such as the California towns of Salton City and Seeley.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "quarrel about" },
+ { label: "B", text: "paucity of" },
+ { label: "C", text: "profusion of" },
+ { label: "D", text: "verisimilitude in" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically and precisely completes the text’s discussion of studies of altitude’s effect on blood chemistry. In this context, “paucity of” means lack of. In describing the inspiration behind Al-Sweedan and Alhaj’s research, the text uses the word “though” to suggest a contrasting relationship between two types of studies: those examining the effect on blood chemistry of living at a high altitude and those examining the effect on blood chemistry of living in locations below sea level. This contrasting relationship and the text’s use of the word “many” provide context suggesting that there are few, if any, examples of the second type of study, whereas there are numerous examples of the first type.
Choice A is incorrect because it wouldn’t make sense in context for there to be a “quarrel about,” or open disagreement about, studies of the effect on blood chemistry of living in locations below sea level. The text’s use of the words “though” and “many” suggests a contrasting relationship in terms of amount between two types of studies: those examining the effect on blood chemistry of living at a high altitude and those examining the effect on blood chemistry of living in locations below sea level. There’s nothing in the text to suggest that the contrast between the two types of studies involves the extent to which researchers broadly agree or disagree about the contents of either type. Choice C is incorrect because it wouldn’t make sense in context for there to be a “profusion of,” or great abundance of, studies of the effect on blood chemistry of living in locations below sea level. The text’s use of the words “though” and “many” suggests a contrasting relationship in terms of amount between two types of studies: those examining the effect on blood chemistry of living at a high altitude and those examining the effect on blood chemistry of living in locations below sea level. Rather than logically completing this contrast, “profusion of” would indicate that the two types of studies are similar in terms of amount, with many examples existing of both types. Choice D is incorrect because it wouldn’t make sense in context for there to be a “verisimilitude in,” or appearance of truth in, studies of the effect on blood chemistry of living in locations below sea level. The text’s use of the words “though” and “many” suggests a contrasting relationship in terms of amount between two types of studies: those examining the effect on blood chemistry of living at a high altitude and those examining the effect on blood chemistry of living in locations below sea level. There’s nothing in the text to suggest that the contrast between the two types of studies involves the extent to which either type of study presents an appearance of truth.",
+ hasFigure: false,
+ },
+ {
+ id: "c14daa3c",
+ type: "mcq",
+ passage:
+ "Close analysis of the painting Girl with a Flute, long attributed to the seventeenth-century Dutch painter Johannes Vermeer, has revealed subtle deviations from the artist’s signature techniques. These variations suggest that the work may be that of a student under Vermeer’s tutelage—potentially ______blank our understanding of Vermeer as a solitary artist.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "negating" },
+ { label: "B", text: "prefiguring" },
+ { label: "C", text: "entrenching" },
+ { label: "D", text: "substantiating" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ 'Choice A is the best answer. "Negating" means "reversing" or "making invalid." Proving that Vermeer worked with students would reverse the view of him as a solitary artist.
Choice B is incorrect. "Prefiguring" means "being an early indicator of." There already existed views of Vermeer as a solitary painter, so a new painting would not be an early indicator of those views. Rather, a painting proving that Vermeer had a student would contradict those earlier views. Choice C is incorrect. "Entrenching" means "solidifying." A painting proving that Vermeer had a student would not solidify views of him as solitary, but would rather contradict those views. Choice D is incorrect. "Substantiating" means "supporting with proof." A painting proving that Vermeer had a student would not support views of him as solitary, but would rather contradict those views.',
+ hasFigure: false,
+ },
+ {
+ id: "dba9eaf8",
+ type: "mcq",
+ passage:
+ "Within baleen whale species, some individuals develop an accessory spleen—a seemingly functionless formation of splenetic tissue outside the normal spleen. Given the formation’s greater prevalence among whales known to make deeper dives, some researchers hypothesize that its role isn’t ______blank; rather, the accessory spleen may actively support diving mechanisms.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "replicable" },
+ { label: "B", text: "predetermined" },
+ { label: "C", text: "operative" },
+ { label: "D", text: "latent" },
+ ],
+ correctAnswer: "D",
+ explanation:
+ "Choice D is the best answer because it most logically completes the text’s discussion of baleen whale accessory spleens. In this context, “latent” means dormant or functionless. The text sets up a contrast between the idea that baleen whale accessory spleens appear not to have a function and the research indicating that the accessory spleen may actually have a role in supporting the whales’ diving mechanisms. This context therefore conveys the idea that the assumption that baleen whale accessory spleens are latent may be incorrect.
Choice A is incorrect because it wouldn’t make sense to say that the role of the accessory spleen is “replicable,” or capable of being reproduced. The text indicates that the role of the accessory spleen seems to have no function, but some researchers think it does have a role; the text doesn’t address whether the role of the accessory spleen could or couldn’t be reproduced. Choice B is incorrect because suggesting that the role of the accessory spleen is “predetermined,” or decided in advance, wouldn’t make sense in context. Although the researchers may agree that the role of the accessory spleen or any other organ hasn’t been determined in advance, the text focuses on the idea that the accessory spleen was thought to have been functionless but may in fact serve an active role for baleen whales. Choice C is incorrect because it’s the opposite of what the context of the text is conveying. The second sentence of the text indicates that baleen whale accessory spleens may not be useless, not that they aren’t “operative,” or functional.",
+ hasFigure: false,
+ },
+ {
+ id: "e35d481c",
+ type: "mcq",
+ passage:
+ "Some economic historians ______blank that late nineteenth- and early twentieth-century households in the United States experienced an economy of scale when it came to food purchases—they assumed that large households spent less on food per person than did small households. Economist Trevon Logan showed, however, that a close look at the available data disproves this supposition.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "surmised" },
+ { label: "B", text: "contrived" },
+ { label: "C", text: "questioned" },
+ { label: "D", text: "regretted" },
+ ],
+ correctAnswer: "A",
+ explanation:
+ "Choice A is the best answer because it most logically completes the text’s discussion of late nineteenth- and early twentieth-century household food purchases. In this context, “surmised” means formed an idea or assumption with little evidence. The text explains that certain economic historians “assumed” that large and small households spent different amounts on food per person, but that another economist found this supposition to be false based on evidence from available data. This context suggests that the economic historians made an incorrect assumption without enough consideration of evidence.
Choice B is incorrect. In this context, “contrived” would mean brought about or created through trickery. Nothing in the text suggests that the economic historians were deliberately trying to trick people with a claim about food purchasing behaviors in late nineteenth- and early twentieth-century households; the text simply suggests that they made an assumption about those behaviors that another historian believes isn’t supported by the available data. Choice C is incorrect because the text indicates that it’s Logan and not the economic historians who “questioned,” or doubted, the assumption that large and small households in the late nineteenth and early twentieth centuries spent different amounts on food per person; the economic historians are the ones who made that assumption to begin with. Choice D is incorrect because nothing in the text suggests that some economic historians “regretted,” or felt sad or remorseful about, the food purchasing behaviors of late nineteenth- and early twentieth-century households. The text focuses on the idea that the economic historians made an assumption about those behaviors that may not be supported by available data, not on the historians’ emotional response to what households did in the past.",
+ hasFigure: false,
+ },
+ {
+ id: "e459076b",
+ type: "mcq",
+ passage:
+ "The following text is adapted from George Eliot’s 1871–72 novel Middlemarch.
Mr. Brooke had travelled in his younger years, and was held in this part of the country to have contracted a too rambling habit of mind. Mr. Brooke’s conclusions were as difficult to predict as the weather.
",
+ questionHtml:
+ "As used in the text, what does the word “contracted” most nearly mean?",
+ choices: [
+ { label: "A", text: "Restricted" },
+ { label: "B", text: "Described" },
+ { label: "C", text: "Developed" },
+ { label: "D", text: "Settled" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because as used in the text, “contracted” most nearly means developed. The text explains that Mr. Brooke has a “too rambling habit of mind,” which the text likens to a disease, saying he is thought to have contracted it. To contract a disease means to acquire or develop a disease. In other words, the text indicates that Mr. Brooke is believed to have acquired, or developed, the habit of mind described in the text.
Choice A is incorrect. Although “contracted” can mean limited or restricted in some contexts, here Mr. Brooke is said to draw unpredictable conclusions, suggesting that he exhibits this “too rambling habit of mind,” not that it has been somehow limited or restricted. Choice B is incorrect. Although the text describes Mr. Brooke’s habit of mind, nothing suggests that those are his descriptions or, indeed, that he described his habit of mind at all. Choice D is incorrect because settled means calmed or mitigated, but here Mr. Brooke is said to draw unpredictable conclusions, suggesting that he exhibits this “too rambling habit of mind,” not that it has been somehow calmed or mitigated.",
+ hasFigure: false,
+ },
+ {
+ id: "e4f312c5",
+ type: "mcq",
+ passage:
+ "While most animals are incapable of passing somatic mutations—genetic alterations that arise in an organism’s nonreproductive cells—on to their offspring, elkhorn coral (Acropora palmata) presents an intriguing ______blank: in a 2022 study, researchers found that elkhorn coral produced offspring that inherited somatic mutations from a parent.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "hypothesis" },
+ { label: "B", text: "affinity" },
+ { label: "C", text: "anomaly" },
+ { label: "D", text: "corroboration" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ 'Choice C is the best answer. An "anomaly" is something that deviates from norms or expectations. In this case, the elkhorn coral is an anomaly because it can pass on somatic mutations, whereas most other animals can’t.
Choice A is incorrect. A "hypothesis" is "a theory about something," but no theories are provided about elkhorn coral in this text, just facts. Choice B is incorrect. "Affinity" represents "an inclination or liking toward something." As genetic mutations tend to occur without any conscious effort, you can’t really have an inclination toward passing on somatic mutations. Choice D is incorrect. "Corroboration" means "evidence to support or prove something." Because elkhorn coral do the opposite of what most animals do, they do not provide corroboration of the theory that somatic mutations can’t be passed onto offspring. Rather, they show the opposite.',
+ hasFigure: false,
+ },
+ {
+ id: "e7d37666",
+ type: "mcq",
+ passage:
+ "It is by no means ______blank to recognize the influence of Dutch painter Hieronymus Bosch on Ali Banisadr’s paintings; indeed, Banisadr himself cites Bosch as an inspiration. However, some scholars have suggested that the ancient Mesopotamian poem Epic of Gilgamesh may have had a far greater impact on Banisadr’s work.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "substantial" },
+ { label: "B", text: "satisfying" },
+ { label: "C", text: "unimportant" },
+ { label: "D", text: "appropriate" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the sentence about the influences on Banisadr’s work. In context, “It is by no means” followed by “unimportant” conveys how it is relevant to recognize Bosch’s influence on Banisadr. The text points out that the artist himself cites Bosch as an inspiration, and then goes on to claim that The Epic of Gilgamesh has had a more significant influence than Bosch.
Choice A is incorrect because “substantial,” which means weighty or meaningful, incorrectly suggests that it wouldn’t be meaningful to acknowledge Bosch’s influence on Banisadr. The phrase “indeed, Banisadr himself cites Bosch as an inspiration” doesn’t support this suggestion. Choice B is incorrect because “satisfying,” which means pleasing, incorrectly suggests that it wouldn’t be pleasing to acknowledge Bosch’s influence on Banisadr. The phrase “indeed, Banisadr himself cites Bosch as an inspiration” doesn’t support this suggestion. Choice D is incorrect because “appropriate,” which means suitable, incorrectly suggests that it wouldn’t be proper to acknowledge Bosch’s influence on Banisadr. The phrase “indeed, Banisadr himself cites Bosch as an inspiration” doesn’t support this suggestion.",
+ hasFigure: false,
+ },
+ {
+ id: "e8fb0744",
+ type: "mcq",
+ passage:
+ "As an undergraduate researcher in anthropology, Jennifer C. Chen contributed to a groundbreaking study challenging the accepted view that among prehistoric peoples, female participation in hunting was ______blank. The research team’s review of data from late Pleistocene and early Holocene burials in the Americas revealed that, in fact, as many as half of the hunters in those populations were female.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "inevitable" },
+ { label: "B", text: "satisfactory" },
+ { label: "C", text: "negligible" },
+ { label: "D", text: "commonplace" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of the study of female participation in hunting among prehistoric peoples. In this context, “negligible” means not significant enough to be worth considering. The text says that the study challenged the accepted view of female participation in hunting among prehistoric peoples. The text goes on to say that the researchers found that “in fact, as many as half” the hunters in the groups studied were female. The phrase “in fact” establishes a contrast indicating that the finding that as many as half the hunters were female differs from the accepted view. This context suggests, then, that the accepted view is that female participation in hunting was negligible.
Choice A is incorrect because the text indicates that the study challenged the accepted view by showing that as many as half of hunters among prehistoric peoples were female, which suggests that the accepted view is that female participation was low, not that female participation was “inevitable,” or unavoidable. Nothing in the text suggests that the accepted view is that prehistoric peoples could not avoid female participation in hunting. Choice B is incorrect because nothing in the text suggests that the accepted view of female participation in hunting among prehistoric peoples is that such participation was “satisfactory,” or sufficient to meet a requirement or demand. There is no information in the text about any demands or requirements regarding female participation in hunting, let alone any information about how much female participation in hunting would be enough to satisfy those demands or requirements. Instead, the text indicates that the study challenged the accepted view by showing that as many as half the hunters in the groups studied were female, suggesting that the accepted view is that female participation in hunting was low. Choice D is incorrect because the text indicates that the study challenged the accepted view by showing that as many as half of hunters among the prehistoric peoples studied were female, which suggests that the accepted view is that female participation was low, not that female participation was “commonplace,” or ordinary or unremarkable. Although the study under discussion suggests that female participation may have been commonplace, that study is presented as challenging the accepted view, not as reinforcing the accepted view.",
+ hasFigure: false,
+ },
+ {
+ id: "f83f0aab",
+ type: "mcq",
+ passage:
+ "Some scientists have suggested that mammals in the Mesozoic era were not a very ______blank group, but paleontologist Zhe-Xi Luo’s research suggests that early mammals living in the shadow of dinosaurs weren’t all ground-dwelling insectivores. Fossils of various plant-eating mammals have been found in China, including species like Vilevolodon diplomylos, which Luo says could glide like a flying squirrel.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "predatory" },
+ { label: "B", text: "obscure" },
+ { label: "C", text: "diverse" },
+ { label: "D", text: "localized" },
+ ],
+ correctAnswer: "C",
+ explanation:
+ "Choice C is the best answer because it most logically completes the text’s discussion of the kinds of mammals alive during the Mesozoic era. As used in this context, “diverse” means to have a significant amount of variety. The text indicates that some scientists have suggested that Mesozoic mammals can’t be characterized in a certain way, then contrasts the view put forward by those scientists with Luo’s research, which shows that Mesozoic mammals “weren’t all ground-dwelling insectivores” and instead were “various.” This context suggests that some scientists have viewed Mesozoic mammals as being all alike, or not a very diverse group.
Choice A is incorrect because it wouldn’t make sense to say that some scientists have suggested that Mesozoic mammals weren’t very “predatory,” or that they didn’t prey on other animals, since the text establishes a contrast between what some scientists have suggested and Luo’s research showing that Mesozoic mammals “weren’t all ground-dwelling insectivores.” This context suggests that some scientists have regarded Mesozoic mammals as all being insectivores, or animals that prey on insects, not that some scientists have suggested that Mesozoic mammals didn’t prey on other animals. Choice B is incorrect because it wouldn’t make sense to say that some scientists have suggested that Mesozoic mammals weren’t very “obscure,” or concealed or not well known, since the text establishes a contrast between what some scientists have suggested and Luo’s research showing that Mesozoic mammals were a varied group. There’s no contrast between saying that the mammals weren’t concealed or well known and the mammals being varied. Choice D is incorrect because it wouldn’t make sense to say that some scientists have suggested that Mesozoic mammals weren’t very “localized,” or confined to a particular area, since the text establishes a contrast between what some scientists have suggested and Luo’s research showing that Mesozoic mammals were a varied group. There’s no contrast between saying that the mammals weren’t localized and the mammals being varied. Although the text mentions mammal fossils found in China, nothing in the discussion of Luo’s research addresses the limits of Mesozoic mammal habitats.",
+ hasFigure: false,
+ },
+ {
+ id: "f99847ed",
+ type: "mcq",
+ passage:
+ "For her 2021 art installation Anthem, Wu Tsang joined forces with singer and composer Beverly Glenn-Copeland to produce a piece that critics found truly ______blank: they praised Tsang for creatively transforming a museum rotunda into a dynamic exhibit by projecting filmed images of Glenn-Copeland onto a massive 84-foot curtain and filling the space with the sounds of his and other voices singing.
",
+ questionHtml:
+ "Which choice completes the text with the most logical and precise word or phrase?",
+ choices: [
+ { label: "A", text: "restrained" },
+ { label: "B", text: "inventive" },
+ { label: "C", text: "inexplicable" },
+ { label: "D", text: "mystifying" },
+ ],
+ correctAnswer: "B",
+ explanation:
+ "Choice B is the best answer because it most logically completes the text’s discussion of the art installation Anthem. In this context, “inventive” means characterized by invention and creativity. The text explains that critics’ responses to the installation involved praise for Tsang’s creative transformation of a space into a dynamic exhibit with huge images and lots of sound. This context conveys that the critics found the piece particularly creative.
Choice A is incorrect because the text indicates that critics praised the installation for being dynamic and including huge images and lots of sound, and it wouldn’t make sense to describe such an exhibit as “restrained,” or limited and not extravagant or showy. Choice C is incorrect because it wouldn’t make sense to say that critics found the installation “inexplicable,” or incapable of being explained or interpreted, since the critics were able to explain their praise for the installation’s transformation of a space with huge images and lots of sound. Choice D is incorrect because the text focuses on the idea that critics praised Tsang for creatively transforming a space into a dynamic exhibit, not that they found the installation “mystifying,” or bewildering and hard to understand. Nothing in the text suggests that the critics couldn’t understand the piece.",
+ hasFigure: false,
+ },
+];
diff --git a/src/hooks/usePageTitle.ts b/src/hooks/usePageTitle.ts
new file mode 100644
index 0000000..6cee3c7
--- /dev/null
+++ b/src/hooks/usePageTitle.ts
@@ -0,0 +1,7 @@
+import { useEffect } from "react";
+
+export function usePageTitle(title: string) {
+ useEffect(() => {
+ document.title = title;
+ }, [title]);
+}
diff --git a/src/hooks/useSatTimer.ts b/src/hooks/useSatTimer.ts
index 22bd4d5..37bf6fe 100644
--- a/src/hooks/useSatTimer.ts
+++ b/src/hooks/useSatTimer.ts
@@ -4,7 +4,7 @@ import { useSatExam } from "../stores/useSatExam";
export const useSatTimer = () => {
const phase = useSatExam((s) => s.phase);
const getRemainingTime = useSatExam((s) => s.getRemainingTime);
- const startBreak = useSatExam((s) => s.startBreak);
+
const skipBreak = useSatExam((s) => s.skipBreak);
const finishExam = useSatExam((s) => s.finishExam);
diff --git a/src/lib/utils.ts b/src/lib/utils.ts
index 249e658..3653382 100644
--- a/src/lib/utils.ts
+++ b/src/lib/utils.ts
@@ -111,3 +111,8 @@ export const formatGroupTitle = (status: string) => {
return status;
}
};
+
+export const truncate = (str: string | undefined, max = 14): string => {
+ if (!str) return "";
+ return str.length > max ? str.slice(0, max - 1) + "…" : str;
+};
diff --git a/src/pages/auth/Login.tsx b/src/pages/auth/Login.tsx
index a5b07ea..e9f08e0 100644
--- a/src/pages/auth/Login.tsx
+++ b/src/pages/auth/Login.tsx
@@ -2,32 +2,377 @@ import { useState, useEffect } from "react";
import type { FormEvent } from "react";
import { useNavigate, useLocation } from "react-router-dom";
import { useAuthStore } from "../../stores/authStore";
+import { Loader2, Mail, Lock, Target, Clock, BarChart2 } from "lucide-react";
interface LocationState {
- from?: {
- pathname: string;
- };
+ from?: { pathname: string };
}
+const STYLES = `
+ @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800;900&family=Nunito+Sans:wght@400;600;700&display=swap');
+
+ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
+
+ .lg-root {
+ min-height: 100vh;
+ display: flex;
+ font-family: 'Nunito', sans-serif;
+ background: #fffbf4;
+ }
+
+ /* ─── LEFT PANEL ─── */
+ .lg-left {
+ position: relative;
+ width: 50%;
+ min-height: 100vh;
+ background: linear-gradient(160deg, #060d1f 0%, #0f2044 40%, #0e3476 75%, #1a56c4 100%);
+ display: flex;
+ flex-direction: column;
+ align-items: flex-start;
+ justify-content: center;
+ padding: 3rem 3.5rem;
+ overflow: hidden;
+ flex-shrink: 0;
+ }
+
+ /* Animated grid */
+ .lg-grid {
+ position: absolute; inset: 0; pointer-events: none;
+ background-image:
+ linear-gradient(rgba(99,179,255,0.06) 1px, transparent 1px),
+ linear-gradient(90deg, rgba(99,179,255,0.06) 1px, transparent 1px);
+ background-size: 52px 52px;
+ animation: gridScroll 25s linear infinite;
+ }
+ @keyframes gridScroll {
+ from { background-position: 0 0; }
+ to { background-position: 52px 52px; }
+ }
+
+ /* Radial glow spots */
+ .lg-glow {
+ position: absolute; pointer-events: none; border-radius: 50%;
+ filter: blur(60px);
+ }
+ .lg-glow-1 { width: 380px; height: 380px; background: #1d4ed8; opacity: 0.35; top: -120px; right: -80px; animation: glowPulse 8s ease-in-out infinite; }
+ .lg-glow-2 { width: 280px; height: 280px; background: #0ea5e9; opacity: 0.2; bottom: -60px; left: -60px; animation: glowPulse 10s ease-in-out infinite 2s; }
+ .lg-glow-3 { width: 200px; height: 200px; background: #f97316; opacity: 0.12; top: 55%; left: 55%; animation: glowPulse 12s ease-in-out infinite 1s; }
+ @keyframes glowPulse {
+ 0%,100% { transform: scale(1); opacity: 0.2; }
+ 50% { transform: scale(1.2); opacity: 0.35; }
+ }
+
+ /* ── Floating score card ── */
+ .lg-score-card {
+ position: absolute;
+ top: 9%; right: 6%;
+ width: 162px;
+ background: linear-gradient(135deg, rgba(255,255,255,0.11), rgba(255,255,255,0.05));
+ border: 1px solid rgba(255,255,255,0.18);
+ border-radius: 20px;
+ padding: 1.1rem 1.2rem 1rem;
+ backdrop-filter: blur(16px);
+ box-shadow: 0 8px 32px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.15);
+ animation: floatA 6s ease-in-out infinite;
+ z-index: 2;
+ }
+ @keyframes floatA {
+ 0%,100% { transform: translateY(0) rotate(-1.5deg); }
+ 50% { transform: translateY(-14px) rotate(0.5deg); }
+ }
+ .lg-score-tag {
+ font-size: 0.58rem; font-weight: 800; letter-spacing: 0.14em;
+ text-transform: uppercase; color: #7dd3fc; margin-bottom: 0.5rem;
+ display: flex; align-items: center; gap: 0.3rem;
+ }
+ .lg-score-tag::before { content:''; width:6px;height:6px;border-radius:50%;background:#34d399;display:inline-block;box-shadow:0 0 6px #34d399; }
+ .lg-score-num {
+ font-size: 2.2rem; font-weight: 900; color: white; line-height: 1; margin-bottom: 0.2rem;
+ text-shadow: 0 2px 12px rgba(99,179,255,0.4);
+ }
+ .lg-score-delta {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.7rem; font-weight: 700; color: #4ade80;
+ display: flex; align-items: center; gap: 0.2rem; margin-bottom: 0.75rem;
+ }
+ .lg-bars {
+ display: flex; align-items: flex-end; gap: 3px; height: 40px;
+ }
+ .lg-bar {
+ flex: 1; border-radius: 3px 3px 0 0;
+ animation: barGrow 1s cubic-bezier(0.34,1.56,0.64,1) both;
+ transform-origin: bottom;
+ }
+ @keyframes barGrow {
+ from { transform: scaleY(0); }
+ to { transform: scaleY(1); }
+ }
+
+ /* ── Streak pill ── */
+ .lg-streak {
+ position: absolute;
+ bottom: 12%; left: 5%;
+ background: linear-gradient(135deg, rgba(249,115,22,0.18), rgba(239,68,68,0.1));
+ border: 1px solid rgba(249,115,22,0.4);
+ border-radius: 100px;
+ padding: 0.65rem 1.2rem;
+ backdrop-filter: blur(14px);
+ box-shadow: 0 4px 20px rgba(249,115,22,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
+ display: flex; align-items: center; gap: 0.65rem;
+ animation: floatB 7s ease-in-out infinite 1s;
+ z-index: 2;
+ }
+ @keyframes floatB {
+ 0%,100% { transform: translateY(0) rotate(1deg); }
+ 50% { transform: translateY(-10px) rotate(-0.5deg); }
+ }
+ .lg-streak-fire { font-size: 1.5rem; filter: drop-shadow(0 0 8px #f97316); }
+ .lg-streak-text strong { display:block; font-size:0.85rem; font-weight:900; color:white; }
+ .lg-streak-text span { font-family:'Nunito Sans',sans-serif; font-size:0.68rem; font-weight:600; color:#fed7aa; }
+
+ /* ── Questions badge ── */
+ .lg-q-badge {
+ position: absolute;
+ bottom: 28%; right: 5%;
+ background: linear-gradient(135deg, rgba(139,92,246,0.18), rgba(99,102,241,0.1));
+ border: 1px solid rgba(139,92,246,0.4);
+ border-radius: 16px;
+ padding: 0.7rem 1.05rem;
+ backdrop-filter: blur(14px);
+ box-shadow: 0 4px 20px rgba(139,92,246,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
+ animation: floatA 9s ease-in-out infinite 0.5s;
+ z-index: 2;
+ }
+ .lg-q-badge p { font-family:'Nunito Sans',sans-serif; font-size:0.68rem; font-weight:700; color:#c4b5fd; margin-bottom:0.15rem; }
+ .lg-q-badge strong { font-size:1.35rem; font-weight:900; color:white; display:block; text-shadow:0 0 20px rgba(167,139,250,0.5); }
+
+ /* ── Accuracy ring ── */
+ .lg-ring-wrap {
+ position: absolute;
+ top: 52%; left: 6%;
+ width: 80px; height: 80px;
+ animation: floatB 10s ease-in-out infinite 0.8s;
+ z-index: 2;
+ }
+ .lg-ring-svg { width: 80px; height: 80px; transform: rotate(-90deg); }
+ .lg-ring-bg { fill: none; stroke: rgba(255,255,255,0.08); stroke-width: 5; }
+ .lg-ring-fill { fill: none; stroke: #34d399; stroke-width: 5; stroke-linecap: round;
+ stroke-dasharray: 188; stroke-dashoffset: 18;
+ animation: ringFill 1.8s ease both 0.3s; }
+ @keyframes ringFill {
+ from { stroke-dashoffset: 188; }
+ to { stroke-dashoffset: 18; }
+ }
+ .lg-ring-label {
+ position: absolute; inset: 0;
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
+ }
+ .lg-ring-label strong { font-size: 0.95rem; font-weight: 900; color: white; line-height: 1; }
+ .lg-ring-label span { font-family:'Nunito Sans',sans-serif; font-size: 0.52rem; font-weight: 700; color: #7dd3fc; text-transform: uppercase; letter-spacing: 0.05em; }
+
+ /* Scattered glitter dots */
+ .lg-glitter { position: absolute; border-radius: 50%; pointer-events: none; animation: glitterFloat 8s ease-in-out infinite; }
+ @keyframes glitterFloat {
+ 0%,100% { transform: translateY(0) scale(1); opacity: 0.5; }
+ 50% { transform: translateY(-16px) scale(1.3); opacity: 0.9; }
+ }
+
+ /* Stars */
+ .lg-star { position: absolute; pointer-events: none; animation: starTwinkle 2.5s ease-in-out infinite; color: #fde68a; }
+ @keyframes starTwinkle {
+ 0%,100% { opacity: 0.4; transform: scale(0.9) rotate(0deg); }
+ 50% { opacity: 1; transform: scale(1.4) rotate(20deg); }
+ }
+
+ /* Thin decorative rings */
+ .lg-deco-ring {
+ position: absolute; border-radius: 50%; pointer-events: none;
+ border: 1.5px solid rgba(255,255,255,0.07);
+ animation: decoSpin 40s linear infinite;
+ }
+ @keyframes decoSpin { to { transform: rotate(360deg); } }
+
+ /* Panel content */
+ .lg-panel-content {
+ position: relative; z-index: 3;
+ display: flex; flex-direction: column;
+ align-items: flex-start; gap: 2rem;
+ width: 100%;
+ }
+
+ .lg-panel-logo { display: flex; align-items: center; gap: 0.75rem; }
+ .lg-panel-logo-badge {
+ width: 46px; height: 46px; border-radius: 13px;
+ background: linear-gradient(135deg, #f97316, #ef4444);
+ display: flex; align-items: center; justify-content: center;
+ box-shadow: 0 5px 0 rgba(0,0,0,0.3), 0 8px 20px rgba(249,115,22,0.45);
+ font-size: 1.3rem;
+ }
+ .lg-panel-logo-text { font-size: 1.35rem; font-weight: 900; color: white; letter-spacing: -0.02em; }
+
+ .lg-panel-headline { display: flex; flex-direction: column; gap: 0.6rem; }
+ .lg-panel-headline h2 {
+ font-size: 2.6rem; font-weight: 900; line-height: 1.1;
+ color: white; letter-spacing: -0.035em;
+ text-shadow: 0 4px 24px rgba(0,0,0,0.3);
+ }
+ .lg-panel-headline h2 span {
+ background: linear-gradient(90deg, #fbbf24 0%, #f97316 60%, #ef4444 100%);
+ -webkit-background-clip: text; -webkit-text-fill-color: transparent;
+ filter: drop-shadow(0 0 16px rgba(249,115,22,0.4));
+ }
+ .lg-panel-headline p {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.92rem; font-weight: 600; color: #93c5fd; line-height: 1.65;
+ }
+
+ /* Stats row */
+ .lg-stats { display: flex; gap: 0.75rem; width: 100%; }
+ .lg-stat {
+ flex: 1;
+ background: linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04));
+ border: 1px solid rgba(255,255,255,0.13);
+ border-radius: 18px; padding: 0.9rem 0.85rem;
+ backdrop-filter: blur(12px);
+ box-shadow: 0 4px 16px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.12);
+ display: flex; flex-direction: column; gap: 0.2rem;
+ animation: statSlide 0.5s ease both;
+ }
+ .lg-stat:nth-child(1) { animation-delay: 0.1s; }
+ .lg-stat:nth-child(2) { animation-delay: 0.2s; }
+ .lg-stat:nth-child(3) { animation-delay: 0.3s; }
+ @keyframes statSlide {
+ from { opacity: 0; transform: translateY(14px); }
+ to { opacity: 1; transform: translateY(0); }
+ }
+ .lg-stat-icon { width: 28px; height: 28px; border-radius: 8px; display:flex;align-items:center;justify-content:center; margin-bottom:0.3rem; }
+ .lg-stat strong { font-size: 1.3rem; font-weight: 900; color: white; line-height: 1; }
+ .lg-stat span { font-family:'Nunito Sans',sans-serif; font-size:0.64rem; font-weight:600; color:#93c5fd; }
+
+ /* Social proof */
+ .lg-social { display: flex; align-items: center; gap: 0.75rem; }
+ .lg-avs { display: flex; }
+ .lg-av {
+ width: 30px; height: 30px; border-radius: 50%;
+ border: 2px solid #0f2044; margin-left: -8px;
+ display: flex; align-items: center; justify-content: center;
+ font-size: 0.6rem; font-weight: 800; color: white;
+ box-shadow: 0 2px 8px rgba(0,0,0,0.3);
+ }
+ .lg-av:first-child { margin-left: 0; }
+ .lg-social p { font-family:'Nunito Sans',sans-serif; font-size:0.75rem; font-weight:700; color:#93c5fd; }
+ .lg-social p strong { color:#fbbf24; }
+
+ /* ─── RIGHT PANEL ─── */
+ .lg-right {
+ flex: 1;
+ display: flex; align-items: center; justify-content: center;
+ padding: 3rem 4rem;
+ position: relative; overflow: hidden;
+ }
+ .lg-bg-dot { position:absolute;border-radius:50%;pointer-events:none;opacity:0.09;animation:bgFloat 10s ease-in-out infinite; }
+ @keyframes bgFloat { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-14px);} }
+
+ .lg-form-wrap {
+ position: relative; z-index: 1;
+ width: 100%; max-width: 400px;
+ display: flex; flex-direction: column; gap: 2rem;
+ animation: formPop 0.55s cubic-bezier(0.34,1.56,0.64,1) both;
+ }
+ @keyframes formPop {
+ from { opacity:0; transform:translateY(22px) scale(0.97); }
+ to { opacity:1; transform:translateY(0) scale(1); }
+ }
+
+ .lg-form-header { display:flex;flex-direction:column;gap:0.4rem; }
+ .lg-form-header h1 { font-size:2rem;font-weight:900;color:#1e1b4b;letter-spacing:-0.03em;line-height:1.2; }
+ .lg-form-header p { font-family:'Nunito Sans',sans-serif;font-size:0.88rem;font-weight:600;color:#9ca3af; }
+
+ .lg-fields { display:flex;flex-direction:column;gap:1.1rem; }
+ .lg-field { display:flex;flex-direction:column;gap:0.4rem; }
+ .lg-label { font-size:0.7rem;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;color:#6b7280;padding-left:0.2rem; }
+ .lg-input-wrap { position:relative; }
+ .lg-input-icon { position:absolute;left:0.9rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#9ca3af;transition:color 0.2s; }
+ .lg-input {
+ width:100%;padding:0.9rem 1rem 0.9rem 2.65rem;
+ background:#f9fafb;border:2.5px solid #f3f4f6;border-radius:14px;
+ font-family:'Nunito Sans',sans-serif;font-size:0.9rem;font-weight:600;color:#1e1b4b;
+ outline:none;transition:all 0.2s;box-sizing:border-box;
+ }
+ .lg-input:focus { background:white;border-color:#93c5fd;box-shadow:0 0 0 3.5px rgba(59,130,246,0.1); }
+ .lg-input:disabled { opacity:0.5;cursor:not-allowed; }
+ .lg-input::placeholder { color:#d1d5db; }
+
+ .lg-remember { display:flex;align-items:center;gap:0.5rem;padding:0 0.1rem; }
+ .lg-checkbox { width:17px;height:17px;border-radius:5px;accent-color:#3b82f6;cursor:pointer;flex-shrink:0; }
+ .lg-remember-label { font-family:'Nunito Sans',sans-serif;font-size:0.8rem;font-weight:600;color:#6b7280;cursor:pointer; }
+
+ .lg-error {
+ background:#fff1f2;border:2px solid #fecdd3;border-radius:14px;padding:0.8rem 1rem;
+ font-family:'Nunito Sans',sans-serif;font-size:0.82rem;font-weight:700;color:#e11d48;
+ display:flex;align-items:center;gap:0.5rem;
+ }
+
+ .lg-btn {
+ width:100%;padding:1rem;background:#f97316;color:white;border:none;border-radius:100px;cursor:pointer;
+ font-family:'Nunito',sans-serif;font-size:1rem;font-weight:900;
+ display:flex;align-items:center;justify-content:center;gap:0.5rem;
+ box-shadow:0 6px 0 #c2560e,0 10px 24px rgba(249,115,22,0.28);
+ transition:transform 0.1s,box-shadow 0.1s;
+ }
+ .lg-btn:hover { transform:translateY(-2px);box-shadow:0 8px 0 #c2560e,0 14px 28px rgba(249,115,22,0.32); }
+ .lg-btn:active { transform:translateY(3px);box-shadow:0 3px 0 #c2560e; }
+ .lg-btn:disabled { background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:0 4px 0 #d1d5db; }
+ .lg-btn:disabled:hover { transform:none;box-shadow:0 4px 0 #d1d5db; }
+
+ .lg-spinner { animation:spin 0.8s linear infinite; }
+ @keyframes spin { to { transform:rotate(360deg); } }
+
+ .lg-footer { text-align:center;font-family:'Nunito Sans',sans-serif;font-size:0.75rem;font-weight:600;color:#9ca3af; }
+ .lg-signup-footer { text-align:center;font-family:'Nunito Sans',sans-serif;font-size:0.8rem;font-weight:600;color:#9ca3af; }
+ .lg-link { color:#f97316;font-weight:800;text-decoration:none;cursor:pointer; }
+ .lg-link:hover { color:#ea6c00; }
+
+ @media (max-width: 860px) {
+ .lg-left { display:none; }
+ .lg-right { padding:2rem 1.5rem; }
+ }
+`;
+
+const BAR_HEIGHTS = [30, 50, 42, 75, 55, 88, 65];
+const BAR_COLORS = [
+ "#60a5fa",
+ "#60a5fa",
+ "#7dd3fc",
+ "#38bdf8",
+ "#60a5fa",
+ "#7dd3fc",
+ "#38bdf8",
+];
+
+const AV_COLORS = [
+ "linear-gradient(135deg,#3b82f6,#1d4ed8)",
+ "linear-gradient(135deg,#f97316,#ef4444)",
+ "linear-gradient(135deg,#22c55e,#15803d)",
+ "linear-gradient(135deg,#a855f7,#7c3aed)",
+ "linear-gradient(135deg,#eab308,#ca8a04)",
+];
+const AV_INITIALS = ["SK", "NR", "TM", "AB", "PL"];
+
export const Login = () => {
- const [email, setEmail] = useState("");
- const [password, setPassword] = useState("");
+ const [email, setEmail] = useState("");
+ const [password, setPassword] = useState("");
const navigate = useNavigate();
const location = useLocation();
const { login, isAuthenticated, isLoading, error, clearError } =
useAuthStore();
+ const from =
+ (location.state as LocationState)?.from?.pathname || "/student/home";
- const from = (location.state as LocationState)?.from?.pathname || "/student";
-
- // Redirect if already authenticated
useEffect(() => {
- if (isAuthenticated) {
- navigate("/student/home", { replace: true });
- }
+ if (isAuthenticated) navigate("/student/home", { replace: true });
}, [isAuthenticated, navigate]);
-
- // Clear error when component unmounts or inputs change
useEffect(() => {
return () => clearError();
}, [clearError]);
@@ -35,121 +380,329 @@ export const Login = () => {
const handleSubmit = async (e: FormEvent) => {
e.preventDefault();
clearError();
-
const success = await login({ email, password });
- if (success) {
- navigate(from, { replace: true });
- }
+ if (success) navigate(from, { replace: true });
};
- // Don't render login form if already authenticated
- if (isAuthenticated) {
- return null;
- }
+ if (isAuthenticated) return null;
return (
-
-
-
-

+
+
+ {/* ── LEFT PANEL ── */}
+
+ {/* Background layers */}
+
+
+
+
+
+ {/* Decorative spinning rings */}
+ {[
+ { s: 260, t: "38%", l: "58%", mt: -130, ml: -130 },
+ {
+ s: 380,
+ t: "42%",
+ l: "54%",
+ mt: -190,
+ ml: -190,
+ dir: "reverse" as const,
+ },
+ ].map((r, i) => (
+
+ ))}
+
+ {/* Floating score card */}
+
+
SAT Score
+
1480
+
▲ +120 pts this month
+
+ {BAR_HEIGHTS.map((h, i) => (
+
+ ))}
+
-
- Welcome Back
-
-
-
-
-
setEmail(e.target.value)}
- disabled={isLoading}
- className="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-transparent outline-none transition disabled:bg-gray-100 disabled:cursor-not-allowed"
- placeholder="Enter your email"
- />
+
+ {/* Accuracy ring */}
+
+
+
+ 94%
+ Accuracy
+
+
+
+ {/* Streak pill */}
+
+
🔥
+
+ 14-day streak!
+ Keep it going
+
+
+
+ {/* Questions badge */}
+
+
Questions solved
+
2,847
+
+
+ {/* Glitter dots */}
+ {[
+ { s: 10, c: "#60a5fa", t: "13%", l: "58%", d: "0s", dur: "9s" },
+ { s: 7, c: "#fbbf24", t: "70%", l: "70%", d: "1s", dur: "11s" },
+ { s: 12, c: "#34d399", t: "38%", l: "7%", d: "0.4s", dur: "8s" },
+ { s: 5, c: "#f472b6", t: "82%", l: "35%", d: "1.8s", dur: "13s" },
+ { s: 8, c: "#a78bfa", t: "20%", l: "36%", d: "0.9s", dur: "10s" },
+ { s: 6, c: "#fb923c", t: "62%", l: "80%", d: "1.3s", dur: "7s" },
+ ].map((d, i) => (
+
+ ))}
+
+ {/* Stars */}
+ {[
+ { t: "8%", l: "16%", s: "1.1rem", d: "0s" },
+ { t: "22%", l: "74%", s: "0.85rem", d: "0.7s" },
+ { t: "55%", l: "20%", s: "0.95rem", d: "1.4s" },
+ { t: "86%", l: "58%", s: "0.75rem", d: "0.3s" },
+ { t: "44%", l: "88%", s: "1rem", d: "1.0s" },
+ ].map((s, i) => (
+
+ ★
+
+ ))}
+
+ {/* Panel content */}
+
+
-
-
-
setPassword(e.target.value)}
- disabled={isLoading}
- className="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-transparent outline-none transition disabled:bg-gray-100 disabled:cursor-not-allowed"
- placeholder="Enter your password"
- />
-
-
-
+
+
+ {/* ── RIGHT PANEL ── */}
+
+ {[
+ { s: 200, c: "#f97316", t: "4%", r: "4%", d: "0s", dur: "12s" },
+ { s: 120, c: "#3b82f6", b: "8%", l: "2%", d: "1.5s", dur: "10s" },
+ { s: 70, c: "#22c55e", t: "52%", r: "2%", d: "0.8s", dur: "8s" },
+ ].map((d, i) => (
+
+ ))}
+
+
+
+
Welcome back 👋
+
Sign in to continue your SAT prep
+
+
+
+
+
+
+
+ setEmail(e.target.value)}
+ disabled={isLoading}
+ />
+
+
+
+
+
+
+
+ setPassword(e.target.value)}
+ disabled={isLoading}
+ />
+
+
+
+
+
+
+
+ {error && (
+
+ ⚠️ {error}
+
+ )}
+
+
- {error && (
-
- {error}
-
- )}
-
-
+
+ By signing in you agree to EdBridge's Terms & Privacy Policy.
+
+
+ Don't have an account?{" "}
+ navigate("/register")}>
+ Sign up
+
+
diff --git a/src/pages/auth/Register.tsx b/src/pages/auth/Register.tsx
new file mode 100644
index 0000000..57d61f0
--- /dev/null
+++ b/src/pages/auth/Register.tsx
@@ -0,0 +1,794 @@
+import { useState } from "react";
+import type { FormEvent } from "react";
+import { useNavigate } from "react-router-dom";
+import { useAuthStore } from "../../stores/authStore";
+import {
+ Loader2,
+ Mail,
+ Lock,
+ ImageIcon,
+ BookOpen,
+ Star,
+ Zap,
+ Trophy,
+} from "lucide-react";
+
+const STYLES = `
+ @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800;900&family=Nunito+Sans:wght@400;600;700&display=swap');
+
+ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
+
+ .rg-root {
+ min-height: 100vh;
+ display: flex;
+ font-family: 'Nunito', sans-serif;
+ background: #fffbf4;
+ }
+
+ /* ─── LEFT PANEL ─── */
+ .rg-left {
+ position: relative;
+ width: 50%;
+ min-height: 100vh;
+ background: linear-gradient(150deg, #1e1b4b 0%, #3b1d8a 50%, #6d28d9 100%);
+ display: flex;
+ flex-direction: column;
+ align-items: flex-start;
+ justify-content: center;
+ padding: 3rem 3.5rem;
+ overflow: hidden;
+ flex-shrink: 0;
+ }
+
+ /* Blobs inside left panel */
+ .rg-panel-blob {
+ position: absolute; pointer-events: none; border-radius: 50%;
+ opacity: 0.18;
+ }
+ .rg-panel-blob-1 {
+ width: 420px; height: 420px;
+ background: #a855f7;
+ top: -140px; right: -100px;
+ animation: blobDrift1 16s ease-in-out infinite;
+ }
+ .rg-panel-blob-2 {
+ width: 300px; height: 300px;
+ background: #f97316;
+ bottom: -100px; left: -80px;
+ animation: blobDrift2 18s ease-in-out infinite;
+ }
+ .rg-panel-blob-3 {
+ width: 200px; height: 200px;
+ background: #22c55e;
+ top: 50%; left: 50%;
+ transform: translate(-50%, -50%);
+ animation: blobDrift1 14s ease-in-out infinite reverse;
+ }
+ @keyframes blobDrift1 {
+ 0%,100% { transform: translate(0,0) scale(1); }
+ 50% { transform: translate(24px, 32px) scale(1.08); }
+ }
+ @keyframes blobDrift2 {
+ 0%,100% { transform: translate(0,0) scale(1); }
+ 50% { transform: translate(-20px, -28px) scale(1.06); }
+ }
+
+ /* Floating decorative shapes */
+ .rg-shape {
+ position: absolute; pointer-events: none;
+ animation: floatShape 8s ease-in-out infinite;
+ }
+ @keyframes floatShape {
+ 0%,100% { transform: translateY(0) rotate(0deg); }
+ 50% { transform: translateY(-16px) rotate(12deg); }
+ }
+
+ /* Stars scattered */
+ .rg-star {
+ position: absolute; pointer-events: none;
+ color: #fde68a; opacity: 0.55;
+ animation: twinkle 3s ease-in-out infinite;
+ }
+ @keyframes twinkle {
+ 0%,100% { opacity: 0.55; transform: scale(1); }
+ 50% { opacity: 0.9; transform: scale(1.3); }
+ }
+
+ /* Left panel content */
+ .rg-panel-content {
+ position: relative; z-index: 1;
+ display: flex; flex-direction: column;
+ align-items: flex-start; gap: 2.5rem;
+ width: 100%;
+ }
+
+ .rg-panel-logo {
+ display: flex; align-items: center; gap: 0.75rem;
+ }
+ .rg-panel-logo-badge {
+ width: 48px; height: 48px; border-radius: 14px;
+ background: linear-gradient(135deg, #f97316, #ef4444);
+ display: flex; align-items: center; justify-content: center;
+ box-shadow: 0 6px 0 rgba(0,0,0,0.25), 0 8px 20px rgba(249,115,22,0.4);
+ font-size: 1.4rem;
+ }
+ .rg-panel-logo-text {
+ font-size: 1.4rem; font-weight: 900;
+ color: white; letter-spacing: -0.02em;
+ }
+
+ .rg-panel-headline {
+ display: flex; flex-direction: column; gap: 0.75rem;
+ }
+ .rg-panel-headline h2 {
+ font-size: 2.4rem; font-weight: 900; line-height: 1.15;
+ color: white; letter-spacing: -0.03em;
+ }
+ .rg-panel-headline h2 span {
+ background: linear-gradient(90deg, #fde68a, #f97316);
+ -webkit-background-clip: text; -webkit-text-fill-color: transparent;
+ }
+ .rg-panel-headline p {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 1rem; font-weight: 600; color: #c4b5fd; line-height: 1.6;
+ }
+
+ /* Feature pills */
+ .rg-features { display: flex; flex-direction: column; gap: 0.85rem; }
+ .rg-feature {
+ display: flex; align-items: center; gap: 0.85rem;
+ background: rgba(255,255,255,0.07);
+ border: 1.5px solid rgba(255,255,255,0.12);
+ border-radius: 14px; padding: 0.85rem 1.1rem;
+ backdrop-filter: blur(8px);
+ animation: fadeSlideIn 0.5s ease both;
+ }
+ .rg-feature:nth-child(1) { animation-delay: 0.1s; }
+ .rg-feature:nth-child(2) { animation-delay: 0.2s; }
+ .rg-feature:nth-child(3) { animation-delay: 0.3s; }
+ @keyframes fadeSlideIn {
+ from { opacity: 0; transform: translateX(-16px); }
+ to { opacity: 1; transform: translateX(0); }
+ }
+ .rg-feature-icon {
+ width: 36px; height: 36px; border-radius: 10px;
+ display: flex; align-items: center; justify-content: center;
+ flex-shrink: 0;
+ }
+ .rg-feature-text strong {
+ display: block; font-size: 0.85rem; font-weight: 800; color: white;
+ }
+ .rg-feature-text span {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.75rem; font-weight: 600; color: #a5b4fc;
+ }
+
+ /* Social proof */
+ .rg-social-proof {
+ display: flex; align-items: center; gap: 0.75rem;
+ padding: 0.1rem 0;
+ }
+ .rg-avatars { display: flex; }
+ .rg-av {
+ width: 30px; height: 30px; border-radius: 50%;
+ border: 2px solid #3b1d8a;
+ background: linear-gradient(135deg, #a855f7, #6d28d9);
+ margin-left: -8px; display: flex; align-items: center;
+ justify-content: center; font-size: 0.65rem; font-weight: 800; color: white;
+ }
+ .rg-av:first-child { margin-left: 0; }
+ .rg-social-proof p {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.78rem; font-weight: 700; color: #c4b5fd;
+ }
+ .rg-social-proof p strong { color: #fde68a; }
+
+ /* ─── RIGHT PANEL (form) ─── */
+ .rg-right {
+ flex: 1;
+ display: flex; align-items: center; justify-content: center;
+ padding: 3rem 4rem;
+ position: relative; overflow: hidden;
+ }
+
+ /* Subtle bg dots on right */
+ .rg-bg-dot {
+ position: absolute; border-radius: 50%; pointer-events: none; opacity: 0.10;
+ animation: bgDotFloat 9s ease-in-out infinite;
+ }
+ @keyframes bgDotFloat {
+ 0%,100% { transform: translateY(0); }
+ 50% { transform: translateY(-12px); }
+ }
+
+ .rg-form-wrap {
+ position: relative; z-index: 1;
+ width: 100%; max-width: 420px;
+ display: flex; flex-direction: column; gap: 2rem;
+ animation: formPopIn 0.55s cubic-bezier(0.34,1.56,0.64,1) both;
+ }
+ @keyframes formPopIn {
+ from { opacity: 0; transform: translateY(24px) scale(0.97); }
+ to { opacity: 1; transform: translateY(0) scale(1); }
+ }
+
+ /* Form header */
+ .rg-form-header { display: flex; flex-direction: column; gap: 0.4rem; }
+ .rg-form-header h1 {
+ font-size: 2rem; font-weight: 900; color: #1e1b4b;
+ letter-spacing: -0.03em; line-height: 1.2;
+ }
+ .rg-form-header p {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.88rem; font-weight: 600; color: #9ca3af;
+ }
+
+ /* Avatar row */
+ .rg-avatar-row {
+ display: flex; align-items: center; gap: 1.1rem;
+ background: #f9fafb; border: 2.5px solid #f3f4f6;
+ border-radius: 18px; padding: 0.9rem 1.1rem;
+ transition: border-color 0.2s;
+ }
+ .rg-avatar-row:focus-within { border-color: #c4b5fd; background: white; }
+ .rg-avatar-ring {
+ width: 52px; height: 52px; border-radius: 50%;
+ border: 2.5px dashed #e5e7eb;
+ display: flex; align-items: center; justify-content: center;
+ overflow: hidden; background: white; flex-shrink: 0;
+ transition: border-color 0.25s, border-style 0.25s;
+ }
+ .rg-avatar-ring.filled { border-style: solid; border-color: #a855f7; }
+ .rg-avatar-ring img { width: 100%; height: 100%; object-fit: cover; }
+ .rg-avatar-input-col { flex: 1; display: flex; flex-direction: column; gap: 0.2rem; }
+ .rg-avatar-label {
+ font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em;
+ text-transform: uppercase; color: #6b7280;
+ }
+ .rg-avatar-input {
+ background: transparent; border: none; outline: none;
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.85rem; font-weight: 600; color: #1e1b4b;
+ width: 100%;
+ }
+ .rg-avatar-input::placeholder { color: #d1d5db; }
+ .rg-avatar-hint {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.7rem; font-weight: 600; color: #c4b5fd;
+ }
+
+ /* Fields grid */
+ .rg-fields { display: flex; flex-direction: column; gap: 1rem; }
+ .rg-row { display: flex; gap: 1rem; }
+ .rg-row .rg-field { flex: 1; }
+
+ .rg-field { display: flex; flex-direction: column; gap: 0.4rem; }
+ .rg-label {
+ font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em;
+ text-transform: uppercase; color: #6b7280; padding-left: 0.2rem;
+ }
+ .rg-input-wrap { position: relative; }
+ .rg-input-icon {
+ position: absolute; left: 0.9rem; top: 50%;
+ transform: translateY(-50%); pointer-events: none; color: #9ca3af;
+ transition: color 0.2s;
+ }
+ .rg-input {
+ width: 100%; padding: 0.85rem 1rem 0.85rem 2.6rem;
+ background: #f9fafb; border: 2.5px solid #f3f4f6;
+ border-radius: 14px;
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.88rem; font-weight: 600; color: #1e1b4b;
+ outline: none; transition: all 0.2s;
+ }
+ .rg-input:focus {
+ background: white; border-color: #c4b5fd;
+ box-shadow: 0 0 0 3.5px rgba(168,85,247,0.1);
+ }
+ .rg-input:focus + .rg-input-icon { color: #a855f7; }
+ .rg-input:disabled { opacity: 0.5; cursor: not-allowed; }
+ .rg-input::placeholder { color: #d1d5db; }
+
+ /* Strength */
+ .rg-strength-bar { display: flex; gap: 5px; margin-top: 0.4rem; }
+ .rg-strength-seg {
+ flex: 1; height: 4px; border-radius: 999px;
+ background: #f3f4f6; transition: background 0.3s;
+ }
+ .rg-strength-seg.weak { background: #f43f5e; }
+ .rg-strength-seg.medium { background: #eab308; }
+ .rg-strength-seg.strong { background: #22c55e; }
+ .rg-strength-hint {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.7rem; font-weight: 700; margin-top: 0.2rem; padding-left: 0.1rem;
+ color: #9ca3af;
+ }
+ .rg-strength-hint.weak { color: #f43f5e; }
+ .rg-strength-hint.medium { color: #eab308; }
+ .rg-strength-hint.strong { color: #22c55e; }
+
+ /* Error */
+ .rg-error {
+ background: #fff1f2; border: 2px solid #fecdd3;
+ border-radius: 14px; padding: 0.8rem 1rem;
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.82rem; font-weight: 700; color: #e11d48;
+ display: flex; align-items: center; gap: 0.5rem;
+ }
+
+ /* Submit */
+ .rg-btn {
+ width: 100%; padding: 1rem;
+ background: #a855f7; color: white; border: none;
+ border-radius: 100px; cursor: pointer;
+ font-family: 'Nunito', sans-serif; font-size: 1rem; font-weight: 900;
+ display: flex; align-items: center; justify-content: center; gap: 0.5rem;
+ box-shadow: 0 6px 0 #7c3aed, 0 10px 24px rgba(168,85,247,0.3);
+ transition: transform 0.1s, box-shadow 0.1s;
+ letter-spacing: 0.01em;
+ }
+ .rg-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 0 #7c3aed, 0 14px 28px rgba(168,85,247,0.35); }
+ .rg-btn:active { transform: translateY(3px); box-shadow: 0 3px 0 #7c3aed; }
+ .rg-btn:disabled {
+ background: #e5e7eb; color: #9ca3af;
+ cursor: not-allowed; box-shadow: 0 4px 0 #d1d5db;
+ }
+ .rg-btn:disabled:hover { transform: none; box-shadow: 0 4px 0 #d1d5db; }
+
+ .rg-spinner { animation: spin 0.8s linear infinite; }
+ @keyframes spin { to { transform: rotate(360deg); } }
+
+ .rg-form-footer {
+ text-align: center;
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.8rem; font-weight: 600; color: #9ca3af;
+ }
+ .rg-link {
+ color: #a855f7; font-weight: 800; text-decoration: none;
+ }
+ .rg-link:hover { color: #7c3aed; }
+
+ /* Responsive */
+ @media (max-width: 860px) {
+ .rg-left { display: none; }
+ .rg-right { padding: 2rem 1.5rem; }
+ }
+`;
+
+function getStrength(p: string): 0 | 1 | 2 | 3 {
+ if (!p) return 0;
+ let s = 0;
+ if (p.length >= 8) s++;
+ if (/[A-Z]/.test(p) && /[a-z]/.test(p)) s++;
+ if (/[0-9]/.test(p) || /[^A-Za-z0-9]/.test(p)) s++;
+ return s as 0 | 1 | 2 | 3;
+}
+const S_LABEL = ["", "Weak", "Medium", "Strong"];
+const S_CLASS = ["", "weak", "medium", "strong"];
+
+const FEATURES = [
+ {
+ icon:
,
+ bg: "#a855f7",
+ title: "Adaptive Practice",
+ sub: "Questions tailored to your skill level",
+ },
+ {
+ icon:
,
+ bg: "#f97316",
+ title: "Instant Feedback",
+ sub: "Know exactly where you went wrong",
+ },
+ {
+ icon:
,
+ bg: "#22c55e",
+ title: "Score Tracking",
+ sub: "Watch your SAT score climb over time",
+ },
+];
+
+const PANEL_DOTS = [
+ {
+ size: 70,
+ color: "#f97316",
+ top: "15%",
+ left: "65%",
+ delay: "0s",
+ dur: "9s",
+ },
+ {
+ size: 45,
+ color: "#22c55e",
+ top: "62%",
+ left: "10%",
+ delay: "1s",
+ dur: "11s",
+ },
+ {
+ size: 30,
+ color: "#fde68a",
+ top: "35%",
+ left: "75%",
+ delay: "0.5s",
+ dur: "7s",
+ },
+ {
+ size: 20,
+ color: "#a855f7",
+ top: "78%",
+ left: "50%",
+ delay: "2s",
+ dur: "13s",
+ },
+];
+
+const BG_DOTS = [
+ {
+ size: 180,
+ color: "#a855f7",
+ top: "5%",
+ right: "5%",
+ delay: "0s",
+ dur: "12s",
+ },
+ {
+ size: 100,
+ color: "#f97316",
+ bottom: "10%",
+ left: "2%",
+ delay: "1.5s",
+ dur: "10s",
+ },
+ {
+ size: 60,
+ color: "#22c55e",
+ top: "50%",
+ right: "3%",
+ delay: "0.8s",
+ dur: "8s",
+ },
+];
+
+const INITIALS = ["JD", "AS", "MK", "RP", "LL"];
+
+export const Register = () => {
+ const [name, setName] = useState("");
+ const [email, setEmail] = useState("");
+ const [avatarUrl, setAvatarUrl] = useState("");
+ const [password, setPassword] = useState("");
+ const [avatarError, setAvatarError] = useState(false);
+
+ const navigate = useNavigate();
+ const { register, isLoading, error, clearError } = useAuthStore();
+
+ const strength = getStrength(password);
+ const isValid = name.trim() && email.trim() && password.length >= 6;
+
+ const handleSubmit = async (e: FormEvent
) => {
+ e.preventDefault();
+ clearError();
+ const success = await register({
+ email,
+ name,
+ avatar_url: avatarUrl,
+ password,
+ });
+ if (success) navigate("/student/home", { replace: true });
+ };
+
+ return (
+
+
+
+ {/* ── LEFT PANEL ── */}
+
+
+
+
+
+ {/* Decorative floating dots */}
+ {PANEL_DOTS.map((d, i) => (
+
+ ))}
+
+ {/* Stars */}
+ {[
+ { top: "14%", left: "20%", size: 14, delay: "0s" },
+ { top: "28%", left: "78%", size: 10, delay: "0.7s" },
+ { top: "52%", left: "30%", size: 12, delay: "1.3s" },
+ { top: "70%", left: "65%", size: 8, delay: "0.4s" },
+ { top: "88%", left: "22%", size: 10, delay: "1.8s" },
+ ].map((s, i) => (
+
+ ))}
+
+ {/* Decorative ring shapes */}
+ {[
+ { size: 90, top: "72%", left: "5%", delay: "0.2s", dur: "10s" },
+ { size: 60, top: "8%", left: "55%", delay: "1.1s", dur: "13s" },
+ ].map((r, i) => (
+
+ ))}
+
+
+ {/* Logo */}
+
+
+ {/* Headline */}
+
+
+ Ace the SAT.
+
+ Start for free.
+
+
+ Join thousands of students who improved their
+
+ SAT scores with personalized practice.
+
+
+
+ {/* Feature pills */}
+
+ {FEATURES.map((f, i) => (
+
+
+ {f.icon}
+
+
+ {f.title}
+ {f.sub}
+
+
+ ))}
+
+
+ {/* Social proof */}
+
+
+ {INITIALS.map((s, i) => (
+
+ {s}
+
+ ))}
+
+
+ 2,400+ students already enrolled
+
+
+
+
+
+ {/* ── RIGHT PANEL ── */}
+
+ {BG_DOTS.map((d, i) => (
+
+ ))}
+
+
+ {/* Header */}
+
+
Create your account ✨
+
Fill in the details below to get started
+
+
+ {/* Avatar URL row */}
+
+
+ {avatarUrl && !avatarError ? (
+

setAvatarError(true)}
+ />
+ ) : (
+
+ )}
+
+
+
+ Avatar URL{" "}
+
+ (optional)
+
+
+ {
+ setAvatarUrl(e.target.value);
+ setAvatarError(false);
+ }}
+ disabled={isLoading}
+ />
+
+ Paste any image URL to set your profile photo
+
+
+
+
+ {/* Fields */}
+
+ {/* Name + Email row */}
+
+
+
+
+ setName(e.target.value)}
+ disabled={isLoading}
+ />
+
+
+
+
+ {/* Email */}
+
+
+
+
+ setEmail(e.target.value)}
+ disabled={isLoading}
+ />
+
+
+
+ {/* Password */}
+
+
+
+
+ setPassword(e.target.value)}
+ disabled={isLoading}
+ />
+
+ {password && (
+ <>
+
+ {[1, 2, 3].map((seg) => (
+
= seg ? S_CLASS[strength] : ""}`}
+ />
+ ))}
+
+
+ {S_LABEL[strength]} password
+
+ >
+ )}
+
+
+ {/* Error */}
+ {error && (
+
+ ⚠️ {error}
+
+ )}
+
+ {/* Submit */}
+
+
+
+
+ Already have an account?{" "}
+
+ Sign in
+
+
+
+
+
+ );
+};
diff --git a/src/pages/student/Analytics.tsx b/src/pages/student/Analytics.tsx
deleted file mode 100644
index c5b276f..0000000
--- a/src/pages/student/Analytics.tsx
+++ /dev/null
@@ -1,71 +0,0 @@
-import { List, SquarePen, DecimalsArrowRight, MapPin } from "lucide-react";
-import { Progress } from "../../components/ui/progress";
-import { Button } from "../../components/ui/button";
-import {
- Card,
- CardHeader,
- CardTitle,
- CardContent,
- CardFooter,
-} from "../../components/ui/card";
-import { Field, FieldLabel } from "../../components/ui/field";
-import { CircularProgress } from "../../components/CircularProgress";
-
-export const Analytics = () => {
- return (
-
-
- Analytics
-
-
-
-
-
-
-
- 145 th
-
-
-
-
-
-
-
-
-
-
-
- Details
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Score
-
- 854
- /1600
-
-
-
-
-
-
-
-
- );
-};
diff --git a/src/pages/student/Home.tsx b/src/pages/student/Home.tsx
index 9fd7a0c..54e9c59 100644
--- a/src/pages/student/Home.tsx
+++ b/src/pages/student/Home.tsx
@@ -1,27 +1,314 @@
import { useEffect, useState } from "react";
-import {
- Tabs,
- TabsTrigger,
- TabsList,
- TabsContent,
-} from "../../components/ui/tabs";
import { useAuthStore } from "../../stores/authStore";
-import { CheckCircle, Search } from "lucide-react";
+import { CheckCircle, Play, Search } from "lucide-react";
import { api } from "../../utils/api";
-import {
- Card,
- CardContent,
- CardDescription,
- CardFooter,
- CardHeader,
- CardTitle,
-} from "../../components/ui/card";
-import { Badge } from "../../components/ui/badge";
-import { Button } from "../../components/ui/button";
import type { PracticeSheet } from "../../types/sheet";
import { formatStatus } from "../../lib/utils";
import { useNavigate } from "react-router-dom";
import { SearchOverlay } from "../../components/SearchOverlay";
+import { InfoHeader } from "../../components/InfoHeader";
+
+// ─── Shared blob/dot background (same as break/results screens) ────────────────
+const DOTS = [
+ { size: 12, color: "#f97316", top: "8%", left: "6%", delay: "0s" },
+ { size: 8, color: "#a855f7", top: "22%", left: "2%", delay: "1s" },
+ { size: 10, color: "#22c55e", top: "55%", left: "4%", delay: "0.5s" },
+ { size: 14, color: "#3b82f6", top: "10%", right: "5%", delay: "1.5s" },
+ { size: 8, color: "#f43f5e", top: "40%", right: "3%", delay: "0.8s" },
+ { size: 10, color: "#eab308", top: "70%", right: "7%", delay: "0.3s" },
+];
+
+const STYLES = `
+ @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800;900&family=Nunito+Sans:wght@400;600;700&display=swap');
+
+ :root { --content-max: 1100px; }
+
+ .home-screen {
+ min-height: 100vh;
+ background: #fffbf4;
+ font-family: 'Nunito', sans-serif;
+ position: relative;
+ overflow-x: hidden;
+ }
+
+ /* On desktop, account for sidebar */
+ @media (min-width: 768px) {
+ .home-screen {
+ padding-left: calc(17rem + 1.25rem);
+ }
+ }
+
+ /* ── Blobs ── */
+ .h-blob { position: fixed; pointer-events: none; z-index: 0; filter: blur(48px); opacity: 0.35; }
+ .h-blob-1 { width:240px;height:240px;background:#fde68a;top:-80px;left:-80px;border-radius:60% 40% 70% 30%/50% 60% 40% 50%;animation:hWobble1 14s ease-in-out infinite; }
+ .h-blob-2 { width:190px;height:190px;background:#a5f3c0;bottom:-50px;left:6%;border-radius:40% 60% 30% 70%/60% 40% 60% 40%;animation:hWobble2 16s ease-in-out infinite; }
+ .h-blob-3 { width:210px;height:210px;background:#fbcfe8;top:15%;right:-60px;border-radius:70% 30% 50% 50%/40% 60% 40% 60%;animation:hWobble1 18s ease-in-out infinite reverse; }
+ .h-blob-4 { width:150px;height:150px;background:#bfdbfe;bottom:12%;right:2%;border-radius:50% 50% 30% 70%/60% 40% 60% 40%;animation:hWobble2 12s ease-in-out infinite; }
+
+ @keyframes hWobble1 {
+ 0%,100%{border-radius:60% 40% 70% 30%/50% 60% 40% 50%;transform:translate(0,0) rotate(0deg);}
+ 50%{border-radius:40% 60% 30% 70%/60% 40% 60% 40%;transform:translate(12px,16px) rotate(8deg);}
+ }
+ @keyframes hWobble2 {
+ 0%,100%{border-radius:40% 60% 30% 70%/60% 40% 60% 40%;transform:translate(0,0) rotate(0deg);}
+ 50%{border-radius:60% 40% 70% 30%/40% 60% 40% 60%;transform:translate(-10px,12px) rotate(-6deg);}
+ }
+
+ /* ── Floating dots ── */
+ .h-dot { position:fixed;border-radius:50%;pointer-events:none;z-index:0;opacity:0.3;animation:hFloat 6s ease-in-out infinite; }
+ @keyframes hFloat {
+ 0%,100%{transform:translateY(0) rotate(0deg);}
+ 50%{transform:translateY(-14px) rotate(180deg);}
+ }
+
+ /* ── Inner scroll container ── */
+ .home-inner {
+ position: relative;
+ z-index: 1;
+ max-width: 580px;
+ margin: 0 auto;
+ padding: 2rem 1.25rem 4rem;
+ display: flex;
+ flex-direction: column;
+ gap: 1.75rem;
+ }
+
+ /* ── Section titles ── */
+ .h-section-title {
+ font-size: 1.2rem; font-weight: 900; color: #1e1b4b;
+ letter-spacing: -0.01em; margin-bottom: 0.75rem;
+ }
+
+ /* ── Search bar ── */
+ .h-search-wrap {
+ position: relative;
+ animation: hPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) 0.05s both;
+ }
+ .h-search-input {
+ width: 100%; box-sizing: border-box;
+ padding: 0.85rem 1rem 0.85rem 2.8rem;
+ background: white; border: 2.5px solid #f3f4f6;
+ border-radius: 18px;
+ font-family: 'Nunito', sans-serif;
+ font-size: 0.9rem; font-weight: 700; color: #9ca3af;
+ box-shadow: 0 4px 14px rgba(0,0,0,0.05);
+ cursor: pointer; outline: none;
+ transition: border-color 0.2s ease, box-shadow 0.2s ease;
+ }
+ .h-search-input:focus { border-color:#c084fc; box-shadow:0 4px 20px rgba(192,132,252,0.15); }
+ .h-search-icon {
+ position: absolute; left: 0.9rem; top: 50%;
+ transform: translateY(-50%); pointer-events:none;
+ }
+
+ /* ── In-progress card ── */
+ .h-inprogress-card {
+ background: white;
+ border: 2.5px solid #c4b5fd;
+ border-radius: 22px;
+ padding: 1.1rem 1.25rem;
+ box-shadow: 0 4px 16px rgba(167,139,250,0.12);
+ display: flex; align-items: center; justify-content: space-between;
+ gap: 1rem; cursor: pointer;
+ transition: transform 0.15s ease, box-shadow 0.15s ease;
+ }
+ .h-inprogress-card:hover { transform:translateY(-2px);box-shadow:0 8px 24px rgba(167,139,250,0.2); }
+ .h-inprogress-info { display:flex;flex-direction:column;gap:0.25rem;flex:1;min-width:0; }
+ .h-inprogress-title {
+ font-size: 0.95rem; font-weight: 900; color: #1e1b4b;
+ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
+ }
+ .h-inprogress-badge {
+ font-size: 0.65rem; font-weight: 800; letter-spacing:0.1em;
+ text-transform:uppercase; color:#a855f7;
+ background:#f3e8ff; border-radius:100px; padding:0.2rem 0.6rem;
+ width: fit-content;
+ }
+ .h-play-btn {
+ width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer;
+ background: linear-gradient(135deg, #a855f7, #7c3aed);
+ display:flex;align-items:center;justify-content:center;
+ box-shadow: 0 4px 0 #5b21b6aa;
+ transition: transform 0.1s ease, box-shadow 0.1s ease;
+ flex-shrink:0;
+ }
+ .h-play-btn:hover { transform:translateY(-2px);box-shadow:0 6px 0 #5b21b6aa; }
+ .h-play-btn:active { transform:translateY(2px);box-shadow:0 2px 0 #5b21b6aa; }
+
+ /* ── Empty state ── */
+ .h-empty {
+ background:white; border:2.5px dashed #e5e7eb; border-radius:22px;
+ padding: 1.75rem; text-align:center;
+ font-size:0.9rem; font-weight:700; color:#9ca3af;
+ }
+ .h-empty-emoji { font-size:2rem; display:block; margin-bottom:0.5rem; }
+
+ /* ── Tabs ── */
+ .h-tabs-list {
+ display:flex; border-bottom: 2px solid #f3f4f6;
+ gap: 0; margin-bottom:1rem;
+ }
+ .h-tab-btn {
+ flex:1; padding:0.65rem 0; text-align:center;
+ font-family:'Nunito',sans-serif; font-size:0.82rem; font-weight:800;
+ color:#9ca3af; background:transparent; border:none; border-bottom: 3px solid transparent;
+ margin-bottom:-2px; cursor:pointer;
+ transition: color 0.2s ease, border-color 0.2s ease;
+ }
+ .h-tab-btn.active { color:#1e1b4b; border-bottom-color:#a855f7; }
+
+ /* ── Practice sheet ── */
+ .h-sheet-grid {
+ display:grid; gap:0.85rem;
+ grid-template-columns: 1fr;
+ }
+ @media(min-width:520px){ .h-sheet-grid { grid-template-columns:1fr 1fr; } }
+
+ .h-sheet-card {
+ background:white; border:2.5px solid #f3f4f6; border-radius:22px;
+ padding:1.1rem; box-shadow:0 4px 14px rgba(0,0,0,0.04);
+ display:flex; flex-direction:column; gap:0.6rem;
+ transition: transform 0.15s ease, box-shadow 0.15s ease;
+ }
+ .h-sheet-card:hover { transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,0.07); }
+
+ .h-sheet-title { font-size:0.95rem;font-weight:900;color:#1e1b4b;line-height:1.2; }
+ .h-sheet-desc { font-size:0.78rem;font-weight:600;color:#9ca3af;font-family:'Nunito Sans',sans-serif; }
+
+ .h-sheet-meta {
+ display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.4rem;
+ }
+ .h-status-pill {
+ font-size:0.65rem;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;
+ border-radius:100px;padding:0.25rem 0.65rem;
+ }
+ .h-status-pill.inprogress { background:#f3e8ff;color:#9333ea; }
+ .h-status-pill.notstarted { background:#f3f4f6;color:#6b7280; }
+ .h-status-pill.completed { background:#dcfce7;color:#16a34a; }
+
+ .h-modules-badge {
+ font-size:0.65rem;font-weight:800;
+ background:#ede9fe;color:#7c3aed;border-radius:100px;padding:0.25rem 0.65rem;
+ }
+ .h-time-badge {
+ font-size:0.72rem;font-weight:700;color:#9ca3af;display:flex;align-items:center;gap:0.3rem;
+ }
+
+ .h-start-btn {
+ width:100%;margin-top:auto;
+ background:#f97316;color:white;border:none;border-radius:100px;
+ padding:0.75rem;font-family:'Nunito',sans-serif;
+ font-size:0.9rem;font-weight:800;cursor:pointer;
+ box-shadow:0 4px 0 #c2560e,0 6px 16px rgba(249,115,22,0.2);
+ transition:transform 0.1s ease,box-shadow 0.1s ease;
+ }
+ .h-start-btn:hover { transform:translateY(-2px);box-shadow:0 6px 0 #c2560e,0 10px 20px rgba(249,115,22,0.25); }
+ .h-start-btn:active { transform:translateY(2px); box-shadow:0 2px 0 #c2560e,0 3px 8px rgba(249,115,22,0.15); }
+
+ /* ── Tips section ── */
+ .h-tips-list { display:flex;flex-direction:column;gap:0.6rem; }
+ .h-tip-row {
+ display:flex;align-items:flex-start;gap:0.65rem;
+ background:white;border:2.5px solid #f3f4f6;border-radius:16px;
+ padding:0.75rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,0.03);
+ }
+ .h-tip-icon { flex-shrink:0;margin-top:1px; }
+ .h-tip-text { font-size:0.85rem;font-weight:700;color:#374151;line-height:1.4; }
+
+
+ /* ── Load more ── */
+ .h-load-more-btn {
+ width: 100%; margin-top: 0.25rem;
+ padding: 0.75rem;
+ background: white; border: 2.5px solid #f3f4f6;
+ border-radius: 100px; cursor: pointer;
+ font-family: 'Nunito', sans-serif;
+ font-size: 0.82rem; font-weight: 800; color: #9ca3af;
+ display: flex; align-items: center; justify-content: center; gap: 0.4rem;
+ box-shadow: 0 3px 10px rgba(0,0,0,0.04);
+ transition: all 0.2s ease;
+ }
+ .h-load-more-btn:hover { border-color: #c4b5fd; color: #a855f7; background: #fdf4ff; transform: translateY(-1px); box-shadow: 0 6px 14px rgba(0,0,0,0.06); }
+ .h-load-more-btn:active { transform: translateY(1px); }
+
+ .h-sheet-count {
+ text-align: center;
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.72rem; font-weight: 600; color: #d1d5db;
+ margin-top: 0.5rem;
+ }
+ .h-sheet-count span { font-weight: 800; color: #9ca3af; }
+
+ @keyframes hPopIn {
+ from{opacity:0;transform:scale(0.92) translateY(10px);}
+ to{opacity:1;transform:scale(1) translateY(0);}
+ }
+ .h-anim { animation: hPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both; }
+ .h-anim-1 { animation-delay:0.05s; }
+ .h-anim-2 { animation-delay:0.1s; }
+ .h-anim-3 { animation-delay:0.15s; }
+ .h-anim-4 { animation-delay:0.2s; }
+ .h-anim-5 { animation-delay:0.25s; }
+
+ /* Desktop / wide tweaks */
+ @media (min-width: 900px) {
+ .home-inner { max-width: var(--content-max); padding: 3rem 1.5rem 6rem; }
+ .h-sheet-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
+
+ /* nudge blobs so they align visually with the centered container */
+ .h-blob-1 { left: calc((100vw - var(--content-max)) / 2 - 120px); top: -120px; width: 300px; height: 300px; }
+ .h-blob-2 { left: calc((100vw - var(--content-max)) / 2 + 20px); bottom: -80px; width: 220px; height: 220px; }
+ .h-blob-3 { right: calc((100vw - var(--content-max)) / 2 - 40px); top: 10%; width: 260px; height: 260px; }
+ .h-blob-4 { right: calc((100vw - var(--content-max)) / 2 + 10px); bottom: 6%; width: 180px; height: 180px; }
+ }
+`;
+
+// ─── Sheet card ───────────────────────────────────────────────────────────────
+const SheetCard = ({
+ sheet,
+ onStart,
+}: {
+ sheet: PracticeSheet;
+ onStart: (id: string) => void;
+}) => {
+ const statusClass =
+ sheet.user_status === "IN_PROGRESS"
+ ? "inprogress"
+ : sheet.user_status === "COMPLETED"
+ ? "completed"
+ : "notstarted";
+
+ return (
+
+
{sheet.title}
+ {sheet.description &&
{sheet.description}
}
+
+
+ {formatStatus(sheet.user_status)}
+
+
+ 📚 {sheet.modules_count} modules
+
+
+
⏱️ {sheet.time_limit} min
+
+
+ );
+};
+
+// ─── Tips data ────────────────────────────────────────────────────────────────
+const TIPS = [
+ "Practice regularly with official SAT materials",
+ "Review your mistakes and learn from them",
+ "Focus on your weak areas first",
+ "Take full-length practice tests",
+ "Get plenty of rest before test day",
+];
+
+// ─── Main component ───────────────────────────────────────────────────────────
+const PAGE_SIZE = 6;
export const Home = () => {
const user = useAuthStore((state) => state.user);
@@ -31,326 +318,219 @@ export const Home = () => {
const [notStartedSheets, setNotStartedSheets] = useState
([]);
const [inProgressSheets, setInProgressSheets] = useState([]);
const [completedSheets, setCompletedSheets] = useState([]);
-
+ const [activeTab, setActiveTab] = useState<
+ "all" | "NOT_STARTED" | "COMPLETED"
+ >("all");
const [isSearchOpen, setIsSearchOpen] = useState(false);
const [searchQuery, setSearchQuery] = useState("");
+ const [visibleCount, setVisibleCount] = useState(PAGE_SIZE);
useEffect(() => {
- const sortPracticeSheets = (sheets: PracticeSheet[]) => {
- const notStarted = sheets.filter(
- (sheet) => sheet.user_status === "NOT_STARTED",
+ const sort = (sheets: PracticeSheet[]) => {
+ setNotStartedSheets(
+ sheets.filter((s) => s.user_status === "NOT_STARTED"),
);
- const inProgress = sheets.filter(
- (sheet) => sheet.user_status === "IN_PROGRESS",
+ setInProgressSheets(
+ sheets.filter((s) => s.user_status === "IN_PROGRESS"),
);
- const completed = sheets.filter(
- (sheet) => sheet.user_status === "COMPLETED",
- );
-
- setNotStartedSheets(notStarted);
- setInProgressSheets(inProgress);
- setCompletedSheets(completed);
+ setCompletedSheets(sheets.filter((s) => s.user_status === "COMPLETED"));
};
- const fetchPracticeSheets = async () => {
+ const fetch = async () => {
if (!user) return;
-
try {
const authStorage = localStorage.getItem("auth-storage");
- if (!authStorage) {
- console.error("authStorage not found in local storage");
- return;
- }
+ if (!authStorage) return;
const {
state: { token },
} = JSON.parse(authStorage);
- if (!token) {
- console.error("Token not found in authStorage");
- return;
- }
+ if (!token) return;
const sheets = await api.getPracticeSheets(token, 1, 10);
setPracticeSheets(sheets.data);
- sortPracticeSheets(sheets.data);
- } catch (error) {
- console.error("Error fetching practice sheets:", error);
+ sort(sheets.data);
+ } catch (e) {
+ console.error(e);
}
};
-
- fetchPracticeSheets();
+ fetch();
}, [user]);
- const handleStartPracticeSheet = (sheetId: string) => {
- navigate(`/student/practice/${sheetId}`);
+ const handleStart = (id: string) => navigate(`/student/practice/${id}`);
+
+ const allTabSheets =
+ activeTab === "all"
+ ? practiceSheets
+ : activeTab === "NOT_STARTED"
+ ? notStartedSheets
+ : completedSheets;
+
+ const tabSheets = allTabSheets.slice(0, visibleCount);
+ const hasMore = visibleCount < allTabSheets.length;
+ const remaining = allTabSheets.length - visibleCount;
+
+ const handleTabChange = (tab: "all" | "NOT_STARTED" | "COMPLETED") => {
+ setActiveTab(tab);
+ setVisibleCount(PAGE_SIZE);
};
return (
-
-
- Welcome, {user?.name || "Student"}
-
-
- What are you looking for?
-
-
+
+
-
-
- Pick up where you left off
-
- {inProgressSheets.length > 0 ? (
- inProgressSheets.map((sheet) => (
-
+
+
+
+
+ {/* Dots */}
+ {DOTS.map((d, i) => (
+
+ ))}
+
+
+ {/* ── Header ── */}
+
navigate("/student/quests")}
+ />
+
+ {/* ── Search ── */}
+
+
+
+
+ setIsSearchOpen(true)}
+ />
+
+
+ {/* ── In progress ── */}
+
+ 📌 Pick up where you left off
+ {inProgressSheets.length > 0 ? (
+
-
-
- {sheet?.title}
-
-
- {sheet?.description}
-
-
-
-
- {formatStatus(sheet?.user_status)}
-
- (
+ handleStart(sheet.id)}
>
- {sheet?.modules_count} modules
-
-
-
-
- {sheet?.time_limit} minutes
-
-
-
-
-
-
- ))
- ) : (
-
-
- You don't have any practice sheets in progress. Why not start one?
-
-
- )}
-
-
-
-
-
- All
-
-
- Not Started
-
-
- Completed
-
-
-
-
- {practiceSheets.length > 0 ? (
- practiceSheets.map((sheet) => (
-
-
-
- {sheet?.title}
-
-
- {sheet?.description}
-
-
-
-
- {formatStatus(sheet?.user_status)}
-
-
- {sheet?.modules_count} modules
-
-
-
-
- {sheet?.time_limit} minutes
-
-
-
-
-
-
- ))
- ) : (
-
-
- No Practice Sheets available.
-
+
+
{sheet.title}
+
In Progress
+
+
- )}
-
-
-
-
- {notStartedSheets.map((sheet) => (
-
-
-
- {sheet?.title}
-
-
- {sheet?.description}
-
-
-
- Not Started
-
- {sheet?.modules_count} modules
-
-
-
-
- {sheet?.time_limit} minutes
-
-
-
-
-
-
))}
-
-
-
- {completedSheets.length > 0 ? (
- completedSheets.map((sheet) => (
-
-
-
- {sheet?.title}
-
-
- {sheet?.description}
-
-
-
-
- {formatStatus(sheet?.user_status)}
-
-
- {sheet?.modules_count} modules
-
-
-
-
- {sheet?.time_limit} minutes
-
-
-
-
-
-
- ))
- ) : (
-
-
- You have not completed any practice sheets.
-
-
- )}
+ ) : (
+
+ 🎯
+ No sheets in progress — start one below!
-
-
-
+ )}
+
-
-
- SAT Preparation Tips
-
-
-
-
-
- Practice regularly with official SAT materials
-
+ {/* ── All sheets with tabs ── */}
+
+ 📋 Practice Sheets
+
+ {/* Tab buttons */}
+
+ {(["all", "NOT_STARTED", "COMPLETED"] as const).map((tab) => (
+
+ ))}
-
-
-
- Review your mistakes and learn from them
-
-
-
-
-
Focus on your weak areas
-
-
-
-
- Take full-length practice tests
-
-
-
-
-
- Get plenty of rest before the test day
-
+
+ {allTabSheets.length > 0 ? (
+ <>
+
+ {tabSheets.map((sheet) => (
+
+ ))}
+
+ {hasMore ? (
+
+ ) : allTabSheets.length > PAGE_SIZE ? (
+
+ Showing all {allTabSheets.length} sheets
+
+ ) : null}
+ >
+ ) : (
+
+ 🔍
+ Nothing here yet!
+
+ )}
+
+
+ {/* ── Tips ── */}
+
+ 💡 SAT Prep Tips
+
+ {TIPS.map((tip, i) => (
+
+ ))}
-
+
+
{isSearchOpen && (
{
setSearchQuery={setSearchQuery}
/>
)}
-
+
);
};
diff --git a/src/pages/student/Lessons.tsx b/src/pages/student/Lessons.tsx
index e570250..1f37430 100644
--- a/src/pages/student/Lessons.tsx
+++ b/src/pages/student/Lessons.tsx
@@ -1,188 +1,786 @@
import { useAuthStore } from "../../stores/authStore";
-import { useEffect, useState } from "react";
-import {
- Card,
- CardHeader,
- CardTitle,
- CardDescription,
- CardContent,
-} from "../../components/ui/card";
-import {
- Tabs,
- TabsContent,
- TabsList,
- TabsTrigger,
-} from "../../components/ui/tabs";
+import { useEffect, useState, useMemo } from "react";
import { api } from "../../utils/api";
-import { type Lesson } from "../../types/lesson";
-import { LessonSkeleton } from "../../components/LessonSkeleton";
+import { type Lesson, type LessonMetadata } from "../../types/lesson";
import { LessonModal } from "../../components/LessonModal";
+import {
+ BookOpen,
+ Calculator,
+ Video,
+ ChevronRight,
+ Search,
+ X,
+ Play,
+} from "lucide-react";
+import { truncate } from "../../lib/utils";
+import { EBRW_LESSONS, MATH_LESSONS } from "../../utils/constants";
+import { renderLessonIcon } from "../../components/RenderLessonIcon";
+// ─── Types ────────────────────────────────────────────────────────────────────
+type VideoSubTab = "rw" | "math";
+
+// ─── Decorative dots ─────────────────────────────────────────────────────────
+const DOTS = [
+ { size: 10, color: "#f97316", top: "6%", left: "4%", delay: "0s" },
+ { size: 7, color: "#a855f7", top: "25%", left: "2%", delay: "1.2s" },
+ { size: 9, color: "#22c55e", top: "60%", left: "3%", delay: "0.6s" },
+ { size: 12, color: "#3b82f6", top: "10%", right: "4%", delay: "1.8s" },
+ { size: 7, color: "#f43f5e", top: "45%", right: "2%", delay: "0.9s" },
+ { size: 9, color: "#eab308", top: "75%", right: "5%", delay: "0.4s" },
+];
+
+// ─── Styles ───────────────────────────────────────────────────────────────────
+const STYLES = `
+ @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800;900&family=Nunito+Sans:wght@400;600;700&display=swap');
+
+ :root { --content-max: 1100px; }
+
+ :root { --content-max: 1100px; }
+
+ .ls-screen {
+ min-height: 100vh;
+ background: #fffbf4;
+ font-family: 'Nunito', sans-serif;
+ position: relative;
+ overflow-x: hidden;
+ }
+
+ /* On desktop, account for sidebar */
+ @media (min-width: 768px) {
+ .ls-screen {
+ padding-left: calc(17rem + 1.25rem);
+ }
+ }
+
+ .ls-blob { position:fixed; pointer-events:none; z-index:0; filter:blur(48px); opacity:0.35; }
+ .ls-blob-1 { width:240px;height:240px;background:#fde68a;top:-80px;left:-80px;border-radius:60% 40% 70% 30%/50% 60% 40% 50%;animation:lsWobble1 14s ease-in-out infinite; }
+ .ls-blob-2 { width:190px;height:190px;background:#a5f3c0;bottom:-50px;left:6%;border-radius:40% 60% 30% 70%/60% 40% 60% 40%;animation:lsWobble2 16s ease-in-out infinite; }
+ .ls-blob-3 { width:210px;height:210px;background:#fbcfe8;top:15%;right:-60px;border-radius:70% 30% 50% 50%/40% 60% 40% 60%;animation:lsWobble1 18s ease-in-out infinite reverse; }
+ .ls-blob-4 { width:150px;height:150px;background:#bfdbfe;bottom:12%;right:2%;border-radius:50% 50% 30% 70%/60% 40% 60% 40%;animation:lsWobble2 12s ease-in-out infinite; }
+
+ @keyframes lsWobble1 {
+ 0%,100%{ border-radius:60% 40% 70% 30%/50% 60% 40% 50%; transform:translate(0,0) rotate(0deg); }
+ 50% { border-radius:40% 60% 30% 70%/60% 40% 60% 40%; transform:translate(12px,16px) rotate(8deg); }
+ }
+ @keyframes lsWobble2 {
+ 0%,100%{ border-radius:40% 60% 30% 70%/60% 40% 60% 40%; transform:translate(0,0) rotate(0deg); }
+ 50% { border-radius:60% 40% 70% 30%/40% 60% 40% 60%; transform:translate(-10px,12px) rotate(-6deg); }
+ }
+
+ .ls-dot { position:fixed; border-radius:50%; pointer-events:none; z-index:0; opacity:0.3; animation:lsFloat 7s ease-in-out infinite; }
+ @keyframes lsFloat {
+ 0%,100%{ transform:translateY(0) rotate(0deg); }
+ 50% { transform:translateY(-12px) rotate(180deg); }
+ }
+
+ .ls-inner {
+ position:relative; z-index:1;
+ max-width:680px; margin:0 auto;
+ padding:2rem 1.25rem 6rem;
+ display:flex; flex-direction:column; gap:1.5rem;
+ }
+
+ /* Desktop: wider centered layout matching rewards page */
+ @media (min-width: 900px) {
+ .ls-inner {
+ max-width: var(--content-max);
+ padding: 2rem 2rem 6rem;
+ }
+ }
+
+ @keyframes lsPopIn {
+ from { opacity:0; transform:scale(0.92) translateY(12px); }
+ to { opacity:1; transform:scale(1) translateY(0); }
+ }
+ .ls-anim { animation:lsPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both; }
+ .ls-anim-1 { animation-delay:0.05s; }
+ .ls-anim-2 { animation-delay:0.1s; }
+ .ls-anim-3 { animation-delay:0.15s; }
+
+ .ls-header { animation:lsPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both; }
+ .ls-title { font-size:1.8rem; font-weight:900; color:#1e1b4b; letter-spacing:-0.02em; }
+ .ls-sub {
+ font-family:'Nunito Sans',sans-serif;
+ font-size:0.85rem; font-weight:600; color:#9ca3af; margin-top:0.25rem;
+ line-height:1.5; max-width:420px;
+ }
+
+ /* ── Search ── */
+ .ls-search-wrap {
+ position: relative;
+ animation: lsPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) 0.08s both;
+ }
+ .ls-search-input {
+ width: 100%;
+ padding: 0.75rem 1rem 0.75rem 2.75rem;
+ border-radius: 16px;
+ border: 2.5px solid #f3f4f6;
+ background: white;
+ font-family: 'Nunito', sans-serif;
+ font-size: 0.875rem; font-weight: 700; color: #1e1b4b;
+ outline: none;
+ box-shadow: 0 4px 14px rgba(0,0,0,0.04);
+ transition: border-color 0.2s ease, box-shadow 0.2s ease;
+ box-sizing: border-box;
+ }
+ .ls-search-input::placeholder { color: #c4b5fd; font-weight: 600; }
+ .ls-search-input:focus {
+ border-color: #a855f7;
+ box-shadow: 0 4px 20px rgba(168,85,247,0.15);
+ }
+ .ls-search-icon {
+ position: absolute; left: 0.875rem; top: 50%; transform: translateY(-50%);
+ color: #c4b5fd; pointer-events: none; transition: color 0.2s ease;
+ }
+ .ls-search-wrap:focus-within .ls-search-icon { color: #a855f7; }
+ .ls-search-clear {
+ position: absolute; right: 0.875rem; top: 50%; transform: translateY(-50%);
+ background: #f3f4f6; border: none; border-radius: 50%; cursor: pointer;
+ width: 22px; height: 22px; display: flex; align-items: center; justify-content: center;
+ color: #9ca3af; transition: background 0.15s ease, color 0.15s ease; padding: 0;
+ }
+ .ls-search-clear:hover { background: #f3e8ff; color: #a855f7; }
+ .ls-search-results-hint {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.72rem; font-weight: 700; color: #9ca3af;
+ padding: 0 0.25rem;
+ display: flex; align-items: center; gap: 0.4rem;
+ }
+ .ls-search-results-hint strong { color: #a855f7; }
+
+ /* ── Tabs ── */
+ .ls-tabs-list { display:flex; gap:0.5rem; }
+ .ls-tab-btn {
+ display:flex; align-items:center; gap:0.5rem;
+ padding:0.55rem 1.1rem; border-radius:100px; cursor:pointer; border:none;
+ font-family:'Nunito',sans-serif; font-size:0.82rem; font-weight:800;
+ transition:all 0.2s ease;
+ background:white; border:2.5px solid #f3f4f6; color:#9ca3af;
+ box-shadow:0 2px 8px rgba(0,0,0,0.04);
+ }
+ .ls-tab-btn.active { background:#1e1b4b; border-color:#1e1b4b; color:white; box-shadow:0 4px 0 #1e1b4b66; }
+ .ls-tab-btn:not(.active):hover { border-color:#c4b5fd; color:#7c3aed; }
+
+ /* ── Video sub-tabs ── */
+ .ls-video-subtabs {
+ display: flex; gap: 0.4rem;
+ padding: 0.5rem;
+ background: white; border: 2px solid #f3f4f6; border-radius: 16px;
+ box-shadow: 0 2px 8px rgba(0,0,0,0.04);
+ animation: lsPopIn 0.35s cubic-bezier(0.34,1.56,0.64,1) both;
+ }
+ .ls-video-subtab-btn {
+ flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.45rem;
+ padding: 0.5rem 1rem; border-radius: 10px; cursor: pointer; border: none;
+ font-family: 'Nunito', sans-serif; font-size: 0.78rem; font-weight: 800;
+ transition: all 0.2s ease; color: #9ca3af; background: transparent;
+ }
+ .ls-video-subtab-btn.active { background: #fff7ed; color: #f97316; box-shadow: 0 2px 8px rgba(249,115,22,0.15); }
+ .ls-video-subtab-btn:not(.active):hover { background: #fafafa; color: #6b7280; }
+ .ls-video-subtab-dot { width: 7px; height: 7px; border-radius: 50%; }
+ .ls-video-subtab-btn.active .ls-video-subtab-dot { background: #f97316; }
+ .ls-video-subtab-btn:not(.active) .ls-video-subtab-dot { background: #d1d5db; }
+
+ /* ── Section group ── */
+ .ls-group { display:flex; flex-direction:column; gap:0; }
+ .ls-group-header {
+ display:flex; align-items:center; gap:0.75rem;
+ padding:0.6rem 1rem; margin-bottom:0;
+ }
+ .ls-group-accent { width:3px; height:1.1rem; border-radius:100px; flex-shrink:0; }
+ .ls-group-accent.rw { background:#a855f7; }
+ .ls-group-accent.math { background:#0891b2; }
+ .ls-group-accent.video{ background:#f97316; }
+ .ls-group-name {
+ font-family:'Nunito Sans',sans-serif;
+ font-size:0.68rem; font-weight:700; letter-spacing:0.14em;
+ text-transform:uppercase; color:#9ca3af; flex:1;
+ }
+ .ls-group-count { font-family:'Nunito',sans-serif; font-size:0.68rem; font-weight:800; color:#d1d5db; }
+
+ /* ── Lesson list card ── */
+ .ls-list {
+ background:white; border:2px solid #f3f4f6; border-radius:20px;
+ overflow:hidden; box-shadow:0 4px 14px rgba(0,0,0,0.04);
+ animation:lsPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both;
+ }
+ .ls-lesson-row {
+ display:flex; align-items:center; gap:1rem;
+ padding:1rem 1.1rem; cursor:pointer;
+ transition:background 0.15s ease; position:relative;
+ }
+ .ls-lesson-row:not(:last-child)::after {
+ content:''; position:absolute; bottom:0; left:1.1rem; right:1.1rem;
+ height:1px; background:#f3f4f6;
+ }
+ .ls-lesson-row:hover { background:#fafafa; }
+ .ls-lesson-row:active { background:#f5f3ff; }
+ .ls-row-num {
+ font-family:'Nunito',sans-serif; font-size:0.7rem; font-weight:900; color:#d1d5db;
+ width:1.4rem; text-align:center; flex-shrink:0; letter-spacing:0.04em;
+ }
+ .ls-row-icon {
+ width:36px; height:36px; border-radius:10px; flex-shrink:0;
+ display:flex; align-items:center; justify-content:center;
+ }
+ .ls-row-icon.rw { background:#f3e8ff; color:#a855f7; }
+ .ls-row-icon.math { background:#e0f2fe; color:#0891b2; }
+ .ls-row-icon.video { background:#fff7ed; color:#f97316; }
+ .ls-row-body { flex:1; min-width:0; }
+ .ls-row-title {
+ font-size:0.9rem; font-weight:800; color:#1e1b4b;
+ line-height:1.3; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
+ }
+ .ls-row-desc {
+ font-family:'Nunito Sans',sans-serif;
+ font-size:0.72rem; font-weight:600; color:#9ca3af;
+ margin-top:0.15rem; line-height:1.4;
+ display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
+ }
+ .ls-status {
+ display:flex; align-items:center; gap:0.3rem;
+ padding:0.25rem 0.6rem; border-radius:100px; flex-shrink:0;
+ font-family:'Nunito',sans-serif; font-size:0.65rem; font-weight:800;
+ letter-spacing:0.06em; text-transform:uppercase; white-space:nowrap;
+ }
+ .ls-status.started { background:#fef9c3; color:#ca8a04; border:1.5px solid #fde047; }
+ .ls-status.completed { background:#dcfce7; color:#16a34a; border:1.5px solid #86efac; }
+ .ls-chevron { color:#d1d5db; flex-shrink:0; }
+ .ls-lesson-row:hover .ls-chevron { color:#a855f7; }
+
+ /* ── Search highlight ── */
+ .ls-highlight {
+ background: linear-gradient(120deg, #fde68a 0%, #fbbf24 100%);
+ border-radius: 3px; padding: 0 2px; color: #92400e;
+ }
+
+ /* ── Video Cards Grid ── */
+ .ls-video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.875rem; }
+ @media (max-width: 480px) { .ls-video-grid { grid-template-columns: 1fr; } }
+
+ .ls-video-card {
+ background: white; border: 2px solid #f3f4f6; border-radius: 16px;
+ overflow: hidden; cursor: pointer;
+ box-shadow: 0 4px 14px rgba(0,0,0,0.05);
+ transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
+ animation: lsPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both;
+ }
+ .ls-video-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(249,115,22,0.15); border-color: #fed7aa; }
+ .ls-video-card:active { transform: translateY(-1px); }
+
+ .ls-video-thumb {
+ position: relative; width: 100%; aspect-ratio: 16 / 9;
+ background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4c1d95 100%);
+ overflow: hidden;
+ }
+ .ls-video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease; }
+ .ls-video-card:hover .ls-video-thumb img { transform: scale(1.04); }
+ .ls-video-thumb-overlay {
+ position: absolute; inset: 0;
+ background: linear-gradient(to top, rgba(30,27,75,0.7) 0%, rgba(30,27,75,0.1) 50%, transparent 100%);
+ transition: opacity 0.2s ease;
+ }
+ .ls-video-card:hover .ls-video-thumb-overlay { opacity: 0.85; }
+ .ls-video-play-btn {
+ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
+ width: 40px; height: 40px; background: rgba(255,255,255,0.95); border-radius: 50%;
+ display: flex; align-items: center; justify-content: center;
+ box-shadow: 0 4px 16px rgba(0,0,0,0.25);
+ transition: transform 0.2s ease, background 0.2s ease; color: #f97316;
+ }
+ .ls-video-card:hover .ls-video-play-btn { transform: translate(-50%, -50%) scale(1.1); background: white; }
+ .ls-video-thumb-fallback {
+ position: absolute; inset: 0;
+ display: flex; align-items: center; justify-content: center;
+ background: linear-gradient(135deg, #1e1b4b 0%, #312e81 60%, #4c1d95 100%);
+ font-size: 1.6rem; opacity: 0.7;
+ }
+ .ls-video-card-body { padding: 0.75rem 0.875rem 0.875rem; }
+ .ls-video-card-title {
+ font-size: 0.82rem; font-weight: 800; color: #1e1b4b; line-height: 1.35;
+ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
+ }
+ .ls-video-card-topic {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.68rem; font-weight: 600; color: #a855f7;
+ margin-top: 0.25rem;
+ }
+ .ls-video-card-arrow {
+ color: #f97316; opacity: 0.5; margin-top: 0.5rem;
+ display: flex; justify-content: flex-end;
+ transition: opacity 0.15s ease, transform 0.15s ease;
+ }
+ .ls-video-card:hover .ls-video-card-arrow { opacity: 1; transform: translateX(2px); }
+
+ /* ── Skeleton ── */
+ .ls-skel-list { background:white; border:2px solid #f3f4f6; border-radius:20px; overflow:hidden; box-shadow:0 4px 14px rgba(0,0,0,0.04); }
+ .ls-skel-row { display:flex; align-items:center; gap:1rem; padding:1rem 1.1rem; position:relative; }
+ .ls-skel-row:not(:last-child)::after { content:''; position:absolute; bottom:0; left:1.1rem; right:1.1rem; height:1px; background:#f3f4f6; }
+ .ls-skel-circle { width:36px; height:36px; border-radius:10px; flex-shrink:0; }
+ .ls-skel-lines { flex:1; display:flex; flex-direction:column; gap:0.4rem; }
+ .ls-skel-line { height:10px; border-radius:100px; }
+ .ls-skel-video-grid { display:grid; grid-template-columns:1fr 1fr; gap:0.875rem; }
+ .ls-skel-video-card { background:white; border:2px solid #f3f4f6; border-radius:16px; overflow:hidden; }
+ .ls-skel-video-thumb { aspect-ratio:16/9; }
+ .ls-skel-video-body { padding:0.75rem; display:flex; flex-direction:column; gap:0.4rem; }
+ @keyframes lsSkelShimmer { 0%{ background-position:200% 0; } 100%{ background-position:-200% 0; } }
+ .ls-skel-circle,.ls-skel-line,.ls-skel-video-thumb,.ls-skel-video-body .ls-skel-line {
+ background:linear-gradient(90deg,#f3f4f6 25%,#e9eaec 50%,#f3f4f6 75%);
+ background-size:200% 100%; animation:lsSkelShimmer 1.4s ease-in-out infinite;
+ }
+
+ /* ── Empty ── */
+ .ls-empty {
+ text-align:center; padding:3rem 1rem;
+ background:white; border:2.5px dashed #e5e7eb; border-radius:20px;
+ display:flex; flex-direction:column; align-items:center; gap:0.5rem;
+ }
+ .ls-empty-emoji { font-size:2.5rem; }
+ .ls-empty-text { font-size:0.9rem; font-weight:700; color:#9ca3af; }
+ .ls-empty-sub { font-family:'Nunito Sans',sans-serif; font-size:0.78rem; color:#c4b5fd; font-weight:600; }
+`;
+
+// ─── Helpers ─────────────────────────────────────────────────────────────────
+
+function highlightText(text: string, query: string): React.ReactNode {
+ if (!query.trim()) return text;
+ const idx = text.toLowerCase().indexOf(query.toLowerCase());
+ if (idx === -1) return text;
+ return (
+ <>
+ {text.slice(0, idx)}
+
+ {text.slice(idx, idx + query.length)}
+
+ {text.slice(idx + query.length)}
+ >
+ );
+}
+
+function filterLessonMetadata(
+ lessons: LessonMetadata[],
+ query: string,
+): LessonMetadata[] {
+ if (!query.trim()) return lessons;
+ const q = query.toLowerCase();
+ return lessons.filter(
+ (l) =>
+ l.title.toLowerCase().includes(q) ||
+ l.description.toLowerCase().includes(q) ||
+ l.category.toLowerCase().includes(q),
+ );
+}
+
+function filterVideoLessons(lessons: Lesson[], query: string): Lesson[] {
+ if (!query.trim()) return lessons;
+ const q = query.toLowerCase();
+ return lessons.filter(
+ (l) =>
+ l.title.toLowerCase().includes(q) ||
+ l.topic?.name?.toLowerCase().includes(q),
+ );
+}
+
+// ─── Skeletons ────────────────────────────────────────────────────────────────
+const SkeletonGroup = () => (
+
+
+ {Array.from({ length: 4 }).map((_, i) => (
+
+ ))}
+
+
+);
+
+const SkeletonVideoGrid = () => (
+
+ {Array.from({ length: 4 }).map((_, i) => (
+
+ ))}
+
+);
+
+// ─── Video Card ───────────────────────────────────────────────────────────────
+interface VideoCardProps {
+ lesson: Lesson; // uses the Lesson type from API: id, title, thumbnail_url, topic
+ index: number;
+ searchQuery: string;
+ onClick: () => void;
+}
+
+const VideoCard = ({ lesson, index, searchQuery, onClick }: VideoCardProps) => (
+
+
+ {lesson.thumbnail_url ? (
+ <>
+

+
+ >
+ ) : (
+
🎬
+ )}
+
+
+
+
+
+ {highlightText(lesson.title, searchQuery)}
+
+ {lesson.topic?.name && (
+
+ {highlightText(lesson.topic.name, searchQuery)}
+
+ )}
+
+
+
+
+
+);
+
+// ─── Component ────────────────────────────────────────────────────────────────
export const Lessons = () => {
- const user = useAuthStore((state) => state.user);
- const [lessons, setLessons] = useState([]);
- const [lessonLoading, setLessonlLoading] = useState(true);
+ const user = useAuthStore((s) => s.user);
- const [selectedLessonId, setSelectedLessonId] = useState(null);
+ // Video lessons from API — typed as Lesson[]
+ const [allVideos, setAllVideos] = useState([]);
+ const [lessonLoading, setLessonLoading] = useState(true);
+
+ const [activeTab, setActiveTab] = useState<"rw" | "math" | "video">("rw");
+ const [videoSubTab, setVideoSubTab] = useState("rw");
+ const [selectedLessonData, setSelectedLessonData] = useState<{
+ id: string | null;
+ name: string | null;
+ }>({ id: null, name: null });
const [isModalOpen, setIsModalOpen] = useState(false);
+ const [searchQuery, setSearchQuery] = useState("");
- const handleLessonClick = (lessonId: string) => {
- setSelectedLessonId(lessonId);
+ const handleLessonClick = (id: string, name: string) => {
+ setSelectedLessonData({ id, name });
setIsModalOpen(true);
};
useEffect(() => {
- const fetchAllLessons = async () => {
+ const fetchVideos = async () => {
if (!user) return;
-
try {
- setLessonlLoading(true);
+ setLessonLoading(true);
const authStorage = localStorage.getItem("auth-storage");
if (!authStorage) return;
- const parsed = JSON.parse(authStorage) as {
- state?: { token?: string };
- };
-
- const token = parsed.state?.token;
+ const {
+ // @ts-ignore
+ state: { token },
+ } = JSON.parse(authStorage) as { state?: { token?: string } };
if (!token) return;
-
- const response = await api.fetchAllLessons(token);
-
- setLessonlLoading(false);
- setLessons(response.data);
- } catch (error) {
- setLessonlLoading(false);
- console.error("Error fetching lessons:", error);
+ const response = await api.fetchLessonVideos(token);
+ // response matches LessonsResponse: { data: Lesson[], pagination: ... }
+ setAllVideos(response.data);
+ } catch (e) {
+ console.error(e);
+ } finally {
+ setLessonLoading(false);
}
};
-
- fetchAllLessons();
+ fetchVideos();
}, [user]);
- return (
-
-
-
-
-
-
- Reading & Writing
-
-
- Math
-
-
-
-
- {lessonLoading && (
-
- {Array.from({ length: 6 }).map((_, i) => (
-
- ))}
-
- )}
- {!lessonLoading && lessons.length === 0 && (
-
- No lessons available
-
- )}
+ // Split videos by sub-tab using topic name (the only subject signal in Lesson type)
+ const videos = useMemo
(() => {
+ if (videoSubTab === "math") {
+ return allVideos.filter((v) =>
+ v.topic?.name?.toLowerCase().includes("math"),
+ );
+ }
+ return allVideos.filter(
+ (v) => !v.topic?.name?.toLowerCase().includes("math"),
+ );
+ }, [allVideos, videoSubTab]);
- {!lessonLoading && lessons.length > 0 && (
-
- {lessons.map((lesson) => (
-
handleLessonClick(lesson.id)}
- className="py-0 pb-5 rounded-4xl overflow-hidden"
- >
-
-
-
+ // Count for search hint
+ const totalCount = useMemo(() => {
+ if (activeTab === "video") return videos.length;
+ return activeTab === "math" ? MATH_LESSONS.length : EBRW_LESSONS.length;
+ }, [activeTab, videos.length]);
-
- {lesson.title}
- {lesson.topic.name}
-
-
- ))}
-
- )}
- {
- setIsModalOpen(open);
- if (!open) setSelectedLessonId(null);
- }}
- />
+ const filteredCount = useMemo(() => {
+ if (activeTab === "video")
+ return filterVideoLessons(videos, searchQuery).length;
+ const base = activeTab === "math" ? MATH_LESSONS : EBRW_LESSONS;
+ return filterLessonMetadata(base, searchQuery).length;
+ }, [activeTab, videos, searchQuery]);
+
+ // ── Local lesson group renderer (LessonMetadata[]) ──
+ const renderLessonGroups = (rawLessons: LessonMetadata[]) => {
+ const lessons = filterLessonMetadata(rawLessons, searchQuery);
+
+ if (!lessons.length) {
+ return (
+
+
🔍
+
No lessons found for "{searchQuery}"
+
Try a different search term
+
+ );
+ }
+
+ const grouped = lessons.reduce>(
+ (acc, lesson) => {
+ if (!acc[lesson.category]) acc[lesson.category] = [];
+ acc[lesson.category].push(lesson);
+ return acc;
+ },
+ {},
+ );
+
+ return Object.entries(grouped).map(([category, categoryLessons], gi) => (
+
+
+
+
+ {highlightText(category, searchQuery)}
+
+
{categoryLessons.length}
+
+
+
+ {categoryLessons.map((lesson, li) => (
+
handleLessonClick(lesson.id, lesson.title)}
+ >
+
+ {String(li + 1).padStart(2, "0")}
+
+
+
+ {renderLessonIcon(lesson.iconName)}
+
+
+
+
+ {highlightText(lesson.title, searchQuery)}
+
+ {lesson.description && (
+
+ {highlightText(lesson.description, searchQuery)}
+
+ )}
+
+
+
-
-
- {lessonLoading && (
-
- {Array.from({ length: 6 }).map((_, i) => (
-
- ))}
-
- )}
- {!lessonLoading && lessons.length === 0 && (
-
- No lessons available
-
- )}
+ ))}
+
+
+ ));
+ };
- {!lessonLoading && lessons.length > 0 && (
-
- {lessons.map((lesson) => (
-
handleLessonClick(lesson.id)}
- className="py-0 pb-5 rounded-4xl overflow-hidden"
- >
-
-
-
+ // ── Video grid renderer (Lesson[]) ──
+ const renderVideoGrid = () => {
+ const filtered = filterVideoLessons(videos, searchQuery);
-
- {lesson.title}
- {lesson.topic.name}
-
-
- ))}
-
- )}
- {
- setIsModalOpen(open);
- if (!open) setSelectedLessonId(null);
- }}
- />
-
-
-
-
+ if (!filtered.length) {
+ return (
+
+
{searchQuery ? "🔍" : "📭"}
+
+ {searchQuery
+ ? `No videos found for "${searchQuery}"`
+ : "No videos available yet."}
+
+ {searchQuery && (
+
Try a different search term
+ )}
+
+ );
+ }
+
+ return (
+
+ {filtered.map((lesson, i) => (
+ handleLessonClick(lesson.id, lesson.title)}
+ />
+ ))}
+
+ );
+ };
+
+ const renderContent = () => {
+ if (lessonLoading) {
+ return activeTab === "video" ? (
+
+ ) : (
+ <>
+
+
+ >
+ );
+ }
+ if (activeTab === "video") return renderVideoGrid();
+ if (activeTab === "math") return renderLessonGroups(MATH_LESSONS);
+ return renderLessonGroups(EBRW_LESSONS);
+ };
+
+ const isSearchActive = searchQuery.trim().length > 0;
+
+ return (
+
+
+
+
+
+
+
+
+ {DOTS.map((d, i) => (
+
+ ))}
+
+
+
+
+ {/* Search */}
+
+
+ setSearchQuery(e.target.value)}
+ />
+ {isSearchActive && (
+
+ )}
+
+
+ {isSearchActive && !lessonLoading && (
+
+
+
+ {filteredCount} of {totalCount} lessons match "
+ {searchQuery}"
+
+
+ )}
+
+
+
+
+
+
+
+
+ {activeTab === "video" && (
+
+
+
+
+ )}
+
+ {renderContent()}
+
+
+
+
{
+ setIsModalOpen(open);
+ if (!open) setSelectedLessonData({ id: null, name: null });
+ }}
+ />
+
);
};
diff --git a/src/pages/student/Practice.tsx b/src/pages/student/Practice.tsx
index ac5fcaf..4af3279 100644
--- a/src/pages/student/Practice.tsx
+++ b/src/pages/student/Practice.tsx
@@ -7,135 +7,339 @@ import {
Trophy,
Zap,
} from "lucide-react";
-import {
- Card,
- CardAction,
- CardContent,
- CardDescription,
- CardFooter,
- CardHeader,
- CardTitle,
-} from "../../components/ui/card";
-import { Button } from "../../components/ui/button";
import { useNavigate } from "react-router-dom";
-import { useExamConfigStore } from "../../stores/useExamConfigStore";
+import { InfoHeader } from "../../components/InfoHeader";
+
+const DOTS = [
+ { size: 10, color: "#f97316", top: "8%", left: "5%", delay: "0s" },
+ { size: 7, color: "#a855f7", top: "30%", left: "2%", delay: "1.2s" },
+ { size: 9, color: "#22c55e", top: "62%", left: "4%", delay: "0.6s" },
+ { size: 12, color: "#3b82f6", top: "12%", right: "4%", delay: "1.8s" },
+ { size: 7, color: "#f43f5e", top: "48%", right: "3%", delay: "0.9s" },
+ { size: 9, color: "#eab308", top: "78%", right: "6%", delay: "0.4s" },
+];
+
+const STYLES = `
+ @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800;900&family=Nunito+Sans:wght@400;600;700&display=swap');
+
+ :root { --content-max: 1100px; }
+
+ .pr-screen {
+ min-height: 100vh;
+ background: #fffbf4;
+ font-family: 'Nunito', sans-serif;
+ position: relative;
+ overflow-x: hidden;
+ }
+
+ /* On desktop, account for sidebar */
+ @media (min-width: 768px) {
+ .pr-screen {
+ padding-left: calc(17rem + 1.25rem);
+ }
+ }
+
+ /* ── Blobs ── */
+ .pr-blob { position: fixed; pointer-events: none; z-index: 0; filter: blur(48px); opacity: 0.35; }
+ .pr-blob-1 { width:240px;height:240px;background:#fde68a;top:-80px;left:-80px;border-radius:60% 40% 70% 30%/50% 60% 40% 50%;animation:prWobble1 14s ease-in-out infinite; }
+ .pr-blob-2 { width:190px;height:190px;background:#a5f3c0;bottom:-50px;left:6%;border-radius:40% 60% 30% 70%/60% 40% 60% 40%;animation:prWobble2 16s ease-in-out infinite; }
+ .pr-blob-3 { width:210px;height:210px;background:#fbcfe8;top:15%;right:-60px;border-radius:70% 30% 50% 50%/40% 60% 40% 60%;animation:prWobble1 18s ease-in-out infinite reverse; }
+ .pr-blob-4 { width:150px;height:150px;background:#bfdbfe;bottom:12%;right:2%;border-radius:50% 50% 30% 70%/60% 40% 60% 40%;animation:prWobble2 12s ease-in-out infinite; }
+
+ @keyframes prWobble1 {
+ 0%,100%{border-radius:60% 40% 70% 30%/50% 60% 40% 50%;transform:translate(0,0) rotate(0deg);}
+ 50%{border-radius:40% 60% 30% 70%/60% 40% 60% 40%;transform:translate(12px,16px) rotate(8deg);}
+ }
+ @keyframes prWobble2 {
+ 0%,100%{border-radius:40% 60% 30% 70%/60% 40% 60% 40%;transform:translate(0,0) rotate(0deg);}
+ 50%{border-radius:60% 40% 70% 30%/40% 60% 40% 60%;transform:translate(-10px,12px) rotate(-6deg);}
+ }
+
+ /* ── Floating dots ── */
+ .pr-dot { position:fixed;border-radius:50%;pointer-events:none;z-index:0;opacity:0.3;animation:prFloat 7s ease-in-out infinite; }
+ @keyframes prFloat {
+ 0%,100%{transform:translateY(0) rotate(0deg);}
+ 50%{transform:translateY(-12px) rotate(180deg);}
+ }
+
+ /* ── Inner container ── */
+ .pr-inner {
+ position: relative; z-index: 1;
+ max-width: 580px; margin: 0 auto;
+ padding: 2rem 1.25rem 4rem;
+ display: flex; flex-direction: column; gap: 1.5rem;
+ }
+
+ /* Desktop / wide layout */
+ @media (min-width: 900px) {
+ .pr-inner { max-width: var(--content-max); padding: 3rem 1.5rem 6rem; }
+ .pr-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
+
+ .pr-blob-1 { left: calc((100vw - var(--content-max)) / 2 - 120px); top: -120px; width: 300px; height: 300px; }
+ .pr-blob-2 { left: calc((100vw - var(--content-max)) / 2 + 20px); bottom: -80px; width: 220px; height: 220px; }
+ .pr-blob-3 { right: calc((100vw - var(--content-max)) / 2 - 40px); top: 10%; width: 260px; height: 260px; }
+ .pr-blob-4 { right: calc((100vw - var(--content-max)) / 2 + 10px); bottom: 6%; width: 180px; height: 180px; }
+
+ .pr-hero { padding: 2rem; }
+ .pr-hero-icon-bg { right: -60px; top: -40px; opacity: 0.12; }
+ }
+
+ /* ── Animations ── */
+ @keyframes prPopIn {
+ from { opacity:0; transform: scale(0.92) translateY(12px); }
+ to { opacity:1; transform: scale(1) translateY(0); }
+ }
+ .pr-anim { animation: prPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both; }
+ .pr-anim-1 { animation-delay: 0.05s; }
+ .pr-anim-2 { animation-delay: 0.1s; }
+ .pr-anim-3 { animation-delay: 0.15s; }
+ .pr-anim-4 { animation-delay: 0.2s; }
+
+ /* ── Header ── */
+ .pr-header {
+ display: flex; align-items: center; justify-content: space-between;
+ animation: prPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both;
+ }
+ .pr-logo-btn {
+ width: 44px; height: 44px; border-radius: 14px;
+ background: linear-gradient(135deg, #a855f7, #7c3aed);
+ display: flex; align-items: center; justify-content: center;
+ box-shadow: 0 4px 0 #5b21b644;
+ }
+ .pr-xp-chip {
+ display: flex; align-items: center; gap: 0.5rem;
+ background: white; border: 2.5px solid #e9d5ff;
+ border-radius: 100px; padding: 0.45rem 1rem;
+ font-size: 0.85rem; font-weight: 800; color: #7c3aed;
+ box-shadow: 0 3px 10px rgba(0,0,0,0.05);
+ }
+ .pr-xp-dot {
+ width: 8px; height: 8px; border-radius: 50%;
+ background: linear-gradient(135deg, #a855f7, #7c3aed);
+ }
+
+ /* ── Hero banner ── */
+ .pr-hero {
+ border-radius: 24px;
+ background: linear-gradient(135deg, #7c3aed, #a855f7);
+ padding: 1.5rem;
+ position: relative; overflow: hidden;
+ box-shadow: 0 8px 0 #5b21b644, 0 12px 32px rgba(124,58,237,0.25);
+ display: flex; flex-direction: column; gap: 0.75rem;
+ }
+ .pr-hero-icon-bg {
+ position: absolute; right: -40px; top: -30px;
+ opacity: 0.15; transform: rotate(-30deg);
+ pointer-events: none;
+ }
+ .pr-hero-eyebrow {
+ font-size: 0.65rem; font-weight: 800; letter-spacing: 0.16em;
+ text-transform: uppercase; color: #e9d5ff;
+ }
+ .pr-hero-title {
+ font-size: clamp(1.6rem, 5vw, 2rem); font-weight: 900;
+ color: white; letter-spacing: -0.02em; line-height: 1.15;
+ position: relative; z-index: 1;
+ }
+ .pr-hero-sub {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.85rem; font-weight: 600; color: #ddd6fe;
+ position: relative; z-index: 1;
+ }
+ .pr-hero-btn {
+ display: inline-flex; align-items: center; gap: 0.4rem;
+ background: white; border: none; border-radius: 100px;
+ padding: 0.7rem 1.4rem; cursor: pointer;
+ font-family: 'Nunito', sans-serif; font-size: 0.88rem; font-weight: 800;
+ color: #7c3aed;
+ box-shadow: 0 4px 0 rgba(0,0,0,0.15);
+ transition: transform 0.1s ease, box-shadow 0.1s ease;
+ width: fit-content; position: relative; z-index: 1;
+ }
+ .pr-hero-btn:hover { transform:translateY(-2px); box-shadow:0 6px 0 rgba(0,0,0,0.15); }
+ .pr-hero-btn:active { transform:translateY(2px); box-shadow:0 2px 0 rgba(0,0,0,0.15); }
+
+ /* ── Section title ── */
+ .pr-section-title {
+ font-size: 1.15rem; font-weight: 900; color: #1e1b4b;
+ letter-spacing: -0.01em;
+ }
+
+ /* ── Practice mode grid ── */
+ .pr-grid {
+ display: grid; grid-template-columns: 1fr;
+ gap: 0.85rem;
+ }
+ @media(min-width: 480px){ .pr-grid { grid-template-columns: 1fr 1fr; } }
+
+ /* ── Mode card ── */
+ .pr-mode-card {
+ background: white; border: 2.5px solid #f3f4f6; border-radius: 22px;
+ padding: 1.1rem 1.25rem;
+ box-shadow: 0 4px 14px rgba(0,0,0,0.04);
+ cursor: pointer; display: flex; flex-direction: column; gap: 0.85rem;
+ transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
+ position: relative; overflow: hidden;
+ }
+ .pr-mode-card:hover {
+ transform: translateY(-3px);
+ box-shadow: 0 10px 24px rgba(0,0,0,0.08);
+ }
+ .pr-mode-card:active { transform: translateY(1px); box-shadow: 0 3px 8px rgba(0,0,0,0.06); }
+
+ .pr-mode-card.red { border-color: #fecaca; }
+ .pr-mode-card.red:hover { border-color: #fca5a5; }
+ .pr-mode-card.cyan { border-color: #a5f3fc; }
+ .pr-mode-card.cyan:hover { border-color: #67e8f9; }
+ .pr-mode-card.lime { border-color: #d9f99d; }
+ .pr-mode-card.lime:hover { border-color: #bef264; }
+
+ .pr-mode-top {
+ display: flex; align-items: flex-start; justify-content: space-between;
+ }
+ .pr-mode-icon {
+ width: 44px; height: 44px; border-radius: 14px;
+ display: flex; align-items: center; justify-content: center;
+ }
+ .pr-mode-icon.red { background: linear-gradient(135deg, #f87171, #ef4444); box-shadow: 0 4px 0 #b91c1c44; }
+ .pr-mode-icon.cyan { background: linear-gradient(135deg, #22d3ee, #06b6d4); box-shadow: 0 4px 0 #0e7490aa; }
+ .pr-mode-icon.lime { background: linear-gradient(135deg, #a3e635, #84cc16); box-shadow: 0 4px 0 #4d7c0f44; }
+
+ .pr-mode-badge {
+ width: 36px; height: 36px; border-radius: 50%;
+ display: flex; align-items: center; justify-content: center;
+ }
+ .pr-mode-badge.red { background: #fff5f5; }
+ .pr-mode-badge.cyan { background: #ecfeff; }
+ .pr-mode-badge.lime { background: #f7ffe4; }
+
+ .pr-mode-title {
+ font-size: 1rem; font-weight: 900; color: #1e1b4b;
+ }
+ .pr-mode-desc {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.78rem; font-weight: 600; color: #9ca3af;
+ }
+ .pr-mode-arrow {
+ font-size: 0.75rem; font-weight: 800; margin-top: auto;
+ display: flex; align-items: center; gap: 0.25rem;
+ transition: gap 0.2s ease;
+ }
+ .pr-mode-card:hover .pr-mode-arrow { gap: 0.5rem; }
+ .pr-mode-arrow.red { color: #ef4444; }
+ .pr-mode-arrow.cyan { color: #06b6d4; }
+ .pr-mode-arrow.lime { color: #84cc16; }
+`;
+
+const MODE_CARDS = [
+ {
+ color: "red",
+ icon: ,
+ badge: ,
+ title: "Targeted Practice",
+ desc: "Focus on your weak spots and improve fast",
+ route: "/student/practice/targeted-practice",
+ arrow: "Practice →",
+ },
+ {
+ color: "cyan",
+ icon: ,
+ badge: ,
+ title: "Drills",
+ desc: "Train speed and accuracy under pressure",
+ route: "/student/practice/drills",
+ arrow: "Drill →",
+ },
+ {
+ color: "lime",
+ icon: ,
+ badge: ,
+ title: "Hard Modules",
+ desc: "Push yourself with the toughest questions",
+ route: "/student/practice/hard-test-modules",
+ arrow: "Challenge →",
+ },
+] as const;
export const Practice = () => {
const navigate = useNavigate();
- const userXp = useExamConfigStore.getState().userXp;
- console.log(userXp);
return (
-
-
-
-
-
-
-
- See where you stand
-
-
+
+
-
-
- Test your knowledge with an adaptive practice test.
-
-
-
-
-
+ {/* Blobs */}
+
+
+
+
+
+ {/* Dots */}
+ {DOTS.map((d, i) => (
+
+ ))}
+
+
+ {/* ── Header ── */}
+
+ {/* ── Hero banner ── */}
+
+
+
-
-
-
-
-
-
- Practice your way
-
-
navigate("/student/practice/targeted-practice")}
- className="rounded-4xl cursor-pointer hover:bg-gray-50 active:bg-gray-50 active:translate-y-1"
- >
-
-
-
-
-
-
- Targeted Practice
-
-
- Focus on what matters
-
-
-
-
-
-
-
-
-
-
navigate("/student/practice/drills")}
- className="rounded-4xl cursor-pointer hover:bg-gray-50 active:bg-gray-50 active:translate-y-1"
- >
-
-
-
-
-
- Drills
-
- Train speed and accuracy
-
-
-
-
-
-
-
-
-
-
navigate("/student/practice/hard-test-modules")}
- className="rounded-4xl cursor-pointer hover:bg-gray-50 active:bg-gray-50 active:translate-y-1"
- >
-
-
-
-
-
-
- Hard Test Modules
-
-
- Focus on what matters
-
-
-
-
-
-
-
-
-
+
🎯 Full Practice Test
+
See where you stand
+
+ Take a full adaptive test and benchmark your SAT readiness.
+
+
-
-
+
+ {/* ── Practice modes ── */}
+
+
+ Practice your way
+
+
+ {MODE_CARDS.map((card) => (
+
navigate(card.route)}
+ >
+
+
+ {card.icon}
+
+
+ {card.badge}
+
+
+
+
{card.title}
+
{card.desc}
+
+
{card.arrow}
+
+ ))}
+
+
+
+
);
};
diff --git a/src/pages/student/Profile.tsx b/src/pages/student/Profile.tsx
index 96a7975..bdc58a0 100644
--- a/src/pages/student/Profile.tsx
+++ b/src/pages/student/Profile.tsx
@@ -1,6 +1,223 @@
-import { ChevronRight } from "lucide-react";
+import { ChevronRight, LogOut, User } from "lucide-react";
import { useAuthStore } from "../../stores/authStore";
import { useNavigate } from "react-router-dom";
+import {
+ Avatar,
+ AvatarFallback,
+ AvatarImage,
+} from "../../components/ui/avatar";
+
+const DOTS = [
+ { size: 10, color: "#f97316", top: "6%", left: "4%", delay: "0s" },
+ { size: 7, color: "#a855f7", top: "28%", left: "2%", delay: "1.2s" },
+ { size: 9, color: "#22c55e", top: "62%", left: "3%", delay: "0.6s" },
+ { size: 12, color: "#3b82f6", top: "10%", right: "4%", delay: "1.8s" },
+ { size: 7, color: "#f43f5e", top: "48%", right: "2%", delay: "0.9s" },
+ { size: 9, color: "#eab308", top: "76%", right: "5%", delay: "0.4s" },
+];
+
+const STYLES = `
+ @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800;900&family=Nunito+Sans:wght@400;600;700&display=swap');
+
+ :root { --content-max: 1100px; }
+
+ .pf-screen {
+ min-height: 100vh;
+ background: #fffbf4;
+ font-family: 'Nunito', sans-serif;
+ position: relative;
+ overflow-x: hidden;
+ }
+
+ /* On desktop, account for sidebar */
+ @media (min-width: 768px) {
+ .pf-screen {
+ padding-left: calc(17rem + 1.25rem);
+ }
+ }
+
+ .pf-blob { position: fixed; pointer-events: none; z-index: 0; filter: blur(48px); opacity: 0.35; }
+ .pf-blob-1 { width:240px;height:240px;background:#fde68a;top:-80px;left:-80px;border-radius:60% 40% 70% 30%/50% 60% 40% 50%;animation:pfWobble1 14s ease-in-out infinite; }
+ .pf-blob-2 { width:190px;height:190px;background:#a5f3c0;bottom:-50px;left:6%;border-radius:40% 60% 30% 70%/60% 40% 60% 40%;animation:pfWobble2 16s ease-in-out infinite; }
+ .pf-blob-3 { width:210px;height:210px;background:#fbcfe8;top:15%;right:-60px;border-radius:70% 30% 50% 50%/40% 60% 40% 60%;animation:pfWobble1 18s ease-in-out infinite reverse; }
+ .pf-blob-4 { width:150px;height:150px;background:#bfdbfe;bottom:12%;right:2%;border-radius:50% 50% 30% 70%/60% 40% 60% 40%;animation:pfWobble2 12s ease-in-out infinite; }
+
+ @keyframes pfWobble1 {
+ 0%,100%{border-radius:60% 40% 70% 30%/50% 60% 40% 50%;transform:translate(0,0) rotate(0deg);}
+ 50%{border-radius:40% 60% 30% 70%/60% 40% 60% 40%;transform:translate(12px,16px) rotate(8deg);}
+ }
+ @keyframes pfWobble2 {
+ 0%,100%{border-radius:40% 60% 30% 70%/60% 40% 60% 40%;transform:translate(0,0) rotate(0deg);}
+ 50%{border-radius:60% 40% 70% 30%/40% 60% 40% 60%;transform:translate(-10px,12px) rotate(-6deg);}
+ }
+
+ .pf-dot { position:fixed;border-radius:50%;pointer-events:none;z-index:0;opacity:0.3;animation:pfFloat 7s ease-in-out infinite; }
+ @keyframes pfFloat {
+ 0%,100%{transform:translateY(0) rotate(0deg);}
+ 50%{transform:translateY(-12px) rotate(180deg);}
+ }
+
+ .pf-inner {
+ position: relative; z-index: 1;
+ max-width: 520px; margin: 0 auto;
+ padding: 2rem 1.25rem 4rem;
+ display: flex; flex-direction: column; gap: 1.5rem;
+ }
+
+ /* Desktop / web layout: wider container and two-column grid */
+ @media (min-width: 900px) {
+ .pf-inner {
+ max-width: var(--content-max);
+ padding: 2.5rem 2.5rem 4rem;
+ display: grid;
+ grid-template-columns: 1fr 420px;
+ grid-template-rows: auto;
+ gap: 1.5rem 2rem;
+ align-items: start;
+ }
+
+ /* Hero spans full width */
+ .pf-hero { grid-column: 1 / -1; display: flex; align-items: center; gap: 1.5rem; }
+
+ /* Keep page title centered across the full layout */
+ .pf-page-title { grid-column: 1 / -1; }
+
+ /* Place first section (Account) in left column */
+ .pf-inner > section:nth-of-type(1) { grid-column: 1 / 2; }
+
+ /* Right column wrapper (Legal + Support) */
+ .pf-right-col { grid-column: 2 / 3; display: flex; flex-direction: column; gap: 1.5rem; }
+
+ /* Make signout button centered and constrained width */
+ .pf-signout-btn { grid-column: 1 / -1; justify-self: center; width: 420px; }
+ }
+
+ @keyframes pfPopIn {
+ from { opacity:0; transform: scale(0.92) translateY(12px); }
+ to { opacity:1; transform: scale(1) translateY(0); }
+ }
+ .pf-anim { animation: pfPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both; }
+ .pf-anim-1 { animation-delay: 0.05s; }
+ .pf-anim-2 { animation-delay: 0.1s; }
+ .pf-anim-3 { animation-delay: 0.15s; }
+ .pf-anim-4 { animation-delay: 0.2s; }
+ .pf-anim-5 { animation-delay: 0.25s; }
+
+ /* Page title */
+ .pf-page-title {
+ font-size: 1.8rem; font-weight: 900; color: #1e1b4b;
+ letter-spacing: -0.02em; text-align: center;
+ animation: pfPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both;
+ }
+
+ /* Avatar hero card */
+ .pf-hero {
+ background: white; border: 2.5px solid #f3f4f6; border-radius: 24px;
+ padding: 1.5rem; box-shadow: 0 6px 20px rgba(0,0,0,0.05);
+ display: flex; align-items: center; gap: 1rem;
+ }
+ .pf-avatar-wrap {
+ width: 64px; height: 64px; flex-shrink: 0;
+ border-radius: 50%;
+ background: linear-gradient(135deg, #a855f7, #7c3aed);
+ display: flex; align-items: center; justify-content: center;
+ box-shadow: 0 4px 0 #5b21b655;
+ }
+ .pf-user-name {
+ font-size: 1.15rem; font-weight: 900; color: #1e1b4b; line-height: 1.2;
+ }
+ .pf-user-email {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.8rem; font-weight: 600; color: #9ca3af; margin-top: 0.2rem;
+ }
+ .pf-user-badge {
+ display: inline-flex; align-items: center; gap: 0.3rem;
+ background: #f3e8ff; border: 2px solid #e9d5ff; border-radius: 100px;
+ padding: 0.2rem 0.6rem; margin-top: 0.35rem;
+ font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em;
+ text-transform: uppercase; color: #9333ea;
+ width: fit-content;
+ }
+
+ /* Section */
+ .pf-section { display: flex; flex-direction: column; gap: 0.5rem; }
+ .pf-section-label {
+ font-size: 0.62rem; font-weight: 800; letter-spacing: 0.18em;
+ text-transform: uppercase; color: #9ca3af; padding: 0 0.25rem;
+ }
+
+ /* Settings group card */
+ .pf-group {
+ background: white; border: 2.5px solid #f3f4f6; border-radius: 20px;
+ overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,0.04);
+ }
+ .pf-row {
+ display: flex; align-items: center; justify-content: space-between;
+ padding: 0.9rem 1.1rem; gap: 0.75rem; cursor: not-allowed;
+ background: white; border: none; width: 100%; text-align: left;
+ transition: background 0.15s ease;
+ border-bottom: 2px solid #f9fafb;
+ opacity: 0.5;
+ }
+ .pf-row:last-child { border-bottom: none; }
+ .pf-row:hover { background: #fafaf9; }
+ .pf-row:active { background: #f5f3ef; }
+
+ .pf-row-left { display: flex; align-items: center; gap: 0.75rem; }
+ .pf-row-icon {
+ width: 34px; height: 34px; border-radius: 10px;
+ display: flex; align-items: center; justify-content: center;
+ flex-shrink: 0;
+ }
+ .pf-row-label {
+ font-size: 0.9rem; font-weight: 800; color: #1e1b4b;
+ }
+ .pf-row-sub {
+ font-family: 'Nunito Sans', sans-serif;
+ font-size: 0.72rem; font-weight: 600; color: #9ca3af;
+ }
+ .pf-chevron { color: #d1d5db; flex-shrink: 0; }
+
+ /* Sign out button */
+ .pf-signout-btn {
+ width: 100%;
+ background: #f97316; color: white; border: none;
+ border-radius: 100px; padding: 1rem;
+ font-family: 'Nunito', sans-serif; font-size: 0.95rem; font-weight: 800;
+ cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 0.5rem;
+ box-shadow: 0 6px 0 #c2560e, 0 8px 20px rgba(249,115,22,0.25);
+ transition: transform 0.1s ease, box-shadow 0.1s ease;
+ }
+ .pf-signout-btn:hover { transform:translateY(-2px); box-shadow:0 8px 0 #c2560e,0 12px 24px rgba(249,115,22,0.3); }
+ .pf-signout-btn:active { transform:translateY(3px); box-shadow:0 3px 0 #c2560e; }
+`;
+
+type RowDef = {
+ icon: string;
+ iconBg: string;
+ label: string;
+ sub?: string;
+ onClick?: () => void;
+};
+
+const SettingsGroup = ({ rows }: { rows: RowDef[] }) => (
+
+ {rows.map((row, i) => (
+
+ ))}
+
+);
export const Profile = () => {
const user = useAuthStore((state) => state.user);
@@ -11,62 +228,143 @@ export const Profile = () => {
navigate("/login");
};
+ const ACCOUNT_ROWS: RowDef[] = [
+ {
+ icon: "👤",
+ iconBg: "#f3e8ff",
+ label: "Account details",
+ sub: "Name, email, password",
+ },
+ {
+ icon: "🎟️",
+ iconBg: "#fff7ed",
+ label: "Redeem a code",
+ sub: "Enter your access code",
+ },
+ {
+ icon: "💳",
+ iconBg: "#f0fdf4",
+ label: "Manage subscription",
+ sub: "Plans & billing",
+ },
+ {
+ icon: "⚙️",
+ iconBg: "#f8fafc",
+ label: "Preferences",
+ sub: "Notifications & display",
+ },
+ ];
+
+ const LEGAL_ROWS: RowDef[] = [
+ { icon: "📄", iconBg: "#eff6ff", label: "Terms of Use" },
+ { icon: "🔒", iconBg: "#fff1f2", label: "Privacy Policy" },
+ ];
+
+ const SUPPORT_ROWS: RowDef[] = [
+ {
+ icon: "💬",
+ iconBg: "#f0fdf4",
+ label: "Contact Us",
+ sub: "We usually respond within 24h",
+ },
+ ];
+
return (
-
- Profile
-
- {user?.name}
- {user?.email}
-
-
- ACCOUNT
-
-
-
-
-
+
+
+
+ {/* Blobs */}
+
+
+
+
+
+ {/* Dots */}
+ {DOTS.map((d, i) => (
+
+ ))}
+
+
+
Profile
+
+ {/* Hero card */}
+
+
+
+
+ {user?.name?.slice(0, 1).toUpperCase()}
+
+
+
+
{user?.name}
+
{user?.email}
+
+
+ {user?.role === "STUDENT"
+ ? "Student"
+ : user?.role === "ADMIN"
+ ? "Admin"
+ : "Teacher"}
+
+
-
-
- LEGAL
-
-
-
+
+ {/* Account */}
+
+
+ {/* Right column: Legal + Support (stacked) */}
+
-
-
- SUPPORT
-
-
-
-
-
-
+
+ {/* Sign out */}
+
+
+
);
};
diff --git a/src/pages/student/QuestMap.tsx b/src/pages/student/QuestMap.tsx
new file mode 100644
index 0000000..0b65ddf
--- /dev/null
+++ b/src/pages/student/QuestMap.tsx
@@ -0,0 +1,2218 @@
+import { useState, useRef, useEffect, useCallback, useMemo } from "react";
+import type {
+ QuestArc,
+ QuestNode,
+ ClaimedRewardResponse,
+} from "../../types/quest";
+import { useQuestStore } from "../../stores/useQuestStore";
+import { useAuthStore } from "../../stores/authStore";
+import { api } from "../../utils/api";
+import { QuestNodeModal } from "../../components/QuestNodeModal";
+import { ChestOpenModal } from "../../components/ChestOpenModal";
+import { InfoHeader } from "../../components/InfoHeader";
+import { Canvas, useThree, useFrame } from "@react-three/fiber";
+import { Island3D } from "../../components/Island3D";
+import { Billboard, OrbitControls, Stars, Text } from "@react-three/drei";
+import * as THREE from "three";
+
+// ─── Map geometry ─────────────────────────────────────────────────────────────
+const VW = 420;
+const TOP_PAD = 80;
+const ROW_H = 520; // vertical step per island (increased for more separation)
+
+// ─── Seeded RNG ───────────────────────────────────────────────────────────────
+const mkRng = (seed: number) => {
+ let s = seed >>> 0;
+ return () => {
+ s += 0x6d2b79f5;
+ let t = Math.imul(s ^ (s >>> 15), 1 | s);
+ t ^= t + Math.imul(t ^ (t >>> 7), 61 | t);
+ return ((t ^ (t >>> 14)) >>> 0) / 4294967296;
+ };
+};
+
+const strToSeed = (str: string) => {
+ let h = 5381;
+ for (let i = 0; i < str.length; i++)
+ h = (Math.imul(h, 33) ^ str.charCodeAt(i)) >>> 0;
+ return h;
+};
+
+// ─── Random island positions ──────────────────────────────────────────────────
+// Generates organic-feeling positions that zigzag downward with random offsets.
+// Uses a seeded RNG per arc so positions are deterministic per arc but varied.
+const MIN_DIST = 600; // minimum px distance between any two islands (increased for more separation)
+
+const generateIslandPositions = (
+ nodeCount: number,
+ arcId: string,
+): { x: number; y: number }[] => {
+ const rng = mkRng(strToSeed(arcId + "_positions"));
+
+ // X zones: left, centre-left, centre, centre-right, right
+ const ZONES = [
+ [0.12, 0.32],
+ [0.28, 0.48],
+ [0.38, 0.62],
+ [0.52, 0.72],
+ [0.68, 0.88],
+ ];
+
+ const positions: { x: number; y: number }[] = [];
+
+ for (let i = 0; i < nodeCount; i++) {
+ const baseY = TOP_PAD + i * ROW_H;
+ // vertical jitter ±55px so islands feel scattered, not gridded
+ const yJitter = (rng() - 0.5) * 110;
+
+ let best: { x: number; y: number } | null = null;
+ let attempts = 0;
+
+ while (!best || attempts < 40) {
+ // Pick a random zone, biased to alternate left/right to keep paths readable
+ const zoneIdx =
+ i % 2 === 0
+ ? Math.floor(rng() * 3) // odd rows: left half
+ : 2 + Math.floor(rng() * 3); // even rows: right half (clamped below)
+ const zone = ZONES[Math.min(zoneIdx, ZONES.length - 1)];
+ const candidate = {
+ x: Math.round((zone[0] + rng() * (zone[1] - zone[0])) * VW),
+ y: Math.round(baseY + yJitter * (attempts < 20 ? 1 : 0.4)),
+ };
+
+ // Enforce minimum spacing
+ const tooClose = positions.some((p) => {
+ const dx = p.x - candidate.x;
+ const dy = p.y - candidate.y;
+ return Math.sqrt(dx * dx + dy * dy) < MIN_DIST;
+ });
+
+ if (!tooClose || attempts >= 39) {
+ best = candidate;
+ break;
+ }
+ attempts++;
+ }
+
+ positions.push(best!);
+ }
+
+ return positions;
+};
+
+// ─── Styles ───────────────────────────────────────────────────────────────────
+const STYLES = `
+ @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700;800;900&family=Nunito+Sans:wght@400;600;700&family=Cinzel:wght@700;900&display=swap');
+ @import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');
+
+ * { box-sizing: border-box; }
+
+ .qm-screen {
+ height: 100vh;
+ font-family: 'Nunito', sans-serif;
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ background: #060e1f;
+ }
+
+ .qm-header {
+ position: relative; z-index: 30; flex-shrink: 0;
+ background: rgba(4,10,24,0.94);
+ backdrop-filter: blur(20px);
+ border-bottom: 1px solid rgba(251,191,36,0.12);
+ padding: 1.25rem 1.25rem 0;
+ }
+
+ .qm-arc-tabs {
+ display: flex; gap:0; overflow-x:auto; scrollbar-width:none;
+ border-top: 1px solid rgba(255,255,255,0.06);
+ }
+ .qm-arc-tabs::-webkit-scrollbar { display:none; }
+ .qm-arc-tab {
+ flex-shrink:0; display:flex; align-items:center; gap:0.4rem;
+ padding: 0.6rem 1rem; border:none; background:transparent; cursor:pointer;
+ font-family:'Nunito',sans-serif; font-weight:800; font-size:0.78rem;
+ color: rgba(255,255,255,0.3); border-bottom: 3px solid transparent;
+ transition: all 0.2s ease; white-space:nowrap;
+ }
+ .qm-arc-tab:hover { color:rgba(255,255,255,0.6); }
+ .qm-arc-tab.active { color:var(--arc-accent); border-bottom-color:var(--arc-accent); }
+ .qm-tab-dot {
+ width:7px; height:7px; border-radius:50%;
+ background:#ef4444; box-shadow:0 0 8px #ef4444;
+ animation: qmDotBlink 1.4s ease-in-out infinite;
+ }
+ @keyframes qmDotBlink { 0%,100%{ opacity:1; } 50%{ opacity:0.4; } }
+
+ .qm-sea-scroll {
+ flex:1; overflow-y:auto; overflow-x:visible;
+ position:relative; scrollbar-width:none; -webkit-overflow-scrolling:touch;
+ }
+ .qm-sea-scroll::-webkit-scrollbar { display:none; }
+
+ .qm-sea {
+ position: relative;
+ min-height: 100%;
+ padding: 1.25rem 1.25rem 8rem;
+ background:
+ radial-gradient(ellipse 80% 40% at 20% 15%, rgba(6,80,160,0.45) 0%, transparent 60%),
+ radial-gradient(ellipse 60% 50% at 80% 60%, rgba(4,50,110,0.35) 0%, transparent 55%),
+ radial-gradient(ellipse 70% 40% at 50% 90%, rgba(8,120,180,0.2) 0%, transparent 50%),
+ linear-gradient(180deg, #071530 0%, #04101e 40%, #020a14 100%);
+ }
+
+ .qm-sea-shimmer {
+ position:absolute; inset:0; pointer-events:none; z-index:0;
+ background:
+ repeating-linear-gradient(105deg, transparent 0%, transparent 55%, rgba(56,189,248,0.018) 56%, transparent 57%),
+ repeating-linear-gradient(75deg, transparent 0%, transparent 70%, rgba(56,189,248,0.012) 71%, transparent 72%);
+ background-size: 400% 400%, 300% 300%;
+ animation: qmSeaMove 14s ease-in-out infinite alternate;
+ }
+ @keyframes qmSeaMove { 0%{background-position:0% 0%,100% 0%;} 100%{background-position:100% 100%,0% 100%;} }
+ .qm-bubble {
+ position:absolute; border-radius:50%; pointer-events:none; z-index:1;
+ background: rgba(255,255,255,0.045);
+ animation: qmBobble var(--bdur) ease-in-out infinite;
+ animation-delay: var(--bdelay);
+ }
+ @keyframes qmBobble { 0%,100%{transform:translateY(0) scale(1);opacity:0.5;} 50%{transform:translateY(-10px) scale(1.1);opacity:0.9;} }
+
+ .qm-arc-banner {
+ position:relative; z-index:5;
+ border-radius:22px; padding: 1.1rem 1.25rem; margin-bottom: 1.5rem;
+ border: 1px solid rgba(255,255,255,0.1);
+ box-shadow: 0 12px 40px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
+ overflow:hidden;
+ }
+ .qm-arc-banner::before {
+ content:''; position:absolute; inset:0;
+ background: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255,255,255,0.015) 15px, rgba(255,255,255,0.015) 16px);
+ }
+ .qm-arc-banner-bg-emoji {
+ position:absolute; right:0.5rem; top:50%; transform:translateY(-50%);
+ font-size:5rem; opacity:0.09; filter:blur(2px); pointer-events:none; z-index:0;
+ }
+ .qm-arc-banner-name {
+ font-family:'Sorts Mill Goudy',serif; font-size:1.25rem; font-weight:900; color:white;
+ letter-spacing:0.06em; text-shadow:0 2px 16px rgba(0,0,0,0.6); position:relative; z-index:1;
+ }
+ .qm-arc-banner-sub {
+ font-family:'Nunito Sans',sans-serif; font-size:0.7rem; font-weight:600;
+ color:rgba(255,255,255,0.5); margin-top:0.2rem; position:relative; z-index:1;
+ }
+ .qm-arc-banner-prog {
+ display:flex; align-items:center; gap:0.65rem; margin-top:0.8rem; position:relative; z-index:1;
+ }
+ .qm-arc-banner-track { flex:1; height:5px; border-radius:100px; background:rgba(255,255,255,0.12); overflow:hidden; }
+ .qm-arc-banner-fill {
+ height:100%; border-radius:100px; background:rgba(255,255,255,0.8);
+ box-shadow:0 0 8px rgba(255,255,255,0.5); transition:width 0.8s cubic-bezier(0.34,1.56,0.64,1);
+ }
+ .qm-arc-banner-count {
+ font-family:'Nunito',sans-serif; font-size:0.68rem; font-weight:900;
+ color:rgba(255,255,255,0.65); white-space:nowrap;
+ }
+
+ .qm-map-wrap {
+ width: ${VW}px;
+ max-width: 100%;
+ margin: 0 auto;
+ position: relative;
+ z-index: 5;
+ overflow: visible;
+ }
+
+ .qm-map-svg {
+ display: block;
+ width: ${VW}px;
+ max-width: 100%;
+ overflow: visible;
+ position: relative;
+ z-index: 5;
+ }
+
+ .qm-info-card {
+ background: rgba(255,255,255,0.055); border:1px solid rgba(255,255,255,0.09);
+ border-radius:16px; padding:0.7rem 0.85rem;
+ backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
+ transition: background 0.15s ease, border-color 0.15s ease; overflow:hidden;
+ }
+ .qm-info-card.is-claimable { border-color:rgba(251,191,36,0.45); background:rgba(251,191,36,0.07); }
+ .qm-info-card.is-active { border-color:rgba(255,255,255,0.14); }
+ .qm-info-card.is-locked { opacity:0.42; }
+ .qm-info-row1 { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.4rem; gap:0.4rem; }
+ .qm-info-title { font-family:'Sorts Mill Goudy',serif; font-size:0.78rem; font-weight:700; color:white; line-height:1.25; }
+ .qm-xp-badge { display:flex; align-items:center; gap:0.18rem; padding:0.18rem 0.45rem; background:rgba(251,191,36,0.13); border:1px solid rgba(251,191,36,0.3); border-radius:100px; flex-shrink:0; }
+ .qm-xp-badge-val { font-size:0.62rem; font-weight:900; color:#fbbf24; }
+ .qm-prog-track { height:5px; background:rgba(255,255,255,0.08); border-radius:100px; overflow:hidden; margin-bottom:0.22rem; }
+ .qm-prog-fill { height:100%; border-radius:100px; background:linear-gradient(90deg, var(--arc-accent), color-mix(in srgb,var(--arc-accent) 65%,white)); box-shadow:0 0 8px color-mix(in srgb,var(--arc-accent) 55%,transparent); transition:width 0.7s cubic-bezier(0.34,1.56,0.64,1); }
+ .qm-prog-label { font-family:'Nunito Sans',sans-serif; font-size:0.55rem; font-weight:700; color:rgba(255,255,255,0.38); }
+ .qm-claim-btn { width:100%; margin-top:0.5rem; padding:0.48rem; background:linear-gradient(135deg,#fbbf24,#f59e0b); border:none; border-radius:10px; cursor:pointer; font-family:'Sorts Mill Goudy',serif; font-size:0.72rem; font-weight:700; color:#1a0e00; letter-spacing:0.04em; box-shadow:0 3px 0 #d97706, 0 5px 14px rgba(251,191,36,0.3); transition:all 0.12s ease; }
+ .qm-claim-btn:hover { transform:translateY(-1px); box-shadow:0 5px 0 #d97706; }
+ .qm-claim-btn:active { transform:translateY(1px); box-shadow:0 1px 0 #d97706; }
+
+ .qm-fab {
+ position:fixed; bottom:calc(1.25rem + 80px + env(safe-area-inset-bottom)); right:1.25rem; z-index:25;
+ width:52px; height:52px; border-radius:50%;
+ background:linear-gradient(135deg,#1a0e45,#3730a3); border:2px solid rgba(251,191,36,0.45);
+ display:flex; align-items:center; justify-content:center; font-size:1.5rem; cursor:pointer;
+ box-shadow:0 6px 24px rgba(0,0,0,0.55);
+ animation:qmFabFloat 4s ease-in-out infinite;
+ transition:transform 0.2s cubic-bezier(0.34,1.56,0.64,1);
+ }
+ .qm-fab:hover { transform:scale(1.1) rotate(8deg); }
+ @keyframes qmFabFloat { 0%,100%{transform:translateY(0) rotate(-4deg);} 50%{transform:translateY(-7px) rotate(4deg);} }
+
+ @media (min-width: 1024px) {
+ .qm-header { display: none; }
+ .qm-fab { display: none; }
+ .qm-mobile-sea { display: none; }
+
+ .qm-screen {
+ flex-direction: row;
+ overflow:visible;
+ padding-left: 270px;
+ }
+
+ .qm-right-sea-scroll .qm-map-wrap {
+ width: 420px !important;
+ max-width: none !important;
+ margin: 0 auto !important;
+ min-height: 600px;
+ overflow: visible !important;
+ }
+
+ .qm-right-sea-scroll .qm-map-svg {
+ width: 420px !important;
+ height: auto !important;
+ max-width: none !important;
+ }
+
+ .qm-left-panel {
+ width: 512px;
+ flex-shrink: 0;
+ height: 100vh;
+ overflow-y: auto;
+ overflow-x: hidden;
+ scrollbar-width: thin;
+ scrollbar-color: rgba(251,191,36,0.12) transparent;
+ background:
+ radial-gradient(ellipse 120% 40% at 50% 0%, rgba(6,60,130,0.25) 0%, transparent 55%),
+ linear-gradient(180deg, #07101f 0%, #040c1a 100%);
+ border-right: 1px solid rgba(251,191,36,0.07);
+ padding: 1.75rem 1.4rem 3rem;
+ display: flex;
+ flex-direction: column;
+ gap: 1.2rem;
+ }
+ .qm-left-panel::-webkit-scrollbar { width: 3px; }
+ .qm-left-panel::-webkit-scrollbar-thumb { background: rgba(251,191,36,0.12); border-radius: 2px; }
+
+ .qm-right-panel {
+ flex: 1;
+ min-width: 0;
+ height: 100vh;
+ display: flex;
+ flex-direction: column;
+ overflow: visible;
+ position: relative;
+ }
+
+ .qm-desktop-arc-tabs {
+ position: absolute;
+ top: 0; left: 0; right: 0;
+ z-index: 20;
+ display: flex;
+ flex-shrink: 0;
+ overflow-x: auto;
+ scrollbar-width: none;
+ background: linear-gradient(180deg, rgba(4,12,28,0.82) 0%, rgba(4,12,28,0.55) 70%, transparent 100%);
+ backdrop-filter: blur(12px) saturate(1.4);
+ -webkit-backdrop-filter: blur(12px) saturate(1.4);
+ border-bottom: none;
+ padding: 0.6rem 1.5rem 1.2rem;
+ pointer-events: none;
+ }
+ .qm-desktop-arc-tabs::-webkit-scrollbar { display: none; }
+
+ .qm-desktop-arc-tab {
+ pointer-events: all;
+ flex-shrink: 0;
+ display: flex; align-items: center; gap: 0.5rem;
+ padding: 0.65rem 1.25rem 0.55rem;
+ background: rgba(255,255,255,0.04);
+ border-radius: 100px;
+ margin-right: 0.4rem;
+ cursor: pointer;
+ font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.92rem;
+ color: rgba(255,255,255,0.38);
+ border: 1px solid rgba(255,255,255,0.07);
+ transition: all 0.22s ease; white-space: nowrap;
+ }
+ .qm-desktop-arc-tab:hover {
+ color: rgba(255,255,255,0.75);
+ background: rgba(255,255,255,0.08);
+ border-color: rgba(255,255,255,0.12);
+ }
+ .qm-desktop-arc-tab.active {
+ color: var(--arc-accent);
+ background: color-mix(in srgb, var(--arc-accent) 12%, transparent);
+ border-color: color-mix(in srgb, var(--arc-accent) 40%, transparent);
+ box-shadow: 0 0 16px color-mix(in srgb, var(--arc-accent) 20%, transparent), inset 0 1px 0 rgba(255,255,255,0.08);
+ }
+ .qm-desktop-tab-dot {
+ width: 7px; height: 7px; border-radius: 50%;
+ background: #ef4444; box-shadow: 0 0 8px #ef4444;
+ animation: qmDotBlink 1.4s ease-in-out infinite;
+ }
+
+ .qm-right-sea-scroll {
+ flex: 1;
+ overflow-y: auto;
+ overflow-x: visible;
+ scrollbar-width: thin;
+ scrollbar-color: rgba(251,191,36,0.12) transparent;
+ }
+ .qm-right-sea-scroll::-webkit-scrollbar { width: 4px; }
+ .qm-right-sea-scroll::-webkit-scrollbar-thumb { background: rgba(251,191,36,0.12); border-radius: 2px; }
+
+ .qm-right-sea-scroll .qm-sea { padding: 5.5rem 2rem 5rem; }
+
+ .qm-arc-banner-name { font-size: 1.6rem; }
+ .qm-arc-banner-sub { font-size: 0.88rem; }
+ .qm-arc-banner-count { font-size: 0.82rem; }
+ .qm-info-title { font-size: 0.92rem; }
+ .qm-xp-badge-val { font-size: 0.75rem; }
+ .qm-prog-label { font-size: 0.68rem; }
+ .qm-claim-btn { font-size: 0.85rem; }
+ }
+
+ @media (max-width: 1023px) {
+ .qm-left-panel { display: none !important; }
+ .qm-right-panel { display: none !important; }
+ .qm-desktop-arc-tabs { display: none !important; }
+ .qm-right-sea-scroll { display: none !important; }
+ }
+
+ .qmlp-page-title { font-family:'Sorts Mill Goudy',serif; font-size:1.55rem; font-weight:900; color:#fbbf24; text-shadow:0 0 28px rgba(251,191,36,0.35),0 0 60px rgba(251,191,36,0.08); letter-spacing:0.04em; display:flex; align-items:center; gap:0.5rem; line-height:1; }
+ .qmlp-page-sub { font-family:'Nunito Sans',sans-serif; font-size:0.68rem; font-weight:700; color:rgba(255,255,255,0.25); letter-spacing:0.14em; text-transform:uppercase; margin-top:0.22rem; }
+ .qmlp-rank-card { border-radius:20px; background:linear-gradient(160deg,#0d1b38 0%,#070f20 100%); border:1px solid rgba(255,255,255,0.07); box-shadow:0 8px 32px rgba(0,0,0,0.4),inset 0 1px 0 rgba(255,255,255,0.05); overflow:hidden; padding:1.2rem; position:relative; }
+ .qmlp-rank-card::before { content:''; position:absolute; inset:0; pointer-events:none; background:repeating-linear-gradient(105deg,transparent 55%,rgba(56,189,248,0.014) 56%,transparent 57%); background-size:300% 300%; animation:qmSeaMove 14s ease-in-out infinite alternate; }
+ .qmlp-rank-card::after { content:''; position:absolute; top:-30px; right:-20px; width:140px; height:140px; border-radius:50%; background:radial-gradient(circle,rgba(251,191,36,0.07),transparent 70%); pointer-events:none; }
+ .qmlp-rank-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:0.4rem; position:relative; z-index:1; }
+ .qmlp-rank-eyebrow { font-family:'Cinzel',serif; font-size:0.56rem; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:rgba(251,191,36,0.45); }
+ .qmlp-xp-pill { font-family:'Nunito',sans-serif; font-size:0.72rem; font-weight:900; color:#fbbf24; background:rgba(251,191,36,0.1); border:1px solid rgba(251,191,36,0.16); border-radius:100px; padding:0.18rem 0.6rem; }
+ .qmlp-rank-name { font-family:'Cinzel',serif; font-size:1.4rem; font-weight:900; color:#fbbf24; text-shadow:0 0 18px rgba(251,191,36,0.3); display:flex; align-items:center; gap:0.35rem; position:relative; z-index:1; margin-bottom:0.2rem; }
+ .qmlp-rank-sub { font-family:'Nunito Sans',sans-serif; font-size:0.66rem; font-weight:700; color:rgba(255,255,255,0.28); position:relative; z-index:1; margin-bottom:0.9rem; }
+ .qmlp-ladder-scroll { overflow-x:auto; overflow-y:hidden; scrollbar-width:none; cursor:grab; position:relative; z-index:1; }
+ .qmlp-ladder-scroll::-webkit-scrollbar { display:none; }
+ .qmlp-ladder-scroll:active { cursor:grabbing; }
+ .qmlp-ladder-inner { display:flex; align-items:flex-end; position:relative; height:96px; }
+ .qmlp-ladder-baseline { position:absolute; top:46px; left:20px; right:20px; height:2px; background:rgba(255,255,255,0.06); border-radius:2px; z-index:0; }
+ .qmlp-ladder-progress { position:absolute; top:46px; left:20px; height:2px; background:linear-gradient(90deg,#fbbf24,#f59e0b); box-shadow:0 0 8px rgba(251,191,36,0.5); border-radius:2px; z-index:1; transition:width 1.2s cubic-bezier(0.34,1.56,0.64,1); }
+ .qmlp-ship-wrap { position:absolute; top:16px; z-index:10; display:flex; flex-direction:column; align-items:center; pointer-events:none; transform:translateX(-50%); transition:left 1.2s cubic-bezier(0.34,1.56,0.64,1); }
+ .qmlp-ship { font-size:1.3rem; filter:drop-shadow(0 2px 10px rgba(251,191,36,0.6)); animation:qmlpShipBob 2.8s ease-in-out infinite; display:block; }
+ @keyframes qmlpShipBob { 0%,100%{transform:translateY(0) rotate(-3deg);} 50%{transform:translateY(-5px) rotate(3deg);} }
+ .qmlp-ship-tether { width:1px; height:10px; background:linear-gradient(to bottom,rgba(251,191,36,0.35),transparent); }
+ .qmlp-ladder-col { display:flex; flex-direction:column; align-items:center; position:relative; z-index:2; width:72px; flex-shrink:0; }
+ .qmlp-ladder-col:first-child,.qmlp-ladder-col:last-child { width:40px; }
+ .qmlp-ladder-node { width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.2rem; position:relative; z-index:2; margin-top:34px; transition:transform 0.2s; }
+ .qmlp-ladder-node:hover { transform:scale(1.1); }
+ .qmlp-ladder-node.reached { background:linear-gradient(145deg,#1e0e4a,#3730a3); border:2px solid rgba(251,191,36,0.38); box-shadow:0 0 14px rgba(251,191,36,0.12),0 3px 0 rgba(20,10,50,0.7); }
+ .qmlp-ladder-node.current { background:linear-gradient(145deg,#6d28d9,#a855f7); border:2.5px solid #fbbf24; box-shadow:0 0 0 4px rgba(251,191,36,0.1),0 0 18px rgba(168,85,247,0.4),0 3px 0 rgba(80,30,150,0.5); animation:qmlpNodePulse 2.2s ease-in-out infinite; }
+ @keyframes qmlpNodePulse { 0%,100%{box-shadow:0 0 0 4px rgba(251,191,36,0.1),0 0 18px rgba(168,85,247,0.4);}50%{box-shadow:0 0 0 7px rgba(251,191,36,0.05),0 0 26px rgba(168,85,247,0.55);} }
+ .qmlp-ladder-node.locked { background:rgba(0,0,0,0.4); border:2px solid rgba(255,255,255,0.07); filter:grayscale(0.7) opacity(0.4); }
+ .qmlp-ladder-label { margin-top:4px; display:flex; flex-direction:column; align-items:center; gap:1px; text-align:center; }
+ .qmlp-ladder-label-name { font-family:'Cinzel',serif; font-size:0.44rem; font-weight:700; max-width:64px; line-height:1.3; letter-spacing:0.03em; }
+ .qmlp-ladder-label-name.reached { color:#fbbf24; }
+ .qmlp-ladder-label-name.current { color:#c084fc; }
+ .qmlp-ladder-label-name.locked { color:rgba(255,255,255,0.16); }
+ .qmlp-ladder-label-xp { font-family:'Nunito Sans',sans-serif; font-size:0.38rem; font-weight:700; }
+ .qmlp-ladder-label-xp.reached { color:rgba(251,191,36,0.32); }
+ .qmlp-ladder-label-xp.current { color:rgba(192,132,252,0.5); }
+ .qmlp-ladder-label-xp.locked { color:rgba(255,255,255,0.1); }
+ .qmlp-stats-grid { display:grid; grid-template-columns:1fr 1fr; gap:0.6rem; }
+ .qmlp-stat-tile { background:rgba(255,255,255,0.035); border:1px solid rgba(255,255,255,0.065); border-radius:16px; padding:0.85rem 1rem; transition:background 0.2s,border-color 0.2s,transform 0.2s; cursor:default; }
+ .qmlp-stat-tile:hover { background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.1); transform:translateY(-1px); }
+ .qmlp-stat-tile.gold { background:rgba(251,191,36,0.06); border-color:rgba(251,191,36,0.18); }
+ .qmlp-stat-icon { font-size:1.15rem; margin-bottom:0.35rem; display:block; }
+ .qmlp-stat-value { font-family:'Cinzel',serif; font-size:1.35rem; font-weight:900; color:white; line-height:1; margin-bottom:0.18rem; }
+ .qmlp-stat-tile.gold .qmlp-stat-value { color:#fbbf24; }
+ .qmlp-stat-label { font-family:'Nunito Sans',sans-serif; font-size:0.62rem; font-weight:700; color:rgba(255,255,255,0.27); text-transform:uppercase; letter-spacing:0.1em; }
+ .qmlp-section-title { font-family:'Cinzel',serif; font-size:0.6rem; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:rgba(255,255,255,0.22); display:flex; align-items:center; gap:0.5rem; }
+ .qmlp-section-title::after { content:''; flex:1; height:1px; background:rgba(255,255,255,0.06); }
+ .qmlp-quest-card { background:rgba(255,255,255,0.032); border:1px solid rgba(255,255,255,0.065); border-radius:16px; padding:0.85rem 1rem; cursor:pointer; transition:background 0.15s,border-color 0.15s,transform 0.15s; overflow:hidden; position:relative; }
+ .qmlp-quest-card::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--qc-accent,rgba(255,255,255,0.15)); border-radius:0 2px 2px 0; }
+ .qmlp-quest-card:hover { background:rgba(255,255,255,0.055); border-color:rgba(255,255,255,0.1); transform:translateX(2px); }
+ .qmlp-quest-card.claimable { background:rgba(251,191,36,0.05); border-color:rgba(251,191,36,0.22); animation:qmlpClaimPulse 3s ease-in-out infinite; }
+ @keyframes qmlpClaimPulse { 0%,100%{box-shadow:0 0 0 rgba(251,191,36,0);} 50%{box-shadow:0 0 14px rgba(251,191,36,0.1);} }
+ .qmlp-qc-top { display:flex; align-items:flex-start; gap:0.6rem; margin-bottom:0.5rem; }
+ .qmlp-qc-icon { width:34px; height:34px; border-radius:10px; flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:1rem; background:rgba(255,255,255,0.045); border:1px solid rgba(255,255,255,0.07); }
+ .qmlp-quest-card.claimable .qmlp-qc-icon { background:rgba(251,191,36,0.09); border-color:rgba(251,191,36,0.18); animation:hcWiggle 2s ease-in-out infinite; }
+ @keyframes hcWiggle { 0%,100%{transform:rotate(0);}30%{transform:rotate(-7deg) scale(1.05);}70%{transform:rotate(7deg) scale(1.05);} }
+ .qmlp-qc-body { flex:1; min-width:0; }
+ .qmlp-qc-arc { font-family:'Nunito Sans',sans-serif; font-size:0.57rem; font-weight:800; letter-spacing:0.12em; text-transform:uppercase; color:var(--qc-accent,rgba(255,255,255,0.25)); margin-bottom:0.12rem; }
+ .qmlp-qc-name { font-family:'Sorts Mill Goudy',serif; font-size:0.88rem; font-weight:700; color:white; line-height:1.2; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
+ .qmlp-qc-status { font-family:'Nunito Sans',sans-serif; font-size:0.62rem; font-weight:700; margin-top:0.12rem; }
+ .qmlp-qc-status.ready { color:#fbbf24; }
+ .qmlp-qc-status.progress { color:rgba(255,255,255,0.27); }
+ .qmlp-qc-prog-row { display:flex; align-items:center; gap:0.5rem; }
+ .qmlp-qc-track { flex:1; height:4px; background:rgba(255,255,255,0.065); border-radius:100px; overflow:hidden; }
+ .qmlp-qc-fill { height:100%; border-radius:100px; background:var(--qc-accent,rgba(255,255,255,0.35)); transition:width 0.7s cubic-bezier(0.34,1.56,0.64,1); }
+ .qmlp-qc-pct { font-family:'Nunito',sans-serif; font-size:0.62rem; font-weight:900; color:rgba(255,255,255,0.35); flex-shrink:0; }
+ .qmlp-claim-btn { width:100%; margin-top:0.55rem; padding:0.42rem 0; background:linear-gradient(135deg,#fbbf24,#f59e0b); border:none; border-radius:10px; cursor:pointer; font-family:'Sorts Mill Goudy',serif; font-size:0.74rem; font-weight:700; color:#1a0e00; letter-spacing:0.04em; box-shadow:0 3px 0 #d97706,0 5px 10px rgba(251,191,36,0.22); transition:all 0.12s; }
+ .qmlp-claim-btn:hover { transform:translateY(-1px); box-shadow:0 5px 0 #d97706; }
+ .qmlp-claim-btn:active { transform:translateY(1px); box-shadow:0 1px 0 #d97706; }
+ .qmlp-arc-list { display:flex; flex-direction:column; gap:0.45rem; }
+ .qmlp-arc-row { display:flex; align-items:center; gap:0.7rem; padding:0.7rem 0.85rem; border-radius:14px; cursor:pointer; border:1px solid transparent; transition:all 0.2s ease; background:rgba(255,255,255,0.025); }
+ .qmlp-arc-row:hover { background:rgba(255,255,255,0.05); border-color:rgba(255,255,255,0.07); }
+ .qmlp-arc-row.active { background:rgba(255,255,255,0.055); border-color:var(--arc-accent,rgba(251,191,36,0.25)); box-shadow:inset 0 1px 0 rgba(255,255,255,0.04); }
+ .qmlp-arc-emoji { font-size:1.25rem; flex-shrink:0; }
+ .qmlp-arc-info { flex:1; min-width:0; }
+ .qmlp-arc-name { font-family:'Sorts Mill Goudy',serif; font-size:0.84rem; font-weight:700; color:rgba(255,255,255,0.6); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom:0.2rem; }
+ .qmlp-arc-row.active .qmlp-arc-name { color:var(--arc-accent,#fbbf24); }
+ .qmlp-arc-track { height:3px; background:rgba(255,255,255,0.07); border-radius:100px; overflow:hidden; }
+ .qmlp-arc-fill { height:100%; border-radius:100px; background:var(--arc-accent,rgba(255,255,255,0.25)); transition:width 0.6s ease; }
+ .qmlp-arc-meta { font-family:'Nunito Sans',sans-serif; font-size:0.55rem; font-weight:700; color:rgba(255,255,255,0.22); margin-top:0.14rem; }
+ .qmlp-arc-dot { width:7px; height:7px; border-radius:50%; background:#ef4444; box-shadow:0 0 7px #ef4444; flex-shrink:0; animation:qmDotBlink 1.4s ease-in-out infinite; }
+`;
+
+const ERROR_STYLES = `
+ .qme-bg {
+ position:absolute; inset:0;
+ background: radial-gradient(ellipse 80% 60% at 50% 100%, #023e6e 0%, #011a38 50%, #020b18 100%);
+ z-index:0;
+ }
+ .qme-fog {
+ position:absolute; pointer-events:none; z-index:1;
+ border-radius:50%; filter:blur(60px);
+ }
+ .qme-fog1 {
+ width:500px; height:200px; left:-80px; top:30%;
+ background:rgba(0,119,182,0.12);
+ animation: qmeFogDrift 18s ease-in-out infinite alternate;
+ }
+ .qme-fog2 {
+ width:400px; height:160px; right:-60px; top:50%;
+ background:rgba(0,96,145,0.09);
+ animation: qmeFogDrift 22s ease-in-out infinite alternate-reverse;
+ }
+ @keyframes qmeFogDrift { 0%{transform:translate(0,0);} 100%{transform:translate(40px,-20px);} }
+
+ .qme-debris {
+ position:absolute; border-radius:2px; pointer-events:none; z-index:2;
+ background:rgba(100,65,35,0.55);
+ }
+ .qme-debris-0 { width:22px;height:5px; left:12%; top:58%; animation:qmeDebrisBob 5.1s ease-in-out infinite; }
+ .qme-debris-1 { width:14px;height:4px; left:78%; top:62%; animation:qmeDebrisBob 4.3s ease-in-out infinite 0.7s; }
+ .qme-debris-2 { width:8px; height:8px; border-radius:50%; left:22%; top:72%; background:rgba(251,191,36,0.18); animation:qmeDebrisBob 6.2s ease-in-out infinite 1.1s; }
+ .qme-debris-3 { width:18px;height:4px; left:64%; top:54%; animation:qmeDebrisBob 4.8s ease-in-out infinite 0.3s; }
+ .qme-debris-4 { width:6px; height:6px; border-radius:50%; left:85%; top:44%; background:rgba(0,180,216,0.25); animation:qmeDebrisBob 3.9s ease-in-out infinite 1.8s; }
+ .qme-debris-5 { width:10px;height:3px; left:8%; top:80%; animation:qmeDebrisBob 5.5s ease-in-out infinite 0.5s; }
+ .qme-debris-6 { width:24px;height:5px; left:48%; top:76%; animation:qmeDebrisBob 6.7s ease-in-out infinite 2.2s; }
+ .qme-debris-7 { width:7px; height:7px; border-radius:50%; left:35%; top:45%; background:rgba(100,65,35,0.3); animation:qmeDebrisBob 4.1s ease-in-out infinite 1.4s; }
+ @keyframes qmeDebrisBob { 0%,100%{transform:translateY(0) rotate(0deg);opacity:0.7;} 50%{transform:translateY(-9px) rotate(6deg);opacity:1;} }
+
+ .qme-stage {
+ position:relative; z-index:10; display:flex; flex-direction:column; align-items:center;
+ padding:1rem 2rem 3rem; max-width:380px; width:100%;
+ animation:qmeStageIn 0.9s cubic-bezier(0.22,1,0.36,1) both;
+ }
+ @keyframes qmeStageIn { 0%{opacity:0;transform:translateY(28px);} 100%{opacity:1;transform:translateY(0);} }
+
+ .qme-ship-wrap {
+ width:240px; margin-bottom:0.4rem;
+ animation:qmeShipRock 5s ease-in-out infinite;
+ transform-origin:center bottom;
+ filter:drop-shadow(0 12px 40px rgba(0,80,160,0.5)) drop-shadow(0 2px 8px rgba(0,0,0,0.8));
+ }
+ @keyframes qmeShipRock { 0%,100%{transform:rotate(-2.5deg) translateY(0);} 50%{transform:rotate(2.5deg) translateY(-4px);} }
+ .qme-ship-svg { width:100%; height:auto; display:block; }
+ .qme-mast { animation:qmeMastSway 7s ease-in-out infinite; transform-origin:130px 148px; }
+ @keyframes qmeMastSway { 0%,100%{transform:rotate(-1deg);} 50%{transform:rotate(1.5deg);} }
+ .qme-hull { animation:qmeHullSettle 5s ease-in-out infinite 0.3s; transform-origin:120px 145px; }
+ @keyframes qmeHullSettle { 0%,100%{transform:rotate(-1.5deg);} 50%{transform:rotate(1deg);} }
+
+ .qme-content {
+ text-align:center; display:flex; flex-direction:column; align-items:center; gap:0.55rem;
+ animation:qmeStageIn 1s cubic-bezier(0.22,1,0.36,1) 0.12s both;
+ }
+
+ .qme-eyebrow {
+ font-family:'Cinzel',serif; font-size:0.58rem; font-weight:700;
+ letter-spacing:0.28em; text-transform:uppercase; color:rgba(251,191,36,0.5);
+ }
+
+ .qme-title {
+ font-family:'Sorts Mill Goudy',serif; font-size:2.4rem; font-weight:900; margin:0;
+ color:#ffffff; letter-spacing:0.02em;
+ text-shadow:0 0 40px rgba(0,150,220,0.45), 0 2px 20px rgba(0,0,0,0.8);
+ line-height:1.05;
+ }
+
+ .qme-subtitle {
+ font-family:'Nunito Sans',sans-serif; font-size:0.82rem; font-weight:600; margin:0;
+ color:rgba(255,255,255,0.38); max-width:260px; line-height:1.5;
+ }
+
+ .qme-error-badge {
+ display:flex; align-items:center; gap:0.45rem;
+ background:rgba(239,68,68,0.08); border:1px solid rgba(239,68,68,0.25);
+ border-radius:100px; padding:0.32rem 0.85rem;
+ max-width:100%; overflow:hidden;
+ }
+ .qme-error-dot {
+ width:6px; height:6px; border-radius:50%; background:#ef4444;
+ box-shadow:0 0 8px #ef4444; flex-shrink:0;
+ animation:qmDotBlink 1.4s ease-in-out infinite;
+ }
+ .qme-error-text {
+ font-family:'Nunito Sans',sans-serif; font-size:0.68rem; font-weight:700;
+ color:rgba(239,68,68,0.85); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
+ }
+
+ .qme-retry-btn {
+ position:relative; overflow:hidden;
+ margin-top:0.35rem; padding:0.7rem 2rem;
+ background:linear-gradient(135deg,#0077b6,#023e8a);
+ border:1px solid rgba(0,180,216,0.45); border-radius:100px; cursor:pointer;
+ font-family:'Sorts Mill Goudy',serif; font-size:0.88rem; font-weight:700; letter-spacing:0.06em;
+ color:white;
+ box-shadow:0 4px 0 rgba(0,30,80,0.6), 0 6px 28px rgba(0,100,200,0.25);
+ transition:all 0.14s ease;
+ }
+ .qme-retry-btn:hover { transform:translateY(-2px); box-shadow:0 6px 0 rgba(0,30,80,0.6), 0 10px 32px rgba(0,120,220,0.35); }
+ .qme-retry-btn:active { transform:translateY(1px); box-shadow:0 2px 0 rgba(0,30,80,0.6); }
+ .qme-btn-wake {
+ position:absolute; inset:0; border-radius:100px;
+ background:linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.12) 50%, transparent 100%);
+ transform:translateX(-100%);
+ animation:qmeBtnSheen 3.5s ease-in-out infinite 1s;
+ }
+ @keyframes qmeBtnSheen { 0%,100%{transform:translateX(-100%);} 40%,60%{transform:translateX(100%);} }
+ .qme-btn-label { position:relative; z-index:1; }
+
+ .qme-hint {
+ font-family:'Nunito Sans',sans-serif; font-size:0.62rem; font-weight:600; margin:0;
+ color:rgba(255,255,255,0.18); max-width:240px; line-height:1.5; font-style:italic;
+ }
+`;
+
+// ─── Arc theme ────────────────────────────────────────────────────────────────
+export interface ArcTheme {
+ accent: string;
+ accentDark: string;
+ bgFrom: string;
+ bgTo: string;
+ emoji: string;
+ terrain: { l: string; m: string; d: string; s: string };
+ decos: [string, string, string];
+}
+
+const DECO_SETS: [string, string, string][] = [
+ ["🌴", "🌿", "🌴"],
+ ["🌵", "🏺", "🌵"],
+ ["☁️", "✨", "☁️"],
+ ["🪨", "🌾", "🪨"],
+ ["🍄", "🌸", "🍄"],
+ ["🔥", "💀", "🔥"],
+ ["❄️", "🌨️", "❄️"],
+ ["🌺", "🦜", "🌺"],
+];
+
+const hslToHex = (h: number, s: number, l: number) => {
+ const a = s * Math.min(l, 1 - l);
+ const f = (n: number) => {
+ const k = (n + h * 12) % 12;
+ const c = l - a * Math.max(-1, Math.min(k - 3, 9 - k, 1));
+ return Math.round(255 * c)
+ .toString(16)
+ .padStart(2, "0");
+ };
+ return `#${f(0)}${f(8)}${f(4)}`;
+};
+
+export const generateArcTheme = (arc: QuestArc): ArcTheme => {
+ const rng = mkRng(strToSeed(arc.id));
+ const anchors = [150, 165, 180, 200, 230, 260];
+ const baseHue =
+ anchors[Math.floor(rng() * anchors.length)] + (rng() - 0.5) * 8;
+ const satBase = 0.48 + rng() * 0.18;
+ const satTerrain = Math.min(0.8, satBase + 0.12);
+ const accentLightL = 0.48 + rng() * 0.12;
+ const accentDarkL = 0.22 + rng() * 0.06;
+ const bgFromL = 0.04 + rng() * 0.06;
+ const bgToL = 0.1 + rng() * 0.06;
+ const accent = hslToHex(baseHue, satBase, accentLightL);
+ const accentDark = hslToHex(
+ baseHue + (rng() * 6 - 3),
+ Math.max(0.35, satBase - 0.08),
+ accentDarkL,
+ );
+ const bgFrom = hslToHex(
+ baseHue + (rng() * 10 - 5),
+ 0.1 + rng() * 0.06,
+ bgFromL,
+ );
+ const bgTo = hslToHex(baseHue + (6 + rng() * 12), 0.08 + rng() * 0.06, bgToL);
+ const tL = hslToHex(
+ baseHue + 10 + rng() * 6,
+ Math.min(0.85, satTerrain),
+ 0.36 + rng() * 0.08,
+ );
+ const tM = hslToHex(
+ baseHue + (rng() * 6 - 3),
+ Math.min(0.72, satTerrain - 0.06),
+ 0.24 + rng() * 0.06,
+ );
+ const tD = hslToHex(
+ baseHue + (rng() * 8 - 4),
+ Math.max(0.38, satBase - 0.18),
+ 0.1 + rng() * 0.04,
+ );
+ const sd = parseInt(tD.slice(1, 3), 16);
+ const sg = parseInt(tD.slice(3, 5), 16);
+ const sb = parseInt(tD.slice(5, 7), 16);
+ const emojis = ["🌿", "🌲", "🌳", "🌺", "🪨", "🍄", "🌵"];
+ const emoji = emojis[Math.floor(rng() * emojis.length)];
+ return {
+ accent,
+ accentDark,
+ bgFrom,
+ bgTo,
+ emoji,
+ terrain: { l: tL, m: tM, d: tD, s: `rgba(${sd},${sg},${sb},0.6)` },
+ decos: DECO_SETS[Math.floor(rng() * DECO_SETS.length)],
+ };
+};
+
+const themeCache = new Map
();
+const getArcTheme = (arc: QuestArc): ArcTheme => {
+ if (!themeCache.has(arc.id)) themeCache.set(arc.id, generateArcTheme(arc));
+ return themeCache.get(arc.id)!;
+};
+
+const REQ_EMOJI: Record = {
+ questions: "❓",
+ accuracy: "🎯",
+ streak: "🔥",
+ sessions: "📚",
+ topics: "🗺️",
+ xp: "⚡",
+ leaderboard: "🏆",
+};
+const REQ_LABEL: Record = {
+ questions: "questions answered",
+ accuracy: "% accuracy",
+ streak: "day streak",
+ sessions: "sessions",
+ topics: "topics covered",
+ xp: "XP earned",
+ leaderboard: "leaderboard rank",
+};
+
+// ─── Crew ranks ───────────────────────────────────────────────────────────────
+const CREW_RANKS = [
+ { id: "cabin_boy", label: "Cabin Boy", emoji: "⚓", xpRequired: 0 },
+ { id: "navigator", label: "Navigator", emoji: "📚", xpRequired: 500 },
+ { id: "first_mate", label: "First Mate", emoji: "🎓", xpRequired: 1500 },
+ { id: "warlord", label: "Warlord", emoji: "⚔️", xpRequired: 3000 },
+ { id: "emperor", label: "Emperor", emoji: "👑", xpRequired: 6000 },
+ { id: "pirate_king", label: "Pirate King", emoji: "☠️", xpRequired: 10000 },
+];
+
+const SEG_W = 72,
+ EDGE_W = 40;
+const nodeX = (i: number, total: number) => {
+ if (i === 0) return EDGE_W / 2;
+ if (i === total - 1) return EDGE_W / 2 + SEG_W * (total - 2) + EDGE_W / 2;
+ return EDGE_W + SEG_W * (i - 1) + SEG_W / 2;
+};
+
+// ─── 3D Route Paths ───────────────────────────────────────────────────────────
+// Proper Three.js sea routes — live in world space, move with camera pan/zoom/rotate.
+// Each segment is a CatmullRomCurve3 that bows sideways over the water.
+// Dashes scroll via LineDashedMaterial dashOffset animated in useFrame.
+// Active legs get a glow tube + a ship that physically travels the curve.
+
+interface RouteSegmentProps {
+ from: THREE.Vector3;
+ to: THREE.Vector3;
+ idx: number;
+ isDone: boolean;
+ isActive: boolean;
+ isNext: boolean;
+ accent: string;
+}
+
+const RouteSegment = ({
+ from,
+ to,
+ idx,
+ isDone,
+ isActive,
+ isNext,
+ accent,
+}: RouteSegmentProps) => {
+ const lineRef = useRef(null);
+ const glowRef = useRef(null);
+ const shipRef = useRef(null);
+ const shipT = useRef(0);
+
+ // CatmullRom curve bowing sideways — alternate direction per segment
+ const curve = useMemo(() => {
+ const side = idx % 2 === 0 ? 1 : -1;
+ const dx = to.x - from.x;
+ const dz = to.z - from.z;
+ const mid = new THREE.Vector3(
+ (from.x + to.x) / 2 + -dz * 0.28 * side,
+ -0.65, // hover just above water
+ (from.z + to.z) / 2 + dx * 0.28 * side,
+ );
+ const y = -0.72;
+ const p0 = new THREE.Vector3(from.x, y, from.z);
+ const p1 = new THREE.Vector3(to.x, y, to.z);
+ return new THREE.CatmullRomCurve3([p0, mid, p1], false, "catmullrom", 0.5);
+ }, [from, to, idx]);
+
+ // Geometry for the dashed line (needs computeLineDistances)
+ const lineGeo = useMemo(() => {
+ const pts = curve.getPoints(80);
+ return new THREE.BufferGeometry().setFromPoints(pts);
+ }, [curve]);
+
+ // Tube geometry for the soft glow underlayer
+ const glowGeo = useMemo(
+ () => new THREE.TubeGeometry(curve, 40, 0.055, 5, false),
+ [curve],
+ );
+
+ const color = new THREE.Color(
+ isDone || isNext ? accent : isActive ? "#94d8ff" : "#ffffff",
+ );
+ const opacity = isDone || isNext ? 0.8 : isActive ? 0.85 : 0.15;
+ const glowOpacity = isDone || isNext ? 0.2 : isActive ? 0.25 : 0;
+ const dashSpeed = isDone || isNext ? 0.55 : isActive ? 1.05 : 0;
+
+ useFrame((_, dt) => {
+ // Scroll dashes forward along the route
+ if (lineRef.current) {
+ // material typings may not include dashOffset; use any and guard the value
+ const lineMat = lineRef.current.material as any;
+ if (dashSpeed > 0)
+ lineMat.dashOffset = (lineMat.dashOffset ?? 0) - dt * dashSpeed;
+ }
+ // Pulse glow on active segments
+ if (glowRef.current && (isActive || isNext)) {
+ const mat = glowRef.current.material as THREE.MeshStandardMaterial;
+ mat.emissiveIntensity = 0.28 + Math.sin(Date.now() * 0.0018) * 0.12;
+ }
+ // Travel ship along active curve
+ if (shipRef.current && isActive && !isDone) {
+ shipT.current = (shipT.current + dt * 0.11) % 1;
+ const pt = curve.getPoint(shipT.current);
+ const tan = curve.getTangent(shipT.current);
+ shipRef.current.position.copy(pt);
+ shipRef.current.position.y = -0.58; // float just above water surface
+ shipRef.current.rotation.y = Math.atan2(tan.x, tan.z);
+ }
+ });
+
+ return (
+
+ {/* Glow underlayer tube */}
+ {(isDone || isNext || isActive) && (
+
+
+
+ )}
+
+ {/* Dashed route line */}
+ {
+ // r may be an SVGLineElement in JSX DOM typings; treat as any to satisfy TS and assign to Line ref
+ lineRef.current = r as THREE.Line | null;
+ }}
+ // @ts-ignore - geometry is a three.js prop, not an SVG attribute
+ geometry={lineGeo}
+ // onUpdate receives a three.js Line; use any to avoid DOM typings
+ onUpdate={(self: any) => self.computeLineDistances()}
+ >
+
+
+
+ {/* Travelling ship on the active leg */}
+ {isActive && !isDone && (
+
+
+
+ ⛵
+
+
+ {/* Gold wake glow disk */}
+
+
+
+
+
+ )}
+
+ );
+};
+
+// ── RoutePaths3D — all route segments, lives inside