answersLogoWhite

0


Best Answer

516

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What number is five hundreds and sixteen ones?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

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?

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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }


What is a number between 75 and 100 whose tens digit is three times the ones digit and the sum of the digits is five and the hundreds digit and the ones digit are the same?

There is no number. 100 is the only one that has a hundreds digit. It's impossible.


Why are five hundreds and thee ones writtens as 503?

dont no


Which number has 2 hundreds the same number of tens as hundreds and 2 more ones than hundreds?

224 has.


How base two and base sixteen are related?

the digits in base ten are: ones, tens, hundreds, thousands, etc.in base two it's: ones, twos, fours, eights, sixteens, thirty-twos, sixty-fours, one twenty-eights, two fifty-sixes, etc.in base sixteen, the digits are: ones, sixteens, two fifty-sixes, four thousand ninety-sixes, sixty-five thousand five hundred thirty-sixes, etc.so every fourth place of base two is also a digit in base sixteen.

Related questions

What number has 2 hundreds and five ones?

205


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?

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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }


What number has 3 hundreds and 18 ones?

The number that has 3 hundreds and 18 ones is 318.


What is a number between 75 and 100 whose tens digit is three times the ones digit and the sum of the digits is five and the hundreds digit and the ones digit are the same?

There is no number. 100 is the only one that has a hundreds digit. It's impossible.


Why are five hundreds and three ones written as 503?

Answer. It


Are you five digit number your ones digit is 5 less than your hundreds digit your other digits are all twice your ones digit what number are you?

22621, 44742, 66863, 88984


Why are five hundreds and thee ones writtens as 503?

dont no


What number has 2 hundreds the same number of tens as hundreds and 2 more ones than hundreds?

224


Which number has 2 hundreds the same number of tens as hundreds and 2 more ones than hundreds?

224 has.


How base two and base sixteen are related?

the digits in base ten are: ones, tens, hundreds, thousands, etc.in base two it's: ones, twos, fours, eights, sixteens, thirty-twos, sixty-fours, one twenty-eights, two fifty-sixes, etc.in base sixteen, the digits are: ones, sixteens, two fifty-sixes, four thousand ninety-sixes, sixty-five thousand five hundred thirty-sixes, etc.so every fourth place of base two is also a digit in base sixteen.


What is the Value of the 2 in the number 765,234?

Your correct answer is hundreds place because you have your ones period like ones tens hundreds same with the thousands period ones tens hundreds.


What number has 7 hundreds 5 fewer tens than hundreds and 2 more ones than hundreds?

The number is 729.