CSAT Solved Papers/ 2024/Q19
2024 CSAT — Q19
A can contains litres of petrol and a can contains litres of diesel. They are to be bottled in bottles of equal size so that whole of petrol and diesel would be separately bottled. The bottle capacity in terms of litres is an integer. How many different bottle sizes are possible?
Worked rationale
A bottle of integer capacity litres must measure out all of the petrol and all of the diesel with nothing left over, so must divide both and . Therefore is a common divisor of and , i.e. a divisor of .
Factorise (fast): and . The shared part is , so .
The possible bottle sizes are the divisors of :
Answer: (b) 4.
Why the other options miss
- A a convention slip: drops the size- bottle, assuming a “bottle” must hold more than a litre. Nothing in the question excludes ; an integer capacity of L is valid, so this under-counts by one.
- C an arithmetic slip: a factorisation error — e.g. treating but taken as ‘s divisor count region, or counting divisors of a wrong gcd like (, then partly halved). Comes from not actually taking the
- D solved the wrong question: counts divisors of one can only, or sums divisors of and structures incorrectly; treats “bottle sizes” as something other than common divisors.
Specialist insight
“Equal containers measuring out two (or more) whole quantities” is always HCF — and “how many sizes” means count the divisors of the HCF, not just name the HCF. The two-step structure is what separates the gold solver from the panicked one: (1) HCF gives the largest bottle; (2) every divisor of that HCF is also a valid bottle, so the count is . Because is a product of two distinct primes, instantly — no listing needed. The recurring trap on this template is the phrase “different sizes”: examiners pay you for realising it asks for the divisor count, and they plant the off-by-one by tempting you to exclude the -litre bottle. Unless the stem says “more than 1 litre,” keep it.
"How many sizes" = count the divisors of the HCF (here ), not the HCF itself () — and don't drop the -litre bottle.