Can you share it with us? I filled in most of a page last night, but stopped before getting solutions for x. There are two other identities that you didn't list: cosh x = (1/2)(ex + e-x) and sinh x = (1/2)(ex - e-x).
I converted the equation using these identities and eventually got to
e2x - 2ex - e-2x - 10e-x = 24.
I completed the square in the first pair of terms and the last pair of terms on the left side, and got to this equation:
(ex - 1)2 = (e-x + 5)2
or
ex - 1 = +/-(e-x + 5)
It was getting past my bedtime, so I quit there.
After thinking about it a bit more this morning, I can see that the equation above can be split into two cases. Multiplying by ex yields these two equations:
e2x - 6ex - 1 = 0
e2x + 4ex + 1 = 0
Each of these is a quadratic in ex, so we can solve for ex in each of them, and finally take the natural log to get x.
Is that about what you did?