document.write( "Question 516988: In a business statistics class, there are 40 students and 24 of them are females. Suppose an experiment consists of selection two students at random with replacement.\r
\n" );
document.write( "\n" );
document.write( "(i) construct a well-labelled tree diagram
\n" );
document.write( "(ii) What is the probability of selecting both females
\n" );
document.write( "(iii) What is the probability of selecting at least one female student. \n" );
document.write( "
Algebra.Com's Answer #344648 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a business statistics class, there are 40 students and 24 of them are females. Suppose an experiment consists of selection two students at random with replacement. \n" ); document.write( "(i) construct a well-labelled tree diagram \n" ); document.write( "(ii) What is the probability of selecting both females \n" ); document.write( "# of ways to select 2 females: 24C2 = 276 \n" ); document.write( "# of ways to select pairs randomly: 40C2 = 780 \n" ); document.write( "P(select 2 females) = 276/780 \n" ); document.write( "------------------------- \n" ); document.write( "(iii) What is the probability of selecting at least one female student. \n" ); document.write( "P(select 2 males) = 16C2/40C2 \n" ); document.write( "--- \n" ); document.write( "So, P(at least one female) = 1 - P(2 males) = 1 - [16C2/40C2] = 0.8462 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " \n" ); document.write( " |