document.write( "Question 929110: What is the height (one of the legs) and the hypotenuse of an isosceles right triangle that has an area of 800 square feet? \n" ); document.write( "
Algebra.Com's Answer #564140 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
x, either leg
\n" ); document.write( "h, hypotenuse
\n" ); document.write( "\"system%28x%5E2%2Bx%5E2=h%2Cx%5E2=800%29\"; the first accounts for the sides according to Pythagorean Theorem of this special triangle, and second equation accounts for the given area. Solving the system should be straightforward.
\n" ); document.write( "
\n" );