Subtraction

In arithmetic, subtraction is one of the four basic binary operations; it is the inverse of addition, meaning that if we start with any number and add any number and then subtract the same number we added, we return to the number we started with. Subtraction is denoted by a minus sign in infix notation, in contrast to the use of the plus sign for addition.

Since subtraction is not a commutative operator, the two operands are named. The traditional names for the parts of the formula

cb = a

are minuend (c) − subtrahend (b) = difference (a). subtraction = value1 - value2

Subtraction is used to model four related processes:

  1. From a given collection, take away (subtract) a given number of objects. For example, 5 apples minus 2 apples leaves 3 apples.
  2. From a given measurement, take away a quantity measured in the same units. If I weigh 200 pounds, and lose 10 pounds, then I weigh 200 − 10 = 190 pounds.
  3. Compare two like quantities to find the difference between them. For example, the difference between $800 and $600 is $800 − $600 = $200. Also known as comparative subtraction.
  4. To find the distance between two locations at a fixed distance from starting point. For example if, on a given highway, you see a mileage marker that says 150 miles and later see a mileage marker that says 160 miles, you have traveled 160 − 150 = 10 miles.

In mathematics, it is often useful to view or even define subtraction as a kind of addition, the addition of the additive inverse. We can view 7 − 3 = 4 as the sum of two terms: 7 and -3. This perspective allows us to apply to subtraction all of the familiar rules and nomenclature of addition. Subtraction is not associative or commutative—in fact, it is anticommutative and left-associative—but addition of signed numbers is both.

Read more about Subtraction:  Basic Subtraction: Integers, Subtraction As Addition, Algorithms For Subtraction, The Teaching of Subtraction in Schools