Why ask?
To find out how many thousands equal 200 tens, first convert tens to units: 200 tens equal 2,000 units (since 1 ten = 10 units). Then, to convert units to thousands, divide by 1,000: 2,000 units divided by 1,000 equals 2. Therefore, 200 tens equal 2 thousands.
600 tens equal 60 hundreds. Since there are 10 hundreds in a thousand, 60 hundreds is equal to 6 thousands. Therefore, 600 tens is equivalent to 6 thousands.
Nine thousands
7.4120
Seven.
9,000,000 is equal to900,000 tens, or90,000 hundreds, or9,000 thousands.
3000 of them.
10,000
To determine how many ten thousands equal 1000 tens, we first need to understand the relationship between these two quantities. One ten thousand is equal to 10,000, and one thousand tens is equal to 10,000 as well. Therefore, 1000 tens is equal to 10,000, so there is 1 ten thousand in 1000 tens.
1,000 of them do.
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
998,949 If the tens place was any other number, it would either be smaller then 4 x 2 = 8, or it would equal more then 10 in the thousands place.