Large Numbers Around Us | FIO

Question 16

Strike out 10 digits from the number 12345123451234512345 so that the remaining number is as large as possible.

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • The original number has 20 digits in total.
  • Striking out 1010 digits leaves a 10-digit number (2010=1020 - 10 = 10).
  • To make the resulting number as large as possible, we maximize the digits from left to right (starting with the highest place value) using a greedy approach, while always ensuring enough digits remain to complete a 10-digit number.

Step 1 · Find the First Digit

To leave at least 99 digits for the remaining places, the first digit must be chosen from the first 209=1120 - 9 = 11 digits:

1234512345112345123451

The largest digit in this section is 5 (at the 5th5^{\text{th}} position).

Strike out the 44 digits before it: 1,2,3,41, 2, 3, 4.

  • First digit chosen: 55
  • Digits struck out: 44
  • Remaining sequence: 123451234512345123451234512345 (1515 digits remaining)

Step 2 · Find the Second Digit

We need 88 more digits after the second digit. From the remaining 1515 digits, choose the second digit from the first 158=715 - 8 = 7 digits:

12345121234512

The largest digit is 5 (at the 5th5^{\text{th}} position of this remaining part).

Strike out the 44 digits before it: 1,2,3,41, 2, 3, 4.

Total digits struck out so far: 4+4=84 + 4 = 8

  • Second digit chosen: 55
  • Total digits struck out: 88
  • Remaining sequence: 12345123451234512345 (1010 digits remaining)

Step 3 · Find the Third Digit

We need 77 more digits after the third digit. From the remaining 1010 digits, choose the third digit from the first 107=310 - 7 = 3 digits:

123123

The largest digit is 3 (at the 3rd3^{\text{rd}} position of this part).

Strike out the 22 digits before it: 1,21, 2.

Total digits struck out so far: 8+2=108 + 2 = 10

  • Third digit chosen: 33
  • Total digits struck out: 1010
  • Remaining sequence: 45123454512345 (77 digits remaining)

Step 4 · Form the Final Number

Since exactly 1010 digits have been struck out, no more digits can be removed. Keep all remaining 77 digits:

45123454512345

Combining the chosen digits (5,5,35, 5, 3) with the remaining digits (4,5,1,2,3,4,54, 5, 1, 2, 3, 4, 5):

55345123455534512345

Answer

55345123455534512345

Common Mistakes
  • Exceeding the Strikeout Limit: Striking out digits to reach the next 55 without realizing it would exceed the allowed limit of 1010 deletions, leaving fewer than 1010 total digits.
  • Not Working Left-to-Right: Trying to keep larger digits near the end rather than prioritizing the most significant place values on the far left.

More questions in FIO

Q1

According to the 2011 Census, the population of the town of Chintamani was about 75,000. How much less than one lakh is 75,000?

Q2

The estimated population of Chintamani in the year 2024 is 1,06,000. How much more than one lakh is 1,06,000?

Q3

By how much did the population of Chintamani increase from 2011 to 2024?

Q4

For each number given below, write expressions for at least two different ways to obtain the number through button clicks. Think like Chitti and be creative.

(a) 8300

(b) 40629

(c) 56354

(d) 66666

(e) 367813

Q5

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.

Q6

Do you see any connection between each number and the corresponding smallest number of button clicks?

Q7

If you notice, the expressions for the least button clicks also give the Indian place value notation of the numbers. Think about why this is so.

Q8

Read the following numbers in Indian place value notation and write their number names in both the Indian and American systems:

(a) 4050678

(b) 48121620

(c) 20022002

(d) 246813579

(e) 345000543

(f) 1020304050

Q9

Write the following numbers in Indian place value notation:

(a) One crore one lakh one thousand ten

(b) One billion one million one thousand one

(c) Ten crore twenty lakh thirty thousand forty

(d) Nine billion eighty million seven hundred thousand six hundred

Q10

Compare and write '<<', '>>' or '==':

(a) 30 thousand ______ 3 lakhs

(b) 500 lakhs ______ 5 million

(c) 800 thousand ______ 8 million

(d) 640 crore ______ 60 billion

Q11

Find quick ways to calculate these products:

(a) 2×1768×502 \times 1768 \times 50

(b) 72×12572 \times 125 [Hint: 125=10008125 = \dfrac{1000}{8}]

(c) 125×40×8×25125 \times 40 \times 8 \times 25

Q12

Calculate these products quickly.

(a) 25×12=25 \times 12 = _______

(b) 25×240=25 \times 240 = _______

(c) 250×120=250 \times 120 = _______

(d) 2500×12=2500 \times 12 = _______

(e) _______ ×\times _______ =120000000= 120000000

Q13

Using all digits from 00 to 99 exactly once (the first digit cannot be 00) to create a 1010-digit number, write the —

(a) Largest multiple of 55

(b) Smallest even number

Q14

The number 10,30,285 in words is Ten lakhs thirty thousand two hundred eighty five, which has 42 letters. Give a 7-digit number name which has the maximum number of letters.

Q15

Write a 9-digit number where exchanging any two digits results in a bigger number. How many such numbers exist?

Q16

Strike out 10 digits from the number 12345123451234512345 so that the remaining number is as large as possible.

Q17

The words 'zero' and 'one' share letters 'e' and 'o'. The words 'one' and 'two' share a letter 'o', and the words 'two' and 'three' also share a letter 't'. How far do you have to count to find two consecutive numbers which do not share an English letter in common?

Q18

Suppose you write down all the numbers 1,2,3,4,,9,10,11,1, 2, 3, 4, \dots, 9, 10, 11, \dots The tenth digit you write is '1' and the eleventh digit is '0', as part of the number 10.

(a) What would the 1000th digit be? At which number would it occur?

(b) What number would contain the millionth digit?

(c) When would you have written the digit '5' for the 5000th time?

Q19

A calculator has only '+10,000' and '+100' buttons. Write an expression describing the number of button clicks to be made for the following numbers:

(a) 20,800

(b) 92,100

(c) 1,20,500

(d) 65,30,000

(e) 70,25,700

Q20

How many lakhs make a billion?

Q21

You are given two sets of number cards numbered from 11-99. Place a number card in each box below to get the

(a) largest possible sum

(b) smallest possible difference of the two resulting numbers.

Q22

You are given some number cards; 4000, 13000, 3000, 70000, 150000, 20, 5. Using the cards get as close as you can to the numbers below using any operation you want. Each card can be used only once for making a particular number.

(a) 1,10,000: Closest I could make is 4000×(20+5)+13000=1,13,0004000 \times (20 + 5) + 13000 = 1,13,000

(b) 2,00,000:

(c) 5,80,000:

(d) 12,45,000:

(e) 20,90,800:

Q23

Find out how many coins should be stacked to match the height of the Statue of Unity. Assume each coin is 1 mm thick.

Q24

Grey-headed albatrosses have a roughly 7-feet wide wingspan. They are known to migrate across several oceans. Albatrosses can cover about 900 – 1000 km in a day. One of the longest single trips recorded is about 12,000 km. How many days would such a trip take to cross the Pacific Ocean approximately?

Q25

A bar-tailed godwit holds the record for the longest recorded non-stop flight. It travelled 13,560 km from Alaska to Australia without stopping. Its journey started on 13 October 2022 and continued for about 11 days. Find out the approximate distance it covered every day. Find out the approximate distance it covered every hour.

Q26

Bald eagles are known to fly as high as 4500 m4500\text{ m}6000 m6000\text{ m} above the ground level. Mount Everest is about 8850 m8850\text{ m} high. Aeroplanes can fly as high as 10,000 m10{,}000\text{ m}12,800 m12{,}800\text{ m}. How many times bigger are these heights compared to Somu’s building?

← Back to Large Numbers Around Us