document.write( "Question 201900: Find the ratio of the area of a circle to the area of square whose diagonal is equal to the diameter of the circle ? \n" ); document.write( "
Algebra.Com's Answer #152168 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the ratio of the area of a circle to the area of square whose diagonal is equal to the diameter of the circle ? \n" ); document.write( "--------------------- \n" ); document.write( "s = the side of the square \n" ); document.write( "Area of the square = s^2 \n" ); document.write( "--------------------- \n" ); document.write( "The diagonal = s*sqrt(2) = diameter of the circle \n" ); document.write( "Area of the circle = pi*s^2*2/4 \n" ); document.write( "Area = (pi*s^2)/2 \n" ); document.write( "---------------- \n" ); document.write( "ratio of circle/square = pi/2 \n" ); document.write( " \n" ); document.write( " |