It is also possible that the equation in question is meant to be:
$$e^{-0.2x}-e^{-0.75x}=0.25$$
In this case there are two solutions as can be seen from the graph below:
These solutions can be obtained numerically. A simple iterative approach is to write the equation in the following form:
$$x_{n+1}=\frac{-1}{0.2}ln(0.25+e^{-0.75x_n})$$
Then let x0 = 1, say, and use the formula above to iterate several times. The result is:
x ≈ 6.812073
By rewriting the iteration formula as:
$$x_{n+1}=\frac{-1}{0.75}ln(e^{-0.2x_n}-0.25)$$
we can iterate to the other solution:
x ≈ 0.6023554654