👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Number System
Study mode

Even and Odd Numbers

Introduction to Even and Odd Numbers

Numbers are the foundation of mathematics, and understanding their types helps us solve problems efficiently. Among the most basic classifications of numbers are even and odd numbers. These concepts are not only fundamental in number theory but also appear frequently in everyday situations, such as counting objects, distributing money, or checking divisibility.

In this section, we will explore what makes a number even or odd, their properties, and how these properties help us solve various mathematical problems, especially those encountered in competitive exams.

Definition and Properties of Even and Odd Numbers

Let's start with clear definitions:

  • Even Numbers: An integer is called even if it is divisible by 2. This means when you divide it by 2, there is no remainder.
  • Odd Numbers: An integer is called odd if it is not divisible by 2. When divided by 2, it leaves a remainder of 1.

Mathematically, we can express these as:

Even Number: \( n = 2k \)
where \( k \) is any integer (positive, negative, or zero).
Odd Number: \( n = 2k + 1 \)
where \( k \) is any integer.

For example, consider the numbers 4 and 7:

  • 4 is even because \( 4 = 2 \times 2 \).
  • 7 is odd because \( 7 = 2 \times 3 + 1 \).

Basic Properties of Even and Odd Numbers

Understanding how even and odd numbers behave under addition, subtraction, and multiplication is crucial. The following table summarizes these properties:

Operation Even + Even Odd + Odd Even + Odd Even x Even Odd x Odd Even x Odd
Result Even Even Odd Even Odd Even

Let's understand why these results hold true:

  • Sum of two even numbers: Since both are multiples of 2, their sum is also a multiple of 2, hence even.
  • Sum of two odd numbers: Adding two numbers each leaving a remainder 1 when divided by 2 results in a number divisible by 2, hence even.
  • Sum of even and odd: The sum leaves a remainder 1 when divided by 2, so it is odd.
  • Product involving even number: Multiplying any number by an even number results in an even product.
  • Product of two odd numbers: The product remains odd because the factors do not contribute a factor of 2.

Parity Rules in Arithmetic Operations

The term parity refers to whether a number is even or odd. Parity plays a key role in simplifying arithmetic operations and problem-solving.

Let's visualize how parity behaves during addition, subtraction, and multiplication:

graph TD    A[Start with Two Numbers] --> B{Are both Even?}    B -- Yes --> C[Sum and Product are Even]    B -- No --> D{Are both Odd?}    D -- Yes --> E[Sum is Even, Product is Odd]    D -- No --> F[One Even and One Odd]    F --> G[Sum is Odd, Product is Even]

This flowchart helps us quickly determine the parity of sums and products without performing full calculations.

Worked Examples

Example 1: Sum and Product Parity Easy
Find whether the sum and product of 14 and 27 are even or odd.

Step 1: Identify parity of each number.

14 is even (since \(14 = 2 \times 7\)), 27 is odd (since \(27 = 2 \times 13 + 1\)).

Step 2: Sum parity.

Sum = 14 + 27 = 41.

Since one number is even and the other is odd, sum is odd.

Step 3: Product parity.

Product = 14 x 27.

Since one number is even, product is even.

Answer: Sum is odd; product is even.

Example 2: Distributing INR Evenly Medium
INR 125 is to be divided equally among 4 people. Determine if each share is even or odd.

Step 1: Calculate each share.

Each share = \( \frac{125}{4} = 31.25 \) INR.

Since the share is not an integer, it cannot be classified as even or odd.

Step 2: Consider if the total amount was divisible by 4.

If the total amount was divisible by 4, each share would be an integer.

Step 3: Check parity of 125.

125 is odd.

Answer: Shares are not whole numbers, so parity does not apply here. If the amount were divisible by 4, each share would be odd or even depending on the quotient.

Example 3: Parity in Modular Arithmetic Hard
Find the parity of \( (2x + 1)^2 \) modulo 4 for any integer \( x \).

Step 1: Expand the expression.

\( (2x + 1)^2 = 4x^2 + 4x + 1 \).

Step 2: Consider modulo 4.

Since \(4x^2\) and \(4x\) are multiples of 4, they are congruent to 0 modulo 4.

Therefore, \( (2x + 1)^2 \equiv 1 \pmod{4} \).

Step 3: Parity interpretation.

Modulo 2, the expression is odd (since remainder 1 modulo 4 implies remainder 1 modulo 2).

Answer: \( (2x + 1)^2 \) is always odd modulo 4.

