document.write( "Question 898146: If you have a standard deck of cards how many ways can you deal out
\n" );
document.write( "a) 5 cards b) 5 red cards\r
\n" );
document.write( "\n" );
document.write( "I think this a a combination problem - I did this
\n" );
document.write( "a) C(52,5) b) C(26,5) \n" );
document.write( "
Algebra.Com's Answer #544567 by Theo(13342)![]() ![]() You can put this solution on YOUR website! i originally thought combinatios was the correct way to go, but i now lean toward permutations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the key is how many ways can you deal them out, rather than how many possible sets of 5 cards can you get,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can get C(5,2) possible 5 card sets. this is true because set is unique regardless of the order the order in which the cards are arranged.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you then want to deal these out, you can deal each of those 5 card sets out in 5! ways.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since C(52,5) * 5! is equal to P(52,5), then permutations would be a more suitable answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i will go with permutations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is in agreement with what the other tutor told you.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it makes more sense now that i had a chance to look at it again.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |