answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What number has 7 tens and less hundreds than tens?
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }


When is it better to round to the tens place rather than the hundreds or thousands place?

When your number is less than fifty.


My tens digit is 4 less than my thousand digit. My ones digit is twice my tens digit.My ten thousand digit is one less than my ones digit. my hundreds digit is the sum of my tens and thousand digit.?

I am a four digit number. My tens digit is 2 more than my ones digit. My hundreds and thousands digit are both 1 less than my ones digit. What number can i be?


What 3 digit number has a tens digit that is 5 more than the ones digit and a hundreds digit that is 8 less than the tens digit?

194


What is the mystery number its less than 3500 and greater than 3400 this number is odd and the product of the hundreds and tens place is 2?

No solution.If it's greater than 3400, then its hundreds place must be '4'.Then (4) times (its tens place) = 2. There is no integer that can go in the tens place and make this true.

Related questions

What number has five hundreds two more tens than hundreds and six less than tens?

571


14 hundreds is less than 7,000 tens?

14 hundreds is less than 7,000 tens


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 9 hundreds 3 fewer tens than hundreds and 3 more ones than tens?

what number has 9 hundreds, 2 fewer tens than hundreds, and 2 fewer ones than hundreds


When is it better to round to the tens place rather than the hundreds or thousands place?

When your number is less than fifty.


My tens digit is 4 less than my thousand digit. My ones digit is twice my tens digit.My ten thousand digit is one less than my ones digit. my hundreds digit is the sum of my tens and thousand digit.?

I am a four digit number. My tens digit is 2 more than my ones digit. My hundreds and thousands digit are both 1 less than my ones digit. What number can i be?


What 3 digit number has a tens digit that is 5 more than the ones digit and a hundreds digit that is 8 less than the tens digit?

194


What is an even 3 digiit number in which the hundreds and ones are the same and have a sum of 10 and the tens is 2 less than the ones?

"The hundreds and the ones are the same digit and their sum is 10" did you say ?Well then, the hundreds and ones digit are both 5.And the tens is 2 less than that, or 3.So the number is . . . . . 535


What number has 9 hundreds 4 fewer tens than hundreds and 3 fewer ones than tens?

952


What number has 8 hundreds 4 fewer tens than hundreds and 5 more ones than tens?

849 has 8 hundreds, 4 fewer tens than hundreds, and 5 more ones than tens.


What is the mystery number its less than 3500 and greater than 3400 this number is odd and the product of the hundreds and tens place is 2?

No solution.If it's greater than 3400, then its hundreds place must be '4'.Then (4) times (its tens place) = 2. There is no integer that can go in the tens place and make this true.


How do you round 98143 to the nearest hundred?

To round any number to hundreds place, look at the number in the tens place. If the number is less than 5, leave the number in the hundreds place as it is. If the number in tens place is 5 or above, round the number in the hundreds place up one. For the number 98143, the number in tens place is four, so it would be rounded to 98100.