This document contains solutions to 4 problems from an IMC 2020 Online event. Solution 1 computes the number of words of length n over an alphabet that satisfy certain properties, finding the number is 4n-1+2n-1. Solution 2 uses a recurrence relation approach to derive the same formula. Solution 3 uses generating functions to show the number is also 4n-1+2n-1. Solution 4 shows that if a polynomial p satisfies p(x+1)-p(x)=x100 for all x, then p(1-t)≤p(t) for 0≤t≤1/2.