Math Problem Statement

The two circles below are externally tangent. A common external tangent intersects line $PQ$ at $R.$ Find $QR.$

[asy] unitsize(0.3 cm);

pair A, B, C, D, E;

A = (0,0); B = (8,0); C = (20,0); D = intersectionpoint(Circle(A,5), arc((A + C)/2, abs(A - C)/2, 0, 180)); E = intersectionpoint(Circle(B,3), arc((B + C)/2, abs(B - C)/2, 0, 180));

draw(Circle(A,5)); draw(Circle(B,3)); draw(A--D); draw(B--E);

dot("$P$", A, S); dot("$Q$", B, S);

label("$8$", (B + E)/2, W, red); label("$12$", (A + D)/2, W, red); [/asy]

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Geometry
Circles
Tangents
Pythagorean Theorem

Formulas

Distance between points of tangency on external tangents: d = √(PQ^2 - (r1 - r2)^2)

Theorems

Pythagorean Theorem
Geometry of Circles
Tangent Properties

Suitable Grade Level

Grades 9-12