$10$ players are playing in a card game in which the winner is the player having the most number of cards. There are $230$ cards in total. What is the smallest number of cards the winning player could have collected, assuming that each player collected a different number of cards?
When I attempted the question, I tried the highest consecutive numbers the other $9$ players could have and then added them and took that number away from $230$. So $$26+25+24+ \cdots + 18 = 198$$ The winner has then $230-198= 32$ cards.
If the first player had $27$ or less cards, then the maximum total number of cards possible is $27+26+25+\cdots+18=\frac{27\times28}{2}-\frac{17\times18}{2}=225$ cards, so the first player must've had at least $28$ cards.
On the other hand, note that $28+27+26+25+24+22+21+20+19+18=230$ so the first player having $28$ cards is completely possible - and thus $28$ is the answer.
edit: Just a note (reading comments on the main post) - this assumes that every card was collected by a player - but this is kinda implicit in the question, otherwise the first player could've just collected $9$ cards with everybody else collecting $8,7,6,5,4,3,2,1,0$ which is kinda trivial.