document.write( "Question 922191: For some set, there are 720 possible permutations of the members of of that set taken 3 at a time. How many combinations of these three items are possible from the set? \n" ); document.write( "
Algebra.Com's Answer #559438 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Divide by 3! = 6 to get 120. This is because, order matters in permutations, so the six permutations ABC, ACB, BAC, BCA, CAB, CBA become one combination {A,B,C}. \n" ); document.write( " |