document.write( "Question 1180094: Draw one card from a well - shuffled deck of 52 playing cards. What is the probability of drawing a diamond card
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #809695 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 52 cards in a pack of cards\r \n" ); document.write( "\n" ); document.write( "diamonds there are 13 in a pack\r \n" ); document.write( "\n" ); document.write( "p(D) = 13/52 = 1/4\r \n" ); document.write( "\n" ); document.write( "probability of drawing a diamond card \n" ); document.write( " =1/4 \n" ); document.write( " |