answersLogoWhite

0

What else can I help you with?

Related Questions

You are a four digit number your ones is twice your tens your hundreds is five less than your ones your thousands place is the sum of your tens and hundreds what number are you?

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); /**/ /**/ /**/ } /**/ /**/ } /**/ } }


How do you write 8 thousands plus 7 hundreds plus 4 tens plus 9 ones in standard notation?

8,749.


What comes after the ones?

tens come after ones then hundreds then thousands


What is 8 ten thousands plus 4 thousand plus 9 hundreds plus 4 tens plus 7 ones?

It is 84947.


How do you write 7 thousands 4 hundreds 6 tens and 18 ones?

7,478 is how you right 7 thousands, 4 hundreds, 6 tens, 18 ones.


What is the ones tens hundreds thousAnds wHat is next?

Ten thousands, then hundred thousands, then millions


What is the Value of the 2 in the number 765,234?

Your correct answer is hundreds place because you have your ones period like ones tens hundreds same with the thousands period ones tens hundreds.


What number has 4 ten thousands plus 3 hundreds plus 17 tens plus 9 ones?

40,000 300 170 9 = 40,479


What is the hundred thousands place?

hundred thousands,ten thousands,thousands,hundreds,tens,ones


Your thousands digit is twice your ones digit your hundreds digit is your ones digit plus 2 your tens digit is the difference between your thousands and hundreds digit what number can you be?

(a)(a-2)(a+2)(2a) It can be: 2044 3156 4268


What place is the 8 in 8.349?

i mean ones,tens,hundreds or thousands


What means the same as 3147?

A. 2 thousands, 14 hundreds, 7 ones B. 3 thousands, 11 hundreds, 47 tens C. 3 thousands, 14 hundreds, 7 ones or..... D. 2 thousands, 11 hundreds, 47 ones