Calculate the total number of distinct four-digit numbers that can be formed using the digits and without repetition, such that the resulting number is divisible by either or .
Answer: 320
Answer
The total number of such four-digit numbers is .
The total number of valid four-digit numbers is found by adding the count of numbers divisible by () to the count of numbers divisible by (). Since a number ending in is odd, it cannot be divisible by , making the two conditions mutually exclusive. Thus, the total count is .
Step-by-Step Solution
Key Concept
Restricted Permutations and Mutually Exclusive Events
Estimated Time:1m 30s