document.write( "Question 66432: how do you know exactly when the problem is a combination or a permutation?
\n" );
document.write( "how do you label the problem? ex. 4 super script c 3? how do you solve these? \n" );
document.write( "
Algebra.Com's Answer #47127 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Permutations are a way of counting arrangements: \n" ); document.write( "Example : abc, acb, bac,bca, cab,cba are 6 different arrangements or permutations. \n" ); document.write( "--------------- \n" ); document.write( "Combinations are a way of counting the number of groups. \n" ); document.write( "Example: The 6 different arrangements above constitute one group \n" ); document.write( "or one combination. \n" ); document.write( "Example: A bowl contains four marbles: a,b,c,d \n" ); document.write( "How many groups of two are there? \n" ); document.write( "Answer: 8C2 = 8*7/1*2 = 28 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |