document.write( "Question 874474: 6 times the reciprocal of a number is 2 less than the original number. write an equation that can be used to solve for the original number \n" ); document.write( "
Algebra.Com's Answer #527501 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " 6 = n^2 + 2n \n" ); document.write( " n^2 + 2n-6 = 0 \n" ); document.write( " (n+3)(n-2) = 0, n = -3, 2 \n" ); document.write( " |