Math Problem Statement

Chords $\overline{AB}$ and $\overline{CD}$ of a circle meet at $P$. If $AP = 3 \cdot PB$, then what is $AB$?

[asy] unitsize(0.4 cm);

pair A, B, T, X, Y;

T = (0,0); A = 4sqrt(3)dir(250); B = 2sqrt(3)dir(70); X = 4dir(190); Y = 6dir(10);

draw(circumcircle(A,B,X)); draw(A--B); draw(X--Y);

label("$A$", A, SW); label("$B$", B, N); label("$P$", T, SE); label("$C$", X, W); label("$D$", Y, E); label("$6$", (T + X)/2, N, red); label("$12$", (T + Y)/2, N, 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
Chord Intersections
Ratios

Formulas

AP = 3 \cdot PB
AB = AP + PB = 4y

Theorems

Power of a Point Theorem

Suitable Grade Level

Grades 8-10