Ok, here's the problem.
x2 (mod 5)
x1 (mod 7)
x3 (mod 11)
Here is what I have so far..
M=5x7x11=385
M1=385/5=77
m2=385/7=55
M3=385/11=35
x=(a1xM1xy1)+(a2xM2xy2)+(a3xM3xy3)
77y11 (mod 5)
55y21 (mod 7)
35y31 (mod 11)
The issue I am having is getting the correct numbers for y1,y2,y3. What I am doing is using the Extended Euclidean Algorithm, but I'm not getting the numbers that are shown in my book, so I'm thinking that using the Extended Euclidean Algorithm isn't the proper way to figure out what the y's are. SO for example..I know that the solution to 77y11 (mod 5) is 3(mod 5), I just don't know where the 3 is coming from.
I hope this has all made sense, I explained this as clearly as possible!! Thanks for the help!


LinkBack URL
About LinkBacks
