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 1

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

0%

0 / 25 answered

Question 1 of 25

A triangle 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). The triangle is transformed by the matrix S=(2002)S=\begin{pmatrix}2&0\\0&2\end{pmatrix}S=(20​02​). What are the coordinates of C′C'C′ (the image of CCC)?

Question Navigator

All questions

Question 1

A triangle 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). The triangle is transformed by the matrix S=(2002)S=\begin{pmatrix}2&0\\0&2\end{pmatrix}S=(20​02​). What are the coordinates of C′C'C′ (the image of CCC)?

  1. (4,6)(4,6)(4,6) (correct answer)
  2. (2,6)(2,6)(2,6)
  3. (6,4)(6,4)(6,4)
  4. (4,3)(4,3)(4,3)

Explanation: This question tests your ability to use 2×22 \times 22×2 matrices to represent and perform plane transformations (rotations, reflections, scaling) by multiplying transformation matrices with point coordinate vectors. A 2×22 \times 22×2 matrix can represent a linear transformation of the plane: to transform a point (x,y)(x, y)(x,y), write it as column vector (xy)\begin{pmatrix} x \\ y \end{pmatrix}(xy​) and multiply by transformation matrix T=(abcd)T = \begin{pmatrix} a & b \\ c & d \end{pmatrix}T=(ac​bd​) using matrix multiplication: T(xy)=(abcd)(xy)=(ax+bycx+dy)=(x′y′)T \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} ax + by \\ cx + dy \end{pmatrix} = \begin{pmatrix} x' \\ y' \end{pmatrix}T(xy​)=(ac​bd​)(xy​)=(ax+bycx+dy​)=(x′y′​) where (x′,y′)(x', y')(x′,y′) is the transformed point. Common transformation matrices include: ROTATION by angle θ\thetaθ counterclockwise = (cos⁡(θ)−sin⁡(θ)sin⁡(θ)cos⁡(θ))\begin{pmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{pmatrix}(cos(θ)sin(θ)​−sin(θ)cos(θ)​) (example: 90° rotation uses θ=90°\theta=90°θ=90° giving (0−110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}(01​−10​) since cos⁡(90°)=0\cos(90°)=0cos(90°)=0 and sin⁡(90°)=1\sin(90°)=1sin(90°)=1), REFLECTION across x-axis = (100−1)\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}(10​0−1​) (keeps x same, negates y), REFLECTION across y-axis = (−1001)\begin{pmatrix} -1 & 0 \\ 0 & 1 \end{pmatrix}(−10​01​) (negates x, keeps y same), SCALING by factor k = (k00k)\begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix}(k0​0k​) (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! Applying S=(2002)S = \begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix}S=(20​02​) to C(2, 3) gives (4, 6), scaling the entire triangle uniformly by factor 2, enlarging distances from the origin while preserving shape. Choice A correctly multiplies both coordinates by 2, as the diagonal matrix applies the same factor to x and y. Distractors like choice B might scale only one coordinate or misread the point, but confirm by applying to all vertices: A(1,1) to (2,2), B(3,1) to (6,2), C(2,3) to (4,6). Matrix multiplication for transformations: Given transformation matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix}(ac​bd​) and point (x, y): (1) Write point as column vector (xy)\begin{pmatrix} x \\ y \end{pmatrix}(xy​)

Question 2

A right circular cone is shown. A slicing plane passes through the cone’s apex and also passes through the center of the circular base (so the plane contains the cone’s axis).

Which shape results from the cross-section shown?

  1. Triangle (correct answer)
  2. Circle
  3. Square
  4. Hexagon

Explanation: This problem involves finding cross-sections of three-dimensional solids, a key skill in geometry that also relates to solids of revolution. The original solid is a right circular cone, featuring a circular base and a pointed apex. The slicing plane passes through the apex and the center of the base, containing the cone's axis. As the plane cuts along the axis, it intersects the base along a diameter and the sides along two generators. This creates an isosceles triangle, with the base as the diameter and the sides as the slant heights. A common misconception is expecting a circle, confusing it with a parallel slice, but the axial cut forms a triangle. For transfer, imagine unfolding the cone and tracing the plane's line step by step to outline the triangular shape.

Question 3

A concrete pillar is a cylinder with diameter 12 ft12\text{ ft}12 ft and height 5 ft5\text{ ft}5 ft. What is the volume of the solid?

  1. 180π ft3180\pi\text{ ft}^3180π ft3 (correct answer)
  2. 720π ft3720\pi\text{ ft}^3720π ft3
  3. 360π ft3360\pi\text{ ft}^3360π ft3
  4. 180π ft2180\pi\text{ ft}^2180π ft2

Explanation: This problem requires finding the volume of a concrete pillar. The solid is a cylinder with diameter 12 ft and height 5 ft. The volume formula for a cylinder is V = πr²h, but we must first convert diameter to radius: r = 12/2 = 6 ft. Applying the formula: V = π(6)²(5) = π(36)(5) = 180π ft³. The volume represents the amount of concrete needed to form the pillar. A common mistake is using diameter directly in the formula instead of radius, which would give π(12)²(5) = 720π ft³. Always convert diameter to radius by dividing by 2 before applying cylinder volume formulas.

