Question
The total number of 3-digit numbers, whose greatest common divisor with 36 is 2, is ___________.
Answer: 100
Solution
Key Concepts and Formulas
- Greatest Common Divisor (GCD): The GCD of two integers and , denoted as , is the largest positive integer that divides both and . If , then .
- Prime Factorization and GCD: If and , then .
- Counting Integers in a Range: The number of integers in the range (inclusive) is .
Step-by-Step Solution
Step 1: Translate the GCD condition.
We are given that , where . The prime factorization of 36 is . Since , we can write for some integer . Then , which means . Therefore, must not be divisible by 2 or 3, since . Since , is divisible by 2. Since is not divisible by 2, is not divisible by 4. Therefore, . Also, since is not divisible by 3, is not divisible by 3. So, we want to find the number of 3-digit integers such that , , and .
Step 2: Find the number of 3-digit integers such that .
We want to count the number of integers such that and for some integer . Substituting into the inequality gives . Subtracting 2 from all parts gives . Dividing by 4 gives . Since is an integer, . The number of integers in this range is . So there are 225 such integers . Let this set be .
Step 3: Find the number of integers in that are also divisible by 3.
We want to find the number of integers such that , , and . From , we have . Substituting this into gives . This simplifies to , so . Thus, for some integer . Substituting this back into gives . We want to find the number of integers of the form such that . Substituting into the inequality gives . Subtracting 6 gives . Dividing by 12 gives , or . Since is an integer, . The number of integers in this range is .
Step 4: Calculate the final count.
The number of 3-digit integers such that is the number of integers such that and , minus the number of those integers that are also divisible by 3. So, the total count is .
Common Mistakes & Tips
- Be careful when translating the GCD condition into divisibility rules. Remember that implies that and are coprime.
- Ensure you are counting integers within the correct range by carefully considering the endpoints.
- When using modular arithmetic, simplify congruences to their simplest form to avoid mistakes.
Summary
We found the number of 3-digit integers such that by first translating the GCD condition into divisibility rules, then counting the number of integers satisfying these rules, and finally subtracting the number of integers that satisfy both the desired condition and a contradictory condition (divisibility by 3). The final answer is 150.
Final Answer
The final answer is .