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 10

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

0%

0 / 25 answered

Question 1 of 25

A sphere of radius RRR is compared to a solid formed by taking a cylinder of radius RRR and height 2R2R2R and removing two congruent cones (each cone has base radius RRR and height RRR). Slices are taken by horizontal planes at equal heights yyy from the center. Which claim is NOT supported by the slicing argument?

Question Navigator

All questions

Question 1

A sphere of radius RRR is compared to a solid formed by taking a cylinder of radius RRR and height 2R2R2R and removing two congruent cones (each cone has base radius RRR and height RRR). Slices are taken by horizontal planes at equal heights yyy from the center. Which claim is NOT supported by the slicing argument?

  1. If the cross-sectional areas match for every yyy between −R-R−R and RRR, then the volumes are equal.
  2. The sphere’s volume equals the cylinder’s volume minus the volumes of the two cones if the slice areas match at each height.
  3. If the solids have the same surface area, then their volumes must be equal by Cavalieri’s principle. (correct answer)
  4. Matching slice areas must be done at the same height yyy measured from the same reference plane.

Explanation: This question asks which claim is NOT supported by the Cavalieri slicing argument for sphere volume. The valid approach shows that at each height y, the sphere's cross-sectional area π(R² - y²) equals the cylinder's area πR² minus the two cones' areas 2πy². This equality at every height allows Cavalieri's principle to conclude equal volumes. Option A correctly states this principle, option B properly describes the volume relationship, and option D correctly emphasizes matching slices at the same height. However, option C incorrectly claims that equal surface area implies equal volume by Cavalieri's principle - this is false, as Cavalieri's principle concerns cross-sectional areas, not surface areas. The sphere and cylinder-minus-cones have equal volumes but different surface areas.

Question 2

A non-right triangle △XYZ\triangle XYZ△XYZ has XY=6XY=6XY=6, XZ=11XZ=11XZ=11, and included angle ∠YXZ=30∘\angle YXZ=30^\circ∠YXZ=30∘ emphasized at XXX.

Which setup correctly uses a justification aligned with the Law of Cosines (and its Pythagorean special case) to find YZYZYZ?

  1. Use YZ2=XY2+XZ2−2(XY)(XZ)cos⁡30∘YZ^2=XY^2+XZ^2-2(XY)(XZ)\cos 30^\circYZ2=XY2+XZ2−2(XY)(XZ)cos30∘, which reduces to the Pythagorean Theorem when the included angle is 90∘90^\circ90∘. (correct answer)
  2. Use YZ=XY+XZ−cos⁡30∘YZ=XY+XZ-\cos 30^\circYZ=XY+XZ−cos30∘ because the cosine term is subtracted from the sum of the sides.
  3. Use YZ2=XY2+XZ2YZ^2=XY^2+XZ^2YZ2=XY2+XZ2 because the included angle is given, so the triangle can be treated as right at XXX.
  4. Use the Law of Sines: YZsin⁡30∘=11sin⁡Y\frac{YZ}{\sin 30^\circ}=\frac{11}{\sin Y}sin30∘YZ​=sinY11​ and choose ∠Y\angle Y∠Y by visual estimation.

Explanation: The skill involves proving and applying the Law of Cosines for sides. In triangle XYZ, sides XY and XZ enclose acute angle YXZ at 30 degrees. The derivation idea adds a cosine term to generalize Pythagorean for any angle. Apply the law using YZ² = 6² + 11² - 2(6)(11)cos 30°, reducing to Pythagorean at 90°. This is correct because it connects to the special case effectively. A distractor like choice C treats it as right-angled without basis. To transfer this strategy, always ask why the formula generalizes Pythagorean before how to calculate the side.

Question 3

Triangle △PQR\triangle PQR△PQR has vertices P(1,1)P(1,1)P(1,1), Q(3,1)Q(3,1)Q(3,1), and R(2,3)R(2,3)R(2,3). A transformation is given by T=(2002).T=\begin{pmatrix}2 & 0\\ 0 & 2\end{pmatrix}.T=(20​02​). What are the coordinates of the image triangle △P′Q′R′\triangle P'Q'R'△P′Q′R′?

  1. P′(2,2), Q′(6,2), R′(4,6)P'(2,2),\ Q'(6,2),\ R'(4,6)P′(2,2), Q′(6,2), R′(4,6) (correct answer)
  2. P′(2,2), Q′(5,2), R′(4,5)P'(2,2),\ Q'(5,2),\ R'(4,5)P′(2,2), Q′(5,2), R′(4,5)
  3. P′(12,12), Q′(32,12), R′(1,32)P'(\tfrac{1}{2},\tfrac{1}{2}),\ Q'(\tfrac{3}{2},\tfrac{1}{2}),\ R'(1,\tfrac{3}{2})P′(21​,21​), Q′(23​,21​), R′(1,23​)
  4. P′(−2,−2), Q′(−6,−2), R′(−4,−6)P'(-2,-2),\ Q'(-6,-2),\ R'(-4,-6)P′(−2,−2), Q′(−6,−2), R′(−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] and multiply by transformation matrix T = [a b; c d] using matrix multiplication: T[x; y] = [a b; c d][x; y] = [ax+by; cx+dy] = [x'; y'] where (x', y') is the transformed point. The matrix T = [2 0; 0 2] uniformly scales by factor 2, so we apply it to each vertex: P'= T[1; 1] = [2·1; 2·1] = [2; 2], Q'= T[3; 1] = [2·3; 2·1] = [6; 2], R'= T[2; 3] = [2·2; 2·3] = [4; 6]. Choice A correctly shows P'(2,2), Q'(6,2), R'(4,6) as the scaled triangle with all distances from origin doubled. The transformation preserves the triangle's shape while doubling its size—each coordinate is multiplied by 2, making the image triangle similar to the original with scale factor 2. Matrix multiplication for transformations: Uniform scaling [2 0; 0 2] multiplies both coordinates by 2. For triangle vertices: P(1,1)→P'(2,2), Q(3,1)→Q'(6,2), R(2,3)→R'(4,6). The scaling preserves angles and ratios of distances, creating a similar triangle that's twice as large!

