Thread Closed

Linear congruence

 
Share Thread Thread Tools
Nov19-08, 04:22 PM   #1
 

Linear congruence


Hi all.

Can someone please tell me what is going wrong here.

Solve

[tex] 12x \equiv 1(mod5) [/tex]


[tex]gcd(12,5) = 1 [/tex]

By Euclid's Algorithm =>

[tex] 1 = 5.5 - 2.12 [/tex]

So r is 5 in this case.
[tex] x = r ( \frac{b}{d} )[/tex]

Where b is 1 and d = gcd(12,5) = 1
[tex] x = 5 ( \frac{1}{1} ) [/tex]

[tex] x = 5 [/tex]

Ok fair enough but then I solve the congruence using

[tex] x \equiv b a^\phi^(^m^)^-^1 (mod m) [/tex]

[tex] x \equiv (1) 12^3 (mod5) [/tex]

[tex] x \equiv 3 (mod 5 ) [/tex]

I know this is the correct solution but what did I do wrong in the other one.

Thanks for the help!
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Intel's Haswell to extend battery life, set for Taipei launch
>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
Nov19-08, 05:50 PM   #2
 
don't know if this is valid, but isn't the first expression equivalent to [tex]
2x \equiv 1(mod5)
[/tex]
then 2x = "6" mod 5

[tex]x\equiv 3(mod5)[/tex]
yes i know that one is not supposed to do division, but modulus is prime, and there is a multiplicative inverse that i multiplied by (3)
Nov19-08, 06:31 PM   #3
 
Ok I'm not very good at this, but why is the first one equivalent to [tex] 2x \equiv 1(mod5) [/tex].

Did you reduce the 12 (mod 5) ? Are you able to do that?
Nov19-08, 06:38 PM   #4
 

Linear congruence


I think so as [tex]12\equiv 2(mod5)[/tex]
Thread Closed
Thread Tools


Similar Threads for: Linear congruence
Thread Forum Replies
Linear congruence Precalculus Mathematics Homework 4
Congruence difficulty Linear & Abstract Algebra 1
Congruence - subject difficulty General Math 0
Proof required: The determinant of the solutions of a linear homogeneous congruence Linear & Abstract Algebra 0
Congruence Precalculus Mathematics Homework 3