Question 1 of 25
A circle is the set of all points a fixed distance from its center. What is the equation of the circle with center and radius ?
Geometry
Practice Test 6 for Geometry: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
A circle is the set of all points a fixed distance from its center. What is the equation of the circle with center (2,−5) and radius 3?
Question Navigator
A circle is the set of all points a fixed distance from its center. What is the equation of the circle with center (2,−5) and radius 3?
Explanation: This question directly applies the definition of a circle to write its equation. A circle is the set of all points that are equidistant from a fixed center point, creating a perfect round shape. Using the distance formula, every point (x, y) on a circle with center (2, -5) and radius 3 satisfies √[(x - 2)² + (y - (-5))²] = 3. Squaring both sides to eliminate the square root gives us (x - 2)² + (y + 5)² = 9, which is the standard form of the circle equation. Notice how the center coordinates appear in the parentheses with opposite signs: center (2, -5) gives us (x - 2) and (y + 5). A common mistake is writing (y - 5) instead of (y + 5) when the y-coordinate is negative—always be careful with signs. To master circle equations, remember that they encode the simple geometric idea that every point maintains the same distance from the center.
A company models shipping boxes as rectangular prisms. A box with dimensions 12 inches by 9 inches by 6 inches costs $2.40 to ship. If shipping cost is proportional to volume, what would it cost to ship a box with dimensions 15 inches by 12 inches by 8 inches?
Explanation: Both boxes are modeled as rectangular prisms. Original volume: V1=12×9×6=648 cubic inches. New volume: V2=15×12×8=1440 cubic inches. Since cost is proportional to volume: Cost1Cost2=V1V2. Therefore: Cost2=2.40×6481440=2.40×920≈$4.44. Choice A uses an incorrect ratio. Choice C assumes linear scaling of one dimension. Choice D rounds incorrectly.
Two circles, ⊙R and ⊙U, are drawn with different radii and with centers marked at R and U. Which transformation maps ⊙R to a circle similar to ⊙U while keeping the idea of similarity (same shape) explicit?
Explanation: The skill here is understanding circle similarity in geometry. Circles are similar via dilation, which scales the radius while preserving shape. The centers R and U guide the sequence of transformations needed. Applying a dilation about R to match the radius, followed by a translation to move R to U, maps ⊙R to ⊙U. This justifies similarity as the transformations ensure same shape and adjusted size. A common distractor is option B, which wrongly assumes translation alone changes the radius. To transfer this strategy, think in terms of transformations like dilations and translations, not formulas.
In a proof that all circles are similar, a student writes: "Since all circles have the same shape, they are similar by definition." What is the primary flaw in this reasoning?
Explanation: A valid proof of similarity must demonstrate the existence of a specific similarity transformation (combination of rigid motions and dilation) that maps one circle to another. Simply stating that circles have the same shape is circular reasoning that doesn't provide the required constructive proof. Choice B is incorrect since circles don't have varying eccentricity. Choice C misses the main issue of circular reasoning. Choice D incorrectly suggests a reference standard is needed.
Which transformation is represented by the matrix A=(10 0−1)?
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 (01−10) since cos(90°)=0 and sin(90°)=1), REFLECTION across x-axis = (100−1) (keeps x same, negates y), REFLECTION across y-axis = (−1001) (negates x, keeps y same), SCALING by factor k = (k00k) (multiplies both coordinates by k, enlarges by factor k). The matrix A=[1 0; 0 -1] transforms (x,y) to (x, -y), which is exactly a reflection across the x-axis, as y is negated while x remains unchanged. Choice B correctly identifies this as reflection across the x-axis by recognizing the diagonal form with positive x and negative y scaling. A distractor like choice A might confuse it with y-axis reflection, which would have [-1 0; 0 1] instead. Remember the strategy: identify transformations by pattern—reflections have ±1 on diagonal with one negative; test with a point like (1,1) to see the effect, and you'll master this quickly!
Consider the transformation f(x,y)=(−y,x). Which statement best describes the properties of this transformation function?
Explanation: The transformation f(x,y)=(−y,x) is a 90° counterclockwise rotation about the origin. Rotations are rigid transformations that preserve both distances and angle measures. We can verify: (1,0)→(0,1) and (0,1)→(−1,0), which represents a 90° counterclockwise rotation.
Quadrilateral ABCD has vertices A(0,1), B(4,4), C(7,0), and D(3,−3) connected in that order. What is the perimeter of the figure?
Explanation: The skill is finding the perimeter of a quadrilateral using coordinates. The vertices are A(0,1), B(4,4), C(7,0), and D(3,−3). Side lengths are computed using the distance formula between consecutive points. The perimeter is the sum of these four side lengths. Each simplifies to 5, summing to 20, justifying the expression in the correct choice. A distractor misconception is summing only three sides, as in choice C. To transfer this strategy, always compute individual side lengths before summing for the perimeter.
Consider a sphere of radius R and a cylinder of radius R and height 2R that contains two congruent cones as follows: each cone has its base as the circle in the cylinder’s mid-plane and its apex at one end of the cylinder (one apex at the top center, one at the bottom center). Slices are taken by planes parallel to the bases at the same height in all solids.
Which statement justifies the sphere’s volume formula using Cavalieri’s principle (without relying only on memorized formulas)?
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 solids with the same surface area have the same volume, but Cavalieri’s principle relies on matching cross-sectional areas, not surface areas. To apply this strategy to other solids, always compare cross-sectional areas at the same corresponding heights.
A linear transformation T is represented by the matrix A=(−100−1). On the coordinate plane, the triangle with vertices (0,0), (2,0), and (0,1) is shown. Which statement describes the geometric effect of applying T to the triangle?
Explanation: Geometric matrix interpretation reveals rotations like 180 degrees that invert positions but preserve areas. Identity fixes, zero collapses. Positive determinant of 1 means area preserved with orientation. A rotates the triangle 180 degrees, mapping to opposite quadrant with same area. Justified by A scaling by -1 in both directions, equivalent to 180 rotation, |det|=1. Distractor: negative det collapses, but det=1 is positive, no collapse. Interpret determinant as area change, here 1 keeping it same.
In right triangle △JKL, the right angle is at K. The hypotenuse is JL=15, and ∠J=50∘. What is the length of leg JK?
Explanation: This problem requires finding a leg adjacent to a given angle in a right triangle. We have a right angle at K, hypotenuse JL = 15, and angle J = 50°. Since we know an angle and the hypotenuse, trigonometry is the appropriate method. To find leg JK (adjacent to angle J), we use cosine: cos(50°) = adjacent/hypotenuse = JK/15. Solving for JK: JK = 15·cos(50°). This correctly uses cosine to relate the adjacent side to the hypotenuse. A common mistake would be using sine (15·sin(50°)), which would give the opposite leg KL instead. Always identify which leg you're finding relative to the given angle before choosing the trig function.
Two circles are drawn on a coordinate plane: Circle ⊙P has center P(−2,1) and Circle ⊙Q has center Q(4,−1). Their radii are different, and the centers are marked. Which transformation maps ⊙P to a circle similar to ⊙Q using similarity transformations (not formulas)?
Explanation: The skill here is understanding circle similarity in geometry. Circles are similar via dilation, which scales the radius while maintaining the round shape. The centers P and Q, located at different coordinates, must be aligned before scaling. Applying a translation to move P to Q, followed by a dilation about Q to adjust the radius, maps ⊙P to ⊙Q. This justifies similarity as the composition of translation and dilation is a similarity transformation that matches both position and size. A common distractor is option D, which relies on area formulas instead of transformations, missing the geometric mapping aspect. To transfer this strategy, think in terms of transformations like dilations and translations, not formulas.
A non-right triangle △DEF is shown. Sides DE=a and DF=b form the included angle at D, labeled C. A dashed altitude from E meets side DF at a right angle. Which expression represents the area of the triangle?
Explanation: This question tests the derivation of triangle area using two sides and their included angle. The area of a triangle equals half the product of base times height. In triangle DEF with sides DE = a and DF = b forming included angle C at vertex D, we drop an altitude from E to side DF. The height of this altitude equals the length of side DE times the sine of angle C, giving height = a·sin(C). Using DF as the base (length b), the area becomes A = ½·b·(a·sin(C)) = ½ab·sin(C). The correct formula includes the ½ factor and uses sine of the included angle C at vertex D, not angle E as suggested in choice B. A common error is using cosine instead of sine, which would give the adjacent side length rather than the perpendicular height. When finding area with two sides and their included angle, always use A = ½ab·sin(C).
A parabola is defined as the set of points equidistant from the focus F(3,−2) and the directrix y=2. The parabola opens downward.
Which equation represents the parabola?
Explanation: The skill is deriving the equation of a parabola from its focus and directrix. A parabola is geometrically defined as the set of points equidistant from the focus at (3,-2) and the directrix y = 2. For any point (x,y) on the parabola, the distance to the focus equals the distance to the directrix, expressed as √((x-3)² + (y+2)²) = |y - 2|. Setting up this equality and squaring both sides eliminates the square root, leading to (x-3)² + (y+2)² = (y-2)², which simplifies through expansion and cancellation to (x-3)² = -8y. This final form is justified as it places the vertex at (3,0), midway between the focus and directrix, with the coefficient -8 corresponding to 4p where p=-2 for downward opening. A common distractor misconception is including an unnecessary y-shift like (y+2), altering the vertex position. To transfer this strategy, always start from the distance definition and carefully simplify when deriving parabola equations.
In the right triangle shown, ∠C is a right angle and ∠A=θ. Which reasoning proves sin2θ+cos2θ=1?
Explanation: This problem asks us to prove the Pythagorean identity for a right triangle with right angle at C and angle θ at A. With this setup, sin θ = opposite/hypotenuse = BC/AB and cos θ = adjacent/hypotenuse = AC/AB. Squaring these ratios gives us sin²θ = BC²/AB² and cos²θ = AC²/AB². The Pythagorean Theorem for this triangle states that BC² + AC² = AB² (legs squared sum to hypotenuse squared). When we add our squared trigonometric ratios: sin²θ + cos²θ = BC²/AB² + AC²/AB² = (BC² + AC²)/AB² = AB²/AB² = 1. Choice B incorrectly defines sin θ = BC/AC and cos θ = AC/BC, which are not the standard definitions and would not lead to the identity. Remember to always identify the hypotenuse correctly—it's the side opposite the right angle.
Two circles have equations (x−2)2+(y+1)2=9 and (x+3)2+(y−4)2=25. To prove these circles are similar, which transformation sequence correctly maps the first circle to the second?
Explanation: The first circle has center (2,−1) and radius 3; the second has center (−3,4) and radius 5. Translation vector from (2,−1) to (−3,4) is (−5,5). After translation, dilation by 35 (centered at the new position) scales radius from 3 to 5. Choice B dilates first, changing the required translation. Choice C uses wrong translation direction and scale factor. Choice D adds unnecessary rotation.
In the right triangle shown, ∠A is a right angle. The hypotenuse is BC. If AB=8 and BC=17, what is the length of AC?
Explanation: This problem asks us to find a leg of a right triangle using the Pythagorean theorem. We're given leg AB = 8 and hypotenuse BC = 17, with angle A being the right angle. Since we need to find a leg when given the other leg and hypotenuse, we use: a² = c² - b². Setting up: AC² = BC² - AB² = 17² - 8² = 289 - 64 = 225, so AC = √225 = 15. The answer is 15, not √225, because we must simplify the square root. A student might add the squares instead (getting √353) by incorrectly treating this as finding a hypotenuse. Always check: is the unknown side the hypotenuse (longest side) or a leg before deciding whether to add or subtract.
A cylindrical can has diameter 10 cm and height 12 cm. What is the volume of the can in cubic centimeters?
Explanation: This problem involves finding the volume of a cylindrical can given its diameter. The solid is a right circular cylinder with diameter 10 cm and height 12 cm. Since the volume formula V = πr²h requires radius, we must first convert: radius = diameter/2 = 10/2 = 5 cm. Applying the formula: V = π(5)²(12) = π(25)(12) = 300π cubic centimeters. This represents the can's total capacity. A common mistake is using diameter directly in the formula, giving π(10)²(12) = 1200π, which is four times too large. Always convert diameter to radius before applying cylinder volume formulas.
On the coordinate plane, segment AB has endpoints A(0,2) and B(8,−6). Point P divides the directed segment from A to B internally in the ratio AP:PB=5:3. Which coordinates represent the partition point?
Explanation: The skill is partitioning a line segment in a given ratio. The endpoints are A(0,2) and B(8,-6), with the ratio AP:PB = 5:3. This means point P is a weighted average where A has weight 3 and B has weight 5, since the weights are the opposite parts of the ratio. Applying the ratio, the coordinates are x = (30 + 58)/8 = 40/8 = 5 and y = (32 + 5(-6))/8 = -24/8 = -3, so P is at (5,-3). This result is justified because it positions P five-eighths of the way from A to B, consistent with the ratio 5:3. A common distractor misconception is misapplying the weights, leading to (4,-2) by incorrectly averaging without proper ratio consideration. To transfer this strategy, think in terms of weights, not distances.
Circles ⊙R and ⊙S are shown with centers marked. The radii are labeled RA=6 and SB=9. Which transformation maps one circle to the other to show they are similar?
Explanation: The skill here is understanding circle similarity. Circles are similar because one can be mapped to another via a dilation that scales all distances by a constant factor, preserving shape. In this problem, the circles have centers R and S with radii 6 and 9, respectively. Applying a translation to move R to S, followed by a dilation centered at S with scale factor 3/2, maps ⊙R to ⊙S. This justifies similarity because the sequence of isometry and dilation forms a similarity transformation that overlays the circles. A distractor like choice B suggests reflection changes radius, but reflections preserve distances and do not alter sizes. To approach similar problems, think in terms of transformations like dilations rather than relying on formulas.
A transformation T maps point (2,3) to (5,7) and point (4,1) to (7,5). If T is a translation, what is the image of point (0,−2) under this transformation?
Explanation: For a translation, the transformation function is T(x,y)=(x+a,y+b) for some constants a and b. From (2,3)→(5,7), we get a=3 and b=4. We can verify with the second point: (4,1)→(4+3,1+4)=(7,5). Therefore, T(0,−2)=(0+3,−2+4)=(3,2).
A right circular cylinder stands upright. A plane slices the cylinder perpendicular to the circular bases and passes through the cylinder’s central axis (so the plane contains the axis). Which description correctly identifies the resulting shape?
Explanation: This problem involves finding the cross-section of a 3D solid. The original solid is a right circular cylinder standing upright with circular bases. The slicing plane is perpendicular to the circular bases and passes through the central axis. As the plane cuts through, it follows the height and spans the diameter of the bases. The resulting cross-section is a rectangle with sides equal to the height and diameter. A common misconception is thinking it forms a circle, but that's for a parallel slice. To visualize, imagine unfolding the cylinder along the axis step by step to see the rectangular outline.
Triangle ABC has vertices A(1,1), B(3,1), and C(2,4). It is transformed by the matrix K=(2002). What are the coordinates of C′ (the image of 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. The matrix K = [2 0; 0 2] represents uniform scaling by factor 2. Applying this to vertex C(2, 4): K[2; 4] = [2 0; 0 2][2; 4] = [2·2 + 0·4; 0·2 + 2·4] = [4 + 0; 0 + 8] = [4; 8], giving C'(4, 8). Choice B correctly shows this result where both coordinates are doubled: x: 2 → 4 and y: 4 → 8. Choice A incorrectly has y' = 4 (not doubled), choice C incorrectly has x' = 2 (not doubled), and choice D shows the original point divided by 2 instead of multiplied. Matrix multiplication for transformations: SCALING matrices have equal diagonal entries [k 0; 0 k]—both coordinates multiplied by same k. The scaling transformation K = [2 0; 0 2] doubles all distances from the origin, enlarging the triangle by factor 2!
A triangle △PQR is shown, and a second triangle △STU appears to be a rotated and dilated image of it. Angle markings show ∠P and ∠S each have a single arc, and ∠Q and ∠T each have a 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 P is marked congruent to angle S with a single arc, and angle Q is marked congruent to angle T with a double arc. Therefore, by the AA similarity criterion, triangle PQR is similar to triangle STU. 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 think that a reflection alone proves congruence, but without confirming equal sizes, similarity is the appropriate conclusion. To apply this in other problems, always check for matching angles first before examining side lengths or proportions.
A right triangle has legs of length a and b, and the angle opposite leg a measures θ. If the area of this triangle is 24 square units and tanθ=43, what is the length of the hypotenuse?
Explanation: From tan θ = 3/4, we have a/b = 3/4, so a = 3k and b = 4k for some positive k. The area is (1/2)ab = (1/2)(3k)(4k) = 6k² = 24, so k² = 4 and k = 2. Therefore a = 6 and b = 8. The hypotenuse is √(6² + 8²) = √(36 + 64) = √100 = 10. Choice B gives the length of leg b. Choice C assumes k = 2 incorrectly in the area formula. Choice D results from incorrectly using the Pythagorean theorem.
A hyperbola has foci at F1(0,−6) and F2(0,6). For any point P(x,y) on the hyperbola, ∣PF2−PF1∣=8. Which equation represents the hyperbola? (No asymptotes are given.)
Explanation: This problem asks for a vertical hyperbola equation from the focus definition. A hyperbola consists of points P(x,y) where the absolute difference of distances to two foci is constant. The foci F₁(0,-6) and F₂(0,6) are vertical with center at (0,0), and c = 6. The condition |PF₂ - PF₁| = 8 means 2a = 8, so a = 4. For hyperbolas, c² = a² + b², giving 36 = 16 + b², so b² = 20. Since the foci are vertical, the transverse axis is vertical, and the equation is y²/a² - x²/b² = 1, yielding y²/16 - x²/20 = 1. A common mistake is using the horizontal form x²/a² - y²/b² = 1 when foci are vertical. To avoid errors, identify the direction of the transverse axis from the foci positions before writing the equation.