Answer
The solution to this system of equations is $(4, 0)$.
Work Step by Step
We can solve this system of equations by the elimination method.
We see that by adding the two equations, we can eliminate one variable and just work with the other one.
$-2x + 8y = -8$
$ 5x - 8y = 20$
If we add the two equations, we can eliminate the $y$ terms from both equations:
\begin{align*}
(-2x+8y)+(5x-8y)&=-8+20\\
3x&=12\\
x&=\frac{12}{3}\\
x&=4
\end{align*}
We use this value for $x$ to substitute into one of the equations to find the value for $y$.
Let us use the first equation:
$-2(4) + 8y = -8$
$-8 + 8y = -8$
Add $8$ to both sides to isolate constants to the right side of the equation:
$8y = 0$
Divide both sides by $8$ to solve for $y$:
$y = 0$
The solution to this system of equations is $(4, 0)$.