MATH 314 Homework 05
Due Tuesday 2025-03-04 by midnight PT. Submit a Jupyter
notebook to the GitHub repository for Homework 05.
- Consider a busy intersection in a city. Past data has shown
that, on average, 5 vehicles per hour make a wrong turn at
this intersection due to a lack of clear signage.
- What is the probability that exactly 3 vehicles will make a wrong turn in the next hour?
- What is the probability that no vehicles will make a wrong turn in the next hour?
- If the city's engineering department plans to monitor the intersection for a 4-hour period, what is the probability that more than 20 vehicles will make a wrong turn during this time?
- In a mechanical engineering workshop, ball bearings are
used in various machinery. The lifetime, TT (in hours), of
a specific type of ball bearing is known to follow an
Exponential distribution with a mean lifetime of 5,000
hours.
- What is the probability that one randomly selected ball bearing will last more than 6,000 hours?
- What is the probability that one randomly selected ball bearing will last less than 2,500 hours?