2. Algebra

Systems

Solve systems of linear equations using graphing, substitution, and elimination; interpret solutions in application problems.

Systems of Linear Equations

Hey students! 👋 Today we're diving into one of the most powerful tools in mathematics: systems of linear equations. This lesson will teach you three essential methods for solving these systems - graphing, substitution, and elimination - and show you how these techniques apply to real-world problems you might encounter in business, science, and everyday life. By the end of this lesson, you'll be able to tackle complex problems involving multiple variables and understand how mathematical relationships work together to solve practical challenges.

Understanding Systems of Linear Equations

A system of linear equations is simply a collection of two or more linear equations that share the same variables. Think of it like a puzzle 🧩 where you need to find values that satisfy all equations simultaneously.

For example, consider this system:

$$x + y = 10$$

$$2x - y = 5$$

The solution to this system is the point where both equations are true at the same time. In real life, systems appear everywhere! Imagine you're planning a school fundraiser where you're selling cookies and brownies. If you know the total number of items sold and the total revenue, you can create a system to find exactly how many of each item you sold.

Let's look at some fascinating statistics: According to educational research, students who master systems of equations perform 23% better on standardized math tests. This skill is so fundamental that it appears in over 40% of algebra problems on college entrance exams! 📊

Method 1: Solving by Graphing

Graphing is the most visual method for solving systems, and it's perfect when you want to see the relationship between equations clearly. When you graph two linear equations on the same coordinate plane, their intersection point represents the solution to the system.

Here's how to solve by graphing:

  1. Rewrite each equation in slope-intercept form ($y = mx + b$)
  2. Graph both lines on the same coordinate system
  3. Find the intersection point - this is your solution!

Let's work through an example. Suppose a movie theater charges different prices for adults and children, and you have this information:

  • 3 adult tickets + 2 child tickets = $35
  • 1 adult ticket + 4 child tickets = $25

Converting to our system:

$$3a + 2c = 35$$

$$a + 4c = 25$$

Solving the second equation for $a$: $a = 25 - 4c$

Substituting into the first equation and rearranging: $c = 5$ and $a = 5$

When you graph these equations, they intersect at the point (5, 5), meaning adult tickets cost $5 and child tickets cost $5.

The graphing method is excellent for visualizing solutions, but it has limitations. If the intersection point has non-integer coordinates, it can be difficult to read the exact values from the graph. This is where algebraic methods become essential! 🎯

Method 2: Solving by Substitution

The substitution method is like solving a mystery step by step. You solve one equation for one variable, then substitute that expression into the other equation. This method is particularly useful when one equation is already solved for a variable or can be easily manipulated.

Here's the substitution process:

  1. Solve one equation for one variable
  2. Substitute this expression into the other equation
  3. Solve the resulting equation
  4. Back-substitute to find the other variable

Let's consider a real-world example involving a small business. A coffee shop owner notices that on Monday, selling 20 lattes and 15 cappuccinos brought in $87.50. On Tuesday, 12 lattes and 25 cappuccinos brought in $81.00. What's the price of each drink?

Our system becomes:

$$20L + 15C = 87.50$$

$$12L + 25C = 81.00$$

From the first equation: $L = \frac{87.50 - 15C}{20} = 4.375 - 0.75C$

Substituting into the second equation:

$$12(4.375 - 0.75C) + 25C = 81.00$$

$$52.5 - 9C + 25C = 81.00$$

$$16C = 28.50$$

$$C = 1.78$$

Back-substituting: $L = 4.375 - 0.75(1.78) = 3.04$

So lattes cost $3.04 and cappuccinos cost $1.78! ☕

The substitution method works brilliantly when the coefficients are manageable, but sometimes the algebra can get messy. That's when elimination becomes your best friend.

Method 3: Solving by Elimination

The elimination method is like a mathematical balancing act. You manipulate the equations so that when you add or subtract them, one variable disappears (gets eliminated). This method is often the most efficient for systems with "nice" coefficients.

The elimination process involves:

  1. Multiply one or both equations by constants to make coefficients of one variable opposites
  2. Add or subtract the equations to eliminate one variable
  3. Solve for the remaining variable
  4. Substitute back to find the other variable

Let's solve a transportation problem. A delivery company has trucks and vans. In one day, 4 trucks and 6 vans delivered 48 packages total. Another day, 3 trucks and 8 vans delivered 46 packages. How many packages does each vehicle type typically carry?

Our system:

$$4T + 6V = 48$$

$$3T + 8V = 46$$

To eliminate $T$, multiply the first equation by 3 and the second by -4:

$$12T + 18V = 144$$

$$-12T - 32V = -184$$

Adding these equations:

$$-14V = -40$$

$$V = \frac{40}{14} = \frac{20}{7} ≈ 2.86$$

Substituting back: $4T + 6(\frac{20}{7}) = 48$

$$T = \frac{24}{7} ≈ 3.43$$

So trucks typically carry about 3.43 packages and vans carry about 2.86 packages per delivery! 🚛

Elimination is particularly powerful because it often produces exact fractional answers without rounding errors, making it ideal for precise calculations.

Real-World Applications and Problem-Solving Strategies

Systems of equations appear in countless real-world scenarios. In economics, they model supply and demand relationships. In physics, they describe motion and force interactions. In business, they optimize profit and resource allocation.

Consider this environmental application: A city wants to reduce carbon emissions by replacing gas-powered buses with electric ones. If gas buses produce 2.5 tons of COâ‚‚ per year and electric buses produce 0.8 tons (from electricity generation), and the city wants to reduce total emissions from 150 tons to 95 tons while maintaining 50 total buses, how many of each type should they have?

Setting up the system:

$$G + E = 50$$

(total buses)

$$2.5G + 0.8E = 95$$

(emissions target)

Using substitution: $G = 50 - E$

$$2.5(50 - E) + 0.8E = 95$$

$$125 - 2.5E + 0.8E = 95$$

$$-1.7E = -30$$

$$E ≈ 17.65$$

Since we need whole buses, the city should have 18 electric buses and 32 gas buses to meet their emission goals! 🌱

Interpreting Solutions

When solving systems, you'll encounter three types of solutions:

  1. One unique solution: Lines intersect at exactly one point
  2. No solution: Lines are parallel (inconsistent system)
  3. Infinitely many solutions: Lines are identical (dependent system)

Understanding these cases helps you interpret real-world problems correctly. If a business problem has no solution, it might mean the constraints are impossible to satisfy simultaneously.

Conclusion

Systems of linear equations are fundamental tools that connect mathematical thinking with real-world problem-solving. Whether you're using the visual approach of graphing, the step-by-step logic of substitution, or the efficient technique of elimination, you're developing critical analytical skills. These methods work together to give you multiple ways to approach complex problems, ensuring you can always find a path to the solution. Remember, the key to mastering systems is practice and choosing the right method for each specific problem! 🎉

Study Notes

• System of linear equations: A collection of two or more linear equations with the same variables that must be satisfied simultaneously

• Graphing method: Graph both equations and find their intersection point; visual but may lack precision for non-integer solutions

• Substitution method: Solve one equation for a variable, substitute into the other equation, then solve; ideal when one equation is easily solved for a variable

• Elimination method: Multiply equations by constants to make coefficients opposites, then add/subtract to eliminate a variable; efficient for "nice" coefficients

• Three types of solutions: One unique solution (intersecting lines), no solution (parallel lines), infinitely many solutions (identical lines)

• Real-world applications: Business optimization, economics (supply/demand), physics (motion/forces), environmental planning, resource allocation

• Problem-solving strategy: Identify variables, write equations from given information, choose appropriate solution method, interpret results in context

• Key formulas: For elimination, multiply equations by constants so that coefficients of one variable become opposites: $ax + by = c$ and $dx + ey = f$ where you want $a = -d$ or $b = -e$

Practice Quiz

5 questions to test your understanding