Session Ready
Exercise

Predicting burglary conviction rate

There are many situations that can be modeled with only two outcomes: success or failure. This exercise presents a situation that can be modeled with a binomial distribution and gives you the opportunity to calculate probabilities using binom.pmf(), binom.cdf(), and binom.sf().

The binom object from scipy.stats has been loaded for your convenience.

Imagine that in your town there are many crimes, including burglaries, but only 20% of them get solved. Last week, there were 9 burglaries. Answer the following questions.

Instructions 1/4
undefined XP
  • 1

    What is the probability of solving exactly 4 of the 9 total burglaries?

    • 2

      What is the probability of solving more than 3 of the 9 burglaries?

    • 3

      What is the probability of solving exactly 2 or 3 of the 9 burglaries?

    • 4

      What is the probability of solving 1 or fewer or more than 7 of the 9 burglaries?