document.write( "Question 175812: I'm stumped on 2 word problems dealing with probability. Can someone please help me????
\n" );
document.write( "Here they are:\r
\n" );
document.write( "\n" );
document.write( "1. Suppose a contest offers $1,000 to the person who can guess the winning four digit number. How many possibilities are there?\r
\n" );
document.write( "\n" );
document.write( "2. There are 10 women and 8 men in a club. How many different committees of 6 people can be selected from the group if equal numbers of men and women are to be on the committee?\r
\n" );
document.write( "\n" );
document.write( "TIA for your help!
\n" );
document.write( "Andrew \n" );
document.write( "
Algebra.Com's Answer #130919 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. Suppose a contest offers $1,000 to the person who can guess the winning four digit number. How many possibilities are there? \n" ); document.write( "---------- \n" ); document.write( "# of four-digit numbers: 1000-9999= 8999+1 = 9000 \n" ); document.write( "------------------------------------------------------- \n" ); document.write( " \n" ); document.write( "2. There are 10 women and 8 men in a club. How many different committees of 6 people can be selected from the group if equal numbers of men and women are to be on the committee? \n" ); document.write( "---- \n" ); document.write( "6 on the committe requires 3 men and 3 women. \n" ); document.write( "# of groups of 3 women: 10C3 = [10*9*8]/[1*2*3] = 120 \n" ); document.write( "# of groups of 3 men : 8C3 = 8*7*6/1*2*3 = 56 \n" ); document.write( "------------------ \n" ); document.write( "# of possible committees: 120*56 = 6720 \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |