• S
    SwaseekhGATE Preparation
General
  • Dashboard
  • Syllabus
  • Questions
  • Aptitude
  • Mock Tests
  • TCS NQT 2026
Account
  • Pricing
  • Contact
  1. GATE CS
  2. PYQs
  3. Engineering Mathematics

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).

  1. Fix X_1 = 0 and reduce Y: With X_1=0: Y = 0 XOR X_2 XOR X_3 = X_2 XOR X_3
  2. 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.