Removing Half, Just to Reduce by 1%
The Initial Problem
I have recently come across an interesting mathematical problem that goes along the lines of the following:
Within a group of 100 people, 99 of them are left-handed. How many left-handed people should be removed from the group so that the percentage (of left-handed people) is reduced to 98%?
It is rather straightforward to see that the initial percentage of left-handed people amongst the group is 99%. In other words, we are only required to reduce the said percentage by 1%.
At first glance, the answer to this question might seem to be 'obvious', "We just have to remove one (1) left-handed person from the group! We will then have 98 out of 100, which gives us 98%! Settled!"
A sharp-eyed reader may, upon giving slightly more thought to it, immediately recognise the elementary flaw of this derivation, "Wait a second. If you reduce the count of left-handed people by 1, you also have to reduce the count of all people in the group by 1! We should have 98 out of 99, not 98 out of 100! We haven't yet achieved the 98% target!"
To be honest, I did make that exact same mistake before, and I presume that many others do too, considering how 'elegant-looking' the numbers involved in the incorrect solution are.
How should we tackle this problem then? Fret not, some middle-school level algebra would suffice. In fact, this can be a very good question for junior high school students (or even advanced primary school students) to test their application of knowledge in algebra.
We rewrite the 98% expression in fraction form, i.e. . We want to know the number of left-handed people to remove from the group so that the new percentage of left-handed people becomes 98%. Let that be .
Note this key fact: when reducing the number of left-handed people in the group by , the total number of people in the group also has to be reduced by .
In other words, the new number of left-handed people in the group will be , and the total number of people, .
Putting these two expressions together as a fraction whose numerator and denominator align with that of , and equating the two fractions together, we obtain the following algebraic equation:
(It might look like a quadratic equation in disguise, but it actually isn't: it will only result in a linear equation.)
I will not dive into the arithmetic details of solving this equation, but after solving it, one will arrive at the following (unique) solution:
Yes, 50. Half (50%) of the initial number of people in the group (with all of them being left-handed of course) have to be removed, just to reduce the percentage of left-handed people by 1%.
This may 'feel wrong' to some people, but a simple verification will show that this is very true: after removing 50 left-handed people from the group, we then have 49 left-handed people out of all 50 remaining people in the group. A 98% proportion, as we desire.
At least to me, this result is surprising.
This kind of counterintuitiveness in mathematics is not new; in fact, there is a term for this phenomenon: veridical paradox. Another veridical paradox that involves probability is the famous 'birthday problem'. It has received extensive research and is also worthy of looking into.
The Generalisation
Now that we have solved this particular question, we can try to think like a mathematician (mathematical thinking): let's generalise the problem and see what we can do about it!
In this case, we can try replacing the fixed numbers mentioned in the question with variables, while introducing some constraints on the variables so that the question 'remains well-defined'. As a result, we obtain the following:-
Within a group of people (with ), % of them are left-handed (with ). How many people (denoted by ), all of which are left-handed, have to be removed from the group so that the percentage of left-handed people is reduced to % (with )?
Meanwhile, we denote the percentage of left-handed people to be removed from the group by . This leads to the following relationship:-
In addition, the actual number of left-handed people is , and indeed, .
The purpose of this generalisation is to investigate if the counterintuitiveness that we have encountered previously is just a special case, or in fact a general pattern: how does the choice of (as well as possibly and ) affect ?
Apply some algebra again in a similar manner as before, and we obtain the following equation:-
After some algebraic manipulations, including the substitution using , we arrive at the following equation of in terms of and :-
(One may verify that this equation does hold by substituting the values involved in the initial problem, i.e. and , which gives us [%] as expected.)
Here are two interactive graphs that illustrate the influence of and/or on (created using mafs, entirely by hand):-
(Move around the range sliders below to see how and affect the value of . Floating-point error may present.)
[Graph of with respect to , where , with fixed as the current value indicated by the range slider. The blue point indicates the position of the current values as determined by the range slider on the graph.]
[Graph of with respect to , where , with fixed as the current value indicated by the range slider. The dashed vertical line indicates the value of , where the upper limit of the domain is. The white point indicates the 'maximum' possible value of , subject to the existing constraints. The red point indicates the position of the current values as determined by the range slider on the graph.]
From the result above, we can make the following observations:-
- The choice of , i.e. the actual number of people involved, does not matter.
- The smaller the percentage difference , the more 'dramatic' its effect on .
- While increasing the value of can substantially increase the value of due to the presence of the factor applied to on the numerator (despite the presence of on the denominator), its effect is limited as its greatest possible value is restricted by , due to the requirement that .
- Keeping fixed, is an increasing function1 with a maximum1 of .
- Keeping fixed, is an increasing function2 with a maximum2 of .
- The trivial case, in which 'all left-handed people are removed from the group', is when , which leads to . While this does maximise the value of , it feels significantly less surprising.
Thus, we may infer that the counterintuitiveness that we just saw in the initial problem seems to be more of a somewhat special case than a general pattern: the initial percentage was deliberately chosen to be as close to as possible, whereas the decrease in percentage was chosen to be 'rather small' (balancing between the on the numerator and the on the denominator), in order to make the difference between and as large as possible, for the purpose of achieving the surprising effect.
[In particular, notice the sharp rise of with around the region between and .]
Alas, not a particularly groundbreaking result, but it is a result, at least.