- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the minimum and maximum number of digits in the sum if we add any two 3 digit number
Given: Sum of any two $3-$digit number.
To do: To find the maximum and minimum number of digits in the sum if we add any two $3-$digit number.
Solution:
Greatest $3$ digit number$=999$
Sum of greatest $3-$digit number$= 999+999 = 1998$
Therefore, maximum number of digits$=4$
Smallest $3$ digits number$=100$
Sum of the smallest number$=100+100=200$
Therefore, minimum number of digits $= 3$
Thus, if we add any two $3-$digit number, then minimum and maximum number of digits in the sum are $4$ and $3$.
- Related Articles
- One of the two digits of a two-digit number is three times the other digit If you interchange the digits of this two-digit number and add the resulting number to the original number, you get $88$. What is the original number?
- The units digit of a two digit number is 3 and seven times the sum of the digits is the number itself. Find the number.
- Sum of the digits of a two digit number is 9. When we interchange the digits of the two digit number, the resultant number exceeds the original number by 27. Find the number.
- The digits of a two-digit number differ by 3. If the digits are interchanged and the resulting number is added to the original number, the sum is 143. What is the original number?
- The sum of a two digit number and the number obtained by reversing the order of its digits is 99. If the digits differ by 3, find the number.
- Sum of the digits of a two-digit number is 9. When we interchange the digits, it is found that the resulting new number is greater than the original number by 27. What is the two-digit number?
- The difference of the digits of a two-digit number is 2. The sum of that two-digit number and the number obtained by interchanging the places of its digits is 132. Find the two-digit number(s).
- The sum of digits of a two-digit number is 8. If 36 is added to the number then the digits reversed. Find the number.
- The digits of a two-digit number differ by 3. If the digits are interchanged, and the resulting number is added to the original number, we get 143. What can be the original number?
- Sum of the digits of a two - digit number is 9 . When we interchange the digits, it is found that the resulting interchange the digits, it is found that resulting number is greater than original number by 27. What us two digit number?
- A two-digit number is 3 more than 4 times the sum of its digits. If 18 is added to the number, the digits are reversed. Find the number.
- A number consists of two digit whose sum is $9$. If the digits are reversed, the new number is $\frac{3}{8}$ of the number. Find the number.
- A two-digit number is 4 times the sum of its digits. If 18 is added to the number, the digits are reversed. Find the number.
- A two-digit number is 4 times the sum of its digits and twice the product of the digits. Find the number.
- The sum of digits of a two-digit number is 13. If the number is subtracted from the one obtained by interchanging the digits, the result is 45. What is the number?

Advertisements