SOLUTION: Solve the system of equations using the substitution method. If the answer is a unique solution,present it as an ordered pair (x,y). If not specify whether the answer is "no soluti

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: Solve the system of equations using the substitution method. If the answer is a unique solution,present it as an ordered pair (x,y). If not specify whether the answer is "no soluti      Log On


   



Question 170179: Solve the system of equations using the substitution method. If the answer is a unique solution,present it as an ordered pair (x,y). If not specify whether the answer is "no solution" or infintely many solutions."
3x+y=7
4x-y=21
Second part of question.
Solve the system of equations using the addition (elimination) method. If the answer is a unique solution, present it as an ordered pair: (x,y). If not specify whether the answer is "no solution" or infintely many solutions.
6x+2y=2
3x+5y=5
Third Part
Solve the system of equations using the addition (elimination) method. If the answer is a unique solution, present it as an ordered pair:(x,y). If not, specify whether the answer is no solution or "infinitely many solutions."
4x-3y=1
-12x+9y=5

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
I'll do the first two to get you started


# 1


Start with the given system of equations:

system%283x%2By=7%2C4x-y=21%29



Now in order to solve this system by using substitution, we need to solve (or isolate) one variable. I'm going to solve for y.




So let's isolate y in the first equation

3x%2By=7 Start with the first equation


y=7-3x Subtract 3x from both sides


y=-3x%2B7 Rearrange the equation


---------------------

Since y=-3x%2B7, we can now replace each y in the second equation with -3x%2B7 to solve for x



4x-highlight%28%28-3x%2B7%29%29=21 Plug in y=-3x%2B7 into the second equation. In other words, replace each y with -3x%2B7. Notice we've eliminated the y variables. So we now have a simple equation with one unknown.



4x%2B3x-7=21 Distribute the negative


7x-7=21 Combine like terms on the left side


7x=21%2B7Add 7 to both sides


7x=28 Combine like terms on the right side


x=%2828%29%2F%287%29 Divide both sides by 7 to isolate x



x=4 Divide



-----------------First Answer------------------------------


So the first part of our answer is: x=4





Since we know that x=4 we can plug it into the equation y=-3x%2B7 (remember we previously solved for y in the first equation).



y=-3x%2B7 Start with the equation where y was previously isolated.


y=-3%284%29%2B7 Plug in x=4


y=-12%2B7 Multiply


y=-5 Combine like terms



-----------------Second Answer------------------------------


So the second part of our answer is: y=-5









-----------------Summary------------------------------

So our answers are:

x=4 and y=-5

which form the point








Now let's graph the two equations (if you need help with graphing, check out this solver)


From the graph, we can see that the two equations intersect at . This visually verifies our answer.




graph of 3x%2By=7 (red) and 4x-y=21 (green) and the intersection of the lines (blue circle).







# 2




Start with the given system of equations:
system%286x%2B2y=2%2C3x%2B5y=5%29


-2%283x%2B5y%29=-2%285%29 Multiply the both sides of the second equation by -2.


-6x-10y=-10 Distribute and multiply.


So we have the new system of equations:
system%286x%2B2y=2%2C-6x-10y=-10%29


Now add the equations together. You can do this by simply adding the two left sides and the two right sides separately like this:


%286x%2B2y%29%2B%28-6x-10y%29=%282%29%2B%28-10%29


%286x%2B-6x%29%2B%282y%2B-10y%29=2%2B-10 Group like terms.


0x%2B-8y=-8 Combine like terms. Notice how the x terms cancel out.


-8y=-8 Simplify.


y=%28-8%29%2F%28-8%29 Divide both sides by -8 to isolate y.


y=1 Reduce.


------------------------------------------------------------------


6x%2B2y=2 Now go back to the first equation.


6x%2B2%281%29=2 Plug in y=1.


6x%2B2=2 Multiply.


6x=2-2 Subtract 2 from both sides.


6x=0 Combine like terms on the right side.


x=%280%29%2F%286%29 Divide both sides by 6 to isolate x.


x=0 Reduce.


So our answer is x=0 and y=1.


Which form the ordered pair .


This means that the system is consistent and independent.


Notice when we graph the equations, we see that they intersect at . So this visually verifies our answer.


Graph of 6x%2B2y=2 (red) and 3x%2B5y=5 (green)