To find the intersection point of the two equations \( y = x + 5 \) and \( 4x + 3y = 15 \), we can substitute the value of \( y \) from the first equation into the second equation.
-
Start with the first equation: \[ y = x + 5 \]
-
Substitute \( y \) into the second equation \( 4x + 3y = 15 \): \[ 4x + 3(x + 5) = 15 \]
-
Distribute and simplify: \[ 4x + 3x + 15 = 15 \] \[ 7x + 15 = 15 \]
-
Isolate \( x \): \[ 7x = 15 - 15 \] \[ 7x = 0 \] \[ x = 0 \]
-
Now substitute \( x = 0 \) back into the first equation to find \( y \): \[ y = 0 + 5 = 5 \]
The intersection point is \( (0, 5) \).
Thus, the answer is: The intersection point is \( (0, 5) \).