(a) To find the parametric equations for the line through the point (4, 2, 4) that is perpendicular to the plane \(x - y + 2z = 2\), we need to determine the normal vector to the plane. The normal vector can be derived from the coefficients of \(x\), \(y\), and \(z\) in the plane equation, which is \((1, -1, 2)\). Using this normal vector and the given point, we can write the parametric equations for the line.
(b) To find the points where this line intersects the coordinate planes, we set the corresponding coordinate to zero and solve for the parameter \(t\). Specifically:
- For the \(xy\)-plane, set \(z = 0\).
- For the \(yz\)-plane, set \(x = 0\).
- For the \(xz\)-plane, set \(y = 0\).
The line through the point \((4, 2, 4)\) that is perpendicular to the plane \(x - y + 2z = 2\) has a normal vector given by \((1, -1, 2)\). The parametric equations for the line can be expressed as:
\[
\begin{align_}
x(t) &= t + 4, \\
y(t) &= 2 - t, \\
z(t) &= 2t + 4.
\end{align_}
\]
To find the intersection of the line with the \(xy\)-plane, we set \(z = 0\):
\[
2t + 4 = 0 \implies t = -2.
\]
Substituting \(t = -2\) into the parametric equations gives:
\[
\begin{align_}
x(-2) &= -2 + 4 = 2, \\
y(-2) &= 2 - (-2) = 4.
\end{align_}
\]
Thus, the intersection point with the \(xy\)-plane is \((2, 4, 0)\).
To find the intersection of the line with the \(yz\)-plane, we set \(x = 0\):
\[
t + 4 = 0 \implies t = -4.
\]
Substituting \(t = -4\) into the parametric equations gives:
\[
\begin{align_}
x(-4) &= 0, \\
y(-4) &= 2 - (-4) = 6, \\
z(-4) &= 2(-4) + 4 = -4.
\end{align_}
\]
Thus, the intersection point with the \(yz\)-plane is \((0, 6, -4)\).
To find the intersection of the line with the \(xz\)-plane, we set \(y = 0\):
\[
2 - t = 0 \implies t = 2.
\]
Substituting \(t = 2\) into the parametric equations gives:
\[
\begin{align_}
x(2) &= 2 + 4 = 6, \\
y(2) &= 0, \\
z(2) &= 2(2) + 4 = 8.
\end{align_}
\]
Thus, the intersection point with the \(xz\)-plane is \((6, 0, 8)\).
The parametric equations of the line are:
\[
\boxed{(x(t), y(t), z(t)) = (t + 4, 2 - t, 2t + 4)}
\]
The intersection points are:
- \(xy\)-plane: \(\boxed{(2, 4, 0)}\)
- \(yz\)-plane: \(\boxed{(0, 6, -4)}\)
- \(xz\)-plane: \(\boxed{(6, 0, 8)}\)