document.write( "Question 1169982: You volunteer to help drive children at a charity event to the zoo, but you can fit only 6 of the 15 children present in your van. How many different groups of children can you drive?
\n" );
document.write( "How many different groups of 6 children can you drive?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #794844 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Consider 6 slots labeled A,B,C,D,E,F to represent the 6 people you select from the 15 total.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have... \n" ); document.write( "15 choices for slot A \n" ); document.write( "14 choices for slot B \n" ); document.write( "13 choices for slot C \n" ); document.write( "12 choices for slot D \n" ); document.write( "11 choices for slot E \n" ); document.write( "10 choices for slot F \n" ); document.write( "Note how I'm counting down one at a time. This is because once a student is selected, they can't be picked again. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiplying out those items gives us \n" ); document.write( "15*14*13*12*11*10 = 3,603,600 \n" ); document.write( "which is the number of permutations. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If order mattered, then we'd stop here. However, order does not matter. Each seat is unlabeled and there is no ranking. All that matters is the overall group.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For any group of 6 people, there are 6! = 6*5*4*3*2*1 = 720 ways to arrange said group. We must divide the permutation count found above to get the answer we want.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of combinations = (number of permutations)/720 \n" ); document.write( "number of combinations = (3,603,600)/720 \n" ); document.write( "number of combinations = 5,005\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We could also use the nCr combination formula\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have a pool size of n = 15 and r = 6 selections to make from that pool size.\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( "-------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 5005 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |