Log equation

Algebra Level 1

log 5 x = log ( 2 x + 9 ) , x = ? \Large \log 5x = \log (2x+9), \ \ \ \ \ x = \ ?


The answer is 3.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

15 solutions

Saurabh Mallik
Jun 27, 2014

We need to solve the equation:

l o g 5 x = l o g ( 2 x + 9 ) log 5x=log (2x+9)

Canceling l o g log on both sides.

5 x = 2 x + 9 5x=2x+9

5 x 2 x = 9 5x-2x=9

3 x = 9 3x=9

x = 3 x=3

Thus, the answer is: x = 3 x=\boxed{3}

Cancelling log on both sides

?

Abhishek Sharma - 6 years ago

Log in to reply

We can cancel log on both the sides if we have the same base on both sides. Here both sides log has base 10 thus we can cancel them.

Saurabh Mallik - 6 years ago

Log in to reply

Your idea is right but 'cancelling logs' is not the right phrase.

Abhishek Sharma - 6 years ago

Log in to reply

@Abhishek Sharma Absolutely correct the term is taking "anti- log on both sides".mathematically its incorrect to cancel a mathematical operator. one can only use a operator to nulify the others effect.(eg differentiation and integration are operator which cancel out each others effect.)

Mayank Jha - 5 years, 7 months ago

Easy... Cancelling the logs will do...

Hon Ming Rou - 5 years, 11 months ago
Victor Loh
Jul 7, 2014

5 x = 2 x + 9 x = 3 5x=2x+9\implies x=\boxed{3} .

Hello,

as given log(5x) = log(2x+9) ,

log(5x) = log(2x+9)

5x = 2x + 9

3x = 9

x = 3

Therefore , x = 3,

Muhammad Ahmed
Mar 10, 2014

As base of log is 10. so, log5x=log(2x+9) can be written as 5x=2x+9 =3

Bill Bell
Jul 23, 2014

Brute force with Python sympy library. I love checking to see what the library can do.

>>> from sympy import *

>>> x=symbols('x')

>>> solve(Eq(log(5 x)-log(2 x+9)),x)

[3]

Almad Hassan
Mar 13, 2014

remove log and do linear equation.

Just remove the log from the two sides and solve

Easy right, Sorry

Mardokay Mosazghi - 7 years, 3 months ago
Rajkumar Seth
Aug 3, 2015

log(5x)=log(2x+9) e^5x=e^(2x+9) 5x=2x+9 x=3

Owen Leong
Aug 2, 2015

log(5x) = log(2x+9)

10^log5x = 10^log(2x+9)

By applying the laws of logarithms,

5x = 2x + 9

The rest is solved below

since log(5x)=log(2x+9), we can say that

5x=2x+9 [since both logs have same base, assumed to be 10]

3x=9

x=3

Lew Sterling Jr
Jun 11, 2015

Ashwin Padaki
May 7, 2015

What is question???

Hassan Raza
Jul 31, 2014

l o g 5 x = l o g ( 2 x + 9 ) C a n c e l l e d l o g o n b o t h s i d e s w e h a v e 5 x = 2 x + 9 = > 5 x 2 x = 9 = > 3 x = 9 = > x = 9 3 = > x = 3 A n s w e r log5x=log(2x+9)\\ Cancelled\quad log\quad on\quad both\quad sides\\ we\quad have\\ \quad \quad \quad 5x=2x+9\\ =>\quad 5x-2x=9\\ =>\quad 3x=9\\ =>\quad x=\frac { 9 }{ 3 } \\ =>\quad \boxed { x=3 } \quad Answer\quad

Fares Salem
Jun 22, 2014

5x = 2x + 9,
3x = 9,
x = 9/3 = 3

Jo E
Apr 3, 2014

Solve log(5x) = log (2x+9)

5x = 2x+9 3x = 9 x = 3

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...