006概率中等数值题medium
Overloaded Server in a Two-Stage Routing Scheme
题目
A load balancer routes 4 independent jobs to 3 servers . Server already holds one pre-assigned job. Each of the 4 new jobs is routed in two stages: first a coin with is flipped; if heads the job goes to , if tails the job is sent to or each with probability (i.e., ). A server is called "overloaded" if it holds 4 or more jobs (counting the pre-assigned one for ). Construct the sample space for the 4 routing outcomes and compute .
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案