A certain company assigns employees to offices in such a way

This topic has expert replies
Newbie | Next Rank: 10 Posts
Posts: 1
Joined: Sun Mar 13, 2011 3:01 am

by zishchu » Tue Mar 13, 2018 4:41 am
Hi

I solved it the following way. Is my approach correct? Please comment.
we have 4 options ( 0,1,2,3 employees) for the first office and 1 for the other. Multiply by 2 as we can assign employees to 2nd office first ,in which case 1st office will have only 1 option. 4*1*2=8

Legendary Member
Posts: 2499
Joined: Sun Oct 29, 2017 2:04 pm
Followed by:6 members

by swerve » Tue Mar 13, 2018 9:39 am
Hi imane81,

Also, you can try as follow,

Two offices can be filled in two ways when all the three employees will be in the same room or when two employees in one room and one in other room.

Wehn all the three employees will be in the same room = 3C3 * 2! = 2 (2! because any of the rooms can be taken).

When two employees in one room and one in other room = 3C2 * 1C1 * 2! = 6.

Hence total ways = 6 + 2 = 8. Option D.

Regards!