document.write( "Question 750258: five apples, 7 oranges, and 4 peaches are mixed in a fruit bin. If 4 pieces of fruit are picked out at random, what is the probability of picking 4 oranges OR 4 apples? \n" ); document.write( "
Algebra.Com's Answer #456476 by FrankM(1040)\"\" \"About 
You can put this solution on YOUR website!
There are 16 fruits.
\n" ); document.write( "Oranges - 7/16 * 6/15 * 5/14 * 4/13 = (7*6*5*4)/(16*15*14*13)= 1/52 for the 4 oranges.\r
\n" ); document.write( "\n" ); document.write( "Apples - 5/16*4/15*3/14*2/13 = 1/364 \r
\n" ); document.write( "\n" ); document.write( "we need to add these. 1/52 = 7/364 so it totals 8/364 or 2/91 or 2.2%
\n" ); document.write( "
\n" );