ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
You have n dice each having f faces. What is the number of permutations that can be obtained when you roll the n dice together?
Correct Answer: B — f*f*f...n times
Each die can take f values and there are n dice. So, the total number of permutations is fff...n times.