Th enumber is 739,652 .
The number with 652 in the ones period and 739 in the thousands period is 739,652. In this representation, "739" indicates the thousands, while "652" represents the ones. Therefore, the full number combines these two parts seamlessly.
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
In 3 ten thousands, there are 30,000. To find the number of ones in this figure, you can break it down: 30,000 contains 30 thousands, which is equivalent to 30,000 ones. Therefore, there are 30,000 ones in 3 ten thousands.
2230
To determine how many thousands equal 9000 ones, you need to understand the concept of place value. In the number 9000, the 9 is in the thousands place, meaning there are 9 thousands. Each thousand is equal to 1000 ones, so 9000 ones is equal to 9 thousands.
How to get 739,652 as the answer what is the number that has 652 in the ones period and 739 in the thousands period? to the right of the comma is ones period to the left is thousands period
The number with 652 in the ones period and 739 in the thousands period is 739,652. In this representation, "739" indicates the thousands, while "652" represents the ones. Therefore, the full number combines these two parts seamlessly.
739,652
739,652
739,652
Your correct answer is hundreds place because you have your ones period like ones tens hundreds same with the thousands period ones tens 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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
In 3 ten thousands, there are 30,000. To find the number of ones in this figure, you can break it down: 30,000 contains 30 thousands, which is equivalent to 30,000 ones. Therefore, there are 30,000 ones in 3 ten thousands.
2230
To determine how many thousands equal 9000 ones, you need to understand the concept of place value. In the number 9000, the 9 is in the thousands place, meaning there are 9 thousands. Each thousand is equal to 1000 ones, so 9000 ones is equal to 9 thousands.
9342
The thousands digit is 4 left of the decimal point and the ones digit is the digit to the left of the decimal point. In a whole number the decimal point is not written and can be considered as "hiding" after the last digit - the ones digit.