document.write( "Question 287595: A square is inscribed inside a quadrant of a circle of radius 10 cm. Calculate the area of the square. \n" ); document.write( "
Algebra.Com's Answer #208367 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! The diagonal of the square is the radius of the circle. The diagonal of the square is also the hypotenuse of an isosceles triangle. Let x be the length of the sides. Then by the Pythagorean Theorem we have:\r \n" ); document.write( "\n" ); document.write( "x^2 + x^2 = 10^2 \r \n" ); document.write( "\n" ); document.write( "2*x^2 = 100 \n" ); document.write( "x^2 = 50\r \n" ); document.write( "\n" ); document.write( "But x^2 is also the area of the square. \n" ); document.write( " \n" ); document.write( " |