I have:$$\begin{matrix}X&+&Y&+&Z&=&3,\\& &Y&+&Z&=&2,\\&-&Y&+&Z&=&0.\end{matrix}$$
Let furthermore $p$ be prime. How can I solve this system with respect to $\mathbb{F}_p$?
I have:$$\begin{matrix}X&+&Y&+&Z&=&3,\\& &Y&+&Z&=&2,\\&-&Y&+&Z&=&0.\end{matrix}$$
Let furthermore $p$ be prime. How can I solve this system with respect to $\mathbb{F}_p$?
Continuing from the comments. If we are not in a field of characteristic $2$, we can solve the system of linear equations in the usual manner and get $X = Y = Z = 1$ as the unique solution.
Thus, that is the solution in any $\Bbb F_p$ if $p > 2$.
For the case $p = 2$, we see that the equations become \begin{align} X + Y + Z &= 1,\\ Y + Z &= 0,\\ Y + Z &= 0. \end{align}
(Recall that $Y = -Y$ in char $2$.)
Now we see that we actually have a redundancy in the system. (If you're familiar with linear algebra, we see that the coefficients matrix is not full rank and thus, we won't get a unique solution.)
Substituting $Y+Z = 0$ in the first equation gives us that $X = 1$. Thus, we are only left with $Y + Z = 0$ which has two solutions. Thus, the complete set of solutions is
$$(X, Y, Z) \in \{(1, 1, 1), (1, 0, 0)\}.$$