document.write( "Question 1050663: A couple has three children. Find each probability:
\n" );
document.write( "a) All boys.
\n" );
document.write( "b) All girls or all boys.
\n" );
document.write( "c) Exactly two boys or two girls.
\n" );
document.write( "d) At least one child of each gender. \n" );
document.write( "
Algebra.Com's Answer #666240 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! There are 8 possible outcomes. \n" ); document.write( "BBB 3B 0G \n" ); document.write( "BBG 2B 1G \n" ); document.write( "BGB 2B 1G \n" ); document.write( "BGG 1B 2G \n" ); document.write( "GBB 2B 1G \n" ); document.write( "GBG 1B 2G \n" ); document.write( "GGB 1B 2G \n" ); document.write( "GGG 0B 3G \n" ); document.write( "So then, \n" ); document.write( "a) \n" ); document.write( "b) \n" ); document.write( "c) \n" ); document.write( "d) So all of them except all boys or all girls, |