Math Problem Statement

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

[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
Circles

Formulas

Equation of a circle: x^2 + y^2 = r^2
Distance formula: \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
Pythagorean theorem: a^2 + b^2 = c^2

Theorems

Pythagorean Theorem
Properties of Trapezoids Inscribed in Circles

Suitable Grade Level

Grades 10-12