Back to ShikshaPal Explainer Class 7 / Math
ShikshaPal
Chapter 6 · Number Theory

Number Play

Discovering the hidden patterns in even and odd numbers

Everyday Mystery

The Mystery of Height and Counting

A group of children stand in a line, each called out a number based on how many children in front of them are taller. Can you figure out what these numbers mean? For example, if a child says "0," they must be the tallest person among those ahead. If they say "3," three taller people stand in front. But can you figure out all the arrangements that give a sequence like 0, 1, 1, 2, 4, 1, 5? This puzzle reveals how patterns hide in plain sight!

Feynman Bridge — Even and Odd Like Coins in Pairs

Imagine you have coins and you want to split them into pairs. If you have 4 coins, you can make 2 perfect pairs with nothing left over—that's an EVEN number. But if you have 5 coins, you can make 2 pairs and have 1 coin left over—that's an ODD number. The "leftover" concept is what makes a number odd. In math, even numbers are divisible by 2; odd numbers always leave a remainder of 1 when divided by 2. This simple picture—pairing things up—helps you predict what happens when you add, subtract, or multiply even and odd numbers!

What Makes a Number Even?

An even number can be arranged in pairs with nothing left over. Picture 6 dots: •• •• •• (three pairs). Or 4 dots: •• •• (two pairs). Even numbers end in 0, 2, 4, 6, or 8. Why? Because the number 10 is even, and any multiple of 10 is even. Add an even digit to a multiple of 10, and you stay even.

What Makes a Number Odd?

An odd number is one more than pairs. Picture 7 dots: •• •• •• • (three pairs plus one leftover). Or 5 dots: •• •• • (two pairs plus one). Odd numbers end in 1, 3, 5, 7, or 9. Why? Because when you add 1 (odd) to an even digit, you get odd. This leftover concept is the key to understanding odd numbers.

Adding Two Even Numbers Always Gives Even

Here's why: Two even numbers each consist of complete pairs. When you combine pairs from one number with pairs from another, you get more pairs. No leftover = the result is even. Example: 4 (two pairs) + 6 (three pairs) = 10 (five pairs). Picture: •• •• + •• •• •• = •• •• •• •• ••

Adding Two Odd Numbers Always Gives Even

This is surprising! Two odd numbers each have one leftover. Picture 5 (two pairs + 1) and 7 (three pairs + 1). When you combine them: the two leftovers pair up! So you get five pairs with nothing left. 5 + 7 = 12 (six pairs). The leftovers "rescue" each other.

Adding Even and Odd Always Gives Odd

Even numbers have complete pairs; odd numbers have one leftover. When mixed: you get all the complete pairs PLUS one leftover. Example: 4 (two pairs) + 7 (three pairs + 1 leftover) = 11 (five pairs + 1 leftover). The leftover from the odd number survives, making the sum odd.

Using Parity to Solve Puzzles

Kishor has 5 odd number cards and needs them to sum to 30 (even). Impossible! Five odd numbers sum to odd (5 is odd). Why? Because: odd + odd = even (two odds combine), then even + odd = odd (add third), then odd + odd = even (add fourth), then even + odd = odd (add fifth). Five odds sum to ODD, never even. The parity rule solves this instantly without checking every card.

Consecutive Numbers Always Have Opposite Parity

Counting numbers alternate: 1(odd), 2(even), 3(odd), 4(even), 5(odd), 6(even)... Any two consecutive numbers are one even and one odd. So their sum is always ODD. This means two people born one year apart cannot have ages that sum to 112 (even). Their age-sum must be odd!

Finding the 100th Odd Number

Odd numbers are 1, 3, 5, 7, 9, 11... Each odd number is 2 times its position minus 1. Position 1: 2(1) - 1 = 1. Position 2: 2(2) - 1 = 3. Position 100: 2(100) - 1 = 199. The formula is: nth odd number = 2n - 1. This formula works because odd numbers skip every other number in the counting sequence.

Deep Dive · Parity in Product and Difference

Even × Anything = Even (one factor is even, so the product has 2 as a factor). Odd × Odd = Odd (no factor of 2). For subtraction: Even − Even = Even, Odd − Odd = Even (the leftovers cancel), Even − Odd = Odd, Odd − Even = Odd. These rules let you check if an answer could be correct without fully calculating it!

Deep Dive · Parity of Grid Squares

In an m × n grid, there are m × n small squares. The parity depends on whether both dimensions are odd or even: (Even × Even = Even), (Even × Odd = Even), (Odd × Odd = Odd). Why? Because multiplication of parities follows the same rules as addition: odd appears only when both factors are odd. This predicts the checkerboard coloring pattern!

Deep Dive · Fibonacci Parity Pattern

