Number Play | IT

Question 13

Context: Consider the algebraic expression: 3n+43n + 4. For different values of nn, the expression has different parity:

(a) Come up with an expression that always has even parity. Some examples are: 100p100p and 48w248w - 2. Try to find more.

(b) Come up with expressions that always have odd parity.

(c) Come up with other expressions, like 3n+43n + 4, which could have either odd or even parity.

(d) The expression 6k+26k + 2 evaluates to 8,14,20,8, 14, 20, \dots (for k=1,2,3,k = 1, 2, 3, \dots) — many even numbers are missing.

(e) Are there expressions using which we can list all the even numbers? Hint: All even numbers have a factor 22.

(f) Are there expressions using which we can list all odd numbers?

Question diagram 1Question diagram 2
Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • Parity describes whether an integer is even or odd.
  • Even numbers are divisible by 22 and can always be written in the form 2k2k (where kk is an integer).
  • Odd numbers leave a remainder of 11 when divided by 22 and can always be written in the form 2k+12k + 1 (or 2k12k - 1).
  • Some algebraic expressions always produce even numbers, some always produce odd numbers, and others vary in parity depending on the value of the variable.

(a) Come up with an expression that always has even parity. Some examples are: 100p100p and 48w248w - 2. Try to find more.

Step 1 · Expressions with Even Parity

An even number is always divisible by 22 and can be factored as 2×(integer)2 \times (\text{integer}).Diagram 1

For any integer xx:

  • 2x2x
  • 4x=2(2x)4x = 2(2x)
  • 2x+6=2(x+3)2x + 6 = 2(x + 3)
  • 10x4=2(5x2)10x - 4 = 2(5x - 2)
Answer

(a) 2x2x, 4x4x, 2x+62x + 6, 10x410x - 4

(b) Come up with expressions that always have odd parity.

Step 1 · Expressions with Odd Parity

An odd number is not divisible by 22 and leaves a remainder of 11 when divided by 22, so it can be expressed in the form 2×(integer)+12 \times (\text{integer}) + 1.

For any integer yy:

  • 2y+12y + 1
  • 4y+1=2(2y)+14y + 1 = 2(2y) + 1
  • 2y3=2(y2)+12y - 3 = 2(y - 2) + 1
  • 6y+5=2(3y+2)+16y + 5 = 2(3y + 2) + 1
Answer

(b) 2y+12y + 1, 4y+14y + 1, 2y32y - 3, 6y+56y + 5

(c) Come up with other expressions, like 3n+43n + 4, which could have either odd or even parity.

Step 1 · Expressions with Mixed Parity

An expression has mixed parity when its value alternates between even and odd depending on the variable.

  • For n+5n + 5:

    • If n=2n = 2 (even)     n+5=7\implies n + 5 = 7 (odd)
    • If n=3n = 3 (odd)     n+5=8\implies n + 5 = 8 (even)
  • For 5n+25n + 2:

    • If n=1n = 1 (odd)     5n+2=7\implies 5n + 2 = 7 (odd)
    • If n=2n = 2 (even)     5n+2=12\implies 5n + 2 = 12 (even)
Answer

(c) n+5n + 5, 5n+25n + 2

(d) The expression 6k+26k + 2 evaluates to 8,14,20,8, 14, 20, \dots (for k=1,2,3,k = 1, 2, 3, \dots) — many even numbers are missing.

Step 1 · Evaluate 6k+26k + 2 and Identify Missing Numbers

Evaluating 6k+26k + 2 for k=1,2,3k = 1, 2, 3:

6(1)+2=86(2)+2=146(3)+2=20\begin{aligned} 6(1) + 2 &= 8 \\ 6(2) + 2 &= 14 \\ 6(3) + 2 &= 20 \end{aligned}

All obtained values are even, but the expression only generates even numbers separated by 66. It misses many even numbers, such as 2,4,6,10,12,16,18,2, 4, 6, 10, 12, 16, 18, \dots

Answer

(d) The expression 6k+26k + 2 only generates a subset of even numbers and misses even numbers such as 2,4,6,10,12,2, 4, 6, 10, 12, \dots

(e) Are there expressions using which we can list all the even numbers? Hint: All even numbers have a factor 22.

Step 1 · Expression for All Even Numbers

All even numbers are multiples of 22.

For any integer m{0,±1,±2,}m \in \{0, \pm 1, \pm 2, \dots\}:

  • m=0    2(0)=0m = 0 \implies 2(0) = 0
  • m=1,1    2(1)=2,  2(1)=2m = 1, -1 \implies 2(1) = 2, \; 2(-1) = -2
  • m=2,2    2(2)=4,  2(2)=4m = 2, -2 \implies 2(2) = 4, \; 2(-2) = -4

Hence, 2m2m covers all even numbers.

Answer

(e) Yes, the expression 2m2m (where mm is any integer) lists all even numbers.

(f) Are there expressions using which we can list all odd numbers?

Step 1 · Expression for All Odd Numbers

Every odd number is 11 more (or 11 less) than an even number.

For any integer m{0,±1,±2,}m \in \{0, \pm 1, \pm 2, \dots\}:

  • m=0    2(0)+1=1m = 0 \implies 2(0) + 1 = 1
  • m=1,1    2(1)+1=3,  2(1)+1=1m = 1, -1 \implies 2(1) + 1 = 3, \; 2(-1) + 1 = -1
  • m=2,2    2(2)+1=5,  2(2)+1=3m = 2, -2 \implies 2(2) + 1 = 5, \; 2(-2) + 1 = -3

Hence, 2m+12m + 1 (or 2m12m - 1) covers all odd numbers.

Answer

(f) Yes, the expression 2m+12m + 1 (or 2m12m - 1), where mm is any integer, lists all odd numbers.

Common Mistakes
  • Assuming Any Even Multiplier Generates All Evens: Expressions like 4m4m or 6k+26k + 2 generate only a subset of even numbers. Only 2m2m produces every even integer.
  • Ignoring Zero and Negative Integers: Parity applies to all integers: 0,2,40, -2, -4 are even, and 1,3-1, -3 are odd.
  • Confusing the Multiplier with the Constant: In an expression like 3n+43n + 4, the output parity varies because the multiplier of nn is odd (33), not because of the even constant +4+4.

More questions in IT

Q1

What do the numbers in the figure below tell us?

Remember the children from the Grade 6 textbook of mathematics? Now, they call out numbers using a different rule.

Q2

What do you think these numbers mean?

The children rearrange themselves and each one says a number based on the new arrangement.

Q3

Context: The children rearrange themselves and each one says a number based on the new arrangement.

Q. Could you figure out what these numbers convey? Observe and try to find out.

Q4

Write down the number each child should say based on this rule for the arrangement shown below.

Q5

Kishor has some number cards and is working on a puzzle: There are 5 boxes, and each box should contain exactly 1 number card. The numbers in the boxes should sum to 30. Can you help him find a way to do it?

Can you figure out which 5 cards add to 30? Is it possible? There are many ways of choosing 5 cards from this collection. Is there a way to find a solution without checking all possibilities? Let us find out.

Q6

Context: Kishor has some number cards and is working on a puzzle: There are 5 boxes, and each box should contain exactly 1 number card. The numbers in the boxes should sum to 30. Can you help him find a way to do it? Can you figure out which 5 cards add to 30? Is it possible? There are many ways of choosing 5 cards from this collection. Is there a way to find a solution without checking all possibilities? Let us find out.

Q. Add a few even numbers together. What kind of number do you get? Does it matter how many numbers are added?

Q7

Context: As we see in the figure, adding any number of even numbers will result in a number which can still be arranged in pairs without any leftovers. In other words, the sum will always be an even number.

Q. Now, add a few odd numbers together. What kind of number do you get? Does it matter how many odd numbers are added?

Q8

Context: Can we also think of an odd number as one less than a collection of pairs? This figure shows that the sum of two odd numbers must always be even! This along with the other figures here are more examples of a proof!

Q. What about adding 3 odd numbers? Can the resulting sum be arranged in pairs?

Q9

Explore what happens to the sum of:

(a) 4 odd numbers

(b) 5 odd numbers

(c) 6 odd numbers

Q10

Two siblings, Martin and Maria, were born exactly one year apart. Today they are celebrating their birthday. Maria exclaims that the sum of their ages is 112. Is this possible? Why or why not?

Q11

Context: Small Squares in Grids In a 3×33 \times 3 grid, there are 9 small squares, which is an odd number. Meanwhile, in a 3×43 \times 4 grid, there are 12 small squares, which is an even number.

Q. Given the dimensions of a grid, can you tell the parity of the number of small squares without calculating the product?

Q12

Find the parity of the number of small squares in these grids:

(a) 27×1327 \times 13

(b) 42×7842 \times 78

(c) 135×654135 \times 654

Q13

Context: Consider the algebraic expression: 3n+43n + 4. For different values of nn, the expression has different parity:

(a) Come up with an expression that always has even parity. Some examples are: 100p100p and 48w248w - 2. Try to find more.

(b) Come up with expressions that always have odd parity.

(c) Come up with other expressions, like 3n+43n + 4, which could have either odd or even parity.

(d) The expression 6k+26k + 2 evaluates to 8,14,20,8, 14, 20, \dots (for k=1,2,3,k = 1, 2, 3, \dots) — many even numbers are missing.

(e) Are there expressions using which we can list all the even numbers? Hint: All even numbers have a factor 22.

(f) Are there expressions using which we can list all odd numbers?

Q19

Context: We saw earlier how to express the nthn^{\text{th}} term of the sequence of multiples of 44, where nn is the letter-number that denotes a position in the sequence (e.g., first, twenty third, hundred and seventeenth, etc.).

(1) What would be the nthn^{\text{th}} term for multiples of 22? Or, what is the nthn^{\text{th}} even number?

Let us consider odd numbers.

(2) What is the 100th100^{\text{th}} odd number?

To answer this question, consider the following question:

(3) What is the 100th100^{\text{th}} even number?

(4) Write a formula to find the nthn^{\text{th}} odd number.

Q21

Context: Observe this 3×33 \times 3 grid. It is filled following a simple rule — use numbers from 11 to 99 without repeating any of them. There are circled numbers outside the grid. The numbers in the yellow circles are the sums of the corresponding rows and columns.

Q. Fill the grids below based on the rule mentioned above:

Q22

Make a couple of questions like this on your own and challenge your peers.

Q27

Can 1 occur in a corner position? For example, can it be placed as follows?

Q. If yes, then there should exist three ways of adding 1 with two other numbers to give 15. We have 1+5+9=1+6+8=151 + 5 + 9 = 1 + 6 + 8 = 15. Is any other combination possible?

Q. Similarly, can 9 can be placed in a corner position?

Q29

Can you find the other possible positions for 1 and 9?

Now, we have one full row or column of the magic square! Try completing it!

[Hint: First fill the row or columns containing 1 and 9]

Q30

Choose any magic square that you have made so far using consecutive numbers. If mm is the letter-number of the number in the centre, express how other numbers are related to mm, how much more or less than mm.

[Hint: Remember, how we described a 2×22 \times 2 grid of a calendar month in the Algebraic Expressions chapter].

Q31

Context: Choose any magic square that you have made so far using consecutive numbers. If mm is the letter-number of the number in the centre, express how other numbers are related to mm, how much more or less than mm.

[Hint: Remember, how we described a 2×22 \times 2 grid of a calendar month in the Algebraic Expressions chapter].

Q. Once the generalised form is obtained, share your observations with the class.

Q32

Chautīsā means 34. Why do you think they called it the Chautīsā Yantra? Every row, column and diagonal in this magic square adds up to 34. Can you find other patterns of four numbers in the square that add up to 34?

Q33

