Practice Test 2 for Geometry: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
The average monthly temperature in a city varies approximately sinusoidally over a year. The average temperature is 35°F in January (the minimum) and 85°F in July (the maximum), and the pattern repeats every 12 months.
What are the amplitude, midline, and period of a sinusoidal model for the temperature (in °F) as a function of time (in months)?
Question Navigator
All questions
Question 1
The average monthly temperature in a city varies approximately sinusoidally over a year. The average temperature is 35°F in January (the minimum) and 85°F in July (the maximum), and the pattern repeats every 12 months.
What are the amplitude, midline, and period of a sinusoidal model for the temperature (in °F) as a function of time (in months)?
Amplitude =25°F, midline =60°F, period =12 months (correct answer)
Amplitude =50°F, midline =60°F, period =12 months
Amplitude =25°F, midline =85°F, period =12 months
Amplitude =25°F, midline =60°F, period =6 months
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(πt/6) + 6 where t is hours. Identifying these parameters from real-world context allows modeling with trigonometric functions! For temperatures from 35°F min to 85°F max repeating every 12 months, amplitude is (85-35)/2=25°F, midline is (85+35)/2=60°F, and period is 12 months. Choice A correctly calculates amplitude as half the range, midline as average, and period from the yearly cycle. Choices like B double the amplitude, C uses max for midline, and D halves the period—common calculation slips. Use this recipe: (1) MAX=85°F. (2) MIN=35°F. (3) AMPLITUDE=25°F. (4) MIDLINE=60°F. (5) PERIOD=12 months. You're building strong skills!
Question 2
A uniform scaling by factor 3 about the origin is applied to point Q(−2,5). Using a 2×2 matrix, what is the image of Q?
(−6,15) (correct answer)
(−6,35)
(1,8)
(6,−15)
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. For uniform scaling by factor 3, the transformation matrix is S = [3 0; 0 3], which multiplies both coordinates by 3. Applying this to point Q(-2, 5): S[−2; 5] = [3 0; 0 3][−2; 5] = [3·(−2) + 0·5; 0·(−2) + 3·5] = [−6 + 0; 0 + 15] = [−6; 15], giving the image point (−6, 15). Choice A correctly shows this result where both coordinates are multiplied by 3: x' = 3·(−2) = −6 and y' = 3·5 = 15. Choice B incorrectly divides the y-coordinate instead of multiplying, choice C shows incorrect calculations, and choice D has the wrong signs. Matrix multiplication for transformations: SCALING matrices have equal diagonal entries [k 0; 0 k]—both coordinates multiplied by same k. For scaling by factor 3, use [3 0; 0 3], which enlarges all distances from the origin by factor 3!
Question 3
A right triangle with legs of length 6 and 8 is rotated 360° about its longer leg. What is the shape and approximate volume of the three-dimensional object generated?
A cone with radius 6 and height 8, volume 96π (correct answer)
A cylinder with radius 6 and height 8, volume 288π
A cone with radius 8 and height 6, volume 128π
A double cone with radius 6 and total height 8, volume 96π
Explanation: When the right triangle is rotated about its longer leg (length 8), the shorter leg (length 6) becomes the radius of the circular base, creating a cone with height 8 and radius 6. Volume = 31πr2h=31π(62)(8)=96π. Choice B incorrectly identifies a cylinder. Choice C confuses which leg serves as the axis. Choice D incorrectly suggests a double cone formation.
Question 4
In the right triangle △DEF shown, ∠E is a right angle and the hypotenuse is DF. The acute angle at D is 35∘, and DE=9. What is the length of DF?
sin35∘9
cos35∘9 (correct answer)
9cos35∘
9tan35∘
Explanation: This problem involves finding the hypotenuse of a right triangle using trigonometry. We are given the adjacent side DE = 9 and the angle at D = 35°, and need to find the hypotenuse DF. Since we have the adjacent side and need the hypotenuse, we use the cosine ratio: cos(angle) = adjacent/hypotenuse. Setting up the equation: cos(35°) = 9/DF, which rearranges to DF = 9/cos(35°). This is justified because cosine relates the adjacent side to the hypotenuse in a right triangle. A common mistake is using sine instead of cosine, which would give 9/sin(35°). Before computing, identify which sides you have relative to the given angle to select the correct trigonometric ratio.
Question 5
A linear transformation is represented by D=(−1001). The unit square is shown on the coordinate plane. Which claim about area scaling is correct?
The area becomes negative, so the square disappears.
The area is multiplied by ∣det(D)∣=1, so the area stays the same. (correct answer)
The area is multiplied by −1, so the area doubles in size.
The area is multiplied by 2 because one axis is reflected.
Explanation: Geometric interpretation of matrices involves seeing their impact on orientation and size of shapes in the plane. Identity matrices maintain both, zero matrices eliminate them, but reflection matrices like this flip orientation while preserving size. The determinant's sign shows orientation (negative for flip), and its absolute value scales areas, here ∣det(D)∣=1, preserving area. Applied to the unit square, this matrix reflects it over the y-axis, keeping the area unchanged at 1. This is justified because the scaling factor is 1 in magnitude, despite the flip. A misconception is that negative det(D) makes area negative and thus disappear, but areas are positive measures. For transfer, read determinant as signed area change, useful for distinguishing reflections in various transformations.
Question 6
A student applies Cavalieri's principle to find the volume of a sphere by comparing it to a cylinder with two cones removed. The student claims that since the cross-sections match at every height, the volume formula V=34πr3 follows immediately. What additional step is actually required?
The student must verify that the principle applies by checking that all cross-sections are perpendicular to the same axis
The student must calculate the volume of the cylinder-minus-cones combination to determine the sphere's volume explicitly (correct answer)
The student must prove that the sphere and comparison solid have the same height before applying the principle
The student must demonstrate that the cross-sectional areas are continuous functions of height throughout the solids
Explanation: Cavalieri's principle tells us that if cross-sections match, then volumes are equal, but it doesn't give us the actual volume value. The student must compute the volume of the cylinder (πr² × 2r = 2πr³) minus the volume of two cones (2 × ⅓πr² × r = ⅔πr³), which gives 2πr³ - ⅔πr³ = ⁴⁄₃πr³. Choice A describes a condition that's already assumed. Choice C is incorrect since the heights already match by construction. Choice D describes a mathematical technicality not essential to the basic application.
Question 7
A linear transformation is represented by the matrix A=(01−10). A unit square has vertices (0,0), (1,0), (1,1), and (0,1). Which claim about area scaling is correct?
The area becomes 0 because the matrix has a zero entry.
The area is multiplied by −1, so the square’s area becomes negative.
The area is multiplied by 1 because ∣det(A)∣=1. (correct answer)
The area is multiplied by 2 because the matrix has two nonzero columns.
Explanation: Matrix interpretation geometrically includes rotations that preserve areas but change orientations based on det sign. Identity preserves, zero collapses. Determinant absolute value scales areas, here 1 meaning no change in size. A rotates the unit square 90 degrees, keeping area 1. Justified by ∣det(A)∣=1 and matrix form for rotation. Misconception: area becomes negative from det sign, but areas are positive, using absolute value. Read determinant as area change, ∣det∣=1 preserving it.
Question 8
In the coordinate plane, segment PQ has endpoints P(2, 4) and Q(8, 12). After a dilation centered at the origin, the image segment P'Q' has length 15 units. What was the scale factor of the dilation?
21
23 (correct answer)
2
3
Explanation: First find the length of PQ: PQ = √[(8-2)² + (12-4)²] = √[36 + 64] = √100 = 10 units. Since P'Q' has length 15 units, the scale factor is 15/10 = 3/2. Choice A gives a length of 5 units. Choice C gives a length of 20 units. Choice D gives a length of 30 units.
Question 9
Two circles are drawn: ⊙E and ⊙F. The center points E and F are marked, and the radii are different. Which statement explains why the circles are similar by referencing a dilation correctly?
They are similar because a dilation can change the radius while keeping the shape a circle. (correct answer)
They are similar because their centers are marked, so the circles must be congruent.
They are similar because the ratio of their circumferences equals the ratio of their diameters.
They are similar because E is the center of both circles in the diagram.
Explanation: The skill here is understanding circle similarity in geometry. Circles are similar because a dilation can change the radius while preserving the overall shape. The centers E and F are key for determining the appropriate transformation center or sequence. Applying a dilation scales ⊙E to match the radius of ⊙F, potentially after aligning centers. This justifies similarity as the shape remains a circle with proportional features. A common distractor is option C, which uses circumference ratios but doesn't invoke transformations. To transfer this strategy, think in terms of transformations like dilations and translations, not formulas.
Question 10
In triangle PQR, the three medians intersect at point G. If median PS has length 15, where S is the midpoint of QR, what is the distance from G to vertex P?
5 units from P along the median to the centroid
7.5 units from P along the median to the centroid
10 units from P along the median to the centroid (correct answer)
12 units from P along the median to the centroid
Explanation: The medians of a triangle meet at the centroid, which divides each median in a 2:1 ratio, with the longer segment being from the vertex to the centroid. Since median PS=15, the distance from P to centroid G is 32⋅15=10 units. Choice A gives 31 of the median length. Choice B gives half the median length. Choice D gives 54 of the median length, incorrectly applying a different ratio.
Question 11
A surveyor needs to find the area of a triangular plot of land. She measures two adjacent sides as 45 meters and 60 meters, with an included angle of 120°. Using an auxiliary line from the vertex of the 120° angle perpendicular to the opposite side, what is the area of the triangular plot?
13503 square meters
6753 square meters (correct answer)
1350 square meters
675 square meters
Explanation: Using the area formula A=21absin(C) where a=45, b=60, and C=120°. The area is 21⋅45⋅60⋅sin(120°)=21⋅45⋅60⋅23=427003=6753. Choice A incorrectly doubles the result. Choice C uses sin(120°)=1 instead of 23. Choice D omits the 3 factor entirely.
Question 12
In a coordinate plane, line ℓ1 passes through points (1,4) and (5,8), while line ℓ2 passes through points (2,3) and (6,7). A dilation with center (0,0) and scale factor 2 is applied to both lines. Which statement about the images ℓ1′ and ℓ2′ is correct?
Lines ℓ1′ and ℓ2′ are parallel to each other and perpendicular to their respective pre-images, demonstrating that dilations can change angle relationships
Lines ℓ1′ and ℓ2′ are parallel to their respective pre-images, and since ℓ1∥ℓ2, we also have ℓ1′∥ℓ2′ (correct answer)
Lines ℓ1′ and ℓ2′ intersect at the origin, while their pre-images ℓ1 and ℓ2 intersect at a different point
Lines ℓ1′ and ℓ2′ are parallel to their respective pre-images, but ℓ1′ and ℓ2′ intersect even though ℓ1∥ℓ2
Explanation: First, let's find the slopes: ℓ₁ has slope (8-4)/(5-1) = 1, and ℓ₂ has slope (7-3)/(6-2) = 1. Since both lines have slope 1, ℓ₁ ∥ ℓ₂. Since neither line passes through the center (0,0), both map to parallel lines under dilation. The image lines ℓ₁' and ℓ₂' each have slope 1 (same as their pre-images) and are therefore parallel to their respective pre-images. Since dilations preserve parallelism between lines, ℓ₁' ∥ ℓ₂'. Choice A incorrectly states that images are perpendicular to pre-images. Choice C incorrectly describes intersection points. Choice D incorrectly states that parallel lines become intersecting lines.
Question 13
A right triangle △ABC is shown in the plane with a right angle at A. The hypotenuse is BC=18, and ∠B=62∘. What is the length of leg AC?
18cos(62∘)
sin(62∘)18
18sin(62∘) (correct answer)
18tan(62∘)
Explanation: This problem asks for a leg of a right triangle given the hypotenuse and an acute angle. We have a right angle at A, hypotenuse BC = 18, and angle B = 62°. Since we know an angle and the hypotenuse, we use trigonometry. To find leg AC (opposite to angle B), we use sine: sin(62°) = opposite/hypotenuse = AC/18. Solving for AC: AC = 18·sin(62°). This correctly uses sine because AC is opposite to the given angle B. A common mistake would be using cosine (18·cos(62°)), which would give leg AB instead. Always draw or visualize the triangle to identify whether the desired side is opposite or adjacent to the given angle.
Question 14
In triangle ABC, point D lies on side BC, and AD is the perpendicular bisector of side BC. If AB=13 and BD=5, what is the length of side AC?
12
13 (correct answer)
10
8
Explanation: Since AD is the perpendicular bisector of BC, by the perpendicular bisector theorem, any point on the perpendicular bisector is equidistant from the endpoints of the segment. Therefore, AB=AC=13. Choice A (12) might result from incorrectly using the Pythagorean theorem with BD=5 and assuming AD=12. Choice C (10) could come from subtracting BD from AB. Choice D (8) might result from misapplying distance relationships.
Question 15
The figure shows quadrilateral ABCD and its image A′B′C′D′ under transformation R. What function rule best represents transformation R?
R(x,y)=(y,−x), representing a 90¬∞ clockwise rotation about the origin. (correct answer)
R(x,y)=(−y,x), representing a 90¬∞ counterclockwise rotation about the origin.
R(x,y)=(−x,y), representing a reflection across the y-axis line.
R(x,y)=(x,−y), representing a reflection across the x-axis line.
Explanation: From the figure, A(1,2)→A′(2,−1), B(3,1)→B′(1,−3), C(4,3)→C′(3,−4), and D(2,4)→D′(4,−2). The pattern shows (x,y)→(y,−x), which represents a 90¬∞ clockwise rotation about the origin.
Question 16
In the coordinate plane shown, triangle ABC has vertices at A(-2, 1), B(0, 4), and C(3, 1). Triangle DEF has vertices at D(1, -1), E(4, 2), and F(7, -1). A transformation T maps triangle ABC to triangle DEF. If ∠BAC=∠EDF=63¬∞ and ∠ABC=∠DEF=54¬∞, what can be determined about transformation T?
Transformation T must be a similarity transformation since the triangles satisfy the AA criterion for similarity (correct answer)
Transformation T cannot be a similarity transformation because the coordinates show different side lengths between corresponding sides
Transformation T is a similarity transformation only if it preserves the exact coordinate positions of at least two vertices
Transformation T may be a similarity transformation, but the AA criterion alone cannot determine this without verifying proportional sides
Explanation: Since ∠BAC=∠EDF=63¬∞ and ∠ABC=∠DEF=54¬∞, the triangles satisfy the AA criterion, which guarantees similarity. By the definition of similarity in terms of transformations, if two triangles are similar, then there exists a similarity transformation that maps one to the other. Therefore, T must be a similarity transformation. Choice B incorrectly suggests that different side lengths prevent similarity (similarity allows proportional, not equal, sides). Choice C incorrectly requires vertex position preservation. Choice D incorrectly suggests AA criterion is insufficient to establish similarity.
Question 17
A parabola has the equation (x−4)2=−8(y+2). What is the distance between the focus and the directrix of this parabola?
2 units
4 units (correct answer)
6 units
8 units
Explanation: From the equation (x−4)2=−8(y+2), we can identify that this is a downward-opening parabola with vertex (4, -2). Comparing to standard form (x−h)2=4p(y−k), we have 4p=−8, so p=−2. The absolute value ∣p∣=2 represents the distance from the vertex to the focus (and also from the vertex to the directrix). The total distance between focus and directrix is 2∣p∣=2(2)=4 units. Choice A gives only |p| instead of 2|p|. Choice C incorrectly calculates as 3|p|. Choice D mistakes the coefficient -8 as the distance.
Question 18
A right triangle has angle θ and side lengths: opposite =a, adjacent =b, hypotenuse =c. Which statement justifies the identity using the correct side ratios and the Pythagorean Theorem?
Since sinθ=ca and cosθ=cb, then sin2θ+cos2θ=c2a2+b2=1. (correct answer)
Since sinθ=ac and cosθ=bc, then sin2θ+cos2θ=1.
Since sinθ=ba and cosθ=cb, then sin2θ+cos2θ=1.
Since a2+b2=c, dividing by c2 gives sin2θ+cos2θ=1.
Explanation: This question verifies the Pythagorean identity using general triangle notation where a is opposite, b is adjacent, and c is the hypotenuse. Sine equals opposite/hypotenuse = a/c, and cosine equals adjacent/hypotenuse = b/c. Squaring these gives sin²θ = a²/c² and cos²θ = b²/c². Adding: sin²θ + cos²θ = a²/c² + b²/c² = (a² + b²)/c². By the Pythagorean Theorem, a² + b² = c², so (a² + b²)/c² = c²/c² = 1. Choice B incorrectly defines sine and cosine as c/a and c/b (reciprocals of the correct ratios). Choice C mixes up the ratios entirely. Choice D incorrectly states the Pythagorean Theorem as a² + b² = c rather than c². Careful attention to both trigonometric definitions and algebraic accuracy is essential.
Question 19
Triangle PQR is inscribed in a circle with center O and radius 10. If arc PQ measures 120° and arc QR measures 100°, what is the measure of ∠QPR?
70°
50° (correct answer)
60°
40°
Explanation: An inscribed angle measures half the central angle that subtends the same arc. ∠QPR is an inscribed angle that intercepts arc QR. Since arc QR measures 100°, ∠QPR=2100°=50°. Choice A incorrectly uses arc PR (which measures 360°−120°−100°=140°, giving 70°). Choice C incorrectly uses arc PQ (120°/2=60°). Choice D uses an incorrect calculation or wrong arc measurement.
Question 20
Two right triangles △GHI and △JKL are shown. Both have a right angle at H and K respectively, and both have an acute angle labeled θ at G and J. Which statement correctly defines a trigonometric ratio using similarity?
sin(θ)=GIHI in both triangles (correct answer)
sin(θ)=HIGI in both triangles
sin(θ)=GIGH in both triangles
sin(θ)=GHHI in both triangles
Explanation: This problem tests understanding of how similarity defines trigonometric ratios across different triangles. Right triangles with the same acute angle θ are similar because they share two angles (θ and 90°), making the third angle equal. For both triangles GHI and JKL with right angles at H and K respectively and angle θ at G and J, we identify sides relative to θ: in triangle GHI, opposite is HI, adjacent is GH, and hypotenuse is GI. The sine of θ equals opposite/hypotenuse = HI/GI in the first triangle, and by similarity, this same ratio holds in any right triangle with angle θ. This angle-dependence, not triangle-dependence, is what makes trigonometric functions well-defined. Option D incorrectly uses HI/GH, which would be tan(θ), not sin(θ). Always verify your ratio matches the correct trigonometric function definition.
Question 21
Triangle DEF is similar to triangle GHI by the AA criterion, with ∠D≅∠G and ∠E≅∠H. If triangle DEF undergoes a sequence of transformations (reflection, then rotation, then dilation with scale factor 3) to produce triangle D′′E′′F′′, what can be concluded about the relationship between triangles GHI and D′′E′′F′′?
They are congruent because the transformations preserve the original similarity relationship established by AA criterion
They are similar because similarity is preserved under compositions of similarity transformations and transitive property (correct answer)
They are similar only if the dilation scale factor equals the original similarity ratio between DEF and GHI
The relationship cannot be determined because reflections and rotations can alter the angle relationships established by AA
Explanation: This tests understanding of how similarity relationships behave under transformations. Since triangle DEF is similar to triangle GHI (given), and triangle DEF is transformed to triangle D''E''F'' by similarity transformations (reflection, rotation, and dilation are all similarity transformations), then triangle D''E''F'' is similar to triangle DEF. By the transitive property of similarity, triangle D''E''F'' is similar to triangle GHI. Choice A is wrong because dilation with scale factor 3 changes size, preventing congruence. Choice C is wrong because similarity is preserved regardless of the dilation scale factor. Choice D is wrong because reflections and rotations preserve angles.
Question 22
Triangle ABC has vertices A(−4,1), B(2,5), and C(0,−3). The perpendicular bisector of side AB intersects the perpendicular bisector of side BC at point H. What can be proven about point H?
Point H lies on the median from vertex C to side AB, making it the centroid of triangle ABC
Point H is equidistant from sides AB, BC, and AC, making it the incenter of triangle ABC
Point H is equidistant from vertices A, B, and C, making it the circumcenter of triangle ABC (correct answer)
Point H lies at the intersection of altitudes from vertices A and B, making it the orthocenter of triangle ABC
Explanation: When you encounter questions about perpendicular bisectors intersecting in triangles, you're dealing with one of the four triangle centers. The key insight is understanding what perpendicular bisectors tell us about distances.A perpendicular bisector of a line segment is the set of all points equidistant from the segment's endpoints. Since point H lies on the perpendicular bisector of AB, we know HA=HB. Similarly, since H lies on the perpendicular bisector of BC, we know HB=HC. By the transitive property, HA=HB=HC, meaning H is equidistant from all three vertices. This makes H the circumcenter of triangle ABC — the center of the circle that passes through all three vertices.Choice A is incorrect because the centroid is found at the intersection of medians (lines from vertices to midpoints of opposite sides), not perpendicular bisectors. Choice B confuses the incenter, which is equidistant from the three sides of the triangle and lies at the intersection of angle bisectors. Choice D describes the orthocenter, which occurs where altitudes (perpendicular lines from vertices to opposite sides) intersect.Remember this pattern: perpendicular bisectors always lead to the circumcenter because they create equal distances to vertices. When you see perpendicular bisectors intersecting, immediately think "circumcenter" and "equidistant from vertices."
Question 23
Triangle △PQR is shown in the plane (not necessarily right). The side PQ is labeled a and the side PR is labeled b. The included angle at P is labeled C (so C=∠QPR). A dashed altitude from R meets PQ at S, with RS⊥PQ. Which expression uses the included angle correctly to give the area of △PQR?
A=21absin(C) (correct answer)
A=21absin(∠PRQ)
A=21abcos(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 R to side PQ, 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 that uses sin(C) for the included angle at P. A common distractor misconception is replacing the included angle with another angle like at Q, which does not correspond to the height calculation. To transfer this strategy, always multiply half the product of the two sides by the sine of the included angle between them.
Question 24
A metal soda can is modeled as a cylinder to estimate the amount of aluminum needed for the can. The model ignores the small rim at the top, the slight indentation at the bottom, and the thickness of the metal. (The model is not exact.)
Which claim about the model is NOT justified?
The can can be approximated by a solid with circular bases
The can’s surface area can be estimated using cylinder formulas
The model treats the can as having the same radius at most heights
The can’s actual surface area is exactly equal to the cylinder’s surface area (correct answer)
Explanation: This question tests understanding of what geometric models can and cannot claim about real objects. Models are approximations that help us estimate properties, not exact representations. The soda can is modeled as a cylinder because it has circular bases and roughly constant width, making cylinder formulas useful for estimation. However, claiming the actual surface area exactly equals the cylinder's surface area goes too far—models are never exact. The can has a rim, indentation, and metal thickness that the model ignores, so there will always be some difference. A common error is confusing "good enough for estimation" with "exactly equal." When using geometric models, remember they provide useful approximations for calculations, but never claim they perfectly match reality—that's why we explicitly state "the model is not exact."
Question 25
Which symmetries does the polygon have? Consider rotations about the polygon’s center and reflections across lines in the plane.
Rotational symmetry of order 8 and 8 reflection lines (correct answer)
Rotational symmetry of order 4 and 4 reflection lines
Rotational symmetry of order 2 and exactly 2 reflection lines
No rotational symmetry less than 360∘ and no reflection lines
Explanation: This question asks about the symmetries of a regular octagon. A symmetry is a transformation that maps the polygon onto itself. Regular octagons have extensive symmetry properties due to their 8 equal sides and angles. The octagon has rotational symmetry of order 8, meaning it maps onto itself under rotations of 45°, 90°, 135°, 180°, 225°, 270°, and 315° about its center. Additionally, it has exactly 8 lines of reflection symmetry: 4 lines connecting opposite vertices and 4 lines connecting midpoints of opposite sides. These symmetries make the regular octagon one of the most symmetric polygons. Students might think it has only 4 lines (like a square) or forget to count all rotational positions. To find all symmetries of regular polygons, remember that an n-sided regular polygon has n rotational symmetries and n reflection lines.