document.write( "Question 646103: A 7 card hand is dealt from a standard deck of 52 playing cards. What is the probability that:\r
\n" ); document.write( "\n" ); document.write( "A. you are dealt exactly 2 jacks?
\n" ); document.write( "B. You are dealt at most 3 diamonds?\r
\n" ); document.write( "\n" ); document.write( "Please help. thank you in advance.
\n" ); document.write( "

Algebra.Com's Answer #405727 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Note: Both of these are examples of a 'Hypergeometric Experiments'
\n" ); document.write( "That is: Probability of an event is found using the proper combinations
\n" ); document.write( "divided by the combination representing the total ways the experiment can result.
\n" ); document.write( "Important to learn to recognize when combinations are appropriate to use in determining probability
\n" ); document.write( "of an event occurring and also important to have a reliable source for computing the value
\n" ); document.write( "of those particular combinations.
\n" ); document.write( "A 7 card hand is dealt from a standard deck of 52 playing cards.
\n" ); document.write( "P( you are dealt exactly 2 jacks) = \"%284C2%2A48C5%29%2F%2852C7%29=+6%2A1712304%2F133784560\"
\n" ); document.write( "P( You are dealt at most 3 diamonds) = P(0) + P(1) + P(2) + P(3)
\n" ); document.write( "P(0) = \"%2839C7%29%2F%2852C7%29\"
\n" ); document.write( "P(1) = \"%2813C1%2A39C6%29%2F%2852C7%29\"
\n" ); document.write( "P(2) = \"%2813C2%2A39C5%29%2F%2852C7%29\"
\n" ); document.write( "P(3) = \"%2813C3%2A39C4%29%2F%2852C7%29\"
\n" ); document.write( " \n" ); document.write( "
\n" );