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 minimum possible sum that can be obtained when the n dice are rolled together?
Correct Answer: C — n
The sum will be minimum when all the faces show a value 1. The sum in this case will be n.