Given a point $P = (-1,6)$. $2P$ is found to be $(3,-2)$.
But how? I have used the standard formula and can never get this
With equation $y^2 = x^3 - 15x + 22$
$$m' = (3(x_o)^2+a)/2y_o,\\ x_1 = (m')^2 - 2x_o ,\\y_1 = y_o + m'(x_1-x_o).$$ Then $2P = (x_1 -y_1).$ No P was given it is a torsion subgroup question.
Reposted with more of the information I missed.
If the elliptic curve is $y^2=x^3-15x+22,$ then, differentiating, $$\frac{dy}{dx}=\frac{3x^2-15}{2y}.$$ So the slope at $(-1,6)$ is $\frac{-12}{12}=-1.$
Then you want the other point on the curve on the line $y=-x+5$ that goes through $P$ and is tangent to the curve.
So you are trying to solve:
$$(-x+5)^2= x^3-15x+22$$
This will give a cubic equation with repeated roots $x=-1.$ since the constant term of the cubic is $-3,$ the third root is $x_1=3,$ and thus $y_1=-x_1+5=2.$
But then $(x_1,-y_1)=(3,-2)=2P.$