document.write( "Question 1140181: Classify the problem as a permutation, a combination, or neither.\r
\n" );
document.write( "\n" );
document.write( "In how many ways can two hearts be drawn from a deck of cards? (Order is not important.)\r
\n" );
document.write( "\n" );
document.write( "As well as answer the question. \n" );
document.write( "
Algebra.Com's Answer #760687 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! : \n" ); document.write( "order is not important implies combination \n" ); document.write( ": \n" ); document.write( "I will show you two methods for solving this problem \n" ); document.write( ": \n" ); document.write( "Method 1 using combination and probability \n" ); document.write( ": \n" ); document.write( "52C2 = 52!/(2! * (52-2)!) = 1326 ways to select 2 cards out of 52 \n" ); document.write( ": \n" ); document.write( "the probability(P) that the first card is a heart is 13/52 = 1/4 \n" ); document.write( ": \n" ); document.write( "the P that the second card is a heart is 12/51 \n" ); document.write( ": \n" ); document.write( "the P that both are hearts = 1/4 * 12/51 = 0.058823529 \n" ); document.write( ": \n" ); document.write( "multiply the P that both are hearts times the ways to select 2 cards out of 52 \n" ); document.write( ": \n" ); document.write( "****************************************************************************** \n" ); document.write( "0.058823529 * 1326 = 78 ways two hearts can be drawn from a deck of cards when order is not important \n" ); document.write( "***************************************************************************** \n" ); document.write( ": \n" ); document.write( "Method 2 using selection process and combination \n" ); document.write( ": \n" ); document.write( "13 * 12 = 156 ways to select two hearts \n" ); document.write( ": \n" ); document.write( "since order is not important, we have to divide 156 by 2 - the reason for this is that there are 2 ways for each set of 2 hearts, for example, (4,5) and (5,4) were counted in the above calculation \n" ); document.write( ": \n" ); document.write( "****************************************************************************** \n" ); document.write( "156/2 = 78 ways two hearts can be drawn from a deck of cards when order is not important \n" ); document.write( "****************************************************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |