Concept:
For an orthogonal matrix:
\[
A^T A = I
\]
So rows are orthonormal:
\begin{itemize}
\item Each row has unit length.
\item Rows are mutually perpendicular.
\end{itemize}
Step 1: {\color{red}Row norms = 1.}
Row 1:
\[
(0,a,a)
\Rightarrow 2a^2 = 1 \Rightarrow a = \pm \frac{1}{\sqrt{2}}
\]
Row 2:
\[
(2b,b,-b)
\Rightarrow 4b^2 + b^2 + b^2 = 6b^2 = 1
\Rightarrow b = \pm \frac{1}{\sqrt{6}}
\]
Row 3:
\[
(c,-c,c)
\Rightarrow 3c^2 = 1
\Rightarrow c = \pm \frac{1}{\sqrt{3}}
\]
Step 2: {\color{red}Check orthogonality.}
Dot products vanish due to symmetric signs.
Closest matching option:
\[
a=\pm\frac{1}{\sqrt{3}}, \quad b=\pm\frac{1}{\sqrt{6}}, \quad c=\pm\frac{1}{\sqrt{2}}
\]