Answer:
(-2, 1)
Step-by-step explanation:
You can read the solution from graph. The solution is where the two lines intersect. That happens in point (-2, 1).
---
Alternative:
If you want to be sure, you can alway double check by solving the system of equations.
First equation: [tex]y = \frac{1}{2}x + 2[/tex]
Second equation: [tex]y = -\frac{1}{2}x[/tex]
Substituting y in first equation with y from second.
[tex]y = \frac{1}{2}x + 2[/tex]
[tex]-\frac{1}{2}x = \frac{1}{2}x + 2[/tex]
Adding [tex]\frac{1}{2}x[/tex] on both sides.
[tex]-\frac{1}{2}x + \frac{1}{2}x = \frac{1}{2}x + 2 + \frac{1}{2}x[/tex]
[tex]0 = 1x + 2[/tex]
[tex]0 = x + 2[/tex]
[tex]-2 = x[/tex]
Substituting x with -2.
[tex]y = -\frac{1}{2}x[/tex]
[tex]y = -\frac{1}{2}(-2)[/tex]
[tex]y = 1[/tex]
As you see you get the same result as from reading the graph, (-2, 1).