SOLUTION: log (base 5) x + log (base 3) x = 1 the answer is 1.921, but i want to know how they got it.

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: log (base 5) x + log (base 3) x = 1 the answer is 1.921, but i want to know how they got it.      Log On


   



Question 516128: log (base 5) x + log (base 3) x = 1
the answer is 1.921, but i want to know how they got it.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
log (base 5) x + log (base 3) x = 1
===================
log(x)/log(5) + log(x)/log(3) = 1
----
Multiply thru by log(5)*log(3) to get:
log(3)*log(x) + log(5)log(x) = log(5)*log(3)
log(x)[log(3)+log(5)] = log(5)*log(3)
log(x)*log(15) = log(5)*log(3)
---
log(x) = [log(5)*log(3)]/log(15)
---
log(x) = 0.2836
---
x = 10^0.2836
---
x = 1.9211
===============
Cheers,
Stan H.
=======================