Expanding on the other two answers:
We are at $(s_{n+1} - 10 )= \dfrac{2}{3} (s_n - 10)$. The point of bringing it to this form is that now we can define a new sequence, $u_n = s_n-10$. Now the equation above turns to $u_{n+1} = \dfrac 23 u_n$, with $u_1 = s_1-10 = 1$.
So $u_1 = 1$, $u_2 = \dfrac 23, u_3 = \left(\dfrac 23\right)^2, u_4 = \left(\dfrac 23\right)^3$, and so on. So it appears that $u_n = \left(\dfrac 23\right)^{n-1}$. Now to prove that our solution is correct, we just plug in $u_n$ into $u_{n+1} = \dfrac 23 u_n$ and make sure that both sides match:
RHS = $\left( \dfrac 23 \right)^n$
LHS = $ \dfrac 23 \cdot \left( \dfrac 23 \right)^{n-1} = \left( \dfrac 23 \right)^n$
This proves that our solution is indeed correct.
Now $u_n = s_n-10$, so $\left( \dfrac 23 \right)^{n-1}= s_n-10$, thus $s_n = \left( \dfrac 23 \right)^{n-1}+10$.
And now,
$$s_{n+1}-s_n = \left(\left( \dfrac 23 \right)^n+10\right) - \left(\left( \dfrac 23 \right)^{n-1}+10 \right) = \left( \dfrac 23 \right)^n - \left( \dfrac 23 \right)^{n-1} = -\dfrac 13 \cdot \left( \dfrac 23 \right)^{n-1}$$
Let me know if there is anything that needs clarification.