SOLUTION: Could you please help me with solving this system of equation using multiplication? I get how to solve problems with addition anbd subtraction just not multiplication. Thanks x+3y

Algebra ->  Systems-of-equations -> SOLUTION: Could you please help me with solving this system of equation using multiplication? I get how to solve problems with addition anbd subtraction just not multiplication. Thanks x+3y      Log On


   



Question 137218: Could you please help me with solving this system of equation using multiplication? I get how to solve problems with addition anbd subtraction just not multiplication. Thanks
x+3y=-2
2x+y=6

Answer by vleith(2983) About Me  (Show Source):
You can put this solution on YOUR website!
If you cando addition and subtraction, then you are just one step away from multiplication. In add/subtract case, at least one set of coefficients are the same. So you can add/sub without changing anything first.
Here, neither the x nor the y coefficients are the same. We need to make them the same and then add/sub.
x%2B3y=-2
2x%2By=6+
Let's make the x coefficient the same. To do that, we can multiply the first equation by 2.
x%2B3y=-2 multiply this by 2 (need to do both sides)
2x%2B6y=-4
Now you can use add/subtract.
2x%2B6y=-4
2x%2By=6+ subtract this one
---------------
+5y+=+-10
y+=+-2
Now solve or x and then check your answer.
make sense?
There is one more permutation of this type of problem. In this problem, we only had to multiply the first equation by 2 to get the x coefficients to be the same. You may have two equations where the coefficients are not multiples of each other. You may need to multiply one equation by one number and the second equation by a different number. For instance
3x+%2B+3y+=+50
7x+%2B+11y+=+128
In this case, multiply the first one by 7 and the second by 3 before you can add them.
Got it?