document.write( "Question 881301: I draw four cards at random from a standard pack (without replacement).
\n" ); document.write( "a. What is the probability that these four cards will be one ace, one king, one queen and one jack (in any order)?
\n" ); document.write( "b. What is the probability that none of these four cards will be an ace, a king, a queen or a jack?
\n" ); document.write( "c. What is the probability that at least one of these four cards will be an ace, a king, a queen or a jack?
\n" ); document.write( "

Algebra.Com's Answer #532149 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
a) P = \"+%28%284C1%29%284C1%29%284C1%29%284C1%29%29%2F%2852C4%29\"
\n" ); document.write( "b) P = \"%2840C4%29%2F%2852C4%29\"
\n" ); document.write( "c) P = 1 - P(none) = 1 - \"%2840C4%29%2F%2852C4%29\"
\n" ); document.write( "
\n" );