Difference between revisions of "1971 Canadian MO Problems/Problem 6"

(Solution 2)
(Solution 1)
Line 3: Line 3:
  
 
== Solutions ==
 
== Solutions ==
=== Solution 1 ===
+
=== Solution===
<math>n^2 + 2n + 12 = (n+1)^2 + 11</math>. Consider this equation mod 11. <math> (n+1)^2 + 11 \equiv (n+1)^2 \mod 11</math>.
 
The quadratic residues <math>mod 11</math> are <math>1, 3, 4, 5, 9</math>, and <math>0</math> (as shown below).
 
  
If <math>n \equiv 0 \mod 11</math>, <math>(n+1)^2 \equiv (0+1)^2 \equiv 1\mod 11</math>, thus not a multiple of 11, nor 121.
+
Notice <math>n^{2} + 2n + 12 = (n+1)^{2} + 11</math>. For this expression to be equal to a multiple of 121, <math>(n+1)^{2} + 11</math> would have to equal a number in the form <math>121x</math>. Now we have the equation <math>(n+1)^{2} + 11 = 121x</math>. Subtracting <math>11</math> from both sides and then factoring out <math>11</math> on the right hand side results in <math>(n+1)^{2} = 11(11x - 11)</math>. Now we can say <math>(n-1) = 11</math> and <math>(n-1) = 11x - 1</math>. Solving the first equation results in <math>n=10</math>. Plugging in <math>n=10</math> in the second equation and solving for <math>x</math>, <math>x = 12/11</math>. Since <math>12/11</math> *<math>121</math> is clearly not a multiple of 121, $n^{2} + 2n + 12 can never be a multiple of 121.
 
 
If <math>n \equiv 1 \mod 11</math>, <math>(n+1)^2 \equiv (1+1)^2 \equiv 4\mod 11</math>, thus not a multiple of 11, nor 121.
 
 
 
If <math>n \equiv 2 \mod 11</math>, <math>(n+1)^2 \equiv (2+1)^2 \equiv 9\mod 11</math>, thus not a multiple of 11, nor 121.
 
 
 
If <math>n \equiv 3 \mod 11</math>, <math>(n+1)^2 \equiv (3+1)^2 \equiv 5\mod 11</math>, thus not a multiple of 11, nor 121.  
 
 
 
If <math>n \equiv 4 \mod 11</math>, <math>(n+1)^2 \equiv (4+1)^2 \equiv 3\mod 11</math>, thus not a multiple of 11, nor 121.
 
 
 
If <math>n \equiv 5 \mod 11</math>, <math>(n+1)^2 \equiv (5+1)^2 \equiv 3\mod 11</math>, thus not a multiple of 11, nor 121.
 
 
If <math>n \equiv 6 \mod 11</math>, <math>(n+1)^2 \equiv (6+1)^2 \equiv 5\mod 11</math>, thus not a multiple of 11, nor 121.
 
 
 
If <math>n \equiv 7 \mod 11</math>, <math>(n+1)^2 \equiv (7+1)^2 \equiv 9\mod 11</math>, thus not a multiple of 11, nor 121.  
 
 
 
If <math>n \equiv 8 \mod 11</math>, <math>(n+1)^2 \equiv (8+1)^2 \equiv 4\mod 11</math>, thus not a multiple of 11, nor 121.
 
 
 
If <math>n \equiv 9 \mod 11</math>, <math>(n+1)^2 \equiv (9+1)^2 \equiv 1\mod 11</math>, thus not a multiple of 11, nor 121.
 
 
 
 
If <math>n \equiv 10 \mod 11</math><math>(n+1)^2 \equiv (10+1)^2 \equiv 0\mod 11</math>.  However, considering the equation <math>\mod 121</math> for <math>n \equiv 10 \mod 11</math>, testing <math>n = 10, 21, 32, 43, 54, 65, 76, 87, 98, 109, 120</math>, we see that <math>(n+1)^2 + 11</math> always leave a remainder of greater than <math>1\mod 121</math>.
 
 
 
Thus, for any integer <math>n</math>, <math>n^2+2n+12</math> is not a multiple of <math>121</math>.
 
  
 
== See Also ==
 
== See Also ==
 
{{Old CanadaMO box|num-b=5|num-a=7|year=1971}}
 
{{Old CanadaMO box|num-b=5|num-a=7|year=1971}}
 
[[Category:Intermediate Algebra Problems]]
 
[[Category:Intermediate Algebra Problems]]

Revision as of 19:25, 7 August 2016

Problem

Show that, for all integers $n$, $n^2+2n+12$ is not a multiple of $121$.

Solutions

Solution

Notice $n^{2} + 2n + 12 = (n+1)^{2} + 11$. For this expression to be equal to a multiple of 121, $(n+1)^{2} + 11$ would have to equal a number in the form $121x$. Now we have the equation $(n+1)^{2} + 11 = 121x$. Subtracting $11$ from both sides and then factoring out $11$ on the right hand side results in $(n+1)^{2} = 11(11x - 11)$. Now we can say $(n-1) = 11$ and $(n-1) = 11x - 1$. Solving the first equation results in $n=10$. Plugging in $n=10$ in the second equation and solving for $x$, $x = 12/11$. Since $12/11$ *$121$ is clearly not a multiple of 121, $n^{2} + 2n + 12 can never be a multiple of 121.

See Also

1971 Canadian MO (Problems)
Preceded by
Problem 5
1 2 3 4 5 6 7 8 Followed by
Problem 7