You must have encountered questions asking to find the remainder when 45327 (just an example) is divided by 100.
What has been your approach till now?
Was it by breaking 100 as 25*4 and then applying Chinese remainder theorem?
If yes, then go through this good alternative for such questions.

Finding the remainder when divided by 100 is nothing but finding the last two digits.
Like when 53 is divided by 100, the remainder is 25 and 53 = 125 and 25 is the last two digit.
So basically you should approach it like this way, and not by CRT.

Let’s start then:
We will deal with it in three parts
1. Numbers ending in 2/4/8 (2k form)
2. Numbers ending in 1/3/7/9
3. Numbers ending in 6/5

Numbers ending in 2/4/8

Two things to remember before we start
1) The last two digits of 24even will always be 76.
2) The last two digits of 24odd will always be 24.

Let’s begin:
Whenever you see number ending in 2/4/8, try converting them into (..24)x form. How will we get that?
Using 210, as it is 1024.

Say, what are the last two digits of 245?
Try to convert it in (210)k form first and then separate the extra part.

45 = 40 + 5 = 10 × 4 + 5

So
245
= 240 × 25
= (210)4 × 25 {Converted in (210)k and separated extra part is 25}
= (…24)4 × 32
= 76 × 32 {∵ 24even = …76}
= …32, the answer.

Let’s take another example: 487
First convert in 2k form and then the same process.
487 = (22)87 = 2174

Same process as above now
(Leaving for you to try from here)

Couple of Qs to try …
8475 and 1633
Write the answers as comments.

Numbers ending in 1/3/7/9

Remember: Always try to convert the base number to end in a 1
How will it be done?
Since the cyclicity of numbers 1/3/5/7 is 4, and for each of these numbers, base4 will have 1 as unit digit, so try converting them to power of 4.
And after this say the last two digits are (A1)n
… the unit digit is 1, and
…  the ten’s digit will be the last digit of A × n.

E.g. 2341
= (234)10 × 23 (converted (a3)4 form)
= 4110 × 23
= 01 × 23 {4 × 0 = 0, so tens digit is 0}
= 23

One more to make it crystal clear

3789
= 3788 × 37
= (374)22 × 37
= 6122 × 37
= 21 × 37 {6 × 2 = 12, so 2 is the ten’s digit}
= 77, the answer.

Numbers ending in 6/5

For number ending in 6 you have to basically separate it and solve.
I mean, say, 3647
Using 36 = 9 × 4,
3647 = 947 × 447

Now, proceed as above and solve.

For numbers ending in 5 just remember the following …
Say, the form is (x5)y
… whenever both x and y are odd, then the last two digits will be 75
… for all other cases it will be 25.

Couple of Qs to make it clear.

1535
Both 1 and 35 are odd. Hence the last two digits is 75.

4535
Both 4 and 35 aren’t odd. Hence the last two digits is 25.

Hope everything is clear now 🙂

Bonus tips:
1. Suppose in exam when solving 2n type Qs you are not able to remember whether 24odd is 24 or 76, think 241 = 24, the power 1 is odd, so 24odd is 24.
2. When not able able to recall last two digits of ((odd)5)even. Think 152 = 225.

So basically all I want to say is taking small examples might help.

Hope it’s super sorted now 🙂