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:
xn+1=−10.2ln(0.25+e−0.75xn)
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:
xn+1=−10.75ln(e−0.2xn−0.25)
we can iterate to the other solution:
x ≈ 0.6023554654