Comprehensive Algebra: Foundational to Advanced
Equation Systems
When One Equation Isn't Enough
You're used to solving equations with one variable, like . But what happens when a problem has two unknowns? Imagine you and a friend are buying snacks. You buy two tacos and one soda for $7. Your friend buys one taco and one soda for $5. How much does a single taco or a single soda cost? You can't solve this with just one equation. You need two equations working together.
A set of two or more equations with the same variables is called a system of equations. The solution is the set of variable values that makes all equations in the system true.
Geometrically, since each linear equation represents a line, the solution to a system of two equations is the single point where the two lines intersect. This point's coordinates satisfy both equations simultaneously.
Solving by Graphing
One way to find the solution is to graph both lines on a coordinate plane and see where they cross. Let's take the system:
The first line has a y-intercept of 5 and a slope of -1. The second has a y-intercept of -1 and a slope of 2. By plotting them, we can find their common point.
The lines cross at the point . This means and is the solution to the system. You can check this by plugging the values back into both equations: (True) and (True).
Graphing is intuitive, but it can be imprecise. If the solution were , it would be nearly impossible to find accurately by hand. For precision, we turn to algebraic methods.
Solving with Algebra
Algebra gives us exact answers, no matter how messy the numbers get. The two most common methods are substitution and elimination. Choosing the right one can save you a lot of work.
If students have a firm understanding of inequalities as well as linear systems of equations, then they have all the pieces they need to understand linear systems of inequalities quite easily and effectively.
Let's start with the substitution method. This approach works best when one of the equations already has a variable isolated, or it's easy to isolate one. The core idea is to express one variable in terms of the other and substitute it into the second equation. This leaves you with a single-variable equation you already know how to solve.
Consider this system: $2x + y = 11$ $x = y + 1$
Since the second equation already gives us an expression for $x$, it's a perfect candidate for substitution.
Now that we have , we can plug it back into either original equation to find . The simplest one is , which gives us . The solution is .
Next up is the elimination method, which is often more efficient when both equations are in the standard form . The goal here is to add or subtract the two equations in a way that eliminates one of the variables entirely.
Let's tackle our taco problem from the beginning:
(2 tacos, 1 soda, $7) (1 taco, 1 soda, $5)
Notice that the 's' variable has the same coefficient (1) in both equations. This is a perfect setup for elimination.
We instantly find that . So, a taco costs $2. Plugging this back into the simpler second equation, , we find that . A soda costs $3. The solution is .
Sometimes, you need to multiply one or both equations by a constant to make the coefficients of one variable opposites. For example, to solve:
You could multiply the second equation by -3. This gives you a new system where the terms will cancel when added:
With , you can substitute it back into any of the equations to find .
No Solution or Infinite Solutions
What happens if you try to solve a system like this one?
Graphically, these are two parallel lines. They have the same slope but different y-intercepts, so they will never intersect. This system has no solution.
If you try to solve this algebraically using substitution, you get a strange result:
A false statement like $1=3$ is your algebraic clue that there's no solution.
Conversely, what about this system?
$y = 2x + 1$ $2y = 4x + 2$
The second equation is just the first one multiplied by 2. They are the exact same line. This means they intersect at every single point along the line. This system has infinitely many solutions.
Algebraically, you’d get a true statement like $2=2$. This tells you the equations are dependent and describe the same relationship.
What does the solution to a system of two linear equations represent on a graph?
Which algebraic method is generally most efficient for solving the following system of equations?
Solving systems of equations is a fundamental tool. Whether you're finding an economic equilibrium point, mixing chemicals in a lab, or just figuring out the price of a taco, you're using these same principles to find where different conditions meet.