Patterns & Reasoning

Problem

Find the rule and write it as an expression

Pairs of numbers each produce one result by the same hidden rule. We need the result for the last pair.
4 8 2.4 12 7 3.8 21 22 8.6 9 25
ExpressionsOperationsNumber system
Your answer
How to solve
Strategy Look for a Pattern — Guess a relationship from the first pair, then test it on the others. A rule that survives all three examples is worth trusting; one that fits only the first is a coincidence.
1STEP 1

Look for what the two numbers do together

The results are much smaller than the pairs, so try adding the two numbers and then shrinking. For the first pair the sum is 12 and the result is 2.4.

4 + 8 = 12
2STEP 2

Test the guess on the other pairs

Add each pair and divide by 5: the second gives 19 ÷ 5 and the third 43 ÷ 5, and both match the printed results.

19 ÷ 5 = 3.8, 43 ÷ 5 = 8.6
3STEP 3

Write the rule down

Whatever the pair is, add the two numbers and divide the sum by 5.

(first + second) ÷ 5
4STEP 4

Use it on the last pair

Add 9 and 25, then divide by 5.

9 + 25 = 34, 34 ÷ 5 = 6.8
Answer
6.8
Every result is a fifth of its pair's sum: 12, 19, 43 and 34 give 2.4, 3.8, 8.6 and 6.8.
Takeaway

Test a guessed rule on every example you have -- one that fits only the first is a coincidence.

  • Look for what the two numbers do together
  • Test the guess on the other pairs
  • Write the rule down
  • Use it on the last pair

▶ Practice — 12 problems