Mock AIME 2 2006-2007 Problems/Problem 2
Revision as of 13:04, 9 August 2006 by Nightflarer (talk | contribs)
Problem
The set consists of all integers from to inclusive. For how many elements in is an integer?
f(n) = ((n^2-1)(2n+1) + n - 1)/(n^2-1)
f(n) = (2n+1) + (n-1)/(n^2-1)
f(n) = (2n+1) + 1/(n+1)
1/(n+1) is not an integer for any of the specified n so no solutions and the answer is 000