document.write( "Question 1164896: What are the two numbers that multiply to 24 and add to -10 \n" ); document.write( "
Algebra.Com's Answer #789319 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Step 1: You can think about it for a few milliseconds and get -6 and -4. \n" ); document.write( "================= \n" ); document.write( "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 ----- At this point, you find the 2 numbers mentioned Step 1. \n" ); document.write( "(y+6)(y+4)=0 \n" ); document.write( " |