answersLogoWhite

0


Best Answer

199

If it's 200 rounded to nearest ten, then the number must be between 195 and 205. Only 199 has the correct digit sum.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When this 3-digit number is rounded to the nearest hundred it rounds to 200 Rounded to the nearest ten this number rounds to the 200 The sum of the digits of this number is 19 What is the number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the even 3digit number that when rounded to the nearest 10Th equals 200?

196, 198, 202, 204


What is a 3digit number that is divisible by 3 and 5?

the answer is 135


What trio of 3digit numbers have a sum of 801?

266, 267, 268


What 3digit factors does 2 have?

2 is prime, its only factors are one and itself.


What odd 3digit that add up to 9?

12


How many 3digit numbers are there?

There are 900 three-digit numbers, ranging from 100 to 999.


What is thesmallest 3digit number with unique digits?

0.12 Or 102 if you do not want to include non integers.


How many number combinations are there in a swertres lotto?

2087


Is the smallest 3digit is 1000?

The smallest 3 digit counting number less than 1000?? 100


What is a 3digit even number that is divisible by 4 and9?

4*9 = 36 so 360 is one possible answer.


What 3digit numbers can you make from the numbers 1 2 and 3?

111,112,121,211,122,212,221,222,113,131,311,133,313,331,333,223,232,322,233,323,332,123, 132, 213, 231, 312, 321


How do you print the middle number of a 3digit number using c?

it is int n=123; printf ("%d", (n/10)%10);