5.3k views
1 vote
Grandma is trying out a new recipe for raisin bread. Each batch of bread dough makes three loaves, and each loaf contains 15 slices of bread. If she puts 100 raisins into a batch of dough, what is the probability that a randomly chosen slice of bread contains no raisins

User Marquita
by
3.5k points

1 Answer

2 votes

Answer:

0.108

Explanation:

Using the poisson probability process :

Where :

P(x =x) = (e^-λ * λ^x) ÷ x!

Given that :

Each batch of bread = 3 loaves

Each loaf = 15 slices

Total slice per batch = 15 * 3 = 45 slices

Number of raising added = 100

Average number of raisin per slice, λ = 100/45 = 20/9

Hence,

Probability that a randomly chosen slice has no raising :

P(x = 0) = (e^-λ * λ^x) ÷ x!

P(x = 0) = (e^-(100/45) * (100/45)^0) ÷ 0!

P(x = 0) = (0.1083680 * 1) / 1

P(x = 0) = 0.108

User Jayanti
by
4.3k points