SOLUTION: a-2b=9 2a-3b=4

Algebra ->  Systems-of-equations -> SOLUTION: a-2b=9 2a-3b=4      Log On


   



Question 1178089: a-2b=9 2a-3b=4
Found 4 solutions by mananth, MathTherapy, josgarithmetic, ikleyn:
Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
a-2b=9,
2a-3b=4
1.00 a + -2.00 b = 9.00


2.00 a + -3.00 b = 4.00 .............2
Eliminate b
multiply (1)by -3.00
Multiply (2) by 2.00
-3.00 a 6.00 b = -27.00
4.00 a -6.00 b = 8.00
Add the two equations
1.00 a = -19.00
/ 1.00
a = -19.00
plug value of a in (1)
1.00 a + -2.00 b = 9.00
-19.00 + -2.00 b = 9.00
-2.00 b = 28.00
b = -14.00
Ans a = -19.00
b = -14.00


Answer by MathTherapy(10551) About Me  (Show Source):
You can put this solution on YOUR website!

a-2b=9 2a-3b=4
DON'T ever solve a problem like this the way the other person did! It's just UNHEARD of and ridiculously UNNECESSARY!
a - 2b = 9 ----- eq (i)
2a - 3b = 4 ---- eq (ii)
2a - 4b = 18 --- Multiplying eq (i) by 2 ------ eq (iii)
highlight_green%28matrix%281%2C3%2C+b%2C+%22=%22%2C+-+14%29%29 ----- Subtracting eq (iii) from eq (ii)
Substitute - 14 for b in either eq (i) or (ii) to get the value of "a."

Answer by josgarithmetic(39616) About Me  (Show Source):
You can put this solution on YOUR website!
a-2b=9 2a-3b=4


system%28a-2b=9%2C2a-3b=4%29

system%282a-4b=18%2C2a-3b=4%29
E1-E2:
-b=14
highlight%28b=-14%29
-
a=9%2B2b
a=9%2B2%2A14
highlight%28a=37%29

Answer by ikleyn(52776) About Me  (Show Source):
You can put this solution on YOUR website!
.

            The solution by @josgarithmetic giving the answer  a= 37,  b= -14  is  INCORRECT.

            I came to bring you the correct solution.


Your starting equations are


     a - 2b = 9     (1)

    2a - 3b = 4     (2)


To solve the system, express a = 2b + 9 from the first equation and substitute it into the second equation, 
replacing  "a" there.  You will get


    2*(2b+9) - 3b = 4

    4b + 18 - 3b = 4

    4b - 3b = 4 - 18 

       b    = -14.


Now from equation (1),  a = 2b + 9 = 2*(-14) + 9 = -28 + 9 = -19.


ANSWER.  a= -19;  b= -14.


CHECK.  To check the solution, substitute the found values "a" and "b" into the original equations.

Solved (correctly).

-------------

For your safety,  ignore the post by @josgarithmetic.