How to subtract integers?


Subtraction is not commutative for integers. That is, for any two integers p and q,

  • p – q ≠ q – p
Example: For two integers 9 and 7, their subtraction,
  • 9 – 7 ≠ 7 – 9 (Subtraction is not commutative)

Subtraction is not associative for integers. That is, for any three integers a, b, and c,

  • a – (b – c) ≠ (a – b) – c

For three integers, 4, 5, and 6, their subtraction, 

  • 4 – (5 – 6 ) ≠ (4 – 5) – 6

Tutorialspoint
Tutorialspoint

Simply Easy Learning

Updated on: 10-Oct-2022

58 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements