SOLUTION: 1/2(x-5)=x/4 I have tried this question so many ways, my head hurts. I can't figure it out! I only need one example and I will be able to complete my homework, unfortunately t

Algebra ->  Inverses -> SOLUTION: 1/2(x-5)=x/4 I have tried this question so many ways, my head hurts. I can't figure it out! I only need one example and I will be able to complete my homework, unfortunately t      Log On


   



Question 125574This question is from textbook Mathematics 10
: 1/2(x-5)=x/4
I have tried this question so many ways, my head hurts. I can't figure it out! I only need one example and I will be able to complete my homework, unfortunately the text book does not give me an example. I have plans to go into school early if you can't help, but I thought I would give this a shot. I like to work things out on my own, but this is review from last year and after not seeing math problems for a year I'm struggling. Thanks
This question is from textbook Mathematics 10

Found 2 solutions by ankor@dixie-net.com, solver91311:
Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
1%2F2(x-5) = x%2F4
:
The first thing you want to do here is get rid of the denominators
multiply equation by a multiple of both denominators, that would 4
4*1%2F2(x-5) = 4*x%2F4
Cancel out the denominators and you have:
2(x-5) = 1x
:
2x - 10 = x; multiply what's inside the brackets
:
2x - x = +10; basic algebra, add 10 to both sides, subtract x from both side
:
x = 10
:
:
Check in original equation; substitute 10 for x
1%2F2(10-5) = 10%2F4
1%2F2(5) = 10%2F4
2.5 = 2.5

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
The thing is, I'm not sure whether your problem is: 1%2F2%28x-5%29=x%2F4 or %281%2F2%29%28x-5%29=x%2F4, but I'm going to assume the former because the latter is trivial.

When dealing with rational functions, usually the best thing is to get everything on the left and leave 0 on the right to start:


1%2F2%28x-5%29=x%2F4

Add -x%2F4 to both sides
1%2F2%28x-5%29-x%2F4=0

Now you have the problem of adding two fractions with dissimilar denominators. You need to find a common denominator. Your denominators have a factor of 2 in common, so your LCD is 4%28x-5%29. So:

2%2F4%28x-5%29-%28x%28x-5%29%29%2F4%28x-5%29=0

Now that we have a common denominator, we can add the numerators, but first it will be convenient to distribute and remove the parentheses from the 2nd numerator. You can leave the denominator as it is for the time being.


%282-x%5E2%2B5x%29%2F4%28x-5%29=0


Now, there is something to consider before you go any further. Is there a value of x that would make the denominator go to 0? The answer is yes, this function is undefined for x = 5, because that would give us a zero denominator. Therefore, if we arrive at a solution set that contains x = 5, we will have to exclude that solution.

The next thing to realize is that a%2Fb=0 if and only if a=0 and b%3C%3E0. So in order to solve this equation, we don't have to worry about the denominator (except to exclude 5 if it comes up as a solution) and all we have to do is set the numerator equal to zero and solve the quadratic.


-x%5E2%2B5x%2B2=0

Multiply by -1
x%5E2-5x-2=0

This one doesn't factor neatly, so the best alternative is the quadratic formula:

x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
x+=+%28-%28-5%29+%2B-+sqrt%28+%28-5%29%5E2-4%2A1%2A%28-2%29+%29%29%2F%282%2A1%29+
x+=+5+%2B-+sqrt%28+25%2B8%29%2F%282%29+
x+=+5+%2B-+sqrt%2833%29%2F%282%29

We don't have to worry about excluding 5 because we got a conjugate pair of irrational roots.

Since root 33 is larger than 5, one of the roots is negative and the other is positive. We would then expect a graph of the original function to cross the x-axis once to the left of the y-axis, and once to the right of the y-axis. We would also expect to see a vertical asymptote at x = 5.

graph%28600%2C600%2C-6%2C6%2C-6%2C6%2C1%2F2%28x-5%29-x%2F4%29

As advertised.