Step 1: Convert plane to scalar form
We are given the vector form of the plane:
\[
\vec{r} \cdot (\hat{i} + \hat{j} + \hat{k}) = 5
\Rightarrow x + y + z = 5
\]
This is the scalar form of the plane equation.
Step 2: Take any point on the plane
Let us choose a simple point on the plane. Suppose we take:
\[
x = 5,\ y = 0,\ z = 0 \Rightarrow (5, 0, 0)
\]
This point lies on the plane because \(5 + 0 + 0 = 5\).
Step 3: Form vector from origin to the plane
Now form a vector from the origin \(O(0, 0, 0)\) to the point on the plane:
\[
\vec{A} = \overrightarrow{OA} = 5\hat{i}
\]
Step 4: Project this vector onto given direction
We are to find the distance from the origin to the plane measured **parallel to** the vector:
\[
\vec{D} = 2\hat{i} + 3\hat{j} - 6\hat{k}
\]
We use projection of \(\vec{A}\) on \(\vec{D}\):
\[
\text{Distance} = \left| \frac{\vec{A} \cdot \vec{D}}{|\vec{D}|} \right|
\]
First compute the dot product:
\[
\vec{A} \cdot \vec{D} = (5\hat{i}) \cdot (2\hat{i} + 3\hat{j} - 6\hat{k}) = 10
\]
Now compute the magnitude:
\[
|\vec{D}| = \sqrt{2^2 + 3^2 + (-6)^2} = \sqrt{4 + 9 + 36} = \sqrt{49} = 7
\]
Now compute the distance:
\[
\text{Distance} = \left| \frac{10}{7} \right| = \frac{10}{7}
\]
Step 5: Scale to full displacement along direction
The vector \(\vec{A}\) was just from origin to one point on the plane. But we want the full perpendicular reach from origin to the plane, i.e., the scalar multiple \(\lambda\) of direction vector that lands on the plane.
Instead of using projection on an arbitrary vector like \(5\hat{i}\), we scale the direction vector to reach the plane. In original method we got \(\lambda = -5\), so:
\[
\text{Required distance} = |\lambda| \cdot |\vec{D}| = 5 \cdot 7 = 35
\]
Final Answer: 35 units