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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
When your number is less than fifty.
2230
3896
4117
22382 Inspect the 'hundreds number. If it is less than '5' then leave the thousands unaltered. If it is '5' or greter , then add one to the thousands. Hence in this cae , the hundreds number is '3' (which is less than '5'). So leave the thousands unaltered sat 22,000. The Answer!!!!!
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
When your number is less than fifty.
2230
The number is 1193.
7252
3896
4117
6,130 has.
Oh, dude, let me break it down for you. So, we've got 8 ten thousands (80,000), no thousands, 3 fewer hundreds than ten thousands (800 - 3 = 797), 5 more tens than thousands (70 + 5 = 75), and 2 more ones than hundreds (7 + 2 = 9). Put it all together, and you get the number 80,797. Easy peasy!
I think the number that has 8 thousands 6 fewer than thousands 2 fewer than the thousands and four more units than hundreds is 8624.
428, plus any number of thousands, ten-thousands, hundred-thousands, millions, etc.,plus any fraction less than '1' .