Convert $3^n$ to some form of $2^n$

102 Views Asked by At

I am not from Maths field, but I need your help to convert the $3^n$ form to $2^n$. I need to change the base from $3$ to $2$. The resultant expression can be of any form.

1

There are 1 best solutions below

0
On BEST ANSWER

$$3 = 2^{\log_23}$$

Therefore $$3^n = (2^{\log_23})^n=2^{n\log_23}$$