A 5-digit passcode is to be created using five distinct digits chosen from the set . The passcode must include both the digit and the digit , and the digit must appear somewhere to the left of the digit in the passcode. How many such 5-digit passcodes can be formed?
Answer: 600 passcodes
Answer
600
To form a valid passcode, first select 3 digits from the 5 available digits , which can be done in ways. Each chosen set of 5 distinct digits (including 3 and 5) can be arranged in ways. Because the digits 3 and 5 are distinct, the digit 3 appears before the digit 5 in exactly half of these arrangements (). Multiplying the 10 combinations of digits by the 60 valid arrangements gives a total of valid passcodes.
Step-by-Step Solution
Key Concept
Combining selection (combinations) with symmetry-restricted arrangements (permutations)
Estimated Time:2m 0s