The distribution function \(F(X)\) of a discrete random variable \(X\) is given by:
\[
\begin{array}{c|cccccc}
X & 1 & 2 & 3 & 4 & 5 & 6 \\
F(X) & 0.20 & 0.37 & 0.48 & 0.62 & 0.85 & 1
\end{array}
\]
Then \(P[X = 4] + P[X = 5] =\)
Show Hint
To calculate the sum of consecutive probabilities $P(X=k) + P(X=k+1) + \dots + P(X=n)$, you don't need to compute each piece. The sum is simply equal to the higher cumulative index minus the one right before the start: $F(n) - F(k-1)$. Here, $F(5) - F(3) = 0.85 - 0.48 = 0.37$.