A number is divisible by 3 if the sum of its digits is divisible by 3.
The available digits are {1, 3, 4, 6, 7}. The sum of these digits is $1 + 3 + 4 + 6 + 7 = 21$.
We need to form 4-digit integers using these digits without repetition. This requires selecting 4 digits from the given 5.
Let the sum of the 4 chosen digits be $S_4$. The sum of all 5 digits is $S_5 = 21$. If we exclude one digit $d$, the sum of the remaining 4 digits is $S_4 = S_5 - d = 21 - d$.
For $S_4$ to be divisible by 3, $21 - d$ must be divisible by 3. Since 21 is divisible by 3, the excluded digit $d$ must also be divisible by 3.
From the set {1, 3, 4, 6, 7}, the digits divisible by 3 are 3 and 6.
For each set of 4 digits, we find the number of distinct 4-digit integers that can be formed. Since the order of digits matters and repetition is not allowed, this is a permutation calculation.
The total number of 4-digit positive integers divisible by 3 is the sum of the counts from the valid cases.
Total Integers = (Count from Case 1) + (Count from Case 2)
Total Integers = $24 + 24 = 48$.
Two wizards try to create a spell using all the four elements, water, air, fire, and earth. For this, they decide to mix all these elements in all possible orders. They also decide to work independently. After trying all possible combination of elements, they conclude that the spell does not work.
How many attempts does each wizard make before coming to this conclusion, independently?
A police station has six personnel comprising an inspector (I) and five constables ($C_1, C_2, C_3, C_4, C_5$). Normally, a 'raid team' of two, three, or four members is formed depending upon the nature of the raid. As per rule, it is mandatory that the inspector is part of raid team.
Number of distinct raid teams that can be formed is __________________.
(Answer in integer)
Five teams have to compete in a league, with every team playing every other team exactly once, before going to the next round. How many matches will have to be held to complete the league round of matches?