answersLogoWhite

0


Best Answer

addition

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What operation are you using if your answer is the sum?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you know which operation you are using in a word problem?

In order to know which operation, you have to find the keywords. EX: how many more, difference, sum, total, etc.


Answer of an addition operation is called?

The sum.


What is an additive operation?

An additive operation is an operation which produces the sum of two operands.


What operation is sum?

By adding.


What is the name of an operation in a calculation?

a sum


How do you input two numbers not using operation by multiplication by using addition?

I suppose you wanted to ask: how to do multiplication with repeated addition. int mul (int a, int b) { int sum= 0; int sign= 1; if (b<0) { sign= -1; b= -b;} for (; b; --b) sum = sum + a; return sign*sum; }


What it the sum of forty three?

43. A sum is a binary operation. You have a sum of two things. There is no sense in a sum of one thing.


What operation gives you the sum of 2 numbers?

The operation is called addition.


What is the sum of this answer -12?

A sum is an operation involving two or more numbers. You cannot have a sum of a single number.


What is an operation that's gives you a sum?

Addition


What the answer in fundamental operation in addition?

The answer is called "the sum".


How do you write trice the sum of xy and z?

(x+y+z)*3= Using the 'Order of Operation' rules, the addition within brackets is done first, then the sum is multiplied by 3 (thrice means three).