document.write( "Question 814881:  the sum of two integers is 9. the product of the integers is 14. what are the integers?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #490576 by TimothyLamb(4379)     You can put this solution on YOUR website! n + m = 9 \n" ); document.write( "n = 9 - m \n" ); document.write( "nm = 14 \n" ); document.write( "--- \n" ); document.write( "nm = 14 \n" ); document.write( "(9 - m)m = 14 \n" ); document.write( "9m - mm = 14 \n" ); document.write( "mm - 9m + 14 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=1, b=-9, and c=14 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, plug this: \n" ); document.write( "1 -9 14 \n" ); document.write( "into this: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "the roots of the quadratic are: \n" ); document.write( "7 \n" ); document.write( "2 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "there are two different solutions: \n" ); document.write( "m = 7 \n" ); document.write( "n = 2 \n" ); document.write( "and \n" ); document.write( "m = 2 \n" ); document.write( "n = 7 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |