SOLUTION: You are dealt two cards successively (without replacement) from a shuffled deck of 52 playing cards. Find the probability tht both cards are black.
Algebra ->
Probability-and-statistics
-> SOLUTION: You are dealt two cards successively (without replacement) from a shuffled deck of 52 playing cards. Find the probability tht both cards are black.
Log On
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. Answer by stanbon(75887) (Show Source):
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.
--------------
#of ways to pick 2 black: 26C2
---
# of ways to pick 2 from the entire deck: 52C2
-----
P(2 black) = 26C2/52C2 = 0.2451
=============
Cheers,
Stan H.