document.write( "Question 235235: How many different ways can a couple have 3 daughters and 2 sons in five distinct pregnancies (no multiple births). list all gender string (GGGBB etc) and compute the probability this happens. \n" ); document.write( "
Algebra.Com's Answer #173375 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Here are all of the possible combinations of 5 children:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "G,G,G,G,G \n" ); document.write( "G,G,G,G,B \n" ); document.write( "G,G,G,B,G \n" ); document.write( "G,G,G,B,B \n" ); document.write( "G,G,B,G,G \n" ); document.write( "G,G,B,G,B \n" ); document.write( "G,G,B,B,G \n" ); document.write( "G,G,B,B,B \n" ); document.write( "G,B,G,G,G \n" ); document.write( "G,B,G,G,B \n" ); document.write( "G,B,G,B,G \n" ); document.write( "G,B,G,B,B \n" ); document.write( "G,B,B,G,G \n" ); document.write( "G,B,B,G,B \n" ); document.write( "G,B,B,B,G \n" ); document.write( "G,B,B,B,B \n" ); document.write( "B,G,G,G,G \n" ); document.write( "B,G,G,G,B \n" ); document.write( "B,G,G,B,G \n" ); document.write( "B,G,G,B,B \n" ); document.write( "B,G,B,G,G \n" ); document.write( "B,G,B,G,B \n" ); document.write( "B,G,B,B,G \n" ); document.write( "B,G,B,B,B \n" ); document.write( "B,B,G,G,G \n" ); document.write( "B,B,G,G,B \n" ); document.write( "B,B,G,B,G \n" ); document.write( "B,B,G,B,B \n" ); document.write( "B,B,B,G,G \n" ); document.write( "B,B,B,G,B \n" ); document.write( "B,B,B,B,G \n" ); document.write( "B,B,B,B,B \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are a total of 32 possible combinations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From this list, we have the following combinations for 3 girls and 2 boys:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "G,G,G,B,B \n" ); document.write( "G,G,B,G,B \n" ); document.write( "G,B,G,G,B \n" ); document.write( "B,G,G,G,B \n" ); document.write( "B,G,G,B,G \n" ); document.write( "B,G,B,G,G \n" ); document.write( "B,B,G,G,G \n" ); document.write( "G,B,B,G,G \n" ); document.write( "G,B,G,B,G \n" ); document.write( "G,G,B,B,G\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this list, there are 10 different possible combinations.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability of having 3 girls and 2 boys is: \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(3 girls & 2 boys) = 10/32 = 5/16 = 0.3125\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "which is a 31.25% chance \n" ); document.write( " |