How many rhythms are there with 8 beats consisting of short syllables (1 beat) and long syllables (2 beats)? That is, in how many ways can one fill 8 beats with short and long syllables, where a short syllable takes one beat of time and a long syllable takes two beats of time?

Q34

Context: A short syllable takes one beat of time and a long syllable takes two beats of time. Some possibilities to fill 8 beats are:

  • long long long long
  • short short short short short short short short
  • short long long short long
  • long long short short long

Q. Can you find others?

Q35

Context: We can write the number 88 as a sum of 11s and 22s in several ways, for example:

  • 8=2+2+2+28 = 2 + 2 + 2 + 2
  • 8=1+1+1+1+1+1+1+18 = 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1
  • 8=1+2+2+1+28 = 1 + 2 + 2 + 1 + 2
  • 8=2+2+1+1+28 = 2 + 2 + 1 + 1 + 2

Q. Do you see other ways?

Q36

Try writing the number 5 as a sum of 1s and 2s in all possible ways in your notebook! How many ways did you find? (You should find 8 different ways!) Can you figure out the answer without listing down all the possibilities? Can you try it for n=8n = 8?

Q37

Context: Thus, there are 8 rhythms having 5 beats! The reason this method works is that every 5-beat rhythm must begin with either a '1+' or a '2+'. If it begins with a '1+', then the remaining numbers must give a 4-beat rhythm, and we can write all those down. If it begins with a 2+, then the remaining number must give a 3-beat rhythm, and we can write all those down. Therefore, the number of 5-beat rhythms is the number of 4-beat rhythms, plus the number of 3-beat rhythms. How many 6-beat rhythms are there? By the same reasoning, it will be the number of 5-beat rhythms plus the number of 4-beat rhythms, i.e., 8+5=138 + 5 = 13. Thus, there are 13 rhythms having 6 beats.

Q. Use the systematic method to write down all 6-beat rhythms, i.e., write 6 as the sum of 1's and 2's in all possible ways. Did you get 13 ways?

Q38

Write the next 3 numbers in the sequence: 1,2,3,5,8,13,21,34,55,89,,,,1, 2, 3, 5, 8, 13, 21, 34, 55, 89, \underline{\quad}, \underline{\quad}, \underline{\quad}, \dots

If you have to write one more number in the sequence above, can you tell whether it will be an odd number or an even number (without adding the two previous numbers)?

Q39

Context: 1,2,3,5,8,13,21,34,55,89,1, 2, 3, 5, 8, 13, 21, 34, 55, 89, \dots

What is the parity of each number in the sequence? Do you notice any pattern in the sequence of parities?

Q40

Context: Let us look at one more example. Here K2\text{K2} means that the number is a 2-digit number having the digit '2' in the units place and 'K' in the tens place. K2\text{K2} is added to itself to give a 3-digit sum HMM\text{HMM}:

K2+ K2HMM\begin{array}{r} \text{K2} \\ +\ \text{K2} \\ \hline \text{HMM} \end{array}

Q. What digit should the letter M\text{M} correspond to? Both the tens place and the units place of the sum have the same digit. What about H\text{H}? Can it be 2? Can it be 3?

Q41

Context: These types of questions can be interesting and fun to solve! Here are some more questions like this for you to try out. Find out what each letter stands for. Share how you thought about each question with your classmates; you may find some new approaches.

Q. Find out what each letter stands for:

(i) YY+ZZOO\begin{array}{r} \text{YY} \\ +\quad \text{Z} \\ \hline \text{ZOO} \end{array}

(ii) B5+3DED5\begin{array}{r} \text{B5} \\ +\quad \text{3D} \\ \hline \text{ED5} \end{array}

(iii) KP+KPPRR\begin{array}{r} \text{KP} \\ +\quad \text{KP} \\ \hline \text{PRR} \end{array}

(iv) C1+C1FF\begin{array}{r} \text{C1} \\ +\quad \text{C} \\ \hline \text{1FF} \end{array}

← Back to Number Play