Bunuel
Kathren needs to plant a group of four different plants in each of her three flowerbeds. If she has twelve different plants, how many different arrangements of plants could she have in her garden?
A. 12
B. 64
C. 81
D. 20736
E. 34650
For the first flower bed, we choose 4 out of 12 in \(^{12}C_4 = \frac{12 \space * \space * 11 \space * \space 10 \space * \space 9}{4 \space * \space * 3 \space * \space 2 \space * \space 1} = 495\) ways
For the second flower bed, we choose 4 out of 8 remaining plants in \(^8C_4 = \frac{8 \space * \space * 7 \space * \space 6 \space * \space 5}{4 \space * \space * 3 \space * \space 2 \space * \space 1} = 70\) ways
For the third flower bed, we choose 4 out of 4 remaining plants in \(^4C_4 = 1\) way
Therefore the different number of arrangements = 495 * 70 * 1 = 34650
Alternatively, you can use the method of arrangements.The number of ways of distributing n things equally among x things so that each gets an amount say y, then the total number of arrangements = \(\frac{n!}{(y!)^x}\)
Here n = 12, x = 3 (flowerbeds) and y = 4 (plants in each flowerbed)
Therefore the total arrangements = \(\frac{12!}{(4!)^3} = 34650\)
Option EArun Kumar