Programmed Math/Subtraction

From testwiki
Jump to navigation Jump to search

Prerequisites: Addition

Subtraction deals with the taking away of numbers, like number a from number b so that: a >= b while b > a. Such a case is with:

365=31.

a = 36 and b = 5.

So a — b = 36—5 = 31, a >= b is true.

a>=b, like 365=31.

But b>a, for example : 3655=19.

a = 36 and b = 55.

ab=3655=19.

Subtraction is the inverse of addition, meaning that it is the opposite.

31+5=36, 365=31

Template:BookCat