Loading web-font TeX/Math/Italic
Skip to main content

Posts

Showing posts from April, 2023

Just spam combo problems cause why not

This post is mainly for Rohan Bhaiya. He gave me/EGMO contestants a lot and lots of problems. Here are solutions to a very few of them.  To Rohan Bhaiya: I just wrote the sketch/proofs here cause why not :P. I did a few more extra problems so yeah.  I sort of sorted the problems into different sub-areas, but it's just better to try all of them! I did try some more combo problems outside this but I tried them in my tablet and worked there itself. So latexing was tough. Algorithms  "Just find the algorithm" they said and they died.  References:  Algorithms Pset by Abhay Bestrapalli Algorithms by Cody Johnson Problem1: Suppose the positive integer n is odd. First Al writes the numbers 1, 2,\dots, 2n on the blackboard. Then he picks any two numbers a, b erases them, and writes, instead, |a - b|. Prove that an odd number will remain at the end.  Proof: Well, we go \mod 2. Note that $$|a-b|\equiv a+b\mod 2\implies \text{ the final number is }1+2+\dots ...