Answer: Cubes of three Consecutive Integers
Saturday, 9 of February , 2008 at 7:05 pm
Question: Show that the sum of the cubes of any three consecutive integers is divisible by 9.
Answer: In order to solve this problem, I am going to define the questions a little more formally.
Prove that there
a
where
given
and
I will be solving this problem using induction.
Base Case:
First we need show that the problem is true for the base case (
)
Therefore, there
a
(which would be
) where
.
Induction Step (for positive values):
In order to prove that the problem holds for
, we need to show:
If
where
where 
In order to prove this statement, we need to reduce
.







Since
, we have shown if
it implies that
where
.
Induction Step (for negative values):
Since we already proved by induction that the problem holds for all natural numbers, all we need to do to extend this proof to all integers is to show that:
If
where
where 
In order to prove this statement, we need to reduce
.







Since
, we have shown if
it implies that
where
.
Therefore, we have proven by induction that the sum of the cubes of any three consecutive integers is divisible by 9.
Question: Show that the sum of the cubes of any three consecutive integers is divisible by 9.
Answer: In order to solve this problem, I am going to define the questions a little more formally.
Prove that there
a
where
given
and
I will be solving this problem using induction.
Base Case:
First we need show that the problem is true for the base case (
)

Therefore, there
a
(which would be
) where
.
Induction Step (for positive values):
In order to prove that the problem holds for
, we need to show:
If
where
where
In order to prove this statement, we need to reduce
.







Since
, we have shown if
it implies that
where
.
Induction Step (for negative values):
Since we already proved by induction that the problem holds for all natural numbers, all we need to do to extend this proof to all integers is to show that:
If
where
where
In order to prove this statement, we need to reduce
.







Since
, we have shown if
it implies that
where
.
Therefore, we have proven by induction that the sum of the cubes of any three consecutive integers is divisible by 9.
Comment by Vishal
Made Friday, 22 of February , 2008 at 8:11 am
Hi
There is a small typo in the problem statement. There should be a (n+2)^3 instead of (n+3)^3.
A different approach - and I am sure you are familiar with it - would be to use modular arithmetic. This has the advantage that we don’t need to analyze separate cases for positive and negative integers. The disadvantage, of course, is that there are lots of if…then cases albeit short ones.
Comment by eldila
Made Friday, 22 of February , 2008 at 9:53 am
Thanks for catching the typo. I started solving the problem using modular arithmetic, but it started getting uglier than I thought the problem should be. Although you need to handle two cases for my approach, the actually math behind the problem is trivial.





