document.write( "Question 1178532: A card is dealt from a 52 deck. What is the probability that this card is:\r
\n" );
document.write( "\n" );
document.write( "A. A diamond AND a two?\r
\n" );
document.write( "\n" );
document.write( "B. A diamond OR a two? \r
\n" );
document.write( "\n" );
document.write( "Explain your answers. \n" );
document.write( "
Algebra.Com's Answer #807822 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the 2 of diamonds is unique so the probability is 1/52. \n" ); document.write( "- \n" ); document.write( "A diamond occurs 13 times \n" ); document.write( "A two occurs 4 times \n" ); document.write( "One of those is the 2 of diamonds, so that has to be removed to avoid double counting. \n" ); document.write( "The probability is 16/52 or 4/13. \n" ); document.write( " |