You can put this solution on YOUR website! s + s+t/s-t = 1/t + s+t/s-t , for t
Is this clear?
==============
Much better.
s + s+t/s-t = 1/t + s+t/s-t
The addition of parentheses eliminates ambiguities: As entered. Probably what you meant.
============================
Multiply thru by s-t
s(s-t) + s+t = (s-t)/t + s+t
Subtract (s+t)
s(s-t) = (s-t)/t
Divide by (s-t)
s = 1/t
t = 1/s
-----------------
There are restrictions: t <> 0, s <> 0 and t <> s, makes the denominator zero.