document.write( "Question 473606: a right triangle has an area of 10 square inches. The square of the hypotenuse is 41. Find the lengths of the legs of the triangle. Round your answer to the nearest inch. \n" ); document.write( "
Algebra.Com's Answer #324979 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
a right triangle has an area of 10 square inches. The square of the hypotenuse is 41. Find the lengths of the legs of the triangle. Round your answer to the nearest inch.
\n" ); document.write( ":
\n" ); document.write( "let a = one leg of the triangle
\n" ); document.write( "let b = the other leg
\n" ); document.write( ":
\n" ); document.write( "Write an equation for the area
\n" ); document.write( "\"1%2F2\"*a*b = 10
\n" ); document.write( "multiply both sides by 2
\n" ); document.write( "a * b = 20
\n" ); document.write( "a = \"20%2Fb\"
\n" ); document.write( ":
\n" ); document.write( "\"The square of the hypotenuse is 41.\"; therefore:
\n" ); document.write( "a^2 + b^2 = 41
\n" ); document.write( "replace a with \"20%2Fb\"
\n" ); document.write( "\"%2820%2Fb%29%5E2\" + b^2 = 41
\n" ); document.write( "\"400%2Fb%5E2\" + b^2 = 41
\n" ); document.write( "multiply by b^2, result
\n" ); document.write( "400 + b^4 = 41b^2
\n" ); document.write( "arrange as a quadratic equation
\n" ); document.write( "b^4 - 41b^2 + 400 = 0
\n" ); document.write( "This factors to
\n" ); document.write( "(b^2-16)(b^2-25) = 0
\n" ); document.write( "two solutions
\n" ); document.write( "b^2 = 16
\n" ); document.write( "b = 4
\n" ); document.write( "and
\n" ); document.write( "b^2 = 25
\n" ); document.write( "b = 5
\n" ); document.write( ":
\n" ); document.write( "you can see when b = 4, a = 5, and when b = 5, a = 4
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check the solutions by finding the area and the hypotenuse with these values
\n" ); document.write( "
\n" );