What is the solution to the system: 2x + y = 7 and x − y = 2?
- A. (1, 5)
- B. (2, 3)
- C. (3, 1) (Correct answer)
- D. (4, −1)
- E. (5, −3)
Add the two equations: (2x + y) + (x − y) = 7 + 2 → 3x = 9 → x = 3
Substitute x = 3 into x − y = 2: 3 − y = 2 → y = 1
Check in first equation: 2(3) + 1 = 7 ✓
Correct answer: C
Why C is correct
Correct: (3, 1) satisfies both equations
Why other options are wrong
A: x=1: 2(1)+y=7 → y=5; check: 1−5=−4 ≠ 2
B: x=2: 2(2)+y=7 → y=3; check: 2−3=−1 ≠ 2
D: x=4: 2(4)+y=7 → y=−1; check: 4−(−1)=5 ≠ 2
E: x=5: 2(5)+y=7 → y=−3; check: 5−(−3)=8 ≠ 2
⚠ Trap: Checking only one equation instead of both