To find the distance of the point \( (1, 1, 9) \) from the point of intersection of the given line and plane, we must first determine the point of intersection.
The line is given in the symmetric form:
\(\frac{x-3}{1} = \frac{y-4}{2} = \frac{z-5}{2}\)
Let t be the parameter, then:
The plane equation is:
x + y + z = 17
Substitute the parametric equations into the plane's equation:
(3 + t) + (4 + 2t) + (5 + 2t) = 17
Simplify to find t:
3 + t + 4 + 2t + 5 + 2t = 17
12 + 5t = 17
5t = 5
t = 1
Substitute t = 1 back into the parametric equations to find the intersection point:
Thus, the point of intersection is \( (4, 6, 7) \).
Next, calculate the distance between the points \( (1, 1, 9) \) and \( (4, 6, 7) \) using the distance formula:
d = \sqrt{(4 - 1)^2 + (6 - 1)^2 + (7 - 9)^2}
d = \sqrt{3^2 + 5^2 + (-2)^2}
d = \sqrt{9 + 25 + 4}
d = \sqrt{38}
Thus, the distance is \( \sqrt{38} \). Therefore, the correct answer is \( \sqrt{38} \).