Question
Question: Let \(P\left( n \right):{{a}^{n}}+{{b}^{n}}\) such that a, b are even, then \(P\left( n \right)\) wi...
Let P(n):an+bn such that a, b are even, then P(n) will be divisible by a+b if
A. n>1
B. n is odd
C. n is even
D. none of these
Solution
We first use the mathematical induction to find out the validation of the statement. We put successive values of n starting from 1. We try to find if P(n) is divisible by a+b. We find the general form of n for which P(n) will be divisible by a+b.
Complete step-by-step solution:
It’s given that P(n):an+bn such that a, b is even.
We use the method of mathematical induction to find out the validation of the statement.
Let’s assume n=1. P(1)=a+b and that is divisible by a+b.
For n=2. P(2)=a2+b2 and we can’t say exactly if that is divisible by a+b.
For n=3. P(3)=a3+b3=(a+b)(a2−ab+b2) and that is divisible by a+b.
For n=4. P(4)=a4+b4 and we can’t say exactly if that is divisible by a+b.
For n=5. P(3)=a5+b5=(a+b)[(a2+b2)(a2−ab+b2)−a2b2] and that is divisible by a+b.
So, we can see for even values of n we are not sure if P(n) will be divisible by a+b as we have to be exact about the values of a and b.
But for the odd values of n, we can surely say that P(n) will be divisible by a+b.
So, we can say that P(n):an+bn such that a, b are even, then P(n) will be divisible by a+b if n is odd which means n∈2k+1[k∈Z].
The correct option is B.
Note: The well-established fact is that the sum of two odd powers whose bases are even will be always divisible by the sum of their bases. The values of a and b can change the statement and the possible option for n.