document.write( "Question 1055409: Find the length of the shorter leg of a right triangle if the longer leg is 8 feet more than the shorter leg and the hypotenuse is 8feet less than twice the shorter leg \n" ); document.write( "
Algebra.Com's Answer #670621 by ikleyn(52786)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Find the length of the shorter leg of a right triangle if the longer leg is 8 feet more than the shorter leg
\n" ); document.write( "and the hypotenuse is 8 feet less than twice the shorter leg
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x = the length (in ft) of the shorter leg of a right triangle.\r\n" );
document.write( "Then the longer leg is (x+8) feet.\r\n" );
document.write( "The hypotenuse is 2x-8.\r\n" );
document.write( "\r\n" );
document.write( "The Pythagorean theorem says\r\n" );
document.write( "\r\n" );
document.write( "x^2 + (x+8)^2 = (2x-8)^2.\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve for x:\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2+%2B+x%5E2+%2B+16x+%2B+64\" = \"4x%5E2+-+32x+%2B+64\",\r\n" );
document.write( "\r\n" );
document.write( "2x^2 - 48x = 0,\r\n" );
document.write( "\r\n" );
document.write( "x^2 - 24x = 0,\r\n" );
document.write( "\r\n" );
document.write( "x(x-24) = 0.\r\n" );
document.write( "\r\n" );
document.write( "The shorter leg is 24 ft. The longer leg is 32 ft. The hypotenuse is 2*24-8 = 40 ft.\r\n" );
document.write( "\r\n" );
document.write( "And the check is 24^2 + 32^2 = 40^2.\r\n" );
document.write( "\r\n" );
document.write( "It is (3,4,5)-right-angled triangle.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );