Ten thousands, then hundred thousands, then millions
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
It is 9326.
6,130 has.
hundreds
To determine how many tens, hundreds, or thousands are in a number, you can break the number down based on its place values. For example, in the number 4,582, the digit '8' represents 80 (or 8 tens), '5' represents 500 (or 5 hundreds), and '4' represents 4,000 (or 4 thousands). You can identify each digit's value by looking at its position: the far-right digit is the units (ones), the next is the tens, followed by hundreds, and then thousands. Simply count the value of each digit based on its position to find out how many tens, hundreds, or thousands are present.
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
tens come after ones then hundreds then thousands
7,478 is how you right 7 thousands, 4 hundreds, 6 tens, 18 ones.
Your correct answer is hundreds place because you have your ones period like ones tens hundreds same with the thousands period ones tens hundreds.
hundred thousands,ten thousands,thousands,hundreds,tens,ones
i mean ones,tens,hundreds or thousands
It is 9326.
4 = thousands 5 = hundreds 9 = tens 7 = ones
6,130 has.
7 5= hundred thousands 3= ten thousands 4= thousands 6= hundreds 7= tens 8= ones
23971
23,977