This page presents clear definitions, key properties, and worked problems on even and odd numbers. Additional practice questions and their detailed solutions are also included.
An even number is any integer that is divisible by 2.
Examples: \(\ldots, -4, -2, 0, 2, 4, \ldots\)
Any even number can be written in the form
[ 2n ]where \(n\) is an integer.
An odd number is any integer that is not divisible by 2.
Examples: \(\ldots, -5, -3, -1, 1, 3, \ldots\)
Any odd number can be written in the form
[ 2n + 1 ]where \(n\) is an integer.
List all even numbers greater than \(-4\) and smaller than \(20\).
\(-2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18\)
List all odd numbers greater than \(3\) and smaller than \(30\).
\(5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29\)
Show that the sum of two even numbers is even.
Let \(2n\) and \(2k\) be two even numbers. Their sum is
[ 2n + 2k = 2(n + k) ]Let \(N = n + k\). Then
[ 2n + 2k = 2N ]Since the sum is a multiple of 2, it is even.
Show that the sum of an even number and an odd number is odd.
Let \(2n\) be an even number and \(2k + 1\) be an odd number. Their sum is
[ 2n + (2k + 1) = 2(n + k) + 1 ]Let \(N = n + k\). Then the sum becomes
[ 2N + 1 ]This is an odd number.
Show that the sum of two odd numbers is even.
Let \(2n + 1\) and \(2k + 1\) be two odd numbers. Their sum is
[ (2n + 1) + (2k + 1) = 2(n + k + 1) ]Let \(N = n + k + 1\). Then the sum is \(2N\), which is even.
Show that the sum of three odd numbers is odd.
Let \(2m + 1\), \(2n + 1\), and \(2k + 1\) be three odd numbers. Their sum is
[ (2m + 1) + (2n + 1) + (2k + 1) = 2(m + n + k + 1) + 1 ]Let \(N = m + n + k + 1\). The sum is \(2N + 1\), which is odd.
Show that the square of an odd number is odd.
Let \(2n + 1\) be an odd number. Then
[ (2n + 1)^2 = 4n^2 + 4n + 1 = 2(2n^2 + 2n) + 1 ]Let \(N = 2n^2 + 2n\). The square can be written as \(2N + 1\), which is odd.
Show that the product of an odd number and an even number is even.
Let \(2m + 1\) be an odd number and \(2n\) be an even number. Their product is
[ (2m + 1)(2n) = 2(2mn + n) ]Since the product is a multiple of 2, it is even.
Complete each sentence using even or odd.