Suppose you roll a fair 6-sided die four times.
Let C be the event that the value of each roll is at least as large as the value of the previous roll.
What is the probability of C?
I know that $$\omega = 6^4 = 1296$$
I also know that to get P(C), I need to divide C by $\omega$
But what is the fastest/simpler way to get C?
I could write all the sets that would qualify but that would
A: be time consuming.
B: error prone.
Is there a formula to find C in this case?