4. Systems

Substitution Method

Solve systems using substitution by isolating one variable and substituting into the other equation accurately and efficiently.

Substitution Method

Hey students! πŸ‘‹ Ready to tackle one of the most powerful tools in your algebra toolkit? Today we're diving into the substitution method for solving systems of equations. By the end of this lesson, you'll be able to solve any system of two linear equations by strategically isolating variables and substituting expressions. This method is like being a detective - you'll use clues from one equation to unlock the mystery in another! Let's turn those intimidating systems into step-by-step victories.

What is the Substitution Method?

The substitution method is exactly what it sounds like - we substitute! πŸ”„ Think of it like a recipe swap: if you know that 1 cup equals 16 tablespoons, you can substitute "16 tablespoons" wherever you see "1 cup" in a recipe.

In algebra, when we have a system of two equations with two unknowns, the substitution method allows us to solve for both variables by:

  1. Solving one equation for one variable in terms of the other
  2. Substituting that expression into the second equation
  3. Solving the resulting single-variable equation
  4. Back-substituting to find the other variable

Let's say you're planning a school fundraiser, students. You know that selling $x$ candy bars and $y$ magazine subscriptions will raise exactly $50, and you also know that each candy bar costs $2 while each magazine subscription costs $5. This gives us the system:

$$2x + 5y = 50$$

$$x + y = 15$$

The second equation tells us something valuable - the total number of items sold is 15. We can solve this for $x$: $x = 15 - y$. Now we can substitute this expression for $x$ into the first equation!

Step-by-Step Process

Step 1: Choose Your Target Equation 🎯

Look for the equation where one variable has a coefficient of 1 or -1. This makes isolation much easier! If both equations have coefficients other than 1, choose the one that looks simpler to work with.

Step 2: Isolate One Variable

Solve your chosen equation for one variable in terms of the other. Use inverse operations just like you would in any linear equation.

Step 3: Substitute the Expression

Take the expression you found in Step 2 and substitute it for that variable in the other equation. You'll now have an equation with only one variable!

Step 4: Solve the Single-Variable Equation

This is regular algebra now, students! Use your equation-solving skills to find the value of this variable.

Step 5: Back-Substitute

Plug the value you found back into either original equation (or your expression from Step 2) to find the other variable.

Step 6: Check Your Solution

Always verify by substituting both values into both original equations. If both equations are satisfied, you've got the right answer! βœ…

Real-World Example: Movie Theater Pricing

Let's solve a practical problem, students. Imagine you're at a movie theater where adult tickets cost $12 and student tickets cost $8. On Friday night, the theater sold 150 tickets and collected $1,560 in revenue. How many of each type of ticket were sold?

Let's define our variables:

  • $a$ = number of adult tickets
  • $s$ = number of student tickets

Our system becomes:

$$a + s = 150$$

(total tickets)

$$12a + 8s = 1560$$

(total revenue)

Step 1: The first equation has coefficients of 1, so let's use it.

Step 2: Solve for $a$: $a = 150 - s$

Step 3: Substitute into the second equation:

$$12(150 - s) + 8s = 1560$$

Step 4: Solve for $s$:

$$1800 - 12s + 8s = 1560$$

$$1800 - 4s = 1560$$

$$-4s = -240$$

$$s = 60$$

Step 5: Back-substitute: $a = 150 - 60 = 90$

Step 6: Check: $90 + 60 = 150$ βœ“ and $12(90) + 8(60) = 1080 + 480 = 1560$ βœ“

So the theater sold 90 adult tickets and 60 student tickets!

When Substitution Gets Tricky

Sometimes, students, you'll encounter systems where neither variable has a coefficient of 1. Don't panic! 😌 You can still use substitution, but you might end up with fractions.

Consider this system:

$$3x + 2y = 16$$

$$5x - 4y = 2$$

If we solve the first equation for $y$:

$$2y = 16 - 3x$$

$$y = 8 - \frac{3x}{2}$$

Now substitute into the second equation:

$$5x - 4(8 - \frac{3x}{2}) = 2$$

$$5x - 32 + 6x = 2$$

$$11x = 34$$

$$x = \frac{34}{11}$$

While this works, it can get messy. In cases like this, you might prefer the elimination method instead!

Special Cases You Should Know

No Solution (Inconsistent System): Sometimes you'll substitute and get something impossible like $5 = 7$. This means the lines are parallel and never intersect - there's no solution! 🚫

Infinite Solutions (Dependent System): If substitution gives you something always true like $0 = 0$, the equations represent the same line, so there are infinitely many solutions! ♾️

Example of No Solution:

$$y = 2x + 3$$

$$y = 2x + 7$$

Substituting: $2x + 3 = 2x + 7$ leads to $3 = 7$, which is impossible.

Why Substitution Matters

The substitution method isn't just about passing your algebra test, students. This problem-solving strategy appears everywhere! 🌍 Engineers use it to balance forces in structures, economists use it to find market equilibrium points, and even video game programmers use it to calculate collision points between objects.

According to educational research, students who master substitution show improved logical reasoning skills that benefit them across all STEM subjects. The method teaches you to break complex problems into manageable steps - a skill that's invaluable in calculus, physics, and beyond.

Conclusion

The substitution method is your reliable tool for solving systems of linear equations, students. Remember the key steps: isolate a variable, substitute the expression, solve the single-variable equation, and back-substitute to find your final answer. With practice, you'll recognize when substitution is the most efficient approach and execute it confidently. Whether you're solving real-world problems about movie tickets or preparing for more advanced mathematics, mastering substitution sets you up for success!

Study Notes

β€’ Substitution Method Steps: 1) Isolate one variable, 2) Substitute into other equation, 3) Solve single-variable equation, 4) Back-substitute, 5) Check solution

β€’ Best Choice for Isolation: Look for variables with coefficient of 1 or -1

β€’ System Solution: The point $(x,y)$ where both equations are satisfied simultaneously

β€’ No Solution: Substitution leads to false statement (like $3 = 7$) - parallel lines

β€’ Infinite Solutions: Substitution leads to true statement (like $0 = 0$) - same line

β€’ Always Check: Substitute final values into both original equations to verify

β€’ When to Use: Best for systems where one variable is easily isolated

β€’ Alternative Methods: Elimination method may be better when coefficients are large or fractional

Practice Quiz

5 questions to test your understanding