1.

You have 3 dice each having 6 faces. What is the number of permutations that can be obtained when you roll the 3 dice together?(a) 27(b) 36(c) 216(d) 81This question was addressed to me in an online quiz.This key question is from Dice Throw Problem in division Dynamic Programming of Data Structures & Algorithms II

Answer»

The correct answer is (c) 216

Easy EXPLANATION - The TOTAL number of PERMUTATIONS that can be OBTAINED is 6 * 6 * 6 = 216.



Discussion

No Comment Found

Related InterviewSolutions