How can I change 3 to a power to 2 to a power?

431 Views Asked by At

Math problem:

Find $x$, given that $ \, 2^2 \times 2^4 \times 2^6 \times 2^8 \times \ldots \times 2^{2x} = \left( 0.25 \right)^{-36}$

To solve this question, I changed the left side of the equation to $2^{2+4+6+ \ldots + 2x}$ and the right side to: $\frac{2^{74}}{3^{36}}$.

My question is how can $3$ to a power (in this case $36$) be changed to $2$ to a power? (algebraically-without a calculator)

By checking with a calculator and doing $\log$, I found that it is not a whole number and therefore the wrong method for this question.

3

There are 3 best solutions below

3
On

use that $$2+4+6+8+...+2x=2^{x(x+1)}$$ and $$\left(\frac{1}{4}\right)^{-36}=2^{72}$$ and you will have $$2^{2^{x(x+1)}}=2^{72}$$

1
On

$( 0.25)^{-36}=( \frac 1 4) ^{-36}=(2^{-2})^{-36}=(2^{36})^2$

$2^22^42^6....2^{2x}=(2^12^22^32^4...2^x)^2$

So we must have:

$(2^{36})^2=(2^12^22^32^4...2^x)^2$

Or simply:

$2^{36}=2^12^22^32^4...2^x$

$1+2+3+ ....x=36$

$\frac {(x+1)x} 2=36$

$x^2+x=72$

$x=8$

Check $8^2+8=72$

0
On

Take the base-2 logarithm of both members, and you get

$$2+4+6+\cdots+2x=(-2)(-36)$$

or

$$1+2+3+\cdots+x=36.$$

$36$ is the eighth triangular number.


Even though this is irrelevant to the given problem, you convert a power of $2$ to a power of $3$ by writing

$$2^a=3^b,$$ and taking the logarithm (in any base),

$$a\log2=b\log 3$$ or

$$b=a\frac{\log 2}{\log 3}.$$

For integer $a$, $b$ can never be an integer (nor a rational).