document.write( "Question 329566: on a basket of 50 oranges 8 are rotten. What is the probability of picking 2 rotten if 4 are picked from the basket? \n" ); document.write( "
Algebra.Com's Answer #237060 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! A couple of ways to do this\r \n" ); document.write( "\n" ); document.write( "let R =event of picking a rotten orange, G=the event of picking a good orange\r \n" ); document.write( "\n" ); document.write( "1. You want RRGG but there are 4C2 ways to get to RR out of a sample of 4. \n" ); document.write( "Each time you select without replacement the number available dwindles by one. \n" ); document.write( "P(2 rotten out of 4) = 4C2RRGG = 6* 8/50*7/49*42*48*41/47 =0.105 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2. The ways to select 2 rotten = 8C2=28, ways to select 2 good ones 42C2=861 \n" ); document.write( " The ways to select 4 oranges out of 50 = 50C4=230,300\r \n" ); document.write( "\n" ); document.write( "P(2 rotten out of 4) = 8C2*42C2/50C4= 28*861/230300=0.105 \n" ); document.write( " \n" ); document.write( " |