SOLUTION: Ten quarters dated 1990 through 1999 are tossed. Find the probability of the following events. a) P(heads on 1995 quarter only)=______? b) P(heads on all 10 quarters)=_______?

Algebra ->  Probability-and-statistics -> SOLUTION: Ten quarters dated 1990 through 1999 are tossed. Find the probability of the following events. a) P(heads on 1995 quarter only)=______? b) P(heads on all 10 quarters)=_______?       Log On


   



Question 761258: Ten quarters dated 1990 through 1999 are tossed. Find the probability of the following events.
a) P(heads on 1995 quarter only)=______?
b) P(heads on all 10 quarters)=_______?
c) P(exactly 2 heads)=______?
d) P(at least three heads)=______?
All answers must be in reduced fractions. I could really use your help.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Ten quarters dated 1990 through 1999 are tossed. Find the probability of the following events.
-----
Binomial Problems with n = 10 and p(head) = 1/2
-----------------------------------------------
a) P(heads on 1995 quarter only)______?
# of ways to succeed: 1*2^9
# of possible outcomes: 2^10
P(heads on 1995 quarter only) = (1*2^9)/(2^10) = 1/2
--------------------------------------------
b) P(heads on all 10 quarters)= (1/2)^10 = 1/1024
-----------------------------------
c) P(exactly 2 heads)= 10C2(1/2)^10 = 45/1024
--------------------------------------------------
d) P(at least three heads)= 1 - binomcdf(10,1/2,2) = 0.0547
=====================
Cheers,
Stan H.
=====================