Skip to main content

Removing Half, Just to Reduce by 1%

· 7 min read

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. 98100\frac{98}{100}. 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 xx.

Note this key fact: when reducing the number of left-handed people in the group by xx, the total number of people in the group also has to be reduced by xx.

In other words, the new number of left-handed people in the group will be 99x99-x, and the total number of people, 100x100-x.

Putting these two expressions together as a fraction whose numerator and denominator align with that of 98100\frac{98}{100}, and equating the two fractions together, we obtain the following algebraic equation:

99x100x=98100\frac{99-x}{100-x}=\frac{98}{100}

(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:

x=50.x=50.

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 KK people (with K>0K > 0), XX % of them are left-handed (with 0<X1000 < X \leqslant 100). How many people (denoted by LL), all of which are left-handed, have to be removed from the group so that the percentage of left-handed people is reduced to (Xd)(X-d) % (with dXd \leqslant X)?

Meanwhile, we denote the percentage of left-handed people to be removed from the group by YY. This leads to the following relationship:-

Y=LK100(*)Y=\frac{L}{K} \cdot 100 \tag{*}

In addition, the actual number of left-handed people is KX100K \cdot \frac{X}{100}, and indeed, LKX100L \leqslant K \cdot \frac{X}{100}.

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 dd (as well as possibly KK and XX) affect YY?

Apply some algebra again in a similar manner as before, and we obtain the following equation:-

KX100LKL=Xd100\frac{K \cdot \frac{X}{100}-L}{K-L}=\frac{X-d}{100}

After some algebraic manipulations, including the substitution L=KY100L=\frac{KY}{100} using ()(^*), we arrive at the following equation of YY in terms of XX and dd:-

Y=100d100(Xd).Y=\frac{100d}{100-(X-d)}.

(One may verify that this equation does hold by substituting the values involved in the initial problem, i.e. X=99X = 99 and d=1d = 1, which gives us Y=50Y = 50 [%] as expected.)


Here are two interactive graphs that illustrate the influence of XX and/or dd on YY (created using mafs, entirely by hand):-

(Move around the range sliders below to see how XX and dd affect the value of YY. Floating-point error may present.)

X=X =99
d=d =  1
Y=Y = 50 (applying the above values of XX and dd)

[Graph of YY with respect to XX, where 0<X1000 < X \leqslant 100, with dd fixed as the current value indicated by the range slider. The blue point indicates the position of the current (X,Y)(X,Y) values as determined by the range slider on the graph.]

[Graph of YY with respect to dd, where 0<dX0 < d \leqslant X, with XX fixed as the current value indicated by the range slider. The dashed vertical line indicates the value of XX, where the upper limit of the domain is. The white point indicates the 'maximum' possible value of YY, subject to the existing constraints. The red point indicates the position of the current (d,Y)(d,Y) values as determined by the range slider on the graph.]


From the result above, we can make the following observations:-

  • The choice of KK, i.e. the actual number of people involved, does not matter.
  • The smaller the percentage difference dd, the more 'dramatic' its effect on YY.
  • While increasing the value of dd can substantially increase the value of YY due to the presence of the 100100 factor applied to dd on the numerator (despite the presence of +d+ d on the denominator), its effect is limited as its greatest possible value is restricted by XX, due to the requirement that dXd \leqslant X.
  • Keeping XX fixed, Y(d)Y(d) is an increasing function1 with a maximum1 of XX.
  • Keeping dd fixed, Y(X)Y(X) is an increasing function2 with a maximum2 of 100100.
  • The trivial case, in which 'all left-handed people are removed from the group', is when Xd=0    X=dX - d = 0 \iff X = d, which leads to Y=d=XY = d = X. While this does maximise the value of YY, 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 XX was deliberately chosen to be as close to 100100 as possible, whereas the decrease in percentage dd was chosen to be 'rather small' (balancing between the 100d100d on the numerator and the +d+d on the denominator), in order to make the difference between dd and YY as large as possible, for the purpose of achieving the surprising effect.

[In particular, notice the sharp rise of Y(X)Y(X) with d=1d = 1 around the region between X=90X = 90 and X=100X = 100.]

Alas, not a particularly groundbreaking result, but it is a result, at least.

Footnotes

  1. Only considering 0<dX0 < d \leqslant X as the domain. 2

  2. Only considering 0<X1000 < X \leqslant 100 as the domain. 2