PeroK said:
I don't really understand the difficulty:
I think I'm having a hard time with this assignment because I:
(1) Have not learned about the Chinese root theorem
(2) Have not seen a similar assignment before
(3) Am very new to solving diophantine equations so
(4) I tend to approach solving them in one, very mechanical way:
1. Rewrite the equation ##a\equiv b\pmod n\implies a=xn+bk\implies xn-bk=a##
2. Get a particular solution, either by directly seeing it or doing Euclidean algorithm in reverse
3. Given the particular solution ##x_p## we get ##x=x_p+\frac{b}{gcd(n,b)}c, c\in \mathbb Z##
So when I encounter ways of solving diophantine equations that do not seem to do it in the way that I explained in (4), I get confused.
In your particular proposition, I do not see what insight I should get from that ##m_2## is odd.
fresh_42 said:
##8## and ##81## are coprime. So every ##8\cdot 81=648## numbers, you will get the same remainders for both of them. This means that ##x## can only be unique up to multiples of ##648.##
This I understand intuitively now that you told me, but as I explained above (in (4)), I still approach diophantine equations in a very mechanical way. I would expect ##648## to be the result of ##\frac{b}{gcd(n,b)}## as in ##x=x_p+\frac{b}{gcd(n,b)}c, c\in \mathbb Z## (explained in (4.3) above). But I can't connect the fact that ##648=8\cdot 81## to my familar formulas (and I don't know where ##b## would come from in the first case), so I just have a hard time seeing the intuition behind the solution since I can't connect it to anything that I've worked with before.
If that makes any sense at all.