219k views
0 votes
One day, eleven babies are born at a hospital. Assuming each baby has an equal chance of being a boy or girl, what is the probability that at most nine of the eleven babies are girls?

A.
23/256

B.

191/256

C.
509/512

D.
397/2048

User Kayze
by
6.7k points

1 Answer

2 votes

This problem is an example of binomial probability. In this case, we can use the formula:

P (r) = [n! / (n – r)! r!] p^r q^(n-r)

where,

n = total number of babies = 11

r = selected number of babies

p = success of being a girl = 0.5

q = 1 – p = 1 – 0.5 = 0.5

Since we are asked to find for the P (r less than or equal 9), therefore:

P (r less than or equal 9) = 1 – [P(11) + P(10)]

P(11) = [11! / (11 – 11)! 11!] 0.5^11 * 0.5^(11-11) = 4.8828 * 10^-4

P(10) = [11! / (11 – 10)! 10!] 0.5^10 * 0.5^(11-10) = 5.3711 * 10^-3

Therefore:

P (r less than or equal 9) = 1 – [4.8828 * 10^-4 + 5.3711 * 10^-3]

P (r less than or equal 9) = 0.994

The closest answer is letter C:

C = 509/512 = 0.994

User Trent Lloyd
by
7.8k points