14 hundreds is less than 7,000 tens
571
To round 6698 to the nearest thousands, we look at the hundreds place, which is 6. Since 6 is less than 5, we round down, making the hundreds and tens places zero. Therefore, 6698 rounded to the nearest thousands is 7000.
There is no four digit number where the ones is twice the tens, the hundreds is five less than the ones, and the thousands is the sum of the tens and hundreds. int ones, tens, hundreds, thousands; for (thousands=1; thousands<10; thousands++) { /**/ for (hundreds=0; hundreds<10; hundreds++) { /**/ /**/ for (tens=0; tens<10; tens++) { /**/ /**/ /**/ for (ones=0; ones<10; ones++) { /**/ /**/ /**/ /**/ if (ones != 2 * tens) break; /**/ /**/ /**/ /**/ if (hundreds != ones - 5) break; /**/ /**/ /**/ /**/ if (thousands != tens + hundreds) break; /**/ /**/ /**/ /**/ printf ("dd\n", thousands, hundreds, tens, ones); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
100 / 10 = 10.
I am a four digit number. My tens digit is 2 more than my ones digit. My hundreds and thousands digit are both 1 less than my ones digit. What number can i be?
what number has 9 hundreds, 2 fewer tens than hundreds, and 2 fewer ones than hundreds
194
200 + 150 + 19 = 369
849 has 8 hundreds, 4 fewer tens than hundreds, and 5 more ones than tens.
When your number is less than fifty.
234
"The hundreds and the ones are the same digit and their sum is 10" did you say ?Well then, the hundreds and ones digit are both 5.And the tens is 2 less than that, or 3.So the number is . . . . . 535