SOLUTION: Solve the following: 2/A - 3/B = -1 [1] 5/A - 6/B = -1/2 [2] Multiply [1] by 2: 4/A + 6/B = -2 Not sure how to solve. Non-homework.

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: Solve the following: 2/A - 3/B = -1 [1] 5/A - 6/B = -1/2 [2] Multiply [1] by 2: 4/A + 6/B = -2 Not sure how to solve. Non-homework.       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1126668: Solve the following:
2/A - 3/B = -1 [1]
5/A - 6/B = -1/2 [2]
Multiply [1] by 2:
4/A + 6/B = -2
Not sure how to solve. Non-homework.

Found 3 solutions by josgarithmetic, ikleyn, greenestamps:
Answer by josgarithmetic(39625) About Me  (Show Source):
You can put this solution on YOUR website!
(changing to lower-case variables....)

system%282%2Fa-3%2Fb=-1%2C5%2Fa-6%2Fb=-1%2F2%29

You can choose to multiply E1 by 2.
system%284%2Fa-6%2Fb=-2%2C5%2Fa-6%2Fb=-1%2F2%29

Now with this system, subtract E1 from E2.
%285%2Fa-6%2Fb%29-%284%2Fa-6%2Fb%29=-1%2F2-%28-2%29
1%2Fa=1%261%2F2
highlight%28a=2%2F3%29
and you can solve for 1%2Fb in any method you want.

Answer by ikleyn(52847) About Me  (Show Source):
You can put this solution on YOUR website!
.
The standard method for solving such problems is introducing new variables


x = 1%2FA,   y = 1%2FB.


Then your system takes the form


2x - 3y = -1      (1)
5x - 6y = -1/2    (2)


To solve it, multiply eq(1) by 2 (both sides) and then subtract from eq(2). You will get


5x - 2*(2x) = -1%2F2 - 2*(-1),    or


9x - 4x = -1%2F2 + 2,

x = 1.5.


Then from eq(1),  2*1.5 -3y = -1,   3 - 3y = -1,  3 + 1 = 3y  ====>  y = 4%2F3.


Now you have  x = 1.5 = 1%2FA ====>  A = 1%2F1.5 = 1%2F%28%283%2F2%29%29 = 2%2F3   and

              y = 4%2F3 = 1%2FB  ====>  B = 3%2F4.


Answer.  A = 2%2F3   and   B = 3%2F4.

Solved.

Simply and elegantly.

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

The way which  @josgarithmetic  tries to sell you - is the way to  NOWHERE.

For your safety,  simply ignore it.


===============

For your safety,  ignore  EACH  and  EVERY  HIS  POST . . . . . . . .


I just tired to fix all this  RUBBISH  after him.


/\/\/\/\/\/\/\/\/\/\/\/\/\/\/


Regarding the post by @greenestamps, he writes

    You certainly CAN introduce new variables to solve the problem, as tutor @ikleyn does. But you can solve the problem without doing that.


Truly,  you can try solve the problem without doing that.

But then I guarantee you that you as inexperienced person in solving such problems,  will make about 20 errors
on the way and will not be able to complete the solution correctly.

The way I showed you in my post - is simplest,  straightforward and prevents you of making crude errors.

It is not without reasons the way I presented you in my post is considered as the standard and canonical.


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


(1) 2/A - 3/B = -1
(2) 5/A - 6/B = -1/2

You certainly CAN introduce new variables to solve the problem, as tutor @ikleyn does. But you can solve the problem without doing that.

In the work you show, multiplying the first equation by 2 gives
4/A - 6/B = -2

You incorrectly show that equation as
4/A + 6/B = -2.

Let's continue with the way you were going....

The two equations are now
(1) 4/A - 6/B = -2
(2) 5/A - 6/B = -1/2

To eliminate variable B, you need to subtract one equation from the other. If you do that correctly, you will end up with

1/A = 3/2

Substituting this value for 1/A in the original first equation finds the value of 1/B:

2/A - 3/B = -1 <-- (these 2 lines added in revised answer, after reader in quiry)
2(3/2)-3/B = -1 <-- (these 2 lines added in revised answer, after reader in quiry)
3 - 3/B = -1
4 = 3/B
4/3 = 1/B

We now have 1/A = 2/3 and 1/B = 4/3, so the solutions are

A = 3/2; B = 3/4

Just a note about solving this problem by eliminating one variable....

When you multiplied the first equation by 2, you then had to subtract one equation from the other to eliminate B. Subtracting equations is more likely to produce errors than adding equations. So multiply the first equation by -2 instead of 2; that will allow you to eliminate B by ADDING the two equations:

-4/A + 6/B = 2
5/A - 6/B = -1/2
1/A = 3/2

---------------------------------------
response revised, 2 lines added, see above