Concept:
The Cartesian equation of a plane passing through a specific point $(x_1, y_1, z_1)$ with a normal vector $\vec{n} = a\hat{i} + b\hat{j} + c\hat{k}$ is given by the formula $a(x - x_1) + b(y - y_1) + c(z - z_1) = 0$.
Step 1: Identify the normal vector components.
The normal vector is $\vec{n} = \hat{i} + \hat{j} + \hat{k}$.
The scalar components $(a, b, c)$ of the normal vector are $(1, 1, 1)$.
Step 2: Identify the given point on the plane.
The plane passes through the point $(x_1, y_1, z_1) = (0, 1, 1)$.
Step 3: Substitute values into the plane equation.
Using the formula $a(x - x_1) + b(y - y_1) + c(z - z_1) = 0$:
$$1(x - 0) + 1(y - 1) + 1(z - 1) = 0$$
Step 4: Expand the algebraic equation.
Distribute the coefficients (which are just 1) into the parentheses:
$$x + y - 1 + z - 1 = 0$$
Step 5: Simplify to match the standard form.
Combine the constant terms and move them to the right side of the equation:
$$x + y + z - 2 = 0$$
$$x + y + z = 2$$
Hence the correct answer is (B) $x+y+z=2$.