About Warm-ups Problems News

Exercise G

Posted 02/22/2015
Refresh the webpage if formulas are not shown correctly.
--------------------------
Previous    Next
--------------------------

When rolling a four-sided die, we can get a random integer ranging from `1` to `4` with probability `1/4`.

`a(n)` is the most likely sum of `n` four-sided dice. If two sums have equal probability, we define `a(n)` as the smaller one.

Find `a(n)`.