How to find sphere equation with center in plane $\pi =\{x-5y+z-2=0\}$ and tangent to plane $\alpha =\{ 2x+3y-4z-1=0 \}$ at $M(1,1,1)$
Where I've stopped:
Knowing the sphere equation is: $$(X-a)^2 + (Y-b)^2 + (Z-c)^2 = r^2$$ Center of sphere is $C(a,b,c)$ and can be found in plane $\pi$
$r^2$ is radius and can be found doing distance from center of sphere to tangent point M ( $d(C,M)$ ) My problem is center point, how can I find this? My first thought was something using plane $\pi$ but then plane $\alpha$ was given in question and never used.
Hint: Radius and tangent are perpendicular. Where does the perpendicular to $\alpha$ at $M$ hit $\pi$?
A different way: Parametrize the plane $\pi$, then find for which value of the parameters the vector $\vec{MP}$ (with $P\in\pi$) is orthogonal to $\alpha$.