document.write( "Question 349918: The hypotenuse of an isosceles right triangle is 16 centimeters. Find the length of the two other sides of the triangle to the nearest tenth. \n" ); document.write( "
Algebra.Com's Answer #250094 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let each leg be x cm
\n" ); document.write( ".. x^2+x^2= 16^2
\n" ); document.write( "2x^2=256
\n" ); document.write( "/2
\n" ); document.write( "x^2= 128
\n" ); document.write( "x= sqrt 128
\n" ); document.write( "x=8sqrt2
\n" ); document.write( "
\n" );