Divisibility by Four
Definition

A natural number is divisible by 4 if and only if the last two digits are divisible by 4.


Example One

716 is divisible by 4 since the last two digits (16) are divisible by 4.


Example one: Divisible by 4

Example Two

717 is NOT divisible by 4 since the last two digits (17) are NOT divisible by 4.


Example two: Not divisible by 2

Example Three

716 123 456 789 098 765 432 112 is divisible by 4 since the last two digits (12) are divisible by 4.


Example Four

717 123 456 789 098 765 432 109 is NOT divisible by 4 since the last two digits [09 (i.e. 9)] are NOT divisible by 4.


Demonstration
Image only

Instructions text as in global.js

Your browser does not support the canvas element.
number (dividend): divisor: