Find all integers a ∈ Z such that 2 a + 1 a 2 + 4 is also an integer.
Input your answer as the sum of the squares of all possible values of a .
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.
Great use of the Dividing Polynomial! @คลุง แจ็ค Upvoted!
P.s. For a better solution do add in how you used the dividing polynomial
Nice. Up voted. Simple approach.
2 a + 1 ∣ a ( 2 a + 1 ) − 2 ( a 2 + 4 ) = a − 8 2 a + 1 ∣ 2 a + 1 − 2 ( a − 8 ) = 1 7 2 a + 1 = ± 1 , ± 1 7 So, a = − 9 , − 1 , 0 , 8 .
Very good approach. Up voted.. I learn a new method today. Thanks. Probably you may explain this method in detail for others to understand. I took time to understand .
Can you explain this in more detail?
Log in to reply
2 a + 1 ∣ a ( 2 a + 1 ) − 2 ( a 2 + 4 ) = a − 8 2 a + 1 ∣ 2 a + 1 − 2 ( a − 8 ) = 1 7 2 a + 1 = ± 1 , ± 1 7 Multiple of(2a+1) is used to eliminate a 2 f r o m ( a 2 + 4 ) . I think this may be the normal way in Number Theory
Hi shashank,
If integer x is a common divisor of y and z , then it divides every linear combination of y and z . In other words if x ∣ y and x ∣ z then x ∣ m y + n z for arbitrary integers m and n .
Now for this problem let x = 2 a + 1 , now we must have 2 a + 1 ∣ a 2 + 4 , so let y = a 2 + 4 and 2 a + 1 ∣ 2 a + 1 , so let z = 2 a + 1 . I choose m and n in a way that degree of a decreases on the RHS of relations. I repeat this procedure to reach a number on the RHS. Rest is easy. I Hope I'm clear.
Log in to reply
sir how do u know that we have to write 2 a + 1 a 2 + 4 a s 2 a − 4 1 + 2 a + 1 1 7 / 4 @Kazem Sepehrinia
Log in to reply
@Sakshi Rathore – a 2 + 4 = 2 1 ∗ ( 2 a 2 + a − a ) + 4 = 2 1 ∗ ( 2 a 2 + a ) − 2 1 ∗ 2 1 ( 2 a + 1 − 1 ) + 4 = 2 1 ∗ ( 2 a 2 + a ) − 2 1 ∗ 2 1 ∗ ( 2 a + 1 ) − 2 1 ∗ 2 1 ∗ ( − 1 ) + 4 = 2 1 ∗ a ∗ ( 2 a + 1 ) − 4 1 ∗ ( 2 a + 1 ) + 4 1 + 4 ∴ 2 a + 1 a 2 + 4 = 2 a + 1 2 1 ∗ a ∗ ( 2 a + 1 ) − 4 1 ∗ ( 2 a + 1 ) + 4 1 + 4 = 2 1 ∗ a − 4 1 + 2 a + 1 1 7 / 4
Problem Loading...
Note Loading...
Set Loading...
First start with dividing polynomial
2 a + 1 a 2 + 4 = 2 a − 4 1 + 2 a + 1 1 7 / 4
let's this fraction to be an integer
2 a + 1 a 2 + 4 = n = 2 a − 4 1 + 2 a + 1 1 7 / 4
4 n = 2 a − 1 + 2 a + 1 1 7
hence this expression will be an integer if 17 is divisible by 2 a + 1
So 2 a + 1 = ± 1 , ± 1 7
a = 0 , − 1 , 8 , − 9
0 2 + ( − 1 ) 2 + 8 2 + ( − 9 ) 2 = 1 4 6