Jaka EduTech

📖 Mathematics

Std 7
6
Chapter 6
Skill: 30%

Number Play

Number Play

Chapter at a Glance

This chapter explores number theory through mathematical play, pattern analysis, and puzzle-solving. It covers parity (even and odd numbers), representing parities pictorially using paired block models, and establishing arithmetic sum and product parity rules. The chapter also introduces 3x3 and 4x4 magic squares, investigating their properties, historical context (like the Chautīsā Yantra and Lo Shu Square), and general algebraic structures. Additionally, it highlights the Virahāṅka-Fibonacci sequence, tracing its origins to the beats of ancient Indian poetry, and concludes with cryptarithms (alphametic addition puzzles).

Key Definitions & Terminology

  • Parity: The classification of an integer as either even or odd.
  • Even Number: An integer that can be partitioned into pairs without leftovers; represented in the form $2n$.
  • Odd Number: An integer that has a leftover of $1$ when partitioned into pairs; represented in the form $2n - 1$.
  • Magic Square: A square grid of numbers where each row, column, and diagonal sums to the same constant.
  • Magic Sum: The constant sum of each row, column, or diagonal in a magic square.
  • Virahāṅka-Fibonacci Sequence: A sequence beginning with $1, 2, 3, 5, 8, 13, 21, 34, 55, ...$ where each term is the sum of the two preceding terms.
  • Syllable Beats: Poetic rhythm units where a short syllable equals 1 beat and a long syllable equals 2 beats (lasting twice as long).
  • Cryptarithm: A mathematical puzzle where digits are replaced by letters, with each letter representing a unique digit.

