How do you solve logx+log(x3)=1?

1 Answer
Jan 24, 2016

I found x=5 if the base of the log is 10.

Explanation:

We can take advantage of the property of logs that says:
log(x)+log(y)=log(xy)
to get in your case:
log[x(x3)]=1
Now the problem is the base of your log...
If the base is 10 we write:
log10[x(x3)]=1
apply the definition of log:
x(x3)=101
solve for x:
x23x10=0
apply the Quadratic Formula:
x1,2=3±9+402=3±72
two solutions:
x1=3+72=5
x2=372=2 NOT because you'd get a negative argument of the log in the original expression.

If the base is NOT 10 use your specific base at the above stage marked: