Geometry Questions

Multiple choice
  1. $\angle RPQ$
  2. $2\angle RPQ$
  3. $3\angle RPQ$
  4. $4\angle RPQ$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Let angle OPQ = theta. Since PR is tangent, angle OPR = 90. Angle RPQ = 90 - theta. In triangle OPQ, OP = OQ (radii), so angle OQP = angle OPQ = theta. Angle POQ = 180 - 2 * theta. This doesn't directly relate to RPQ unless we use the property that the angle between tangent and chord equals the angle in the alternate segment. Angle RPQ = angle in alternate segment. This is a standard circle theorem.

Multiple choice
  1. $r$
  2. $2r$
  3. $\sqrt 2r$
  4. $\sqrt 3r$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Two circles of radius r intersect such that each passes through the center of the other. The distance between centers is r. The common chord forms two equilateral triangles with the centers, each with side r. The height of one triangle is (sqrt(3)/2) * r. The total length of the chord is 2 * (sqrt(3)/2) * r = sqrt(3) * r.

Multiple choice
  1. $9$
  2. $18$
  3. $13$
  4. $26$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The radius of the smaller circle (40) is perpendicular to the chord AB at the point of tangency, bisecting it. This forms a right triangle with hypotenuse 41 and one leg 40. The other leg (half of AB) = sqrt(41^2 - 40^2) = sqrt(1681 - 1600) = sqrt(81) = 9. AB = 2 * 9 = 18.

Multiple choice
  1. 4.8

  2. 5.4

  3. 3.2

  4. 7.9

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Let O=(0,0), O'=(d,0). Radii 3, 4. Tangents at P imply triangle OPO' is right-angled at P. O'P^2 + OP^2 = OO'^2. 3^2 + 4^2 = 5^2. Distance OO' = 5. Height of triangle OPO' to hypotenuse = (3*4)/5 = 2.4. Common chord PQ = 2 * 2.4 = 4.8.

Multiple choice
  1. $4$ inches
  2. $6$ inches
  3. $8$ inches
  4. $16$ inches
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The perpendicular from the center of a circle to a chord bisects the chord, forming a right triangle where the hypotenuse is the radius (10 inches) and one leg is the distance from the center (6 inches). Using the Pythagorean theorem, the other leg (half the chord length) is sqrt(10^2 - 6^2) = 8 inches, making the total chord length 16 inches.

Multiple choice
  1. $8.5\ cm$
  2. $5\ cm$
  3. $3.5\ cm$
  4. $3\ cm$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The radius of the circle is 6.5 cm. The distance of the 5 cm chord from the center is sqrt(6.5^2 - 2.5^2) = 6 cm. The distance of the 12 cm chord from the center is sqrt(6.5^2 - 6^2) = 2.5 cm. Since they are on the same side of the center, the distance between them is 6 - 2.5 = 3.5 cm.

Multiple choice
  1. $x^2+y^2 = \dfrac{1}{4}$
  2. $x^2+y^2 = \dfrac{1}{2}$
  3. $xy = 0$
  4. $x^2-y^2 = 0$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

For a chord to subtend a right angle at the origin, the distance from the origin to the chord must be 1/sqrt(2). The locus of the midpoint (h, k) of such chords is x^2 + y^2 = d^2, where d is the distance from the origin. Thus, x^2 + y^2 = (1/sqrt(2))^2 = 1/2.

Multiple choice
  1. $(4, 7)$
  2. $(7, 4)$
  3. $(9, 4)$
  4. $(4, 9)$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The lines x^2 - 8x + 12 = 0 factor to (x-2)(x-6)=0, so x=2 and x=6. The lines y^2 - 14y + 45 = 0 factor to (y-5)(y-9)=0, so y=5 and y=9. This forms a square with vertices (2,5), (6,5), (6,9), (2,9). The center is the midpoint of the diagonals, which is ((2+6)/2, (5+9)/2) = (4, 7).

Multiple choice
  1. $3/8$
  2. $8/7$
  3. $6/\sqrt{5}$
  4. $5/6$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The circle is x^2 + y^2 = 2, so radius r = sqrt(2). The distance d from the center (0,0) to the line 2x - y + 1 = 0 is |2(0) - 0 + 1| / sqrt(2^2 + (-1)^2) = 1 / sqrt(5). The half-length of the chord is sqrt(r^2 - d^2) = sqrt(2 - 1/5) = sqrt(9/5) = 3 / sqrt(5). The total length is 2 * (3 / sqrt(5)) = 6 / sqrt(5).

Multiple choice
  1. a parabola

  2. an ellipse

  3. a circle

  4. a pair of straight lines

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Let A = (r, 0) and B = (0, r) on the circle x^2 + y^2 = r^2. Let P = (r cos t, r sin t). The centroid G = ((r + 0 + r cos t)/3, (0 + r + r sin t)/3). This simplifies to (x - r/3)^2 + (y - r/3)^2 = (r/3)^2, which is the equation of a circle.

Multiple choice
  1. $ax+by=0$
  2. $ax+by={ a }^{ 2 }+{ b }^{ 2 }$
  3. ${ x }^{ 2 }+{ y }^{ 2 }-ax-by+\cfrac { { a }^{ 2 }+{ b }^{ 2 } }{ 8 } =0$
  4. ${ x }^{ 2 }+{ y }^{ 2 }-ax-by-\cfrac { { a }^{ 2 }-{ b }^{ 2 } }{ 8 } =0$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The locus of midpoints of chords subtending a right angle at a point is derived from the circle geometry properties. The correct equation is x^2 + y^2 - ax - by + (a^2 + b^2)/8 = 0.