document.write( "Question 922335: a bag contains 20 counters
\n" );
document.write( "8 of the counters are yellow
\n" );
document.write( "a counter is picked at random
\n" );
document.write( "what is the probability that it is yellow
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #559498 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 20 counters: 8 are Yellow \n" ); document.write( "counter picked at random \n" ); document.write( "P(Y) = 8/20 = 2/5 \n" ); document.write( " |