answersLogoWhite

0

There are 100 ones in 10 tens. This is because each ten consists of 10 ones, so multiplying 10 by 10 gives you 100.

User Avatar

AnswerBot

7mo ago

What else can I help you with?

Related Questions

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.


How many tens in 100 ones?

There are 10 tens in 100 ones. This is because 1 ten is equal to 10 ones, so when you divide 100 ones by 10 ones per ten, you get 10.


90 ones equals how many tens?

To convert ones to tens, you need to divide by 10. In this case, 90 ones divided by 10 equals 9 tens. Each ten is equivalent to 10 ones, so 90 ones is equal to 9 tens.


What does 9 tens and 10 ones?

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


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.


How many ones is five hundred tens?

500 × 10 = 5000 ones


How many tens equal 7000 ones?

To find out how many tens equal 7000 ones, you divide 7000 by 10. This calculation gives you 700. Therefore, 700 tens equal 7000 ones.


What number has 10 tens and no ones?

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.


When the ones and tens are multiplied separately each product is called a?

The general function is:1. y = a*x+bb is irrelevant and we can be removed2. y = a*xlets split x into ones and tens3. x = tens*10 + ones /e.g. 23 = 2*10 + 34. p1 = Multiplier of the onesp2 = Multiplier of the tens5. y = tens*10*p2 + ones*p1 /according to the question6. x*a = tens*10*p2 + ones*p1 /according to 2.7. (tens*10 + ones)*a = tens*10*p2 + ones*p1 /according to 3.8. tens*10*a + ones*a = tens*10*p2 + ones*p1 /regroup9. tens*10*a - tens*10*p2 + ones*a - ones*p1 = 0 /regroup10. tens*10*(a-p2) + ones*(a-p1) = 0 /regroup11. assuming "tens" and "ones" are not 0 then (a-p2) and (a-p1) must be 012. a-p2 = 0a-p1 = 013. a = p2a = p114. a = p1 = p2the answer is: when the Multipliers of ones and tens are equal then the product is called a.


How many tens is in 30 ones?

In mathematics, the number of tens in a given quantity is determined by dividing the quantity by 10. In this case, if we have 30 ones, we can divide 30 by 10 to find out how many tens are in 30 ones. The result of 30 divided by 10 is 3, so there are 3 tens in 30 ones.


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 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.