Hello , when it is said a line, it means line (although the form of the equation makes it look like a plane).
How does a line can be formed?
say a line (named line l1) is given, <r> = <a> (point vector) + t (parameter) x <b>(a direction vector) (normal vector form of a line).
now, say, you are asked to form an equation of the line (named l2) through point vector <c>, perpendicular to l1.
How would you form it?
Take a general point <r> on l2, so the (direction) vector (<r> - <c>) is on the line l2, and since l1 and l2 are perpendicular,
(<r> - <c>) (dot product with) <b> = 0, i.e. direction vector l2 dot product with <b>, direction vector of l1, is zero.
i.e. <r> (dot product with) <b> = <c> (dot product with) <b> = p (real number)
Now, this equation is of a line, although it looks like a plane. (infact a plane, because multiple lines can go thorough <a> that are perpendicular to l1). However, all those lines will form a plane (whose normal will be <b>.) because those lines are perpendicular to l1.
However, on a specific instance of a given <r> (on l2, or in the plane), the equation becomes a line (i.e. subset of the plane).
Now approach the question with this understanding.