The Substitution Method is used to solve systems of equations, where two equations are solved together to find the values of the variables. The basic idea is to solve one of the equations for one variable and then substitute that expression into the other equation. Here's how it works:
- Solve one of the equations for one variable in terms of the other.
- Substitute this expression into the other equation.
- Solve the resulting equation for the remaining variable.
- Substitute back to find the value of the first variable.
For instance, let's say we have the following system of equations: \[ y = 3x - 1 \] and another equation like \[ y = 2x + 4 \].
Using the Substitution Method:
- From the first equation, we already have \( y \) in terms of \( x \), which is \( y = 3x - 1 \).
- Substitute \( 3x - 1 \) for \( y \) in the second equation: \( 3x - 1 = 2x + 4 \).
- Solve for \( x \):\( x = 5 \).
- Substitute \( x = 5 \) back into the first equation to find \( y \): \( y = 3(5) - 1 \), so \( y = 14 \).
Thus, the solution to the system is \( x = 5 \) and \( y = 14 \). This method is particularly useful when one of the equations is easily solvable for one variable.