Question 1 of 25
A cube is sliced by a plane that is parallel to one of its faces. Which shape results from the cross-section shown?
Geometry
Practice Test 12 for Geometry: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
A cube is sliced by a plane that is parallel to one of its faces. Which shape results from the cross-section shown?
Question Navigator
A cube is sliced by a plane that is parallel to one of its faces. Which shape results from the cross-section shown?
Explanation: This question examines cross-sections of three-dimensional solids, specifically cubes. The original solid is a cube with six square faces, all equal in size and perpendicular to adjacent faces. The slicing plane is parallel to one of the cube's faces, cutting through the cube without tilting. When a plane parallel to a face cuts through a cube, it intersects the four perpendicular faces along parallel lines of equal length. The resulting cross-section is a square identical to the cube's faces because the cube maintains constant square cross-sections at every level parallel to its faces. A common misconception is choosing rectangle, not recognizing that all cube faces and parallel cross-sections are squares. To visualize this, imagine slicing a block of cheese parallel to its face—you always get a square slice.
Triangle ABC has vertices A(1,1), B(3,1), and C(2,3) on the coordinate plane. The triangle is transformed by S=(20 02). Which set of vertices gives the image triangle A′B′C′?
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). Applying S=[2 0;0 2] to each vertex: A(1,1)→(2,2), B(3,1)→(6,2), C(2,3)→(4,6). Choice A correctly scales all vertices by factor 2. Distractors like choice C might use scaling by 1/2 instead, shrinking the triangle. Transform each point individually and plot to verify the shape enlarges proportionally—great job, you're getting stronger!
Triangle ABC has vertices A, B, and C. The centroid G is located at coordinates (4,3). If vertex A is at (1,6) and vertex B is at (5,2), what are the coordinates of vertex C?
Explanation: The centroid is located at (3xA+xB+xC,3yA+yB+yC). Given G(4,3), A(1,6), and B(5,2): For x-coordinate: 31+5+xC=4, so 6+xC=12, thus xC=6. For y-coordinate: 36+2+yC=3, so 8+yC=9, thus yC=1. Therefore C=(6,1). Choice B uses incorrect y-calculation. Choice C doubles the x-coordinate. Choice D uses the sum instead of solving for the unknown coordinate.
Given that cos(α−β)=cosαcosβ+sinαsinβ, which of the following correctly represents cos(60°−45°) using this formula?
Explanation: The correct answer is B. Using the given cosine subtraction formula with α=60° and β=45°, we get cos(60°−45°)=cos(60°)cos(45°)+sin(60°)sin(45°). Choice A uses the cosine addition formula incorrectly. Choices C and D incorrectly use sine terms in the first position, which would be sine formulas.
A right triangle has legs 5 (opposite θ) and 12 (adjacent to θ). Which expression gives θ (in degrees), and what is its approximate value?
Explanation: This question tests your understanding of inverse trigonometric functions (arcsin, arccos, arctan) that "undo" sine, cosine, and tangent to find angles when ratios are known, with restricted domains and ranges making them proper functions. INVERSE TRIGONOMETRIC FUNCTIONS work backwards from regular trig functions: while sin(30°) = 0.5 takes an angle and gives a ratio, arcsin(0.5) = 30° takes a ratio and gives back the angle—it reverses or "undoes" the sine function. The three main inverse functions are: (1) ARCSIN or sin⁻¹: finds angle whose sine is given value, domain is [-1, 1] (possible sine outputs only), range is [-90°, 90°] (quadrants I and IV only—restricted so inverse is a function, since sine isn't one-to-one without restriction). (2) ARCCOS or cos⁻¹: finds angle whose cosine is given value, domain [-1, 1], range [0°, 180°] (quadrants I and II). (3) ARCTAN or tan⁻¹: finds angle whose tangent is given value, domain all real numbers (tangent can be any value), range (-90°, 90°) (not including endpoints, quadrants I and IV). These range restrictions are ESSENTIAL because without them, infinitely many angles have the same sine/cosine value (sin(30°) = sin(150°) = sin(390°) = 0.5), so arcsin must return just ONE answer—it returns the angle in its restricted range! In this triangle, tan(θ) = opposite/adjacent = 5/12, so θ = arctan(5/12) ≈ 22.6°, correctly using arctan since hypotenuse isn't needed. Choice A correctly applies arctan with the right ratio and approximates accurately within (-90°, 90°). A distractor like choice D reverses the ratio to tan^{-1}(12/5) ≈67.4°, which finds the complementary angle instead; double-check opposite and adjacent. Using inverse trig to find angles: (1) IDENTIFY which ratio you know: opposite/hypotenuse (use arcsin), adjacent/hypotenuse (use arccos), opposite/adjacent (use arctan). (2) SET UP equation: sin(θ) = ratio → θ = arcsin(ratio). (3) CALCULATE: use calculator arcsin/arccos/arctan button (ensure degree mode if wanting degrees!). (4) CHECK: is answer in expected range? (arcsin gives -90° to 90°, arccos gives 0° to 180°, arctan gives -90° to 90°). If answer outside range, error occurred! Example: right triangle, opposite = 7, hypotenuse = 10. Find angle: sin(θ) = 7/10 = 0.7 → θ = arcsin(0.7) ≈ 44.43°. Check: 44.43° is in range [-90°, 90°] ✓. Terrific job matching functions to ratios—keep practicing!
A composition of transformations is defined as F(G(x,y)) where G(x,y)=(x+4,y−2) and F(x,y)=(2x,2y). If this composite function maps point A to point A′(6,8), what were the coordinates of the original point A?
Explanation: When you encounter composition of transformations, you're working backwards from the final result through each transformation in reverse order. Think of it like undoing a series of steps to find where you started. Given that F(G(x,y)) maps point A to A′(6,8), you need to work backwards through the transformations. Since F(x,y)=(2x,2y) is applied last, you first undo this dilation by dividing the coordinates of A′ by 2. This gives you (6÷2,8÷2)=(3,4), which represents the result after applying only transformation G. Next, you undo transformation G(x,y)=(x+4,y−2) by reversing its operations. Since G adds 4 to the x-coordinate and subtracts 2 from the y-coordinate, you subtract 4 from the x-coordinate and add 2 to the y-coordinate: (3−4,4+2)=(−1,6). This is your original point A. Choice A gives (−1,2), which incorrectly subtracts 2 from the y-coordinate instead of adding 2 when undoing G. Choice B gives (7,2), which appears to add 4 instead of subtracting when undoing G's x-transformation. Choice C gives (1,2), which makes errors in undoing both the dilation and translation components. The key strategy for composition problems is always to work backwards through the transformations in reverse order, undoing each operation step by step. Write out each intermediate step to avoid calculation errors.
Parallelogram JKLM undergoes a dilation with center at vertex J and scale factor 53. In the original parallelogram, JK = 25 units and JM = 15 units. What is the perimeter of the image parallelogram J'K'L'M'?
Explanation: When you encounter a dilation problem, remember that dilation scales all lengths by the same factor while preserving shape. The key insight is that if each side length changes by the scale factor, the perimeter changes by that same factor. In the original parallelogram JKLM, you're given JK = 25 units and JM = 15 units. Since opposite sides of a parallelogram are equal, the four sides are: JK = 25, KL = 15, LM = 25, and MJ = 15. The original perimeter is 25+15+25+15=80 units. Under a dilation with scale factor 53, each side length gets multiplied by 53. The new side lengths become: 25×53=15 and 15×53=9. So the image parallelogram has sides of 15, 9, 15, and 9 units, giving a perimeter of 15+9+15+9=48 units. Choice A (72 units) represents the error of multiplying the original perimeter by 109 instead of 53. Choice B (56 units) might result from incorrectly calculating the new side lengths or adding them wrong. Choice D (80 units) is the original perimeter—this would be your answer if you forgot that dilation changes all measurements. Study tip: For any dilation, the perimeter of the image equals the original perimeter times the scale factor. This saves time: 80×53=48 units directly.
In the plane, right triangle △JKL is shown. The right angle is explicitly marked at K (∠JKL=90∘). The hypotenuse is JL (explicitly identified) and is labeled 10. The acute angle at J is marked and labeled 35∘. The leg JK is unlabeled.
What is the length of JK?
(Diagram is not drawn to scale. No other angles are marked.)
Explanation: Solving right triangles involves using the Pythagorean theorem or trigonometry to find unknown sides or angles. In this problem, we are given the hypotenuse JL=10 and the acute angle at J=35∘. Since we have the hypotenuse and an angle, and need the adjacent leg JK, trigonometric ratios apply. The setup is cos(35∘)=10JK. This gives JK=10cos(35∘), matching choice B. A common misconception is using sine for the adjacent side, as in choice A, confusing opposite and adjacent. To transfer this strategy, always choose whether to use the Pythagorean theorem or trig ratios based on the given information before computing.
A student is asked to explain why the SSS congruence criterion follows from rigid motions. The student provides this reasoning: "If two triangles have three pairs of equal sides, then one can be mapped onto the other by a reflection across the perpendicular bisector of one pair of corresponding sides, which preserves all distances." What is the primary flaw in this reasoning?
Explanation: When examining proofs involving rigid motions and congruence, you need to consider the complete sequence of transformations required to map one figure onto another, not just a single transformation. The student's reasoning contains a critical gap: while a reflection across the perpendicular bisector of corresponding sides will indeed align one pair of sides perfectly, this single transformation cannot guarantee that the remaining sides will also align. After the reflection, the triangles might share one side, but the other vertices could still be in different positions. Additional rigid motions—such as rotations around the aligned vertices or translations—would typically be needed to complete the mapping. Let's examine why the other options miss the mark. Choice A is incorrect because reflections absolutely do preserve distances—this is a fundamental property of rigid motions. Choice B misidentifies the issue; the problem isn't about orientation assumptions but about the insufficiency of a single transformation. Choice D incorrectly suggests circular reasoning about perpendicular bisectors, but these bisectors exist for any pair of equal-length segments and aren't the logical flaw here. The correct answer is C because it identifies that the reasoning oversimplifies the mapping process. A complete SSS proof using rigid motions must demonstrate that a sequence of transformations (potentially including reflections, rotations, and translations) can map all three vertices of one triangle onto the corresponding vertices of another. Study tip: When evaluating geometric proofs involving rigid motions, always ask yourself: "Does this account for all the necessary transformations to achieve complete alignment?"
A stone column in an old building looks roughly round and has nearly the same thickness from bottom to top. To estimate the amount of protective coating needed, a student models it as a cylinder, ignoring small carvings, cracks, and slight tapering. (The model is not exact.)
Which assumption justifies using this model?
Explanation: This question asks which assumption supports modeling a stone column as a cylinder. Geometric models work when the chosen shape matches the object's essential features. A cylinder model assumes the column has a nearly constant circular cross-section along its height—this means it's round and maintains roughly the same thickness throughout. This assumption makes sense for many classical columns, which were designed with circular symmetry. The cylinder captures this roundness and uniformity, allowing surface area calculations for coating estimates. A misconception would be expecting the model to match every detail exactly—models intentionally simplify. When justifying a geometric model, identify the key assumption about the object's shape—here, it's the circular cross-section that remains fairly constant from bottom to top.
A right triangle △PQR is shown in the plane with ∠Q marked as a right angle. The acute angles at P and R are labeled α and β, respectively. (The diagram is not drawn to scale.) Which ratio represents tan(α)?
Explanation: The skill involves defining trigonometric ratios using the similarity of right triangles. Right triangles with the same acute angle are similar because they each have a 90-degree angle and share one acute angle, making the third angles equal by the angle sum in a triangle. In triangle PQR with right angle at Q and angle α at P, the side opposite α is QR, the adjacent side is PQ, and the hypotenuse is PR. The tangent of α is defined as the ratio of the opposite side to the adjacent side, which is QR/PQ. This ratio depends only on the measure of α and is constant across similar triangles. A common misconception is to select PQ/QR, which is the cotangent of α instead of tangent. To apply this to other problems, always start by labeling the sides as opposite, adjacent, and hypotenuse relative to the given angle.
In parallelogram PQRS, diagonal PR has length 20 and diagonal QS has length 16. If the diagonals intersect at point T, what is the length of segment QT?
Explanation: By the theorem that diagonals of a parallelogram bisect each other, point T is the midpoint of both diagonals. Since T bisects diagonal QS, we have QT=TS=2QS=216=8. Choice A (6) might result from incorrectly using the other diagonal. Choice C (10) comes from incorrectly using half of diagonal PR. Choice D (12) might result from an arithmetic error or misunderstanding the relationship between the diagonals.
A student uses Cavalieri's principle to find the volume of a sphere by comparing cross-sections of the sphere to cross-sections of a cylinder with two cones removed. If the sphere has radius r, and the cylinder has radius r and height 2r, what must be true about the areas of corresponding cross-sections at height h above the center for this method to work?
Explanation: Using Cavalieri's principle, at height h above the center, a sphere of radius r has a circular cross-section with radius √(r² - h²), giving area π(r² - h²). The cylinder has cross-sectional area πr², and each cone contributes πh², so the cylinder minus two cones has area πr² - 2πh². For this to equal π(r² - h²), we need πr² - 2πh² = π(r² - h²), which simplifies correctly. Choice A has incorrect parentheses placement. Choice C uses addition instead of subtraction. Choice D uses an incorrect formula (r + h)².
In the right triangle shown, ∠B is a right angle. The hypotenuse is AC. If AB=11 and BC=4, which expression represents the correct setup to find AC?
Explanation: This problem asks which expression correctly sets up the Pythagorean theorem to find the hypotenuse. We have legs AB = 11 and BC = 4, with angle B being the right angle, and need to find hypotenuse AC. The Pythagorean theorem states that the hypotenuse squared equals the sum of the legs squared: c² = a² + b². Therefore, AC² = AB² + BC² = 11² + 4², which gives us AC = √(11² + 4²). The correct setup is AC = √(11² + 4²) because we add the squares of the legs when finding the hypotenuse. Option B incorrectly subtracts (used for finding a leg), while option C incorrectly adds before squaring. Before computing, always set up the correct equation based on what you're finding.
In the diagram, △JKL is a right triangle with the right angle explicitly marked at K. The hypotenuse is JL. The leg lengths are labeled JK=9 and JL=15. What is the length of KL?
(Diagram is not drawn to scale; no other angles are marked.)
Explanation: Solving right triangles involves finding unknown sides or angles using the Pythagorean theorem or trigonometric ratios. In this problem, one leg is 9, and the hypotenuse is 15. The Pythagorean theorem applies because a leg and the hypotenuse are given, and we need the other leg. The equation is KL=152−92. This yields KL=144, matching choice B, as it simplifies correctly. A common misconception is adding instead of subtracting, leading to 152+92=306 in choice A. To transfer this strategy, always choose between the Pythagorean theorem or trigonometry based on whether sides or angles are provided before computing.
On the coordinate plane, points L(−4,−1) and M(2,5) are connected by segment LM. Which point divides the directed segment from L to M internally in the ratio LP:PM=1:2?
Explanation: The skill involves partitioning a line segment in a given ratio using coordinates. Here, the endpoints are L(-4,-1) and M(2,5), and the ratio LP:PM is 1:2. The point P is a weighted average of the coordinates of L and M, with weights corresponding to the opposite segments: weight 2 for L and 1 for M. Thus, x = (2*(-4) + 12)/(1+2) = (-8 + 2)/3 = -6/3 = -2, and y = (2(-1) + 1*5)/3 = (-2 + 5)/3 = 3/3 = 1, so P is (-2,1). This result places P such that it divides the segment with LP being 1/3 and PM being 2/3 of the total length, satisfying the ratio. A common distractor misconception is swapping to 2:1, leading to (0,3), which is choice B. Transfer strategy: think in terms of weights, not distances.
Which statement correctly identifies the center and radius of the circle given by x2+y2−6x+4y=12? (Interpret by completing the square to reveal the geometric meaning.)
Explanation: The skill involves deriving the equation of a circle using its geometric properties. A circle is defined as the set of all points in a plane that are a fixed distance, called the radius, from a fixed point, called the center. This definition directly translates to the distance formula, where the distance between any point (x,y) on the circle and the center (h,k) equals the radius r. Algebraically, this becomes (x - h)^2 + (y - k)^2 = r^2, and completing the square reveals the center and radius from the general form. For the given equation, completing the square yields center (3,-2) and radius 5, matching the geometric interpretation. A common distractor misconception is mistaking the radius for its square, leading to radius 25 instead of 5. To transfer this strategy, always think about the distance from the center before jumping into algebraic manipulations.
A student claims that the matrix A=(0000) “acts like the identity because it doesn’t rotate anything.” Which interpretation is NOT justified?
Explanation: This question addresses misconceptions about the zero matrix versus the identity matrix. The zero matrix A=(0000) sends every vector to the origin, collapsing all geometric information. The determinant is 0, confirming the transformation is not invertible and reduces all areas to zero. The student's claim that it "acts like the identity because it doesn't rotate anything" is fundamentally flawed - while it's true that no rotation occurs, this is because everything collapses to a single point, not because points are preserved. The identity matrix leaves all points unchanged, while the zero matrix destroys all position information. Options A, B, and D are all correct interpretations of the zero matrix's behavior. The key insight is that "not rotating" is very different from "preserving" - the zero matrix achieves non-rotation through total annihilation rather than preservation.
A rectangular poster is to be centered on a wall section shown as a 14 ft by 8 ft rectangle. A 1 ft-wide border of empty space is required on all four sides between the poster and the wall edges. Which poster size satisfies all constraints?
Explanation: This problem involves using geometry to center a poster on a wall with border constraints. The wall is 14 ft × 8 ft, and a 1 ft border is required on all sides between poster and wall edges. This means the poster must fit within a (14-2) × (8-2) = 12 × 6 ft region to maintain 1 ft clearance on each side. Option A (12 × 6 ft) exactly fills this available space while maintaining the required borders. Option B (13 × 6) is too wide by 1 ft, option C (12 × 7) is too tall by 1 ft, and option D (11 × 7) is also too tall. The key insight is that with a uniform border of width b on all sides, the available space is reduced by 2b in each dimension. Always account for borders on both sides when calculating available space.
A slicing argument compares a sphere of radius R with a cylinder of radius R and height 2R minus two congruent cones inside the cylinder. Slices are taken by horizontal planes at height h from the center of the sphere, and the same height is used on the cylinder-and-cones solid.
Which reasoning matches the cross-sections described?
Explanation: The skill is deriving the volume of a sphere using Cavalieri’s principle. We compare the sphere of radius R to the solid formed by a cylinder of radius R and height 2R minus two congruent cones, each with apex at the center and base at the end of the cylinder. At every height h from the center, the cross-sectional area of the sphere is equal to that of the cylinder minus the relevant cone's cross-sectional area in that half. Since the cross-sectional areas are equal at every corresponding height, Cavalieri’s principle states that the volumes are equal. Therefore, the sphere's volume equals the volume of the cylinder minus the volumes of the two cones. A common misconception is that matching cross-sections at just one height suffices for equal volumes, but Cavalieri’s principle requires matching at every height. To apply this strategy to other solids, always compare cross-sectional areas at the same corresponding heights.
A student tries to use Cavalieri’s principle to compare a sphere of radius R with a cylinder of radius R and height 2R minus two cones. The student measures height from the top of the cylinder but measures height from the center of the sphere.
Which reasoning correctly identifies the issue?
Explanation: The skill is deriving the volume of a sphere using Cavalieri’s principle. We compare the sphere of radius R to the solid formed by a cylinder of radius R and height 2R minus two congruent cones, each with apex at the center and base at the end of the cylinder. At every height h from the center, the cross-sectional area of the sphere is equal to that of the cylinder minus the relevant cone's cross-sectional area in that half. Since the cross-sectional areas are equal at every corresponding height, Cavalieri’s principle states that the volumes are equal. Therefore, the sphere's volume equals the volume of the cylinder minus the volumes of the two cones. A common misconception is that the choice of height reference doesn't matter in Cavalieri’s principle, but heights must be measured consistently from corresponding reference planes. To apply this strategy to other solids, always compare cross-sectional areas at the same corresponding heights.
A triangle △ABC is drawn on the left. On the right, a triangle △A′B′C′ is drawn as if it could be obtained by dilating △ABC and then applying a rigid motion. Angle markings show ∠B≅∠B′ (single arc) and ∠C≅∠C′ (double arc). No side lengths are labeled, and the diagram is not drawn to scale.
Which reasoning uses similarity transformations correctly?
Explanation: The AA criterion is a key method for proving triangle similarity. If two angles of one triangle are congruent to two angles of another triangle, the triangles are similar. In this diagram, angle B is marked congruent to angle B' with a single arc, and angle C is marked congruent to angle C' with a double arc. Therefore, by the AA similarity criterion, triangle ABC is similar to triangle A'B'C'. Similar triangles have corresponding sides that are proportional, meaning their ratios are equal, but the sides themselves are not necessarily equal in length. A common misconception is to assume congruence from rigid motions alone, but including dilation accounts for possible size differences in similarity. To apply this in other problems, always check for matching angles first before examining side lengths or proportions.
A triangle △MNO is drawn, and a second triangle △PQR is drawn in the plane. Angle markings show ∠M and ∠P each have a single arc, and ∠N and ∠Q each have a double arc. No side lengths are labeled, and the diagram is not drawn to scale.
Which relationship follows from the angle markings?
Explanation: The AA criterion is a key method for proving triangle similarity. If two angles of one triangle are congruent to two angles of another triangle, the triangles are similar. In this diagram, angle M is marked congruent to angle P with a single arc, and angle N is marked congruent to angle Q with a double arc. Therefore, by the AA similarity criterion, triangle MNO is similar to triangle PQR. Similar triangles have corresponding sides that are proportional, meaning their ratios are equal, but the sides themselves are not necessarily equal in length. A common misconception is to set up proportions incorrectly by mismatching corresponding vertices, but proper angle correspondence ensures accurate ratios. To apply this in other problems, always check for matching angles first before examining side lengths or proportions.
A right triangle has vertices at O(0, 0), P(6, 0), and Q(0, 8). If this triangle is rotated 90° counterclockwise about the origin to form triangle O'P'Q', what is the area of the quadrilateral formed by the union of both triangles?
Explanation: The correct answer is C. The original triangle OPQ has area ½(6)(8) = 24. After 90° counterclockwise rotation about origin: O'(0,0), P'(0,6), Q'(-8,0). The rotated triangle O'P'Q' also has area 24. However, the triangles overlap only at the origin, so the total area of their union is 24 + 24 = 48. Choice A gives the area of just one triangle. Choice B incorrectly assumes some overlap beyond the origin point. Choice D might result from adding the areas and including additional area incorrectly.
Two triangles overlap in the plane: △JKL and △MNL. Angle markings show ∠J and ∠M each have a single arc, and ∠K and ∠N each have a double arc. No side lengths are given, and there are no tick marks on any sides. The diagram is not drawn to scale.
Which relationship follows from the angle markings?
Explanation: The AA criterion is a key method for proving triangle similarity. If two angles of one triangle are congruent to two angles of another triangle, the triangles are similar. In this diagram, angle J is marked congruent to angle M with a single arc, and angle K is marked congruent to angle N with a double arc. Therefore, by the AA similarity criterion, triangle JKL is similar to triangle MNL. Similar triangles have corresponding sides that are proportional, meaning their ratios are equal, but the sides themselves are not necessarily equal in length. A common misconception is to assume side equality from overlapping figures, but without measurements, proportionality is what follows from angle similarity. To apply this in other problems, always check for matching angles first before examining side lengths or proportions.