Find all integers n for which this fraction is an integer

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
mr.green717
Messages
2
Reaction score
0
Find all integers n for which the fraction n ^ 3 + 2010 / (n ^ 2 + 2010) is equal to integer.

please I need help :( Thank you
 
Physics news on Phys.org


Right, those are the only two that are easy to find. Another possibility would have been to find an integer such that n^3 + 2010=0 but there are none. If you have any programming skill you could try and brute force it with a relatively easy to implement algorithm.