document.write( "Question 999325: what two numbers will actualy be added together to give u 37 nd multiplied to give u 126? \n" ); document.write( "
Algebra.Com's Answer #617037 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
I think you mean to say, for two unknown numbers x and y,
\n" ); document.write( "x + y = 37 and xy = 126.
\n" ); document.write( "You can use trial and error, or
\n" ); document.write( "y = 37 - x
\n" ); document.write( "x(37 - x) = 126
\n" ); document.write( "37x - x^2 = 126
\n" ); document.write( "x^2 - 37x + 126 = 0
\n" ); document.write( "This does not factor or work out evenly and you will have to apply the quadratic equation.
\n" ); document.write( "x =[(37 +- sqrt(37^2 - 4(126))]/2
\n" ); document.write( "I suspect you made a typo...if not, evaluate the above...
\n" ); document.write( "
\n" );