Ask your own question, for FREE!
Discrete Math 18 Online
OpenStudy (anonymous):

Why is the last two digits of \(91^{71}\) the same as 91mod100? Similarly, why is it true that the last two digits of \(81^{81}\) the same as 81mod100, and that of \(71^{91}\) the same as 71mod100?

OpenStudy (anonymous):

Maybe I should edit my question a bit. It should be "how do I know if the last two digits of \(91^{71}\) is the same as 91mod100? What if I need to find last two digits of\(91^{70}\)?

OpenStudy (anonymous):

there the same thing, how much modular arithmetic do you know

OpenStudy (anonymous):

I only know how to find x^y mod (n) using the trick that express y in binary number first, then take mod.

OpenStudy (anonymous):

Why are you deleting your comment?

OpenStudy (anonymous):

oh your refering to the binary exponentiation algorithm

OpenStudy (anonymous):

This one: http://openstudy.com/updates/51165c4de4b09e16c5c86007

OpenStudy (anonymous):

$$91^{71}\equiv 91 \text{ mod 100}$$ is what you are trying to show

OpenStudy (anonymous):

Wait!

OpenStudy (anonymous):

ok

OpenStudy (anonymous):

Suppose the question is find the last two digits of \(91^{71}\). How would you start?

OpenStudy (anonymous):

Do you know what the mod operator does?

OpenStudy (anonymous):

if I were to write 91^71 in base 10

OpenStudy (anonymous):

it would be $$91^{71}=a+b10+c10^2+d10^3...$$

OpenStudy (anonymous):

now we can reduce that modulo 100, ok

OpenStudy (anonymous):

Ehh!!! So, finding the last two digits of n is the same as finding n mod 100?

OpenStudy (anonymous):

so $$91^{71}\text{ mod 100}=a+10b$$ Where a is are first digit and b are second digit

OpenStudy (anonymous):

yes pretty much

OpenStudy (anonymous):

And finding the last n digits of m is the same as finding m mod (10^n)?

OpenStudy (anonymous):

yes

OpenStudy (anonymous):

Which you can compute using your exponentiation by squaring algorithm or using a variety of other techniques

OpenStudy (anonymous):

though for small numbers like yours, I wouldn't use that technique

OpenStudy (anonymous):

What technique would you use?

OpenStudy (anonymous):

Don't tell me calculator ~_~

OpenStudy (anonymous):

well for $$91^{71}\text{ mod 100}$$

OpenStudy (anonymous):

I would reduce the 91 modulo 100, so I get,

OpenStudy (anonymous):

$$91^{71} \text{ mod 100} = (-9)^{71} \text{ mod 100}= -9^{71} \text{ mod 100}$$

OpenStudy (anonymous):

"reduce the 91 modulo 100"?

OpenStudy (anonymous):

Yes, I think maybe you should read up a little on modular arithmetic,

OpenStudy (anonymous):

$$91\equiv -9 \text{ mod 100}$$

OpenStudy (anonymous):

therefore

OpenStudy (anonymous):

$$91^{71}\equiv (-9)^{71}\text{ mod 100}$$

OpenStudy (anonymous):

so now we just have to compute -9 to the 71st power modulo 100

OpenStudy (anonymous):

but $$(-1)^{71}=-1$$

OpenStudy (anonymous):

so its just computing $$-9^{71}\text{ mod 100}$$

OpenStudy (anonymous):

Now 9 is coprime to 100

OpenStudy (anonymous):

and $$\phi(9)=6$$

OpenStudy (anonymous):

$$9^{6}\equiv 1 \text{ mod 100}$$

OpenStudy (anonymous):

raising both sides to the 12th power, gives

OpenStudy (anonymous):

$$9^{72}\equiv 1 \text{ mod 100 }$$

OpenStudy (anonymous):

$$-9^{72}\equiv -1 \text{ mod 100}$$

OpenStudy (anonymous):

but wqe want $$-9^{71} \text{ mod 100}$$

OpenStudy (anonymous):

if we let $$-9^{71}=x$$

OpenStudy (anonymous):

we have $$9x\equiv -1 \text{ mod 100}$$

