answersLogoWhite

0

Between 200 and 400 there are 18 whole numbers that contain the digit 7 once and only once: 207, 217, 227, 237, 247, 257, 267, 287, 297, 307, 317, 327, 337, 347, 357, 367, 387, and 397.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

If you write all the whole numbers from 1 to 500 in a row what will the 1000th digit that you write?

3


How many 3 digit whole numbers can you write using the digits 1 3 5 and 7 if no digit can be used twice?

24.


How do you write 3 digit whole number?

Those are all of the numbers from 100 to 999. Take any three counting numbers and write them next to each other. 284, 947, 882, etc.


Write an addicion story for two 3-digit number?

write an addition story for two 3-digit numbers. write the answer to your story


Write two ways in which whole numbers and decimal numbers are different?

Write 2 ways in which whole numbers and decimal numbers are different


Do you use numbers or write out the number in papers?

You write out the numbers. If you just simply put the digit on the paper it will be incorrect.


How do you write 0.092 in words?

To write 0.092 in words, you would say "zero point zero nine two." This is because the zero before the decimal point indicates there are no whole numbers, the decimal point separates the whole numbers from the decimal numbers, and each digit after the decimal point is read individually.


How do you order rational and irrational numbers?

Write them as decimals, and compare. If the first digit of two numbers is equal, compare the second digit; if the second digit is equal, compare the third digit, etc.


How do you write 6.5 in number?

The number 6.5 is written in numerical form as "6.5." This represents six whole units and five-tenths of a unit. In decimal notation, the digit before the decimal point indicates whole numbers, while the digit after represents fractions of ten.


If you write down all the numbers from 1 to 100 how many times will you write the digit 3?

The digit 3 will be written 20 times.


What is the greatest six digit number you can write if each digit must be different and no digit may be prime?

Its impossible, there are only 5 single digit numbers that are not prime


Write a c programme to add all numbers between 100 and 200 which contain the digit 5?

int doSomebodysClassHomeworkForThem( ) { // Add all the numbers between 100 and 200 with a digit 5 in it return (105+115+125+135+145+150+155+165+175+185+195); }