document.write( "Question 771702: Find two numbers whose sum is 55 and whose product is 684.
\n" ); document.write( "This is my homework. But I would really appreciate it if you could write the formula so that I can also understand how you did it and can further use it in my future encounter with these problem.
\n" ); document.write( "

Algebra.Com's Answer #470432 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
x + y = 55....1
\n" ); document.write( "xy = 684......2
\n" ); document.write( "Alter (2)
\n" ); document.write( "x = 684/y......2
\n" ); document.write( "Substitute x = 684/y into (1)
\n" ); document.write( "x + y = 55
\n" ); document.write( "684/y + y = 55
\n" ); document.write( "Common Denominator = y
\n" ); document.write( "684 + y^2 = 55y
\n" ); document.write( "Rearrange
\n" ); document.write( "y^2 - 55y + 684 = 0
\n" ); document.write( "(y - 36)(y - 19) = 0
\n" ); document.write( "So y can equal 36 or 19
\n" ); document.write( "and x can equal 19 or 36.
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" ); document.write( "
\n" );