Read Mode
Permutations / Combinations
Three flags, each of different colours, are available for a military exercise. Using these flags, different codes can be generated by waving: I. A single flag of different colours II. Any two flags in different sequences of colours III. Three flags in different sequences of colours What is the maximum number of codes that can be generated?
Explanation and memory cue
The total number of codes is the sum of codes formed by waving one flag (3), two flags in sequence (3P2 = 6), and three flags in sequence (3P3 = 6). So, total codes = 3 + 6 + 6 = 15. However, the options given do not include 15 as the correct answer. On rechecking, option C is 15, which matches the calculation. Therefore, the correct answer is C, not D. The explanation was missing and has been added. The question text was corrected for clarity and formatting.