document.write( "Question 62838: If 5 apples in a barrel of 25 apples are rotten, what is the expected number of rotten apples in a random sample of 2 apples? \n" ); document.write( "
Algebra.Com's Answer #43658 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
If 5 apples in a barrel of 25 apples are rotten, what is the expected number of rotten apples in a random sample of 2 apples?
\n" ); document.write( "--------
\n" ); document.write( "The random variable values are 0,1,2
\n" ); document.write( "P(0 rotten)= [20C2]/[25C2]=0.63
\n" ); document.write( "P(1 rotten)= 5C1*20C1/25C2=0.33
\n" ); document.write( "P(2 rotten)= [5C2]/25C2=0.03
\n" ); document.write( "Expected number of rotten =0.63*0+0.33*1+0.03*2=0.39 \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );