Concept:
Distance along a line is found by projecting the vector onto the given direction.
Step 1: Plane normal vector:
\[
\vec{n} = (1,-1,1)
\]
Line direction:
\[
\vec{d} = (1,1,1)
\]
Step 2: Use projection formula:
\[
\text{Distance} = \frac{| \vec{n}\cdot \vec{OP} - 5 |}{|\vec{n}\cdot \hat{d}|}
\]
After simplification:
\[
= 10\sqrt{3}
\]
Final Answer:
\[
10\sqrt{3}
\]