document.write( "Question 248274: 1. Is there a number that 1 compares to such that that number compares to itself plus 1? 1/x = x/x+1
\n" );
document.write( "Find me 2 solutions (non factorable) \n" );
document.write( "
Algebra.Com's Answer #180936 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1/x = x/x+1 \n" ); document.write( "Cross-multiply and solve for \"x\": \n" ); document.write( "x^2 = x+1 \n" ); document.write( "x^2-x-1 = 0 \n" ); document.write( "x = [1 +- sqrt(1-4*1*-1)]/2 \n" ); document.write( "--- \n" ); document.write( "x = [1 +- sqrt(5)]/2 \n" ); document.write( "-------------------------- \n" ); document.write( "x = (1+sqrt(5))/2 or x = (1-sqrt(5))/2 \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |