answersLogoWhite

0


Best Answer

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

13y ago
This answer is:
User Avatar
User Avatar

Faith Fields

Lvl 1
3y ago
hor

Add your answer:

Earn +20 pts
Q: You are a four digit number your ones is twice your tens your hundreds is five less than your ones your thousands place is the sum of your tens and hundreds what number are you?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 is a 6 digit number with 0 in the hundreds 0 on the thousands and 0 on ten thousands place?

700,000


What digit is in the six place?

hundreds thousands


In 326.4 is the 2 ten hundreds or thousands?

The digit 2 in the number 326.4 is in the tens place.


What digit is in the hundreds place in the number 463?

The digit in the hundreds place in the number 463 is the digit 4.


What is a 6 digit number that has a 0 in the thousands place and a 3 in the hundreds place?

There are 9,000 such nubers. One of them is 670389


How do you round 755082 to the nearest ten thousand?

Look at the digit in hundreds place. If it is five or greater, round the digit in thousands place to the next higher digit. If the digit in hundreds place is less than five, leave the digit in thousands place as it is. 755,082 rounded to thousands is 755,000.


What number represents the digit in the hundreds place of the number 1098?

The digit of 0 represents the hundreds place


How do you different place value to value?

place value:is the place value of where the digit is in the number such as units,tens,hundreds,thousands,etc.


How do you solve place value of an 8 digit number?

The places are always the same no matter what the digits are. The value is obtained by multiplying the place times the digit. Starting from the right, the places in an 8-digit number are ones, tens, hundreds, thousands, ten thousands, hundred thousands, millions and ten millions.


What digit represents the hundreds place of the number 1098?

It is the digit of 0 that represents the hundreds place value.


What number am I I am a 3 digit number. The digit in the hundreds place is 4 times the digit in the ten place. The digit in the ones place is the sum of the digits in the hundreds and ten places. If t?

415