document.write( "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) \n" ); document.write( "
Algebra.Com's Answer #726794 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
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)
\n" ); document.write( "-----------------
\n" ); document.write( "# of aces:: 4
\n" ); document.write( "# of K,Q,J,10 = 4*4 = 40
\n" ); document.write( "----
\n" ); document.write( "# of blackjack hands:: 4*40 = 160
\n" ); document.write( "-----------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-----------------
\n" ); document.write( "
\n" );