The Key Errors I made (and are worth pointing out)
(1) the question is looking for the Order of the MEMBERS, not the speeches themselves. So it is NOT 4! Each Time for the 4 Different Speeches. We need to re-arrange the Members for each different scenario
(2)Choosing which person will GIVE 2 SPEECHES ---- vs. ----- Choosing which person will GIVE 1 SPEECH: is 2 DISTINCT GROUPS that you are choosing for. Thus, you need to make 2 Selections followed by another.
Scenario 1: Person A --- gives 2 Speeches
Person B -----gives 2 Speeches
(1) In How many ways can we select the 2 People who will give 2 Speeches each?
Since this is NOT a Distinct Group (each person will give 2 Speeches) we can just use the Combinations Formula:
"6 choose 2" = 6! / (2!4!) = 15 Ways
AND
(2) For Each of the Different Combinations of groups, how many ways can we uniquely ARRANGE the People speaking?
1 Arrangement: A - then A - then B - then B
in this case, A never comes down, so it does not matter which of A's 2 Speeches he gives 1st. We only care about the ORDER of the members, not the speeches.
A-A-B-B
Can be Arranged in: 4! / (2!2!) = 6 Arrangements
15 * 6 = 90 Ways we can Order the Members if 2 Members each give 2 Speeches
Scenario 2: Person A --- gives 2 Speeches
Person B --- gives 1 Speech
Person C ---- gives 1 Speech
(1) Now, when we select which person gives 2 Speeches vs 1 Speech, we are choosing for 2 DISTINCT GROUPS. Therefore, we need to make 2 Successive Selections.
In How many ways can we choose the 1 person who will give 2 Speeches?
"6 choose 1" = 6 Ways
AND
In How many ways can we choose the 2 people who will each give 1 Speech?
"5 choose 2" = 5! / (2!3!) = 10Ways
(2) Given all the Different Combinations of Groups, for Each possible Group how many ways can we ARRANGE the Members for which Order they speak?
A - A - B - C ------ this is 1 Arrangement
A - B - A - C ------- this is 1 Arrangement (person A comes down, then Person B comes up, then person A comes back up)
4! / (2!) = 4*3 = 12 Arrangements
(6 * 10) * 12 = 720 Ways to Order the Members where 1 Members gives 2 Speeches and Another 2 Members EACH give 1 Speech
Scenario 3: We have 4 People go up and EACH PERSON gives 1 Speech
(1)In How many ways can we CHOOSE 4 People to give 1 Speech out of a Total of 6 members?
"6 choose 4" = 6! / (4!2!) = 15 Ways
AND
(2) How many ways can we ARRANGE the 4 Unique Members order on stage?
4! = 24 Arrangements b/c each person is UNIQUE
15 * 24 = 360 Ways
90 Ways + 720 Ways + 360 Ways = 1, 170 Total Ways
-C-