Question 4

A right triangle △JKL\triangle JKL△JKL is shown in the plane. ∠K\angle K∠K is marked as a right angle. The hypotenuse is JL‾\overline{JL}JL and is labeled 252525. The leg KL‾\overline{KL}KL is labeled 777. The diagram is not drawn to scale. No other angles or lengths are marked.

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

  1. 252−72\sqrt{25^2-7^2}252−72​ (correct answer)
  2. 252+72\sqrt{25^2+7^2}252+72​
  3. 25−725-725−7
  4. 72−252\sqrt{7^2-25^2}72−252​

Explanation: Solving right triangles involves finding unknown sides or angles using the Pythagorean theorem or trigonometric ratios. In this problem, the hypotenuse JL = 25 and one leg KL = 7 are given in right triangle JKL with right angle at K. The Pythagorean theorem applies because we need the other leg JK, with the hypotenuse and one leg known. The correct equation is JK = √(25² - 7²). This is justified as rearranging the theorem isolates the unknown leg by subtracting squares. A distractor like choice B adds squares, which finds the hypotenuse instead of a leg. To transfer this strategy, always choose the method—Pythagorean for sides or trig for angles—before computing.

Question 5

Triangle PQRPQRPQR is reflected across line ℓ\ellℓ to produce triangle P′Q′R′P'Q'R'P′Q′R′. Then triangle P′Q′R′P'Q'R'P′Q′R′ is reflected across line mmm, where lines ℓ\ellℓ and mmm intersect at point OOO and form a 35°35°35° angle. The final image is triangle P′′Q′′R′′P''Q''R''P′′Q′′R′′. What single rigid motion is equivalent to this composition of two reflections?

  1. A rotation of 35°35°35° about point OOO, because the angle between intersecting reflection lines equals the rotation angle
  2. A rotation of 70°70°70° about point OOO, because the composition of reflections across intersecting lines creates double the intersection angle (correct answer)
  3. A translation by twice the distance between lines ℓ\ellℓ and mmm, because intersecting reflections produce translation motions
  4. A glide reflection combining 35°35°35° rotation with translation, because intersecting reflections create composite transformation motions

Explanation: The composition of two reflections across intersecting lines is equivalent to a rotation about the point of intersection. The angle of rotation is twice the acute angle between the lines. Since the lines form a 35° angle, the equivalent rotation is 2 × 35° = 70° about point O.

Question 6

In the plane, right triangle △GHI\triangle GHI△GHI is shown. The right angle is explicitly marked at HHH (∠GHI=90∘\angle GHI = 90^\circ∠GHI=90∘). The hypotenuse is GI‾\overline{GI}GI and is labeled 151515. The leg GH‾\overline{GH}GH is labeled 999. The leg HI‾\overline{HI}HI is unlabeled.

Which method should be used to find the length of HI‾\overline{HI}HI?

(Diagram is not drawn to scale. No acute angle measures are given.)

  1. Use the Pythagorean Theorem with 151515 and 999. (correct answer)
  2. Use sin⁡(90∘)=915\sin(90^\circ)=\dfrac{9}{15}sin(90∘)=159​.
  3. Use tan⁡(9∘)=HI15\tan(9^\circ)=\dfrac{HI}{15}tan(9∘)=15HI​.
  4. Use a 303030-606060-909090 triangle relationship.

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 GI = 15 and one leg GH = 9. Since we have the hypotenuse and one leg, and need the other leg HI, the Pythagorean theorem applies. The equation is HI² = 15² - 9². This setup correctly finds HI, matching the method in choice A. A common misconception is assuming a special triangle like 30-60-90 without angle information, as in choice D. To transfer this strategy, always choose whether to use the Pythagorean theorem or trig ratios based on the given information before computing.

Question 7

A student constructs the perpendicular bisector of AB‾\overline{AB}AB by drawing equal-radius circles centered at AAA and BBB that intersect at PPP and QQQ, then drawing line PQ↔\overleftrightarrow{PQ}PQ​.

Which statement correctly describes the constructed line PQ↔\overleftrightarrow{PQ}PQ​?

  1. It is a line through AAA parallel to AB‾\overline{AB}AB.
  2. It is a line through points equidistant from AAA and BBB. (correct answer)
  3. It is the segment AB‾\overline{AB}AB extended beyond BBB.
  4. It is a line that must pass through point AAA.

Explanation: Formal geometric constructions involve creating precise geometric figures using only a compass and straightedge, without measuring tools. The goal here is to construct the perpendicular bisector of segment AB, which is the line that perpendicularly cuts AB exactly in half. Circle intersections play a key role by identifying points P and Q that are equidistant from A and B due to equal radii. The correct description is that it is a line through points equidistant from A and B, defining the bisector. This construction works because the set of points equidistant from A and B forms the perpendicular bisector. A common misconception is that the bisector must pass through A or B, but it passes through the midpoint instead. To transfer this strategy, rely on equal radii to ensure equidistance, not on measurement.

Question 8

Consider triangles PQRPQRPQR and STUSTUSTU where it is known that ∠P=42°\angle P = 42°∠P=42°, ∠Q=73°\angle Q = 73°∠Q=73°, ∠S=42°\angle S = 42°∠S=42°, and ∠T=65°\angle T = 65°∠T=65°. A student concludes that since both triangles have an angle of 42°42°42°, and the AA criterion only requires two pairs of congruent angles, she just needs to find one more pair. Her reasoning about establishing similarity is:

  1. Correct, because ∠P=∠S=42°\angle P = \angle S = 42°∠P=∠S=42° and ∠R=∠U=65°\angle R = \angle U = 65°∠R=∠U=65° when the third angles are calculated (correct answer)
  2. Incorrect, because ∠Q≠∠T\angle Q \neq \angle T∠Q=∠T, so the triangles cannot have two pairs of congruent corresponding angles
  3. Correct, because ∠P=∠S=42°\angle P = \angle S = 42°∠P=∠S=42° provides the first pair, and angle correspondence can be established through calculation
  4. Incorrect, because having one pair of equal angles does not guarantee that any other angles will be equal between the triangles

Explanation: Let's calculate the third angles: In triangle PQR: ∠R = 180° - 42° - 73° = 65°. In triangle STU: ∠U = 180° - 42° - 65° = 73°. So triangle PQR has angles (42°, 73°, 65°) and triangle STU has angles (42°, 65°, 73°). We can establish the correspondence: ∠P ↔ ∠S (both 42°) and ∠R ↔ ∠T (both 65°). This gives us two pairs of congruent corresponding angles, satisfying the AA criterion. Choice B is wrong because it assumes ∠Q must correspond to ∠T, which isn't required. Choice C is incomplete reasoning. Choice D is wrong because the student's approach can work if the angles align properly, which they do here.

Question 9

A parabola has vertex at (−1,3)(-1, 3)(−1,3) and passes through the point (3,7)(3, 7)(3,7). If the parabola opens upward, what is the equation of its directrix?

  1. y=2y = 2y=2 (correct answer)
  2. y=1y = 1y=1
  3. y=4y = 4y=4
  4. y=5y = 5y=5

Explanation: Since the parabola opens upward with vertex (-1,3), the equation has form (x+1)² = 4p(y-3). Using point (3,7): (3+1)² = 4p(7-3), so 16 = 16p, giving p = 1. The directrix is p units below the vertex, so it's at y = 3 - 1 = 2. Choice B places the directrix too far below the vertex. Choice C places it above the vertex. Choice D places it even further above the vertex.

Question 10

On the coordinate plane, the focus is F(5,1)F(5,1)F(5,1) and the directrix is the vertical line x=1x=1x=1 (shown). The parabola opens to the right. Which statement identifies the vertex?

  1. The vertex is at (3,1)(3,1)(3,1). (correct answer)
  2. The vertex is at (1,3)(1,3)(1,3).
  3. The vertex is at (5,3)(5,3)(5,3).
  4. The vertex is at (3,5)(3,5)(3,5).

Explanation: The skill involves deriving the equation of a parabola given its focus and directrix. A parabola is defined as the set of all points equidistant from a fixed point called the focus and a fixed line called the directrix. For any point on the parabola, the distance to the focus F(5,1) equals the distance to the directrix x=1. The vertex is the midpoint between the focus and directrix, calculated as x=(5+1)/2=3 and y=1. This identifies the vertex at (3,1), consistent with the parabola opening to the right. A distractor misconception is miscalculating the midpoint, such as averaging y-coordinates incorrectly leading to (5,3). To derive equations for other parabolas, always start from the distance definition and simplify step by step.

Question 11

A community center is installing a rectangular stage on a rectangular floor area that is 24 ft24\text{ ft}24 ft wide and 18 ft18\text{ ft}18 ft deep. Building code requires a clear walkway of at least 3 ft3\text{ ft}3 ft on all four sides of the stage. The stage must be a rectangle with side lengths that are whole numbers of feet.

Which design satisfies all constraints?

  1. Stage 20 ft×12 ft20\text{ ft} \times 12\text{ ft}20 ft×12 ft
  2. Stage 18 ft×12 ft18\text{ ft} \times 12\text{ ft}18 ft×12 ft (correct answer)
  3. Stage 19 ft×13 ft19\text{ ft} \times 13\text{ ft}19 ft×13 ft
  4. Stage 21 ft×12 ft21\text{ ft} \times 12\text{ ft}21 ft×12 ft