Question 4

Consider the informal argument for sphere volume using Cavalieri's principle with a hemisphere, cylinder, and cone. If the hemisphere has radius RRR, and we slice at distance ddd from the center (where 0≤d≤R0 \leq d \leq R0≤d≤R), which expression correctly represents the cross-sectional area of the hemisphere?

  1. π(R2−d2)\pi(R^2 - d^2)π(R2−d2) because the cross-section is a circle with radius determined by the Pythagorean theorem (correct answer)
  2. π(R−d)2\pi(R - d)^2π(R−d)2 because the cross-section radius decreases linearly from the center to the edge
  3. πR2−πd2\pi R^2 - \pi d^2πR2−πd2 because we subtract the area lost due to the distance from center
  4. πR2−d2\pi \sqrt{R^2 - d^2}πR2−d2​ because the cross-section radius involves the square root from Pythagorean theorem

Explanation: At distance d from the center, the cross-section of the hemisphere is a circle whose radius is √(R² - d²) by the Pythagorean theorem. The area is therefore π(√(R² - d²))² = π(R² - d²). Choice B incorrectly assumes linear decrease. Choice C has the right numbers but wrong grouping of the π terms. Choice D gives the radius (without squaring) rather than the area.

Question 5

A dilation with center CCC maps point AAA to point A′A'A′ and point BBB to point B′B'B′. Line ABABAB does not pass through CCC. If CA→=(3,−2)\overrightarrow{CA} = (3, -2)CA=(3,−2) and CA′→=(9,−6)\overrightarrow{CA'} = (9, -6)CA′=(9,−6), and line ABABAB has slope 34\frac{3}{4}43​, what is the slope of line A′B′A'B'A′B′?

  1. 34\frac{3}{4}43​, because dilations preserve slopes when the scale factor is positive and the line doesn't pass through the center (correct answer)
  2. 43\frac{4}{3}34​, because dilations with scale factor 333 transform slopes by taking their reciprocal and multiplying by the scale factor
  3. 94\frac{9}{4}49​, because the slope gets multiplied by the scale factor when the line is mapped to a parallel line under dilation
  4. −34-\frac{3}{4}−43​, because dilations reverse the orientation of lines that do not pass through the center of dilation

Explanation: From the given vectors, the scale factor is |CA'|/|CA| = 9/3 = 3 (or we can see that CA' = 3·CA). Since line AB does not pass through center C, dilation maps it to a parallel line A'B'. Parallel lines have equal slopes, and dilations preserve slopes regardless of the scale factor. Therefore, line A'B' has slope 3/4. Choice B incorrectly suggests slope inversion. Choice C incorrectly multiplies slope by scale factor. Choice D incorrectly suggests orientation reversal.

Question 6

Triangle PQRPQRPQR with vertices P(3,4)P(3, 4)P(3,4), Q(7,2)Q(7, 2)Q(7,2), R(5,8)R(5, 8)R(5,8) is congruent to triangle STUSTUSTU. If the congruence can be established through rigid motions, but triangle STUSTUSTU has vertices S(−4,3)S(-4, 3)S(−4,3), T(−2,7)T(-2, 7)T(−2,7), U(−8,5)U(-8, 5)U(−8,5), what must be verified to confirm the triangles are indeed congruent?

  1. Check that corresponding angles are equal and that no dilations were used in the transformation
  2. Confirm that the triangles have the same perimeter and the same area measurements
  3. Verify that one triangle can be mapped onto the other using only translations and rotations
  4. Calculate the side lengths of both triangles and verify they form the same set of distances (correct answer)

Explanation: When determining congruence between triangles using coordinate geometry, you need to verify that corresponding sides have identical lengths. Congruent triangles have exactly the same shape and size, which means all corresponding sides must be equal. For triangle PQRPQRPQR, calculate the side lengths using the distance formula d=(x2−x1)2+(y2−y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}d=(x2​−x1​)2+(y2​−y1​)2​:

  • PQ=(7−3)2+(2−4)2=16+4=20PQ = \sqrt{(7-3)^2 + (2-4)^2} = \sqrt{16+4} = \sqrt{20}PQ=(7−3)2+(2−4)2​=16+4​=20​
  • QR=(5−7)2+(8−2)2=4+36=40QR = \sqrt{(5-7)^2 + (8-2)^2} = \sqrt{4+36} = \sqrt{40}QR=(5−7)2+(8−2)2​=4+36​=40​
  • PR=(5−3)2+(8−4)2=4+16=20PR = \sqrt{(5-3)^2 + (8-4)^2} = \sqrt{4+16} = \sqrt{20}PR=(5−3)2+(8−4)2​=4+16​=20​
