Prove this is divisible by 228 for any n

  • Thread starter Thread starter sunnybrooke
  • Start date Start date
AI Thread Summary
The problem requires proving that the expression 1561^n + 712^n - 1225^n - 364^n is divisible by 228 for any natural number n. The suggested approach is mathematical induction, starting with the base case of n = 1, where the expression evaluates to 3. To proceed, assume the expression holds for n = k, and then demonstrate it also holds for n = k + 1. This involves showing that 1561^(k+1) + 712^(k+1) - 1225^(k+1) - 364 is a multiple of 228. The discussion emphasizes the importance of following the steps of induction to complete the proof.
sunnybrooke
Messages
19
Reaction score
0

Homework Statement


Prove that the following is divisible by 228 for any n (natural number).

1561^n + 712^n -1225^n - 364^n

Homework Equations


The Attempt at a Solution


I'm guessing you have to prove by induction. When n = 1, the quotient is 3. What do I do afterwards? Thanks.
 
Physics news on Phys.org
Welcome to PF;
I'm guessing you have to prove by induction. When n = 1, the quotient is 3. What do I do afterwards? Thanks.
You follow the other steps for induction.
 
In other words, assume that 1561k +712k −1225k −364= 228n for some integers k and n and then show that 1561k+1 +712k+1 −1225k+1 −364 is a multiple of 228.
 
Back
Top