document.write( "Question 1119464: find two numbers whose difference is 3 and whose product is 88
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #735023 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find two numbers whose difference is 3 and whose product is 88 \n" ); document.write( "----------- \n" ); document.write( "Find a pair of factors of 88 that differ by 3. \n" ); document.write( "------- \n" ); document.write( "1*88 NG \n" ); document.write( "2*44 NG \n" ); document.write( "etc. \n" ); document.write( "============ \n" ); document.write( "If the numbers are not integers, you would have do solve a quadratic equation. \n" ); document.write( "These 2 are integers, so making a quadratic, \n" ); document.write( "x*(x-3) = 88 --> x^2 - 3x - 88 = 0 does not help. \n" ); document.write( "At this point, to factor, you find a pair of factors of 88 that differ by 3. \n" ); document.write( " \n" ); document.write( " |