Divisibility by 4

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 44 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 22, so 1010 is not divisible by 44. That single fact tells us the last digit alone cannot settle the question.

A concrete example makes this clear. The numbers 1212 and 3232 both end in 22, and both are divisible by 44. But 2222 and 4242 also end in 22, and neither is divisible by 44. One digit simply does not carry enough information — we need to look a little further to the left.

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 22No
1,7484848÷4=1248 \div 4 = 12Yes
2,3101010÷4=210 \div 4 = 2 R 22No

Notice that the size of the full number does not matter. Whether it has three digits, four digits, or twenty, only the last two decide divisibility by 44.

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})

Because 100÷4=25100 \div 4 = 25 with no remainder, the first part is always divisible by 44, regardless of what that leading portion is. That means the entire number's divisibility by 44 hinges solely on whether the last two digits form a multiple of 44. The hundreds, thousands, and all higher places are automatically taken care of.

Diagram showing how any number decomposes into a multiple of 100 plus its last two digits, illustrating why only the last two digits determine divisibility by 4

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 44 when you can halve it twice and get a whole number each time. For 7676: half of 7676 is 3838, and half of 3838 is 1919. Both results are whole numbers, so 7676 is divisible by 44.

Strategy 2 — Use a nearby multiple of 4. You probably know that 8080 is divisible by 44. Since 76=80−476 = 80 - 4, and 44 is itself divisible by 44, the number 7676 must be as well. Similarly, 08=808 = 8, and 8÷4=28 \div 4 = 2 exactly, so 0808 passes the test.

With practice, you will start recognizing the twenty-five two-digit multiples of 44 on sight: 04,08,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,9604, 08, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, and 0000.

Reference grid displaying all two-digit multiples of 4 from 00 to 96

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 44.

Conclusion: 4,8324{,}832 is divisible by 44. A quick verification confirms it: 4,832÷4=1,2084{,}832 \div 4 = 1{,}208.

Now consider house number 4,718. The last two digits are 1818. Since 18÷4=418 \div 4 = 4 remainder 22, the number 1818 is not a multiple of 44, and neither is 4,7184{,}718. Two digits, a few seconds of thought, and you have your answer.

Street illustration showing house numbers 4832 and 4718 with their last two digits highlighted to demonstrate the divisibility-by-4 check

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.
  • Numbers less than 100. When the number itself has only one or two digits, the "last two digits" are simply the number itself. For 3636, check 36÷4=936 \div 4 = 9 — it passes.
  • Quick screening with the even test. Every multiple of 44 is also even, since 4=2×24 = 2 \times 2. So if a number fails the even test from Lesson 1 (its last digit is odd), you can immediately rule out divisibility by 44 without examining two digits at all.

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 55
10Last digit is 00Exact match with base 1010
3Digit sum divisible by 33Powers of 1010 leave remainder 11 when divided by 33
9Digit sum divisible by 99Powers of 1010 leave remainder 11 when divided by 99
4Last two digits divisible by 4100100 is divisible by 44

Each rule exploits a different feature of the base-ten system. The rule for 44 sits neatly between the single-digit checks and the full digit-sum checks, relying on exactly two digits.

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