document.write( "Question 833055: What's the length of a rectangle with height of 33 inches and a diagonal of 65 inches ? \n" ); document.write( "
Algebra.Com's Answer #502375 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The length, height, and diagonal form a right triangle.
\n" ); document.write( "Use the Pythagorean theorem,
\n" ); document.write( "\"L%5E2%2BH%5E2=D%5E2\"
\n" ); document.write( "\"L%5E2%2B33%5E2=65%5E2\"
\n" ); document.write( "\"L%5E2%2B1089=4225\"
\n" ); document.write( "\"L%5E2=3136\"
\n" ); document.write( "\"L=56\"
\n" ); document.write( "
\n" );