You are not logged in.
Pages: 1
1. Find all integers n for which
is an integer.2. Find a polynomial f(x) of degree 5 such that both of these properties hold:
f(x)-1 is divisible by
.f(x) is divisible by
.Offline
Hi;
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi Enshrouded_;
1. Does this help...?
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
A fact about 1. is that the difference between the result for two successive integers, f(n) - f(n-1), is:
which converges to +/- 1 very fast, suggesting that integers with an absolute value above 5 do not need to be checked.
Last edited by Relentless (2016-04-11 22:19:37)
Offline
I still don't get how to do 1.
Nevermind I got it. I was thinking too hard.
Offline
Pages: 1