Find the smallest 2-digit positive integer x such that x 2 + 2 0 x − 3 8 0 is divisible by 2020.
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.
We can write the given expression as ( x + 1 0 ) 2 − 4 8 0 . So the minimum of this expression is 2 0 2 0 . Therefore ( x + 1 0 ) 2 = 2 0 2 0 + 4 8 0 = 2 5 0 0 or x = 2 5 0 0 − 1 0 = 5 0 − 1 0 = 4 0 (since x > 0 )
x 2 + 2 0 x − 3 8 0 = 2 0 2 0
x ( x + 2 0 ) = 2 4 0 0 = 4 0 × 6 0
x = 4 0
Problem Loading...
Note Loading...
Set Loading...
We need to find
x 2 + 2 0 x − 3 8 0 ( x + 1 0 ) 2 − 4 8 0 ( x + 1 0 ) 2 ⟹ 2 0 2 0 n + 4 8 0 ≡ 0 (mod 2020) ≡ 0 (mod 2020) ≡ 4 8 0 (mod 2020) ≡ ( x + 1 0 ) 2 where n is an integer
By inspection: When n = 1 ⟹ 2 0 2 0 + 4 8 0 = 2 5 0 0 = 5 0 2 = ( x + 1 0 ) 2 ⟹ x = 4 0 . Note that n = 1 is the smallest n , hence the smallest LHS, which the solution exists, x = 4 0 is the smallest x .
By reasoning: Since the LHS, 2 0 2 0 n + 4 8 0 = 2 0 ( 1 0 1 n + 2 4 ) is divisible by 20, and RHS is a square, the RHS must be divisible by 2 2 5 2 = 1 0 0 . This also means that the LHS is also divisible by 100. Then we have:
2 0 2 0 n + 4 8 0 2 0 n + 8 0 ⟹ n ⟹ x ≡ 0 (mod 100) ≡ 0 (mod 100) ≡ 1 ≡ 4 0 Again the smallest solution.