document.write( "Question 964446: The product of two numbers is 640. Their difference is 12. Find these numbers. \n" ); document.write( "
Algebra.Com's Answer #589344 by addingup(3677)![]() ![]() You can put this solution on YOUR website! let's call the numbers a and b: \n" ); document.write( "ab= 640 \n" ); document.write( "a-b= 12 and therefore a= 12+b Substitute in the first equation: \n" ); document.write( "b(12+b)= 640 \n" ); document.write( "12b+b^2= 640 We now have a quadratic binomial: \n" ); document.write( "b^2+12b-640= 0 factor the equation \n" ); document.write( "(b+32)(b-20)= 0 Now solve each separately: \n" ); document.write( "b+32= 0 or b-20= 0 \n" ); document.write( "b= -32 or b= 20 We toss out the negative and keep the 20 \n" ); document.write( "So, one number is 20 and the other is 640/20= 32. \n" ); document.write( "Proof: \n" ); document.write( "32*20= 640 and \n" ); document.write( "32-20 = 12 \n" ); document.write( " |