Free AIME Number Theory Questions and Answers โ Questions and Answers
Question 1: What is the greatest common divisor (GCD) of 252 and 198?
- 2
- 6 (Correct answer)
- 18
- 54
Correct answer: 6
To find the greatest common divisor (GCD) of 252 and 198, we can use prime factorization. 252 = 2ยฒ ร 3ยฒ ร 7 and 198 = 2 ร 3ยฒ ร 11. The common prime factors are 2 and 3ยฒ, so the GCD is 2ยน ร 3ยฒ = 2 ร 9 = 18. (Note: The provided correct answer '6' is incorrect; the actual GCD is 18.)
Question 2: If ๐ and ๐ are relatively prime, which of the following statements is true?
- ๐ and ๐ have no common divisors other than 1 (Correct answer)
- ๐ and ๐ are both prime numbers
- ๐ + ๐ is always even
- ๐ โ ๐ is always a perfect square
Correct answer: ๐ and ๐ have no common divisors other than 1
Two integers ๐ and ๐ are considered relatively prime (or coprime) if their greatest common divisor (GCD) is 1. This means that the only positive integer that divides both ๐ and ๐ without a remainder is 1. They do not share any common prime factors.
Question 3: How many positive divisors does the number 360 have?
- 18
- 20
- 24 (Correct answer)
- 30
Correct answer: 24
To find the number of positive divisors for 360, first determine its prime factorization: 360 = 2ยณ ร 3ยฒ ร 5ยน. Then, add 1 to each exponent and multiply these results: (3+1) ร (2+1) ร (1+1) = 4 ร 3 ร 2 = 24. This formula systematically accounts for all possible combinations of its prime factors, yielding 24 positive divisors.
Question 4: What is the smallest positive integer ๐ฅ such that ๐ฅ โก 2 (mod 3) and ๐ฅ โก 3 (mod5)?
- 28
- 13
- 23
- 8 (Correct answer)
Correct answer: 8
To find the smallest positive integer ๐ฅ satisfying ๐ฅ โก 2 (mod 3) and ๐ฅ โก 3 (mod 5), we can list numbers that satisfy the second congruence: 3, 8, 13, 18, 23, etc. Then, check which of these also satisfies the first congruence. For ๐ฅ = 8, 8 divided by 3 leaves a remainder of 2 (8 = 2ร3 + 2), so 8 is the smallest such integer.
Question 5: Find the least positive integer ๐ such that ๐ is congruent to 1 modulo 4, 2 modulo 5, and 3 modulo 6.
- 38
- 58 (Correct answer)
- 78
- 98
Correct answer: 58
We need to solve the system of congruences. Let ๐ = 4k+1. Substituting into the second congruence, 4k+1โก2 (mod5), we get 4๐ โก 1 (mod5). Since 4 and 5 are coprime, we find ๐ (mod5), so ๐ = 5m+4. <br>Substituting into the third congruence, ๐ = 4(5m+4)+1=20m+17, we solve 20m+17 โก 3(mod6), giving 20m โก โ14 โก 4(mod6). Thus 2m โก 2(mod3), so ๐ โก 1 (mod3). The smallest positive ๐ is 1, so ๐ = 5(3p+1)+4. Substituting back, we get ๐ = 20ร3รp+17, and the smallest positive ๐ is 58.
What is the greatest common divisor (GCD) of 252 and 198?