Explanation: The skill of using geometry to solve design problems involves applying geometric principles to fit shapes within spatial constraints while meeting regulatory requirements. In this case, the floor measures 24 ft wide by 18 ft deep, requiring at least 3 ft walkways on all four sides, with stage sides in whole feet. Geometry applies by subtracting twice the walkway width from each floor dimension to determine maximum stage sizes. Evaluating design options, we check if each fits within 18 ft by 12 ft maxima. Option B, 18 ft by 12 ft, justifies as the correct choice because it meets the dimensional limits exactly without violating walkway rules. A common distractor misconception is forgetting to account for walkways on both sides of each dimension, leading to oversized choices like A. To transfer this strategy, check every constraint systematically by calculating allowable dimensions beforehand.

Question 12

A scaling transformation multiplies both coordinates by 333. Which matrix represents this transformation?

  1. [1003]\begin{bmatrix}1&0\\0&3\end{bmatrix}[10​03​]
  2. [3003]\begin{bmatrix}3&0\\0&3\end{bmatrix}[30​03​] (correct answer)
  3. [0330]\begin{bmatrix}0&3\\3&0\end{bmatrix}[03​30​]
  4. [3001]\begin{bmatrix}3&0\\0&1\end{bmatrix}[30​01​]

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] and multiply by transformation matrix T = [a b; c d] using matrix multiplication: T[x; y] = [a b; c d][x; y] = [ax+by; cx+dy] = [x'; y'] where (x', y') is the transformed point. Common transformation matrices include: ROTATION by angle θ counterclockwise = [cos(θ) -sin(θ); sin(θ) cos(θ)] (example: 90° rotation uses θ=90° giving [0 -1; 1 0] since cos(90°)=0 and sin(90°)=1), REFLECTION across x-axis = [1 0; 0 -1] (keeps x same, negates y), REFLECTION across y-axis = [-1 0; 0 1] (negates x, keeps y same), SCALING by factor k = [k 0; 0 k] (multiplies both coordinates by k, enlarges by factor k). COMPOSITIONS of transformations: multiply matrices in reverse order (rightmost applied first)—to rotate then scale, compute (scaling matrix)·(rotation matrix). The resulting product matrix represents the combined transformation in one step! Scaling both coordinates by 3 means multiplying x and y by 3, represented by the diagonal matrix with 3 on both diagonals. Choice B correctly identifies [3 0; 0 3] as the uniform scaling matrix by factor 3. A distractor like choice A might result from confusing uniform scaling with non-uniform, where only one coordinate is scaled by 3. Matrix multiplication for transformations: Given transformation matrix [a b; c d] and point (x, y): (1) Write point as column vector [x; y]. (2) Multiply: first row of matrix times vector gives x'-coordinate = a·x + b·y. Second row times vector gives y'-coordinate = c·x + d·y. (3) Result is transformed point (x', y') = (ax+by, cx+dy). Example: [0 -1; 1 0] applied to (5, 3): x' = 0·5 + (-1)·3 = -3, y' = 1·5 + 0·3 = 5, so image is (-3, 5). That's a 90° counterclockwise rotation! Identifying transformations from matrices: ROTATION matrices have form [cos(θ) -sin(θ); sin(θ) cos(θ)]—look for this pattern with cos and -sin in first row, sin and cos in second row. Common: [0 -1; 1 0] is 90° rotation, [-1 0; 0 -1] is 180° rotation. REFLECTION matrices have form [±1 0; 0 ±1] with exactly one negative—[1 0; 0 -1] reflects across x-axis (y negated), [-1 0; 0 1] reflects across y-axis (x negated). SCALING matrices have equal diagonal entries [k 0; 0 k]—both coordinates multiplied by same k, or different entries [a 0; 0 b] for non-uniform scaling. Pattern recognition allows identification without calculation! Checking: after transforming point, verify result makes sense geometrically (rotation should preserve distance from origin, reflection should mirror across axis, scaling should change distances proportionally). Excellent work recognizing scaling matrices!

Question 13

The equation x2+y2−8x+6y+9=0x^2 + y^2 - 8x + 6y + 9 = 0x2+y2−8x+6y+9=0 represents a circle. After completing the square, what are the coordinates of the center and the radius?

  1. Center: (4,−3)(4, -3)(4,−3), Radius: 444 (correct answer)
  2. Center: (4,−3)(4, -3)(4,−3), Radius: 222
  3. Center: (−4,3)(-4, 3)(−4,3), Radius: 444
  4. Center: (8,−6)(8, -6)(8,−6), Radius: 16\sqrt{16}16​

