SOLUTION: Solve by substitution or elimination: x=3y+11 2x+5y=0 I dont understand could I please have help for this question?

Algebra ->  Expressions-with-variables -> SOLUTION: Solve by substitution or elimination: x=3y+11 2x+5y=0 I dont understand could I please have help for this question?       Log On


   



Question 124242: Solve by substitution or elimination:
x=3y+11
2x+5y=0
I dont understand could I please have help for this question?

Found 2 solutions by Fombitz, solver91311:
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
1.x=3y%2B11
2.2x%2B5y=0
Substitute the value for x in equation 1 into equation 2 and solve for y.
Then go back and solve for x.
2.2x%2B5y=0
2%283y%2B11%29%2B5y=0
6y%2B22%2B5y=0
11y%2B22=0
11y=-22
y=-22%2F11
highlight%28y=-2%29
Then from 1,
1.x=3y%2B11
x=3%28-2%29%2B11
x=-6%2B11
highlight%28x=5%29

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
x=3y%2B11
2x%2B5y=0

Substitution:
The first equation is already solved for x, so you can take the right-hand expression and substitute it for x into the second equation:

2x%2B5y=0
2%283y%2B11%29%2B5y=0

Simplify and solve:
6y%2B22%2B5y=0
11y%2B22=0
11y=-22
y=-2

Now that you have a value for y, you can substitute that back into either equation to solve for x:
x=3%28-2%29%2B11
x=-6%2B11
x=5

So the solution set for this system is the ordered pair (5,-2)

Elimination:
Your second equation is in standard form (ax%2Bby=c), so put the first equation into standard form as well.
x=3y%2B11
x-3y=11

1. x-3y=11
2. 2x%2B5y=0

The idea is to multiply one or both of the equations by a constant or constants so that the coefficients on one of the variables will become additive inverses. In this case, multiplying the first equation by -2 will give you a -2x in the first equation and 2x in the second equation.

3. -2x%2B6y=-22
2. 2x%2B5y=0

Now add the two equations, term by term:

4. 0x%2B11y=-22

And solve:

11y=-22
y=-2

Now you can do either of two things. One, you can substitute this value for y back into either of the original equations and solve for x. Or two, you can go back to the original equations, find a different multiplier or multipliers that will allow you to eliminate the y variable and solve for x.

We've already done the first way as the second step of the substitution method, so let's try the second way:

1. x-3y=11
2. 2x%2B5y=0

Multiply the first equation by 5 and the second equation by 3

3. 5x-15y=55
4. 6x%2B15y=0

Add the equations, term-by-term:

5. 11x%2B0y=55

Solve
11x=55
x=5

And again, the solution set is the ordered pair (5,-2). I sincerely hope that you weren't surprised that we got the same answer with either method.