document.write( "Question 1079637: A standard deck of cards has four suits (hearts, diamonds, spades, and clubs) each with 13 cards in it (1-10, jack, queen, and king). Face cards are all the jacks, queens, and kings. The red cards are any cards in the hearts or diamonds suits, while black cards are any cards in the spades or clubs suits.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "When drawing a card randomly from a deck, what is the probability that it will be either a black card or a face card? \n" );
document.write( "
Algebra.Com's Answer #693869 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! P(black)=26/52 \n" ); document.write( "P(face)=12/52, but half the face cards are black, so there is double counting which has to be subtracted \n" ); document.write( "-P(both)=6/52 \n" ); document.write( "=32/52 or 8/13. \n" ); document.write( " |