First question: The associative property of addition says, very specifically, that for all numbers a, b, and c, it's true that a + (b + c) = (a + b) + c.
The associative property of multiplication says, very specifically, that for all numbers a, b, and c, it's true that a(bc) = (ab)c.
So the two equations you wrote in your question are true for real numbers, but they are not examples of associative properties.
The first equation in your question actually follows from just the commutative property of addition:
a + (b + c) = (b + c) + a [commutative property of addition--we switched the order of a and (b + c) around a plus sign]
(b + c) + a = (c + b) + a [commutative property of addition--we switched the order of b and c around a plus sign]
The second equation in your question follows from both the commutative and associative properties of multiplication:
a(bc) = a(cb) [commutative property of multiplication--we switched the order of multiplying b and c]
a(cb) = (ac)b [associative property of multiplication--we moved the parentheses]
(ac)b = (ca)b [commutative property of multiplication--we switched the order of multiplying a and c].
---
Second question: No. For example:
(4 / 2) / 2 = 2 / 2 = 1; but
4 / (2 / 2) = 4 / 1 = 4.
So (a / b) / c is (most of the time) not equal to a / (b / c); that is, division is not associative, so there is no associative property of division.