Find sum of all integer values of a such that the quadratic expression, ( x + a ) ( x + 1 9 9 1 ) + 1 can be factored as a product ( x + b ) ( x + c ) where b and c are integers.
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.
Did the same! I think it is an RMO problem, I am not sure but still if it is, you can add it.
Let p ( x ) = ( x + a ) ( x + 1 9 9 1 ) + 1 = ( x + b ) ( x + c ) .
Then the roots of p ( x ) are − b and − c .
p ( − b ) = ( − b + a ) ( − b + 1 9 9 1 ) + 1 = 0
( a − b ) ( 1 9 9 1 − b ) = − 1
Since ( a − b ) and ( 1 9 9 1 − b ) are integers,
and − 1 = ( − 1 ) ( 1 ) = ( 1 ) ( − 1 ) ;
we can conclude that either a − b = − 1 and 1 9 9 1 − b = 1 ,
or a − b = 1 and 1 9 9 1 − b = − 1 .
The first case implies that b = 1 9 9 0 and a = 1 9 8 9 .
The second case implies that b = 1 9 9 2 and a = 1 9 9 3 .
Therefore, the required sum is 1 9 8 9 + 1 9 9 3 = 3 9 8 2 .
Oh, sorry for my duplicate solution. I didn't see you there until I published mine.
Expand both of the equations to get x 2 + ( a + 1 9 9 1 ) x + ( 1 9 9 1 a + 1 ) = 0 , x 2 + ( b + c ) x + b c = 0
Since both equations have to be the same... { b + c = a + 1 9 9 1 ⟶ 1 9 9 1 b + 1 9 9 1 c = 1 9 9 1 a + 1 9 9 1 2 b c = 1 9 9 1 a + 1 Subtract the second equation from the first equation to get 1 9 9 1 b + 1 9 9 1 c − b c = 1 9 9 1 2 − 1 ⟶ b c − 1 9 9 1 b − 1 9 9 1 c + 1 9 9 1 2 = 1 ( b − 1 9 9 1 ) ( c − 1 9 9 1 ) = 1
Because b,c are both integers, this has two solutions.
b − 1 9 9 1 = 1 , c − 1 9 9 1 = 1 → b = 1 9 9 2 , c = 1 9 9 2 b + c = a + 1 9 9 1 ⟶ 1 9 9 2 + 1 9 9 2 = a + 1 9 9 1 ∴ a = 1 9 9 3
b − 1 9 9 1 = − 1 , c − 1 9 9 1 = − 1 → b = 1 9 9 0 , c = 1 9 9 0 b + c = a + 1 9 9 1 ⟶ 1 9 9 0 + 1 9 9 0 = a + 1 9 9 1 ∴ a = 1 9 8 9
Therefore, the sum of the values of a is 1993+1989=3982
this is simply completing the square x 2 + ( 1 9 9 1 + a ) x + 1 9 9 1 a + 1 since the constant can be completed by dividing the middle term by 2 and then squaring it, we can equate it as such: ( 2 1 9 9 1 + a )^2 = 1991a + 1
@Terrell Bombb You need to format the last part. LATEX
Let f ( x ) = x + b , g ( x ) = x + c , so P ( x ) = ( x + a ) ( x + 1 9 9 1 ) + 1 = ( x + b ) ( x + c ) = f ( x ) g ( x ) . Observe f ( − b ) g ( − b ) f ( − c ) g ( − c ) = 1 = 1 Since they are all integer polynomials, we have f ( − b ) = g ( − b ) , f ( − c ) = g ( − c ) . So f ( x ) − g ( x ) has 2 roots but degree at most 1. Thus it must be zero, meaning b = c .
We have ( x + b ) 2 = ( x + a ) ( x + 1 9 9 1 ) + 1 ⟹ ( x + b − 1 ) ( x + b + 1 ) = ( x + a ) ( x + 1 9 9 1 ) . Matching the roots gives us a = 1 9 8 9 , 1 9 9 3 .
Problem Loading...
Note Loading...
Set Loading...
Expanding the expression, we have f ( x ) = x 2 + ( 1 9 9 1 + a ) x + ( 1 9 9 1 a + 1 ) .
Now f ( x ) = 0 when
x = 2 − ( 1 9 9 1 + a ) ± ( 1 9 9 1 + a ) 2 − 4 ∗ ( 1 9 9 1 a + 1 ) =
2 − ( 1 9 9 1 + a ) ± ( 1 9 9 1 − a ) 2 − 4 =
2 − ( 1 9 9 1 + a ) ± ( ( 1 9 9 1 − a ) + 2 ) ( ( 1 9 9 1 − a ) − 2 ) =
2 − ( 1 9 9 1 + a ) ± ( 1 9 9 3 − a ) ( 1 9 8 9 − a ) .
In order to have integer roots, we will require that ( 1 9 9 3 − a ) ( 1 9 8 9 − a ) be a perfect square. Now let m = 1 9 8 9 − a . Then
( 1 9 9 3 − a ) ( 1 9 8 9 + a ) = ( m + 4 ) m = ( m 2 + 4 m + 4 ) − 4 = ( m + 2 ) 2 − 4 .
Now since the only pair of perfect squares which differ by 4 are 0 and 4 , we must have either m = 0 or m + 4 = 0 , i.e., a = 1 9 8 9 or a = 1 9 9 3 .
The desired sum is then 1 9 8 9 + 1 9 9 3 = 3 9 8 2 .
Comment: Note that in either case we end up with a double root, as the discriminant is zero. With a = 1 9 8 9 we get b = c = 1 9 9 0 , and with a = 1 9 9 3 we get b = c = 1 9 9 2 .