Question 577851
find the probablility of getting two face cards (king, queen, or Jack) when 2 cards are drawn from the deck without replacement. 
----
There are 12 face cards in the deck.
---
# of ways to succeed: 12C2 = 66
---
# of random pairs: 52C2 = 1326
---
P(2 face cards) = 66/1326 = 0.0498
=============
You are correct.
Cheers,
Stan H.