返回题库

HMMT 二月 2003 · COMB 赛 · 第 7 题

HMMT February 2003 — COMB Round — Problem 7

专题
Discrete Math / 离散数学
难度
L3
来源
HMMT

题目详情

  1. You have infinitely many boxes, and you randomly put 3 balls into them. The boxes n are labeled 1 , 2 , . . . . Each ball has probability 1 / 2 of being put into box n . The balls are placed independently of each other. What is the probability that some box will contain at least 2 balls?
解析
  1. You have infinitely many boxes, and you randomly put 3 balls into them. The boxes n are labeled 1 , 2 , . . . . Each ball has probability 1 / 2 of being put into box n . The balls are placed independently of each other. What is the probability that some box will contain at least 2 balls? Solution: 5 / 7 2 Notice that the answer is the sum of the probabilities that boxes 1 , 2 , . . . , respectively, contain at least 2 balls, since those events are mutually exclusive. For box n , the probability of having at least 2 balls is n 2 n n 3 2 n 3 n n n 3[(1 / 2 ) (1 − 1 / 2 )] + (1 / 2 ) = 3 / 2 − 2 / 2 = 3 / 4 − 2 / 8 . Summing to infinity using the geometric series formula, we get the answer (3 / 4) / (1 − 1 / 4) − (2 / 8) / (1 − 1 / 8), which is equal to 5 / 7.