How do you solve \log _ { 9} ( 2x + 5) = \log _ { 9} 5x?

1 Answer
Mar 2, 2017

x=5/3

Explanation:

Because you have a log_9 on both sides, raise both sides as powers of 9, which effectively cancels out the logs.

log_9(2x+5) = log_9(5x)

9^(log_9(2x+5)) = 9^(log_9(5x))

2x+5 = 5x

Now you can simply solve

2x+5=5x

5=3x

x=5/3