document.write( "Question 279612: The difference of two numbers is 20 and their product is -96. How do I find their numbers?? \n" ); document.write( "
Algebra.Com's Answer #203235 by unlockmath(1688)![]() ![]() You can put this solution on YOUR website! Hello, \n" ); document.write( "We can set up two equations and solve it from there. We'll let x be one number and y be the other. \n" ); document.write( "x-y=20 \n" ); document.write( "x(y)=-96 \n" ); document.write( "Let's put the second equation to look like this: \n" ); document.write( "x=-96/y \n" ); document.write( "Now we can plug this into the first to get: \n" ); document.write( "-96/y-y=20 Multiply this by y to get \n" ); document.write( "-96-y^2=20y Get this with everything on one side of the = sign. \n" ); document.write( "0=y^2+20y+96 Factor this to get: \n" ); document.write( "0=(y+8)(y+12) \n" ); document.write( "y=-8 \n" ); document.write( "y=-12 \n" ); document.write( "Plugging these numbers into the equations give us: \n" ); document.write( "x=12 \n" ); document.write( "x=8 \n" ); document.write( "There we go. \n" ); document.write( "RJ \n" ); document.write( "www.math-unlock.com \n" ); document.write( " |