Find the total number of positive integers a such that a 2 − 3 a − 1 9 is divisible by 2 8 9 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If a 2 − 3 a − 1 9 ≡ 0 ( m o d 2 8 9 ) then 4 a 2 − 1 2 a − 7 6 ≡ 0 ( m o d 2 8 9 ) , and hence ( 2 a − 3 ) 2 ≡ ( 2 a − 3 ) 2 − 8 5 ≡ 4 a 2 − 1 2 a − 7 6 ≡ 0 ( m o d 1 7 ) Thus 2 a ≡ 3 ( m o d 1 7 ) , and hence a ≡ 1 0 ( m o d 1 7 ) .
But then a = 1 7 b + 1 0 for some integer b , and hence a 2 − 3 a − 1 9 = 2 8 9 b 2 + 2 8 9 b + 5 1 so that a 2 − 3 a − 1 9 ≡ 5 1 ≡ 0 ( m o d 2 8 9 ) . There are 0 positive integers that satisfy the desired condition.
Can we do it by contradiction ?
suppose the given expresion is divisible by 2 8 9 that means it is also divisible by 1 7 , so a 2 − 3 a ≡ 1 9 m o d 1 7 which is not possible , so no such a exists . @Mark Hennings
Log in to reply
But a = 1 0 does satisfy the equation a 2 − 3 a ≡ 1 9 ( m o d 1 7 ) , since 7 0 = 1 9 + 3 × 1 7 . It is not divisibility by 1 7 that is the problem, it is divisibility by 1 7 2 that is impossible.
Didn't you mean to put mod 17 instead of mod 289 on line 2?
Log in to reply
Well spotted. Typo corrected.
Yeah! Thanks...
A cheating way to solve this:
If a is a solution, then a+multiple of 289 also has to be a solution. So we either have 0 or infinite number of solutions. As we can't really type infinity as a solution, then 0 has to be the answer.
My favorite solution here!
Pi, glad you liked it. Good for a laugh, huh? :-)
Nice solution!
Problem Loading...
Note Loading...
Set Loading...
Suppose a 2 − 3 a − 1 9 = 2 8 9 k ⟹ a 2 − 3 a − ( 1 9 + 2 8 9 k ) = 0 for some integer k . Then
a = 2 3 ± 9 + 4 ( 1 9 + 2 8 9 k ) .
For a to be an integer it is necessary, (although not sufficient), that the discriminant 9 + 4 ( 1 9 + 2 8 9 k ) be a perfect square. Now
9 + 4 ( 1 9 + 2 8 9 k ) = 9 + 4 ∗ 2 + 4 ( 1 7 + 1 7 2 k ) = 1 7 + 4 ∗ 1 7 ∗ ( 1 + 1 7 k ) = 1 7 ( 5 + 4 ∗ 1 7 k ) .
For this to be a perfect square, since 1 7 is prime we will require that 5 + 4 ∗ 1 7 k be a multiple of 1 7 , but as 5 + 4 ∗ 1 7 k ≡ 5 ( m o d 1 7 ) for any integer k , we can conclude that the discriminant can never be a perfect square, and thus that there are 0 integer values of a such that 2 8 9 divided a 2 − 3 a − 1 9 .