SOLUTION: knowing that log10((x+y)/3)=1/2(log10(x)+log10(y)) determine the value for x/y P.S - the 3 is inside the log and the log base is 10.

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: knowing that log10((x+y)/3)=1/2(log10(x)+log10(y)) determine the value for x/y P.S - the 3 is inside the log and the log base is 10.      Log On


   



Question 658889: knowing that log10((x+y)/3)=1/2(log10(x)+log10(y)) determine the value for x/y
P.S - the 3 is inside the log and the log base is 10.

Found 2 solutions by josmiceli, Theo:
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
++log%28+%28x%2By%29%2F3+%29+=+%281%2F2%29%2A%28+log%28x%29+%2B+log%28y%29+%29+
++log%28+%28x%2By%29%2F3+%29+=+%281%2F2%29%2A%28+log%28x%2Ay%29+%29+
++log%28+%28x%2By%29%2F3+%29+=++log%28sqrt%28x%2Ay%29%29++
+%28+x+%2B+y+%29+%2F+3+=+sqrt%28+x%2Ay+%29+
Square both sides
+%28+x+%2B+y+%29%5E2+%2F+9+=+x%2Ay+
++x%5E2+%2B+2x%2Ay+%2B+y%5E2++=+9x%2Ay+
+x%5E2+%2B+y%5E2+=+7x%2Ay+
Divide both sides by +y%5E2+
++%28x%2Fy%29%5E2+%2B+1++=+7%2A%28x%2Fy%29+
Solve for +x%2Fy+ Have to run.
Hope I got it.



Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
here's my take on solving this problem.
presumably you want to solve for x/y
since log10(x) is the same as log(x), i'll rewrite the problem as follows:
log((x+y)/3) = 1/2 * (log(x) + log(y)
since log(a) + log(b) is equal to log(ab), the equation becomes:
log((x+y)/3) = 1/2 * log(xy)
since a * log(b) = log(b^a), the equation becomes:
log((x+y)/3) = log((xy)^(1/2)) which is the same as:
log((x+y)/3) = log(sqrt(xy))
since log (a/b) = log(a) - log(b), the equation becomes:
log(x+y) - log(3) = log(sqrt(xy))
add log(3) to both sides of the equation and subtract log(sqrt(xy)) from both sides of the equation to get:
log(x+y) - log(sqrt(xy)) = log(3)
since log(a) - log(b) = log(a/b), the equation becomes:
log((x+y)/sqrt(xy)) = log(3)
if log(a) = log(b) then a must be equal to b so the equation becomes:
(x+y)/sqrt(xy)) = 3
multiply both sides of this equation by sqrt(xy) to get:
x+y = 3*sqrt(xy)
divide both sides of this equation by y to get:
(x+y)/y = 3*sqrt(xy)/y
simplify to get:
x/y + 1 = 3*sqrt(xy)/y
subtract 1 from both sides of this equation to get:
x/y = 3*sqrt(xy)/y - 1
if i assumed a value 1 for y then i was able to solve for x to get:
x = 6.854101966 and x = .1458980338
i confirmed that when x = 6.85... and y = 1, the original equation is true.
i also confirmed that when x = .14... and y = 1, the original equation is also true.
i'm thinking this confirms the solution is good.
hopefully you and/or your instructor agree.
good luck.
interesting problem.