

InterviewSolution
Saved Bookmarks
1. |
Fill in the blanks to make the statements true.The smallest 6 digit natural number ending in 5 is _____. |
Answer» 1,00,005 We have to find a 6 digit natural number ending with 5. Thus, we first fill the unit's position with 5. We now have 5 more places to fill. The position of Lakh in the number i.e the left-most blank must be smallest to create the smallest number. If we assign 0 to that position the number becomes 5 digit. The smallest number after 0 is 1 thus, we assign 1 to that position. 1 _ _ _ _ 5 Now we can fill the remaining positions with 0 Thus the smallest 6 digit natural number ending with 5 is 1,00,005. |
|