document.write( "Question 15883: Idk how to solve and check this problem,\r
\n" );
document.write( "\n" );
document.write( "The sum of a number and its reciprocal is 10/3. What is the number? \n" );
document.write( "
Algebra.Com's Answer #7818 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Let the number =x \n" ); document.write( " its reciprocal is 1/x \n" ); document.write( " sum of the two numbers is = x+(1/x) = 10/3 \n" ); document.write( " (x^2+1)/x = 10/3 \n" ); document.write( " 3*(x^2+1)=10*x \n" ); document.write( " 3x^2-10x+3 = 0...find 2 factors of 3*3=9 whose sum is -10 ... like -9 and -1 \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( " hence 3x-1 = 0 OR x-3 =0 \n" ); document.write( " 3x=1 OR x=3 \n" ); document.write( " x=1/3 OR x=3 \n" ); document.write( " |