document.write( "Question 1143567: the sum of two intergers is -33 and their product is 162.develop a quadratic equation and then solve to find the value of the two intergers? \n" ); document.write( "
Algebra.Com's Answer #764406 by addingup(3677)![]() ![]() You can put this solution on YOUR website! x + y = -33 \n" ); document.write( "y = (-33 - x) \n" ); document.write( "therefore: \n" ); document.write( "(-33 - x) + x = -33 \n" ); document.write( "and: \n" ); document.write( "(-33 - x) * x = 162 \n" ); document.write( "Now let's set up the quadratic and then solve: \n" ); document.write( "-33x - x^2 = 162 \n" ); document.write( "-33x - x^2 -162 = 0 \n" ); document.write( "let's write it in the standard form ax^2 + bx + c = 0: \n" ); document.write( "-x^2 - 33x - 162 = 0 \n" ); document.write( "(−x − 6)(x + 27) = 0 \n" ); document.write( "−x − 6 = 0 or x + 27 = 0 \n" ); document.write( "x = −6 or x = −27 \n" ); document.write( "Our two numbers are -6 and -27 \n" ); document.write( " |