retagged by
5,927 views
8 votes
8 votes
For this I considered cases

1. 1 job each to 2 people and then  jobs to a single person

2. 2 jobs each to 2 people and then 1 job to a single person

For the first case I did

5C1*4C3*1C1 ,Now this can be permuted in 3! ways

for the second case I did 5C2*4C2*1C1 , Again this can be permuted in 3! ways ,Now on adding these two cases I am getting answer as 480 , what's wrong in this approach ?
retagged by

6 Answers

0 votes
0 votes
Let the tasks employees be numbered E1, E2 and E3.

As every employee is given at least 1 task, we assign them 3 out of 5 tasks. We are left with 2 tasks, name them A and B.

Now, we have to assign these 2 tasks: A and B, to 3 employees : E1, E2 and E3.

Each task can be assigned to any of the 3 employees, we don't care if an employee gets both of these 2 tasks, or gets none of these 2, because we have already assigned 1 task to each employee and we can assign the remaining 2 tasks in any way we wish.

So, each task can be assigned to any of 3 employees. 2 tasks can be assiged in 3*3=9 ways.
0 votes
0 votes
The assignment is similar to onto function fron set of task to set of employees.

so the number of onto function are= 3^5-3C1 (2^5)+3C2 (1^5)= 150.

Related questions

0 votes
0 votes
1 answer
1
AKS1236 asked May 18, 2022
784 views
I solved the question using the logic first select two questions from each sections. ($\binom{5}{2} * \binom{5}{2}$). Then from remaining 6 questions choose any 2. theref...
8 votes
8 votes
1 answer
4
Sahil Gupta asked Nov 23, 2014
4,908 views
There are six runners in the 100-yard dash. How many ways are there for three medals to be awarded if ties are possible? (The runner or runners who finish with the fastes...