Posted by miranda on Thursday, April 23, 2009 at 4:36pm.
for binomial coefficients use
C(n,k) = n!/(k![n-k]!)
here n = 5 and k is zero through five
or just use Pascal triangle
for n = 5
they are:
1 5 10 10 5 1
then
P(k girls) = C(n,k) p^k p^(5-k)
so for example
p(4 girls )= 5 (.5)^4 (.5)^1
= 5 (.5)^5 = .15625
The mean of a binomial distribution = n p so here = 5(.5) = 2.5
The sigma^2 = n p (1-p)
so here sigma^2 = 5(.5)(.5) = 5/4
so sigma = (1/2) sqrt 5 = 1.12
Related Questions
Finite Mathematics - Two dice are rolled. Let the random variable X denote the ...
mathematics - Consider the composition of a three-child family. Assume that a ...
statistics - From past experience it is felt that the random variable, X, the ...
Statistics - In planning a family of 4 children assume boys and girls are ...
statistics - In this summer school class there are 28 male students and 15 ...
Statistics - Assume that male and female births are equally likely and that the ...
probability - A random experiment of tossing a die twice is performed. Random ...
Statistics - Suppose that the birth weight of newborn babies in the U.S is ...
math - a fair coin is flipped 5 times the random variable is x is defined to be ...
Math - the question i need help with is: Classify the random variable as finite ...
For Further Reading