When I solved the following logarithmic equation:
log_2(2x)+log_2(x)=5
I got the answers x = -4 and x = 4, and evaluated each of these for extraneous solutions. When I plugged in both the negative and the positive solutions, I found that only the positive solution works without negative arguments. However, when I solved a different equation:
log(2x-3)-log(x-1)=log(5)
I got the answer 2/3, which when evaluated gives negative arguments log(-5/3) and log(-1/3). I thought at this point you know the solution is extraneous, but upon further evaluation it is still true. If you evaluated x = -4 for the previous problem further by multiplying the two arguments to make a positive argument, the equation would be true. How come x = -4 isn't a solution, but x = 2/3 is?