Loading practice questions
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 — fff...n times
Explanation:
Each die can take f values and there are n dice. So, the total number of permutations is fff...n times.