OpenStudy (anonymous):

now all we have to do is solve for x modulo 100, and we have are solution, I know this looked like it took a while but its because I had to type over this chat, also there is many ways to solve somthing like this, if your just using a computer an algorithm like yours might be better.

OpenStudy (anonymous):

But if your doing it by hand, its helpful to be familear with some of this stuff, because sometimes there are 'easyier' ways to do things.

OpenStudy (anonymous):

I'll tag you if I have questions. I need to work it out myself to see if I really understand it. Sleep well :)

OpenStudy (anonymous):

alright later

OpenStudy (anonymous):

@Jack17 Problem problem problem "Now 9 is coprime to 100" "and ϕ(9)=6" " \(9^6≡1 mod 100\)" But isn't it \(a^{\phi(n)} ≡ 1 (\mod n)\) ? Why would we find ϕ(9)???

OpenStudy (anonymous):

nice catch, this changes how you would proceed

OpenStudy (anonymous):

We want $$\phi(100)$$

OpenStudy (anonymous):

which is 40

OpenStudy (anonymous):

Don't be so lazy... :(

OpenStudy (anonymous):

Yay!!! Thanks!! :)

OpenStudy (anonymous):

$$9^{10}\equiv 1 \text{ mod 100 }$$

OpenStudy (anonymous):

Which you can get by exponentiation by squaring

OpenStudy (anonymous):

nvm im being stupid the original problem was $$-9^{71} \text{ mod 100}$$

OpenStudy (anonymous):

this is the same as $$-3^{142} \text{ mod 100}$$

OpenStudy (anonymous):

ahh maybe you should use your algorithm, i am to lazy to figure this out

OpenStudy (anonymous):

142 is a LARGE number!!!

OpenStudy (anonymous):

then use your technique

OpenStudy (anonymous):

use the fact $$9^{10}\equiv 1 \text{ mod 100}$$

OpenStudy (anonymous):

so $$9^{70}\equiv 1 \text{ mod 100}$$

OpenStudy (anonymous):

$$9^{71}\equiv 9\text{ mod 100}$$

OpenStudy (anonymous):

9^(40) ≡1 mod 100 since phi(100) is 40 o_o

OpenStudy (anonymous):

$$-9^{71}\equiv -9 \text{ mod 100}$$

OpenStudy (anonymous):

$$-9^{71}\equiv 91 \text{ mod 100}$$

OpenStudy (anonymous):

$$91^{71}\equiv 91 \text{ mod 100}$$

OpenStudy (anonymous):

the first two digits of $$91^{71}$$ are 1 and 9

OpenStudy (anonymous):

9^(10) ≡1 mod 100 <- How do you work this out?

OpenStudy (anonymous):

$$9^2\equiv -19 \text{ mod 100}$$

OpenStudy (anonymous):

$$9^4\equiv 19^2 \text{ mod 100}$$

OpenStudy (anonymous):

$$9^4\equiv -39 \text{ mod 100}$$

OpenStudy (anonymous):

$$9^8 \equiv 39^2 \text{ mod 100}$$

OpenStudy (anonymous):

$$9^8\equiv 21 \text{ mod 100}$$

OpenStudy (anonymous):

$$9^{10}\equiv 21*9^2 \text{ mod 100}$$

OpenStudy (anonymous):

$$9^{10}\equiv 1 \text{ mod 100}$$

OpenStudy (anonymous):

Got it! Have never thought that it works in this way... Another problem is that how you can draw the conclusion "so \( 9^{70}≡1 \mod 100\)" from \(9^{10}≡1 \mod 100\) quickly?

OpenStudy (anonymous):

I raised both sides to the 7th power

OpenStudy (anonymous):

Ok, I didn't notice that, sorry!!

OpenStudy (anonymous):

If $$a\equiv b \text{ mod m}$$ and $$c\equiv d \text{ mod m}$$ then $$ac\equiv bd \text{ mod m}$$

OpenStudy (anonymous):

Thanks!!! It looks pretty good now :) Btw, if you want to type LaTeX in the same line as the words, use \( instead of \[ . Thanks again for your help :)

OpenStudy (anonymous):

ye no problem

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!