Example 4: Sum of Consecutive Odd Numbers Medium
Prove that the sum of the first \( n \) odd numbers is \( n^2 \) and analyze the parity of the result.

Step 1: Write the sum of first \( n \) odd numbers:

\( 1 + 3 + 5 + \cdots + (2n - 1) \).

Step 2: Use the formula:

\( \sum_{k=1}^n (2k - 1) = n^2 \).

Step 3: Parity of \( n^2 \).

If \( n \) is even, \( n^2 \) is even; if \( n \) is odd, \( n^2 \) is odd.

Answer: The sum of first \( n \) odd numbers is \( n^2 \), whose parity matches that of \( n \).

Example 5: Using Parity to Solve Equation Hard
Find integer solutions for \( x + y = 15 \) where \( x \) is even and \( y \) is odd.

Step 1: Express \( x \) and \( y \) in terms of integers \( a \) and \( b \):

\( x = 2a \) (even), \( y = 2b + 1 \) (odd).

Step 2: Substitute into the equation:

\( 2a + (2b + 1) = 15 \Rightarrow 2a + 2b = 14 \Rightarrow 2(a + b) = 14 \).

Step 3: Simplify:

\( a + b = 7 \).

Step 4: Find integer pairs \( (a, b) \) such that their sum is 7.

Examples: \( (0,7), (1,6), (2,5), \ldots \)

Step 5: Write corresponding \( (x,y) \):

\( x = 2a \), \( y = 2b + 1 \).

For \( a=0, b=7 \), \( x=0 \), \( y=15 \).

For \( a=1, b=6 \), \( x=2 \), \( y=13 \), and so on.

Answer: Infinite integer solutions exist where \( x \) is even and \( y \) is odd, satisfying \( x + y = 15 \).

Tips & Tricks

Tip: Check the last digit to quickly determine parity.

When to use: When dealing with large numbers in problems, the last digit (units place) tells you if the number is even (0,2,4,6,8) or odd (1,3,5,7,9).

Tip: Use parity to eliminate impossible cases in equations.

When to use: When solving Diophantine equations or integer problems, parity helps quickly rule out solutions that don't fit even/odd constraints.

Tip: Remember the sum of two odd numbers is always even.

When to use: To quickly evaluate sums without detailed calculation, especially in multiple-choice questions.

Tip: In multiplication, presence of one even number makes the product even.

When to use: To simplify product parity checks and avoid unnecessary multiplication.

Tip: Use modular arithmetic (mod 2) to handle parity problems efficiently.

When to use: For complex parity problems in competitive exams, modular arithmetic provides a powerful shortcut.

Common Mistakes to Avoid

❌ Assuming sum of odd and odd is odd
✓ Sum of two odd numbers is always even
Why: Students often confuse parity addition rules, forgetting that adding two odd numbers results in an even number.
❌ Believing product of two odd numbers is even
✓ Product of two odd numbers is always odd
Why: Misunderstanding multiplication parity leads to incorrect assumptions about the product.
❌ Ignoring zero as an even number
✓ Zero is even because it is divisible by 2
Why: Zero's parity is often overlooked, but it fits the definition of even numbers perfectly.
❌ Mixing parity with divisibility by other numbers
✓ Parity strictly relates to divisibility by 2 only
Why: Confusion arises when students conflate parity with divisibility by other integers like 3 or 5.
❌ Not applying parity checks in modular arithmetic problems
✓ Use parity (mod 2) to simplify and solve
Why: Students miss shortcuts leading to longer solutions by ignoring parity in modular arithmetic.

Formula Bank

Even Number Definition
\[ n = 2k \]
where: \( n \) = even number, \( k \) = any integer
Odd Number Definition
\[ n = 2k + 1 \]
where: \( n \) = odd number, \( k \) = any integer
Sum of Two Even Numbers
\[ 2a + 2b = 2(a + b) \]
where: \( a,b \) = integers
Sum of Two Odd Numbers
\[ (2a + 1) + (2b + 1) = 2(a + b + 1) \]
where: \( a,b \) = integers
Sum of Even and Odd Number
\[ 2a + (2b + 1) = 2(a + b) + 1 \]
where: \( a,b \) = integers
Product of Two Odd Numbers
\[ (2a + 1)(2b + 1) = 2(2ab + a + b) + 1 \]
where: \( a,b \) = integers
Product Involving Even Number
\[ 2a \times n = 2(an) \]
where: \( a,n \) = integers
Key Concept

Parity Rules Summary

Even and odd numbers follow consistent rules in addition and multiplication that simplify problem-solving.

Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Even and Odd Numbers · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.