document.write( "Question 925854: the sum of two numbers is equal to 15. the product of the numbers is 44. what are the two numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #561811 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x + y = 15 \n" ); document.write( "xy = 44 \n" ); document.write( "--- \n" ); document.write( "y = 15 - x \n" ); document.write( "x(15 - x) = 44 \n" ); document.write( "15x - xx = 44 \n" ); document.write( "xx - 15x + 44 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=1, b=-15 and c=44 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "1 -15 44 \n" ); document.write( "into this solver: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "the quadratic has two real roots at: \n" ); document.write( "--- \n" ); document.write( "x = 11 \n" ); document.write( "x = 4 \n" ); document.write( "--- \n" ); document.write( "y = 15 - 11 = 4 \n" ); document.write( "y = 15 - 4 = 11 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "the two numbers are 11 and 4 \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( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " \n" ); document.write( " |