Even and Odd Numbers
The most fundamental classification in mathematics: every integer is either even or odd
Even and odd numbers form the most basic division of integers. An even number is exactly divisible by 2, while an odd number leaves a remainder of 1 when divided by 2. This simple concept -- called parity -- has profound consequences throughout mathematics, from basic arithmetic rules to advanced topics in number theory, cryptography, and computer science.
How to Tell if a Number Is Even or Odd
There are several reliable methods to determine whether a number is even or odd:
Mathematically, even numbers are expressed as 2k (where k is any integer), while odd numbers are expressed as 2k + 1. This algebraic representation is the basis for proving parity rules in arithmetic.
Arithmetic Rules for Parity
The parity of a result depends on the parity of the operands. These rules are consistent and can be proven algebraically:
Addition and Subtraction Rules
Multiplication Rules
Notice that multiplication "favors" even results: whenever at least one factor is even, the product is even. This is because multiplying by 2 always produces an even result.
Interesting Facts About Parity
The parity concept extends far beyond basic arithmetic. In graph theory, the handshaking lemma states that every graph has an even number of vertices with odd degree. In combinatorics, parity arguments are a powerful proof technique.
Is Zero Even, Odd, or Neither?
Zero is even. It satisfies every definition of an even number: it is divisible by 2 (0/2 = 0), it can be written as 2k where k = 0, and it is flanked by odd numbers (-1 and 1). Despite this, surveys show that many people are unsure about zero's parity. The confusion may stem from zero's special role as the additive identity, but mathematically there is no ambiguity: zero is even.
The First 50 Even Numbers
Click on any even number to see its full mathematical analysis.
The First 50 Odd Numbers
Click on any odd number to see its full mathematical analysis.
Did You Know?
- The sum of the first n consecutive odd numbers always equals n2. For example, 1 + 3 + 5 + 7 = 16 = 42.
- In ancient China, even numbers were considered feminine (yin) and odd numbers masculine (yang).
- Computers determine parity extremely efficiently by checking just the last bit of a binary number: if it is 0, the number is even; if 1, odd.
- The Collatz conjecture, one of the most famous unsolved problems in mathematics, is entirely based on different operations for even and odd numbers.
- Goldbach's conjecture (1742) states that every even integer greater than 2 is the sum of two primes -- it remains unproven after nearly 300 years.
Preguntas Frecuentes
What are even and odd numbers?
Even numbers are integers divisible by 2 (like 0, 2, 4, 6, 8...), while odd numbers leave a remainder of 1 when divided by 2 (like 1, 3, 5, 7, 9...). Every integer is either even or odd -- this property is called parity.
Is zero even or odd?
Zero is even. It meets every mathematical definition of even numbers: 0 divided by 2 equals 0 with no remainder, and 0 can be written as 2 x 0. While some people find this counterintuitive, the mathematics is unambiguous.
What happens when you multiply an even number by an odd number?
The result is always even. This is because any even number contains a factor of 2, and that factor carries through the multiplication. For example, 4 x 3 = 12 (even). In algebraic terms, 2k x m = 2km, which is always even.