answersLogoWhite

0

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

15y ago

What else can I help you with?

Related Questions

What is the place value ten times greater than the hundreds?

It is the thousands place.


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


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.


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


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.


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.


What is the place value that is ten times greater than the hundreds place?

The place value that is ten times greater than the hundreds place is the thousands place. In the decimal numbering system, each place value is 10 times greater than the one to its right. Therefore, the hundreds place is followed by the thousands place, which represents a value that is 10 times greater than the hundreds place.


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.


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