Each signal that a certain ship can make is comprised of 3 different flags hanging vertically in a particular order. How many unique signals can be made by using 4 different flags?
10
12
20
24
36
登录 或 注册 后可以参加讨论
assume the signal is ABC so A has 4 cases B has 3 cases C has 2 cases so there are 4x3x2=24
assume the signal is ABC
so A has 4 cases
B has 3 cases
C has 2 cases
so there are 4x3x2=24
登录 或 注册 后可以参加讨论