English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

And also need to calculate 3^44(mod43)
Thank you, any help much appreciated

2007-02-28 22:00:14 · 2 answers · asked by oif1983 3 in Science & Mathematics Mathematics

Sorry the first question should be calculate 2^66 is congruant to 1(mod67)

2007-02-28 22:22:59 · update #1

i don't know how to apply fermats theorem. That should have been my question!

2007-02-28 22:29:50 · update #2

2 answers

Do you want to use FLT? In that case, just notice that p=67 is prime and apply it directly. Similarly, with p=43, you find that 3^42=1 (mod 43). Now, 3^44=(3^42)(3^2)=1*9=9 (mod 43).

If you actually want to do the full multiplication, just do this:
2^6=64=(-3) (mod 67)
2^(12)=[2^6]^2=(-3)^2=9 (mod 67)
2^(24)=[2^12]^2=9^2=81=14 (mod 67)
2^(48)=[2^24]^2=14^2=196=(-5) (mod (67)
2^(66)=(2^48)(2^12)(2^6)=
(-5)(9)(-3)=135=1 (mod 67).

2007-02-28 23:59:39 · answer #1 · answered by mathematician 7 · 1 0

I think you put the question in wrong.
2^66 = 64(mod 66) But I think you meant
2^66 = 1 (mod 67) Which is called 'Fermats Little Theorem' and says if p is prime, then
a^(p-1) = 1 (mod p)

3^44 = 9 (mod 43) and *you* figure out the congruence relationship required ☺


Doug

2007-02-28 22:25:28 · answer #2 · answered by doug_donaghue 7 · 0 0

fedest.com, questions and answers