answersLogoWhite

0


Best Answer

354

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When this 3-digit number isrounded to the nearest ten it rounds to 350the number is less than 360 and greater than 350the ones digit is an even number that you count after 2what 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.


How many 3digit numbers are there?

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


What odd 3digit that add up to 9?

12


How many number combinations are there in a swertres lotto?

2087


What is thesmallest 3digit number with unique digits?

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


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);