Programmed Math/Subtraction

From testwiki
Revision as of 22:26, 10 February 2025 by imported>Atcovi (Reverted edits by 98.97.116.92 (talk) to last version by 2001:B400:E4A8:C054:2023:F4FF:FE90:C2E5)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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