Get the answers you need at Westonci.ca, where our expert community is dedicated to providing you with accurate information. Connect with professionals ready to provide precise answers to your questions on our comprehensive Q&A platform. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.

A fair tossed 10 times . Find the probability of obtaining (i) exactly four heads (ii) 3 heads and 7 tails (iii) at least one head

Sagot :

fichoh

Answer:

0.205 ; 0.117 ; 0.999

Step-by-step explanation:

Using binomial probability distribution :

P(x =x) = nCx * p^x * (1 - p)^(n - x)

Probability of success, p = 0.5

P(x = 4) = 10C4 * 0.5^4 * 0.5^6

P(X = 4) = 0.205078125

B.) 3 heads and 7 tails

P(X = 7) = 10C7 * 0.5^7 * 0.5^3

P(X = 7) = 120 * 0.0009765625

P(X = 7) = 0.117

P(atleast one head)

P(x greater than equal to 1) = p(x =1) +... P(x = 10)

Using a binomial probability calculator :

P(x greater than equal to 1) = 0.999