SOLUTION: .}log(x-5y)=2 logx-logy=1

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: .}log(x-5y)=2 logx-logy=1       Log On


   



Question 238185: .}log(x-5y)=2
logx-logy=1

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
log%28%28x-5y%29%29+=+2
log%28%28x%29%29+-+log%28%28y%29%29+=+1
I assume the problem is to solve this system of equations. Since the variables are in the arguments of logarithms we will rewrite these equations in exponential form. However, the second equation is not in a proper form for this yet so we have to start there.

We need to "combine" the logarithms of the second equation using this property of logarithms: log%28a%2C+%28p%29%29+-+log%28a%2C+%28q%29%29+=+log%28a%2C+%28p%2Fq%29%29:
Now, with our modified second equation our system is:
log%28%28x-5y%29%29+=+2
log%28%28x%2Fy%29%29+=+1
These are now ready to be rewritten in exponential form using the fact that log%28a%2C+%28p%29%29+=+q is equivalent to p+=+a%5Eq:
x-5y+=+10%5E2
x%2Fy+=+10%5E1
Simplifying the powers of 10 we get:
x-5y+=+100
x%2Fy+=+10
The second equation is not linear. So the Substitution Method is best. By adding 5y to the first equation we can solve it for x:
x+=+5y+%2B+100
And now we can substitute this into the second equation giving:
%285y%2B100%29%2Fy+=+10
To solve this we eliminate the fraction by multiplying both sides by y:
5y+%2B+100+=+10y
Subtract 5y from each side:
100+=+5y
Divide both sides by 5:
20+=+y
Then we can use this to find x, using x = 5y+100:
x+=+5%2820%29%2B100
x+=+100%2B100
x+=+200
So we have a solution: (200, 20)

With logarithm problems it is important to check answers because we cannot allow solutions which make arguments of logarithms zero or negative. So we will substitute these values into the original equations to see if they actually work:
log%28%28200-5%2820%29%29%29+=+2
log%28%28200%29%29+-+log%28%2820%29%29+=+1
We can see that the arguments of all three logarithms are positive. So our solution works.