Concept:
The angle \( A \) is the angle between the vectors \( \vec{AB} \) and \( \vec{AC} \).
If position vectors are \( \vec{OA}, \vec{OB}, \vec{OC} \), then:
\( \vec{AB} = \vec{OB} - \vec{OA} \) and \( \vec{AC} = \vec{OC} - \vec{OA} \).
Step 1: Calculate the vectors forming angle A.
\( \vec{OA} = \hat{i} + \hat{j} \), \( \vec{OB} = \hat{j} + \hat{k} \), \( \vec{OC} = \hat{i} + \hat{k} \).
\[ \vec{AB} = (\hat{j} + \hat{k}) - (\hat{i} + \hat{j}) = -\hat{i} + \hat{k} \]
\[ \vec{AC} = (\hat{i} + \hat{k}) - (\hat{i} + \hat{j}) = -\hat{j} + \hat{k} \]
Step 2: Find magnitudes and dot product.
\[ |\vec{AB}| = \sqrt{(-1)^2 + 1^2} = \sqrt{2} \]
\[ |\vec{AC}| = \sqrt{(-1)^2 + 1^2} = \sqrt{2} \]
\[ \vec{AB} \cdot \vec{AC} = (-1)(0) + (0)(-1) + (1)(1) = 1 \]
Step 3: Calculate the angle.
\[ \cos A = \frac{\vec{AB} \cdot \vec{AC}}{|\vec{AB}| |\vec{AC}|} = \frac{1}{\sqrt{2} \sqrt{2}} = \frac{1}{2} \]
Since \( \cos A = 1/2 \), \( A = 60^\circ = \frac{\pi}{3} \).