1.

You have 2 dice each of them having 6 faces numbered from 1 to 6. What is the number of ways in which a sum of 11 can be achieved?(a) 0(b) 1(c) 2(d) 3This question was posed to me during an interview for a job.Asked question is from Dice Throw Problem in division Dynamic Programming of Data Structures & Algorithms II

Answer»

Correct choice is (c) 2

For EXPLANATION: The sum of 11 can be achieved when the dice show {6, 5} or {5, 6}.



Discussion

No Comment Found

Related InterviewSolutions