114k views
1 vote
Use the pbinom() function in R to show the cumulative probability of getting 0, 1, 2, 3, or 4 heads when you flip the coin 4 times (this is the same as finding the probability than the value is less than or equal to 0, 1, 2, 3, or 4.)

A. probability of getting no more than 0 heads: 0.0625
B. probability of getting no more than 1 head: 0.3125
C. probability of getting no more than 2 heads: 0.6875
D. probability of getting no more than 3 heads: 0.9375
E. probability of getting no more than 4 heads: 1.0000 4.

1 Answer

5 votes

Answer:

Half half for both since all three are fair coins.

Explanation:

User Guyumu
by
5.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.