document.write( "Question 470922: A toy manufacturer needs a piece of plastic in the shape of a right triangle with the longer leg 1 cm more than the shorter leg and the hypotenuse 2 cm more than the shorter leg. How long should the sides of the right triangle be?\r
\n" );
document.write( "\n" );
document.write( "pls help! thanks, roya \n" );
document.write( "
Algebra.Com's Answer #323001 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A toy manufacturer needs a piece of plastic in the shape of a right triangle with the longer leg 1 cm more than the shorter leg and the hypotenuse 2 cm more than the shorter leg. How long should the sides of the right triangle be? \n" ); document.write( "-------------------- \n" ); document.write( "s = shortest leg \n" ); document.write( "s + 1 = 2nd leg \n" ); document.write( "h = s+2 (hypotenuse) \n" ); document.write( "------- \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(s-3)*(s+1) = 0 \n" ); document.write( "s = -1 Ignore \n" ); document.write( "s = 3 \n" ); document.write( "------------- \n" ); document.write( "Sides are 3, 4 & 5 \n" ); document.write( " |