Question 269623
writing a system of equations that will have (-3,7) as a solution and demonstrate how to solve it.
---------------
x = -3 and y = 7
3x = -9 and 4y = 28
Add to get the 1st equation:
3x + 4y = 19
=============================
x = -3 and y = 7
-2x = 6 and 2y = 14
Add to get:
-2x + 2y = 20
-x + y = 10
===========================
System:
3x + 4y = 19
-x + y  = 10
-------------------
Solve by substitution:
y = x + 10
3x + 4(x+10) = 19
7x + 40 = 19
7x = -21
x = -3
---
Since y = x+10
y = -3+10 = 7
=====================
solution: x = -3, y = 7
===========================
cheers,
Stan H.