1. Factorization and Prime Factorization:
We start by factoring the given polynomial:
n6+31n4−900=(n2−5)(n2+6)(n2+30)
Next, we note the prime factorizations:
2009=72⋅41,2010=2⋅3⋅5⋅67,2011 is a prime
Therefore,
2009⋅2010⋅2011=2⋅3⋅5⋅72⋅41⋅67⋅2011
2. **Handling Divisibility by 2⋅3⋅5:**
We choose n≡0(mod30). This ensures that n is divisible by 2,3, and 5.
3. **Handling Divisibility by 72:**
We need n such that n2+6≡0(mod49). This implies:
n2≡−6(mod49)
We find that n≡22(mod49) works because:
222=484≡−6(mod49)
4. **Handling Divisibility by 41,67,2011:**
We need to show that for each prime p∈{41,67,2011}, at least one of 5,−6,−30 is a quadratic residue modulo p.
- Suppose (p5)=(p−6)=(p−30)=−1. This leads to a contradiction because:
(p−30)=(p5)(p−6)=(−1)(−1)=1
Hence, at least one of 5,−6,−30 must be a quadratic residue modulo p.
5. Chinese Remainder Theorem:
Let n1,n2,n3 be such that:
n12∈{5,−6,−30}(mod41),n22∈{5,−6,−30}(mod67),n32∈{5,−6,−30}(mod2011)
We now choose n such that:
n≡0(mod30),n≡22(mod49),n≡n1(mod41),n≡n2(mod67),n≡n3(mod2011)
By the Chinese Remainder Theorem, such an n exists.
■