document.write( "Question 1026994: If a family is planning to have 6 Children, what is the probability of having:
\n" ); document.write( " 1) 5 boys, 1 girl
\n" ); document.write( " 2) 3 girls, 3 boys
\n" ); document.write( "

Algebra.Com's Answer #642282 by mathmate(429)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Question:
\n" ); document.write( "If a family is planning to have 6 Children, what is the probability of having:
\n" ); document.write( " 1) 5 boys, 1 girl
\n" ); document.write( " 2) 3 girls, 3 boys
\n" ); document.write( "
\n" ); document.write( "Solution:
\n" ); document.write( "Assume equal probabilities of having girls and boys.
\n" ); document.write( "This problem can be solved by drawing a binary probability tree with 64 ultimate branches, and the required answer by counting.
\n" ); document.write( "Alternative to the tree, it could be a table 6 rows (usually columns, but here I put them in rows to make typing easier).
\n" ); document.write( "BGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBGBG
\n" ); document.write( "BBGGBBGGBBGGBBGGBBGGBBGGBBGGBBGGBBGGBBGGBBGGBBGGBBGGBBGGBBGGBBGG
\n" ); document.write( "BBBBGGGGBBBBGGGGBBBBGGGGBBBBGGGGBBBBGGGGBBBBGGGGBBBBGGGGBBBBGGGG
\n" ); document.write( "BBBBBBBBGGGGGGGGBBBBBBBBGGGGGGGGBBBBBBBBGGGGGGGGBBBBBBBBGGGGGGGG
\n" ); document.write( "BBBBBBBBBBBBBBBBGGGGGGGGGGGGGGGGBBBBBBBBBBBBBBBBGGGGGGGGGGGGGGGG
\n" ); document.write( "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
\n" ); document.write( "From the above table, seek out the cases where there are 5 boys and 1 girl, or 3 girls and 3 boys. (Each column represents one case, 64 columns in all).
\n" ); document.write( "
\n" ); document.write( "If you find this method to straining to your eyes, you can always try the binomial probability distribution, which says that
\n" ); document.write( "P(x,n,p)=\"C%28n%2Cx%29%2Ap%5Ex%2A%281-p%29%5E%28n-x%29\"
\n" ); document.write( "where
\n" ); document.write( "x is the number of boys
\n" ); document.write( "n is the total number of children (6)
\n" ); document.write( "p is the probability of having a boy (0.5)
\n" ); document.write( "and
\n" ); document.write( "C(n,x) is the binomial coefficient of taking x objects out of n, and equals
\n" ); document.write( "n!/(x!(n-x)!)
\n" ); document.write( "
\n" ); document.write( "Hence
\n" ); document.write( "(1) P(5 boys, 6,0.5) = \"C%286%2C5%29%2A%280.5%5E5%29%2A%280.5%5E1%29+=+6%2A%281%2F32%29%281%2F2%29=6%2F64=3%2F32\"
\n" ); document.write( "(2) P(3 boys, 6,0.5) = \"C%286%2C3%29%2A%280.5%5E3%29%2A%280.5%5E3%29+=+20%281%2F8%29%281%2F8%29=20%2F64=5%2F16\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );