To find the coordinates of the intersection point that solves the system of the two linear equations \(2x + y = 15\) and \(y = -x + 5\), we can use substitution.
- We can substitute the expression for \(y\) from the second equation into the first equation.
Substituting \(y = -x + 5\) into \(2x + y = 15\):
\[ 2x + (-x + 5) = 15 \]
- Simplify the equation:
\[ 2x - x + 5 = 15 \]
- Combine like terms:
\[ x + 5 = 15 \]
- Solve for \(x\):
\[ x = 15 - 5 = 10 \]
- Now, substitute \(x = 10\) back into the second equation to find \(y\):
\[ y = -x + 5 = -10 + 5 = -5 \]
Thus, the intersection point is \((10, -5)\).
The correct response is:
(10, −5)