Math Problem Statement

Trapezoid $ABCD$ is inscribed in the semicircle with diameter $\overline{AB}$, as shown below. Find the radius of the semicircle.

Asymptote code below [asy] unitsize(3 cm);

pair A, B, C, D;

A = (-1,0); B = (1,0); C = dir(30); D = dir(150);

draw(arc((0,0),1,0,180)); draw(A--B--C--D--cycle);

label("$A$", A, SW); label("$B$", B, SE); label("$C$", C, NE); label("$D$", D, NW); label("$17$", (C + D)/2, N, red); label("$3$", (A + D)/2, E, red); label("$3$", (B + C)/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
Trapezoids
Inscribed Shapes
Coordinate Geometry
Pythagorean Theorem

Formulas

Distance formula: d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
Equation of a circle: x^2 + y^2 = r^2
Symmetry properties of inscribed trapezoids

Theorems

Pythagorean Theorem
Properties of Circles
Symmetry in Geometry

Suitable Grade Level

Grades 10-12