You can put this solution on YOUR website! a number is 1/10 less than its multiplicative inverse .find the number
--------------------
x = (1/x)-(1/10)
-----
10x^2 = 10 - x
-------
10x^2 + x - 10 = 0
-----
x = [-1 +- sqrt(1-4*10*-10)]/20
-----
x = [-1 +- sqrt(401)]/20
x = 0.95
-------
Cheers,
Stan H.
------------