document.write( "Question 521728: the sum of two numbers is 9 and their product is 20. use a quadratic equation to determine the two numbers
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #346570 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let the two numbers be A and B. Then...
\n" ); document.write( "\"A%2BB+=+9\" and...
\n" ); document.write( "\"A%2AB+=+20\"
\n" ); document.write( "Rewrite the first equation as:
\n" ); document.write( "\"A+=+9-B\" and substitute for a in the second equation.
\n" ); document.write( "\"%289-B%29%2AB+=+20\" Simplify.
\n" ); document.write( "\"9B-B%5E2+=+20\" Rewrite as a quadratic equation in standard form.
\n" ); document.write( "\"-B%5E2%2B9B-20+=+0\" Apply the quadratic formula: \"x+=+%28-b%2B-sqrt%28b%5E2-4ac%29%29%2F2a\" (x is really B, one of the two numbers). In this problem, from the quadratic equation, a = -1, b = 9, and c = -20.
\n" ); document.write( "\"B+=+%28-9%2B-sqrt%289%5E2-4%28-1%29%28-20%29%29%29%2F2%28-1%29\"
\n" ); document.write( "\"B+=+4.5%2B%28-0.5%29\" or \"B+=+4.5-%28-0.5%29\"
\n" ); document.write( "\"B+=+4\" or \"B+=+5\"
\n" ); document.write( "The two numbers are 4 and 5.
\n" ); document.write( "
\n" );