Introduction

You have reached the midpoint of the Divisibility Shortcuts course — this is lesson three of five. So far, your toolkit includes two types of tests: the last-digit check for 22, 55, and 1010 (Lesson 1) and the digit-sum check for 33 and 99 (Lesson 2). Today you will add a third type that falls neatly between the two: a test that looks at the last two digits of a number. The divisor in focus is 4. By the end of this lesson, you will be able to test divisibility by 4 at a glance, and you will understand the place-value reason only two digits are needed.

Why One Digit Falls Short

Recall that divisibility by 22 depends only on the last digit because 1010 is divisible by 22. Can the same reasoning extend to 44? A quick check says no: 10÷4=210 \div 4 = 2 remainder , so is divisible by . That single fact tells us the last digit alone cannot settle the question.

The Last-Two-Digits Rule

Here is the rule: a whole number is divisible by 4 if and only if the number formed by its last two digits is divisible by 4.

To apply it, ignore every digit except the final two, then check whether that two-digit number is a multiple of 44. A few examples show the rule in action:

NumberLast Two DigitsLast Two ÷ 4Divisible by 4?
3161616÷4=416 \div 4 = 4Yes
5303030÷4=730 \div 4 = 7 R
Why Only the Last Two Digits Matter

The explanation follows the same place-value thinking we used in earlier lessons, but this time the magic number is 100. Any whole number can be split into two parts: everything from the hundreds place upward, and the remaining last two digits. For example:

1,748=17×100+481{,}748 = 17 \times 100 + 48

In general, every whole number takes this form:

number=(some whole number)×100+(last two digits)\text{number} = (\text{some whole number}) \times 100 + (\text{last two digits})
Handling the Two-Digit Check

Knowing the rule is one thing; quickly judging whether a two-digit number is a multiple of 44 is another. Numbers like 2020, 4040, or 6060 are easy, but what about less obvious cases such as 7676 or 0808? Two simple mental strategies can help.

Strategy 1 — Halve twice. A number is divisible by when you can halve it twice and get a whole number each time. For : half of is , and half of is . Both results are whole numbers, so is divisible by .

Testing House Numbers on a Street

Suppose you are walking down a street and want to know whether house number 4,832 is divisible by 44. The rule makes this a two-step process.

Step 1 — Isolate the last two digits. The last two digits of 4,8324{,}832 are 32.

Step 2 — Test the two-digit number. 32÷4=832 \div 4 = 8 with no remainder, so 3232 is a multiple of .

Special Cases Worth Noting

A few edge cases are worth keeping in mind as you apply the rule:

  • Numbers ending in 00. If the last two digits are 0000, the number is divisible by 44 because 0÷4=00 \div 4 = 0 with no remainder. For example, 500500 and 1,2001{,}200 both pass the test.
Quick-Reference Summary

Here is how the rule for 44 fits alongside every shortcut you have learned so far:

DivisorWhat to CheckWhy It Works
2Last digit is even1010 is divisible by 22
5Last digit is 00 or 551010 is divisible by
Conclusion and Next Steps

In this lesson, you learned that divisibility by 4 depends entirely on the last two digits of a number. The reason traces back to one fact: 100100 is a multiple of 44, so everything from the hundreds place upward is automatically divisible by 44, leaving only the final two digits to decide. You also picked up two mental strategies — halving twice and comparing to nearby multiples — for quickly testing those two digits.

Now it is time to put the rule to work! In the upcoming practice tasks, you will sort house numbers by divisibility, identify which arena seats qualify for a promotional voucher, and explain in your own words why the last two digits hold all the power.

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal