A system of equations is a group of two or more equations. What, you were expecting robots?
Sample Problem
Just to get your feet wet, here's a system of two equations:
Another Sample Problem
The three equations
also form a system of equations. A bigger one, although not necessarily better.
A solution to a system of equations is a set of numbers for the variables that satisfy all the equations in the system at the same time. You're looking for a sort of skeleton key, a one-size-fits-all super-solution.
Sample Problem
The values x = -15, y = -40 are a solution to the system of equations
First of all, these values satisfy the first equation. When x = -15 and y = -40, the left-hand side of the equation is -40. The right-hand side is
3(-15) + 5 = -45 + 5 = -40.
These values also satisfy the second equation. When x = -15 and y = -40, the left-hand side of the second equation is -40. The right-hand side is
2(-15) – 10 = -30 – 10 = -40.
Fortunately, -40 equals itself, so the values we were given pan out, and we can see that they're totally a solution to the system of equations. Unfortunately, they're not the solution to all of life's problems. Would have been nice if they were.
Meanwhile, the values x = 1, y = 5 are not a solution to the system of equations
These values do satisfy the first equation. When x = 1 and y = 5, the left-hand side of the first equation is 5. The right-hand side is
3(1) + 2 = 5.
However, these values do not satisfy the second equation. When x = 1 and y = 5, the left-hand side of the second equation is 5. The right-hand side is
4(1) – 1 = 3.
Oops, 3 doesn't equal 5, which is a good thing, since it would make counting strikes in baseball tricky. Since these values don't satisfy both equations at once, they're not a solution to the system of equations. Thanks for playing, kids.