1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. You have 2 dice each of them having 6 fa...
Q.

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. 3
Answer» C. 2
Explanation: the sum of 11 can be achieved when the dice show {6, 5} or {5, 6}.

Discussion