Question: Solve the system of equations: 2x + 3y = 6 and x - y = 1. What is the value of x?
Options:
Correct Answer: 2
Solution:
From the second equation, x = y + 1. Substitute into the first equation: 2(y + 1) + 3y = 6. Simplifying gives 2y + 2 + 3y = 6, or 5y + 2 = 6. Thus, 5y = 4, so y = 0.8. Therefore, x = 0.8 + 1 = 1.8.