document.write( "Question 523178: Given 8 students, 4 of which are females, if 2 students are selected at random, without replacement, what is the probability that both students are female? \n" ); document.write( "
| Algebra.Com's Answer #347219 by stanbon(75887)      You can put this solution on YOUR website! Given 8 students, 4 of which are females, if 2 students are selected at random, without replacement, what is the probability that both students are female? \n" ); document.write( "--- \n" ); document.write( "# of ways to succeed: 4C2 = 6 \n" ); document.write( "--- \n" ); document.write( "# of possible pairs: 8C2 = 28 \n" ); document.write( "--- \n" ); document.write( "P(2 female) = 6/28 = 3/14 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |