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 #217595 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
s = length of sides
\n" ); document.write( "\"s%5E2+%2B+s%5E2+=+12%5E2+=+144\"
\n" ); document.write( "\"2s%5E2+=+144\"
\n" ); document.write( "\"s%5E2+=+72\"
\n" ); document.write( "s =~ 8.485 cm
\n" ); document.write( "
\n" ); document.write( "
\n" );