Equate the two vector equations:
\[
(\hat{i} - 6\hat{j} + 2\hat{k}) + t(\hat{i} + 2\hat{j} + \hat{k}) = (4\hat{j} + \hat{k}) + s(2\hat{i} + \hat{j} + 2\hat{k})
\]
Solve component-wise:
i-component: \(1 + t = 2s\)
j-component: \(-6 + 2t = 4 + s\)
k-component: \(2 + t = 1 + 2s\)
Solving these gives \(t = 7, s = 4\). Substitute \(t = 7\) into first line:
\[
\vec{r} = (\hat{i} - 6\hat{j} + 2\hat{k}) + 7(\hat{i} + 2\hat{j} + \hat{k}) = 8\hat{i} + 8\hat{j} + 9\hat{k}.
\]