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

Consider a random variable X that takes values +1 and -1 with probability 0.5 each. The values of the cumulative distribution function F_X(x) at x = -1 and x = 1 are A. 0 and 0.5 B. 0 and 1 C. 0.5 and 1 D. 0.25 and 0.75

GATE 2012 · Engineering Mathematics · Random Variable · easy

Answer: F_X(-1) = 0.5 and F_X(1) = 1. Answer C.

  1. Evaluate F_X(-1): F_X(-1) = P(X <= -1) = P(X = -1) = 0.5
  2. Evaluate F_X(1): F_X(1) = P(X <= 1) = P(X = -1) + P(X = 1) = 0.5 + 0.5 = 1