Given, N = 98765432109876543210 ..... up to 1000 digits, find the smallest natural number n such that N + n is divisible by 11.

  • 12
  • 23
  • 34
  • 45
Answer:- 1
Explanation:-

Solution:
For a no. to be divisible by 11,
Sum(odd digit nos) - Sum(even digit nos) = 0 or divisible by 11
If we look at 9876543210, the difference we get is 5
i.e. [(9 + 7 + 5 + 3 + 1) - (8 + 6 + 4 + 2 + 0) = 5]
The series is up to 1000 digit,
That means, we get
100010
  = 100 time 5,
then the difference will be 5 × 100 = 500
In order for the difference to be divisible by 11, we need to add 5 and the no will become 505
505 is divisible by 11

Post your Comments

Your comments will be displayed only after manual approval.

  = 100 time 5,
then the difference will be 5 × 100 = 500
In order for the difference to be divisible by 11, we need to add 5 and the no will become 505
505 is divisible by 11

", "dateCreated": "7/24/2019 10:09:12 AM", "author": { "@type": "Person", "name": "Nitin Sir" } }, "suggestedAnswer": { "@type": "Answer", "text": "
Solution:
For a no. to be divisible by 11,
Sum(odd digit nos) - Sum(even digit nos) = 0 or divisible by 11
If we look at 9876543210, the difference we get is 5
i.e. [(9 + 7 + 5 + 3 + 1) - (8 + 6 + 4 + 2 + 0) = 5]
The series is up to 1000 digit,
That means, we get
100010
  = 100 time 5,
then the difference will be 5 × 100 = 500
In order for the difference to be divisible by 11, we need to add 5 and the no will become 505
505 is divisible by 11

", "dateCreated": "7/24/2019 10:09:12 AM" } }
Test
Classes
E-Book