You have the number 210.
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
1 thousand 0 hundreds 0 tens 0 ones or just 1 thousand(1000)
41R1 is 41 + 1/x, where x is the dividend. When x>2, 41R1 is rounded to: Ones: 41 Tens: 40 Hundreds and more: 0 When x=1 or 2 Ones: 42 Tens: 40 Hundreds and more: 0
how does 100 meet the specification? 1 is in the hundreds digit and 0 is in the tens digit. 1 is not at least 0. this is a confusing question?!
To find out how many tens are in 40 hundreds, first convert hundreds to tens. Since 1 hundred equals 10 tens, 40 hundreds equals 40 x 10 = 400 tens. Therefore, there are 400 tens in 40 hundreds.
3 thousands 1 hundreds 0 tens and 9 units
14 ten hundreds and 14 thousands
1.4 million in expanded form is 1,400,000. This can be broken down as follows: 1 (1 million) + 4 (hundreds of thousands) + 0 (tens of thousands) + 0 (thousands) + 0 (hundreds) + 0 (tens) + 0 (ones).
What is 8tens and 1 thousand
100
600 + 50*10 + 0*1 = 600+500 = 1100
The digit in the hundreds place of the number 1098 is 0. In the number 1098, the digits are arranged as follows: 1 in the thousands place, 0 in the hundreds place, 9 in the tens place, and 8 in the ones place.