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

Let X be a Gaussian random variable with mean 0 and variance sigma^2. Let Y = max(X, 0) where max(a, b) is the maximum of a and b. The median of Y is ____________.

GATE 2017 · Engineering Mathematics · Normal Distribution · medium

Answer: The median of Y = max(X, 0) is 0.

  1. CDF of Y at 0: Since X ~ N(0, sigma^2) is symmetric about 0, P(X <= 0) = 0.5. So P(Y <= 0) = 0.5.
  2. Identify the median: P(Y <= 0) = 0.5, so m = 0 is the median of Y.