document.write( "Question 303605: a square has a diagonal of 12cm. calculate the length of the side of the square correct to 2 decimal places \n" ); document.write( "
Algebra.Com's Answer #217585 by graphmatics(170)![]() ![]() You can put this solution on YOUR website! Let x be the common size of the length and width of the square then x^2+x^2 = 12^2. We must simply solve x^2 + x^2 = 12^2. So 2*x^2 =sqrt(12^2) = 12 = 2*6 = 2^6 \n" ); document.write( "x^2 = 6 \n" ); document.write( "x = sqrt(6) = 2.44 \n" ); document.write( " |