You can put this solution on YOUR website! What is the sum of a number and ten times its reciprocal and equals seven? What is this number?
-------------
I think you mean n + 10/n = 7
n^2 + 10 = 7n
n^2 - 7n + 10 = 0
(n-5)*(n-2) = 0
n = 2, n = 5
If you check, both work.