solve 3x ≡ 1 (mod 5) 4x ≡ 6 (mod 14) 5x ≡ 11 (mod 3)
I found x = 82 or x = 187 but what are ALL solutions?
did you use chinese remainder thm?
I think I did.
It only said Theorem but didn't explicitly said "Chinese Remainder Theorem" Let me post the link
chinese remainder thm gives you the solution \[x\equiv 82\pmod{5*7*3}\]
You can divide eq1 by 3 and eq3 by 5, since they are moduli over primes.
here: https://books.google.com/books?id=eVwvvwZeBf4C&lpg=PA58&pg=PA68#v=onepage&q&f=false
Oh so I was supposed to divide the second congruence by 2?
that is chinese remainder theorem
it doesn't affect the final solution dividing by 2 simplifies the work, thats all
I don't think you can divide eq2. Actually division is the wrong word.
what about the solution 187 (mod 5*14*3) ??
in mod 5*14*3, you should get "two" incongruent solutions
``` I found x = 82 or x = 187 but what are ALL solutions? ``` Yes, those are all the incongruent solutions in mod 5*14*3
oh so in a sense {82 + 5*7*3k, k integer} is equal to the set {82 + 5*14*3k} U {187 + 5*14*3k} ??
Lets take equation 1 as an example 3x ≡ 1 (mod 5) says that if you divide 3x by 5 you get a remainder of one. We want to know x (mod 5) is. Since 5 is a prime number we can determine the remainder of x:5 uniquely. In particular x ≡ 2 (mod 5). Similarly for equation three 5x ≡ 11 (mod 3) -> 5x ≡ 2 (mod 3) -> x ≡ 1 (mod 3)
Since 14 is not a prime number 4x ≡ 6 (mod 14) doesn't have a unique solution for x (mod 14)
I see. Thank you both :')
So the next step is to find all x (mod 14) that solve 4x ≡ 6 (mod 14).
``` oh so in a sense {82 + 5*7*3k, k integer} is equal to the set {82 + 5*14*3k} U {187 + 5*14*3k} ?? ``` Precisely @sourwing !
@ganeshie8 thank you!!
Join our real-time social learning platform and learn together with your friends!