You can put this solution on YOUR website! logs base 1.2
----
log(x) = 1-log(x-0.2)
log(x) = log(1.2) - log(x-0.2)
log(x) + log(x-0.2) = log(1.2)
log(x*(x-0.2)) = log(1.2)
Since logs have the same base:
---
x*(x-0.2) = 1.2
Solve the quadratic.
Check the solutions to avoid logs of negatives.