You can put this solution on YOUR website! x/(j-k) - x/(j+k) = 1 ----(1)
Multiplying by (j-k)(j+k) which is the lcm of (j-k)and (j+k)
x(j+k)-x(j-k) = (j-k)(j+k)
x[j+k-j+k] = j^2-k^2 (taking x out on the LHS and applying formula on the RHS)
x(2k) =j^2-k^2
x = (j^2-k^2)/2k
Answer: x = (j^2-k^2)/2k
Verification: x= (j^2-k^2)/2k in (1)
LHS = (j^2-k^2)/2k (j-k) -(j^2-k^2)/2k (j+k)
=(j+k)/2k-(j-k)/2k
=[(j+k)-(j-k)]/2k
=(j+k-j+k)/2k
=(2k)/2k= 1 = RHS