Show that addition and multiplication are associative binary operation on R But subtraction is not associative on R. Division is not associative on R*.
Addition and multiplication are associative,
as (a + b) + c = a + (b + c)
and (a x b) x c = a x (b x c) ∀ a, b, c ∈ R.
However, subtraction and division are not associative, as
(8 – 5) – 3 ≠ 8 – (5 – 3) and (8 ÷ 5) ÷ 3 ≠ 8 ÷ (5 ÷ 3).