document.write( "Question 1929: I am supposed to find two positive real numbers that differ by 1 and have a product of 1.
\n" ); document.write( "This is how I did this:
\n" ); document.write( "x(x+1)=1
\n" ); document.write( "0+1=1
\n" ); document.write( "Is this right???
\n" ); document.write( "

Algebra.Com's Answer #758 by longjonsilver(2297)\"\" \"About 
You can put this solution on YOUR website!
lol the first line is perfect, but then you jump in and guess the answer without solving the equation you found. Remember the question says real numbers...not integers, so they might well be decimal numbers.\r
\n" ); document.write( "\n" ); document.write( "Also, 0x1 is zero, not 1 so you are definitely wrong :-)\r
\n" ); document.write( "\n" ); document.write( "Let x = the smaller of the 2 numbers.\r
\n" ); document.write( "\n" ); document.write( "then x(x+1) = 1
\n" ); document.write( "so, \"x%5E2+%2B+x+=+1\"
\n" ); document.write( "and \"x%5E2+%2B+x+-+1+=+0\"\r
\n" ); document.write( "\n" ); document.write( "putting this into the quadratic formula gives the following answers:\r
\n" ); document.write( "\n" ); document.write( "x = \"%28-1+%2B-+sqrt%285%29%29%2F2\"\r
\n" ); document.write( "\n" ); document.write( "take the positive version, so the 2 numbers are: \"%28-1%2Bsqrt%285%29%29%2F2\" and \"%28%28-1%2Bsqrt%285%29%29%2F2%29%2B1\"\r
\n" ); document.write( "\n" ); document.write( "jon
\n" ); document.write( "
\n" );