Math Problem Statement

A pathogen affects 1 person out of every 100 people. Suppose you come into contact with 40 randomly selected people in one day? What is the probability that at least one of these 40 people is infected? What is the probability that at least 2 out of the 40 randomly selected people are affected?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Binomial Distribution
Complement Rule

Formulas

P(at least one infected) = 1 - (P(not infected))^40
P(exactly 1 infected) = 40 * (0.01)^1 * (0.99)^39
P(at least two infected) = 1 - P(no one infected) - P(exactly 1 infected)

Theorems

Complement Rule in Probability
Binomial Probability Theorem

Suitable Grade Level

Grades 9-12