document.write( "Question 366168: A standard deck of playing cards has 52 cards divided into four 13-card suits:diamonds,hearts, clubs, and spades.
\n" );
document.write( "a. What is the probability of drawing a diamond at random?\r
\n" );
document.write( "\n" );
document.write( "b. What is the probability of drawing an ace? \n" );
document.write( "
Algebra.Com's Answer #260931 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A standard deck of playing cards has 52 cards divided into four 13-card suits:diamonds,hearts, clubs, and spades. \n" ); document.write( "a. What is the probability of drawing a diamond at random? \n" ); document.write( "P(diamond) = 13/52 = 1/4 \n" ); document.write( "--------------------------------- \n" ); document.write( "b. What is the probability of drawing an ace? \n" ); document.write( "P(ace) = 4/52 = 1/13 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |