document.write( "Question 164905: The sum of a number twice its reciprocal is 3. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #121537 by padmameesala(42)\"\" \"About 
You can put this solution on YOUR website!
Let x be the number
\n" ); document.write( "then x + 2(1/x) =3
\n" ); document.write( "x + 2/x = 3
\n" ); document.write( "x^2 + 2 = 3x
\n" ); document.write( "x^2 -3x + 2 =0
\n" ); document.write( "(x-1)(x-2)=0
\n" ); document.write( "x=1 or x=2\r
\n" ); document.write( "\n" ); document.write( "the numbers are 1 and 2
\n" ); document.write( "
\n" );