I am given 2 points: $B(3; 4; -2)$ and $C(1; 5; 3)$. I am also given a straight line which is parallel to the plane: $$ \frac{x+6}{-3}=\frac{y-7}{7}=z $$
The task is to form an equation of a plane with the given information.
I know how to solve it, the problem is that I don't know how to describe it. So what I did, was write out that the normal vector of the plane is perpendicular to the vector BC, and is also perpendicular to the vector $(-3, 7, 1)$, which I got from the divisors of the straight line. Don't know how they're called in English. From that point forward, I found the cross product of vectors BC and s (s being the divisors of the straight line), which gave me the normal vector and allowed me to form the plane equation.
Could someone describe, why it is done like this so I'd understand it more clearly for future assignments as well. Thank you.
You are on the right track.
Note that those divisors will give you a vector parallel to the line. Once, you've computed a vector normal to the plane, you take a general point on the plane, say $P \equiv (x,y,z)$. This point lies on the plane. Note that the vector parallel to $PB$ will be perpendicular to the vector normal to the plane (Can you visualize it?)
Therefore, $\vec{PB}.\vec{n} = 0 \Rightarrow (x-3,y-4,z+2).\vec{n} = 0$, where $\vec{n}$ is the normal vector.
This will give you equation of the plane.