The sphere has two parallel tangent planes $3x + 2y - 6z + 7 = 0$ and $3x + 2y - 6z + 35 = 0$ , and it's centre lies on the straight line $x = 0, 2y + z = 0$
The way I approached is by taking the centre as $(0, -k, 2k)$ . Since the two planes are tangent, hence the perpendicular distance from the centre to both of the planes would be the same. $\vert \frac{3.0 + 2.(-k) -6.(2k) + 7}{3^2 + 2^2 + 6^2} \vert$ = $\vert \frac{3.0 + 2.(-k) -6.(2k) + 35}{3^2 + 2^2 + 6^2} \vert$
But nothing comes out of this since the $k$ gets eliminated. How do I approach this problem?
The centre lies on the plane half-way between the two given planes, that is $3x+2y-6z+21=0$. So $-2k-12k+21=0$, so $k=3/2$. The distance between the two given planes is $$\frac{35-7}{\sqrt{3^2+2^2+6^2}}=4$$ so your sphere has centre $(0,-3/2,3)$ and radius $2$.