To find the intersection point of the two linear equations \( 2x + y = 15 \) and \( y = -x + 5 \), we can substitute the expression for \( y \) from the second equation into the first equation.
-
From the second equation, we have: \[ y = -x + 5 \]
-
Substitute \( y \) in the first equation: \[ 2x + (-x + 5) = 15 \]
-
Simplifying the equation: \[ 2x - x + 5 = 15 \] \[ x + 5 = 15 \]
-
Now, solve for \( x \): \[ x = 15 - 5 \] \[ x = 10 \]
-
Now substitute \( x = 10 \) back into the second equation to find \( y \): \[ y = -10 + 5 \] \[ y = -5 \]
Thus, the intersection point of the equations is \( (10, -5) \).
The correct answer is \( (10, -5) \).