990 views
1 votes
1 votes
In how many different ways can 8 different shirts be distributed among 4 different people so that each receives 2 shirts?

(a) 2850

(b) 2680

(c) 2520

(d) 1908

1 Answer

1 votes
1 votes
2520

 

# ways to make sets of 2 = 8!(permute)/2!2!2!2!(order does not matter inside the set) = 105.

Arranging these sets in 4 bodies = 105 * 4! = 2520

Related questions

2 votes
2 votes
1 answer
1
DSMaurya asked Mar 25, 2017
448 views
In how many ways can seven girls be seated at a round table so that two particular girls are separated?(a) 260(b) 320(c) 480(d) 560
0 votes
0 votes
2 answers
2
DSMaurya asked Mar 25, 2017
231 views
Find the integer value of x satisfying the inequality$\binom{10}{x-1} < 2\binom{10}{x}$ .
0 votes
0 votes
0 answers
3
Gate Fever asked Nov 11, 2018
234 views
how is this working????
0 votes
0 votes
3 answers
4
Meenakshi Sharma asked Nov 5, 2017
2,384 views
ptrdata is a pointer to a data type . The expression *ptrdata++ is evaluated as ( in C++) a) *(ptrdata++) b) (*ptrdata)++c) *(ptrdata)++ d) depends on compiler