There are 500 chameleons, 251 of them blue and 249 red. They are divided into 100 groups of five chameleons each. Every chameleon looks around within their group and, if outnumbered, changes their color to match the majority. Once this round of color changes is done, there are a total of red chameleons.
How many different values of can there be (for all the different ways the colors may sort themselves arbitrarily when the groups are being formed)?
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.
The highest number of red chameleons will result if they are distributed three per group into as many groups as possible. This is 3 2 4 9 = 8 3 groups, or 8 3 × 5 = 4 1 5 chameleons. The lowest number of red chameleons will be found when the blue ones do the same. 2 5 1 is not divisible by 3 , but the two remaining chameleons can't change the result no matter where they are placed. So the largest number of blue chameleons is identical, 4 1 5 , and the smallest number of red is 5 0 0 − 4 1 5 = 8 5 corresponding to only 1 7 groups. (Quite a difference this kind of redistricting can make.) n has to be divisible by 5 , since each group ends up being a single color, so we are looking for the number of multiples of 5 from 8 5 to 4 1 5 inclusive, as all the various numbers of groups can be realized (and with a higher probability than the extremes). Or we can just count the number of different red groups, from 1 7 to 8 3 inclusive. This is 8 3 − 1 7 + 1 = 6 7 .