-1

My question is:

How to prove that $(a+b)$ is the factor of $a^n+b^n$ if and only if $n$ is an odd natural number?

I tried this using mathematical induction but failed.

I don't have any other idea to prove it. I am a 12 grade student. thank you

Bill Dubuque
  • 272,048
Bhaskara-III
  • 1,571

2 Answers2

2

You can use the factor/remainder theorem for polynomials for this.

Let $p(a)=a^n+b^n$, then $(a+b)$ is a factor iff $p(-b)=0$

We then have that $p(-b)=(-b)^n+b^n$ and this is equal to $0$ if $n$ is odd and $2b^n$ if $n$ is even.

Mark Bennet
  • 100,194
0

if you do the long division you will notice the following identity: $$ a^n+b^n = (a+b)\left(\sum_{k=0}^{n-1} (-1)^k a^{n-1-k}b^k\right) +(1+(-1)^n)b^n $$

David Holden
  • 18,040