Three units. The number is five hundreds, two tens and three units.
Remember you have Tens of Thousands, Tens, and Units all as 0's the number you describe is "Five Hundred and Six Thousand, Three Hundred" 506,300 Biggest numbers come first:-
745,963
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
502.629
Three units. The number is five hundreds, two tens and three units.
1003500
Remember you have Tens of Thousands, Tens, and Units all as 0's the number you describe is "Five Hundred and Six Thousand, Three Hundred" 506,300 Biggest numbers come first:-
Five hundred thousands is 500,000 Three hundreds is 300 Eight tens is 80 Ninety four thousands is 94,000 Six ones is 6 Combined they give you 594,386 Note that when we describe numbers in words we usually do it in descending order, so we would normally refer to it as "five hundred ninety-four thousand three hundred eighty-six" or "five hundred thousands, nine ten thousands, four thousands, three hundreds, eight tens, and six ones"
745,963
2739 '9' is the UNITS '3' is the TENS '7' is the HUNDREDS (The answer to your question!!! '2' is the THOUSANDS e,g, 2,345,678 The next column is the TENS OF THOUSANDS (4) The next again is the HUNDREDS OF THOUSANDS (3) The next again is the MILLIONS (2) The example would be said as 'Two million, three hundred and forty five thousand, six hundred and seventy eight'.
You would write it as 1,300,500 or 1 300 500
25200
Four hundred thousands and five hundreds.
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
502.629
five hundred three thousandths = 0.503 five hundred three thousands = 503,000