For triangle STUSTUSTU:
  • ST=(−2−(−4))2+(7−3)2=4+16=20ST = \sqrt{(-2-(-4))^2 + (7-3)^2} = \sqrt{4+16} = \sqrt{20}ST=(−2−(−4))2+(7−3)2​=4+16​=20​
  • TU=(−8−(−2))2+(5−7)2=36+4=40TU = \sqrt{(-8-(-2))^2 + (5-7)^2} = \sqrt{36+4} = \sqrt{40}TU=(−8−(−2))2+(5−7)2​=36+4​=40​
  • SU=(−8−(−4))2+(5−3)2=16+4=20SU = \sqrt{(-8-(-4))^2 + (5-3)^2} = \sqrt{16+4} = \sqrt{20}SU=(−8−(−4))2+(5−3)2​=16+4​=20​
Both triangles have the same set of side lengths: {20,20,40}\{\sqrt{20}, \sqrt{20}, \sqrt{40}\}{20​,20​,40​}, confirming congruence by SSS. Option A is incorrect because checking angles isn't necessary when you can prove SSS congruence, and mentioning dilations is irrelevant. Option B is wrong because equal perimeter and area don't guarantee congruence—different triangles can share these measurements. Option C is incomplete because it doesn't specify what needs verification about the mapping. Strategy tip: For coordinate geometry congruence problems, always calculate and compare corresponding side lengths first. The SSS congruence test is the most direct method when working with coordinates.

Question 7

In the diagram, ABC is not a right triangle. The included angle at AAA is θ\thetaθ, with adjacent sides AB=cAB=cAB=c and AC=bAC=bAC=b, and opposite side BC=aBC=aBC=a.

A student claims: “If θ=90∘\theta=90^\circθ=90∘, then the Law of Cosines becomes the Pythagorean Theorem.” Which expression correctly shows this special case?

  1. If θ=90∘\theta=90^\circθ=90∘, then a2=b2+c2−2bccos⁡90∘=b2+c2a^2=b^2+c^2-2bc\cos90^\circ=b^2+c^2a2=b2+c2−2bccos90∘=b2+c2. (correct answer)
  2. If θ=90∘\theta=90^\circθ=90∘, then a=b+ca=b+ca=b+c because right triangles add sides.
  3. If θ=90∘\theta=90^\circθ=90∘, then sin⁡θ=1\sin\theta=1sinθ=1 so a1=bsin⁡B\tfrac{a}{1}=\tfrac{b}{\sin B}1a​=sinBb​.
  4. If θ=90∘\theta=90^\circθ=90∘, then a2=b2+c2+2bccos⁡90∘=b2+c2+2bca^2=b^2+c^2+2bc\cos90^\circ=b^2+c^2+2bca2=b2+c2+2bccos90∘=b2+c2+2bc.

Explanation: The skill is applying the Law of Cosines and verifying its special case as the Pythagorean theorem. The geometric setup is triangle ABC with included angle θ at A, sides b and c adjacent, a opposite. The derivation idea is to substitute θ = 90° where cos 90° = 0, simplifying the formula. To apply the Law of Cosines, get a² = b² + c² - 2bc · 0 = b² + c². This is justified because it matches the Pythagorean theorem for right angles at A. A distractor adds unnecessary terms or misapplies sine instead. To transfer this strategy, ask why the cosine vanishes at 90° before how to simplify.

Question 8

In the diagram, \triangle ABC is a right triangle with right angle at CCC. Segment CDCDCD is drawn from CCC to the hypotenuse ABABAB, and CD⊥ABCD \perp ABCD⊥AB at DDD. The legs are labeled AC=bAC=bAC=b and BC=aBC=aBC=a, and the hypotenuse is labeled AB=cAB=cAB=c. Using triangle similarity created by the altitude (not memorization of a formula), which conclusion can be proven using the diagram?

  1. a+b=ca+b=ca+b=c
  2. a2+b2=c2a^2+b^2=c^2a2+b2=c2 (correct answer)
  3. CD=a+b2CD=\dfrac{a+b}{2}CD=2a+b​
  4. AC≅BCAC \cong BCAC≅BC

Explanation: The skill is using triangle similarity to prove the Pythagorean Theorem in a right triangle with an altitude to the hypotenuse. In right triangle ABC with right angle at C, the altitude from C to hypotenuse AB at D creates three similar triangles: ABC, ACD, and BCD. The corresponding sides are proportional, such as the hypotenuse of the large triangle corresponding to the adjacent leg in the smaller triangles. From similarity of ABC and BCD, we set up BC/AB = DB/BC, or a/c = y/a. Adding the relations a² = c y and b² = c x with x + y = c derives a² + b² = c². A common misconception is that the legs are congruent, leading to AC ≅ BC, but this only holds if the right triangle is isosceles. To transfer this strategy, focus on identifying similar triangles by shared angles and setting up proportions rather than memorizing formulas.

Question 9

