document.write( "Question 605768: In a standard deck of cards,
\n" );
document.write( "a. what is the probability of getting a club?
\n" );
document.write( "b. What is the probability of getting a red queen? \n" );
document.write( "
Algebra.Com's Answer #381797 by htmentor(1343) You can put this solution on YOUR website! In a standard deck of cards, \n" ); document.write( "a. what is the probability of getting a club? \n" ); document.write( "b. What is the probability of getting a red queen? \n" ); document.write( "===================== \n" ); document.write( "a. There are 13 clubs out of 52 total cards, so P(club) = 13/52 = 1/4 \n" ); document.write( "b. There are 2 red queens out of a total of 52 cards, so P(red queen) = 2/52 = 1/26 \n" ); document.write( " |