Using letters from the alphabet $A = \{a, b, c, d, e, f, g\}$, how many words of length $5$ are possible when repetition is allowed but the letters must occur in alphabetical order?
Not sure how to tackle this one in the case that repetition is allowed. Any hints? Thanks! :)
Hint: There's only one way to write a given set of 5 letters in alphabetical order. This allows us to deduce that there is a bijection between the number of words you can make with the conditions you want and the number of size 5 subsets of $\{a,b,c,d,e,f,g\}$ (with repitition allowed).