Q1.
For the numbers in the previous exercise, find out how to get each number by making the smallest number of button clicks and write the expression.
Answer
Use each digit of the number as the number of presses of its own button.
| Number | Expression with least clicks | Clicks |
|---|---|---|
| (a) 8300 | (8 × 1000) + (3 × 100) | 8 + 3 = 11 |
| (b) 40629 | (4 × 10000) + (0 × 1000) + (6 × 100) + (2 × 10) + (9 × 1) | 4 + 0 + 6 + 2 + 9 = 21 |
| (c) 56354 | (5 × 10000) + (6 × 1000) + (3 × 100) + (5 × 10) + (4 × 1) | 5 + 6 + 3 + 5 + 4 = 23 |
| (d) 66666 | (6 × 10000) + (6 × 1000) + (6 × 100) + (6 × 10) + (6 × 1) | 6 × 5 = 30 |
| (e) 367813 | (3 × 100000) + (6 × 10000) + (7 × 1000) + (8 × 100) + (1 × 10) + (3 × 1) | 3 + 6 + 7 + 8 + 1 + 3 = 28 |
Why it happens: Any press count of 10 or more on a button can be replaced by one press of the next bigger button plus fewer small ones, saving 9 clicks. Keep doing this and every button ends up pressed 0 to 9 times — which is precisely the place value form of the number.