4

I am new to logarithms, and I came across this equation..

$$ \ (3)^{4x} - (3)^{(2x + \log_3(12))} +27 = 0 \ $$

I need a way to simply things as this seems very complex

Edit:

I tried $$ \ (3)^{4x} + 27 = (3)^{(2x + \log_3(12))} \ $$

So $$ \ (3)^{4x} + 3^{3} = (3)^{(2x + \log_3(12))} \ $$

Then, $$ \ log ((3)^{4x} + 3^{3}) = (log(3))(2x + \log_3(12)) \ $$

Fghj
  • 1,471

1 Answers1

2

$$3^{4x}-3^{2x}\cdot3^{\log_312}+3^3=0$$

$3^{\log_312}$ - is a basic logharithmic rule

then substitute

$3^{2x} = t$

and solve square equation that depends on $t$

I think you can finish it yourself :)

M.Mass
  • 2,672