How can I prove that n^3 + (n+1)^3 + (n+2)^3 is a multiple of 9?

dpesios
Messages
10
Reaction score
0
Hello everybody,
I am doing my reading lately to prepare for some exams to join a mathematics department.

And I would very much like, if anyone could help, the solution (or a hint) to the following induction proof.

" Show that n^3 + (n+1)^3 + (n+2)^3 is a multiple of 9 "

:smile:

I can deal with proofs that say " *this* is divisible with *that* " but in that case I have no clue how to start.

I have no one to ask for help ... but you in the forum.
 
Physics news on Phys.org
Show it's true for the base case n=1, then assume it's true for n=k, that is

k^3+(k+1)^3+(k+2)^3 = 9M

where M is an integer, now prove it's true for n=k+1,

(k+1)^3+(k+2)^3+(k+3)^3=9N

So what you need to do is show that N is an integer as well. You'll need to make a substitution from the equation you assumed to get anywhere.
 
Thanks for the answer,

Okay, here is my solution. I thought that at the problem defintion "is divisible by" and "is a multiple of" makes a huge difference.

The base case is obvious.

Let that the statement holds for n=k, that is,
k^3+(k+1)^3+(k+2)^3 is a multiple of 9.
We will then show that it holds for n=k+1, that is (k+1)^3+(k+2)^3+(k+3)^3 is a multiple of 9.

We have,
k^3+(k+1)^3+(k+2)^3+(k+3)^3-k^3=9M+(k+3)^3-k^3,
So what we want to show is that (k+3)^3-k^3 is also a multiple of 9.
By using the formula a^3-b^3=(a-b)(a^2+b^2+ab) we can reach our goal.
 
Nicely done. The only thing I would add is to specifically state that the equation you assumed is equal to 9M, rather than telling us in words that it's a multiple of 9. This way there is no disputing anything when you make the substitution.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top