document.write( "Question 505404: You are dealt 6 cards. What is the probability that is contains the King, Queen, and Jack on a single suit? (EX: King, queen, and jack of spades, the 7 of clubs, and 4 of diamonds) \n" ); document.write( "
Algebra.Com's Answer #339882 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
You are dealt 6 cards. What is the probability that it contains the King, Queen, and Jack on a single suit?
\n" ); document.write( "------
\n" ); document.write( "Pick a suit: 4 ways
\n" ); document.write( "Pick the K,Q,J of that suit 1 way
\n" ); document.write( "Pick 2 \"other\" cards 40C2 ways
\n" ); document.write( "----
\n" ); document.write( "Prob you want = (4*1*780)/52C6 = 0.00015325..
\n" ); document.write( "====
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=====
\n" ); document.write( "
\n" );