document.write( "Question 1094464: What two numbers add to -5 and multiply to 6 \n" ); document.write( "
Algebra.Com's Answer #709042 by addingup(3677)![]() ![]() You can put this solution on YOUR website! x + y = -5 \n" ); document.write( "------------------------ \n" ); document.write( "x * y = 6 What are the possibilities? \n" ); document.write( "_x ; _y \n" ); document.write( "-1 ; -6 \n" ); document.write( "-2 ; -3 <-- here is one possibility: x = -2, y = -3; -2+-3 = -5 \n" ); document.write( "-3 ; -2 <-- here is another possible: x = -3, y = -2; -3 + -2 = -5 \n" ); document.write( "-6 ; -1 \n" ); document.write( " \n" ); document.write( " |