In how many ways can three different integers be selected from the numbers 1 to 12,so that their sum can be exactly divided by 3?
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.
Those numbers can be divided into groups ( m o d 3 ) :
⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ 1 1 1 1 − 1 − 1 − 1 − 1 0 0 0 0
We can either choose 3 ones, 3 minus ones, 3 zeros or 1 of each group. ( 3 4 ) + ( 3 4 ) + ( 3 4 ) + ( 1 4 ) ( 1 4 ) ( 1 4 ) = 7 6