In a family with two children,find the mean of the number of children who will be girls
Let "X=" the number of girls in a family with two children.
"P(X=1)=P(GB)+P(BG)=(\\dfrac{1}{2})^2+(\\dfrac{1}{2})^2=\\dfrac{1}{2}"
"P(X=2)=P(GG)=(\\dfrac{1}{2})^2=\\dfrac{1}{4}"
"\\def\\arraystretch{1.5}\n \\begin{array}{c:c}\n x & 0 & 1 & 2 \\\\ \\hline\n p(x) & 1\/4 & 1\/2 & 1\/4 \\\\\n \n\\end{array}"
"mean=\\mu=E(X)=\\sum _ix_ip(x_i)"
"=0(\\dfrac{1}{4})+1(\\dfrac{1}{2})+2(\\dfrac{1}{4})=1"
Comments
Leave a comment