New Reply

Basic Congruences Confusion

 
Share Thread Thread Tools
Nov12-12, 04:52 PM   #1
 

Basic Congruences Confusion


Hi, this is not a homework problem, i just have a hard time following the sequence of this

In the book , it shows a couple examples

(=== is the triple equal sign)

1) 26=19+7===3+7===10(mod8)
2) 15=19-4===3-4=-1(mod8)
3)38 = 19*2===3*2=6(mod8)
4) 7===2(mod5), 343=7^3===2^3=8(mod5)

I understand mod8 and whatnot, just how does the book go from 19+7 to 3+7, and from 19-4 to 3-4. I just don't get how 19 and 3 are logically connected

I see how 15===-1(mod8) and 26===10(mod8) and 38=6(mod8).

Any help understanding is appreciated
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Nov12-12, 05:39 PM   #2
 
Recognitions:
Gold Membership Gold Member
The examples you cited are using the following property of congruences: If [itex]a \equiv b \pmod{m}[/itex], then [itex] a + c \equiv b + c \pmod{m}[/itex]. So, in your first example, let a = 19, b = 3, c = 7 and m = 8.

Does that help?
Nov12-12, 05:46 PM   #3
 
Blog Entries: 2
Quote by mickles View Post
Hi, this is not a homework problem, i just have a hard time following the sequence of this

In the book , it shows a couple examples

(=== is the triple equal sign)

1) 26=19+7===3+7===10(mod8)
2) 15=19-4===3-4=-1(mod8)
3)38 = 19*2===3*2=6(mod8)
4) 7===2(mod5), 343=7^3===2^3=8(mod5)

I understand mod8 and whatnot, just how does the book go from 19+7 to 3+7, and from 19-4 to 3-4. I just don't get how 19 and 3 are logically connected

I see how 15===-1(mod8) and 26===10(mod8) and 38=6(mod8).

Any help understanding is appreciated
Any number A === A - N Mod N Thus 19 === 11 === 3 Mod 8, Therefore 19+7 === 3+7 and 19-4 === 3-4.
Nov12-12, 05:48 PM   #4
 

Basic Congruences Confusion


Quote by Petek View Post
The examples you cited are using the following property of congruences: If [itex]a \equiv b \pmod{m}[/itex], then [itex] a + c \equiv b + c \pmod{m}[/itex]. So, in your first example, let a = 19, b = 3, c = 7 and m = 8.

Does that help?
Yes that makes a lot more sense now with a,b,c, and m after looking at the theorem.

Thanks for you help
Nov12-12, 05:50 PM   #5
 
Quote by ramsey2879 View Post
Any number A === A - N Mod N Thus 19 === 11 === 3 Mod 8, Therefore 19+7 === 3+7 and 19-4 === 3-4.
thank you this also helped
New Reply
Thread Tools


Similar Threads for: Basic Congruences Confusion
Thread Forum Replies
Basic kinematics confusion all derivatives 0? Introductory Physics Homework 6
Basic kinematics confusion all derivatives 0? Calculus & Beyond Homework 0
basic confusion with eigenvectors Calculus & Beyond Homework 7
Basic Thermo confusion Introductory Physics Homework 15
confusion with very basic algebra General Math 2