Question:medium

The number of 3-digit numbers, that are divisible by 2 and 3, but not divisible by 4 and 9, is.

Show Hint

When solving divisibility problems, break down the conditions logically and apply the principle of inclusion-exclusion to ensure you don't double-count numbers.
Updated On: Jan 14, 2026
Show Solution

Solution and Explanation

Determine the count of 3-digit integers divisible by 6 but not by 36.

Step 1: Calculate the total count of 3-digit numbers divisible by 6

A number is divisible by 6 if it is a multiple of both 2 and 3. The smallest 3-digit number divisible by 6 is 102, and the largest is 996. The total count is found using the arithmetic sequence formula: \[ \text{Number of terms} = \frac{\text{Last term} - \text{First term}}{\text{Common difference}} + 1 \] Applying the values: \[ \text{Number of terms} = \frac{996 - 102}{6} + 1 = \frac{894}{6} + 1 = 149 + 1 = 150. \] There are 150 numbers divisible by 6.

Step 2: Calculate the total count of 3-digit numbers divisible by 36

A number is divisible by 36 if it is a multiple of both 4 and 9. The smallest 3-digit number divisible by 36 is 108, and the largest is 972. Using the arithmetic sequence formula again: \[ \text{Number of terms} = \frac{972 - 108}{36} + 1 = \frac{864}{36} + 1 = 24 + 1 = 25. \] There are 25 numbers divisible by 36.

Step 3: Subtract the count of numbers divisible by 36 from the count of numbers divisible by 6

The count of 3-digit numbers divisible by 6 but not by 36 is: \[ \text{Required number} = \text{(Count divisible by 6)} - \text{(Count divisible by 36)} = 150 - 25 = 125. \]

Final Answer:

The required count of 3-digit numbers is \( \boxed{125} \).

Was this answer helpful?
0