document.write( "Question 48192: Checking my math on this one, we're working on Quadratics this week:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Find two positive real numbers that differ by 1 and have a product of 1
\n" ); document.write( "

Algebra.Com's Answer #31895 by atif.muhammad(135)\"\" \"About 
You can put this solution on YOUR website!
Find two positive real numbers that differ by 1 and have a product of 1\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Let one of the real number be x and the other be y.\r\n" );
document.write( "\r\n" );
document.write( "Both differ by 1: y-x = 1\r\n" );
document.write( "\r\n" );
document.write( "Both have a product of 1 : xy = 1\r\n" );
document.write( "\r\n" );
document.write( "We have a pair of simultaneous equations\r\n" );
document.write( "\r\n" );
document.write( "y-x = 1....(1)\r\n" );
document.write( "xy = 1....(2)\r\n" );
document.write( "\r\n" );
document.write( "Manipulate (1):\r\n" );
document.write( "\r\n" );
document.write( "y-x = 1\r\n" );
document.write( "\r\n" );
document.write( "y = (x+1)....(3)\r\n" );
document.write( "\r\n" );
document.write( "Substitute (3) into (2):\r\n" );
document.write( "\r\n" );
document.write( "xy = 1\r\n" );
document.write( "\r\n" );
document.write( "x(x+1) = 1\r\n" );
document.write( "\r\n" );
document.write( "x^2 + x = 1\r\n" );
document.write( "\r\n" );
document.write( "x^2 + x -1 = 0  ---- Oooo...a quadratic equation!\r\n" );
document.write( "\r\n" );
document.write( "I'm not going to bother factorising it as I remember the answer to this equation. It gives a golden ratio as its' answer -- something like 0.618.\r\n" );
document.write( "\r\n" );
document.write( "So if x = something like 0.618\r\n" );
document.write( "\r\n" );
document.write( "Then y = x + 1 = something like 1.618\r\n" );
document.write( "\r\n" );
document.write( "Hope that helps!\r\n" );
document.write( "\r\n" );
document.write( "
\n" ); document.write( "
\n" );