NCERT Solutions Ganita Prakash (Part 1) Chapter 4 –96Section 4.5 Pick Patterns and Reveal Relationships — Formula Detective

Book page 95 Updated on2026-09-05

Q1.
Look at the picture given. In each case, the number machine takes in the 2 numbers at the top of the ‘Y’ as inputs, performs some operations and produces the result at the bottom. Find out the formula of this number machine. (inputs and outputs: 5, 2 → 8; 8, 1 → 15; 9, 11 → 7; 10, 10 → 10; 6, 4 → ?)
Answer

The formula is “two times the first number minus the second number”, that is 2a – b.

Inputs (a, b)ExpressionOutput
5, 22 × 5 – 28
8, 12 × 8 – 115
9, 112 × 9 – 117
10, 102 × 10 – 1010
6, 42 × 6 – 48
Why it happens: One example is never enough — 5 and 2 also fit “a + b + 1”. Testing the rule on every pair is what confirms 2a – b.
Q2.
Find the formulas of the number machines below and write the expression for each set of inputs. (Machine 1: 5, 2 → 5; 8, 1 → 7; 9, 11 → 18; 10, 10 → 18; a, b → ? Machine 2: 4, 1 → 5; 6, 0 → 1; 3, 2 → 7; 10, 3 → ?; a, b → ?)
Answer

Machine 1 — “add the two numbers, then subtract 2”, that is a + b – 2.

InputsExpressionOutput
5, 25 + 2 – 25
8, 18 + 1 – 27
9, 119 + 11 – 218
10, 1010 + 10 – 218
a, ba + b – 2a + b – 2

Machine 2 — “multiply the two numbers, then add 1”, that is ab + 1.

InputsExpressionOutput
4, 14 × 1 + 15
6, 06 × 0 + 11
3, 23 × 2 + 17
10, 310 × 3 + 131
a, ba × b + 1ab + 1
Tip: The pair (6, 0) is the giveaway for Machine 2. Any rule that only added would give 6 or 7; only multiplying can crush 6 down to 1.
Q3.
Now, make a formula on your own. Write a few number machines as examples using that formula. Challenge your classmates to figure it out!
Answer

Here is one you can use. Formula: 3a – 2b — “three times the first number minus twice the second”.

Inputs (a, b)WorkingOutput
4, 13 × 4 – 2 × 110
5, 53 × 5 – 2 × 55
2, 33 × 2 – 2 × 30
7, 23 × 7 – 2 × 217
1, 43 × 1 – 2 × 4–5
Try This: Include one pair that gives 0 and one that gives a negative answer, as above. Those two cases make guessing much harder — and much more fun.
Was this helpful? Report an error