102, 010 2 in the thousands place is twice 1 in the tens place,
The 9 is in the thousands place and the second 4 is in the tens place. The 6 is in the units place and the first 4 in the hundreds place.
Place names of numbers, from the right to the left are. Units Tens Hundreds Thousands Tens of Thousands Hundreds of Thousands Millions. So 2,200 Units is '0' Tens is '0' Hundreds is '2' Thiusands is '2'
2 is in the ten thousands place. From left to right, beginning from the digit just to the left of the decimal point, place values are: ones, tens, hundreds, thousands, ten thousands, hundred thousands, millions, and so on.
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
9 is in the thousands place. 4 is in the tens place.
the thousands place in math is1000^thousands place^ hundreds place^tens place^ ones place
102, 010 2 in the thousands place is twice 1 in the tens place,
The 9 is in the thousands place and the second 4 is in the tens place. The 6 is in the units place and the first 4 in the hundreds place.
hundred thousands,ten thousands,thousands,hundreds,tens,ones
Place names of numbers, from the right to the left are. Units Tens Hundreds Thousands Tens of Thousands Hundreds of Thousands Millions. So 2,200 Units is '0' Tens is '0' Hundreds is '2' Thiusands is '2'
Tens of thousands.
2 is in the ten thousands place. From left to right, beginning from the digit just to the left of the decimal point, place values are: ones, tens, hundreds, thousands, ten thousands, hundred thousands, millions, and so on.
1000 times greater. 50000/50 = 1000
i mean ones,tens,hundreds or thousands
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
7 in the tens place = the number 70 7 in the thousands place = the number 7000 7000/70= 100 It is therefore 100 times bigger.