CAT 2020 Slot 2 QA Question & Solution
Question
Aron bought some pencils and sharpeners. Spending the same amount of money as Aron, Aditya bought twice as many pencils and 10 less sharpeners. If the cost of one sharpener is ₹ 2 more than the cost of a pencil, then the minimum possible number of pencils bought by Aron and Aditya together is
Options
Solution
Let the number of pencils bought by Aron be $p$, and the cost of each pencil be $a$.
Let the number of sharpeners bought by Aron be $s$, and the cost of each sharpener be $b$.
The amount spent by Aron is:
$$ pa + sb $$
Aditya bought $2p$ pencils and $(s - 10)$ sharpeners.
Amount spent by Aditya is:
$$ 2pa + (s - 10)b $$
Since the total amount spent in both cases is the same:
$$ pa + sb = 2pa + (s - 10)b $$
Rearranging:
$$ pa = 10b $$
It is given that the cost of a sharpener is 2 more than the cost of a pencil:
$$ b = a + 2 $$
Substitute this into $pa = 10b$:
$$ pa = 10(a + 2) $$
$$ pa = 10a + 20 $$
$$ a = \frac{20}{p - 10} $$
To ensure both $p$ and $a$ are integers, we need the smallest integer $p$ such that $(p - 10)$ divides 20.
Possible divisors of 20:
$1, 2, 4, 5, 10, 20$
Thus the smallest value of $p$ is:
$$ p - 10 = 1 \Rightarrow p = 11 $$
Total number of pencils bought:
$$ p + 2p = 11 + 22 = \boxed{33} $$
