answersLogoWhite

0


Best Answer

Suppose the number is WXYZ, where W,X,Y and Z are non-negative integers less than 10. Then Y = 2*W So Y<10 => W<5 ie W<=4 Also, W = X+4 and X>=0 => W>=4 The above two imply that W = 4. Then X = W-4 = 0 Y = 2*W = 8 and Z = W/2 = 2 so the number is 4082

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: You have a four digit number where the thousands digit is four greater than the hundreds digit. The tens digit is twice the thousands digit.The ones digit is half of the thousands digit. What is the?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How much is hundreds of thousands?

It is simply an unspecified number of hundreds of thousands!


What is the answer for you are a 3digit odd number your tens digit is 1 less than your hundreds digit but 2 more than your ones digitThe sum of your digit is 20 Who are you?

875


What number has 2 thousands the same number of hundreds as thousands 1 more ten than hundreds and no ones?

2230


What number is three hundreds greater then 47 251?

what number is three hundreds greater than 47,251


In the number 425512 what is the difference between the 5 in the thousands place and the 5 in the hundreds place?

5000 is ten times greater than 500.


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&lt;10; thousands++) { /**/ for (hundreds=0; hundreds&lt;10; hundreds++) { /**/ /**/ for (tens=0; tens&lt;10; tens++) { /**/ /**/ /**/ for (ones=0; ones&lt;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 1 thousand the same number of hundreds as thousands 8 more tens than thousands and 2 more ones than hundreds?

The number is 1193.


How many three digit numbers can be made out of all the numbers from 1 to 9 with out repeating any number?

my name is teshome hambissafrom the three digitthe first is filled by 9 digitthe second is filled by 9 digitthe third is filled by 9 digitso that by principle of countingthere are 9x9x9=729 ways.


You are a 4 digit number your hundreds digit number is triple your thousands digit the number formed by your tens and ones digit is triple the number formed by your thousands and hundreds digits?

1339


How do you round 345982 to the nearest thousand?

hundred-thousands ten-thousands thousands hundreds tens onesAbove is the order of the place values so for the number above it would go like this:3 4 5 9 8 2hundred-thousands ten-thousands thousands hundreds tens onesTo round to the nearest thousand means that we must decide what number should be in the thousands place (where the 5 currently is) and then make all numbers to the right of it (the hundreds, tens, and ones place) a 0.To determine what number should go in the thousands place, we need to look at the hundreds place. If the hundreds place contains a number that is greater than or equal to 5, we round up (meaning we add one to that value in the thousands place) otherwise, we round down (meaning we keep the number in the thousands place the same).In this problem, the hundreds place contains the number 9. Since this is greater than or equal to 5, we round up.To round up, we add 1 to the value in the thousands place.So, 5+1 = 6 --> Now the thousands place contains a six and all places to the right become zeros, so the final answer is:346000


What number has 9 ten thousands the same number of thousands as ten thousands 8 fewer hundreds than ten thousands 6 more tens than hundreds and 6 fewer ones than thousands?

Having: 9 ten-thousands &rarr; 90,000 the same number of thousands as ten thousands &rarr; 9 ten-thousands: 9 thousands &rarr; 9,000 8 fewer hundreds than ten-thousands &rarr; 9 ten-thousand: 9 - 8 = 1 hundreds &rarr; 100 6 more tens than hundreds &rarr; 1 hundreds: 1 + 6 = 7 tens &rarr; 70 6 fewer ones than thousands &rarr; 9 thousands: 9 - 6 = 3 ones &rarr; 3 &rarr; the number is 90,000 + 9,000 + 100 + 70 + 3 = 99,173.


What number has 6 thousands 5 fewer hundreds than thousands 2 more tens than hundreds and no ones?

6,130 has.