第 2 / 2 页
非代码面试题
显示 2 / 22 道匹配题目
答题状态:未尝试未正确已正确
ID题目领域难度题型进度权限
449Memoryless Message Relay ChainA message must traverse a chain of relay nodes to reach its destination. Each node independently takes Geom (1/3) attempts to successfully forward the message to the next node. However, on each attempt, there is an independent probability 1/5 that the node permanently fails, destroying the message. If the node fails, the message is lost. If the chain has 2 nodes, find: (i) The probability the message reaches the destination (traverses both nodes). (ii) The expected total number of attempts across both nodes, given the message reaches the destination.概率中等数值题未尝试免费450Head Start in an Exponential RaceLet X \sim Exp ( ) and Y \sim Exp ( ) be independent. Player A finishes at time X and player B finishes at time Y + c where c > 0 is a head start for player A (player B starts c time units later). (a) Derive P(X < Y + c) — the probability that A finishes before B. (b) Show that as c 0, the result recovers the standard competing-exponentials formula. (c) Evaluate for = 3, = 2, c = 1 and interpret how the head start affects A's winning probability.概率困难multi part未尝试面试订阅