SOLUTION: Solve the linear system y = x + 7 2x + 3y = 31 (hint: substitution)

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: Solve the linear system y = x + 7 2x + 3y = 31 (hint: substitution)      Log On


   



Question 143307This question is from textbook
: Solve the linear system
y = x + 7
2x + 3y = 31 (hint: substitution)
This question is from textbook

Found 2 solutions by nabla, jim_thompson5910:
Answer by nabla(475) About Me  (Show Source):
You can put this solution on YOUR website!
The problem is already solved for y in the first equation. Put that into the second and solve...
ie 2x + 3y = 31
^substitute x+7 for y
2x + 3(x+7)=31
5x=10
x=2
If x=2, y must be 9.
Check:
x+7-->2+7=9 yes
2x+3y=2(2)+3(9)=4+27=31 yes
And here is how this site's solver would do it:
Solved by pluggable solver: SOLVE linear system by SUBSTITUTION
Solve:
+system%28+%0D%0A++++1%5Cx+%2B+-1%5Cy+=+-7%2C%0D%0A++++2%5Cx+%2B+3%5Cy+=+31+%29%0D%0A++We'll use substitution. After moving -1*y to the right, we get:
1%2Ax+=+-7+-+-1%2Ay, or x+=+-7%2F1+-+-1%2Ay%2F1. Substitute that
into another equation:
2%2A%28-7%2F1+-+-1%2Ay%2F1%29+%2B+3%5Cy+=+31 and simplify: So, we know that y=9. Since x+=+-7%2F1+-+-1%2Ay%2F1, x=2.

Answer: system%28+x=2%2C+y=9+%29.

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Start with the given system
2x%2B3y=31
y=x%2B7



2x%2B3%28x%2B7%29=31 Plug in y=x%2B7 into the first equation. In other words, replace each y with x%2B7. Notice we've eliminated the y variables. So we now have a simple equation with one unknown.


2x%2B3x%2B21=31 Distribute


5x%2B21=31 Combine like terms on the left side


5x=31-21Subtract 21 from both sides


5x=10 Combine like terms on the right side


x=%2810%29%2F%285%29 Divide both sides by 5 to isolate x



x=2 Divide




Now that we know that x=2, we can plug this into y=x%2B7 to find y



y=%282%29%2B7 Substitute 2 for each x


y=9 Simplify


So our answer is x=2 and y=9 which also looks like



Notice if we graph the two equations, we can see that their intersection is at . So this verifies our answer.


+graph%28+500%2C+500%2C+-5%2C+15%2C+-5%2C+15%2C+%2831-2x%29%2F3%2C+x%2B7%29+ Graph of 2x%2B3y=31 (red) and y=x%2B7 (green)