Equation with a division in exponent

48 Views Asked by At

I have an equation: 10,9 * 2^(x/1,5) = 1000 and want to calculate the value of x.

x being in the exponent is my problem. How can I get to something like: x = ...

1

There are 1 best solutions below

0
On BEST ANSWER

You use the comma to denote the decimal so I'll use the same notation.

$$2^{x/1,5}=\frac{1000}{10,9}=\alpha\iff x=1,5\times\frac{\alpha}{\log2}$$