Solved by pluggable solver: Solving a linear system of equations by subsitution |
----------------------------------------- Lets start with the given system of linear equations Now in order to solve this system by using substitution, we need to solve (or isolate) one variable. I'm going to choose y. Solve for y for the first equation Which breaks down and reduces to Since y equals So there are an infinite number solutions. The simple reason is the 2 equations represent 2 lines that overlap each other. So they intersect each other at an infinite number of points. If we graph we can see that these two lines are the same. So this system is dependent |
From the second equation, substitute this expression for y into the first equation. You will get+ x = 1 Simplify it step by step -x + 1 + x = 1 Cancel similar terms 0 = 0. Every time when you get this identity after making equivalent transformations, it means that the original equation / (system of equations) is, actually, an identity and has infinitely many solutions. It means that the system is dependent. The general solution is y = , as the second original equation states.