SOLUTION: Can anyone please help me get past the last 2 math problems....I keep trying and each time I get a new answer!!! Thank you!!!The directions say to solve by using the addition metho

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: Can anyone please help me get past the last 2 math problems....I keep trying and each time I get a new answer!!! Thank you!!!The directions say to solve by using the addition metho      Log On


   



Question 203932This question is from textbook Elementary and Intermediate Algebra
: Can anyone please help me get past the last 2 math problems....I keep trying and each time I get a new answer!!! Thank you!!!The directions say to solve by using the addition method....
36.)
3/7x + 5/9y=27
1/9x + 2/7y=7


44.)
3x-2.5y=7.125
2.5x-3y=7.3125
Thank you! Thank you! Thank you!
This question is from textbook Elementary and Intermediate Algebra

Found 2 solutions by Alan3354, Theo:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
36.)
3/7x + 5/9y=27
1/9x + 2/7y=7
--------------------
Eliminate fractions. Multiply both eqns by 63.
27x + 35y = 1701
7x + 18y = 441
To solve by "addition" (actually, it's elimination using addition) get one of the variables to have the same coefficient, either the x's or the y's.
Multiply the 1st eqn by 7 and the 2nd by -27.
189x + 245y = 11907
-189x - 486y = -11907
--------------------- Add them
0x - 243y = 0
y = 0
-----------
x = 63
-----------
44.)
3x-2.5y=7.125
2.5x-3y=7.3125
Multiply both eqns by 16
48x - 40y = 114
40x - 48y = 117
---------------
Multiply eqn 1 by 5 and eqn 2 by -6
240x - 200y = 570
-240x + 288y = -702
------------------- Add them
0x - 88y = -132
y = 1.5
---------
x = 3.625

Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
In the Addition Method, the two equations are added together to eliminate one of the variables. We try to get the coefficients of one of the variables to be opposites so that addition will eliminate it.
-----
first problem (36):
-----
3/7x + 5/9y=27
1/9x + 2/7y=7
-----
best way to solve this is to remove the denominators.
you get big numbers but you don't have to worry about fractions.
multiply both equations by 63 because 63 = 9*7 which makes it divisible by 9 and 7 allowing you to remove all denominators.
they become:
27x + 35y = 27*63
7x + 18y = 7*63
-----
you need to eliminate one of the variables so you can solve for the other one.
-----
multiply the first equation by -7 and multiply the second equation by 27 because 7 * 27 = 189 and 27 * 7 = 189 allowing you to eliminate the x.
-----
-189x - 245y = 11907
189x + 486y = 11907
-----
add the two equations together to get:
241y = 0
so y = 0
-----
since y = 0, then solve for x.
you have 27x = 27*63 which makes x = 63
you have 7x = 7*63 which makes x = 63
-----
looks like x = 63 and y = 0
-----
plug in your original equations to see if this answer is good.
-----
3/7x + 5/9y=27 becomes 3/7x = 27 becomes x = 7*27/3 = 63
-----
1/9x + 2/7y=7 becomes 1/9x = 7 becomes x = 9*7 = 63
-----
answer checks out.
addition method was used.
-----
second problem (44):
-----
3x-2.5y=7.125
2.5x-3y=7.3125
-----
multiply first equation by 6 and multiply second equation by -5 because 6 * 2.5 = 15 and 5 * 3 = 15 so the y will cancel out.
you get
-----
18x - 15y = 7.125*6 = 42.75
-12.5x + 15y = 7.3125*(-5) = 36.5625
-----
you get
5.5x = 42.75 - 36.5625 = 6.1875
x = 1.125
-----
substitute in one of the equations to solve for y.
3*1.125 - 2.5y = 7.125
3.375 - 2.5y = 7.125
-2.5y = 7.125 - 3.275 = 3.75
y = -3.75/2.5 = -1.5
-----
x = 1.125
y = -1.5
-----
substitute in both equations to see if these values are good.
-----
3x-2.5y=7.125 becomes 3*1.125 + 2.5*1.5 = 7.125 so this one is good.
2.5x-3y=7.3125 becomes 2.5*1.125 + 3*1.5 = 7.3125 so this one is good also.
-----
answers are:
x = 1.125
y = -1.5
-----