Tests usually do not have such complicated numbers. You would need to "guess" the solution
x0=3641456693 which is not very likely as long as you aren't a genius.
This is a bit different in the original question in post #1. Here we had
x4−13x3+11x−3≡0(mod78)and a specific solution
x=−1 can be guessed: just test small numbers like
±2,±1,0. This allows us to perform a polynomial (long) division:
(x4−13x3+11x−3):(x−(−1))=x3−14x2+14x−3and we can write
x4−13x3+11x−3=(x3−14x2+14x−3)⋅(x+1)≡0(mod78).This means that
78 divides
(x3−14x2+14x−3)⋅(x+1) and thus that in particular
7 divides
(x3−14x2+14x−3)⋅(x+1). Seven is prime and we have learned that if a prime divides a product, then it has to divide at least one of the factors.
Case 1:
7 divides
(x3−14x2+14x−3).
In this case, we take the equation modulo seven and get
x3−3≡0(mod7) and in other words
x3≡3(mod7). Possible remainders modulo
7 are
{0,1,2,3,4,5,6} so
{03,13,23,33,43,53,63}={0,1,8,27,64,125,216}≡{0,1,1,6,1,6,6}(mod7) which does not contain our remainder
3. This means that this case is impossible.
Case 2:
7 divides
x+1.
We have just seen that
7 does not divide
(x3−14x2+14x−3). Hence all sevens must be divisors of
x+1, i.e.
x+1≡0(mod78) and
x≡78−1=5,764,800. We have already seen (by using the binomial formula) that if
x=5,764,800 is a solution, so will be all numbers
x=5,764,800+(78)⋅n=5,764,800+5,764,801⋅nfor any integer
n∈Z. These are therefore all possible solutions to your original question.
And, yes, I have only used a calculator to calculate
78=5,764,801. But I guess that it would be ok in a test if you stick by
78 instead of calculating it.