answersLogoWhite

0

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);

/**/ /**/ /**/ }

/**/ /**/ }

/**/ }

}

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

In 462371 the digit in the thousands place has how many times the value it would have if it was in the hundreds place?

In the number 462371, the digit in the thousands place is 2, which has a value of 2,000. If this digit were in the hundreds place, its value would be 200. Therefore, the value of the digit in the thousands place is 10 times greater than it would be in the hundreds place.


Which digit is in the thousands place 7841?

The digit in the thousands place of the number 7841 is 7. In this number, the digits are organized as follows: 7 is in the thousands place, 8 is in the hundreds place, 4 is in the tens place, and 1 is in the units place.


How many times greater is the digit in the ten thousands place than the digit in the hundreds place?

To determine how many times greater the digit in the ten thousands place is than the digit in the hundreds place, we need to understand the positional value of each digit. The positional value of a digit increases by a factor of 10 as you move from right to left in a number. Therefore, the digit in the ten thousands place is 10 times greater than the digit in the hundreds place.


What digit in the hundreds place represents 1098?

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.


In the number 2378.91 which digit is in the hundreds place?

The digit in the hundreds place in the number 2378.91 is the digit 3.

Related Questions

In 462371 the digit in the thousands place has how many times the value it would have if it was in the hundreds place?

In the number 462371, the digit in the thousands place is 2, which has a value of 2,000. If this digit were in the hundreds place, its value would be 200. Therefore, the value of the digit in the thousands place is 10 times greater than it would be in the hundreds place.


How many times greater is a digit in the thousands place than that same digit in the hundreds place?

Oh, dude, it's like super simple. The digit in the thousands place is 10 times greater than the same digit in the hundreds place. So, if you have a 3 in the thousands place, it's like 30 times greater than the 3 in the hundreds place. Math, man, it's wild.


Which digit is in the thousands place 7841?

The digit in the thousands place of the number 7841 is 7. In this number, the digits are organized as follows: 7 is in the thousands place, 8 is in the hundreds place, 4 is in the tens place, and 1 is in the units place.


How many times greater is the digit in the ten thousands place than the digit in the hundreds place?

To determine how many times greater the digit in the ten thousands place is than the digit in the hundreds place, we need to understand the positional value of each digit. The positional value of a digit increases by a factor of 10 as you move from right to left in a number. Therefore, the digit in the ten thousands place is 10 times greater than the digit in the hundreds place.


What digit in the hundreds place represents 1098?

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.


What is a 6 digit number with 0 in the hundreds 0 on the thousands and 0 on ten thousands place?

700,000


In the number 2378.91 which digit is in the hundreds place?

The digit in the hundreds place in the number 2378.91 is the digit 3.


What equation correctly compares the thousands place and hundreds place in 22222?

In the number 22222, the digit in the thousands place is 2 and the digit in the hundreds place is also 2. Therefore, the correct equation that compares these places is 2 (thousands) = 2 (hundreds). This shows that the values in both places are equal.


How do you explain 6 in the number 364021 in the thousand place?

In the number 364021, the digit 6 is in the hundred-thousands place, not the thousand place. The digit in the thousand place is 4. Each digit in a number has a specific place value: from right to left, the places are units, tens, hundreds, thousands, ten-thousands, and hundred-thousands. Therefore, 6 represents 600,000 in this number.


How many times greater is a digit in thousands place than the same digit in the hundreds place?

A digit in the thousands place is 10 times greater than the same digit in the hundreds place. For example, if the digit is 3, the value in the thousands place is 3,000, while in the hundreds place it is 300. Therefore, 3,000 divided by 300 equals 10, confirming that the thousands place digit is 10 times greater.


What digit is in the six place?

hundreds thousands


How do you write a six-digit number with the 5 in the ten thousands place and the 2 in the ones place?

To write a six-digit number with the 5 in the ten thousands place and the 2 in the ones place, you can start by placing the 5 in the second digit from the left (the ten thousands place). Then, place the 2 in the far right position (the ones place). You can fill the remaining digits (hundreds of thousands, thousands, and hundreds) with any digits, including zeros, to complete the number. For example, a possible number could be 500,042.