document.write( "Question 88339: I need help understanding how to solve these problems....can someone explain them to me...\r
\n" ); document.write( "\n" ); document.write( "ex...\r
\n" ); document.write( "\n" ); document.write( "1) How many 5-card poker hands consisting of 2 aces and 3 kings are possible with an ordinary 52-card deck?\r
\n" ); document.write( "\n" ); document.write( "2) A bag contains 5 apples and 3 oranges. If you select 4 pieces of fruit without looking, how many ways can you get exactly 3 apples?\r
\n" ); document.write( "\n" ); document.write( "3) How many different three-number \"combinations\" are possible on a combination lock having 24 numbers on its dial? Assume that no numbers repeat. (combination locks are really permutation locks)\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #64260 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
1) How many 5-card poker hands consisting of 2 aces and 3 kings are possible with an ordinary 52-card deck?
\n" ); document.write( "# or ways to pick 2 aces out of 4 = 4C2 = 6
\n" ); document.write( "# of ways to pick 3 kings out of 4 is 4C3 = 4
\n" ); document.write( "# of ways to pick a 5 card hand out of 52 card = 52C5
\n" ); document.write( "P(2 aces and 3 kings) = [6*4]/52C5 = 0.0000092344
\n" ); document.write( "----------------\r
\n" ); document.write( "\n" ); document.write( "2) A bag contains 5 apples and 3 oranges. If you select 4 pieces of fruit without looking, how many ways can you get exactly 3 apples?
\n" ); document.write( "# of ways to pick 3 apples = 5C3 = [5*4*3]/[1*2*3] = 10
\n" ); document.write( "# of ways to get the orange = 3C1 = 3 ways
\n" ); document.write( "# of ways to get exactly 3 apples when pick 4 of the fruit is 10*3=30
\n" ); document.write( "------------------\r
\n" ); document.write( "\n" ); document.write( "3) How many different three-number \"combinations\" are possible on a combination lock having 24 numbers on its dial? Assume that no numbers repeat. (combination locks are really permutation locks)
\n" ); document.write( "The number of combination s 24C3 = 2024
\n" ); document.write( "Since a lock combination depends on the order of the numbers you have to multiply by 3!=6
\n" ); document.write( "So, number of combinations is 6*2024 = 12144
\n" ); document.write( "------------
\n" ); document.write( "You could get the same answer by thinking the following:
\n" ); document.write( "24 ways to pick the 1st number
\n" ); document.write( "23 ways to pick the 2nd number
\n" ); document.write( "22 ways to pick the 3rd number
\n" ); document.write( "Total way = 24*23*22 = 12144
\n" ); document.write( "--------
\n" ); document.write( "This is the same as 24P3=12144
\n" ); document.write( "-----------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );