document.write( "Question 1007417: An environmental organization has 19 members. Each member will be placed on exactly 1 of 4 teams. Each team will work on a different issue. The first team has 3 members, the second has 5, the third has 7, and the fourth has 4. In how many ways can these teams be formed? \n" ); document.write( "
Algebra.Com's Answer #623348 by Theo(13342)![]() ![]() You can put this solution on YOUR website! i believe your solution is going to be:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "19c3 * 16c5 * 11c7 * 4c4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ncx is the combination formula of n! / (x! * (n-x)!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "what happens, i believe, is this:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your first team is composed of 3 people taken from 19.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that gets you 19c3 = 969 possible teams.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for each of these teams, there are 16 members left that can be used to form the second team.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the second tesm is composed of 5 people taken from 16.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that gets you 16c5 = 4368 possible teams for EACH of the 969 first teams.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for each of these second teams, there are 11 members left that can be used to form the third team.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the third team is composed of 7 people taken from 11.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that gets you 11c7 = 330 possible teams for EACH of the 4368 second teams.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for each of the third teams, there are 4 members left that can be used to form the fourth team.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the fourth team is composed of 4 people taken from 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that gets you 4c4 = 1 possible team for EACH of the 330 third teams.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "19c3 * 16c5 * 11c7 * 4c4 becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "969 * 4368 * 330 * 1 = 1396755360 possible teams that can be formed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "does that make sense?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let's see with a little experiment.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "suppose 4 teams are formed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3 teams are composed of 2 members and the last team is composed of 1 member.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that would be 7 members forming 4 teams.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the team members are abcdefg.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the first team is formed as 7c2 = 21 possible teams.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ab \n" ); document.write( "ac \n" ); document.write( "ad \n" ); document.write( "ae \n" ); document.write( "af \n" ); document.write( "ag \n" ); document.write( "bc \n" ); document.write( "bd \n" ); document.write( "be \n" ); document.write( "bf \n" ); document.write( "bg \n" ); document.write( "cd \n" ); document.write( "ce \n" ); document.write( "cf \n" ); document.write( "cg \n" ); document.write( "de \n" ); document.write( "df \n" ); document.write( "dg \n" ); document.write( "ef \n" ); document.write( "eg \n" ); document.write( "fg\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now let's look at just one of these teams.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let's look at the team of ab.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when the team of ab is chosen, we have 5 members left that can form the second team of 2 members.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that second team can be formed from cdefg\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of possible teams is 5c2 = 10.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the members of the second team are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cd \n" ); document.write( "ce \n" ); document.write( "cf \n" ); document.write( "cg \n" ); document.write( "de \n" ); document.write( "df \n" ); document.write( "dg \n" ); document.write( "ef \n" ); document.write( "eg \n" ); document.write( "fg\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now we'll look at the possible third teams that can be formed when just the first of the second teams has been formed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ab are the chosen team from the first team. \n" ); document.write( "cd are the chosen team from the second team.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when ab and cd have been chosen for the first and second teams, the remaining members are efg\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the third team can be formed in 3c2 possible ways.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "those ways are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ef \n" ); document.write( "eg \n" ); document.write( "fg\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "by now you should get the idea that the formula is good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get 7c2 * 5c2 * 3c2 * 1c1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "what makes combinations and permutations so difficult is that it is very hard to prove the formulas are correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the way that i've found is to simplify the problem to the point where you can show that the formulas work.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i think i've done that here.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i'm reasonably confident the solution is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you know what the solution is supposed to be, you can check against it to see if you did it right.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "o0therwise, there's no way of knowing unless you do something similar to what i've done above.\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( " |