document.write( "Question 312661: What is the area and perimeter of a square with a diagnol of 10 inche? \n" ); document.write( "
Algebra.Com's Answer #223529 by mananth(16946)![]() ![]() You can put this solution on YOUR website! diagonal of square = 10 in. \n" ); document.write( "let the side be x in. \n" ); document.write( "The diagonal and the sides of square form a right angle. \n" ); document.write( "Apply pythagoras theorem \n" ); document.write( "x^2 +x^2 = 10^2 \n" ); document.write( "2x^2 =100 \n" ); document.write( "x^2=50 \n" ); document.write( "x= 7.07 in\r \n" ); document.write( "\n" ); document.write( "Area = 50 sq. in \n" ); document.write( "perimeter = 4*7.07 \n" ); document.write( "=28.28 inches \n" ); document.write( " |