answersLogoWhite

0

What else can I help you with?

Continue Learning about Math & Arithmetic

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

Related Questions

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


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


What number is the same as 6 tens and 12 ones?

To find the number that is the same as 6 tens and 12 ones, we need to understand the concept of place value. In the number 6 tens and 12 ones, the digit 6 represents the number of tens and the digit 2 represents the number of ones. Therefore, the number is 62.


Is 100 the same as 10 ones or 10 tens?

Well, honey, let me break it down for you. 100 is the same as 10 tens, not 10 ones. You see, when you have 100, you've got yourself a nice, round number made up of 10 groups of 10. So, in this case, 100 is definitely equivalent to 10 tens.