Question 242759: solve the system for all soulutions usin any suitable method y=3x+2 and x-2y=11 Found 2 solutions by jim_thompson5910, blwinbbbles:Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! so let's use the elimination method:
y = 3x + 2
x - 2y =11
Set both equations to y
(1) y = 3x + 2
(2) -2y = -x + 11
lets choose the y to eliminate, when we add the two equations together
so we need to make the y in equation 1 be the exact opposite of the y in equation 2...the best way to achieve this is to multiple equation 1 by the number 2, giving us
(1) 2y = 6x + 4
(2) -2y = -x + 11
then adding the equations we get:
0 = 5x + 15
sbubtract 15 from both sides
-15 = 5x
divide by 5 on both sides
-3 = x
Use one of the original equations..and plug in -3 as x..
y = 3(-3) + 2
y = -9 + 2
y = -7