Example system: 4x + 2y = 20 and 5y + 4 = 8x
First, pick one equation and solve for one variable as far as possible (we will solve for the y variable).
4x + 2y = 20 (divide everything by 2)
2x + y = 10 (subtract 2x from each side)
y = 10 - 2x (stop when you have a variable all on its own)
Then, plug this new equation into the other one for the variable you solved for (we solved for the y variable earlier, so now we will solve for the x variable).
5y + 4 = 8x
5 (10 - 2x) + 4 = 8x (substitution)
50 - 10x + 4 = 8x (distribute/simplify)
54 - 10x = 8x (simplify)
54 = 18x (add 10x to both sides)
x = 3 (divide both sides by 18, stop here)
Then, plug x = 3 back into either equation to solve for the value of y (before we solved for y, but it stayed in the form of an equation).
4x + 2y = 20
4(3) + 2y = 20 (substitute)
12 + 2y = 20 (simplify)
6 + y = 10 (divide both sides by 2)
y = 4 (subtract 6 from both sides, stop here)
Now, you know that x = 3 and y = 4. This means that this is the intersection point of these two equations if you were to graph them (3, 4). If solve the system using the method above but end up with an answer that doesn't make sense (such as 3=7), the lines do not intersect and there is therefore no answer.
Chat with our AI personalities
You need as many equations as you have variables.
I have never seen the term 'symbolic' used in this way. There are 4 methods used to solve a system of linear equations in two variables. Graphing, Substitution, Elimination, and Cramer's Rule.
true
Quite simply, the latter is a group of the former.A system of linear equations is several linear equations taken together, each using the same group of unknowns. Usually, such a system provides one linear equation for each unknown (x, y, z, et al) that must be found (more complex systems can exist, though). You can use and manipulate these linear equations as you would a single linear equation to help solve for the unknowns. One way is to reduce all but one of the unknowns so that each can be expressed in terms of the remaining unknown and then solve for the remaining unknown which would in turn give you the others.
A linear system just means it's a line. A solution is just a point that is on that line. It means that the two coordinates of the point solve the equation that makes the line. Alternatively, it could mean there are 2 (or more) lines and the point is where they intersect; meaning its coordinates solve both (or all) equations that make the lines.