You can put this solution on YOUR website! What is the probability that you can draw two aces out of a deck of 52 cards? Drawing only two cards?
----
# of ways to succeed: 4C2 = 6
---
# of random outcomes: 52C2 = 1326
---
P(2 aces) = 6/1326 = 0.0045
============================
Cheers,
Stan H.
=============