You can put this solution on YOUR website! 3log(a)+5log(a)=64
:
use logarithm power rule
:
log(a^3) +log(a^5) = 64
:
use logarithm product rule
:
log(a^3 * a^5) = 64
:
log(a^8) = 64
:
use definition of logarithm - assume base 10
:
a^8 = 10^64
:
a = (10^64)^(1/8) = 100,000,000 = 1 * 10^8 = 1E8
: