1

Just had an exam, this sinister question I know I did wrong lingers in my mind: Solve for $x$,

$$2-\log_3(x-7) = \log_{\frac{1}{3}} (2x)$$

On phone not sure how to write the equation properly.

Please correct and take me through solving the problem. (I have little problems with same base logarithmic problems)

Thanks

choco_addicted
  • 8,786
  • 8
  • 24
  • 53
Wharf Rat
  • 274

1 Answers1

2

$$2-\log_3(x-7)=\log_{\frac13}(2x)$$ $$2-\frac{\log(x-7)}{\log3}=\frac{\log(2x)}{\log{\frac13}}$$ $$2-\frac{\log(x-7)}{\log3}=\frac{\log(2x)}{-\log{3}}$$ $$2\log(3)-\log(x-7)=-\log(2x)$$ $$\log{\frac{9}{x-7}}=\log{\frac{1}{2x}}$$ $$\frac{9}{x-7}=\frac{1}{2x}$$ $$18x=x-7$$ $$x=\frac{-7}{17}$$ But for logarithm to be defined, we must have $x-7\gt0$ and $2x\gt0$. Thus, there is no solution.

GoodDeeds
  • 11,185
  • 3
  • 22
  • 42