The cumulative distribution function (CDF) tells us the probability that a random variable \( X \) is less than or equal to a value \( x \):
Let \(X \sim \text{Uniform}(a,b)\) with PDF
Then the CDF is
Question: What is \(F_X(k)=P(X\le k)\)?
      The time to finish a math section (minutes) is modeled by an exponential distribution with
      rate \(\lambda=0.04\ \text{per minute}\).
      PDF: \(f(t)=\lambda e^{-\lambda t}\) for \(t\ge0\).   
      CDF: \(F(t)=P(T\le t)=1-e^{-\lambda t}\) for \(t\ge0\).