asked 93.5k views
2 votes
True or false log(x+y)-logy=logx

2 Answers

4 votes
False. That is not how properties of logs works. log(xy)=logx+logy, not log(x+y)=logx+logy.
answered
User MSL
by
7.4k points
6 votes
log(x + y) - logx = logx

By laws of logarithm, logA - logB = log(A/B)

log(x + y) - logx = log((x +y)/x)

log((x +y)/x) is not equal to log x.

So the statement:

log(x + y) - logx = logx is False.

Hope this helps.
answered
User Daniel Wu
by
8.7k points