In how many ways can six consecutive integers add up to for some integer ?
If you think there are infinitely many ways answer 999999.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
6 consecutive integers will add up to 21 + 6m for intgral m. And 21+6m = 3(7+2m), and 7+2m comprises all odd numbers. Therefore, for any odd p we can fin 3^p = 21 + 6m for some m. So, we can make 3^p for all p. That means we can make 3^7, 9^7, 27^7, etc. An infinite number!