A certain company assigns employees to offices in such a way that some of the offices can be empty and more than one employee can be assigned to an office. In how many ways can the company assign 3 employees to 2 different offices?
5
6
7
8
9
登录 或 注册 后可以参加讨论
2*2*2 = 8 ways OR 3C3 *2 + 3C1*2C2*2 = 2 + 6 = 8
2*2*2 = 8 ways
OR
3C3 *2 + 3C1*2C2*2 = 2 + 6 = 8
登录 或 注册 后可以参加讨论