document.write( "Question 255822: How do I figure out the area of a square inscribed in a circle?\r
\n" );
document.write( "\n" );
document.write( "If a sqare is inscribed in a circle, what is the area of the square if the radius of the circle is 15cm?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #188054 by Greenfinch(383) You can put this solution on YOUR website! Diameter of circle is diagonal of square. \n" ); document.write( "Side of square (by Pythagoras) is 30/sqrt2 \n" ); document.write( "So area of square is (30/sqrt2)^2 = 450 cm^2 \n" ); document.write( " |