document.write( "Question 232881: A spinner has 1 through 21.What is the probability that the spinner will stop on an even number or a multiple of 3? \n" ); document.write( "
Algebra.Com's Answer #171977 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A spinner has 1 through 21.What is the probability that the spinner will stop on an even number or a multiple of 3? \n" ); document.write( "----------------------------------- \n" ); document.write( "Evens: 2,4,6,8...16,18,20 \n" ); document.write( "How many?: 10 \n" ); document.write( "-------------------------------- \n" ); document.write( "3 multiples: 3,6,9,12,15,18,21 \n" ); document.write( "How many?: 7 \n" ); document.write( "-------------------------------- \n" ); document.write( "Numbers that are both: \n" ); document.write( "6,12,19 \n" ); document.write( "How many?: 3 \n" ); document.write( "------------------------------ \n" ); document.write( "P(even or 3-mult) = P(even) + P(3-mult) - P(even AND 3-mult) \n" ); document.write( "P(even or 3-mult) = 10/21 + 7/21 - 3/21 = 14/21 = 2/3 \n" ); document.write( "================================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |