document.write( "Question 1095502: A statistics textbook chapter contains 64 exercises, 10 of which are essay questions. A student is assigned 14 problems.\r
\n" );
document.write( "\n" );
document.write( "What is the probability that two or more are essay? \n" );
document.write( "
Algebra.Com's Answer #710033 by Boreal(15235) You can put this solution on YOUR website! Probability that one or zero are essay and subtract from 1. \n" ); document.write( "Denominator is 64C14 \n" ); document.write( "Numerator is 10C0*54C14 \n" ); document.write( "That is 0.0678 \n" ); document.write( "Do for 1 which has 14 different ways of occurring \n" ); document.write( "14*10C1*54C13 over the same denominator=0.3242 \n" ); document.write( "That sum is 0.3920 \n" ); document.write( "The complement is 0.6080, and that is the probability that two or more are essay. \n" ); document.write( "This makes intuitive sense, since the expected value is just under 1/6 probability that the first one will be essay and with 14 problems, one would expect about 2 and a little more to be the most common value. \n" ); document.write( " |