Can you think of an easy way to decide whether a number is even or odd just by looking at its binary representation.

[for all odd numbers the bottom bit is always set, this is the "ones" column and you need an odd one to make the number odd]