Percentage Changes and Optimization

CAT 2023 Slot 3 · QA · Medium · Arithmetic

The population of a town in 2020 was 100000 . The population decreased by y%y\% from the year 2020 to 2021 , and increased by x%x\% from the year 2021 to 2022, where xx and yy are two natural numbers. If population in 2022 was greater than the population in 2020 and the difference between xx and yy is 10 , then the lowest possible population of the town in 2021 was

  1. A.

    74000

  2. B.

    75000

  3. C.

    72000

  4. D.

    73000

Answer

D

Explanation

Given P2020=100000P_{2020} = 100000. P2021=100000(1y100)P_{2021} = 100000\left(1 - \frac{y}{100}\right). P2022=100000(1y100)(1+x100)>100000P_{2022} = 100000\left(1 - \frac{y}{100}\right)\left(1 + \frac{x}{100}\right) > 100000.

So (1y100)(1+x100)>1    (100y)(100+x)>10000\left(1 - \frac{y}{100}\right)\left(1 + \frac{x}{100}\right) > 1 \implies (100 - y)(100 + x) > 10000. 100(xy)xy>0100(x - y) - xy > 0

Since x,yNx, y \in \mathbb{N} and P2022>P2020P_{2022} > P_{2020}, we must have x>yx > y, so xy=10    x=y+10x - y = 10 \implies x = y + 10. 100(10)>y(y+10)    y2+10y1000<0100(10) > y(y + 10) \implies y^2 + 10y - 1000 < 0 (y+5)2<1025(y + 5)^2 < 1025

Since 102532.015\sqrt{1025} \approx 32.015, we have y+532    y27y + 5 \le 32 \implies y \le 27.

To minimize P2021=100000(1y/100)P_{2021} = 100000(1 - y/100), we maximize yy. The maximum natural number value of yy is 2727.

Lowest P2021=100000(127100)=73000P_{2021} = 100000 \left(1 - \frac{27}{100}\right) = 73000.

Practise this under exam conditions

Sign in to solve it with a live timer, the on-screen CAT calculator, and streak and accuracy tracking across every question you attempt.

Solve in the workspace