Get the answers you've been searching for with IDNLearn.com. Get step-by-step guidance for all your technical questions from our knowledgeable community members.
The probability that the flight is less than 71 minutes is 0.1471
Let the distribution of the time to fly between New York City and Chicago be X
X~U(66,100)
where,
66 = minimum
100 = maximum
We need to find P(X<71)
We know that in the case of uniform distribution,
P(X<x) = (x - a) / b -a
where,
a = min value
b = max value.
Hence P(X<71)
= (71 - 66) / (100 - 66)
= 5/34
= 0.1471
To know more about uniform distribution visit
https://brainly.com/question/28348710
#SPJ4