CSAT Solved Papers/ 2022/Q78
2022 CSAT — Q78
The sum of three consecutive integers is equal to their product. How many such possibilities are there?
Worked rationale
Let the integers be . Their sum is ; their product is . Set equal:
Each gives a valid integer triple:
- : — sum , product ✓
- : — sum , product ✓
- : — sum , product ✓
Three possibilities.
Answer: (c) Only three.
Why the other options miss
- A missed a case: finds and stops, missing the zero and negative triples.
- B missed a case: catches the positive and zero cases but forgets that negatives are integers too.
- D solved the wrong question: assumes “integers” means positive only and rejects all.
Specialist insight
“Integers,” not “natural numbers” — so and negatives are in play. Factoring exposes all three roots at once. The examiner banks on candidates restricting to positives and reporting “one.” Always solve the full polynomial and keep every integer root.
The trap, in one line
— three triples (c).