Discover answers to your questions with Westonci.ca, the leading Q&A platform that connects you with knowledgeable experts. Join our Q&A platform and get accurate answers to all your questions from professionals across multiple disciplines. 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