answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How does multiplying by hundreds differ from multiplying by tens?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

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 many tens hundreds thousands are in each number 3000 40000 500000 6000000?

3000 has 3 thousands, 30 hundreds and 300 tens. 40000 has 40 thousands, 400 hundreds and 4000 tens. 500000 has 500 thousands, 5000 hundreds and 50000 tens. 6000000 has 6000 thousands, 60000 hundreds and 600000 tens.


Why do you place a zero in the ones place of the second partial product in a multiplication problem?

Consider the example 234 x 26.When multiplying out, you do the ones digit first, then the tens digit:ones: 234 x 6 = 1404tens: 234 x 2 = 468and then add the results together.However, the value of the tens digit is the_digit x 10. So in this example, the tens digit is not worth two (2) but twenty (20 = 2 x 10). Thus the correct value of multiplying by the tens digit is:234 x 2 x 10 = 468 x 10 = 4680(The correct sum is: 234 x 26 = 1406 + 4680 = 6084)So when multiplying by the tens digit there will be a zero (0) on the end.Similarly when multiplying by a hundreds digit there will be two zeros (00) on the end.To avoid forgetting to do this, the zero(s) is(are) normally written in first before doing the multiplication by the tens (hundreds, etc) digit.


My tens digit is 2 times your hundreds digit My hundreds digit is 4 My ones digit is a factor of your tens and hundreds digit Who am I?

one


How many tens are in 6 hundreds?

How many tens are the same as 6 hundreds. Explain your reasoning

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 many tens hundreds thousands are in 12000?

In 12000, there are;12 thousands120 hundreds and1200 tens


Is 27 hundreds the same as 27 tens?

No 27 hundreds is not the same as 27 tens because 27 hundreds = 2,700 and 27 tens = 270.


What is 8 hundreds and 6 tens?

8 hundreds plus 6 tens= 860.


What is 5 tens times 7 tens?

5 tens x 7 tens = 35 hundreds = 3 thousands 5 hundreds.


How many tens hundreds thousands are in each number 3000 40000 500000 6000000?

3000 has 3 thousands, 30 hundreds and 300 tens. 40000 has 40 thousands, 400 hundreds and 4000 tens. 500000 has 500 thousands, 5000 hundreds and 50000 tens. 6000000 has 6000 thousands, 60000 hundreds and 600000 tens.


Is 40.0 closest to the tens hundreds or thousands?

Tens.


What number has 8 hundreds 4 fewer tens than hundreds and 5 more ones than tens?

849 has 8 hundreds, 4 fewer tens than hundreds, and 5 more ones than tens.


What number has 9 hundreds 3 fewer tens than hundreds and 3 more ones than tens?

what number has 9 hundreds, 2 fewer tens than hundreds, and 2 fewer ones than hundreds


Why do you place a zero in the ones place of the second partial product in a multiplication problem?

Consider the example 234 x 26.When multiplying out, you do the ones digit first, then the tens digit:ones: 234 x 6 = 1404tens: 234 x 2 = 468and then add the results together.However, the value of the tens digit is the_digit x 10. So in this example, the tens digit is not worth two (2) but twenty (20 = 2 x 10). Thus the correct value of multiplying by the tens digit is:234 x 2 x 10 = 468 x 10 = 4680(The correct sum is: 234 x 26 = 1406 + 4680 = 6084)So when multiplying by the tens digit there will be a zero (0) on the end.Similarly when multiplying by a hundreds digit there will be two zeros (00) on the end.To avoid forgetting to do this, the zero(s) is(are) normally written in first before doing the multiplication by the tens (hundreds, etc) digit.


How many hundreds are there altogether in 990 tens?

990 tens is equivalent to 99 hundreds


What is 2565 rounded to the nearest thousand hundreds and tens?

Thousands: 3,000 Hundreds: 2,600 Tens: 2,570