answersLogoWhite

0

What else can I help you with?

Related Questions

How many numbers between 0 and 10000 will give you a sum of 10 if you add the digits of a number?

20 number


What is the sum when you add zero to any number?

it is 10 times larger (of the number that was multiplied by 10 or added a zero at the end)


What is a prime number between 30 and 40 that when you add the two factors together you get 10?

This question doesn't quite make sense; a prime number has no factors.If you meant a prime whose digits sum to 10 it is 37.


What is halfway between -10 and 6?

Add two numbers together and divide sum by two to find midway point.(-10+6)/2=-4/2=-2Therefore, the number that is halfway between -10 and 6 is -2 (negative two).


What is a sum of 10?

A sum is the addition of any numbers to produce another number. In your case, you have to find any numbers that will add up to 10. The sum of 10 and 0 is 10, the sum of 5 and 5 is 10, the sum of 2 and 8 is 10, the sum of -2 and 12 is 10, so there are an infinite amount of answers for your question.


When you add 9 to me the sum is the same as 10 plus 10.?

Let the number you are looking for be x. Then 9 + x = 10 + 10. x is 11.


Algorithm to find the sum of even numbers between 1and 10?

1.start 2.n=1,s=0 3 compute s=s+n 4 compute n=n+1 5 check n<=10 go to step3 else go to step 7 6 display s 7 stop


What 2-digit prime number has a sum of 10 when you add up its digits?

Two-digit prime numbers whose digits add up to 10 are:193773


When you add two triangular numbers why do they equal to a square number?

They don't necesarily,3 is a triangular number and 10 is a triangular number. Their sum is 13 which is not a square number.They don't necesarily,3 is a triangular number and 10 is a triangular number. Their sum is 13 which is not a square number.They don't necesarily,3 is a triangular number and 10 is a triangular number. Their sum is 13 which is not a square number.They don't necesarily,3 is a triangular number and 10 is a triangular number. Their sum is 13 which is not a square number.


It is greater than 30 and less than 40 if you add them the sum is 10 what is the number word?

37 3+7=10


If it is greater than 30 and less than 40 if you add the digits the sum is 10 what is the number word?

The number is thirty-seven.


How do you find the sum of all the whole numbers between any two whole numbers?

You know that sum of the first n whole numbers is n(n+1)/2. ( it is the same as the first n natural numbers since the zero does not add anything) So lets say you want the sum of all the whole numbers between 3 and 10. ( I made it easy to illustrate the idea.) The sum of the whole numbers between 0 and 3 is 3(4)/2=6 The sum of the whole numbers between 0 and 10 is 10(11)/2=55 So the sum of the whole numbers between 3 and 10 is the (sum of the whole number between 0 and 10) -(sum of whole numbers between 0 and 3) which is 55-6=49 So in general, for whole numbers m and n with m