Question: What is the point of intersection of the lines y = 2x + 1 and y = -x + 4?
Options:
Correct Answer: (1, 3)
Solution:
Setting 2x + 1 = -x + 4 gives 3x = 3, thus x = 1. Substituting back, y = 2(1) + 1 = 3. The intersection is (1, 3).