What is the solution to this system of equations?
![What is the solution to this system of equations class=](https://us-static.z-dn.net/files/dd4/ff8daef3406f64275d0f870bd8038233.png)
Answer:
(-2,4)
Step-by-step explanation:
The solution is the point at which the two lines intersect, (-2,4). That point is the only one that satisfies (works) in both equations:
y = x + 6
4 = -2 + 6
and
y = -0.5x + 3
4 = -0.5(-2) + 3
4 = 1 + 3
====
You can also solve it algebraically:
y = x + 6
y = -0.5x + 3
-0.5x + 3 = x + 6 [Use the value of y from the second equation in the first equation]
-1.5x = 3
x = -2
Use this is y = -2 + 6:
y = 4
(-2,4)