Minimum 77-Multiple Exceeding 70,000
Smallest multiple of seventy seven above seventy thousand is an easy quant interview question on Brain Teasers, reported to have been seen at Optiver.
MyQuantPartner is not affiliated with, endorsed by, or sponsored by these companies, and all trademarks belong to their respective owners.
This classic mental arithmetic brain teaser sits at the intersection of divisibility, bounding, and quick numerical estimation. It appears frequently in quant prep books and interviews because it looks innocent but reveals how comfortable you are with numbers under light time pressure. Top trading firms use this kind of puzzle to see how efficiently candidates can manipulate integers while staying accurate.
It trains mental division, remainders, and reasoning about regularly spaced sequences on the number line. You practice working with thresholds, thinking in terms of step sizes, and translating a verbal requirement into a clean arithmetic objective. It also reinforces comfort with multiples and simple modular thinking, which underpins more advanced topics.
This matters for quant interviews because real trading and risk problems involve cutoffs, thresholds, and discrete steps. Firms want to see that you can quickly identify the first acceptable value above a constraint, reason discretely rather than continuously, and avoid off-by-one errors. In live interviews, strong performance on such questions signals numerical agility, precision, and readiness for more complex quantitative reasoning under time pressure.
What it tests
When searching for the smallest integer greater than or equal to a threshold that is a multiple of a given number, the core idea is to use division with remainder: for any integer $n$ and modulus $m$, the smallest multiple of $m$ at least $n$ is $m$ times the ceiling of $n/m$. This works because multiples of $m$ are spaced evenly, so the next one after $n$ is always at $m \cdot \lceil n/m \rceil$. This principle generalizes to any problem where you need the first occurrence of a regularly spaced sequence beyond a certain cutoff. The underlying structure is the periodicity of multiples and the way division partitions the number line into intervals of length $m$.
Practise this question with written feedback, or hear it in a spoken mock interview.
Get started free