document.write( "Question 1076931: The probability that a student chosen at random from a class is a girl is 0.3.1f 15 students are chosen at random, find the probability that there will be more than four but less than six girls. \n" ); document.write( "
Algebra.Com's Answer #691515 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Want 4 and 5 girls \n" ); document.write( "15C4(0.3)^4(0.7)^11=0.2186 \n" ); document.write( "15C5(0.3)^5(0.7)^10=0.2061 \n" ); document.write( "Total is 0.4247 \n" ); document.write( "Expected value is 4.5, so this is reasonable. \n" ); document.write( " |