document.write( "Question 312269: The sum of a number and its reciprocal is 10/3. What is the number? \n" ); document.write( "
Algebra.Com's Answer #223265 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the number be x
\n" ); document.write( "reciprocal = 1/x
\n" ); document.write( ".
\n" ); document.write( "x+1/x = 10/3
\n" ); document.write( "x^2+1 / x =10/3
\n" ); document.write( "3(x^2+1)=10x
\n" ); document.write( "3x^2+3 = 10x
\n" ); document.write( "3x^2 -10x+3=0
\n" ); document.write( "3x^2-9x-x+3=0
\n" ); document.write( "3x(x-3)-1(x-3)=0
\n" ); document.write( "(3x-1)(x-3)=0
\n" ); document.write( "x=3 the number
\n" ); document.write( "CHECK
\n" ); document.write( "3 + 1/3 = 10/3
\n" ); document.write( "
\n" );