document.write( "Question 807597: If a ball is drawn at random from a container that consists of 40 balls numbered 1 through 40, find the probability that the number drawn is divisible by 4 or divisible by 6. How do I solve this
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #486449 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a ball is drawn at random from a container that consists of 40 balls numbered 1 through 40, find the probability that the number drawn is divisible by 4 or divisible by 6. How do I solve this \n" ); document.write( "------- \n" ); document.write( "Divisible by 4:: 4,8,12,16,20,24,28,32,36,40-----10 numbers \n" ); document.write( "----- \n" ); document.write( "Divisible by 6:: 6,12,18,24,30,36--------6 numbers \n" ); document.write( "----- \n" ); document.write( "Note:: 12,24,36 are in both lists \n" ); document.write( "----- \n" ); document.write( "So, # of ways to succeed:: 10+6-3 = 13 \n" ); document.write( "---- \n" ); document.write( "# of possible selections:: 40 \n" ); document.write( "==== \n" ); document.write( "P(divis by 4 or 6) = 13/40 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |