document.write( "Question 758747: There are 25 students in a class, 15 male and 10 female. The teacher
\n" );
document.write( "randomly selects students to go to the board to work out problems.
\n" );
document.write( "What is the probability that 4 males and 4 females will be selected? \n" );
document.write( "
Algebra.Com's Answer #461645 by John10(297)![]() ![]() You can put this solution on YOUR website! Hi,\r \n" ); document.write( "\n" ); document.write( "You can use the formula \r \n" ); document.write( "\n" ); document.write( "Probability = (number of male choices * number of female choices)/ all choices \n" ); document.write( " = [ (15C4) * (10C4)]/ (25C8)\r \n" ); document.write( "\n" ); document.write( "You can take it from there.\r \n" ); document.write( "\n" ); document.write( "Hope it helps\r \n" ); document.write( "\n" ); document.write( "John \n" ); document.write( " |