Programmed Math/Subtraction: Difference between revisions

From testwiki
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:

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