Wiki User
∙ 2012-01-26 01:06:23ones place
Wiki User
∙ 2012-01-26 01:06:23From left to right: ten thousands, thousands, hundreds, tens, ones, tenths, hundreds, thousandths, ten-thousandths, hundred-thousandths
The 1 is in the ten thousands place. 3 is in the thousands, 0 in the hundreds, 4 in the tens, 2 in the ones, 5 in the tenths and 0 in the hundredths.
Ten Thousands - 8 Thousands - 9 Hundreds - 7 Tens - 4 Ones - 2 Tenths - 1 Hundredths - 6 Thousandths - 5
First few places in place value chart: (Thousands) (Hundreds) (Tens) (Ones) . (Tenths) (Hundredths) (Thousandths) If you have eight tenths, then it would just be: 0.8
wht does that mean
The 3 is in the hundreds place. Remember numbers are set up in the following way. Example: 9,614,200,369.2345 Billions, Hundred Millions, Ten Millions, Millions, Hundred Thousands, Ten Thousands, Thousands, Hundreds, Tens, Ones, Tenths, Hundredths, Thousandths, Ten Thousandths.
the thousands place in math is1000^thousands place^ hundreds place^tens place^ ones place
Place value does not end, just like numbers. There are ones, tens, hundreds, thousands, and in the opposite direction there are tenths, hundredths, thousandths, etc.
hundred thousands,ten thousands,thousands,hundreds,tens,ones
Five thousands 1 hundreds 9 tenths 3 ones
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
You can write two hundred forty-one and five tenths as: 241.5.Remember that place value is always: Thousands, Hundreds, Tens, Ones [decimal] Tenths, Hundredths, Thousandths.