Concept:
• Intersection of two lines gives a point
• Direction vector = difference of two points
Step 1: Find intersection point
From $\vec{r} = \hat{j} + \lambda \hat{i} \Rightarrow (\lambda,1,0)$
From $\vec{r} = \hat{i} + s\hat{j} \Rightarrow (1,s,0)$
Equating:
\[
\lambda = 1,\quad s = 1
\]
Intersection point = $(1,1,0)$
Step 2: Given point
\[
(0,0,1)
\]
Step 3: Find direction vector
\[
(1,1,0) - (0,0,1) = (1,1,-1)
\]
Step 4: Write equation
\[
\vec{r} = \hat{k} + t(\hat{i} + \hat{j} - \hat{k})
\]
Final Conclusion:
Option (A)