document.write( "Question 201082: Below is a sample space for a family with 3 children. BGG stands for
\n" );
document.write( " the oldest child being a boy, the middle child a girl, and the youngest
\n" );
document.write( " a girl. Use the sample space to answer the question:
\n" );
document.write( " What is the probability (in simplest form) that the middle child is a
\n" );
document.write( " a boy? _____
\n" );
document.write( " Sample Space
\n" );
document.write( " BBB
\n" );
document.write( " BBG
\n" );
document.write( " BGB
\n" );
document.write( " BGG
\n" );
document.write( " GBB
\n" );
document.write( " GBG
\n" );
document.write( " GGB
\n" );
document.write( " GGG \n" );
document.write( "
Algebra.Com's Answer #151316 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! There are 8 possible configurations of having 3 children. Out of those 8, there are 4 possible ways to have a middle child that is a boy. So\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(Boy middle child) = 4/8 = 1/2\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability is 1/2 (which is 0.5 or 50%) \n" ); document.write( " |