document.write( "Question 426986: What two factors multiply to equaul 72 but add up to be negative 18? \n" ); document.write( "
Algebra.Com's Answer #296972 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! x*y = 72 \n" ); document.write( "x + y = -18 -> y = -18 - x \n" ); document.write( "Substitute in the 1st equation: \n" ); document.write( "x*(-18 - x) = 72 -> -x^2 - 18x - 72 = 0 -> x^2 + 18x + 72 = 0 \n" ); document.write( "Quadratic formula gives: \n" ); document.write( " \n" ); document.write( "Solving for x gives: \n" ); document.write( "x = -6,-12 \n" ); document.write( "Therefore, y = -18 - -6 = -12 or y = -18 - -12 = -6. \n" ); document.write( "So the two numbers are: -6,-12 \n" ); document.write( " |