The distance from the center of the sphere to the plane is the radius of the sphere. The point (4, 0, 0) is on the plane. We can take the vector initiating at (-3, 2, 4) and terminating at (4, 0, 0) and project this onto the normal to the plane. The length of the projection is the distance sought.
u = (4, 0, 0) - (-3, 2, 4) = (7, -2, -4).
The unit normal to the sphere is
n = (2, 4, -3)/√(2² + 4² + 3²) = (2, 4, -3)/√(29).
The projection of u onto n is
proj_n(u) = (u∙n)n = (14 - 8 + 12)/√(29) (2, 4, -3)/√(29) = (18/29)(2, 4, -3)
The length of this vector is
r = (18/29)√(29) = 18/√(29).
The sphere has equation
(x + 3)² + (y - 2)² + (z - 4)² = 18²/29