answersLogoWhite

0


Best Answer

It is: -2 because -2-15 = -10-7 => -17 = -17

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: I am an integer when you decrease me by -15 the result is the sum of -10 and -7?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the sum of the first 10 positive integers?

what is the sum of the first 10 positive integers? To me, if you include 0 as the first integer, then the tenth integer is 9 and the sum is 45. If you don't include 0, the tenth integer is 10, and the sum is 55.


Sum of 10 and a product of 25?

10 + 25n, where n is an integer.


The sum of an integer and twice the next consecutive integer is 29. What are the integers?

9 and 10 9 + 2(10) = 29


What two consecutive integer whose sum -21?

The integers are -11 and -10.


Which of the following cannot yield an integer when divided by 10?

All of these could yield an integer when divided by 10. 1. sum of two integers: ( 10 + 10)/10 = 2 2. integer less than 10: -20 < 10 and -20/10 = -2 3. product of 2 primes: 2 and 5 are primes and 2*5/10 = 1 4. sum of three consecutive integers ; (9+10 + 11) /10 3


How do you create a flowchart and program that will inputs 2 number then get the sum is odd number then sum will be added 10 otherwise sum will be subtract to 2 and print result?

int process (int a, int b) { int result = a + b;if (result % 2) { result += 10; } else { result -= 2; } return result; }


Program to find sum of two numbers in VB.NET language?

Option Explicit Dim a as integer Dim b as integer Dim c as integer Dim result as integer a=val(text1.text) b=val(text2.text) c=val(text3.text) result=a+b+c 'now we want to push the result to another text box ,below code insert into the button click event text4.text=result text1.text="" text2.text="" text3.text="" Rename the cmd button As sum. And run the program by pressing F5 key.


If the sum of two consecutive integers is nineteen find the smaller integer?

The numbers are 9 and 10.


Is 10 a sum of 22?

No. A sum is the result of adding two or more numbers together.


Write a program to compute the sum of first ten integer numbers in PHP?

$n = 10*(1+10)/2;


When you add the square root of nine plus negative seven is the sum type an irrational whole number radical or an integer?

sqrt 9 = +3 or 3 3 - 7 = -4 -3-7 = -10 the sum is an integer


What is the sum of the first ten negative integer and the first ten positive integer?

The sum of the first ten positive integers, i.e. 1,2,3,4,5,6,7,8,9, and 10, is 55. The sum of the first ten negative integers, i.e. -1,-2,-3,-4,-5,-6,-7,-8,-9, and -10 is -55. The sum of the first ten positive integers plus the sum of the first ten negative integers is 0.