Help 4 consecutive numbers divisible by 4

  • Thread starter Thread starter nat_tx
  • Start date Start date
  • Tags Tags
    Numbers
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 9K views
nat_tx
Messages
1
Reaction score
0
help! 4 consecutive numbers divisible by 4

Homework Statement




prove that for any integer n(n^2-1)(n+2) is divisible by 4??



Homework Equations





The Attempt at a Solution


i know two of them are even, but how do i actually prove this??

thanks
 
Physics news on Phys.org


If you know that two of them are even, then each is of the form 2a and 2b for some integers a and b. Then multiplying them together gives a multiple of 4.

You can start this by factoring the formula given. Expand it completely and then factor out n. Then factor the resulting third degree polynomial. One of the factors is (x+1). Your first factor was n, the second is n+1, so I think you see where this is going. Then after factoring completely you can find the solution.
 


If n is even, then so is (n+2), and the product is divisible by 4.

If n is odd, then (n^2-1)=(n-1)(n+1) is a product of even numbers, so again the whole thing is divisible by 4.
 


Try factoring n(n2-1)(n+2) and see if you notice something.
 


Bohrok said:
Try factoring n(n2-1)(n+2) and see if you notice something.
If you mean "notice that this is (n-1)(n)(n+1)(n+2), the product of 4 consecutive integers, I suspect, from the title of this thread, that he already knew that!