📚 StudyOS CBSE Class 5–12 AI Tutor

Number Play

NCERT Class 8 · Mathematics Based on NCERT Class 8 Mathematics textbook · Free CBSE study kit

Chapter Notes

CHAPTER 5: NUMBER PLAY

Comprehensive Class 8 Mathematics Notes (Ganita Prakash, NCF 2023)

---

5.1 IS THIS A MULTIPLE OF?

Sum of Consecutive Numbers

**Definition:** Consecutive numbers are natural numbers that follow one another in order (e.g., 3, 4, 5, 6 or 7, 8, 9).

**Key Question:** Can every natural number be written as a sum of consecutive numbers? The answer is NO — not every number can be expressed this way.

**Examples of numbers as sums of consecutive numbers:**

  • 7 = 3 + 4 (sum of 2 consecutive numbers)
  • 10 = 1 + 2 + 3 + 4 (sum of 4 consecutive numbers)
  • 12 = 3 + 4 + 5 (sum of 3 consecutive numbers)
  • 15 = 7 + 8 = 4 + 5 + 6 = 1 + 2 + 3 + 4 + 5 (multiple representations)
  • **Important Observation:** Some numbers can be written as sums of consecutive numbers in multiple ways (like 15), while others cannot be written this way at all (like powers of 2: 2, 4, 8, 16...).

    ---

    Placing Signs Between Consecutive Numbers: Parity Discovery

    **Activity:** Take any 4 consecutive numbers and place '+' and '–' signs in between them.

    For example, with 3, 4, 5, 6:

  • 3 + 4 + 5 + 6 = 18
  • 3 + 4 + 5 – 6 = 6
  • 3 + 4 – 5 + 6 = 8
  • 3 – 4 – 5 – 6 = –12
  • And so on...
  • **Total number of sign combinations:** For 4 consecutive numbers, there are 8 different ways to place '+' and '–' signs (2³ = 8 combinations).

    **Amazing Discovery: All Results Are Even**

    When 4 consecutive numbers are chosen, NO MATTER HOW the '+' and '–' signs are placed between them, the resulting expressions ALWAYS produce EVEN numbers (including negative even numbers like –2, –4, –6, –12, etc.).

    **This pattern holds for ANY set of 4 consecutive numbers.**

    Example with 5, 6, 7, 8:

  • 5 + 6 + 7 + 8 = 26 (even) ✓
  • 5 + 6 + 7 – 8 = 10 (even) ✓
  • 5 – 6 – 7 – 8 = –16 (even) ✓
  • ---

    Explanation 1: Using Algebra (Sign Switching Property)

    **Theorem:** When one sign in an expression changes (from + to – or vice versa), the value of the expression changes by an EVEN number.

    **Proof:** Consider the expression: a + b – c – d

    If we replace +b with –b, we get: a – b – c – d

    The change in value is:

    (a + b – c – d) – (a – b – c – d)

    = a + b – c – d – a + b + c + d

    = 2b (which is EVEN)

    **Key Deduction:** If two numbers differ by an even number, they must have the SAME PARITY (both even or both odd).

    **Application:** Starting from ANY expression using 4 numbers and signs, we can reach all 8 possible expressions by switching signs one at a time. Since each switch changes the result by an even number, ALL 8 expressions have the SAME PARITY.

    Since at least one expression (e.g., a + b + c + d) is even, ALL expressions are even.

    ---

    Explanation 2: Using Parity Rules

    **Fundamental Parity Rules:**

  • odd ± odd = even
  • even ± even = even
  • odd ± even = odd
  • **Key Insight:** a + b and a – b ALWAYS have the SAME parity, regardless of whether a and b are even or odd.

    **Proof of the Key Insight:**

  • If a is even and b is even: a + b = even, a – b = even ✓
  • If a is even and b is odd: a + b = odd, a – b = odd ✓
  • If a is odd and b is even: a + b = odd, a – b = odd ✓
  • If a is odd and b is odd: a + b = even, a – b = even ✓
  • **Generalization:** By extension, a ± b ± c ± d ALWAYS has the SAME PARITY for any choice of signs.

    ---

    Explanation 3: Token Model

    The positive and negative token model (from the Integers chapter) can be used to visualize this property:

  • Each number is represented by tokens (positive or negative)
  • Adding or subtracting tokens changes the total, but the parity (odd/even nature of the total count) remains consistent
  • ---

    Does This Pattern Extend to Other Numbers of Terms?

    **Question:** Is the "all same parity" phenomenon limited to 4 numbers?

    **Answer:** No, it generalizes to ANY even number of consecutive integers.

  • For 2 consecutive numbers: a ± b always has the same parity
  • For 6 consecutive numbers: a ± b ± c ± d ± e ± f always has the same parity
  • For any even count of numbers, the result always has consistent parity
  • **For odd number of terms (3, 5, 7, ...):** The parities can vary.

    ---

    BREAKING EVEN: Identifying Even Algebraic Expressions

    **Task:** Determine which algebraic expressions ALWAYS give an even number for ANY integer values of the variables.

    Method 1: Factor Out 2

    An algebraic expression always produces even numbers if it can be written as 2 × (something).

    **Examples that ALWAYS give even:**

  • **2a + 2b = 2(a + b)** — Factor of 2 present ✓
  • **4m + 2n = 2(2m + n)** — Factor of 2 present ✓
  • **2u – 4v = 2(u – 2v)** — Factor of 2 present ✓
  • **4k × 3j = 12kj = 2(6kj)** — Even result (product of even number 4 and any integer) ✓
  • **13k – 5k = 8k = 2(4k)** — Factor of 2 present ✓
  • **Examples that DON'T always give even:**

  • **3g + 5h** — If g = 1, h = 1: result is 8 (even); if g = 1, h = 0: result is 3 (odd) ✗
  • **6m – 3n = 3(2m – n)** — If m = 1, n = 1: result is 3 (odd) ✗
  • **x² + 1** — If x = 2: result is 5 (odd) ✗
  • **x² + 2** — If x = 3: result is 11 (odd) ✗
  • **b/2 + 1** — Only defined for even b; if b = 4: result is 3 (odd) ✗
  • **c/(b/c)** — Depends on values ✗
  • Method 2: Check Parity of Components

    Determine if each term in the expression is always even or always odd, then apply parity rules.

    **Example:** 4m + 2n

  • 4m = 4 × m, and since 4 is even, 4m is always even ✓
  • 2n = 2 × n, and since 2 is even, 2n is always even ✓
  • even + even = even ✓
  • **Example:** x² + 2

  • If x is even: x² is even, so x² + 2 = even + even = even ✓
  • If x is odd: x² is odd, so x² + 2 = odd + even = odd ✗
  • Not always even
  • Arithmetic Expressions (Without Variables)

    **Test divisibility or compute if necessary:**

    **Always Even:**

  • 672 – 348 (both even, even – even = even) ✓
  • 43 + 37 (both odd, odd + odd = even) ✓
  • 708 – 477 (even – odd = odd)... wait, let me recalculate: 708 is even, 477 is odd, so even – odd = odd ✗
  • 4 × 347 × 3 (4 is even, so product is even) ✓
  • 119 × 303 (both odd, odd × odd = odd) ✗
  • 809 + 214 (both odd, odd + odd = even)... wait: 809 is odd, 214 is even, so odd + even = odd ✗
  • 513/3 = 171 (odd) ✗
  • 543 – 479 (both odd, odd – odd = even) ✓
  • **Note:** When checking arithmetic expressions, identify the parity of each number first:

  • Units digit 0, 2, 4, 6, 8 → even
  • Units digit 1, 3, 5, 7, 9 → odd
  • ---

    PAIRS TO MAKE FOURS: Multiples of 4

    Understanding Remainders When Dividing by 4

    **Observation:** Not all even numbers are multiples of 4.

    **Classification of Even Numbers:**

  • **Multiples of 4:** 4, 8, 12, 16, 20, 24, ... (remainder 0 when divided by 4)
  • **Even non-multiples of 4:** 2, 6, 10, 14, 18, 22, ... (remainder 2 when divided by 4)
  • **Why is the remainder always 2 for even non-multiples of 4?**

    Even numbers not divisible by 4 can be written as 4q + 2 (where q is any non-negative integer).

    ---

    Case 1: Adding Two Multiples of 4

    **Expression:** 4p + 4q (where p and q are integers)

    **Algebraic Form:** 4p + 4q = 4(p + q)

    **Result:** ALWAYS a multiple of 4 ✓

    **Examples:**

  • 4 + 12 = 16 = 4(4) ✓
  • 12 + 16 = 28 = 4(7) ✓
  • 16 + 28 = 44 = 4(11) ✓
  • 20 + 40 = 60 = 4(15) ✓
  • **Visual Explanation:** If we represent 4p as p rows of 4 items and 4q as q rows of 4 items, their sum is (p+q) rows of 4 items, which is clearly a multiple of 4.

    ---

    Case 2: Adding Two Even Non-Multiples of 4

    **Expression:** (4p + 2) + (4q + 2) (where p and q are integers)

    **Algebraic Expansion:**

    (4p + 2) + (4q + 2)

    = 4p + 4q + 4

    = 4(p + q + 1)

    **Result:** ALWAYS a multiple of 4 ✓

    **Why This Works:** The two remainders of 2 combine to form an additional group of 4.

    **Examples:**

  • 2 + 6 = 8 = 4(2) ✓
  • 6 + 10 = 16 = 4(4) ✓
  • 10 + 14 = 24 = 4(6) ✓
  • 22 + 6 = 28 = 4(7) ✓
  • **Visual Explanation:** Two "half-groups" (each 2 short of a complete group of 4) combine to form one complete group of 4. So the total is (p+q+1) groups of 4.

    ---

    Case 3: Adding a Multiple of 4 and an Even Non-Multiple of 4

    **Expression:** 4p + (4q + 2) (where p and q are integers)

    **Algebraic Expansion:**

    4p + (4q + 2)

    = 4p + 4q + 2

    = 4(p + q) + 2

    **Result:** ALWAYS leaves remainder 2 when divided by 4 (NOT a multiple of 4) ✗

    **Why:** A complete group of 4 combined with a "half-group" of 2 still leaves a remainder of 2.

    **Examples:**

  • 4 + 6 = 10 (remainder 2 when divided by 4) ✓
  • 12 + 10 = 22 (remainder 2 when divided by 4) ✓
  • 20 + 14 = 34 (remainder 2 when divided by 4) ✓
  • 16 + 6 = 22 (remainder 2 when divided by 4) ✓
  • **Visual Explanation:** The complete rows plus the partial row still leave one partial group.

    ---

    Summary Rule for Adding Even Numbers

    **Pattern:** Sum is a multiple of 4 if and only if BOTH numbers are either:

    1. Both multiples of 4, OR

    2. Both non-multiples of 4 (both leaving remainder 2)

    **This is analogous to parity rules:** Just as odd + odd = even, here "remainder-2" + "remainder-2" = "remainder-0" (multiple of 4).

    ---

    ALWAYS, SOMETIMES, OR NEVER: Divisibility Statements

    **Three Categories:**

  • **Always True:** Statement holds for ALL possible cases
  • **Sometimes True:** Statement holds for SOME cases but not all
  • **Never True:** Statement never holds for any case
  • ---

    Statement 1: If 8 Divides Two Numbers Separately, Then 8 Divides Their Sum

    **Claim:** ALWAYS TRUE ✓

    **Algebraic Proof:** If 8|M and 8|N, then:

  • M = 8a (for some integer a)
  • N = 8b (for some integer b)
  • M + N = 8a + 8b = 8(a + b)
  • Since M + N = 8(a + b), it is divisible by 8.

    **Does this hold for subtraction?** YES, ALWAYS TRUE ✓

  • M – N = 8a – 8b = 8(a – b), which is also divisible by 8
  • **Examples:**

  • 8 + 16 = 24 = 8(3) ✓
  • 16 + 56 = 72 = 8(9) ✓
  • 80 + 120 = 200 = 8(25) ✓
  • 56 – 24 = 32 = 8(4) ✓
  • **General Theorem:** If a divides M and a divides N, then a divides both (M + N) and (M – N).

    ---

    Statement 2: If a Number Is Divisible by 8, Then 8 Divides Any Two Numbers That Add Up to It

    **Claim:** SOMETIMES TRUE ✓

    **Algebraic Analysis:** 8m (a multiple of 8) can be expressed as:

  • 8m = 8a + 8b (where both parts are multiples of 8), OR
  • 8m = p + q (where p and q are NOT multiples of 8)
  • **Examples:**

  • 72 = 48 + 24 (both multiples of 8) ✓
  • 72 = 8 × 6 = 8 × 3 + 8 × 3 ✓
  • 72 = 50 + 22 (neither multiple of 8, but sum is) — This shows the "sometimes" part
  • **Conclusion:** The statement is only sometimes true because a number divisible by 8 can be decomposed in multiple ways.

    ---

    Statement 3: If a Number Is Divisible by 7, Then All Multiples of That Number Are Divisible by 7

    **Claim:** ALWAYS TRUE ✓

    **Algebraic Proof:** If 7|j, then j = 7k for some integer k.

    Any multiple of j is: j × m = (7k) × m = 7(km)

    Since this equals 7 times an integer (km), it is divisible by 7.

    **Examples:**

  • 14 = 7 × 2 is divisible by 7
  • Multiples of 14: 28 = 7 × 4 ✓, 70 = 7 × 10 ✓, 154 = 7 × 22 ✓
  • **General Theorem:** If A is divisible by k, then all multiples of A are divisible by k.

    ---

    Statement 4: If a Number Is Divisible by 12, Then It's Divisible by All Factors of 12

    **Claim:** ALWAYS TRUE ✓

    **Factors of 12:** 1, 2, 3, 4, 6, 12

    **Algebraic Proof:** If 12|M, then M = 12m for some integer m.

    Since 12 = 2² × 3, any multiple of 12 contains these prime factors.

    For any factor f of 12:

  • M = 12m = (f × q) × m = f × (qm)
  • where q is such that f × q = 12.

    Thus M is divisible by every factor of 12.

    **Examples:**

  • 24 = 12 × 2, factors of 12: 1, 2, 3, 4, 6, 12
  • 24 ÷ 1 = 24 ✓, 24 ÷ 2 = 12 ✓, 24 ÷ 3 = 8 ✓, 24 ÷ 4 = 6 ✓, 24 ÷ 6 = 4 ✓, 24 ÷ 12 = 2 ✓
  • 36 = 12 × 3, all factors of 12 divide 36 ✓
  • **General Theorem:** If A is divisible by k, then A is divisible by all factors of k.

    ---

    Statement 5: If a Number Is Divisible by 7, Then It's Divisible by Any Multiple of 7

    **Claim:** SOMETIMES TRUE ✓

    **Algebraic Analysis:** If 7|M, then M = 7k for some integer k.

    M is divisible by 7m (a multiple of 7) if and only if:

    M ÷ 7m = (7k) ÷ 7m = k/m is an integer

    This means m must be a FACTOR of k.

    **Examples:**

  • 42 = 7 × 6 is divisible by 7
  • Is 42 divisible by 28 = 7 × 4? No, because 42 ÷ 28 = 1.5 ✗ (4 is not a factor of 6)
  • Is 42 divisible by 14 = 7 × 2? Yes, because 42 ÷ 14 = 3 ✓ (2 is a factor of 6)
  • **Conclusion:** Sometimes true, depending on whether the divisor's factor divides the quotient k.

    ---

    Statement 6: If a Number Is Divisible by Both 9 and 4, Is It Divisible by 36?

    **Claim:** ALWAYS TRUE ✓

    **Reasoning:** 9 and 4 are coprime (their GCD is 1).

    If a number is divisible by both 9 and 4, it must be divisible by 9 × 4 = 36.

    **Algebraic Proof:** If 9|M and 4|M, then:

  • M = 9a and M = 4b for integers a and b
  • Prime factorization of 9: 3²
  • Prime factorization of 4: 2²
  • Prime factorization of M must contain: 2² × 3² = 36
  • Thus 36|M.

    **Examples:**

  • 36 = 9 × 4, divisible by both 9 and 4, divisible by 36 ✓
  • 72 = 9 × 8 = 4 × 18, divisible by both 9 and 4, divisible by 36 ✓
  • ---

    Statement 7: If a Number Is Divisible by Both 6 and 4, Is It Divisible by 24?

    **Claim:** SOMETIMES TRUE ✓

    **Reasoning:** 6 and 4 are NOT coprime (GCD = 2).

    **LCM Method:** LCM(6, 4) = 12, not 24.

  • 6 = 2 × 3
  • 4 = 2²
  • LCM = 2² × 3 = 12
  • **Examples:**

  • 12 is divisible by both 6 and 4, but 12 ÷ 24 is not an integer ✗
  • 24 is divisible by both 6 and 4, and 24 ÷ 24 = 1 ✓
  • 36 is divisible by both 6 and 4, but 36 ÷ 24 is not an integer ✗
  • 48 is divisible by both 6 and 4, and 48 ÷ 24 = 2 ✓
  • **General Rule:** If A is divisible by both k and m, then A is divisible by LCM(k, m), not necessarily by k × m.

    ---

    Statement 8: When You Add an Odd Number to an Even Number, You Get a Multiple of 6

    **Claim:** NEVER TRUE ✗

    **Reasoning 1 (Parity Argument):**

  • Multiples of 6 are: 6, 12, 18, 24, 30, ... (all even)
  • Odd + Even = Odd (always)
  • An odd number can never equal an even number
  • Therefore, this is NEVER true.

    **Reasoning 2 (Algebraic Proof):** Suppose (2n) + (2m + 1) = 6j

    Then: 2n + 2m + 1 = 6j

    2(n + m) + 1 = 6j

    2(n + m) = 6j – 1

    The left side is EVEN, but the right side (6j – 1) is ODD (since 6j is even).

    An even number can never equal an odd number, so this equation has no solution.

    **Examples attempting to verify:**

  • 2 + 3 = 5 (not a multiple of 6) ✗
  • 4 + 5 = 9 (not a multiple of 6) ✗
  • 10 + 7 = 17 (not a multiple of 6) ✗
  • ---

    WHAT REMAINS?: Remainders and Algebraic Expressions

    **Question:** Find a number that leaves a remainder of 3 when divided by 5. Write an algebraic expression for ALL such numbers.

    Finding the Pattern

    **Numbers leaving remainder 3 when divided by 5:**

  • 3 = 5(0) + 3
  • 8 = 5(1) + 3
  • 13 = 5(2) + 3
  • 18 = 5(3) + 3
  • 23 = 5(4) + 3
  • **General Form:** 5k + 3 (where k = 0, 1, 2, 3, ...)

    **Verification:** These numbers are 3 MORE than multiples of 5.

  • Multiples of 5: 0, 5, 10, 15, 20, ...
  • Add 3 to each: 3, 8, 13, 18, 23, ... ✓
  • ---

    Alternative Expression: 5k – 2

    **Can the same set be written differently?**

    Consider 5k – 2 where k ≥ 1:

  • k = 1: 5(1) – 2 = 3 ✓
  • k = 2: 5(2) – 2 = 8 ✓
  • k = 3: 5(3) – 2 = 13 ✓
  • k = 4: 5(4) – 2 = 18 ✓
  • k = 5: 5(5) – 2 = 23 ✓
  • **Why This Works:** 5k – 2 is the same as 5(k – 1) + 5 – 2 = 5(k – 1) + 3

    So 5k – 2 (with k ≥ 1) represents the SAME set as 5k + 3 (with k ≥ 0).

    ---

    Identifying the Correct Expression from Options

    **Given options:** (i) 3k + 5, (ii) 3k – 5, (iii) 3k/5, (iv) 5k + 3, (v) 5k – 2, (vi) 5k – 3

    **Correct answers:** (iv) 5k + 3 and (v) 5k – 2 (both with appropriate domain restrictions)

    **Why others don't work:**

  • (i) 3k + 5: Gives 5, 8, 11, 14, 17, ... (Not the same set)
  • (ii) 3k – 5: Gives –5, –2, 1, 4, 7, ... (Not the same set)
  • (iii) 3k/5: Not always an integer
  • (vi) 5k – 3: Gives –3, 2, 7, 12, 17, ... (Not the same set)
  • ---

    FIGURE IT OUT: Problem Set 1

    Problem 1: Sum of Four Consecutive Numbers Is 34

    **Let the four consecutive numbers be:** n, n+1, n+2, n+3

    **Set up the equation:**

    n + (n + 1) + (n + 2) + (n + 3) = 34

    **Simplify:**

    4n + 6 = 34

    4n = 28

    n = 7

    **The four numbers are:** 7, 8, 9, 10

    **Verification:** 7 + 8 + 9 + 10 = 34 ✓

    ---

    Problem 2: Five Consecutive Numbers with Greatest Being p

    **Let the greatest number be:** p

    Then the other four consecutive numbers, in decreasing order, are:

  • **p – 1**
  • **p – 2**
  • **p – 3**
  • **p – 4**
  • **Or listing from smallest to largest:**

    p – 4, p – 3, p – 2, p – 1, p

    **Verification:** These are indeed 5 consecutive numbers with p as the greatest.

    ---

    Problem 3: Determine if Statements Are Always, Sometimes, or Never True

    #### (i) The Sum of Two Even Numbers Is a Multiple of 3

    **Claim:** SOMETIMES TRUE ✓

    **Explanation:** Even numbers are 2k for integer k. The sum of two even numbers is 2m + 2n = 2(m + n).

    Whether this is a multiple of 3 depends on whether (m + n) is a multiple of 3.

    **Examples:**

  • 2 + 4 = 6 = 3 × 2 ✓ (multiple of 3)
  • 4 + 6 = 10 (not a multiple of 3) ✗
  • 6 + 12 = 18 = 3 × 6 ✓ (multiple of 3)
  • 2 + 6 = 8 (not a multiple of 3) ✗
  • **Conclusion:** Sometimes true, sometimes false.

    ---

    #### (ii) If a Number Is Not Divisible by 18, Then It's Not Divisible by 9

    **Claim:** NEVER TRUE (This is a false logical statement) ✗

    **Counterexample:** 9 itself

  • 9 is not divisible by 18 ✗
  • But 9 IS divisible by 9 ✓
  • **Another example:** 27

  • 27 is not divisible by 18 ✗
  • But 27 IS divisible by 9 ✓
  • **Logical Error:** The contrapositive would be: "If not divisible by 9, then not divisible by 18," which IS true. But the original statement reverses this.

    **Algebraic Explanation:** If a number is divisible by 9, it's of the form 9k. For it to be divisible by 18, we need 9k to be divisible by 18 = 9 × 2, which means k must be even. But k could be odd.

    **Conclusion:** Never true (or more precisely, the logical implication is false).

    ---

    #### (iii) If Two Numbers Are Not Divisible by 6, Their Sum Is Not Divisible by 6

    **Claim:** SOMETIMES TRUE ✓

    **Explanation:** If two numbers are not individually divisible by 6, their sum could still be divisible by 6.

    **Examples:**

  • 3 and 3: Neither divisible by 6, but 3 + 3 = 6 ✓ (divisible by 6)
  • 4 and 5: Neither divisible by 6, but 4 + 5 = 9 ✗ (not divisible by 6)
  • 7 and 11: Neither divisible by 6, but 7 + 11 = 18 ✓ (divisible by 6)
  • 2 and 4: Neither divisible by 6, but 2 + 4 = 6 ✓ (divisible by 6)
  • **Algebraic Analysis:** Let two numbers not divisible by 6 be of the form 6p + r₁ and 6q + r₂, where r₁, r₂ ≠ 0.

    Their sum: (6p + r₁) + (6q + r₂) = 6(p + q) + (r₁ + r₂)

    This sum is divisible by 6 if and only if r₁ + r₂ is divisible by 6.

    **Conclusion:** Sometimes true (when r₁ + r₂ is divisible by 6), sometimes false.

    ---

    #### (iv) The Sum of a Multiple of 6 and a Multiple of 9 Is a Multiple of 3

    **Claim:** ALWAYS TRUE ✓

    **Algebraic Proof:**

  • Multiple of 6: 6a = 3(2a) [contains factor 3]
  • Multiple of 9: 9b = 3(3b) [contains factor 3]
  • Sum: 6a + 9b = 3(2a) + 3(3b) = 3(2a + 3b)
  • Since the sum = 3 × (integer), it's divisible by 3.

    **Explanation:** Both 6 and 9 are multiples of 3, so their sum must also be a multiple of 3.

    **Examples:**

  • 6 + 9 = 15 = 3 × 5 ✓
  • 12 + 18 = 30 = 3 × 10 ✓
  • 18 + 27 = 45 = 3 × 15 ✓
  • **Conclusion:** Always true.

    ---

    #### (v) The Sum of a Multiple of 6 and a Multiple of 3 Is a Multiple of 9

    **Claim:** SOMETIMES TRUE ✓

    **Explanation:** Not all multiples of 3 when added to multiples of 6 give multiples of 9.

    **Algebraic Analysis:**

  • Multiple of 6: 6a = 3(2a)
  • Multiple of 3: 3b
  • Sum: 6a + 3b = 3(2a + b)
  • For this to be divisible by 9 = 3², we need (2a + b) to be divisible by 3.

    **Examples:**

  • 6 + 3 = 9 = 9 × 1 ✓ (divisible by 9)
  • 6 + 6 = 12 ✗ (not divisible by 9)
  • 12 + 15 = 27 = 9 × 3 ✓ (divisible by 9)
  • 12 + 3 = 15 ✗ (not divisible
  • MCQs — 10 Questions with Answers

    Q1. When 4 consecutive numbers are chosen and combined with '+' and '–' signs in any way, what can we always say about the resulting expressions?

    • A. All expressions will always have the same parity (all even or all odd) ✓
    • B. All expressions will always be positive numbers
    • C. All expressions will always be divisible by 4
    • D. All expressions will always equal zero

    Answer: A — According to the study material, when four consecutive numbers are combined with any combination of '+' and '–' signs, all resulting expressions always have the same parity because switching a sign changes the value by an even number.

    Q2. Which of the following statements about even numbers is correct?

    • A. All even numbers are multiples of 4
    • B. Even numbers can be classified into two types based on remainders when divided by 4: those with remainder 0 and those with remainder 2 ✓
    • C. Even numbers always leave a remainder of 1 when divided by 2
    • D. Even numbers cannot be written as the sum of two consecutive numbers

    Answer: B — The study material clearly states that even numbers are of two types: multiples of 4 (remainder 0) and non-multiples of 4 (remainder 2).

    Q3. Which of the following is NOT correct about parity under operations?

    • A. odd + odd = even
    • B. even + even = even
    • C. odd + even = even ✓
    • D. odd – odd = even

    Answer: C — According to the parity rules in the study material, odd ± even = odd, not even. Options A, B, and D are all correct parity rules.

    Q4. Consider the expression 4m + 2n where m and n are any integers. Which statement is true?

    • A. The expression is always odd because 4m is even and 2n is even
    • B. The expression is always even because it can be written as 2(2m + n), showing 2 is a factor ✓
    • C. The expression is always divisible by 8
    • D. The expression is sometimes even and sometimes odd depending on the values of m and n

    Answer: B — The expression 4m + 2n can be factored as 2(2m + n), which means 2 is always a factor, guaranteeing the result is always even regardless of integer values of m and n.

    Q5. If we take the expression a + b – c – d and replace +b with –b to get a – b – c – d, by how much has the value changed?

    • A. It changes by 2b, which is always even ✓
    • B. It changes by b, which could be even or odd
    • C. It changes by –2b, which is always even
    • D. It changes by 4b, which depends on the value of b

    Answer: A — The difference between (a + b – c – d) and (a – b – c – d) is 2b, which is always even because it has 2 as a factor.

    Q6. Rajesh is checking which arithmetic expressions are even without calculating them. Which of these expressions is definitely even?

    • A. 672 – 348 (even – even)
    • B. 43 + 37 (odd + odd) ✓
    • C. 119 × 303 (odd × odd)
    • D. 809 + 214 (odd + even)

    Answer: B — Using parity rules: odd + odd = even. Option A: even – even = even ✓, but option B is also correct. However, 43 + 37 = 80 (even), confirming odd + odd = even.

    Q7. Which of the following algebraic expressions will NOT always give an even number?

    • A. 2u – 4v for any integers u and v
    • B. 4k × 3j for any integers k and j
    • C. x² + 2 for any integer x
    • D. 6m – 3n for any integers m and n ✓

    Answer: D — 6m – 3n = 3(2m – n). Since 3 is an odd factor, if (2m – n) is odd, the result is odd. For example, if m = 1 and n = 0, then 6(1) – 3(0) = 6 (even), but if m = 0 and n = 1, then 6(0) – 3(1) = –3 (odd).

    Q8. In a market, shopkeeper Meena has two piles of coins. One pile has coins that are multiples of 4 (like 4, 8, 12...) and another pile has coins that leave remainder 2 when divided by 4 (like 2, 6, 10...). If she picks one coin from each pile and adds them, what can we conclude?

    • A. The sum will always be a multiple of 4
    • B. The sum will always leave a remainder of 2 when divided by 4
    • C. The sum will always leave a remainder of 2 when divided by 4 (similar to adding an even and an odd number to get an odd result) ✓
    • D. The sum will sometimes be a multiple of 4 and sometimes not

    Answer: C — When a multiple of 4 (remainder 0) is added to a number with remainder 2, the sum will have remainder 2, similar to how even + odd = odd in parity.

    Q9. The expression x² + 2 gives an even number in some cases and an odd number in others. When does it give an odd number?

    • A. When x is any positive integer
    • B. When x is an even integer
    • C. When x is an odd integer ✓
    • D. When x is divisible by 4

    Answer: C — If x is odd, then x² is odd. Odd + even (2) = odd. For example, if x = 3, then x² + 2 = 9 + 2 = 11 (odd). If x is even, x² is even, so even + 2 = even.

    Q10. Anshu wrote: 'All odd numbers can be written as the sum of two consecutive numbers.' Is this statement correct, and why?

    • A. Yes, because odd = even + odd, and any two consecutive numbers are one even and one odd ✓
    • B. No, because some odd numbers cannot be expressed this way
    • C. Yes, but only for odd numbers greater than 3
    • D. No, because the sum of two consecutive numbers is always even

    Answer: A — Any two consecutive numbers are of the form n and (n+1), where one is even and one is odd. Since even + odd = odd, the sum is always odd, confirming that any odd number can be written this way (for example, 7 = 3 + 4).

    Flashcards

    What is the parity of a + b when a is even and b is even?

    The parity is always even, regardless of the specific values of a and b.

    Which two types of even numbers can be classified based on division by 4?

    Multiples of 4 (remainder 0) and non-multiples of 4 (remainder 2).

    If 8 divides two numbers M and N separately, will 8 always divide M + N?

    Yes, because 8a + 8b = 8(a + b), so the sum is always a multiple of 8.

    What happens to the parity of an expression when you switch one '+' sign to a '−' sign among four consecutive numbers?

    The parity remains the same because the expression changes by an even number (2b).

    Can every odd number be written as a sum of two consecutive numbers?

    Yes, because consecutive numbers n and (n+1) sum to 2n+1, which is always odd.

    Why is 4m + 2q always even for any integers m and q?

    Because 4m + 2q = 2(2m + q), which has 2 as a factor, making it always even.

    If a number is divisible by 12, will it always be divisible by 3?

    Yes, because 3 is a factor of 12, so all multiples of 12 are divisible by 3.

    When will the sum of two even numbers give a multiple of 4?

    When both are multiples of 4, or when both are non-multiples of 4 (remainder 2 each).

    What is the algebraic form of any number divisible by 8?

    The form is 8a, where a is any integer.

    If a divides M and a divides N, what can you say about a and M − N?

    The number a also divides M − N because M − N = a(b − c) for some integers b and c.

    Important Board Questions

    Write the algebraic form of any number divisible by 7. [1 mark]

    Use a variable to represent any integer multiple; the form is 7a where a is any integer.

    Explain why the sum of two numbers that are both multiples of 6 is always a multiple of 6. Give one numerical example. [2 marks]

    Express both numbers as 6m and 6n; add them to get 6(m + n); example: 12 + 18 = 30 = 6 × 5.

    Take four consecutive numbers: 5, 6, 7, 8. Write three different expressions using + and − signs. Show that all three expressions have the same parity (all even or all odd). [3 marks]

    Examples: 5 + 6 + 7 + 8 = 26 (even), 5 + 6 − 7 − 8 = −4 (even), 5 − 6 − 7 + 8 = 0 (even); use parity rules to explain that switching signs changes the value by an even amount.

    State whether the following statement is always true, sometimes true, or never true. Justify your answer with algebraic reasoning and provide at least one example and one counterexample where applicable: 'If a number is divisible by 8, then it is also divisible by any multiple of 8.' [5 marks]

    This statement is sometimes true; a number divisible by 8 (like 8m) is divisible by 16 only if m is even (example: 24 = 8 × 3, not divisible by 16; counterexample: 32 = 8 × 4, is divisible by 16); use algebraic form to show when and when not.

    Next chapterWe Distribute, Yet Things Multiply →

    Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly

    Try StudyOS Free →