Question 1047066: An instant lottery game gives you probability 0.03 of winning on any one play. Plays are independent of each other. If you play four times, what is the probability that you win on one or more of your four plays of the game? (Round your answer to four decimal places.)
Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website! Binomial Probability
p = .03 , n 4
TI syntax for P(x-value) is binompdf(n, p, x-value).
P ( x >= 1) = 1 - P(x = 0) = 1 - binompdf(4,.03, 0).
|
|
|