document.write( "Question 1023733: If 24 is added to a certain number and the sum is divided by 6, the result is 1 more than 13 of the original number. Find the original number \n" ); document.write( "
Algebra.Com's Answer #639211 by mathmate(429)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Question:
\n" ); document.write( "A 4-card poker hand is dealt at random from a standard 52-card deck.
\n" ); document.write( "(a) What is the total number of possible hands?
\n" ); document.write( "(b) What is the total number of possible hands if the hand contains exactly one heart?
\n" ); document.write( "
\n" ); document.write( "Solution:
\n" ); document.write( "
\n" ); document.write( "One very useful tool is the binomial coefficient, which is in fact the number of possible combinations for r objects taken from n distinct objects:
\n" ); document.write( "C(n,r)=n!/(r!(n-r)!)
\n" ); document.write( "
\n" ); document.write( "Say we have 5 fruits, an apple, an orange, a plum, a pear and a banana.
\n" ); document.write( "The number of different ways we can choose two fruits out of the five is
\n" ); document.write( "C(5,2) [5 choose 2]
\n" ); document.write( "=5!/(2!3!)
\n" ); document.write( "=120/(2*6)
\n" ); document.write( "=10
\n" ); document.write( "
\n" ); document.write( "For a four-card hand from 52 (distinct) cards deck, the idea is the same.
\n" ); document.write( "
\n" ); document.write( "(a) possible hands
\n" ); document.write( "C(52,4)
\n" ); document.write( "=52!/(4!48!)
\n" ); document.write( "=52*51*50*49/(1*2*3*4)
\n" ); document.write( "=270725
\n" ); document.write( "
\n" ); document.write( "(b) possible hands with only one heart
\n" ); document.write( "We have to have one heart, so we choose 1 heart from the 13 (13 choose 1)
\n" ); document.write( "in C(13,1)=13 ways.
\n" ); document.write( "We choose the remaining 3 cards from the 39 remaining cards in C(39,3) ways.
\n" ); document.write( "C(39,3)=39*38*37/(1*2*3)=9139 ways
\n" ); document.write( "So the number of possible hands is the product of 13 and 9139=118807
\n" ); document.write( "
\n" ); document.write( "
\n" );