Formulas, Rules & Properties

  • Parity Arithmetic Rules:
  • $\text{Even} \pm \text{Even} = \text{Even}$
  • $\text{Odd} \pm \text{Odd} = \text{Even}$
  • $\text{Even} \pm \text{Odd} = \text{Odd}$
  • $\text{Odd} \pm \text{Even} = \text{Odd}$
  • Sum of an odd number of odd numbers is always $\text{Odd}$.
  • Sum of an even number of odd numbers is always $\text{Even}$.
  • Sum of any number of even numbers is always $\text{Even}$.
  • Grid Small Squares Parity (m x n grid):
  • Total small squares count is $\text{Even}$ if at least one dimension ($m$ or $n$) is even.
  • Total small squares count is $\text{Odd}$ if both dimensions ($m$ and $n$) are odd.
  • Magic Sum of 3x3 Magic Square (numbers 1 to 9):
  • Total sum $= 1 + 2 + ... + 9 = 45$.
  • Row and Column sums must total 45.
  • Magic Sum $= 45 / 3 = 15$.
  • The center number must be $5$.
  • $1$ and $9$ cannot occur in corner cells; they must occupy middle edge cells.
  • General 3x3 Magic Square algebraic structure:
  • For a center number $m$:
    $$\begin{array}{|c|c|c|}
    \hline
    m + 3 & m - 4 & m + 1 \
    \hline
    m - 2 & m & m + 2 \
    \hline
    m - 1 & m + 4 & m - 3 \
    \hline
    \end{array}$$
  • The magic sum for any row, column, or diagonal is $3m$.
  • Virahāṅka-Fibonacci Recurrence:
  • $V_n = V_{n-1} + V_{n-2}$, where $V_1 = 1, V_2 = 2$.
  • Rhythm Beats Formula (Virahāṅka's rule):
  • The number of $k$-beat rhythms of 1-beat (short) and 2-beat (long) syllables is the $k$-th Virahāṅka number.
  • Virahāṅka Parity Pattern:
  • $\text{Odd}, \text{Even}, \text{Odd}, \text{Odd}, \text{Even}, \text{Odd}, \text{Odd}, \text{Even}...$ (repeats every 3 terms; even numbers occur at positions $3k - 1$).

Core Concepts & Topics

  • Taller-in-Front Height Order Rule:
  • In a line of children, each child states the number of children in front of them who are taller.
  • The largest number possible in a group of $N$ people is $N - 1$.
  • Stating "0" means that the person is the tallest in front of them, but they are not necessarily the tallest in the entire group.
  • Parity Proof by Pictorial Pairing:
  • Visualizing evens as paired block structures and odds as paired structures with a single leftover block.
  • Sum of two odds: the two leftover blocks combine to form a pair, yielding an even sum.
  • Impossibility in Sum Grids:
  • A 3x3 sum grid is impossible if any circled sum is $<6$ (minimum sum $1+2+3=6$) or $>24$ (maximum sum $7+8+9=24$).
  • Magic Square Construction and Transformations:
  • Center cell reasoning: The center cell belongs to 4 equations (row, column, and 2 diagonals). This forces it to be the average of the set, which is 5 for $1\text{–}9$.
  • Transformation: Adding a constant $k$ to each cell increases the magic sum by $3k$. Multiplying by $k$ multiplies the magic sum by $k$.
  • Poetic beats (Virahāṅka's discovery):
  • Rhythms of $n$ beats can be split into: those starting with a short syllable (1 beat), followed by rhythms of $n-1$ beats; and those starting with a long syllable (2 beats), followed by rhythms of $n-2$ beats. Hence, the number of ways is $V_n = V_{n-1} + V_{n-2}$.
  • Cryptarithm Solving (Logical Deduction):
  • Solving addition puzzles where letters represent unique digits by using column addition, carryovers, and digit properties.

Worked Examples

  • Child Height Counts:
  • Problem: In a height arrangement of 7 children, find the values called out.
  • Solution: Left-to-right heights: Child 1 (0), Child 2 (0), Child 3 (1), Child 4 (0), Child 5 (3), Child 6 (0), Child 7 (3).
  • Parity sum evaluations:
  • Sum of 2 evens and 2 odds $\implies E + E + O + O = E + E = \text{Even}$.
  • Sum of 2 odds and 3 evens $\implies O + O + E + E + E = E + E = \text{Even}$.
  • Sum of 5 evens $\implies \text{Even}$.
  • Sum of 8 odds $\implies \text{Even}$.
  • Lakpa Piggy Bank Riddle:
  • Problem: Lakpa has an odd number of ₹1 coins, an odd number of ₹5 coins, and an even number of ₹10 coins. Total is ₹205. Did he make a mistake?
  • Solution:
    • Value of ₹1 coins $= \text{odd} \times 1 = \text{odd}$.
    • Value of ₹5 coins $= \text{odd} \times 5 = \text{odd}$.
    • Value of ₹10 coins $= \text{even} \times 10 = \text{even}$.
    • Total sum $= \text{odd} + \text{odd} + \text{even} = \text{even} + \text{even} = \text{Even}$.
    • Since ₹205 is odd, Lakpa made a mistake.
  • Consecutive Birthdays:
  • Problem: The sum of Martin and Maria's ages is 112. They are born exactly 1 year apart. Is this possible?
  • Solution: Consecutive ages must be one even and one odd. Even $+$ Odd $=$ Odd. Since 112 is even, this is impossible.
  • Grid Small Squares Parity:
  • $27 \times 13 \rightarrow \text{odd} \times \text{odd} = \text{Odd}$ squares.
  • $42 \times 78 \rightarrow \text{even} \times \text{even} = \text{Even}$ squares.
  • $135 \times 654 \rightarrow \text{odd} \times \text{even} = \text{Even}$ squares.
  • Unique 3x3 Magic Square (numbers 1 to 9):
  • Diagonal sum $= 15$, Center $= 5$.
    $$\begin{array}{|c|c|c|}
    \hline
    8 & 1 & 6 \
    \hline
    3 & 5 & 7 \
    \hline
    4 & 9 & 2 \
    \hline
    \end{array}$$
  • Magic Square for 2 to 10 (add 1 to each):
  • Magic Sum $= 18$.
    $$\begin{array}{|c|c|c|}
    \hline
    9 & 2 & 7 \
    \hline
    4 & 6 & 8 \
    \hline
    5 & 10 & 3 \
    \hline
    \end{array}$$
  • Magic Square with center 25:
  • Magic Sum $= 75$.
    $$\begin{array}{|c|c|c|}
    \hline
    28 & 21 & 26 \
    \hline
    23 & 25 & 27 \
    \hline
    24 & 29 & 22 \
    \hline
    \end{array}$$
  • Magic Square with magic sum 60:
  • Center $= 60 / 3 = 20$.
    $$\begin{array}{|c|c|c|}
    \hline
    23 & 16 & 21 \
    \hline
    18 & 20 & 22 \
    \hline
    19 & 24 & 17 \
    \hline
    \end{array}$$
  • Magic Square with magic sum 0 (negative numbers):
  • Center $= 0$.
    $$\begin{array}{|c|c|c|}
    \hline
    3 & -4 & 1 \
    \hline
    -2 & 0 & 2 \
    \hline
    -1 & 4 & -3 \
    \hline
    \end{array}$$
  • Non-consecutive Magic Square:
  • Grid: $24, 3, 18, 9, 15, 21, 12, 27, 6$ (magic sum $= 45$, center $= 15$).
  • Fibonacci Sequence next/prev terms:
  • Problem: Given consecutive terms 987 and 1597. Find next 2 and previous 2 terms.
  • Solution:
    • Next: $987 + 1597 = 2584$; $1597 + 2584 = 4181$.
    • Previous: $1597 - 987 = 610$; $987 - 610 = 377$.
  • Staircase Climb Riddle:
  • Problem: Find the number of ways to climb an 8-step staircase taking either 1 or 2 steps.
  • Solution: Equivalent to the 8th Virahāṅka term $= 34$ ways.
  • Parity of 20th Virahāṅka Term:
  • Solution: Evens occur at indices $2, 5, 8, 11, 14, 17, 20...$ Since 20 is in this series, the 20th term is $\text{Even}$.
  • Light Switch Toggles:
  • Problem: Light is ON. Switch is toggled 77 times. State?
  • Solution: 77 is odd. An odd number of toggles changes the state from ON to $\text{OFF}$.
  • Encyclopaedia Loose Pages:
  • Problem: Counted 50 sheets (100 pages). Can the sum of page numbers be 6000?
  • Solution: Each sheet has page $2k - 1$ (odd) and $2k$ (even). Sum of pages on one sheet is $(2k-1)+2k = 4k-1$ (odd). The sum of 50 odd numbers (50 sheets) is even, since 50 is an even number. Thus, since 6000 is even, it is possible.
  • Cryptarithms:
  • $T + T + T = UT \implies 5 + 5 + 5 = 15$ ($T=5, U=1$).
  • $K2 + K2 = HMM \implies 62 + 62 = 124$ ($K=6, H=1, M=4$).
  • $YY + Z = ZOO \implies 99 + 1 = 100$ ($Y=9, Z=1, O=0$).
  • $B5 + 3D = ED5 \implies 95 + 30 = 125$ ($B=9, D=0, E=1$).
  • $KP + KP = PRR \implies 75 + 75 = 150$ ($K=7, P=5, R=0$).
  • $C1 + C = 1FF \implies 91 + 9 = 100$ ($C=9, F=0$).
  • $UT + TA = TAT \implies 91 + 10 = 101$ ($U=9, T=1, A=0$).

Practical Activities & Experiments

  • Height Arrangements: Sorting stick figure cutouts to match specific tallest-in-front feedback counts (e.g. sequence $0, 1, 1, 2, 4, 1, 5$).
  • Matchstick Triangles: Placing matchsticks to form rows of triangles to discover step-wise arithmetic progressions.
  • Magic Square Shifting: Constructing consecutive magic squares by adding or multiplying constants to a base grid, verifying how magic sums shift.
  • Parity Grids Game: Filling cells in a 2x3 grid with 3 even and 3 odd numbers to satisfy row and column parity sum requirements.
Previous Chapter 6 of 8 Next