How many (not necessarily positive) integer values of n are there, such that n + 5 n 2 − 2 0 1 3 is also an integer?
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.
Read the blog post Divisor Function to learn how to count the number of divisors of an integer using its prime factorization.
(n²-2013)=n²-25-1988
(n²-25-1988)/(n+5)=(n²-25)/(n+5)-1988/(n+5)
but (n²-25)/(n+5)=n-5 ( always integer) so 1988/(n+5) must also be an integer
1988 has 12 divisors (24 considering both positive and negative values)
follows there are 24 values of (n+5) which makes (n²-2013)/(n+5) an integer -> there are 24 values of n which verifies the condition
factorize it as n-5-1988/(n+5), thus when 1988 can be divided by (n+5), it is an integer. as 1988=2^2 x 7 x 71, thus by Euler's theorem, 1988 has (2+1) x2x2=12 positive integer dividers. consider both negative and positive n, there are 12x2=24 in total.
dividing the numerator with the denominator we get n-5-(1998/n+5) which reduces the problem to find the number of divisors of 1998 which is 12.therefore no of solutions of n is also 12
Since the denominator cannot equal 0 , we have n = − 5 . Thus,
n + 5 n 2 − 2 0 1 3 = n + 5 n 2 − 2 5 − n + 5 1 9 8 8 = n − 5 − n + 5 1 9 8 8 .
For this expression to be an integer, n + 5 must be a factor (either positive or negative) of 1 9 8 8 = 2 2 × 7 × 7 1 . Since 1 9 8 8 has 3 × 2 × 2 = 1 2 positive factors and 12 negative factors, there are 2 4 possible values for n .
Let n + 5 = x : x ( x − 5 ) 2 − 2 0 1 3 = x x 2 − 1 0 x − 1 9 8 8 = ( x − 1 0 ) − x 1 9 9 8 Now denote the number of positive divisors of any non-zero integer a as ψ ( a ) such that: ψ ( 1 9 8 8 ) = ψ ( 2 2 ) ψ ( 7 ) ψ ( 7 1 ) = 3 × 2 × 2 = 1 2 Now we include the negative values to get an answer of 2 4 possible integer values for n
Problem Loading...
Note Loading...
Set Loading...
Observe that n + 5 n 2 − 2 0 1 3 = n − 5 − n + 5 1 9 8 8 . Since n is an integer, n − 5 is an integer too. It follows that n + 5 1 9 8 8 should be an integer too. We find that 1 9 8 8 = 2 2 × 7 × 7 1 has ( 2 + 1 ) × ( 1 + 1 ) × ( 1 + 1 ) = 1 2 positive and 12 negative factors. For each of the factors, we get a different value of n + 5 . Hence we get 24 different values of n for which n − 5 + n + 5 1 9 8 8 is an integer.
[Slight edits for clarity - Calvin] [Edited for -ve sign, as pointed out by Aaron]