NCERT Solutions Ganita Prakash (Part 1) Chapter 5 Pairs to Make Fours — In-text Questions

Book page 117 Updated on2026-09-05

Q1.
When will two even numbers add up to give a multiple of 4? This problem is similar to the question of identifying when adding two numbers will result in an even number. Can you see this?
Answer

Exactly when both are multiples of 4, or neither is. There are three cases to examine, and algebra settles all three:

CaseAlgebraMultiple of 4?Example
both multiples of 44p + 4q = 4(p + q)Always12 + 16 = 28 = 4 × 7
neither a multiple of 4(4p + 2) + (4q + 2) = 4(p + q + 1)Always6 + 10 = 16 = 4 × 4
one of each4p + (4q + 2) = 4(p + q) + 2Never8 + 10 = 18 = 4 × 4 + 2

Yes, it is the same problem one level up. Compare the two tables:

even + even = even   ↔   4p + 4q is a multiple of 4
odd + odd = even   ↔   (4p + 2) + (4q + 2) is a multiple of 4
even + odd = odd   ↔   4p + (4q + 2) is not a multiple of 4
Why it happens: in the parity question every whole number leaves remainder 0 or 1 on division by 2, and 'same remainder' wins. Here every even number leaves remainder 0 or 2 on division by 4, and again 'same remainder' wins. The structure is identical — only the divisor has changed.
Q2.
What happens when we add a multiple of 4 to an even number that is not a multiple of 4? Is it similar to the case of the parity of the sum of an even and an odd number?
Answer

The sum is never a multiple of 4 — it always leaves a remainder of 2.

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

Yes, it is exactly similar. Adding an even and an odd number can never give an even number; adding a multiple of 4 and a non-multiple of 4 can never give a multiple of 4. In both cases the two remainders are different (0 and 1 there, 0 and 2 here), so the leftover cannot be cleared.

Check it yourself: 20 + 6 = 26 = 4 × 6 + 2; 8 + 22 = 30 = 4 × 7 + 2; 100 + 2 = 102 = 4 × 25 + 2.
Q3.
Look at the following expressions and the visualisation. Write the corresponding explanation and examples. 4p and (4q + 2) = 4p + (4q + 2) = 4p + 4q + 2 = 4 (p + q) + 2.
Answer

Explanation. A multiple of 4 can be written as 4p, and an even number that is not a multiple of 4 as 4q + 2. Adding them gives 4(p + q) + 2, so the sum is a multiple of 4 plus a leftover 2. It is even, but it is never a multiple of 4.

The picture. Lay the first number out as p complete rows of 4 and the second as q complete rows of 4 with 2 counters left over. Push them together: the full rows stack into (p + q) rows of 4, and the 2 loose counters are still loose — there are not enough of them to make another row.

4p (here p = 3) + 4q + 2 (q = 2) = 4(p + q) + 2 2 left over 12 + 10 = 22 = 4 × 5 + 2
Full rows of 4 stack together; the loose 2 can never complete a row.

Examples.

12 + 6 = 18 = 4(3 + 1) + 2
8 + 2 = 10 = 4(2 + 0) + 2
16 + 22 = 38 = 4(4 + 5) + 2
20 + 10 = 30 = 4(5 + 2) + 2
Was this helpful? Report an error