document.write( "Question 255803: The product of 2 numbers is 2. One of the numbers is 4 more than the other. Find the numbers (but don't assum that they will be integers or even rational numbers.) \n" ); document.write( "
Algebra.Com's Answer #188069 by Greenfinch(383)\"\" \"About 
You can put this solution on YOUR website!
Call one number x, then the other is x+4 and they multiply to 2
\n" ); document.write( "So x(x+4)=2 or
\n" ); document.write( "x^2 + 4x -2 = 0
\n" ); document.write( "x = -4 +-sqrt (16 - 8) / 2
\n" ); document.write( "x = 2+sqrt 6 or 2 - sqrt 6
\n" ); document.write( "
\n" );