document.write( "Question 31148: Find the perimeter of the biggest square inscribed in a circle of radius R. \n" ); document.write( "
Algebra.Com's Answer #17979 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! the square has sides x and the diagonal of the square is 2r \n" ); document.write( "therefore the triangle formed by the diagonal and the two sides x is \n" ); document.write( "x~2+x~2=(2r)~2 or 2x~2=(2r)~2 or 2x~2=4r~2 or x~2=2r~2 or x=sqrt of 2r~2 \n" ); document.write( "or x=r sqrt of 2 \n" ); document.write( " |