The plane is defined by $w^T x = 1$, where $w = [1, 2, 3]^T$. This can be written in standard form as $x + 2y + 3z = 1$.
Determine the Normal Vector
For any plane given by $ax + by + cz = d$, the normal vector is simply the vector of coefficients $[a, b, c]^T$. Comparing this to the plane equation, the normal vector is $[1, 2, 3]^T$.
Option D is corret.
Shortcut Trick: For any equation of the form $w^T x = k$, the vector $w$ is always the normal to that surface.
Important Rule: The normal to a plane is defined by the coefficients of its linear variables.