Step 1: Use the distance formula for a point to a plane
The distance \( d \) from a point \( (x_0, y_0, z_0) \) to the plane \( Ax + By + Cz + D = 0 \) is given by:
\[
d = \frac{|Ax_0 + By_0 + Cz_0 + D|}{\sqrt{A^2 + B^2 + C^2}}
\]
Step 2: Substitute values
Given the plane equation \( 4x - 3y + 2z = 4 \), the coefficients are:
- \( A = 4, B = -3, C = 2, D = -4 \)
- Point \( (2,3,-5) \)
\[
d = \frac{|4(2) -3(3) + 2(-5) - 4|}{\sqrt{4^2 + (-3)^2 + 2^2}}
\]
\[
= \frac{|8 - 9 - 10 - 4|}{\sqrt{16 + 9 + 4}}
\]
\[
= \frac{15}{\sqrt{29}}
\]
Thus, the correct answer is option (3).