Programmed Math/Subtraction: Difference between revisions
Jump to navigation
Jump to search
imported>Atcovi m Reverted edits by 98.97.116.92 (talk) to last version by 2001:B400:E4A8:C054:2023:F4FF:FE90:C2E5 |
(No difference)
|
Latest revision as of 22:26, 10 February 2025
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:
.
a = 36 and b = 5.
So a — b = 36—5 = 31, a >= b is true.
a>=b, like .
But b>a, for example : .
a = 36 and b = 55.
.
Subtraction is the inverse of addition, meaning that it is the opposite.
,