document.write( "Question 1065267: Please show the solution to this triangle problem.Show all calculations.\r
\n" );
document.write( "\n" );
document.write( "In triangle A,the longer leg is 6 more than the shorter leg and the hypotenuse is 6 more than the longer leg. Find the length of each side of this right triangle.\r
\n" );
document.write( "\n" );
document.write( "Short leg = __________ Long leg = _____________ hypotenuse = _______________\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I appreciate all your freely given time and effort. Thank you very much. \n" );
document.write( "
Algebra.Com's Answer #680388 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the length of shorter side, then \n" ); document.write( ": \n" ); document.write( "longer side length is x + 6 and hypotenuse is x + 12 \n" ); document.write( ": \n" ); document.write( "x^2 + (x+6)^2 = (x+12)^2 \n" ); document.write( ": \n" ); document.write( "x^2 + x^2+12x+36 = x^2+24x+144 \n" ); document.write( ": \n" ); document.write( "x^2 -12x -108 = 0 \n" ); document.write( ": \n" ); document.write( "(x + 6) * (x - 18) = 0 \n" ); document.write( ": \n" ); document.write( "there are two solutions, x = -6 and x = 18 \n" ); document.write( ": \n" ); document.write( "we reject the negative length of x \n" ); document.write( ": \n" ); document.write( "**************************************** \n" ); document.write( "short leg = 18 \n" ); document.write( ": \n" ); document.write( "long leg = 24 \n" ); document.write( ": \n" ); document.write( "hypotenuse = 30 \n" ); document.write( ": \n" ); document.write( "note that \n" ); document.write( ": \n" ); document.write( "18^2 + 24^2 = 30^2 \n" ); document.write( ": \n" ); document.write( "324 + 576 = 900 \n" ); document.write( ": \n" ); document.write( "900 = 900 \n" ); document.write( ": \n" ); document.write( "our answer checks \n" ); document.write( "**************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |