Let $n$ be a positive integer such that $12n^2+12n+11$ is a $4$-digit number with all $4$ digits equal. Determine the value of $n$.
Problem
Source:
Tags:
03.06.2014 15:56
SMOJ wrote: Let $n$ be a positive integer such that $12n^2+12n+11$ is a $4$-digit number with all $4$ digits equal. Determine the value of $n$. By this there would exist an $m$ such that $1111m=12n^2+12n+11$ m must be equal to $1$ mod $4$,because that way when subtracted by 11 it is still a multiple of 4. So there are 3 cases to check,$1,5,9$. We further use the property that the sum of the digits mod 3 = 2, so when subtracted by 11, which mod 3 =2, it becomes divisible by 3(factors of 12). then the equation becomes $5544=12n^2+12n$ which becomes $n^2+n-462=0$ and then we find the solutions of this equation, only one is positive. This factorizes into $(n-21)(n+22)$ so the POSITIVE integer solution would be 21. QED.
23.06.2016 00:59
23.06.2016 06:39
23.06.2016 08:17