Well, honey, in 1355, there are 5 tens and 13 hundreds. So, technically, there are 8 more hundreds than tens in that number. Math can be sassy sometimes, just like me!
2
what number has 9 hundreds, 2 fewer tens than hundreds, and 2 fewer ones than hundreds
952
what number has 3 hundreds, 4 more tens than hundreds, and 1 more one than hundreds
Well, honey, there are 4 hundreds in 400 tens. It's simple math, no need to overcomplicate things. Just divide 400 by 100, and you'll have your answer faster than you can say "math class is a snooze fest."
2
122 how did we get this answer?
what number has 9 hundreds, 2 fewer tens than hundreds, and 2 fewer ones than hundreds
14 hundreds is less than 7,000 tens
849 has 8 hundreds, 4 fewer tens than hundreds, and 5 more ones than tens.
571
952
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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }
In the number 4553, the 5 in the hundreds place represents 500, while the 5 in the tens place represents 50. To find how many times bigger the 5 in the hundreds place is than the 5 in the tens place, you divide 500 by 50, which equals 10. Therefore, the 5 in the hundreds place is 10 times bigger than the 5 in the tens place.
100 / 10 = 10.
Just like hundreds are greater than tens, hundreds of thousands is larger than tens of thousands.
what number has 3 hundreds, 4 more tens than hundreds, and 1 more one than hundreds