Predecessor and successor of the smallest 5-digit and 6-digit
Answers
smallest 5 digit number is 10000
so 10001 and 9999 are the successor and presecessor respectively. .
6 digit number is 100000
100001 and 99999 are the successor and predecessor respectively. .
hope it helps uu. ....
Concept:
In any natural number when you add 1 to that number and get the next number that is the successor and when you subtract 1 from that natural number you will get the predecessor.
Given:
The numbers are 5-digit and 6-digit numbers.
Find:
We have to find the predecessor and successor of the smallest 5-digit and 6-digit numbers.
Solution:
Since we know that the smallest 5-digit number is 10000.
For the successor number, we have to add 1 in the smallest 5-digit number.
So, we get,
10000 + 1 = 10001
For the predecessor number, we have to subtract 1 from the smallest 5-digit number.
So, we get,
10000 - 1 = 9999
Similarly, the smallest 6-digit number is 100000.
For the successor number, we have to add 1 in the smallest 6-digit number.
So, we get,
100000 + 1 = 100001
For the predecessor number, we have to subtract 1 from the smallest 6-digit number.
So, we get,
100000 - 1 = 99999
Hence, the predecessor of the smallest 5-digit number is 9999 and the successor is 10001. Similarly, the predecessor of the smallest 6-digit number is 99999 and the successor is 100001.
#SPJ2