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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
It is 3823.
The digit in the hundreds place in the number 2378.91 is the digit 3.