Determine the count of 3-digit integers divisible by 6 but not by 36.
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.
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.
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. \]
The required count of 3-digit numbers is \( \boxed{125} \).