2493
293
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
20 tens = 200 200 ones = 200 56 hundreds = 5,600 Total = 6,000 or six thousand.
13,432
2493
293
7,478 is how you right 7 thousands, 4 hundreds, 6 tens, 18 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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
3 hundreds, 1 ten and 2 ones.
20 tens = 200 200 ones = 200 56 hundreds = 5,600 Total = 6,000 or six thousand.
To write 8 hundreds, 7 tens, and 5 ones in standard form, you would write it as 875. This is because 8 hundreds is equal to 800, 7 tens is equal to 70, and 5 ones is equal to 5. When you add these together, you get a total of 875.
7*100 = 700 14*10 = 140 11*1 = 11 Sum = 851
2338
13,432
It is 9326.
671 hundreds 9 tens and 3 ones is 671+90+3 = 764 is written as seven hundred and sixty-four.