To find the equation of the line passing through point \( A \) and parallel to line \( BC \), we first need the direction vector of line \( BC \). The direction vector of \( BC \) is: \[ \mathbf{BC} = \mathbf{c} - \mathbf{b} = (\hat{i} + 5\hat{j} + 3\hat{k}) - (\hat{i} + 2\hat{j} - \hat{k}) = 3\hat{j} + 4\hat{k}. \] Thus, the direction vector of the line passing through \( A \) and parallel to \( BC \) is \( \mathbf{d} = 3\hat{j} + 4\hat{k} \). The parametric equations of the line passing through \( A(3, -1, -2) \) and parallel to \( BC \) are: \[ x = 3 + 0t, \quad y = -1 + 3t, \quad z = -2 + 4t. \] Thus, the parametric equation of the line is: \[ \mathbf{r} = (3 + 0t)\hat{i} + (-1 + 3t)\hat{j} + (-2 + 4t)\hat{k}. \] The Cartesian equation of the line can be found by eliminating the parameter \( t \) from the parametric equations. From the equations \( y = -1 + 3t \) and \( z = -2 + 4t \), solve for \( t \) in terms of \( y \) and \( z \): \[ t = \frac{y + 1}{3}, \quad t = \frac{z + 2}{4}. \] Equating these expressions for \( t \): \[ \frac{y + 1}{3} = \frac{z + 2}{4}. \] Cross-multiply: \[ 4(y + 1) = 3(z + 2), \] which simplifies to: \[ 4y + 4 = 3z + 6 \quad \Rightarrow \quad 4y - 3z = 2. \] Thus, the Cartesian equation of the line is: \[ 4y - 3z = 2. \]