document.write( "Question 964656: the product of two number is 800. the sum of two number is 204. then find the two number. \n" ); document.write( "
Algebra.Com's Answer #589497 by t0hierry(194)\"\" \"About 
You can put this solution on YOUR website!
ab= 800
\n" ); document.write( "then b = 800/a\r
\n" ); document.write( "\n" ); document.write( "a+b = 204 thus\r
\n" ); document.write( "\n" ); document.write( "a + 800/a = 204
\n" ); document.write( "a^2 + 800 - 204a = 0\r
\n" ); document.write( "\n" ); document.write( "a^2 - 204a + 800 = 0\r
\n" ); document.write( "\n" ); document.write( "a = 102 +- sqrt(102*102 - 800) = 102 +- 98\r
\n" ); document.write( "\n" ); document.write( "a= 200
\n" ); document.write( "b= 4
\n" ); document.write( "
\n" );