answersLogoWhite

0

The number that has 10 tens and no ones is 100. This is because 10 tens equals 100, and since there are no ones, the number remains 100.

User Avatar

AnswerBot

1mo ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What number is equal to 10 tens and 10 ones?

Ten tens is equal to 100, and ten ones is equal to 10. When you add these together, 100 + 10 equals 110. Therefore, the number equal to 10 tens and 10 ones is 110.


What number has 15 tens and 12 ones?

The number with 15 tens and 12 ones can be calculated by multiplying the number of tens by 10 and adding the number of ones. So, 15 tens is 150 (15 x 10) and adding 12 ones gives you 150 + 12 = 162. Therefore, the number is 162.


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


What number has 6 tens and 11 ones?

The number with 6 tens and 11 ones can be calculated by multiplying the number of tens by 10 and adding the number of ones. Therefore, 6 tens is 60 (6 x 10) and 11 ones is 11. Adding these together, 60 + 11 equals 71. Thus, the number is 71.


How many ones equal 500 tens?

To find out how many ones equal 500 tens, you multiply the number of tens by 10. Since 500 tens is equal to 500 × 10, that results in 5,000 ones. Therefore, 500 tens equal 5,000 ones.

Related Questions

What number is equal to 10 tens and 10 ones?

Ten tens is equal to 100, and ten ones is equal to 10. When you add these together, 100 + 10 equals 110. Therefore, the number equal to 10 tens and 10 ones is 110.


What number has 15 tens and 12 ones?

The number with 15 tens and 12 ones can be calculated by multiplying the number of tens by 10 and adding the number of ones. So, 15 tens is 150 (15 x 10) and adding 12 ones gives you 150 + 12 = 162. Therefore, the number is 162.


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


What number has 6 tens and 11 ones?

The number with 6 tens and 11 ones can be calculated by multiplying the number of tens by 10 and adding the number of ones. Therefore, 6 tens is 60 (6 x 10) and 11 ones is 11. Adding these together, 60 + 11 equals 71. Thus, the number is 71.


The sum of my ones and tens digit is 10. My tens digit is greater than my ones digit. i am a prime number what number am i?

16


How many ones equal 500 tens?

To find out how many ones equal 500 tens, you multiply the number of tens by 10. Since 500 tens is equal to 500 × 10, that results in 5,000 ones. Therefore, 500 tens equal 5,000 ones.


What number has 3 tens 2 ones?

The number that has 3 tens and 2 ones is 32. In the base-10 number system, each place value represents a power of 10, so the digit in the tens place is multiplied by 10 and the digit in the ones place remains as it is. Therefore, 3 tens is equal to 30 and 2 ones is equal to 2, making the number 32.


How many tens are in 400 ones?

There are 40 tens in 400 ones. This is because ten ones make one ten, so you can divide 400 by 10 to find the number of tens: 400 ÷ 10 = 40.


What number has 10 tens and 0 ones?

One hundred.


How many tens and ones are in the number 216?

In the number 216, there are 21 tens and 6 ones. The tens digit is 1 (representing 10) and the hundreds digit is 2 (representing 200), while the ones digit is 6. Therefore, you can break it down into 21 tens and 6 ones.


What does 9 tens and 10 ones?

Nine tens = 90 Ten ones = 10 90 + 10 = 100


What number has 9 tens and 10 ones?

100 = (9x10) + (10x1) = 90 + 10