πŸ“Š Design and Analysis of Algorithms
Q. There are n dice with f faces. The faces are numbered from 1 to f. What is the minimum possible sum that can be obtained when the n dice are rolled together?
  • (A) 1
  • (B) f
  • (C) n
  • (D) n*f
πŸ’¬ Discuss
βœ… Correct Answer: (C) n

Explanation: the sum will be minimum when all the faces show a value 1. the sum in this case will be n.


Explanation by: Mr. Dubey
the sum will be minimum when all the faces show a value 1. the sum in this case will be n.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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