Explanation: Complete the square for both variables. For x terms: x2−8x=(x−4)2−16x^2 - 8x = (x-4)^2 - 16x2−8x=(x−4)2−16. For y terms: y2+6y=(y+3)2−9y^2 + 6y = (y+3)^2 - 9y2+6y=(y+3)2−9. Substituting: (x−4)2−16+(y+3)2−9+9=0(x-4)^2 - 16 + (y+3)^2 - 9 + 9 = 0(x−4)2−16+(y+3)2−9+9=0, which simplifies to (x−4)2+(y+3)2=16(x-4)^2 + (y+3)^2 = 16(x−4)2+(y+3)2=16. The center is (4,−3)(4, -3)(4,−3) and radius is 16=4\sqrt{16} = 416​=4. Choice B has the correct center but wrong radius. Choice C has sign errors in the center coordinates. Choice D uses the original coefficients incorrectly.

Question 14

A hyperbola has foci F1(−6,3)F_1(-6,3)F1​(−6,3) and F2(2,3)F_2(2,3)F2​(2,3). For every point PPP on the hyperbola, ∣PF2−PF1∣=6|PF_2-PF_1|=6∣PF2​−PF1​∣=6. Which equation represents the hyperbola?

  1. (x+2)29−(y−3)27=1\dfrac{(x+2)^2}{9}-\dfrac{(y-3)^2}{7}=19(x+2)2​−7(y−3)2​=1 (correct answer)
  2. (x+2)27−(y−3)29=1\dfrac{(x+2)^2}{7}-\dfrac{(y-3)^2}{9}=17(x+2)2​−9(y−3)2​=1
  3. (y−3)29−(x+2)27=1\dfrac{(y-3)^2}{9}-\dfrac{(x+2)^2}{7}=19(y−3)2​−7(x+2)2​=1
  4. (x−2)29−(y−3)27=1\dfrac{(x-2)^2}{9}-\dfrac{(y-3)^2}{7}=19(x−2)2​−7(y−3)2​=1

Explanation: This hyperbola derivation begins with the geometric definition: points where the absolute difference of distances to foci is constant. The foci F₁(-6,3) and F₂(2,3) share y-coordinate 3, indicating a horizontal hyperbola centered at ((-6+2)/2,3)=(-2,3). The focal distance is 2c=8, so c=4, and |PF₂-PF₁|=6 gives 2a=6, so a=3. Using c²=a²+b² for hyperbolas, we get 16=9+b², so b²=7. The horizontal hyperbola form is (x-h)²/a²-(y-k)²/b²=1, yielding (x+2)²/9-(y-3)²/7=1. A common mistake is using the vertical form or incorrect center, but foci alignment determines orientation. Always verify that the center-to-focus distance equals c and that c>a for valid hyperbola geometry.

Question 15

A parabola is defined by focus F(−2,−3)F(-2,-3)F(−2,−3) and directrix y=−1y=-1y=−1. Which equation follows from the focus–directrix definition?

  1. (x+2)2=−2(y+2)(x+2)^2=-2(y+2)(x+2)2=−2(y+2) (correct answer)
  2. (x+2)2=2(y+2)(x+2)^2=2(y+2)(x+2)2=2(y+2)
  3. (x−2)2=−2(y+2)(x-2)^2=-2(y+2)(x−2)2=−2(y+2)
  4. (x+2)2=−2(y−2)(x+2)^2=-2(y-2)(x+2)2=−2(y−2)

Explanation: To derive this parabola's equation, we use the focus-directrix definition. A parabola consists of all points P(x,y) equidistant from focus F(-2,-3) and directrix y=-1. The distance from P to F is √((x+2)²+(y+3)²), while the distance from P to the horizontal line y=-1 is |y-(-1)| = |y+1|. Setting these equal: √((x+2)²+(y+3)²) = |y+1|. Since the focus (y=-3) is below the directrix (y=-1), the parabola opens downward, and y < -1 for points on the parabola, so |y+1| = -1-y. Squaring both sides: (x+2)²+(y+3)² = (-1-y)², which simplifies to (x+2)² = -2(y+2). Students often forget to determine the parabola's orientation before removing absolute values.

Question 16

In the coordinate plane below, circle QQQ has center (0,4)(0, 4)(0,4) and passes through (3,0)(3, 0)(3,0). Point SSS is located at (9,4)(9, 4)(9,4). How many distinct tangent lines can be drawn from point SSS to circle QQQ?

  1. Zero tangent lines, since SSS lies inside the circle and no external tangents exist from interior points
  2. Exactly one tangent line, since SSS lies on the circle and only one tangent exists at each point of tangency
  3. Exactly two tangent lines, since SSS lies outside the circle and two external tangents can be drawn from any exterior point (correct answer)
  4. Infinitely many tangent lines, since SSS lies on a diameter extension and tangents can be drawn at any angle through SSS

Explanation: First, I need to determine the position of point SSS relative to circle QQQ. The circle has center (0,4)(0,4)(0,4) and passes through (3,0)(3,0)(3,0), so its radius is (3−0)2+(0−4)2=9+16=5\sqrt{(3-0)^2 + (0-4)^2} = \sqrt{9+16} = 5(3−0)2+(0−4)2​=9+16​=5. The distance from S(9,4)S(9,4)S(9,4) to center (0,4)(0,4)(0,4) is (9−0)2+(4−4)2=9\sqrt{(9-0)^2 + (4-4)^2} = 9(9−0)2+(4−4)2​=9. Since 9>59 > 59>5, point SSS lies outside the circle. From any external point, exactly two tangent lines can be drawn to a circle. Choice A is wrong because SSS is outside, not inside. Choice B is wrong because SSS is not on the circle (distance 9 ‚↠radius 5). Choice D is incorrect because even though SSS lies on a horizontal line through the center, this doesn't create infinitely many tangents - the number of tangents depends only on whether the point is inside, on, or outside the circle.

Question 17

Triangle JKLJKLJKL has medians JMJMJM, KNKNKN, and LOLOLO that intersect at centroid GGG. If JM=21JM = 21JM=21 and KN=18KN = 18KN=18, and the distance from KKK to GGG is 121212, what is the distance from GGG to the midpoint MMM of side KLKLKL?

  1. 666 units using centroid division properties of medians
  2. 141414 units using centroid division properties of medians
  3. 999 units using centroid division properties of medians
  4. 777 units using centroid division properties of medians (correct answer)

Explanation: When you encounter problems involving medians and centroids, remember that the centroid divides each median in a specific 2:1 ratio, with the longer segment extending from the vertex to the centroid. The centroid GGG divides every median so that the distance from any vertex to GGG is twice the distance from GGG to the opposite midpoint. Since the distance from KKK to GGG is 12, and GGG divides median KNKNKN in a 2:1 ratio, the distance from GGG to midpoint NNN must be 12÷2=612 ÷ 2 = 612÷2=6. We can verify this using the given information: if KG=12KG = 12KG=12 and GN=6GN = 6GN=6, then the total length KN=12+6=18KN = 12 + 6 = 18KN=12+6=18, which matches the given median length. Now, for median JMJMJM with length 21, the centroid divides it the same way. The distance from JJJ to GGG is 23×21=14\frac{2}{3} × 21 = 1432​×21=14, and the distance from GGG to midpoint MMM is 13×21=7\frac{1}{3} × 21 = 731​×21=7. Choice A gives 6 units, which incorrectly applies the distance from GGG to NNN instead of finding the distance to MMM. Choice B gives 14 units, which represents the distance from JJJ to GGG, not from GGG to MMM. Choice C gives 9 units, which appears to incorrectly calculate half of the median length JMJMJM. Study tip: Always remember the centroid's 2:1 division rule: vertex to centroid is 23\frac{2}{3}32​ of the median length, while centroid to midpoint is 13\frac{1}{3}31​ of the median length.

Question 18

A geometry teacher asks students to explain why SSA (Side-Side-Angle) is not a valid congruence criterion using the framework of rigid motions. Which student response most accurately explains this using rigid motion principles?

  1. SSA fails because rigid motions cannot preserve two sides and one angle simultaneously when mapping between triangles
  2. SSA fails because rigid motions require at least three pieces of information to uniquely determine a triangle mapping
  3. SSA fails because the angle measurement becomes distorted when rigid motions are applied to triangles with two specified sides
  4. SSA fails because two sides and a non-included angle can correspond to two different triangle configurations that cannot be mapped onto each other by rigid motions (correct answer)

Explanation: When analyzing triangle congruence through rigid motions, you need to understand that congruence means one triangle can be mapped onto another through a sequence of reflections, rotations, and translations that preserve all distances and angles. The SSA (Side-Side-Angle) criterion fails because it can produce two distinctly different triangles that cannot be mapped onto each other. Consider this scenario: given two sides and a non-included angle, you might be able to construct two completely different triangles. For example, if you know sides of length 5 and 3, with a 30° angle opposite the side of length 3, you could potentially create two different triangles - one acute and one obtuse. Since these triangles have different shapes, no sequence of rigid motions can map one onto the other, proving they're not congruent despite sharing the same SSA measurements. Choice A incorrectly suggests rigid motions can't preserve two sides and one angle - they absolutely can preserve all measurements when triangles are truly congruent. Choice B misunderstands the issue; the problem isn't about needing three pieces of information, but about which three pieces uniquely determine a triangle. Choice C wrongly claims that angles become distorted during rigid motions, which contradicts the definition of rigid motions as distance and angle-preserving transformations. Remember this key insight: valid congruence criteria (like SSS, SAS, ASA) always produce a unique triangle configuration, while invalid criteria like SSA can produce multiple non-congruent triangles with the same given measurements.

Question 19

In right triangle ABCABCABC with right angle at CCC, sin⁡A=513\sin A = \frac{5}{13}sinA=135​ and the area of the triangle is 30 square units. What is the perimeter of triangle ABCABCABC?

  1. 303030 units (correct answer)
  2. 393939 units
  3. 424242 units
  4. 363636 units

Explanation: Since sin A = 5/13, we have BC/AB = 5/13. In a right triangle with this ratio, if BC = 5k, then AB = 13k and AC = 12k (by Pythagorean theorem). Area = (1/2)(BC)(AC) = (1/2)(5k)(12k) = 30k² = 30, so k² = 1 and k = 1. Therefore BC = 5, AC = 12, AB = 13, and perimeter = 5 + 12 + 13 = 30. Choice B adds incorrectly (5 + 12 + 22). Choice C uses k = 1.2 incorrectly. Choice D assumes a 3-4-5 triangle incorrectly.

Question 20

A right triangle △DEF\triangle DEF△DEF is shown with ∠E\angle E∠E marked as a right angle. The acute angles are labeled θ=∠D\theta=\angle Dθ=∠D and ϕ=∠F\phi=\angle Fϕ=∠F, so θ+ϕ=90∘\theta+\phi=90^\circθ+ϕ=90∘. Which expression represents sin⁡(θ)\sin(\theta)sin(θ) in terms of cos⁡(ϕ)\cos(\phi)cos(ϕ)?

  1. sin⁡(θ)=cos⁡(ϕ)\sin(\theta)=\cos(\phi)sin(θ)=cos(ϕ) (correct answer)
  2. sin⁡(θ)=cos⁡(θ)\sin(\theta)=\cos(\theta)sin(θ)=cos(θ)
  3. sin⁡(θ)=sin⁡(ϕ)\sin(\theta)=\sin(\phi)sin(θ)=sin(ϕ)
  4. sin⁡(θ)=cos⁡(90∘)\sin(\theta)=\cos(90^\circ)sin(θ)=cos(90∘)

Explanation: This problem tests understanding of the sine-cosine relationship for complementary angles. In triangle DEF with right angle at E, angles θ = ∠D and φ = ∠F satisfy θ + φ = 90°, making them complementary. For angle θ, the opposite side is EF and the adjacent side is DE, giving sin(θ) = EF/DF. For angle φ, the opposite side is DE and the adjacent side is EF, giving cos(φ) = EF/DF. Since both equal EF/DF, we conclude sin(θ) = cos(φ). The distractor sin(θ) = sin(φ) wrongly assumes complementary angles have equal sines. To avoid confusion, sketch the triangle and mark which side is opposite versus adjacent for each angle.

Question 21

A transformation ggg maps triangle ABCABCABC with vertices A(1,2)A(1,2)A(1,2), B(3,2)B(3,2)B(3,2), and C(2,4)C(2,4)C(2,4) to triangle A′B′C′A'B'C'A′B′C′ with vertices A′(2,4)A'(2,4)A′(2,4), B′(6,4)B'(6,4)B′(6,4), and C′(4,8)C'(4,8)C′(4,8). What type of transformation function does ggg represent?

  1. A translation function that shifts all points by the same vector displacement.
  2. A dilation function that scales all distances from the origin by factor 2. (correct answer)
  3. A rotation function that turns all points 90°90°90° about a fixed center point.
  4. A reflection function that mirrors all points across a specific line of symmetry.

Explanation: Comparing corresponding points: A(1,2)→A′(2,4)A(1,2) \to A'(2,4)A(1,2)→A′(2,4), B(3,2)→B′(6,4)B(3,2) \to B'(6,4)B(3,2)→B′(6,4), C(2,4)→C′(4,8)C(2,4) \to C'(4,8)C(2,4)→C′(4,8). Each coordinate is multiplied by 2, indicating g(x,y)=(2x,2y)g(x,y) = (2x, 2y)g(x,y)=(2x,2y). This is a dilation with scale factor 2 centered at the origin. Dilations preserve angle measures but change distances by the scale factor.

Question 22

A mass on a spring oscillates between −6-6−6 cm and 101010 cm relative to a fixed reference point. One complete oscillation takes 444 seconds. What are the amplitude and midline of the displacement?

  1. Amplitude =16=16=16 cm, midline =2=2=2 cm
  2. Amplitude =8=8=8 cm, midline =2=2=2 cm (correct answer)
  3. Amplitude =2=2=2 cm, midline =8=8=8 cm
  4. Amplitude =8=8=8 cm, midline =−6=-6=−6 cm

Explanation: This question tests your ability to model real-world periodic phenomena using trigonometric functions by identifying key parameters—amplitude (maximum variation from center), period (time for complete cycle), and midline (center value). Periodic phenomena that repeat in regular cycles can be modeled with sine or cosine functions of the form f(t) = A·sin(B(t-C)) + D or f(t) = A·cos(B(t-C)) + D, where A is AMPLITUDE (half the total variation, calculated as (max - min)/2—represents how far values deviate from center), D is MIDLINE or vertical shift (the center line, calculated as (max + min)/2—the average value around which oscillation occurs), the PERIOD is 2π/B (time or distance for one complete cycle—how often pattern repeats), and C is phase shift (horizontal shift, where cycle starts—often 0 for simplified models). For this oscillating mass: maximum position = 10 cm, minimum position = -6 cm, so AMPLITUDE = (10 - (-6))/2 = 16/2 = 8 cm (mass moves 8 cm above and below center), MIDLINE = (10 + (-6))/2 = 4/2 = 2 cm (center position is 2 cm from reference). Choice B correctly identifies amplitude = 8 cm and midline = 2 cm by properly calculating half the range for amplitude and the average for midline. Choice A incorrectly uses the full range (16 cm) as amplitude, Choice C reverses the amplitude and midline values, and Choice D incorrectly uses the minimum value (-6 cm) as midline. Parameter extraction with negative values: (1) Find MAX = 10 cm and MIN = -6 cm, (2) Calculate AMPLITUDE = (10 - (-6)) ÷ 2 = 16 ÷ 2 = 8 cm, (3) Calculate MIDLINE = (10 + (-6)) ÷ 2 = 4 ÷ 2 = 2 cm—note that midline can be positive even when minimum is negative!

