document.write( "Question 825746: the sum of a number and its reciprocal is thrice the difference of the number and its reciprocal.the number is \n" ); document.write( "
Algebra.Com's Answer #497585 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
the sum of a number and its reciprocal is thrice the difference of the number and its reciprocal.the number is
\n" ); document.write( ":
\n" ); document.write( "n + \"1%2Fn\" = 3(n - \"1%2Fn\")
\n" ); document.write( "n + \"1%2Fn\" = 3n - \"3%2Fn\"
\n" ); document.write( "mult both sides by n
\n" ); document.write( "n^2 + 1 = 3n^2 - 3
\n" ); document.write( "1 + 3 = 3n^2 - n^2
\n" ); document.write( "4 = 2n^2
\n" ); document.write( "divide both sides by 2
\n" ); document.write( "2 = n^2
\n" ); document.write( "n = \"sqrt%282%29\"
\n" ); document.write( "I expected an integer, but it checked out on a calc both sides = 2.12132
\n" ); document.write( "
\n" );