In a certain city, the number of daylight hours varies sinusoidally over the year. The city has about 8 hours of daylight at its minimum (in December) and about 16 hours at its maximum (in June). The pattern repeats every 12 months. What are the amplitude and midline of a sinusoidal model for daylight hours?

  1. Amplitude =4=4=4 hr, midline =12=12=12 hr (correct answer)
  2. Amplitude =8=8=8 hr, midline =12=12=12 hr
  3. Amplitude =4=4=4 hr, midline =16=16=16 hr
  4. Amplitude =12=12=12 hr, midline =4=4=4 hr

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). Example: tides vary from 2 ft (low) to 10 ft (high) with 12-hour period between consecutive low tides: AMPLITUDE = (10-2)/2 = 4 ft (tide varies 4 ft above and below center), MIDLINE = (10+2)/2 = 6 ft (center line is 6 ft, tide oscillates around this), PERIOD = 12 hours (pattern repeats every 12 hours), so function could be h(t) = 4cos(2π/12·t) + 6 = 4cos(πt/6) + 6 where t is hours. For daylight hours ranging from 8 to 16 hours with a 12-month repetition (though period isn't in choices, it's key context), the amplitude is (16 - 8)/2 = 4 hours, and midline is (16 + 8)/2 = 12 hours. Choice A correctly identifies these by calculating amplitude as half the range and midline as the average. Choice B doubles the amplitude, choice C shifts midline to an extreme, and choice D confuses min and max roles. Parameter extraction recipe: (1) Find MAXIMUM value from scenario (highest tide, warmest temperature, top of Ferris wheel, peak of wave). (2) Find MINIMUM value (lowest tide, coldest temperature, bottom of wheel, trough of wave). (3) Calculate AMPLITUDE = (max - min) ÷ 2 (half the total variation). Example: max 85°F, min 35°F → amplitude = (85-35)/2 = 25°F. (4) Calculate MIDLINE = (max + min) ÷ 2 (average of extremes). Example: (85+35)/2 = 60°F midline. (5) Identify PERIOD from how often pattern repeats (time between consecutive maximums or minimums, or stated cycle time). Example: temperature repeats every 12 months → period = 12 months. These three parameters (amplitude, midline, period) fully describe the periodic behavior! Quick checks: Does amplitude make sense? (Should be positive, half the total variation). Does midline split the difference? (Should be exactly between max and min). Does period match cycle description? (daily = 24 hours, yearly = 12 months or 365 days, stated rotation time). If values seem wrong, recheck calculations!

Question 10

A carpenter is sanding a wooden ball that is approximately the shape shown (not drawn to scale). The model ignores tiny scratches and treats the wood as perfectly round. The carpenter wants to estimate how much sandpaper is needed to sand the outside. Which property of the model is most relevant?

  1. The surface area of the sphere (correct answer)
  2. The volume of the sphere
  3. The circumference of a great circle only
  4. The diameter only

Explanation: This task involves modeling a wooden ball to estimate sandpaper needed for sanding. Geometric models simplify complex surfaces by treating them as ideal shapes while ignoring minor imperfections. The ball is modeled as a sphere, capturing its uniformly curved surface in all directions. For estimating sandpaper coverage, the relevant feature is the outer surface that needs sanding. The surface area of the sphere measures the total outside area that sandpaper must cover. Students might confuse this with volume, but volume measures internal space, not external surface. When modeling for surface treatments like painting or sanding, focus on surface area measurements rather than volume or linear dimensions.

Question 11

In the diagram, △ABC\triangle ABC△ABC is right with ∠A\angle A∠A marked 90∘90^\circ90∘. An altitude ADADAD is drawn to the hypotenuse BCBCBC and is marked perpendicular at DDD. The hypotenuse is labeled BC=cBC=cBC=c and is split into BD=mBD=mBD=m and DC=nDC=nDC=n (these are labels, not computed values). No other lengths are provided, and the diagram is not drawn to scale.

Which relationship between side lengths must be true from triangle similarity?

  1. c=m+nc=m+nc=m+n
  2. m2+n2=c2m^2+n^2=c^2m2+n2=c2
  3. AD2=mnAD^2=mnAD2=mn (correct answer)
  4. AD=m+nAD=m+nAD=m+n

Explanation: The skill here is proving the Pythagorean Theorem using similarity in right triangles with an altitude to the hypotenuse. When the altitude AD is drawn from the right angle at A to the hypotenuse BC in right triangle ABC, it creates three similar triangles: ABC, ABD, and ADC. Corresponding sides are identified by matching angles, such as the shared angle at B in triangles ABC and ABD, and the shared angle at C in triangles ABC and ADC. This similarity sets up proportions like AB/BC = BD/AB and AC/BC = DC/AC, and also AD/BD = DC/AD for the geometric mean. Multiplying relevant proportions derives AB² = BC · BD, AC² = BC · DC, and AD² = BD · DC, proving key relationships including the Pythagorean Theorem by addition. A common distractor misconception is assuming m² + n² = c², which misapplies the theorem to the segments. To transfer this strategy, focus on the structural similarities from the altitude rather than memorizing the theorem.

Question 12

