multiplying powers with variable in exponent and different bases

1.7k Views Asked by At

I am having trouble sorting out where to begin with solving for unknown value in this equation:

$16^{5a−1} \times 256^{3a} = 128$.

I imagine I would need to change to logarithmic form, but am perplexed by the lack of same base, because if I rearrange into log form:

$\log_{16}(128) \times \log_{16}(128) = (5a-1)+3a$.

Is this an incorrect start? I am thinking that there is a problem with having 128 as N value when it is the product of multiplying two terms. Any directions are much appreciate!

2

There are 2 best solutions below

1
On BEST ANSWER

The use of logs is actually unnecessary here, since by coincidence all bases in the equation can be rewritten as a power of a common base (namely, $2$). We can use exponent laws to simply both sides into the form $2^{X} = 2^Y$ and infer that $X = Y$. Indeed, observe that: \begin{align*} 16^{5a - 1} \cdot 256^{3a} &= 128 \\ (2^4)^{5a - 1} \cdot (2^8)^{3a} &= (2^7) \\ 2^{20a - 4} \cdot 2^{24a} &= 2^7 \\ 2^{44a - 4} &= 2^7 \\ 44a - 4 &= 7 \end{align*} and so on.

0
On

$16^{5a−1} \times 256^{3a} =16^{5a-1}\times 16^{2(3a)}=16^{5a+6a-1}=16^{11a-1}=128$.

Now, take a logarithm with base $16$.

This yields $11a-1=\dfrac{7}{4}$. Now, you can solve this for $a$.