asked 153k views
4 votes
Let says a coin is tossed 4 times, what is the probability of

getting exactly 2 heads? (Use binomial
distribution)

asked
User Tim Dorr
by
8.3k points

1 Answer

4 votes

Related Concepts

  • binomial distribution

Solution

Let X be the event of getting a head.

Thus, X ~ B(4, 1/2)

Solving using GDC:

binompdf(4, 1/2, 2)

= 0.375

Therefore, the probability of getting exactly 2 heads is 0.375.

answered
User Roman Hutnyk
by
8.0k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.