document.write( "Question 750256: 5 apples, 7 oranges, and 4 peaches are mixed into a fruit bin. If 4 pieces of fruit are picked out at random, what is the probability of picking 2 oranges and 2 peaches? \n" ); document.write( "
Algebra.Com's Answer #456457 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 5 apples, 7 oranges, and 4 peaches are mixed into a fruit bin. If 4 pieces of fruit are picked out at random, what is the probability of picking 2 oranges and 2 peaches? \n" ); document.write( "----- \n" ); document.write( "# of groups of 2 oranges and 2 peaches: 7C2*4C2 = 21*6 = 126 \n" ); document.write( "---- \n" ); document.write( "# of random groups of 4 fruit: 16C4 = 1820 \n" ); document.write( "---- \n" ); document.write( "P(2 oranges and 2 peaches) = 126/1820 = 0.0692 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |