document.write( "Question 872923: The sum of two numbers is 17, their product is 60.form an equation and
\n" );
document.write( "Solve it to find the numbers? \n" );
document.write( "
Algebra.Com's Answer #526521 by ewatrrr(24785) You can put this solution on YOUR website! xy = 60 \n" ); document.write( "x + y = 17 \n" ); document.write( "x + 60/x = 17 \n" ); document.write( "x^2 - 17x + 60 = 0 \n" ); document.write( "(x-12)(x-5) = 0, x = 5, 12 \n" ); document.write( " \n" ); document.write( " |