Oh, dude, that's like a math riddle straight out of a textbook. So, let's break it down: if we have twice as many thousands as ones, that means the thousands digit has to be 8 (since 8x2=16). Then, twice as many ones as hundreds means the ones digit is 2 (since 2x2=4). And finally, twice as many hundreds as tens means the hundreds digit is 4 (since 4x2=8). So, the number is 8422. Math can be fun, right?
1339
(a)(a-2)(a+2)(2a) It can be: 2044 3156 4268
This is missing some information. You mentioned the tens digit twice and didn't mention the ten thousands digit. One possibility is 87184.
this question doesnt make sense
that means the hundreds digit is 6
1339
(a)(a-2)(a+2)(2a) It can be: 2044 3156 4268
1.382 OR 0.000 or 2831
47184
This is missing some information. You mentioned the tens digit twice and didn't mention the ten thousands digit. One possibility is 87184.
4082 Since the tens digit is 2 times the thousand digit, it must be an even digit. So it can be 8, 6, 4, or 2. But, the thousands digit is 4 greater than the hundred digit. So that the hundred digit must be 0, the thousands digit must be 4, the hundreds digit must be 8, and the ones digit must be 2.
this question doesnt make sense
700,000
that means the hundreds digit is 6
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
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.
It is 3823.