What is the cumulative distribution function of the minimum of $n$ discrete uniform i.i.d R.V.s? In particular when $X_i\sim\text{Unif}\,\{1,6\}$.
For $n=2$ the problem becomes quite simple as listing all possible choices is not too bad. This becomes fairly hard when $n$ is large. Are there any closed forms?
Let's denote the cdf by $F_n$ when there are $n$ dice. Then
$F_n(k) = P(\min(X_1, X_2, \ldots, X_n) \le k)$
Now for the minimum to be at most $k$ is a complicated event, but its complement is simpler. So we'll rewrite this as
$F_n(k) = 1 - P(\min(X_1, X_2, \ldots, X_n) > k).$
For the minimum to be greater than $k$, all of the $X_i$ have to be greater than $k$, and then you can use the independence and identical distribution of the $X_i$. You can get a closed form in terms of $k$ and $n$, and check it against the results you can get by listing out all cases when $n = 2$.