To find the value of \( k \) for the plane \( 2x + 2y - z + k = 0 \), given that the perpendicular distance from the point \( (1, 2, 4) \) to the plane is 3, we use the formula for the distance \( d \) from a point \((x_1, y_1, z_1)\) to a plane \( Ax + By + Cz + D = 0 \):
\[ d = \frac{|Ax_1 + By_1 + Cz_1 + D|}{\sqrt{A^2 + B^2 + C^2}} \]
Plugging in the values:
\[ A = 2, \, B = 2, \, C = -1, \, D = k, \, (x_1, y_1, z_1) = (1, 2, 4) \]
The formula becomes:
\[ 3 = \frac{|2 \cdot 1 + 2 \cdot 2 - 1 \cdot 4 + k|}{\sqrt{2^2 + 2^2 + (-1)^2}} \]
Simplifying the denominator:
\[ \sqrt{4 + 4 + 1} = \sqrt{9} = 3 \]
The expression becomes:
\[ 3 = \frac{|2 + 4 - 4 + k|}{3} \]
\[ 3 = \frac{|2 + k|}{3} \]
Multiplying both sides by 3:
\[ 9 = |2 + k| \]
This leads to two cases:
1. \( 2 + k = 9 \)
\( k = 9 - 2 \)
\( k = 7 \)
2. \( 2 + k = -9 \)
\( k = -9 - 2 \)
\( k = -11 \)
Since \( k = -11 \) is not among the options provided, the correct value for \( k \) is:
7