document.write( "Question 1015917: given a standard deck of 52 cards. what is the probability that drawing one card: you will draw a card with a number divisible by 3? \n" ); document.write( "
Algebra.Com's Answer #632305 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Well, first you have to figure out how many cards have numbers divisible by three...
\n" ); document.write( "That would be the threes, the sixes, and the nines...there are 12 such cards in the deck...
\n" ); document.write( "Thus the probability of drawing one would be
\n" ); document.write( "12/52 = 3/13
\n" ); document.write( "
\n" );