In a right triangle, cos⁡(θ)=513\cos(\theta)=\frac{5}{13}cos(θ)=135​ and 0∘<θ<90∘0^\circ<\theta<90^\circ0∘<θ<90∘. Which is θ\thetaθ (in degrees) to the nearest tenth?

  1. θ=arcsin⁡(513)≈22.6∘\theta=\arcsin\left(\frac{5}{13}\right)\approx 22.6^\circθ=arcsin(135​)≈22.6∘
  2. θ=arccos⁡(513)≈67.4∘\theta=\arccos\left(\frac{5}{13}\right)\approx 67.4^\circθ=arccos(135​)≈67.4∘ (correct answer)
  3. θ=arctan⁡(513)≈21.0∘\theta=\arctan\left(\frac{5}{13}\right)\approx 21.0^\circθ=arctan(135​)≈21.0∘
  4. θ=arccos⁡(135)≈67.4∘\theta=\arccos\left(\frac{13}{5}\right)\approx 67.4^\circθ=arccos(513​)≈67.4∘

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 [-1, 1], range [-90°, 90°]; (2) arccos or cos⁻¹: finds angle whose cosine is given value, domain [-1, 1], range [0°, 180°]; (3) arctan or tan⁻¹: finds angle whose tangent is given value, domain all real numbers, range (-90°, 90°); these range restrictions are essential because without them, infinitely many angles have the same sine/cosine value, so arcsin must return just one answer in its restricted range! Given cos(θ)=5/13 in a right triangle (acute θ), θ = arccos(5/13) ≈67.4° solves it, as arccos directly inverts cosine. Choice B correctly uses arccos on the given ratio, yielding ≈67.4° in [0°,180°]. Choice D tries arccos(13/5), but 13/5>1 is outside domain—undefined, a common error with reciprocals. Strategy: for cos(θ)=k, θ=arccos(k), calculate, check range; example: cos(θ)=0.6, θ≈53.13°, fits [0°,180°]. Impressive work; matching the right inverse to the trig function is key—you've got this!

Question 13

A garden path is a rectangle 12 ft12\text{ ft}12 ft long and 8 ft8\text{ ft}8 ft wide. A rectangular flower bed must be placed inside it so that there is a uniform border of 1 ft1\text{ ft}1 ft of path on all sides. The flower bed’s side lengths must be whole numbers of feet.

Which design satisfies all constraints?

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

Explanation: The skill of using geometry to solve design problems involves applying geometric principles to place features within areas with border requirements. In this case, the path is 12 ft by 8 ft, requiring a 1 ft uniform border on all sides, with whole-foot bed sizes. Geometry applies by subtracting twice the border from each path dimension for maximum bed sizes. Evaluating design options, we verify fits within 10 ft by 6 ft limits. Option A, 10 ft by 6 ft, justifies as the correct choice because it matches the maxima while maintaining borders. A common distractor misconception is subtracting border from only one side, allowing oversized choices like B. To transfer this strategy, check every constraint systematically by computing adjusted dimensions.

Question 14

A line ppp is tangent to circle ⊙Q\odot Q⊙Q at point J. Segment QJQJQJ is drawn, and the right angle between QJQJQJ and ppp at JJJ is marked. Which reasoning correctly uses the radius–tangent relationship?

  1. Because ppp is tangent at JJJ, QJ⊥pQJ \perp pQJ⊥p at JJJ. (correct answer)
  2. Because ppp is tangent at JJJ, QJ∥pQJ \parallel pQJ∥p.
  3. Because QJQJQJ is a radius, line ppp meets the circle at two points.
  4. Because QJQJQJ is a radius, point JJJ must be the center.

Explanation: This question explores tangent properties in circle geometry. A tangent to a circle is a line that contacts the circle at precisely one point. This point is the point of tangency, labeled J. The radius QJ is perpendicular to the tangent p at J, forming the marked right angle. This reasoning correctly applies the radius-tangent perpendicularity theorem. A distractor like choice B incorrectly claims parallelism instead of perpendicularity. In solving, always connect the center to the tangent point and apply the perpendicular property.

Question 15

A student is constructing a line parallel to ℓ\ellℓ through point PPP using only a compass and straightedge. The student correctly copies the angle at XXX onto point PPP using arcs and a copied chord, and then draws a line mmm through PPP forming the copied angle with the transversal. Which statement correctly describes the constructed line mmm?​

  1. mmm is parallel to ℓ\ellℓ because corresponding angles formed by the transversal are congruent. (correct answer)
  2. mmm is perpendicular to ℓ\ellℓ because the copied angle must be a right angle.
  3. mmm is parallel to the transversal because it shares point PPP with the transversal.
  4. mmm is parallel to ℓ\ellℓ because the arcs are symmetric about point PPP in the drawing.

Explanation: This question tests understanding of formal geometric constructions, specifically the result of correctly copying angles to create parallel lines. The construction goal is to create a line parallel to ℓ through point P by copying an angle. The circle intersections and chord copying ensure that the angle at P matches the angle at X. The correct statement is that m is parallel to ℓ because corresponding angles formed by the transversal are congruent. This construction works because when a transversal crosses two lines forming congruent corresponding angles, those lines must be parallel. A common misconception is thinking the construction creates perpendicular lines or relies on visual symmetry. The key strategy is to understand that angle congruence, achieved through careful chord copying with equal radii, guarantees parallelism.

Question 16

