4 to 89
The number must be in the range of 781 to 799. To have 8 more tens than ones, the number must have a tens digit of 8 and a ones digit of 0. Therefore, the number is 780.
The number that has 7 tens and less ones than tens is 70 minus a certain number of ones. Since there are 7 tens, which is 70, and it needs to have less than 7 ones, the possible values for the ones place are 0 through 6. Therefore, the possible numbers are 70, 71, 72, 73, 74, 75, and 76.
The number with 7 tens has 70. Since it has 6 less ones than tens, it has 7 - 6 = 1 one. Therefore, the number is 70 + 1, which equals 71.
equal
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?
3
0.4111567111203111789
The number you are looking for is 74.
97.97 is less than 100 and more than 89.the tens digit (which is 9) is two more than the ones digit (which is 7)
well 7 tens is 70 and 8 tens is 80 and the number containts 4 ones so it would be 74.
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
The ones digit is 5 less than 10 (10-5=5) The tens digit is 2 more than the ones digit (5+2=7) The entire number is less than 200. It could be either "75" or "175", but is probably "175" or they would have said that the entire number was less than 100.