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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
3000 has 3 thousands, 30 hundreds and 300 tens. 40000 has 40 thousands, 400 hundreds and 4000 tens. 500000 has 500 thousands, 5000 hundreds and 50000 tens. 6000000 has 6000 thousands, 60000 hundreds and 600000 tens.
one
How many tens are the same as 6 hundreds. Explain your reasoning
702 tens.
You multiply by 10.
To regroup 4 tens in 341, change it to 3 hundreds and 14 tens. Then, subtract 2 hundreds and 2 tens from 3 hundreds and 14 tens to get the difference. The difference between 341 and 228 is 113.
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
In 12000, there are;12 thousands120 hundreds and1200 tens
No 27 hundreds is not the same as 27 tens because 27 hundreds = 2,700 and 27 tens = 270.
8 hundreds plus 6 tens= 860.
5 tens x 7 tens = 35 hundreds = 3 thousands 5 hundreds.
3000 has 3 thousands, 30 hundreds and 300 tens. 40000 has 40 thousands, 400 hundreds and 4000 tens. 500000 has 500 thousands, 5000 hundreds and 50000 tens. 6000000 has 6000 thousands, 60000 hundreds and 600000 tens.
Tens.
To determine how many hundreds are in 400 tens, we first need to understand the relationship between tens and hundreds. There are 10 tens in a hundred. Therefore, to find how many hundreds are in 400 tens, we divide 400 by 10. The result is 40 hundreds in 400 tens.
849 has 8 hundreds, 4 fewer tens than hundreds, and 5 more ones than tens.
what number has 9 hundreds, 2 fewer tens than hundreds, and 2 fewer ones than hundreds