Join 36000+ teachers and students using TTIO.
Associative law of addition states that OR'ing more than two variables i.e. mathematical addition operation performed on variables will return the same value irrespective of the grouping of variables in an equation.
The Associative law using the OR operator can be written as:A+(B+C) = (A+B)+C
(a) A + B = B + A
(b) A B = B A
(a) (A + B) + C = A + (B + C)
(b) (A B) C = A (B C)
(a) A (B + C) = A B + A C
(b) A + (B C) = (A + B) (A + C)
(a) A + A = A
(b) A A = A
(a)
(b)
(a) A + A B = A
(b) A (A + B) = A
(a) 0 + A = A
(b) 0 A = 0
(a) 1 + A = 1
(b) 1 A = A
(a)
(b)
(a)
(b)
(a)
(b)
www.teachyourselfpython.com