Math Problem Statement

A branch of a certain bank has six ATMs. Let X represent the number of machines in use at a particular time of day. The cdf of X is as follows:

F(x) = 

0    x < 0

0.07    0 ≤ x < 1

0.22    1 ≤ x < 2

0.32    2 ≤ x < 3

0.54    3 ≤ x < 4

0.89    4 ≤ x < 5

0.96    5 ≤ x < 6

1    6 ≤ x

Calculate the following probabilities directly from the cdf:

(a)    p(2), that is, 

P(X = 2)

(b)    P(X > 3)

(c)    

P(2 ≤ X ≤ 5)

(d)    

P(2 < X < 5)

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Cumulative Distribution Function (CDF)
Discrete Random Variables

Formulas

p(x) = P(X = x) = F(x) - F(x-1)
P(X > x) = 1 - F(x)
P(a ≤ X ≤ b) = F(b) - F(a)
P(a < X < b) = F(b-1) - F(a)

Theorems

CDF Properties for Discrete Random Variables

Suitable Grade Level

Undergraduate Statistics