283
298
Step 1: Equation of the line containing point N
We are given: \[ A(6,7,7) \] and direction vector \[ \vec{p} = (3,2,-2) \] The coordinates of any point on this line can be written using the vector form: \[ \vec{r} = \vec{A} + \lambda \vec{p} \] Therefore, \[ N = (6 + 3\lambda,\; 7 + 2\lambda,\; 7 - 2\lambda) \]
Step 2: Use midpoint formula
Since \(N\) is the midpoint of \(P\) and \(Q\), \[ P(1,2,a), \quad Q(5,b,c) \] Using midpoint formula: \[ N = \left( \frac{1+5}{2}, \frac{2+b}{2}, \frac{a+c}{2} \right) \] \[ N = (3,\; \frac{2+b}{2},\; \frac{a+c}{2}) \]
Step 3: Compare x-coordinates to find \(\lambda\)
From the line equation, \[ 6 + 3\lambda = 3 \] \[ 3\lambda = -3 \] \[ \lambda = -1 \]
Substitute \(\lambda = -1\): \[ N = (3,5,9) \]
Step 4: Determine \(b\)
Compare y-coordinates: \[ \frac{2+b}{2} = 5 \] \[ 2 + b = 10 \] \[ b = 8 \]
Step 5: Relation between \(a\) and \(c\)
Compare z-coordinates: \[ \frac{a+c}{2} = 9 \] \[ a + c = 18 \]
Step 6: Apply perpendicular condition
Given that \(PN\) is perpendicular to \(\vec{p}\), \[ \overrightarrow{PN} \cdot \vec{p} = 0 \] First find \(\overrightarrow{PN}\): \[ \overrightarrow{PN} = N - P \] \[ = (3-1,\; 5-2,\; 9-a) \] \[ = (2,3,9-a) \] Now compute dot product with \((3,2,-2)\): \[ (2,3,9-a) \cdot (3,2,-2) \] \[ = 2(3) + 3(2) + (9-a)(-2) \] \[ = 6 + 6 - 18 + 2a \] \[ = 2a - 6 \] Set equal to zero: \[ 2a - 6 = 0 \] \[ a = 3 \]
Step 7: Find \(c\)
\[ a + c = 18 \] \[ 3 + c = 18 \] \[ c = 15 \]
Step 8: Calculate required expression
\[ a^2 + b^2 + c^2 \] \[ = 3^2 + 8^2 + 15^2 \] \[ = 9 + 64 + 225 \] \[ = 298 \]
Final Answer: \[ \boxed{298} \]