ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
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?
Correct Answer: D — n*f
The sum will be maximum when all the faces show a value f. The sum in this case will be n*f.