πŸ“Š Design and Analysis of Algorithms
Q. There are 10 dice having 5 faces. The faces are numbered from 1 to 5. What is the number of ways in which a sum of 4 can be achieved?
  • (A) 0
  • (B) 2
  • (C) 4
  • (D) 8
πŸ’¬ Discuss
βœ… Correct Answer: (A) 0

Explanation: since there are 10 dice and the minimum value each die can take is 1, the minimum possible sum is 10. hence, a sum of 4 cannot be achieved.


Explanation by: Mr. Dubey
since there are 10 dice and the minimum value each die can take is 1, the minimum possible sum is 10. hence, a sum of 4 cannot be achieved.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
289
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
82%
Success Rate