What is the sum of all integer values of n for which n − 1 n 2 − 9 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.
how you came upon this form of writing the expression ?
Log in to reply
Let n − 1 = x ,
n − 1 n 2 − 9 = n − 1 ( n − 3 ) ( n + 3 ) x ( x − 2 ) ( x + 4 ) = x x 2 + 2 x − 8 x + 2 − x 8
Replacing n − 1 = x ,
∴ n + 1 − n − 1 8
The result can be achieved using polynomial division .
You can also use remainder theorem , which is very easy to use in this example.
The quantity which is integer for every integer value of n is separated out, in this case (n + 1), as first step to arrive at the solution..
Problem Loading...
Note Loading...
Set Loading...
The given expression can be re-written as ( n + 1 ) − ( n − 1 ) 8 , which is integer for n = -7, -3, -1, 0, 2, 3, 5, and 9. Thus answer is 8.