document.write( "Question 1043362: A standard deck of cards contains 52 cards. One card is selected from the deck.
\n" );
document.write( "(a)
\n" );
document.write( "Compute the probability of randomly selecting a spade or diamond.
\n" );
document.write( "(b)
\n" );
document.write( "Compute the probability of randomly selecting a spade or diamond or heart.
\n" );
document.write( "(c)
\n" );
document.write( "Compute the probability of randomly selecting a five or club. \n" );
document.write( "
Algebra.Com's Answer #658485 by t0hierry(194)![]() ![]() You can put this solution on YOUR website! There are 26 spade or diamond cards (out of 52), so the probability you draw one of these is 26/52 = 1/2\r \n" ); document.write( "\n" ); document.write( "b) same answer 1/2\r \n" ); document.write( "\n" ); document.write( "c) There are 4 fives and 13 clubs one of which is a five, so the number of distinct possibilities is 16. Divide by 52 and the probability is 16/52 = 4/13 \n" ); document.write( " |