SOLUTION: Hi there, please help :) consider finding the probabilty of getting 6 hearts out of 10 draws from a deck of cards if after each draw the card is returned to the deck. A) Doe

Algebra ->  Probability-and-statistics -> SOLUTION: Hi there, please help :) consider finding the probabilty of getting 6 hearts out of 10 draws from a deck of cards if after each draw the card is returned to the deck. A) Doe      Log On


   



Question 580977: Hi there, please help :)
consider finding the probabilty of getting 6 hearts out of 10 draws from a deck of cards if after each draw the card is returned to the deck.
A) Does this meet the conditions of a binomial experiment?
b) if so, what is the probability?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
consider finding the probabilty of getting 6 hearts out of 10 draws from a deck of cards if after each draw the card is returned to the deck.
A) Does this meet the conditions of a binomial experiment?
Yes, because the probability on each trial is 1/4
----
B) if so, what is the probability?
Ans: 10C6(1/4)^6*(3/4)^4 = binompdf(10,0.25,6) = 0.0162
=============
Cheers,
Stan H.
===========