To find the coordinates of the intersection point that solves the system of equations:
- Equation of the solid line: \(2x + y = 15\)
- Equation of the dotted line: \(y = -x + 5\)
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 \]
Simplifying this equation:
\[ 2x - x + 5 = 15 \ x + 5 = 15 \ x = 10 \]
Now, substitute \(x = 10\) back into the equation \(y = -x + 5\) to find \(y\):
\[ y = -10 + 5 = -5 \]
Thus, the intersection point of the two lines is \((10, -5)\).
So the answer is:
\[ \text{(10, −5)} \]