Find the number of positive integers n such that the following is also an integer:
n + 5 n 2 + 1 1 n + 2 .
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.
In the question it is asked for positive solutions, not negative!
Log in to reply
@rohit kumar Given that this problem only asks for the positive integer values, can you update your solution accordingly? Thanks!
Log in to reply
Updated. As far as I can remember , the problem asked for only integral solutions, and not for positive integral solutions, so I think the problem has been edited.
Very bad solution and rohit mind ur language
Log in to reply
What a resourceful solution. class me mil
Log in to reply
I have made the solution less resourceful on your humble request.
Transform into another form:
n + 5 n 2 + 1 1 n + 2 = n + 5 ( n + 5 ) 2 + ( n + 5 ) − 2 8
So, − 2 8 must be divisible by n + 5 , thus ( n + 5 ) ∈ { 7 ; 1 4 ; 2 8 } , because n is a positive integers. In conclusion, possible solutions for n are 2 ; 9 ; 2 3 .
Note that you should also include the negative divisors of − 2 8 , and then reject the values because we only want positive n . If the denominator was of the form n − 5 , then you might have missed out some solutions.
Given polynomial n + 5 n 2 + 1 1 n + 2
Substitute n+5=t . So, the polynomial becomes t ( t − 5 ) 2 + 1 1 ( t − 5 ) + 2 = t t 2 + t − 2 8 = t + 1 − t 2 8
Now, t+1 is always an integer for all integers t . So, we have to ensure that t 2 8 is also an integer. t 2 8 is an integer for t=1,2,4,7,14,28 giving us values of n as n=-4,-3,-1,2,9,23 out of which only 3 are positive.
Problem Loading...
Note Loading...
Set Loading...
just do polynomial division .
then n 2 + 1 1 n + 2 = ( n + 5 ) ( n + 6 ) − 2 8 .
It follows that − 2 8 should be divisible by n + 5
So, the answer is the number of factors of − 2 8 , considering only positive solutions of n.