-1

$(1+\sqrt[n]{M})^n=2^n\cdot\sqrt M $ (TRUE/FALSE)

My try: Using binomial theorem, I got $$(1+\sqrt[n]{M})^n=\sum_{k=0}^n\binom{n}{k}\big(\sqrt[n]{M}\big)^{n-k}=\sum_{k=0}^n\frac{n!}{(n-k)!\cdot k!}\big(M^{\frac{1}{n}}\big)^{n-k}.$$

I don't know what to do next. Please help.

Silent
  • 6,668

2 Answers2

2

Assuming $M \ge 0$ (so there are no ambiguities about branches of complex numbers), if $t = M^{1/(2n)}$ your equation says $$ (1 + t^2)^{n} = 2^n t^n $$ and thus $$ 1 + t^2 = 2 t$$ which is only true for $t = 1$ (and thus $M = 1$).

Robert Israel
  • 470,583
1

Take $M = 2$ and $n = 2$, to find that

$$(1 + \sqrt[n]{M})^n = (1 + \sqrt{2})^2 = 3 + 2\sqrt{2} \ne 4\sqrt{2} = 2^n \sqrt{M}$$