document.write( "Question 1086356: A set of 8 cards contains 1 joker. A and B are 2 players and A chooses 5 cards at random, B taking the
\n" ); document.write( "remaining 3 cards. What is the probability that A has the joker?
\n" ); document.write( "

Algebra.Com's Answer #700527 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "If A has the joker, there are 7C4 ways he could have the other 4 \r\n" );
document.write( "non-jokers.  So 7C4 is the numerator of the probability.\r\n" );
document.write( "\r\n" );
document.write( "There are 8C5 ways he could have any 5 cards.  So 8C5 is the denominator \r\n" );
document.write( "of the probability.\r\n" );
document.write( "\r\n" );
document.write( "Answer: \"7C4%2F%288C5%29=35%2F56=5%2F8\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );