0

I want to find the value of $x$ in this equation, by using logarithms.

$ \ 18^{4x-3} = (54 \sqrt{2})^{3x-4} \ $

Fghj
  • 1,471

3 Answers3

3

HINT:

$$18=(3\sqrt2)^2$$ and $$(3\sqrt2)^3=?$$

So, take logarithm in both sides with respect to base $3\sqrt2$

2

Let's try this way $$18^{4x-3}=3^{2(4x-3)}\times 2^{1(4x-3)}$$$$(54\sqrt2)^{3x-4}=3^{3(3x-4)}\times2^{\frac{3}{2}(3x-4)}$$and$$18^{4x-3}=(54\sqrt2)^{3x-4}$$so $$3^{2(4x-3)}\times 2^{1(4x-3)}=3^{3(3x-4)}\times2^{\frac{3}{2}(3x-4)}$$equating powers of $2$ or $3$ you get$$8x-6=9x-12$$$$x=6$$

Atul Mishra
  • 3,136
1

We have that $ ((3\sqrt{2})^2)^{4x-3}=((3\sqrt{2})^3)^{3x-4}$

So that means $(3\sqrt{2})^{8x-6}=(3\sqrt{2})^{9x-12}$.

Taking the logarithm of both sides with respect to base $3\sqrt{2}$ gives us $8x-6=9x-12$, which means $x=6$.