The Fibonacci-like Virahanka sequence (1, 2, 3, 5, 8, 13, 21, 34...) has a parity pattern: Odd, Even, Odd, Odd, Even, Odd, Odd, Even... The pattern Odd-Even-Odd repeats! Why? Because each term = sum of previous two. Tracking parity: O+E=O, E+O=O, O+O=E, repeating. This lets you find the parity of the 100th term without calculating it!

Common Error · Even + Odd = Odd, Not Even!

The Mistake: "4 + 7 = 11, which is odd. But I thought adding numbers makes them bigger, so shouldn't it be even?"

The Truth: The parity (evenness/oddness) of the SUM depends on the parity of the addends, not on whether we're adding. Even + Odd always = Odd, regardless of the size. Bigness and parity are completely different properties!

Another Trap: Confusing "5 odd numbers sum to odd" with "5 objects." The NUMBER 5 is odd (has one leftover), and when you add 5 odd numbers, their sum is odd. But if you add 5 even numbers, their sum is even! Count how many odd numbers you're adding—if that count is odd, the sum is odd.

Diagrams in Words: Parity at a Glance

EVEN NUMBERS CAN BE PAIRED
4 dots:    ••    ••  (2 pairs, NO leftover)
8 dots:    ••    ••    ••    ••  (4 pairs, NO leftover)
Even = divisible by 2 = complete pairing

ODD NUMBERS HAVE ONE LEFTOVER
5 dots:    ••    ••    •  (2 pairs + 1 leftover)
9 dots:    ••    ••    ••    ••    •  (4 pairs + 1 leftover)
Odd = has remainder 1 when divided by 2

Parity Addition Rules

PARITY ADDITION RULES
Even + Even = Even    (pairs + pairs = pairs, no leftovers)
Odd + Odd = Even      (leftover + leftover = complete pair)
Even + Odd = Odd      (pairs + (pairs+1) = pairs+1)
Odd + Even = Odd      (same as above)

COUNTING PATTERN
1(O), 2(E), 3(O), 4(E), 5(O), 6(E), 7(O), 8(E)...
Consecutive numbers ALWAYS alternate: Even-Odd-Even-Odd...

Nth Odd Number Formula

NTH ODD NUMBER FORMULA
Odd numbers: 1, 3, 5, 7, 9, 11, 13...
Position:    1, 2, 3, 4, 5,  6,  7...

Formula: nth odd number = 2n - 1
1st odd: 2(1) - 1 = 1 ✓
2nd odd: 2(2) - 1 = 3 ✓
5th odd: 2(5) - 1 = 9 ✓
100th odd: 2(100) - 1 = 199 ✓

Socratic Sandbox — Test Your Parity Thinking

Level 1 · Predict

What is the parity of 7 + 9 + 11 + 13? (Without calculating!)

Reveal Hint

Count how many odd numbers you're adding. Is that count odd or even?

Reveal Answer

Even. You're adding four odd numbers. Four is even, so the sum is even. (Check: 7+9+11+13 = 40, which is even!)

Level 1 · Predict

Can you choose 6 odd numbers that sum to 60?

Reveal Hint

Think about the parity of the sum of 6 odd numbers.

Reveal Answer

Yes. Six is even, so the sum of six odd numbers is even. 60 is even. Example: 5 + 7 + 9 + 11 + 13 + 15 = 60.

Level 2 · Why

Why does adding an odd number of odd numbers always give an odd result?

Reveal Hint

Think about what happens when you pair up the leftovers. What happens to the last leftover?

Reveal Answer

Each odd number has one leftover. If you have an odd count of leftovers (1, 3, 5, 7...), they can't pair up completely—one leftover remains. So the sum is odd.

Level 2 · Why

Why can't two consecutive numbers have an even sum?

Reveal Hint

What parity must consecutive numbers have?

Reveal Answer

Consecutive numbers alternate between even and odd. One is even, one is odd. Even + Odd = Odd. So two consecutive numbers always sum to odd. That's why Martin and Maria (born one year apart) can't have ages summing to 112 (even).

Level 3 · Apply

Lakpa has an odd number of ₹1 coins, an odd number of ₹5 coins, and an even number of ₹10 coins. He calculated ₹205. Did he make a mistake?

Reveal Hint

Think about the parity of the total. Odd coins of ₹1 contribute odd parity, odd coins of ₹5 contribute odd parity, even coins of ₹10 contribute even parity.

Reveal Answer

Yes, he made a mistake. Odd count × ₹1 = Odd. Odd count × ₹5 (odd) = Odd. Even count × ₹10 = Even. So total = Odd + Odd + Even = Even. But 205 is odd. Contradiction!

Level 3 · Apply

Find the 50th odd number using the formula 2n - 1.

Reveal Hint

The nth odd number = 2n - 1. What is n here?

Reveal Answer

n = 50, so 2(50) - 1 = 100 - 1 = 99. The 50th odd number is 99.