SOLUTION: If you could please help point me in the right direction!!! I need to solve this rational expression: 2 + (4/x-5) = (15/x-4) I have tried a couple of times, but seem to be off

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: If you could please help point me in the right direction!!! I need to solve this rational expression: 2 + (4/x-5) = (15/x-4) I have tried a couple of times, but seem to be off      Log On


   



Question 172712: If you could please help point me in the right direction!!! I need to solve this rational expression:
2 + (4/x-5) = (15/x-4)
I have tried a couple of times, but seem to be off track. I know to find the "LCD" the multiply each side by that... i chose (x-5).
So then i have: [2(x-5)]/1 + [4(x-5)]/(x-5) = [15(x-5)]/(x-4)
I think that is what Im supposed to do, but then I get lost!! Is this the wrong way to apply the "lcd"?
Thank you SO much for your time, Im working on attempt #5... :)

Found 2 solutions by Mathtut, solver91311:
Answer by Mathtut(3670) About Me  (Show Source):
You can put this solution on YOUR website!
you need to multiply each term by (x-5)(x-4)
:
you should get 2%28x-4%29%28x-5%29%2B4%28x-4%29=15%28x-5%29 distribute this
:
and end up with2x%5E2-29x%2B99=0

Solved by pluggable solver: SOLVE quadratic equation (work shown, graph etc)
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 2x%5E2%2B-29x%2B99+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%28-29%29%5E2-4%2A2%2A99=49.

Discriminant d=49 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28--29%2B-sqrt%28+49+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%28-29%29%2Bsqrt%28+49+%29%29%2F2%5C2+=+9
x%5B2%5D+=+%28-%28-29%29-sqrt%28+49+%29%29%2F2%5C2+=+5.5

Quadratic expression 2x%5E2%2B-29x%2B99 can be factored:
2x%5E2%2B-29x%2B99+=+%28x-9%29%2A%28x-5.5%29
Again, the answer is: 9, 5.5. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+2%2Ax%5E2%2B-29%2Ax%2B99+%29

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
I'm sorry but there is no really nice way to put this except to say that I appreciate you showing the work that you did try. Other than that, your approach isn't even close. So let's get to work.

The process of applying a lowest common denominator involves multiplying all of the fractions by an expression equal to 1 but in such forms that the result is all of the denominators being equal. Let me illustrate with a simple example from arithmetic:

1%2F2%2B1%2F3 Denominators not equal. The lowest number divisible by both 2 and 3 is 6, so we need, in the case of 1%2F2 to multiply the denominator by 3 so that the denominator becomes 6. However, if we multiply the denominator by 3, we also have to multiply the numerator by the same number so that we don't change the value of the fraction, thus:

%281%2F2%29%283%2F3%29=3%2F6

Likewise, we change 1%2F3 by multiplying by 2%2F2 yielding:

%281%2F3%29%282%2F2%29=2%2F6

Now that we have 2 fractions with the same value as the original fractions but with equal denominators, we can add them directly:

1%2F2%2B1%2F3=3%2F6%2B2%2F6=5%2F6

So let's apply these principles to your problem:

2+%2B+%284%2F%28x-5%29%29+=+%2815%2F%28x-4%29%29

First note that the 2 factor can also be represented as a fraction 2%2F1 so let's do that:

2%2F1+%2B+%284%2F%28x-5%29%29+=+%2815%2F%28x-4%29%29

Now we have three denominators, 1, x-5, and x-4. Since none of these expressions are further factorable there are no common factors that we could remove to make the Lowest Common Denominator anything less than the product of the three. So the LCD in this case will be %281%29%28x-5%29%28x-4%29 or simply %28x-5%29%28x-4%29. You could multiply these two binomials using FOIL, but as you will see, that would be counter-productive at this point -- leave it in the two binomial factor form.

In order to apply the LCD to the term 2%2F1 we need to recognize that the factors of the LCD missing from this denominator are both x-5 and x-4. Therefore we have to multiply 2%2F1 by %28%28x-5%29%28x-4%29%29%2F%28%28x-5%29%28x-4%29%29 giving us %282%28x-5%29%28x-4%29%29%2F%28%28x-5%29%28x-4%29%29 and that is the first term.

Next we deal with 4%2F%28x-5%29. Here the missing factor is x-4, so we multiply by %28x-4%29%2F%28x-4%29. The second term is therefore %284%28x-4%29%29%2F%28%28x-5%29%28x-4%29%29

By now you should be able to see that the third term must be %2815%28x-5%29%29%2F%28%28x-5%29%28x-4%29%29

Now let's reconstruct the original equation with the LCD applied:



Since we have an equation, we can multiply both sides of the equation by the same value, so let's use %28x-5%29%28x-4%29 and voila! the denominators go away completely leaving us with:

%282%28x-5%29%28x-4%29%29%2B4%28x-4%29=15%28x-5%29

Now is a good time to multiply the two binomials and while we are at it, apply
the distributive property all the way across:

2x%5E2-18x%2B40%2B4x-16=15x-75

Collect like terms and put the resulting quadratic in standard form:

2x%5E2-29x%2B99=0

At first blush, this looks like a computational horror, but actually it factors:

%282x-11%29%28x-9%29=0 (Verification of this factorization is left as an exercise for the student)

So, x=11%2F2 or x=9

One more consideration that you need to make. It was not a problem in this particular example, but anytime you solve a rational equation, you must check all roots to ensure that they are in the domain of the original function. That means that you cannot have a root that would make the original function undefined. In the case of this example, you would have to exclude either 4 or 5 because either 4 or 5 would give you a zero denominator. Since neither 4 nor 5 is in the solution set for this equation, no problem. But never fail to check when you are solving equations with rational terms.

Hope that helps.
John