Suppose X_i for i = 1, 2, 3 are independent and identically distributed random variables whose probability mass functions are Pr[X_i = 0] = Pr[X_i = 1] = 1/2 for each i = 1, 2, 3. Define another random variable Y = X_1 XOR X_2 XOR X_3, where XOR denotes the bitwise exclusive-or. Then Pr[Y = 1 | X_1 = 0] = ______.
GATE 2015 · Engineering Mathematics · Random Variable · medium
Answer: 0.75 (official answer per answer key).
Fix X_1 = 0 and reduce Y: With X_1=0: Y = 0 XOR X_2 XOR X_3 = X_2 XOR X_3
Count outcomes where X_2 XOR X_3 = 1: X_2 XOR X_3 = 1 when (X_2,X_3) is (0,1) or (1,0) — 2 out of 4 equally-likely pairs.