The question says to use the vector product to find a unit vector which is normal to the plane:
$$(3i+4j+2k)+ λ(2i+j+2k) + μ(i+2k)$$
My thoughts: vector product is $A\times B = |A||B|\sinθ$ and normal = 90°, therefore $A\times B = |A||B|$ as $sin 90^0 = 1$.
I am not sure how I could use this to find the unit vector normal to the plane.
The two vectors director of your plane are $$\vec{u}=(2,1,2) \; \text{ and } \vec{v}= (1,0,2)$$
the normal vector is then the vector product $$\vec{n}=\vec{u} \times \vec{v} =(2,-2,-1)$$
You can check that $$\vec{n}•\vec{u}=\vec{n}•\vec{v}=0$$