Suppose we have 2016 particles in space. 671 of these particles are of type A, 672 are of type B, and 673 are of type C. Any time two particles of different types interact, both of them change into the third type. After some time, which of these ordered triples can denote the number of particles of each type?
Notes:
Assume that, given enough time, the particles will interact.
Each answer is of the form . In this ordered triple, denotes the number of particles of type A, denotes the number of particles of type B, and denotes the number of particles of type C.
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.
Notice that whenever two particles interact, each of a-b, b-c, and c-a mod 3 must stay the same, as subtracting 1 from a number mod 3 is the same as adding 2 to a number mod 3. None of the answer choices obey this, so we can conclude that the correct answer is none of the above.