document.write( "Question 1161853: Formula for question (a): nPr=n!/r!(n-r)! Assume a class has 24 members.
\n" ); document.write( "(a)How many 4-person committees can be formed out of a class of 15?\r
\n" ); document.write( "\n" ); document.write( "Formula for (b): The number of combinations of n objects taken r at a time is given by the formula nCr=n!/r!(n-r_!
\n" ); document.write( "(b)How many committees of 10 people can be chosen?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #785534 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
You have a wrong formula, and formulas are not good for brain health.
\n" ); document.write( "For a student, understanding and reasoning is best for brain health.
\n" ); document.write( "You cannot raise wise students feeding them formulas.
\n" ); document.write( "(You can figure out by yourself how to feed babies for best brain health).
\n" ); document.write( "
\n" ); document.write( "However, to communicate with computers, calculators, and math teachers
\n" ); document.write( "we need a little vocabulary/symbols. (More of that later).
\n" ); document.write( "The symbol \"4%21\" represents \"4%2A3%2A2%2A1=24\" ,
\n" ); document.write( "a product with the first 4 counting numbers as factors.
\n" ); document.write( "We call it \"factorial of 4\" or \"4 factorial\".
\n" ); document.write( "My calculator has \"x!\" as a function,
\n" ); document.write( "but factorial is used for positive integers,
\n" ); document.write( "although we extend it beyond \"1%21=1\" to \"0%21=1\" .
\n" ); document.write( "
\n" ); document.write( "(a) I understand that when we pick \"4\" students for a committee out of a class of \"15\" students,
\n" ); document.write( "we just need a group/set of \"4\" students.
\n" ); document.write( "We can list them in any order and it is the same committee
\n" ); document.write( "with all students equally important for now.
\n" ); document.write( "They can distribute their roles and responsibilities among themselves later.
\n" ); document.write( "We could instead make an ordered list,
\n" ); document.write( "where the first named is the president of the committee,
\n" ); document.write( "the second one is the secretary/note-taker,
\n" ); document.write( "the third is the treasurer,
\n" ); document.write( "and the last one brings the donuts to the meetings.
\n" ); document.write( "In that case the same 4 people mentioned in different order make a different list.
\n" ); document.write( "When we make lists of \"4\" people out of \"15\" available to choose from,
\n" ); document.write( "we have \"15\" choices for the first name in the list.
\n" ); document.write( "Afterwards, for each of those \"15\" choices,
\n" ); document.write( "we will have \"14\" remaining choices for a second name (the \"14\" not yet chosen students).
\n" ); document.write( "Then, we will have \"13\" choices for the third name,
\n" ); document.write( "and \"12\" choices for the fourth.
\n" ); document.write( "All in all, we could make \"15%2A14%2A13%2A12=32760\" lists.
\n" ); document.write( "That is not \"32760\" different sets of students,
\n" ); document.write( "because each set of 4 students can be listed \"4%2A3%2A2%2A1=24\" different ways Different orders).
\n" ); document.write( "We will find each different set of 4 students repeated as \"24\" times in those \"32760\" lists.
\n" ); document.write( "Those \"32760\" lists represent only
\n" ); document.write( "\"%2815%2A14%2A13%2A12%29%2F%284%2A3%2A2%2A1%29=32760%2F24=highlight%281365%29\" different committees.
\n" ); document.write( "
\n" ); document.write( "(b) For a list of 10 students out of a class of \"15\" there are
\n" ); document.write( "\"15%2A14%2A13%2A%22....%22%2A8%2A7%2A6\" different possibilities
\n" ); document.write( "That is a product of \"10\" factors that are the numbers from 1 to 15, except the first \"15-10=5\" numbers.
\n" ); document.write( "We would tell a computer or a calculator to calculate that as computer could see that as
\n" ); document.write( " .
\n" ); document.write( "Each set of \"1%5D\" students can be written in \"10%21\" different orders as \"10%21\" different lists,
\n" ); document.write( "so the \"15%21%2F%2815-10%29%21=15%21%2F5%21\" different lists represent
\n" ); document.write( "\"15%21%2F%2815-10%29%21%2F10%21=15%21%2F5%21%2F10%21=highlight%28273%29\" .
\n" ); document.write( "
\n" ); document.write( "MORE symbols and vocabulary:
\n" ); document.write( "My (cheap) scientific calculator has keys for the functions \"nPr\" and \"nCr\" .
\n" ); document.write( "
\n" ); document.write( "\"nPr\" (with \"n%3E=r\" , of course) represents
\n" ); document.write( "the number of different permutations (lists) of \"r\" items that can be made
\n" ); document.write( "out of a total of \"n\" different items.
\n" ); document.write( "It is called permutations of n taken r at a time because the same r items in different order make a different list/permutation.
\n" ); document.write( "The formula to calculate that number is
\n" ); document.write( "\"nPr=n%21%2F%28n-r%29%21\" , where
\n" ); document.write( "\"n%21=n%2A%28n-1%29%2A%28n-2%29%2A%22...%22%2A3%2A2%2A1\" is the product of the \"n\" consecutive integers from \"1\" to \"n\" , and
\n" ); document.write( "\"%28n-r%29%21=n%2A%28n-r-1%29%2A%28n-r-2%29%2A%22...%22%2A3%2A2%2A1\" is the product of the \"n-r\" consecutive integers from \"1\" to \"n-r\" ,
\n" ); document.write( "(except that we define \"0%21=1\" for consistency).
\n" ); document.write( "\"nPn=n%21%2F%28n-n%29%21=n%21%2F0%21=n%21%2F1=n%21\" represents the number of list permutations of n items
\n" ); document.write( "that we can make using all n items at a time (for each list).
\n" ); document.write( "We just call it permutations of n, but \"n%21\" is shorter and more direct.
\n" ); document.write( "
\n" ); document.write( "\"nCr=nPr%2Fn%21\"\"%22=%22\"\"%22n%21%2F%28n-r%29%21%22%2Fr%21\"\"%22=%22\"\"n%21%2F%28n-r%29%21%2Fr%21\" represents the number of different sets/combinations you can make
\n" ); document.write( "by picking \"r\" items out of \"n\" available items.
\n" ); document.write( "We use \"C\" in that symbol for combinations,
\n" ); document.write( "meaning that we consider {lettuce,tomato,pickle} the same
\n" ); document.write( "set/combination of 3 burger toppings as {tomato,pickle,lettuce} .
\n" ); document.write( "
\n" );