To determine if the point (1, 8) is a solution to the system of equations given by:
- \( y = x + 7 \)
- \( y = 4x + 4 \)
we need to substitute \( x = 1 \) and \( y = 8 \) into both equations and see if both equations are satisfied.
-
For the first equation: \[ y = x + 7 \] Substituting \( x = 1 \): \[ y = 1 + 7 = 8 \] Since \( y = 8 \) is true, the point (1, 8) satisfies the first equation.
-
For the second equation: \[ y = 4x + 4 \] Substituting \( x = 1 \): \[ y = 4(1) + 4 = 4 + 4 = 8 \] Since \( y = 8 \) is also true, the point (1, 8) satisfies the second equation as well.
Since (1, 8) satisfies both equations, it is indeed a solution to the system of equations.