Say $x \in P$, where $P = \text{span } \{v_1, v_2 \}$ is a plane. Then let $n$ be the normal vector of $P$ and let $y = cn$ where $c$ is a scalar.
Is it true that $x \cdot y = 0$?
This must be true I think because
$$x \cdot y = (c_1v_1 + c_2v_2) \cdot cn = c_1c (v_1 \cdot n) + c_2c (v_2 \cdot n) = 0$$
??