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

For z in R, the floor function is denoted by [z] = floor(z) and defined as follows: [z] = k, where k is an integer and k <= z < k+1. Let Y = [X], where X is an exponentially distributed random variable with mean 1/ln2, where ln denotes natural logarithm. For any positive integer l, one can write the probability of the event Y = l as: P(Y = l) = q^l * (1 - q) The value of q is A. 0.1 B. 0.01 C. ln3 D. 0.5

GATE 2025 · Engineering Mathematics · Exponential Distribution · medium

Answer: q = 0.5 (answer choice A).

  1. Identify lambda from the mean: E[X] = 1/ln2 => lambda = ln2
  2. Compute P(Y = l): With lambda = ln2: e^{-lambda} = e^{-ln2} = 1/2 P(Y = l) = (1/2)^l * (1 - 1/2) = (1/2)^l * (1/2)
  3. Identify q: q = 0.5