I understand that the probability of the first die roll being larger then the second is 5/12. I'm having a harder time understanding why, according to a small problem I wrote, the probability of the first die being larger on the first roll then the next two rolls is still 5/12.
It would seem to me that these would be two events. p(a) = 5/12 and p(b) = 5/12. p(a and b) would then be p(a) * p(b) I would think, considering these are independent events?
The events are not independent: The higher the first roll, the higher the probability that it is larger than both subsequent rolls.
But your result is not correct anyway. If the first die shows $k$, then the probaility that both next two rolls are smaller is $\frac{(k-1)^2}{36}$. Hence in total this is $$ \frac16\cdot \frac{0^2+1^2+2^2+3^2+4^2+5^2}{36}=\frac{55}{216}$$