$L=\{a^ib^jc^k|j=i+k-2\}$
This expression surprise me a lot and put me into deep thinking. what i am doing by solving the expressions:
j+2 = i+k
i= j-k+2
a^j-k+2 b^j c^k
a^j a^-k a^2 b^j c^k
.........
feeling astonish because it is not possible having string like S^-p. So any idea that could help to understand?
Hint: $a^ib^jc^k = a^ib^{i+k+2}c^k=a^ib^ib^2b^kc^k$
Now it should be easy.