Answer:
(-2 , -3)
Explanation:
Systems of linear equations are pretty straight forward. You're looking for the intersection of your two lines. If you drew these two lines by using their slope and y-intercept, they would intersect at the point (-2 , -3). However, this isn't always a feasible option.
start with your first equation, y = 3x + 3
It helps that the variable y is already isolated on the equation because that would normally be your first step. (to isolate one of the variables)
Since y = 3x + 3 then I can SUBSTITUTE (3x + 3) into the other equation for y.
The second equation is y = x - 1
So instead of "y", I'm going to replace it with (3x + 3), making it
3x + 3 = x - 1
Now solve for x:
2x = -4
x = -2
Since you know what x equals, plug that in to either equation.
y = 3(-2) + 3
y = -6 + 3
y = -3