document.write( "Question 979867: Nine playing cards are laid out on a table. They are all Clubs numbered from 2 to 10. The cards are shuffled, cut, shuffled and cut one last time. You select one card, what is the probability that you select:\r
\n" );
document.write( "\n" );
document.write( "an odd numbered card? a card that is a multiple of 3? the 6 of Clubs? NOT the 10 of Clubs? \n" );
document.write( "
Algebra.Com's Answer #601111 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Total number of cards = 9 \n" ); document.write( "Total number of odd numbered cards = 4 \n" ); document.write( "Probability of selecting an odd numbered \n" ); document.write( "card = 4/9 \n" ); document.write( "Total number of cards that are a multiple \n" ); document.write( "of 3 = 3 \n" ); document.write( "Probability of selecting a card that is \n" ); document.write( "a multiple of 3 = 3/9 or 1/3 \n" ); document.write( "The probability of selecting the \n" ); document.write( "6 of clubs = 1/9 \n" ); document.write( "The probability of not selecting \n" ); document.write( "the 10 of clubs = 8/9 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |