document.write( "Question 912410: A bag contains 10 counters, of which 7 are green and 3 are while. A counter is picked at random from the bag and its color is noted. The counter is not replaced. A second counter is then picked. Find the probability that
\n" );
document.write( "a) the first counter is green
\n" );
document.write( "b) the first counter is and green and the second is white
\n" );
document.write( "c) the counters are different colors \n" );
document.write( "
Algebra.Com's Answer #553787 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bag contains 10 counters, of which 7 are green and 3 are while. A counter is picked at random from the bag and its color is noted. The counter is not replaced. A second counter is then picked. Find the probability that \n" ); document.write( " a) the first counter is green:: 7/10 \n" ); document.write( "----------------------------------------------------- \n" ); document.write( " b) the first counter is green and the second is white::(7/10)(3/9)= 7/30 \n" ); document.write( "------------------------------------------------ \n" ); document.write( " c) the counters are different colors \n" ); document.write( "P(both are green) = 7C2/10C2 \n" ); document.write( "P(both are white) = 3C2/10C2 \n" ); document.write( "--- \n" ); document.write( "Ans: P(diffferent colors) = 1-[7C2+3C2]/10C2 = 1 - [24/45] = 21/45 = 7/15 \n" ); document.write( "------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |