document.write( "Question 162375:  find two numbers whose sum is 55 and whose product is 684
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #119669 by Alan3354(69443)     You can put this solution on YOUR website! find two numbers whose sum is 55 and whose product is 684 \n" ); document.write( "----------------------- \n" ); document.write( "Call the numbers x and y. \n" ); document.write( "x+y = 55 \n" ); document.write( "xy = 684 \n" ); document.write( "----------- \n" ); document.write( "From the 1st eqn, y = 55-x \n" ); document.write( "Sub that into the 2nd eqn \n" ); document.write( "x*(55-x) = 684 \n" ); document.write( "55x - x^2 = 684 \n" ); document.write( "x^2 - 55x + 684 = 0 \n" ); document.write( " 
 \n" ); document.write( "\n" ); document.write( "The graph isn't much help, but the numbers are given: \n" ); document.write( "19 and 36\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |