document.write( "Question 1164896: What are the two numbers that multiply to 24 and add to -10 \n" ); document.write( "
Algebra.Com's Answer #789318 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x+y=-10 \n" ); document.write( "xy=24 \n" ); document.write( "x=-10-y \n" ); document.write( "so (-10-y)y=24 \n" ); document.write( "-10y-y^2=24 \n" ); document.write( "y^2+10y+24=0 \n" ); document.write( "(y+6)(y+4)=0 \n" ); document.write( "y=-6, -4, and those are the two numbers. \n" ); document.write( " |