document.write( "Question 1051667: There are 8 different foods in the refrigerator. How many different ways can we take 3 of them to make a meal, if the order of the items eaten is not important? \r
\n" );
document.write( "\n" );
document.write( "If the order of the 3 different foods eaten is important? \n" );
document.write( "
Algebra.Com's Answer #667120 by Theo(13342)![]() ![]() You can put this solution on YOUR website! combination formula if order is not important. \n" ); document.write( "permutation formula if order is important.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combination formula is c(n,x) = n! / (x! * (n-x)!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "permutation formula is p(n,x) = n! / (n-x!).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n = 8 \n" ); document.write( "x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c(n,x) = 8! / (3! * 5!) = (8*7*6*5!) / (3*2*1*5!) = (8*7*6) / (3*2*1) = 56\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(n,x) = 8! / (5!) = (8*7*6*5!) / 5! = (8*7*6) = 336\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the difference is the 3!.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when order is important, the same elements can exist in different sets, but in different order.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "example:\r \n" ); document.write( "\n" ); document.write( "ab is one set where order is not important. \n" ); document.write( "the elements are unique in that set but the order they are arranged in that set doesn't matter. \n" ); document.write( "it doesn't matter if they're arranged as ab or ba. \n" ); document.write( "it's still one set just as long as the elements contained in that set are in that set only.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ab and ba are two sets where order is important. \n" ); document.write( "the elements are the same in both sets but the order is different.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here are two sets where order is not important.\r \n" ); document.write( "\n" ); document.write( "ab is one set and bc is another set.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they're unique because at least one of the elements in each set is different.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b is common to both sets but a is only only in the first set and c is only in the second set.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the two sets where order is not important are ab and bdc\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they become 4 sets when order is important, namely ab, ba, bc, cb.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |