How do solve the following linear system?: # x+2y=5 , -6x+3y=-12 #?
1 Answer
One of the ways you can solve this linear system is by using substitution to find that the point of intersection is
Explanation:
I apologize in advance for the length of this explanation, but it's good to know multiple ways of doing something (:
Substitution: When we use the substitution method to solve linear systems, we want to isolate one of the variables in one of the equations and use its represented value to "plug in", or substitute, into the second equation. Let's isolate
Now that we know what
This means that the y-coordinate of the lines' intersection point is
And here is our x-coordinate of the intersection point;
Making Zeros: This method is most useful when the coefficients in your system are relatively small. We can manipulate each equation to isolate a single common variable by multiplying them by respective values to cancel out the variable that we will find second:
Here we have our y-coordinate of the solution. You'll notice we got the same value as when we used the substitution method. To find the x-coordinate of the solution point, we can do the same thing as the substitution method and plug in
As you can see, this method yields the same solution point for the system,
Graphing: This method is exactly what it sounds like--we graph! So, graph both of the lines however you like (using a table to plug in values, converting to slope-intercept form first, etc.). The point where they intersect is the solution to the system; it should be around
PLEASE NOTE: Graphing is the least accurate method of these three (unless using a graphing utility, of course), so use only when necessary.