document.write( "Question 105857: word problem-quadratic equation
\n" );
document.write( "Three pieces of rod measure 20 cm, 41 cm and 44 cm. If the same amount is cut off each piece, the remaining lengths can be formed into a right triangle. What length is cut off? \n" );
document.write( "
Algebra.Com's Answer #77075 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"cut off length\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "by Pythagoras ... (20-x)^2+(41-x)^2=(44-x)^2 \n" ); document.write( " |