Decide whether you would use a permutation, a combination, or neither. Next, write the solution using permutation notation or combination notation, if possible, and, finally, answer the question. A club with 27 members is to select five officers (president, vice president, secretary, treasurer, and historian). In how many ways can this be done?
check if the order of selection matters or not
suppose u pick below candidates : `p, v, s, t, h`
`p` becomes president `v` becomes vice president `s` becomes secretary `t` becomes treasurer `h` becomes historian in that order, so if u think a bit you will see that order actually matters in this situation as changing the order changes the roles of persons.
@precious32
yes, im here
permutation
Great !
rest is trivial, simply use the premutation formula 27 pick 5 : \(\large _{27}P_5 \)
use below formula http://math.kendallhunt.com/Images/DynamicExplorations/daa1/Pformula.gif
Join our real-time social learning platform and learn together with your friends!