13789
In 12000, there are;12 thousands120 hundreds and1200 tens
8 hundreds plus 6 tens= 860.
5 tens x 7 tens = 35 hundreds = 3 thousands 5 hundreds.
Well, isn't that a happy little question! 27 tens is the same as 270. You see, when you have 27 groups of ten, you simply multiply 27 by 10 to find the total, which is 270. Just imagine all those tens coming together to create a beautiful number!
How many tens are the same as 6 hundreds. Explain your reasoning
no is 240.0
13789
Your correct answer is hundreds place because you have your ones period like ones tens hundreds same with the thousands period ones tens hundreds.
224 has.
2*100 + 31*10 + 27*1 = 200 + 310 + 27 = 537
573
8806
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 674.
434.
27 plus 81 is 108. This is because if you add the ones place, which would be the 7 of 27 and the 1 of 81 you get 8, which becomes the answer's one place. You then do the same thing except with the tens place, which are the numbers 2 and 8. Since this gives you 10, a double digit number, the 0 stays in the tens place and the 1 carries over to the hundreds place. So if you put the 8 in the ones place, 0 in the tens place, and 1 in the hundreds place, you get the number 108.