document.write( "Question 140140: The sum of a number and 25 times its reciprocal is 10. Find the number. \n" ); document.write( "
Algebra.Com's Answer #102096 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=the number \n" ); document.write( "then 1/x is the reciprocal \n" ); document.write( "25 times the reciprocal is: \n" ); document.write( "25/x\r \n" ); document.write( "\n" ); document.write( "Now we are told that x+(25/x)=10 multiply each term by x \n" ); document.write( "x^2+25=10x subtract 10x from each side\r \n" ); document.write( "\n" ); document.write( "x^2-10x+25=10x-10x or \n" ); document.write( "x^2-10x+25=0----quadratic in standard form and it can be factored \n" ); document.write( "(x-5)^2=0 take sqrt of both sides \n" ); document.write( "x-5=0 \n" ); document.write( "x=5\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "5+25/5=10 \n" ); document.write( "10=10\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " \n" ); document.write( " |