SOLUTION: In how many ways can the U.S senate select a chairperson, a treasurer and a secretary of a committee if all the senators are eligible for selection and no two senators from the sam

Algebra.Com
Question 1200688: In how many ways can the U.S senate select a chairperson, a treasurer and a secretary of a committee if all the senators are eligible for selection and no two senators from the same state can be selected together?
Found 2 solutions by math_tutor2020, ikleyn:
Answer by math_tutor2020(3817)   (Show Source): You can put this solution on YOUR website!

Answer: 940,800
Delete the comma if needed.

============================================================================================================

Explanation:

To ensure we do not select two senators from the same state, we will first randomly select 3 states.

There are n = 50 choices and r = 3 selections.
Order does matter because each seat on the committee is named.
If each person on this committee had equal rank and the seats weren't named, then order wouldn't matter.

Since order matters, we turn to the nPr permutation formula.
P(n,r) = (n!)/( (n-r)! )
P(50,3) = (50!)/( (50-3)! )
P(50,3) = (50!)/( 47! )
P(50,3) = (50*49*48*47!)/( 47! )
P(50,3) = 50*49*48
P(50,3) = 117600

An alternative approach is this:Count down by 1 each time. That leads to 50*49*48 = 117600 different permutations.

There are 117,600 different ways to pick a trio of states from a pool of 50 where order matters.

After a state is chosen, there are 2 choices per state.
This is because each state sends 2 senators.
Therefore, any particular trio of states chosen will have 2*2*2 = 2^3 = 8 different senator permutations.

Example:
Let's say we picked {Delaware, Texas, Ohio} in that exact order.
Furthermore we'll haveFor the subset {Delaware, Texas} we have the following 4 possibilitiesImagine a 2 by 2 table to generate these four permutations.
senator Csenator D
senator AA,CA,D
senator BB,CB,D

Now to include Ohio, we will have a table of 4 rows (representing those permutations listed above) and 2 columns.
That will give 4*2 = 8 different senator permutations of 3 senators chosen from those 3 states.
senator Esenator F
A,CA,C,EA,C,F
A,DA,D,EA,D,F
B,CB,C,EB,C,F
B,DB,D,EB,D,F

A code like B,D,E means
--------------------------------------------

Summary:This must mean there are 117600*8 = 940,800 ways to form this committee.

Edit: The tutor @ikleyn offers the most efficient route. However, I'll stick to my route since this process could be useful in other areas.


Answer by ikleyn(52786)   (Show Source): You can put this solution on YOUR website!
.

Any of 100 senators can be elected to the 1st position.


Then any of remaining 98 eligible senators can be elected to the 2nd position.


Then any of remaining 96 eligible senators can be elected to the 3rd position.


In all, there are 100*98*96 = 940800 different options.    ANSWER

Solved.




RELATED QUESTIONS

In how many ways can a chairperson and a vice chairperson be selected from a committee of (answered by stanbon)
In how many ways can a chairperson and a vice chairperson be selected from a committee of (answered by Alan3354)
In how many ways can a chairperson and a vice chairperson be selected from a... (answered by checkley79)
In how many ways can a chairperson and a vice chairperson be selected from a committee of (answered by jim_thompson5910)
Classify the problem as a permutations or combinations, In how many ways can a... (answered by ikleyn)
in how many ways can a chairperson be selected from a committee of 38 senators (answered by stanbon)
Q-2: [5+5+5+5 Marks4] A six person committee composed of Ali, Ahmed, Adnan, , Omer,... (answered by Boreal,Alan3354)
The US Senate consists of 13 women and 18 men. If you randomly select five different... (answered by stanbon,KMST)
A committee of 6 U.S. senators is to be formed with 3 Democrats and 3 Republicans. In how (answered by MathLover1,math_tutor2020)