Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

Geometry

Geometry Practice Test: Practice Test 12

Practice Test 12 for Geometry: real questions and explanations from the Varsity Tutors practice-test pool.

0%

0 / 25 answered

Question 1 of 25

A cube is sliced by a plane that is parallel to one of its faces. Which shape results from the cross-section shown?

Question Navigator

All questions

Question 1

A cube is sliced by a plane that is parallel to one of its faces. Which shape results from the cross-section shown?

  1. A square (correct answer)
  2. A rectangle
  3. A triangle
  4. A circle

Explanation: This question examines cross-sections of three-dimensional solids, specifically cubes. The original solid is a cube with six square faces, all equal in size and perpendicular to adjacent faces. The slicing plane is parallel to one of the cube's faces, cutting through the cube without tilting. When a plane parallel to a face cuts through a cube, it intersects the four perpendicular faces along parallel lines of equal length. The resulting cross-section is a square identical to the cube's faces because the cube maintains constant square cross-sections at every level parallel to its faces. A common misconception is choosing rectangle, not recognizing that all cube faces and parallel cross-sections are squares. To visualize this, imagine slicing a block of cheese parallel to its face—you always get a square slice.

Question 2

Triangle ABCABCABC has vertices A(1,1)A(1,1)A(1,1), B(3,1)B(3,1)B(3,1), and C(2,3)C(2,3)C(2,3) on the coordinate plane. The triangle is transformed by S=(20 02)S = \begin{pmatrix} 2 & 0 \ 0 & 2 \end{pmatrix}S=(2​0 0​2​). Which set of vertices gives the image triangle A′B′C′A'B'C'A′B′C′?

  1. A′(2,2),B′(6,2),C′(4,6)A'(2,2), B'(6,2), C'(4,6)A′(2,2),B′(6,2),C′(4,6) (correct answer)
  2. A′(2,2),B′(5,2),C′(4,5)A'(2,2), B'(5,2), C'(4,5)A′(2,2),B′(5,2),C′(4,5)
  3. A′(12,12),B′(32,12),C′(1,32)A'(\tfrac{1}{2},\tfrac{1}{2}), B'(\tfrac{3}{2},\tfrac{1}{2}), C'(1,\tfrac{3}{2})A′(21​,21​),B′(23​,21​),C′(1,23​)
  4. A′(−2,−2),B′(−6,−2),C′(−4,−6)A'(-2,-2), B'(-6,-2), C'(-4,-6)A′(−2,−2),B′(−6,−2),C′(−4,−6)

Explanation: This question tests your ability to use 2×2 matrices to represent and perform plane transformations (rotations, reflections, scaling) by multiplying transformation matrices with point coordinate vectors. A 2×2 matrix can represent a linear transformation of the plane: to transform a point (x, y), write it as column vector [x;y][x; y][x;y] and multiply by transformation matrix T=[a b;c d]T = [a\ b; c\ d]T=[a b;c d] using matrix multiplication: T[x;y]=[a b;c d][x;y]=[ax+by;cx+dy]=[x′;y′]T[x; y] = [a\ b; c\ d][x; y] = [ax + by; cx + dy] = [x'; y']T[x;y]=[a b;c d][x;y]=[ax+by;cx+dy]=[x′;y′] where (x′,y′)(x', y')(x′,y′) is the transformed point. Common transformation matrices include: ROTATION by angle θ counterclockwise = [cos⁡(θ)−sin⁡(θ);sin⁡(θ) cos⁡(θ)][\cos(\theta) -\sin(\theta); \sin(\theta)\ \cos(\theta)][cos(θ)−sin(θ);sin(θ) cos(θ)] (example: 90° rotation uses θ=90° giving [0 −1;1 0][0\ -1; 1\ 0][0 −1;1 0] since cos⁡(90°)=0\cos(90°)=0cos(90°)=0 and sin⁡(90°)=1\sin(90°)=1sin(90°)=1), REFLECTION across x-axis = [1 0;0 −1][1\ 0; 0\ -1][1 0;0 −1] (keeps x same, negates y), REFLECTION across y-axis = [−1 0;0 1][-1\ 0; 0\ 1][−1 0;0 1] (negates x, keeps y same), SCALING by factor k = [k 0;0 k][k\ 0; 0\ k][k 0;0 k] (multiplies both coordinates by k, enlarges by factor k). Applying S=[2 0;0 2]S=[2\ 0; 0\ 2]S=[2 0;0 2] to each vertex: A(1,1)→(2,2), B(3,1)→(6,2), C(2,3)→(4,6). Choice A correctly scales all vertices by factor 2. Distractors like choice C might use scaling by 1/2 instead, shrinking the triangle. Transform each point individually and plot to verify the shape enlarges proportionally—great job, you're getting stronger!

Question 3

Triangle ABCABCABC has vertices AAA, BBB, and CCC. The centroid GGG is located at coordinates (4,3)(4, 3)(4,3). If vertex AAA is at (1,6)(1, 6)(1,6) and vertex BBB is at (5,2)(5, 2)(5,2), what are the coordinates of vertex CCC?

  1. (6,1)(6, 1)(6,1) using the centroid formula for coordinate geometry (correct answer)
  2. (6,4)(6, 4)(6,4) using the centroid formula for coordinate geometry
  3. (10,1)(10, 1)(10,1) using the centroid formula for coordinate geometry
  4. (12,9)(12, 9)(12,9) using the centroid formula for coordinate geometry

Explanation: The centroid is located at (xA+xB+xC3,yA+yB+yC3)\left(\frac{x_A + x_B + x_C}{3}, \frac{y_A + y_B + y_C}{3}\right)(3xA​+xB​+xC​​,3yA​+yB​+yC​​). Given G(4,3)G(4,3)G(4,3), A(1,6)A(1,6)A(1,6), and B(5,2)B(5,2)B(5,2): For x-coordinate: 1+5+xC3=4\frac{1 + 5 + x_C}{3} = 431+5+xC​​=4, so 6+xC=126 + x_C = 126+xC​=12, thus xC=6x_C = 6xC​=6. For y-coordinate: 6+2+yC3=3\frac{6 + 2 + y_C}{3} = 336+2+yC​​=3, so 8+yC=98 + y_C = 98+yC​=9, thus yC=1y_C = 1yC​=1. Therefore C=(6,1)C = (6,1)C=(6,1). Choice B uses incorrect y-calculation. Choice C doubles the x-coordinate. Choice D uses the sum instead of solving for the unknown coordinate.

Question 4

Given that cos⁡(α−β)=cos⁡αcos⁡β+sin⁡αsin⁡β\cos(\alpha - \beta) = \cos \alpha \cos \beta + \sin \alpha \sin \betacos(α−β)=cosαcosβ+sinαsinβ, which of the following correctly represents cos⁡(60°−45°)\cos(60° - 45°)cos(60°−45°) using this formula?

  1. cos⁡(60°)cos⁡(45°)−sin⁡(60°)sin⁡(45°)\cos(60°)\cos(45°) - \sin(60°)\sin(45°)cos(60°)cos(45°)−sin(60°)sin(45°)
  2. cos⁡(60°)cos⁡(45°)+sin⁡(60°)sin⁡(45°)\cos(60°)\cos(45°) + \sin(60°)\sin(45°)cos(60°)cos(45°)+sin(60°)sin(45°) (correct answer)
  3. sin⁡(60°)cos⁡(45°)−cos⁡(60°)sin⁡(45°)\sin(60°)\cos(45°) - \cos(60°)\sin(45°)sin(60°)cos(45°)−cos(60°)sin(45°)
  4. sin⁡(60°)cos⁡(45°)+cos⁡(60°)sin⁡(45°)\sin(60°)\cos(45°) + \cos(60°)\sin(45°)sin(60°)cos(45°)+cos(60°)sin(45°)

Explanation: The correct answer is B. Using the given cosine subtraction formula with α=60°\alpha = 60°α=60° and β=45°\beta = 45°β=45°, we get cos⁡(60°−45°)=cos⁡(60°)cos⁡(45°)+sin⁡(60°)sin⁡(45°)\cos(60° - 45°) = \cos(60°)\cos(45°) + \sin(60°)\sin(45°)cos(60°−45°)=cos(60°)cos(45°)+sin(60°)sin(45°). Choice A uses the cosine addition formula incorrectly. Choices C and D incorrectly use sine terms in the first position, which would be sine formulas.

Question 5

A right triangle has legs 5 (opposite θ\thetaθ) and 12 (adjacent to θ\thetaθ). Which expression gives θ\thetaθ (in degrees), and what is its approximate value?

  1. θ=arctan⁡(512)≈22.6∘\theta = \arctan\left(\frac{5}{12}\right) \approx 22.6^\circθ=arctan(125​)≈22.6∘ (correct answer)
  2. θ=arcsin⁡(125)≈67.4∘\theta = \arcsin\left(\frac{12}{5}\right) \approx 67.4^\circθ=arcsin(512​)≈67.4∘
  3. θ=arccos⁡(512)≈22.6∘\theta = \arccos\left(\frac{5}{12}\right) \approx 22.6^\circθ=arccos(125​)≈22.6∘
  4. θ=tan⁡−1(125)≈22.6∘\theta = \tan^{-1}\left(\frac{12}{5}\right) \approx 22.6^\circθ=tan−1(512​)≈22.6∘

Explanation: This question tests your understanding of inverse trigonometric functions (arcsin, arccos, arctan) that "undo" sine, cosine, and tangent to find angles when ratios are known, with restricted domains and ranges making them proper functions. INVERSE TRIGONOMETRIC FUNCTIONS work backwards from regular trig functions: while sin(30°) = 0.5 takes an angle and gives a ratio, arcsin(0.5) = 30° takes a ratio and gives back the angle—it reverses or "undoes" the sine function. The three main inverse functions are: (1) ARCSIN or sin⁻¹: finds angle whose sine is given value, domain is [-1, 1] (possible sine outputs only), range is [-90°, 90°] (quadrants I and IV only—restricted so inverse is a function, since sine isn't one-to-one without restriction). (2) ARCCOS or cos⁻¹: finds angle whose cosine is given value, domain [-1, 1], range [0°, 180°] (quadrants I and II). (3) ARCTAN or tan⁻¹: finds angle whose tangent is given value, domain all real numbers (tangent can be any value), range (-90°, 90°) (not including endpoints, quadrants I and IV). These range restrictions are ESSENTIAL because without them, infinitely many angles have the same sine/cosine value (sin(30°) = sin(150°) = sin(390°) = 0.5), so arcsin must return just ONE answer—it returns the angle in its restricted range! In this triangle, tan(θ) = opposite/adjacent = 5/12, so θ = arctan(5/12) ≈ 22.6°, correctly using arctan since hypotenuse isn't needed. Choice A correctly applies arctan with the right ratio and approximates accurately within (-90°, 90°). A distractor like choice D reverses the ratio to tan^{-1}(12/5) ≈67.4°, which finds the complementary angle instead; double-check opposite and adjacent. Using inverse trig to find angles: (1) IDENTIFY which ratio you know: opposite/hypotenuse (use arcsin), adjacent/hypotenuse (use arccos), opposite/adjacent (use arctan). (2) SET UP equation: sin(θ) = ratio → θ = arcsin(ratio). (3) CALCULATE: use calculator arcsin/arccos/arctan button (ensure degree mode if wanting degrees!). (4) CHECK: is answer in expected range? (arcsin gives -90° to 90°, arccos gives 0° to 180°, arctan gives -90° to 90°). If answer outside range, error occurred! Example: right triangle, opposite = 7, hypotenuse = 10. Find angle: sin(θ) = 7/10 = 0.7 → θ = arcsin(0.7) ≈ 44.43°. Check: 44.43° is in range [-90°, 90°] ✓. Terrific job matching functions to ratios—keep practicing!

Question 6

A composition of transformations is defined as F(G(x,y))F(G(x,y))F(G(x,y)) where G(x,y)=(x+4,y−2)G(x,y) = (x+4, y-2)G(x,y)=(x+4,y−2) and F(x,y)=(2x,2y)F(x,y) = (2x, 2y)F(x,y)=(2x,2y). If this composite function maps point AAA to point A′(6,8)A'(6,8)A′(6,8), what were the coordinates of the original point AAA?

  1. A(−1,2)A(-1, 2)A(−1,2)
  2. A(7,2)A(7, 2)A(7,2)
  3. A(1,2)A(1, 2)A(1,2)
  4. A(−1,6)A(-1, 6)A(−1,6) (correct answer)

Explanation: When you encounter composition of transformations, you're working backwards from the final result through each transformation in reverse order. Think of it like undoing a series of steps to find where you started. Given that F(G(x,y))F(G(x,y))F(G(x,y)) maps point AAA to A′(6,8)A'(6,8)A′(6,8), you need to work backwards through the transformations. Since F(x,y)=(2x,2y)F(x,y) = (2x, 2y)F(x,y)=(2x,2y) is applied last, you first undo this dilation by dividing the coordinates of A′A'A′ by 2. This gives you (6÷2,8÷2)=(3,4)(6÷2, 8÷2) = (3, 4)(6÷2,8÷2)=(3,4), which represents the result after applying only transformation GGG. Next, you undo transformation G(x,y)=(x+4,y−2)G(x,y) = (x+4, y-2)G(x,y)=(x+4,y−2) by reversing its operations. Since GGG adds 4 to the x-coordinate and subtracts 2 from the y-coordinate, you subtract 4 from the x-coordinate and add 2 to the y-coordinate: (3−4,4+2)=(−1,6)(3-4, 4+2) = (-1, 6)(3−4,4+2)=(−1,6). This is your original point AAA. Choice A gives (−1,2)(-1, 2)(−1,2), which incorrectly subtracts 2 from the y-coordinate instead of adding 2 when undoing GGG. Choice B gives (7,2)(7, 2)(7,2), which appears to add 4 instead of subtracting when undoing GGG's x-transformation. Choice C gives (1,2)(1, 2)(1,2), which makes errors in undoing both the dilation and translation components. The key strategy for composition problems is always to work backwards through the transformations in reverse order, undoing each operation step by step. Write out each intermediate step to avoid calculation errors.

Question 7

Parallelogram JKLM undergoes a dilation with center at vertex J and scale factor 35\frac{3}{5}53​. In the original parallelogram, JK = 25 units and JM = 15 units. What is the perimeter of the image parallelogram J'K'L'M'?

  1. 72 units
  2. 56 units
  3. 48 units (correct answer)
  4. 80 units

Explanation: When you encounter a dilation problem, remember that dilation scales all lengths by the same factor while preserving shape. The key insight is that if each side length changes by the scale factor, the perimeter changes by that same factor. In the original parallelogram JKLM, you're given JK = 25 units and JM = 15 units. Since opposite sides of a parallelogram are equal, the four sides are: JK = 25, KL = 15, LM = 25, and MJ = 15. The original perimeter is 25+15+25+15=8025 + 15 + 25 + 15 = 8025+15+25+15=80 units. Under a dilation with scale factor 35\frac{3}{5}53​, each side length gets multiplied by 35\frac{3}{5}53​. The new side lengths become: 25×35=1525 \times \frac{3}{5} = 1525×53​=15 and 15×35=915 \times \frac{3}{5} = 915×53​=9. So the image parallelogram has sides of 15, 9, 15, and 9 units, giving a perimeter of 15+9+15+9=4815 + 9 + 15 + 9 = 4815+9+15+9=48 units. Choice A (72 units) represents the error of multiplying the original perimeter by 910\frac{9}{10}109​ instead of 35\frac{3}{5}53​. Choice B (56 units) might result from incorrectly calculating the new side lengths or adding them wrong. Choice D (80 units) is the original perimeter—this would be your answer if you forgot that dilation changes all measurements. Study tip: For any dilation, the perimeter of the image equals the original perimeter times the scale factor. This saves time: 80×35=4880 \times \frac{3}{5} = 4880×53​=48 units directly.

Question 8

In the plane, right triangle △JKL\triangle JKL△JKL is shown. The right angle is explicitly marked at KKK (∠JKL=90∘\angle JKL = 90^\circ∠JKL=90∘). The hypotenuse is JL‾\overline{JL}JL (explicitly identified) and is labeled 101010. The acute angle at JJJ is marked and labeled 35∘35^\circ35∘. The leg JK‾\overline{JK}JK is unlabeled.

What is the length of JK‾\overline{JK}JK?

(Diagram is not drawn to scale. No other angles are marked.)

  1. 10sin⁡(35∘)10\sin(35^\circ)10sin(35∘)
  2. 10cos⁡(35∘)10\cos(35^\circ)10cos(35∘) (correct answer)
  3. 10sin⁡(35∘)\dfrac{10}{\sin(35^\circ)}sin(35∘)10​
  4. 10tan⁡(35∘)10\tan(35^\circ)10tan(35∘)

Explanation: Solving right triangles involves using the Pythagorean theorem or trigonometry to find unknown sides or angles. In this problem, we are given the hypotenuse JL‾=10\overline{JL} = 10JL=10 and the acute angle at J=35∘J = 35^\circJ=35∘. Since we have the hypotenuse and an angle, and need the adjacent leg JK‾\overline{JK}JK, trigonometric ratios apply. The setup is cos⁡(35∘)=JK10\cos(35^\circ) = \frac{\text{JK}}{10}cos(35∘)=10JK​. This gives JK=10cos⁡(35∘)\text{JK} = 10 \cos(35^\circ)JK=10cos(35∘), matching choice B. A common misconception is using sine for the adjacent side, as in choice A, confusing opposite and adjacent. To transfer this strategy, always choose whether to use the Pythagorean theorem or trig ratios based on the given information before computing.

Question 9

A student is asked to explain why the SSS congruence criterion follows from rigid motions. The student provides this reasoning: "If two triangles have three pairs of equal sides, then one can be mapped onto the other by a reflection across the perpendicular bisector of one pair of corresponding sides, which preserves all distances." What is the primary flaw in this reasoning?

  1. Reflections do not preserve distances, so this approach cannot establish congruence through rigid motions
  2. The reasoning assumes that equal side lengths automatically imply the triangles have the same orientation in space
  3. A single reflection is insufficient; the reasoning ignores that additional rotations or translations may be necessary (correct answer)
  4. Perpendicular bisectors only exist for sides of equal length, making this approach circular in its logic

Explanation: When examining proofs involving rigid motions and congruence, you need to consider the complete sequence of transformations required to map one figure onto another, not just a single transformation. The student's reasoning contains a critical gap: while a reflection across the perpendicular bisector of corresponding sides will indeed align one pair of sides perfectly, this single transformation cannot guarantee that the remaining sides will also align. After the reflection, the triangles might share one side, but the other vertices could still be in different positions. Additional rigid motions—such as rotations around the aligned vertices or translations—would typically be needed to complete the mapping. Let's examine why the other options miss the mark. Choice A is incorrect because reflections absolutely do preserve distances—this is a fundamental property of rigid motions. Choice B misidentifies the issue; the problem isn't about orientation assumptions but about the insufficiency of a single transformation. Choice D incorrectly suggests circular reasoning about perpendicular bisectors, but these bisectors exist for any pair of equal-length segments and aren't the logical flaw here. The correct answer is C because it identifies that the reasoning oversimplifies the mapping process. A complete SSS proof using rigid motions must demonstrate that a sequence of transformations (potentially including reflections, rotations, and translations) can map all three vertices of one triangle onto the corresponding vertices of another. Study tip: When evaluating geometric proofs involving rigid motions, always ask yourself: "Does this account for all the necessary transformations to achieve complete alignment?"

Question 10

A stone column in an old building looks roughly round and has nearly the same thickness from bottom to top. To estimate the amount of protective coating needed, a student models it as a cylinder, ignoring small carvings, cracks, and slight tapering. (The model is not exact.)

Which assumption justifies using this model?

  1. The column has a nearly constant circular cross-section along its height (correct answer)
  2. The column has six equal rectangular faces
  3. The column ends in a sharp point at the top
  4. The model matches every crack and carving on the column exactly

Explanation: This question asks which assumption supports modeling a stone column as a cylinder. Geometric models work when the chosen shape matches the object's essential features. A cylinder model assumes the column has a nearly constant circular cross-section along its height—this means it's round and maintains roughly the same thickness throughout. This assumption makes sense for many classical columns, which were designed with circular symmetry. The cylinder captures this roundness and uniformity, allowing surface area calculations for coating estimates. A misconception would be expecting the model to match every detail exactly—models intentionally simplify. When justifying a geometric model, identify the key assumption about the object's shape—here, it's the circular cross-section that remains fairly constant from bottom to top.

Question 11

A right triangle △PQR\triangle PQR△PQR is shown in the plane with ∠Q\angle Q∠Q marked as a right angle. The acute angles at PPP and RRR are labeled α\alphaα and β\betaβ, respectively. (The diagram is not drawn to scale.) Which ratio represents tan⁡(α)\tan(\alpha)tan(α)?

  1. QRPQ\dfrac{QR}{PQ}PQQR​ (correct answer)
  2. PRPQ\dfrac{PR}{PQ}PQPR​
  3. PQPR\dfrac{PQ}{PR}PRPQ​
  4. PQQR\dfrac{PQ}{QR}QRPQ​

Explanation: The skill involves defining trigonometric ratios using the similarity of right triangles. Right triangles with the same acute angle are similar because they each have a 90-degree angle and share one acute angle, making the third angles equal by the angle sum in a triangle. In triangle PQR with right angle at Q and angle α at P, the side opposite α is QR, the adjacent side is PQ, and the hypotenuse is PR. The tangent of α is defined as the ratio of the opposite side to the adjacent side, which is QR/PQ. This ratio depends only on the measure of α and is constant across similar triangles. A common misconception is to select PQ/QR, which is the cotangent of α instead of tangent. To apply this to other problems, always start by labeling the sides as opposite, adjacent, and hypotenuse relative to the given angle.

Question 12

In parallelogram PQRSPQRSPQRS, diagonal PRPRPR has length 20 and diagonal QSQSQS has length 16. If the diagonals intersect at point TTT, what is the length of segment QTQTQT?

  1. QT=6QT = 6QT=6
  2. QT=8QT = 8QT=8 (correct answer)
  3. QT=10QT = 10QT=10
  4. QT=12QT = 12QT=12

Explanation: By the theorem that diagonals of a parallelogram bisect each other, point TTT is the midpoint of both diagonals. Since TTT bisects diagonal QSQSQS, we have QT=TS=QS2=162=8QT = TS = \frac{QS}{2} = \frac{16}{2} = 8QT=TS=2QS​=216​=8. Choice A (6) might result from incorrectly using the other diagonal. Choice C (10) comes from incorrectly using half of diagonal PRPRPR. Choice D (12) might result from an arithmetic error or misunderstanding the relationship between the diagonals.

Question 13

A student uses Cavalieri's principle to find the volume of a sphere by comparing cross-sections of the sphere to cross-sections of a cylinder with two cones removed. If the sphere has radius rrr, and the cylinder has radius rrr and height 2r2r2r, what must be true about the areas of corresponding cross-sections at height hhh above the center for this method to work?

  1. The sphere's cross-sectional area equals πr2−πh2\pi r^2 - \pi h^2πr2−πh2, which matches the cylinder minus cones at the same height
  2. The sphere's cross-sectional area equals π(r2−h2)\pi(r^2 - h^2)π(r2−h2), which matches the cylinder minus cones at the same height (correct answer)
  3. The sphere's cross-sectional area equals πr2+πh2\pi r^2 + \pi h^2πr2+πh2, which matches the cylinder minus cones at the same height
  4. The sphere's cross-sectional area equals π(r+h)2\pi(r + h)^2π(r+h)2, which matches the cylinder minus cones at the same height

Explanation: Using Cavalieri's principle, at height h above the center, a sphere of radius r has a circular cross-section with radius √(r² - h²), giving area π(r² - h²). The cylinder has cross-sectional area πr², and each cone contributes πh², so the cylinder minus two cones has area πr² - 2πh². For this to equal π(r² - h²), we need πr² - 2πh² = π(r² - h²), which simplifies correctly. Choice A has incorrect parentheses placement. Choice C uses addition instead of subtraction. Choice D uses an incorrect formula (r + h)².

Question 14

In the right triangle shown, ∠B\angle B∠B is a right angle. The hypotenuse is AC‾\overline{AC}AC. If AB=11AB=11AB=11 and BC=4BC=4BC=4, which expression represents the correct setup to find ACACAC?

  1. AC=112+42AC=\sqrt{11^2+4^2}AC=112+42​ (correct answer)
  2. AC=112−42AC=\sqrt{11^2-4^2}AC=112−42​
  3. AC=(11+4)2AC=\sqrt{(11+4)^2}AC=(11+4)2​
  4. AC=114AC=\dfrac{11}{4}AC=411​

Explanation: This problem asks which expression correctly sets up the Pythagorean theorem to find the hypotenuse. We have legs AB = 11 and BC = 4, with angle B being the right angle, and need to find hypotenuse AC. The Pythagorean theorem states that the hypotenuse squared equals the sum of the legs squared: c² = a² + b². Therefore, AC² = AB² + BC² = 11² + 4², which gives us AC = √(11² + 4²). The correct setup is AC = √(11² + 4²) because we add the squares of the legs when finding the hypotenuse. Option B incorrectly subtracts (used for finding a leg), while option C incorrectly adds before squaring. Before computing, always set up the correct equation based on what you're finding.

Question 15

In the diagram, △JKL\triangle JKL△JKL is a right triangle with the right angle explicitly marked at KKK. The hypotenuse is JL‾\overline{JL}JL. The leg lengths are labeled JK=9JK=9JK=9 and JL=15JL=15JL=15. What is the length of KL‾\overline{KL}KL?

(Diagram is not drawn to scale; no other angles are marked.)

  1. 306\sqrt{306}306​
  2. 144\sqrt{144}144​ (correct answer)
  3. 242424
  4. 81+15\sqrt{81+15}81+15​

Explanation: Solving right triangles involves finding unknown sides or angles using the Pythagorean theorem or trigonometric ratios. In this problem, one leg is 9, and the hypotenuse is 15. The Pythagorean theorem applies because a leg and the hypotenuse are given, and we need the other leg. The equation is KL=152−92KL = \sqrt{15^2 - 9^2}KL=152−92​. This yields KL=144KL = \sqrt{144}KL=144​, matching choice B, as it simplifies correctly. A common misconception is adding instead of subtracting, leading to 152+92=306\sqrt{15^2 + 9^2} = \sqrt{306}152+92​=306​ in choice A. To transfer this strategy, always choose between the Pythagorean theorem or trigonometry based on whether sides or angles are provided before computing.

Question 16

On the coordinate plane, points L(−4,−1)L(-4,-1)L(−4,−1) and M(2,5)M(2,5)M(2,5) are connected by segment LM‾\overline{LM}LM. Which point divides the directed segment from LLL to MMM internally in the ratio LP:PM=1:2LP:PM=1:2LP:PM=1:2?

  1. (−1,2)(-1,2)(−1,2)
  2. (0,3)(0,3)(0,3)
  3. (−2,1)(-2,1)(−2,1) (correct answer)
  4. (−3,0)(-3,0)(−3,0)

Explanation: The skill involves partitioning a line segment in a given ratio using coordinates. Here, the endpoints are L(-4,-1) and M(2,5), and the ratio LP:PM is 1:2. The point P is a weighted average of the coordinates of L and M, with weights corresponding to the opposite segments: weight 2 for L and 1 for M. Thus, x = (2*(-4) + 12)/(1+2) = (-8 + 2)/3 = -6/3 = -2, and y = (2(-1) + 1*5)/3 = (-2 + 5)/3 = 3/3 = 1, so P is (-2,1). This result places P such that it divides the segment with LP being 1/3 and PM being 2/3 of the total length, satisfying the ratio. A common distractor misconception is swapping to 2:1, leading to (0,3), which is choice B. Transfer strategy: think in terms of weights, not distances.

Question 17

Which statement correctly identifies the center and radius of the circle given by x2+y2−6x+4y=12x^2+y^2-6x+4y=12x2+y2−6x+4y=12? (Interpret by completing the square to reveal the geometric meaning.)

  1. Center (3,−2)(3,-2)(3,−2), radius 555 (correct answer)
  2. Center (−3,2)(-3,2)(−3,2), radius 555
  3. Center (3,−2)(3,-2)(3,−2), radius 252525
  4. Center (0,0)(0,0)(0,0), radius 12\sqrt{12}12​

Explanation: The skill involves deriving the equation of a circle using its geometric properties. A circle is defined as the set of all points in a plane that are a fixed distance, called the radius, from a fixed point, called the center. This definition directly translates to the distance formula, where the distance between any point (x,y) on the circle and the center (h,k) equals the radius r. Algebraically, this becomes (x - h)^2 + (y - k)^2 = r^2, and completing the square reveals the center and radius from the general form. For the given equation, completing the square yields center (3,-2) and radius 5, matching the geometric interpretation. A common distractor misconception is mistaking the radius for its square, leading to radius 25 instead of 5. To transfer this strategy, always think about the distance from the center before jumping into algebraic manipulations.

Question 18

A student claims that the matrix A=(0000)A=\begin{pmatrix}0&0\\0&0\end{pmatrix}A=(00​00​) “acts like the identity because it doesn’t rotate anything.” Which interpretation is NOT justified?

  1. Every vector is sent to the origin.
  2. All areas become zero after the transformation.
  3. The transformation is the same as the identity on all points. (correct answer)
  4. The determinant is 000, so the transformation is not invertible.

Explanation: This question addresses misconceptions about the zero matrix versus the identity matrix. The zero matrix A=(0000)A = \begin{pmatrix}0&0\\0&0\end{pmatrix}A=(00​00​) sends every vector to the origin, collapsing all geometric information. The determinant is 0, confirming the transformation is not invertible and reduces all areas to zero. The student's claim that it "acts like the identity because it doesn't rotate anything" is fundamentally flawed - while it's true that no rotation occurs, this is because everything collapses to a single point, not because points are preserved. The identity matrix leaves all points unchanged, while the zero matrix destroys all position information. Options A, B, and D are all correct interpretations of the zero matrix's behavior. The key insight is that "not rotating" is very different from "preserving" - the zero matrix achieves non-rotation through total annihilation rather than preservation.

Question 19

A rectangular poster is to be centered on a wall section shown as a 14 ft by 8 ft rectangle. A 1 ft-wide border of empty space is required on all four sides between the poster and the wall edges. Which poster size satisfies all constraints?

  1. 12 ft×6 ft12\text{ ft} \times 6\text{ ft}12 ft×6 ft (correct answer)
  2. 13 ft×6 ft13\text{ ft} \times 6\text{ ft}13 ft×6 ft
  3. 12 ft×7 ft12\text{ ft} \times 7\text{ ft}12 ft×7 ft
  4. 11 ft×7 ft11\text{ ft} \times 7\text{ ft}11 ft×7 ft

Explanation: This problem involves using geometry to center a poster on a wall with border constraints. The wall is 14 ft × 8 ft, and a 1 ft border is required on all sides between poster and wall edges. This means the poster must fit within a (14-2) × (8-2) = 12 × 6 ft region to maintain 1 ft clearance on each side. Option A (12 × 6 ft) exactly fills this available space while maintaining the required borders. Option B (13 × 6) is too wide by 1 ft, option C (12 × 7) is too tall by 1 ft, and option D (11 × 7) is also too tall. The key insight is that with a uniform border of width b on all sides, the available space is reduced by 2b in each dimension. Always account for borders on both sides when calculating available space.

Question 20

A slicing argument compares a sphere of radius RRR with a cylinder of radius RRR and height 2R2R2R minus two congruent cones inside the cylinder. Slices are taken by horizontal planes at height hhh from the center of the sphere, and the same height is used on the cylinder-and-cones solid.

Which reasoning matches the cross-sections described?

  1. It is enough that the cross-sectional areas match at h=0h=0h=0 to conclude the volumes are equal.
  2. If the cross-sectional areas match for every hhh between −R-R−R and RRR, then the volumes are equal by Cavalieri’s principle. (correct answer)
  3. If the perimeters of the cross-sections match for every hhh, then the volumes are equal by Cavalieri’s principle.
  4. If the cross-sections match but the heights are measured from different starting points, Cavalieri’s principle still guarantees equal volumes.

Explanation: The skill is deriving the volume of a sphere using Cavalieri’s principle. We compare the sphere of radius R to the solid formed by a cylinder of radius R and height 2R minus two congruent cones, each with apex at the center and base at the end of the cylinder. At every height h from the center, the cross-sectional area of the sphere is equal to that of the cylinder minus the relevant cone's cross-sectional area in that half. Since the cross-sectional areas are equal at every corresponding height, Cavalieri’s principle states that the volumes are equal. Therefore, the sphere's volume equals the volume of the cylinder minus the volumes of the two cones. A common misconception is that matching cross-sections at just one height suffices for equal volumes, but Cavalieri’s principle requires matching at every height. To apply this strategy to other solids, always compare cross-sectional areas at the same corresponding heights.

Question 21

A student tries to use Cavalieri’s principle to compare a sphere of radius RRR with a cylinder of radius RRR and height 2R2R2R minus two cones. The student measures height from the top of the cylinder but measures height from the center of the sphere.

Which reasoning correctly identifies the issue?

  1. There is no issue, because any choice of height reference works automatically in Cavalieri’s principle.
  2. There is an issue, because cross-sections must be compared at corresponding equal heights measured from consistent reference planes. (correct answer)
  3. There is no issue, because matching surface areas guarantees matching volumes.
  4. There is an issue only if the cylinder and sphere have different radii.

Explanation: The skill is deriving the volume of a sphere using Cavalieri’s principle. We compare the sphere of radius R to the solid formed by a cylinder of radius R and height 2R minus two congruent cones, each with apex at the center and base at the end of the cylinder. At every height h from the center, the cross-sectional area of the sphere is equal to that of the cylinder minus the relevant cone's cross-sectional area in that half. Since the cross-sectional areas are equal at every corresponding height, Cavalieri’s principle states that the volumes are equal. Therefore, the sphere's volume equals the volume of the cylinder minus the volumes of the two cones. A common misconception is that the choice of height reference doesn't matter in Cavalieri’s principle, but heights must be measured consistently from corresponding reference planes. To apply this strategy to other solids, always compare cross-sectional areas at the same corresponding heights.

Question 22

A triangle △ABC\triangle ABC△ABC is drawn on the left. On the right, a triangle △A′B′C′\triangle A'B'C'△A′B′C′ is drawn as if it could be obtained by dilating △ABC\triangle ABC△ABC and then applying a rigid motion. Angle markings show ∠B≅∠B′\angle B \cong \angle B'∠B≅∠B′ (single arc) and ∠C≅∠C′\angle C \cong \angle C'∠C≅∠C′ (double arc). No side lengths are labeled, and the diagram is not drawn to scale.

Which reasoning uses similarity transformations correctly?

  1. A dilation followed by a rigid motion can map one triangle to the other, so they are similar by AA. (correct answer)
  2. A rigid motion alone maps one triangle to the other, so they are congruent.
  3. Since two angles match, corresponding sides must be equal.
  4. Because the triangles are not drawn to scale, no conclusion can be made.

Explanation: The AA criterion is a key method for proving triangle similarity. If two angles of one triangle are congruent to two angles of another triangle, the triangles are similar. In this diagram, angle B is marked congruent to angle B' with a single arc, and angle C is marked congruent to angle C' with a double arc. Therefore, by the AA similarity criterion, triangle ABC is similar to triangle A'B'C'. Similar triangles have corresponding sides that are proportional, meaning their ratios are equal, but the sides themselves are not necessarily equal in length. A common misconception is to assume congruence from rigid motions alone, but including dilation accounts for possible size differences in similarity. To apply this in other problems, always check for matching angles first before examining side lengths or proportions.

Question 23

A triangle △MNO\triangle MNO△MNO is drawn, and a second triangle △PQR\triangle PQR△PQR is drawn in the plane. Angle markings show ∠M\angle M∠M and ∠P\angle P∠P each have a single arc, and ∠N\angle N∠N and ∠Q\angle Q∠Q each have a double arc. No side lengths are labeled, and the diagram is not drawn to scale.

Which relationship follows from the angle markings?

  1. MN:NO=PQ:QRMN:NO = PQ:QRMN:NO=PQ:QR because the triangles are similar by AA. (correct answer)
  2. MN=PQMN = PQMN=PQ because the triangles have two equal angles.
  3. △MNO\triangle MNO△MNO is congruent to △PQR\triangle PQR△PQR because AA holds.
  4. MN:MO=PQ:PRMN:MO = PQ:PRMN:MO=PQ:PR because OOO corresponds to QQQ.

Explanation: The AA criterion is a key method for proving triangle similarity. If two angles of one triangle are congruent to two angles of another triangle, the triangles are similar. In this diagram, angle M is marked congruent to angle P with a single arc, and angle N is marked congruent to angle Q with a double arc. Therefore, by the AA similarity criterion, triangle MNO is similar to triangle PQR. Similar triangles have corresponding sides that are proportional, meaning their ratios are equal, but the sides themselves are not necessarily equal in length. A common misconception is to set up proportions incorrectly by mismatching corresponding vertices, but proper angle correspondence ensures accurate ratios. To apply this in other problems, always check for matching angles first before examining side lengths or proportions.

Question 24

A right triangle has vertices at O(0, 0), P(6, 0), and Q(0, 8). If this triangle is rotated 90° counterclockwise about the origin to form triangle O'P'Q', what is the area of the quadrilateral formed by the union of both triangles?

  1. 24 square units
  2. 36 square units
  3. 48 square units (correct answer)
  4. 60 square units

Explanation: The correct answer is C. The original triangle OPQ has area ½(6)(8) = 24. After 90° counterclockwise rotation about origin: O'(0,0), P'(0,6), Q'(-8,0). The rotated triangle O'P'Q' also has area 24. However, the triangles overlap only at the origin, so the total area of their union is 24 + 24 = 48. Choice A gives the area of just one triangle. Choice B incorrectly assumes some overlap beyond the origin point. Choice D might result from adding the areas and including additional area incorrectly.

Question 25

Two triangles overlap in the plane: △JKL\triangle JKL△JKL and △MNL\triangle MNL△MNL. Angle markings show ∠J\angle J∠J and ∠M\angle M∠M each have a single arc, and ∠K\angle K∠K and ∠N\angle N∠N each have a double arc. No side lengths are given, and there are no tick marks on any sides. The diagram is not drawn to scale.

Which relationship follows from the angle markings?

  1. △JKL∼△MNL\triangle JKL \sim \triangle MNL△JKL∼△MNL by AA, so JKMN=KLNL\dfrac{JK}{MN} = \dfrac{KL}{NL}MNJK​=NLKL​. (correct answer)
  2. △JKL≅△MNL\triangle JKL \cong \triangle MNL△JKL≅△MNL because two angles are congruent.
  3. JK=MNJK = MNJK=MN because ∠J≅∠M\angle J \cong \angle M∠J≅∠M.
  4. △JKL∼△MNL\triangle JKL \sim \triangle MNL△JKL∼△MNL because JL=MLJL = MLJL=ML is implied by the overlap.

Explanation: The AA criterion is a key method for proving triangle similarity. If two angles of one triangle are congruent to two angles of another triangle, the triangles are similar. In this diagram, angle J is marked congruent to angle M with a single arc, and angle K is marked congruent to angle N with a double arc. Therefore, by the AA similarity criterion, triangle JKL is similar to triangle MNL. Similar triangles have corresponding sides that are proportional, meaning their ratios are equal, but the sides themselves are not necessarily equal in length. A common misconception is to assume side equality from overlapping figures, but without measurements, proportionality is what follows from angle similarity. To apply this in other problems, always check for matching angles first before examining side lengths or proportions.