From a collection of 5 different colors of flags(at least 5 flags of each color) how many different signals can be made by displaying them in a vertical line, using any number of flags from 1 to 5?
I tried to answer like this:
$$N= (P_5^5)(P_5^5)$$
$$N= (120)(120)$$
$$N= 14 400$$
I don't know if it's correct.