1

Given that "$n$" belongs to prime numbers and is greater than 2 ; $(a,b)$ belongs to integers and $0<\sqrt{a}-b<1$

$(\sqrt{a}+b)^n=N+f$ where $f \in (0,1)$

Show that $N$-$2b^n$ is divisible by $2abn$

Tom Lynd
  • 1,342

1 Answers1

1

For $ n $ is odd when $ n > 2 $, $ N = (\sqrt{a}+b)^n - (\sqrt{a}-b)^n $. Expanding it we can get: $$ C_{n}^{2k} (\sqrt{a})^{2k}(b)^{n-2k} - C_{n}^{2k} (\sqrt{a})^{2k}(-b)^{n-2k} = 2C_{n}^{2k} (a)^{2k}(b)^{n-2k} $$ $$ C_{n}^{2k-1} (\sqrt{a})^{2k-1}(b)^{n-2k+1} - C_{n}^{2k-1} (\sqrt{a})^{2k-1}(-b)^{n-2k+1} = 0 $$

easymath3
  • 972