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)![]() ![]() 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)= \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) = \n" ); document.write( "(2) P(3 boys, 6,0.5) = \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |