A square of area 40 is inscribed in a semicircle as shown. What is the area of the semicircle?
[asy] defaultpen(linewidth(0.8)); size(100); real r=sqrt(50), s=sqrt(10); draw(Arc(origin, r, 0, 180)); draw((r,0)--(-r,0), dashed); draw((-s,0)--(s,0)--(s,2*s)--(-s,2*s)--cycle); [/asy]
Problem 67
Pick one
Official solution
Since the area of the square is , the length of a side is . The distance between the center of the semicircle and one of the bottom vertices of the square is half the length of the side, which is .
Using the Pythagorean Theorem to find the radius of the semicircle, . So, the area of the semicircle is .