Question 1111768
 in the game of blackjack a 2 card hand consisting of an ace and either a face card or a 10 is called a "blackjack" if a standard 52 card deck is used determine how many blackjack hands can be dealt. (a face card is a jack, queen, or king) 
-----------------
# of aces:: 4
# of K,Q,J,10 = 4*4 = 40
----
# of blackjack hands:: 4*40 = 160
-----------
Cheers,
Stan H.
-----------------