Pick an example problem. Solve for x and y when y = 3x + 1 and x + y = 13.
Here y is directly expressed as 3x + 1. You can therefore substitute y = 3x + 1 into the other equation. So x + (3x + 1) = 13.
Solve algebraically for x.x + (3x + 1) = 13x + 3x + 1 = 134x + 1 = 13 -1 = -14x = 124x / 4 = 12 / 4x = 3
Solve for y by substituting the value of x (x = 3) into the first equation.y = 3x + 1y = 3(3) + 1y = 9 + 1y = 10. So x = 3 and y = 10.
Check your answers by substituting the values of x and y into both algebra equations. x = 3 and y = 10.y = 3x + 110 = 3(3) + 110 = 9 +110 = 10. The first equation checks out.
Now check the second equation.x + y = 133 + 10 = 1313 = 13. The second equation checks out.