document.write( "Question 40835This question is from textbook
\n" ); document.write( ": the sum of two integers is 10 and their product is 24. Find the two integers. \n" ); document.write( "
Algebra.Com's Answer #26234 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
If one of them is x, then the other must be 10 - x...they add to 10, right?
\n" ); document.write( "Thus we have
\n" ); document.write( "x(10 - x) = 24
\n" ); document.write( "10x - x^2 = 24
\n" ); document.write( "x^2 - 10x + 24 = 0
\n" ); document.write( "(x - 6)(x - 4) = 0
\n" ); document.write( "X = 6 and 4
\n" ); document.write( "
\n" );