Answer:
(1,3)
Explanation:
Given system of equations is :-
- y = 2x + 1
- y = x + 2
We can solve this by using substitution method by substituting the value of y from equation (1) into equation (2) as ,
2x + 1 = x + 2
Subtract x on both sides,
2x - x + 1 = 2
Simplify,
x = 2 - 1
x = 1
Substitute this value of x into equation (2) as ,
y = 1 + 2
y = 1 + 2
y = 3
Hence the required answer is (1,3) .
and we are done!