0

I am having trouble with understanding this question and would appreciate some help and guidance.

Solve for x. $$14^{4x} = 3^{-x-3}$$ Write the exact answer using base-10 logarithms

imranfat
  • 10,029
Paul
  • 11

4 Answers4

2

$$14^{4x} = 3^{-x-3}$$

$$ \Leftrightarrow \log(14^{4x}) = \log(3^{-x-3})$$

$$ \Leftrightarrow 4x \log(14) = (-x-3) \log(3) $$

$$ \Leftrightarrow 4x\log(14) = -x\log(3)-3\log(3) $$

$$ \Leftrightarrow 4x\log(14)+x\log(3) = -3\log(3) $$

$$ \Leftrightarrow x(4\log(14)+\log(3)) = -3\log(3) $$

$$ \Leftrightarrow x = \frac{-3\log(3)}{4\log(14)+\log(3)} $$

Which can be further simplified if desired.

1

$$14^{4x} = 3^{-x-3} \implies (14^{4})^x = 3^{-x}3^{-3} \implies (14^{4}\cdot 3)^x = 3^{-3}$$

$$\implies x =\frac{\log_{10}(3^{-3})}{\log_{10}\left(3\cdot 14^4\right)}$$

MrYouMath
  • 15,833
0

Hint

$$a^x=b^x\implies 10^{x\log(a)}=10^{x\log(b)}.$$

Surb
  • 55,662
0

Hint:

Using base-10 logarithms the equation becomes: $$ 4x \log_{10} 14=(-x-3)\log_{10} 3 \quad \iff \quad x(4\log_{10}14+\log_{10}3)=-3\log_{10}3 $$

that is a simple first degree equation in $x$.

Emilio Novati
  • 62,675