document.write( "Question 1124683: There are 5 red and 7 black identical balls in a bag. Peter picks two balls from the bag at random one after the other without replacement. Find the probability that he picked
\n" );
document.write( "(a) two balls that were of the same colour.
\n" );
document.write( "(b) at least one red. \n" );
document.write( "
Algebra.Com's Answer #741011 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! two of same color means both red or both black \n" ); document.write( "for red (5/12)(4/11) or 20/132 \r \n" ); document.write( "\n" ); document.write( "for black (7/12)(6/11) or 42/132 \r \n" ); document.write( "\n" ); document.write( "Those probabilities don't overlap, so the combined is 62/132 or 0.47\r \n" ); document.write( "\n" ); document.write( "At least one red is 1- probability of no red \n" ); document.write( "That probability is 42/132 from above, so the answer is 90/132 or 0.68 \n" ); document.write( " |