document.write( "Question 102719: The hypotenuse of a right triangle is 20 centimeters. The sum of the other two sides is 28 centimeters. Find the length of two sides. \n" ); document.write( "
Algebra.Com's Answer #74742 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
a+b=28
\n" ); document.write( "let b=28-a
\n" ); document.write( "a^2+(28-a)^2=20^2
\n" ); document.write( "a^2+a^2-56a+784=400
\n" ); document.write( "2a^2-56a+384=0
\n" ); document.write( "2(a^2-28+192)=0
\n" ); document.write( "2(a-12)(a-16)=0
\n" ); document.write( "a=12, a=16
\n" ); document.write( "So the 2 sides are 12 cm and 16 cm
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );