There are n dice with f faces. The faces are numbered from 1 to f. What is the maximum possible sum that can be obtained when the n dice are rolled together?
(a) 1
(b) f*f
(c) n*n
(d) n*f
The question was asked in a national level competition.
This key question is from Dice Throw Problem in division Dynamic Programming of Data Structures & Algorithms II