document.write( "Question 602061: A box contains 5 dozen heads of lettuce. There are eight spoiled heads in the box. A person chooses a dozen heads at random.
\n" );
document.write( "a) What is the expected number of spoiled heads that will be chosen?
\n" );
document.write( "b) What is the probability that he did not choose any of the spoiled heads? \n" );
document.write( "
Algebra.Com's Answer #380094 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "expected number of spoiled heads = np = 12*(8/60) = 96/60 = 8/5 = 1.6\r \n" ); document.write( "\n" ); document.write( "--------------------------\r \n" ); document.write( "\n" ); document.write( "b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(No spoiled heads) = (1-p)^x = (1-8/60)^12 = 0.17956 \n" ); document.write( " |