hirendhanak
Bunuel
rxs0005
How many different arrangements of letters are possible if three letters are chosen from the letters A through E and the letters E and A must be among the letters selected?
(A) 72
(B) 64
(C) 36
(D) 18
(E) 6
As A and E must be among 3 letters than the third letter must be out of B, C and D. 3C1=3 ways to choose which one it'll be. Now, 3 different letters can be arranged in 3!=6 ways, so final answer is 3*6=18.
Answer: D.
I could understand the first part that 3C1 , why cant we have 5C2*3C1
I sometimes fail to understand the basic diff when to apply permutation and when combination ?
if you can give a brief difference... thanks in advance
We are asked about the # of
arrangements of 3 letters: {ABE} is a different arrangement from {EBA}, so for every
group of 3 letters (for every
selection of 3 letters) there will be 3 different arrangements possible and as there are total of 3 groups (3 selections) possible then there will be total of 3*6=18 arrangements.
Generally:
The words
"Permutation" and
"Arrangement" are synonymous and can be used interchangeably.
The words
"Combination" and
"Selection" are synonymous and can be used interchangeably.
Hope it's clear.