How do you solve 6x+5y=10 and 7x-3y=24?
1 Answer
There are two common ways:
- Substitution
- Elimination
I can show both ways, but in this case I think elimination would be easier.
6x + 5y = 106x+5y=10
7x - 3y = 247x−3y=24
I got:
(x,y) = (150/53, -74/53)(x,y)=(15053,−7453)
SUBSTITUTION
Solve for one variable first.
6x = 10 - 5y6x=10−5y
=> x = 5/3 - 5/6 y⇒x=53−56y
Plug it into the second equation to solve for the other variable.
7(5/3 - 5/6 y) - 3y = 247(53−56y)−3y=24
35/3 - 35/6 y - 3y = 24353−356y−3y=24
Multiply through by
70 - 35y - 18y = 14470−35y−18y=144
- 53y= 144 - 70−53y=144−70
color(green)(y) = (144 - 70)/(-53) = color(green)(-74/53)y=144−70−53=−7453
Therefore, for
color(green)(x) = 5/3 - 5/6(-74/53)x=53−56(−7453)
= 5/3 + 370/318 = 5/3 + 185/159=53+370318=53+185159
= 795/477 + 555/477 = 1350/477=795477+555477=1350477
= color(green)(150/53)=15053
So, apparently,
6(150/53) + 5(-74/53) stackrel(?" ")(=) 106(15053)+5(−7453)? =10
900/53 - 370/53 stackrel(?" ")(=) 10 => 530/53 = 1090053−37053? =10⇒53053=10 color(blue)(sqrt"")√
7(150/53) - 3(-74/53) stackrel(?" ")(=) 247(15053)−3(−7453)? =24
1050/53 + 222/53 stackrel(?" ")(=) 24 => 1272/53 = (12 cdot 106)/53 = 24 color(blue)(sqrt"")105053+22253? =24⇒127253=12⋅10653=24√
Yep, it's right! Wow, not nice-looking at all!
ELIMINATION
In this case we would be scaling one of the equations with fractions to eliminate a variable.
" "3/5(6x + cancel(5y) = 10)
+ " "7x - cancel(3y) = 24
bar(" "" "" "" "" "" "" "" ")
" "18/5x + 7x = 30
(18/5 + 35/5)x = 30
color(green)(x) = 30/(18/5 + 35/5)
= 30/(53/5) = color(green)(150/53)
And now, plug it into the second equation.
7(150/53) - 3y = 24
7(150/53) - 24 = 3y
color(green)(y) = 7/3(150/53) - 8
= 7(50/53) - 424/53
= 350/53 - 424/53
= color(green)(-74/53)
And as before, we get:
color(blue)((x,y) = (150/53, -74/53))
So if you get something ugly like this, it's right!