The given problem provides the results of multiplying matrix \( A \) with specific vectors. Based on this information, we can deduce the matrix \( A \). By using the provided equations, we construct a system to find the matrix elements.
\[
A = \begin{bmatrix}
2 & 2 & -2 \\
2 & -2 & 2 \\
8 & 4 & 0
\end{bmatrix}
\]
Now, checking the options:
(A) We check if multiplying \( A \) with \( \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix} \) gives \( \begin{bmatrix} 2 \\ 2 \\ -2 \end{bmatrix} \), which it does.
Thus, the correct answer is (A).