The substitution method commonly used for solving a system of linear equations involves substituting one variable for an equivalent expression involving the other variable.
The approach consists of these steps:
- Step 1: Solve one equation for one variable.
- Step 2: Substitute this solution in the other equation.
- Step 3: Solve the resulting single-variable equation.
- Step 4: Substitute back the found value to obtain the other variable.
For our system, starting by solving the second equation
'10x + y = 11' for \(y\):
\(y = 11 - 10x\)
Next, substitute \(y = 11 - 10x\) into the first equation to eliminate \(y\):
\(2x - 3(11 - 10x) = -1\)
Combine like terms and solve for \(x\). In our case:
\(32x = 32\)
So,\( x = 1\). Substituting \(x = 1\) back into \(y = 11 - 10x\) gives \(y\) as well, \(y = 1\).