Given a set of n elements each of which is either red or blue, it is k
nown that in the worst case n - v(n) pairwise equal/not equal color co
mparisons are necessary and sufficient to determine the majority color
, where v(n) is the number of 1-bits in the binary representation of n
. We prove that 2n/3 - root 8n/9 pi + O(log n) such comparisons are ne
cessary and sufficient in the average case.