An opera-house has 8 lead singers available for a simultaneous performance of 5 operas. Each opera requires 1 lead singer and no lead singer can appear in more than 1 opera.
How many ways can lead singers be assigned to operas? Assume that if singer A is assigned to opera C and singer B is assigned to opera D, that is different than A being assigned to D and B assigned to C, even if the other three operas have identical lead singers in both arrangements.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The first opera can have any of the 8 singers assigned. Then the second opera can have any of the 7 remaining, etc.
So the number of choices is 8 * 7 * 6 * 5 * 4 = 6720