Question 947970
An experiment consists of dealing 5 cards from a 52 hand deck. What is the probability of being dealt exactly 1 ace?
--------------
# of ways to succeed:: 4C1*48C4 = 4*194580
---
# of possible results:: 52C5 = 1712304
----
Ans: (4C1*48C4)/52C5 = 0.4546
-----------------
Cheers,
Stan H.
----------