Two triangles, MNP and QRS, are being tested for similarity. It is known that ∠M=∠Q=48°\angle M = \angle Q = 48°∠M=∠Q=48° and that triangle QRS can be obtained from triangle MNP through a sequence of similarity transformations. A student concludes that this information alone is sufficient to prove similarity using the AA criterion. What is the error in this reasoning?

  1. The AA criterion requires two pairs of equal corresponding angles, but only one pair is confirmed from the given information (correct answer)
  2. Similarity transformations do not guarantee that corresponding angles remain equal, so additional verification is needed for the conclusion
  3. The student correctly applied the AA criterion, but failed to verify that the similarity transformations preserve triangle orientation
  4. The conclusion is valid since similarity transformations automatically ensure that all corresponding angle pairs are equal by definition

Explanation: The AA criterion requires two pairs of equal corresponding angles to establish similarity. While we know ∠M=∠Q=48°\angle M = \angle Q = 48°∠M=∠Q=48°, we need information about a second pair of corresponding angles to apply AA criterion. The fact that one triangle can be obtained from another through similarity transformations would indeed guarantee similarity, but the student's reasoning specifically claims to use the AA criterion, which requires two angle pairs. Choice B incorrectly states that similarity transformations don't preserve angles. Choice C focuses on irrelevant orientation issues. Choice D would be correct if the student claimed similarity from the transformations, but not for AA criterion application.

Question 17

In the figure, triangles ABC and DEF are shown. It is given that ∠A=41¬∞\angle A = 41¬∞∠A=41¬∞, ∠B=67¬∞\angle B = 67¬∞∠B=67¬∞, ∠D=41¬∞\angle D = 41¬∞∠D=41¬∞, and ∠F=72¬∞\angle F = 72¬∞∠F=72¬∞. A student claims that since both triangles have an angle of 41¬∞, and similarity transformations preserve angle measures, the triangles must be similar by the AA criterion. What is the primary flaw in this reasoning?

  1. The student correctly identified one pair of equal angles but failed to find a second pair required by the AA criterion
  2. The student found equal angles but did not establish which angles correspond between the triangles for proper AA criterion application (correct answer)
  3. The reasoning is actually correct since the triangles do have two pairs of equal angles satisfying the AA criterion
  4. The student incorrectly assumed that similarity transformations preserve angle measures in all cases

Explanation: While the triangles actually are similar (∠A=∠D=41¬∞\angle A = \angle D = 41¬∞∠A=∠D=41¬∞, ∠C=72¬∞=∠F\angle C = 72¬∞ = \angle F∠C=72¬∞=∠F, and ∠B=67¬∞=∠E\angle B = 67¬∞ = \angle E∠B=67¬∞=∠E), the student's reasoning is flawed because finding angles of the same measure is not sufficient for AA criterion. The student must establish that these equal angles are corresponding angles under a potential similarity transformation. Simply noting that both triangles contain a 41¬∞ angle doesn't prove correspondence. Choice A misses that a second pair exists. Choice C ignores the logical flaw in the reasoning process. Choice D incorrectly states that similarity transformations don't preserve angles.

Question 18

In the diagram, △ABC\triangle ABC△ABC is shown in the plane. Segments ABABAB and ACACAC have matching single tick marks, indicating they are congruent. No angle arcs, parallel marks, right-angle boxes, midpoint markings, or lengths are given, and the diagram is not drawn to scale. Which statement must be true?

  1. ∠ABC≅∠ACB\angle ABC \cong \angle ACB∠ABC≅∠ACB (correct answer)
  2. BCBCBC is perpendicular to ABABAB
  3. BBB is the midpoint of ACACAC
  4. AB∥ACAB \parallel ACAB∥AC

Explanation: This question involves theorems about triangles, focusing on properties of isosceles triangles. The isosceles triangle theorem states that if two sides of a triangle are congruent, then the angles opposite those sides are also congruent. The diagram features matching tick marks on segments AB and AC, indicating they are congruent. Applying the theorem, since AB ≅ AC, the angles opposite them, which are angle ABC and angle ACB, must be congruent. This conclusion is justified because the equal sides create symmetry in the triangle, making the base angles equal. A common distractor misconception is assuming perpendicularity or midpoints without supporting markings, such as confusing side congruence with right angles. To transfer this strategy, always match markings like tick marks to known triangle theorems such as the isosceles base angles theorem.

Question 19

An ellipse has foci at (−2,1)(-2, 1)(−2,1) and (4,1)(4, 1)(4,1) and passes through the point (1,5)(1, 5)(1,5). What is the value of a2a^2a2 in the standard form equation of this ellipse?

  1. 18
  2. 25 (correct answer)
  3. 36
  4. 45

Explanation: The sum of distances from point (1,5) to both foci equals 2a. Distance from (1,5) to (-2,1) is √[(1-(-2))² + (5-1)²] = √(9+16) = 5. Distance from (1,5) to (4,1) is √[(1-4)² + (5-1)²] = √(9+16) = 5. Therefore 2a = 5 + 5 = 10, so a = 5 and a² = 25. Choice A gives a² = 18 (using incorrect calculation). Choice C uses a = 6 instead of a = 5. Choice D incorrectly uses the sum of squared distances instead of sum of distances.

Question 20

In the right triangle shown, angle θ\thetaθ is at vertex AAA. Which argument uses the Pythagorean Theorem correctly to prove that sin⁡2θ+cos⁡2θ=1\sin^2\theta+\cos^2\theta=1sin2θ+cos2θ=1 (for all θ\thetaθ where the triangle is defined)?

  1. Because sin⁡θ+cos⁡θ=1\sin\theta+\cos\theta=1sinθ+cosθ=1 in a right triangle, squaring gives sin⁡2θ+cos⁡2θ=1\sin^2\theta+\cos^2\theta=1sin2θ+cos2θ=1.
  2. Since BC2+AC2=AB2BC^2+AC^2=AB^2BC2+AC2=AB2, dividing by AB2AB^2AB2 gives (BC/AB)2+(AC/AB)2=1(BC/AB)^2+(AC/AB)^2=1(BC/AB)2+(AC/AB)2=1, so sin⁡2θ+cos⁡2θ=1\sin^2\theta+\cos^2\theta=1sin2θ+cos2θ=1. (correct answer)
  3. Because BC+AC=ABBC+AC=ABBC+AC=AB, dividing by ABABAB gives BC/AB+AC/AB=1BC/AB+AC/AB=1BC/AB+AC/AB=1, so sin⁡2θ+cos⁡2θ=1\sin^2\theta+\cos^2\theta=1sin2θ+cos2θ=1.
  4. Using BC2+AC2=AB2BC^2+AC^2=AB^2BC2+AC2=AB2, divide by ABABAB to get BC2/AB+AC2/AB=1BC^2/AB+AC^2/AB=1BC2/AB+AC2/AB=1, so sin⁡2θ+cos⁡2θ=1\sin^2\theta+\cos^2\theta=1sin2θ+cos2θ=1.

Explanation: This question asks you to prove the Pythagorean identity: sin²θ + cos²θ = 1. In a right triangle with angle θ at vertex A, we define sin θ = opposite/hypotenuse = BC/AB and cos θ = adjacent/hypotenuse = AC/AB. When we square these ratios, we get sin²θ = BC²/AB² and cos²θ = AC²/AB². The Pythagorean Theorem tells us that BC² + AC² = AB² for any right triangle. Dividing both sides by AB² gives us (BC²/AB²) + (AC²/AB²) = AB²/AB² = 1, which is exactly sin²θ + cos²θ = 1. Choice A incorrectly claims that sin θ + cos θ = 1, which is false—it's the squares that sum to 1, not the values themselves. The key strategy is to always return to the geometric definitions and use the Pythagorean Theorem on the original triangle.

Question 21

A linear transformation is represented by the matrix Z=(0000).Z=\begin{pmatrix}0&0\\0&0\end{pmatrix}.Z=(00​00​). A point V(4,−1)V(4,-1)V(4,−1) is transformed to ZVZVZV. Which statement describes the geometric effect?

  1. All points map to the origin, so VVV goes to (0,0)(0,0)(0,0). (correct answer)
  2. All points stay fixed, so VVV remains (4,−1)(4,-1)(4,−1).
  3. The point is reflected across the yyy-axis.
  4. The point’s distance from the origin doubles.

Explanation: This question examines the zero matrix and its geometric interpretation. The zero matrix Z = [[0,0],[0,0]] maps every vector to the zero vector, effectively collapsing the entire plane to a single point at the origin. The determinant of the zero matrix is 0, which geometrically means all areas become 0—the transformation collapses 2D regions into lower dimensions. When we apply Z to the point V(4,-1), we get Z·V = [[0,0],[0,0]]·[[4],[-1]] = [[0],[0]], so V maps to the origin (0,0). Students might incorrectly think points stay fixed because they see zeros as "doing nothing," but zeros in a matrix mean "multiply by zero." The strategy is to recognize that det(Z) = 0 signals dimensional collapse—all points converge to one location.

Question 22

Triangle △WXY\triangle WXY△WXY is shown in the plane (not necessarily right). Side WX‾\overline{WX}WX is labeled aaa and side WY‾\overline{WY}WY is labeled bbb. The included angle at WWW is labeled CCC (so C=∠XWYC=\angle XWYC=∠XWY). A dashed altitude from YYY meets WX‾\overline{WX}WX at ZZZ, with YZ‾⊥WX‾\overline{YZ}\perp\overline{WX}YZ⊥WX. Which expression represents the area of △WXY\triangle WXY△WXY?

  1. A=12absin⁡(C)A=\tfrac12 ab\sin(C)A=21​absin(C) (correct answer)
  2. A=12abcos⁡(C)A=\tfrac12 ab\cos(C)A=21​abcos(C)
  3. A=12absin⁡(∠WYX)A=\tfrac12 ab\sin(\angle WYX)A=21​absin(∠WYX)
  4. A=absin⁡(C)A=ab\sin(C)A=absin(C)

Explanation: The skill involves deriving the area of a triangle using trigonometry with two sides and the included angle. The area of a triangle is given by one-half base times height. When an altitude is dropped from vertex Y to side WX, the height can be expressed using the sine of angle C, as the height equals side b times sin(C) in the right triangle formed. Thus, the area formula derives as one-half times a times b times sin(C). This justifies the correct expression representing the area with sine of C. A common distractor misconception is substituting another angle like at X, which alters the trigonometric relationship. To transfer this strategy, always multiply half the product of the two sides by the sine of the included angle between them.

Question 23

The incircle of triangle MNPMNPMNP has radius 4 and center III. If the triangle's semiperimeter is 15, what is the area of triangle MNPMNPMNP?

  1. 454545
  2. 303030
  3. 606060 (correct answer)
  4. 757575

Explanation: When you encounter problems involving an incircle (the circle inscribed within a triangle), you're dealing with one of geometry's most elegant relationships. The key insight is that the incircle's radius connects directly to the triangle's area and perimeter. The fundamental formula for any triangle with an incircle is: Area = radius × semiperimeter. This relationship exists because the incircle's center connects to all three sides, creating three smaller triangles whose combined area equals the original triangle. Given an inradius of 4 and semiperimeter of 15, we can calculate: Area = 4×15=604 \times 15 = 604×15=60. This confirms answer choice C is correct. Let's examine why the other answers represent common mistakes. Answer A (45) likely comes from incorrectly using the formula Area = 12×base×height\frac{1}{2} \times \text{base} \times \text{height}21​×base×height and assuming the radius somehow represents half the height. Answer B (30) suggests someone may have confused the semiperimeter with the full perimeter, calculating 4×7.5=304 \times 7.5 = 304×7.5=30. Answer D (75) might result from adding the radius and semiperimeter instead of multiplying: 4+15=194 + 15 = 194+15=19, though this doesn't directly yield 75, it represents the type of operational error students sometimes make under pressure. Remember this powerful relationship: whenever you see an incircle problem with given radius and semiperimeter, immediately think "Area = r × s." This formula works for any triangle and often provides the most direct path to the solution, bypassing more complex approaches involving side lengths or angles.

Question 24

A linear transformation TTT has matrix M=(100−1).M=\begin{pmatrix}1&0\\0&-1\end{pmatrix}.M=(10​0−1​). Which conclusion follows from the determinant value?

  1. All areas become 000 because the determinant is negative.
  2. All lengths are multiplied by −1-1−1 because the determinant is −1-1−1.
  3. Areas keep the same size, but orientation is reversed. (correct answer)
  4. The transformation is the identity because ∣det⁡(M)∣=1|\det(M)|=1∣det(M)∣=1.

Explanation: This question explores how negative determinants affect transformations. The matrix (100−1)\begin{pmatrix}1&0\\0&-1\end{pmatrix}(10​0−1​) reflects across the x-axis, keeping x-coordinates the same while negating y-coordinates. The determinant is 1×(−1)=−11 \times (-1) = -11×(−1)=−1, where the magnitude |−1| = 1 tells us areas are preserved, but the negative sign indicates orientation reversal. When you transform a shape, it maintains its size but flips its orientation—clockwise becomes counterclockwise or vice versa. This is different from the identity matrix (det = +1) which preserves both area and orientation. Students often misinterpret negative determinants as making areas negative or shrinking shapes, but areas can't be negative—only orientation can reverse. The strategy is: |det| gives area scaling, and the sign of det tells whether orientation flips.

Question 25

A drone camera measures an angle of depression θ\thetaθ from the horizontal to a target on level ground. The drone is 120 m above the ground, and the horizontal distance from the point directly below the drone to the target is 160 m. The model is tan⁡(θ)=120160.\tan(\theta)=\frac{120}{160}.tan(θ)=160120​. Which angle solves the model within the given interval 0∘<θ<90∘0^\circ<\theta<90^\circ0∘<θ<90∘?

  1. θ=arctan⁡(34)\theta=\arctan\left(\frac{3}{4}\right)θ=arctan(43​) (correct answer)
  2. θ=arccos⁡(34)\theta=\arccos\left(\frac{3}{4}\right)θ=arccos(43​)
  3. θ=arctan⁡(43)\theta=\arctan\left(\frac{4}{3}\right)θ=arctan(34​)
  4. θ=180∘−arctan⁡(34)\theta=180^\circ-\arctan\left(\frac{3}{4}\right)θ=180∘−arctan(43​)

Explanation: Solving trigonometric equations in context involves using inverse trigonometric functions to find angles like depressions from drones. The equation tan⁡(θ)=34\tan(\theta) = \frac{3}{4}tan(θ)=43​ models the depression angle with 120 m height and 160 m distance. The inverse tangent function is used because the equation is tan⁡(θ)=opposite over adjacent\tan(\theta) = \text{opposite over adjacent}tan(θ)=opposite over adjacent. To solve, θ=arctan⁡(34)\theta = \arctan\left(\frac{3}{4}\right)θ=arctan(43​). This solution fits the interval 0∘<θ<90∘0^\circ < \theta < 90^\circ0∘<θ<90∘ since arctan⁡\arctanarctan yields positive acute angles. A common misconception is choosing arctan⁡(43)\arctan\left(\frac{4}{3}\right)arctan(34​) by inverting the ratio, which models a steeper angle not fitting the depression. Always check solutions against the context to ensure they make sense in the physical scenario.