0
$\begingroup$

I have this question:

$$3^{11}+3^{11}+3^{11} = 3^x$$ Find the value of $x$

  • 0
    $3^{11}+3^{11}+3^{11}=3^{12}$ and the exponential is injective.2017-01-31

3 Answers 3

4

Takking $3^{11}$ common from left hand side,

$3^{11}(1 + 1 + 1) = 3^x$

$3^{11}(3) = 3^x$

$3^{12} = 3^x$

$x = 12$

Or -

$3(3^{11})= 3^x$

$3^{12} = 3^x$

$x = 12$

2

Answer:

$$3^{11}+3^{11}+3^{11} = 3^x\implies 3^{10}(3^{1} + 3^{1} + 3^{1}) =3^x$$ $$(3^1 + 3^1+ 3^1) = \frac {3^x} {3^{10}}$$ $$9 = \frac{3^x}{3^{10}}$$ $$3^2 = \frac {3^x}{3^{10}}$$ Hence: $$2 = x -10$$ $$x = 12$$

  • 2
    Ah, one of those self-answered questions?2017-01-31
  • 0
    Yes, it was meant to be shared ;)2017-01-31
  • 0
    Its good you solved it by yourself.2017-01-31
2

More simply:

$$3^{11}+3^{11}+3^{11}=3\times 3^{11}=3^{12}$$

so the answer you are looking for is $x=12$ (because $x\mapsto 3^x$ is injective).