Chapter 6: Number Play
Mathematics is not only about long calculations , it is also about play. In this chapter, you will meet puzzles that have entertained mathematicians for centuries, and discover that play is often where deep ideas hide.
You will work with parity (the even/odd distinction) and see how it lets you solve seemingly hard puzzles in a single step. You will meet the Virahanka–Fibonacci sequence , a list of numbers that hides in flower petals, pinecones and Indian poetic metres. You will tackle cryptarithms, where digits are disguised by letters, and explore the beauty of magic squares.
These topics all share a common spirit: computational thinking. They train you to break a problem into smaller pieces, search systematically, spot patterns, and explain why a pattern holds. These skills are useful in mathematics, coding, science and everyday reasoning.
By the end of the chapter you will be comfortable making conjectures, checking them with examples, and justifying them with words. That is what mathematicians do for a living.
What's inside
- Parity , odd and even , small word, big tool.
- The Virahanka–Fibonacci sequence , everywhere.
- Cryptarithms , turning words into numerals.
- Magic squares and number arrangements , equal-sum puzzles.
- Patterns and conjectures , the joy of guessing right.
Key results
| Idea | Statement |
|---|---|
| Parity | An integer is even () or odd (). |
| Even + Even | Even |
| Odd + Odd | Even |
| Even + Odd | Odd |
| Virahanka–Fibonacci rule | Each term is the sum of the previous two: |
| Magic square (order , –) | Every row, column, diagonal sums to |
How to read this chapter
Try each puzzle yourself first. Spend minutes on it before reading any solution. The thinking time is where most of the learning happens. Keep a "patterns notebook" for any neat fact you stumble upon.