document.write( "Question 528153: if the hypotenuse of an isosceles triangle is 11 and the angles at the hypotenuse are 45 degrees, how long are the legs? \n" ); document.write( "
Algebra.Com's Answer #349151 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
s = leg length
\n" ); document.write( "\"s%5E2+%2B+s%5E2+=+11%5E2\"
\n" ); document.write( "\"2s%5E2+=+11%5E2\"
\n" ); document.write( "\"s+=+sqrt%2811%5E2%29%2F2\"
\n" ); document.write( "\"s+=+11%2Asqrt%282%29%2F2\"
\n" ); document.write( "
\n" ); document.write( "
\n" );