SOLUTION: Im having trouble solving equations using the addition/elimination process. Can you help me pls?
7p+5q=2
8p-9q=17
Algebra ->
Equations
-> SOLUTION: Im having trouble solving equations using the addition/elimination process. Can you help me pls?
7p+5q=2
8p-9q=17
Log On
Question 227491: Im having trouble solving equations using the addition/elimination process. Can you help me pls?
7p+5q=2
8p-9q=17 Answer by jsmallt9(3758) (Show Source):
You can put this solution on YOUR website! The key to the addition/elimination process (aka Linear Combination) is to get opposites for one of the variable in the two equations. There are more clever ways to accomplish this but one way would be:
Line up the variables by getting the two equations into the form Ax + By = C.
Multiply the second equation by the first coefficient of the first equation.
Multiply the first equation by the negative of the first coefficient of the second equation.
At this point you should have opposites for the first variable
Let's see this "in action":
1. Line up the variables. Both your equations are already in Ax + By = C form so there is nothing to do yet.
2. Multiply the second equation.... The first equation's first coefficient is 7 so we will multiply both sides of the second equation by 7:
7(8p-9q) = 7(17)
56p - 63q = 119
3. Multiply the first equation.... The second equation's first coefficient is 8. The negative of 8 is -8. So we will multiply the first equation by -8:
-8(7p+5q) = -8(2)
-56p - 40q = -16
Now our system looks like:
56p - 63q = 119
-56p - 40q = -16
And, as you can see, we have opposite p terms. Once we have opposites the rest is fairly simple: Add the two equations (the opposite terms cancel out):
-103q = 103
Solve:
q = -1
Use this value in one of the original equations to find the other variable:
7p + 5(-1) = 2
7p + (-5) = 2
7p = 7
p = 1