document.write( "Question 710604: If there are 20 males and 30 females in a business statistics class and the professor calls 5 students at random from a well-shuffled pack of 50 class cards, the probability that the students called are:\r
\n" );
document.write( "\n" );
document.write( "a) all male is (answer in percentage, up to two decimal places)\r
\n" );
document.write( "\n" );
document.write( "b) all female is (answer in percentage, up to two decimal places) \n" );
document.write( "
Algebra.Com's Answer #437123 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If there are 20 males and 30 females in a business statistics class and the professor calls 5 students at random from a well-shuffled pack of 50 class cards, the probability that the students called are: \n" ); document.write( "a) all male is (answer in percentage, up to two decimal places) \n" ); document.write( "# of ways to succeed: 20C5 \n" ); document.write( "# of possible outcomes: 50C5 \n" ); document.write( "P(all male) = 20C5/50C5 = 0.0073 = 0.73% \n" ); document.write( "--------------------------------- \n" ); document.write( "b) all female is (answer in percentage, up to two decimal places) \n" ); document.write( "P(all female) = 30C5/50C5 = 6.73% \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |