document.write( "Question 200345: Find the exact length of the side of a square whose diagonal is 3 feet. \n" ); document.write( "
Algebra.Com's Answer #150647 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! The diagonal of the square makes a triangle that is ,,45 - 45 - 90 degrees, \n" ); document.write( "with sides,,,,,1-1-sqrt2 \n" ); document.write( ". \n" ); document.write( "sqrt2 / 3 = 1/x \n" ); document.write( ". \n" ); document.write( "cross multiply \n" ); document.write( ". \n" ); document.write( "xsqrt2 =3 \n" ); document.write( ". \n" ); document.write( "x=3/sqrt2 = 3sqrt2 / 2 = 2.12,,,,,,,therefore side = (3/2) sqrt2 \n" ); document.write( ". \n" ); document.write( "check \n" ); document.write( "sqrt(2.12^2 +2.12^2) = 3,,,,,ok \n" ); document.write( " |