41.5k views
1 vote
What is the probability of obtaining 45 or fewer heads in 100 tosses of a coin

User Phildo
by
4.2k points

1 Answer

5 votes

Answer:b(x < 45; 100, 0.5) = 0.184

Explanation: b(x < 45; 100, 0.5) = b(x = 0; 100, 0.5) + b(x = 1; 100, 0.5) + + b(x = 45; 100, 0.5)

User Kingcoyote
by
4.8k points