Question 23

Which conclusion follows from the area model shown, where a square of side length aaa has a vertical strip of width bbb removed from the right and a horizontal strip of width bbb removed from the top, leaving a smaller square in the lower-left corner? (Assume a>b>0a>b>0a>b>0; the identity should be valid symbolically.)

  1. (a−b)2=a2−2ab+b2(a-b)^2=a^2-2ab+b^2(a−b)2=a2−2ab+b2 (correct answer)
  2. (a−b)2=a2−b2(a-b)^2=a^2-b^2(a−b)2=a2−b2
  3. (a−b)2=a2−2ab(a-b)^2=a^2-2ab(a−b)2=a2−2ab
  4. (a−b)2=a2+2ab+b2(a-b)^2=a^2+2ab+b^2(a−b)2=a2+2ab+b2

Explanation: The skill involves using geometric models to prove polynomial identities, such as the square of a difference. The geometric model shows a square of side a with a vertical strip of width b removed from the right and a horizontal strip of width b removed from the top, leaving a smaller square of side a - b in the lower-left corner. The remaining area (a - b)^2 corresponds to the original a^2 minus the two strips each of area ab, but adding back the overlapping b^2 corner that was double-subtracted. These areas are equal because the remaining region is what's left after accounting for the removals and overlap. Thus, the identity (a - b)^2 = a^2 - 2ab + b^2 is justified by this inclusion-exclusion of areas. A distractor misconception might ignore the overlap, leading to (a - b)^2 = a^2 - 2ab without the +b^2 term. To transfer this, apply area subtraction models to verify identities involving differences by equating remaining areas.

Question 24

Which statement correctly identifies the center and radius of the circle given by x2+y2−6x+4y−12=0x^2+y^2-6x+4y-12=0x2+y2−6x+4y−12=0?

  1. Center (3,−2)(3,-2)(3,−2) and radius 555 (correct answer)
  2. Center (−3,2)(-3,2)(−3,2) and radius 555
  3. Center (3,−2)(3,-2)(3,−2) and radius 252525
  4. Center (0,0)(0,0)(0,0) and radius 555

Explanation: This question requires converting a circle equation from general form to standard form to identify its center and radius. A circle is defined as all points equidistant from a center point. To find the center and radius from x² + y² - 6x + 4y - 12 = 0, we complete the square for both x and y terms. Grouping and completing: (x² - 6x + 9) + (y² + 4y + 4) = 12 + 9 + 4, which gives (x-3)² + (y+2)² = 25. This reveals the center at (3,-2) and radius √25 = 5. A common mistake is confusing radius with r²: the right side equals r², not r. Think geometrically: completing the square reveals the distance relationship hidden in the expanded form.

Question 25

A triangle has an area of 30230\sqrt{2}302​ square units. Two of its sides measure 121212 units and 101010 units respectively. If an auxiliary line is drawn from the vertex between these sides perpendicular to the opposite side, what is the measure of the included angle between the two known sides?

  1. 60°60°60°
  2. 30°30°30°
  3. 45°45°45° (correct answer)
  4. 135°135°135°

Explanation: When you encounter a triangle problem involving area, two sides, and an included angle, you're working with the area formula: A=12absin⁡CA = \frac{1}{2}ab\sin CA=21​absinC, where aaa and bbb are the two known sides and CCC is the angle between them. Given: area = 30230\sqrt{2}302​, sides = 12 and 10 units. Substituting into the formula: 302=12⋅12⋅10⋅sin⁡C30\sqrt{2} = \frac{1}{2} \cdot 12 \cdot 10 \cdot \sin C302​=21​⋅12⋅10⋅sinC 302=60sin⁡C30\sqrt{2} = 60\sin C302​=60sinC sin⁡C=30260=22\sin C = \frac{30\sqrt{2}}{60} = \frac{\sqrt{2}}{2}sinC=60302​​=22​​ Since sin⁡C=22\sin C = \frac{\sqrt{2}}{2}sinC=22​​, the angle C=45°C = 45°C=45° (or 135°135°135°). To determine which, consider that the auxiliary line mentioned is the altitude from the vertex between the known sides. This detail suggests we're working with the acute angle case, making C=45°C = 45°C=45°. Answer A (60°60°60°) would give sin⁡60°=32\sin 60° = \frac{\sqrt{3}}{2}sin60°=23​​, not 22\frac{\sqrt{2}}{2}22​​. Answer B (30°30°30°) would give sin⁡30°=12\sin 30° = \frac{1}{2}sin30°=21​, which is too small. Answer D (135°135°135°) technically satisfies sin⁡135°=22\sin 135° = \frac{\sqrt{2}}{2}sin135°=22​​, but the auxiliary line context indicates the acute angle. Study tip: Always memorize the exact sine values for special angles (30°30°30°, 45°45°45°, 60°60°60°). When you see 22\frac{\sqrt{2}}{2}22​​ as a sine value, immediately think 45°45°45°. The area formula with sine is crucial for any triangle where you know two sides and need the included angle.