Question 473157
There are eight members in a club. In how many different ways can a president, vice president, and treasurer be chosen? 

----
# of ways to choose a present: 8
# of ways to choose a vp: 7
# of ways to choose a treasurer: 6
----
# of ways to choose a pres, vp, and treas: 8*7*6 = 336

===========
Cheers,
Stan H.