document.write( "Question 380463: You are dealt two cards successively (without replacement) from a shuffled deck of 52 playing cards. Find the probability tht both cards are black. \n" ); document.write( "
Algebra.Com's Answer #270035 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You are dealt two cards successively (without replacement) from a shuffled deck of 52 playing cards. Find the probability tht both cards are black. \n" ); document.write( "-------------- \n" ); document.write( "#of ways to pick 2 black: 26C2 \n" ); document.write( "--- \n" ); document.write( "# of ways to pick 2 from the entire deck: 52C2 \n" ); document.write( "----- \n" ); document.write( "P(2 black) = 26C2/52C2 = 0.2451 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |