Answer:
a = (1,0,0)
b = (1,1,0)
c = (1,1,1)
Step-by-step explanation:
In order to do this, we must find a counter example, that is to say, three vectors a, b,and c such that
(a x b) x c different to a x (b x c)
Let a, b and c be the vectors
a = (1,0,0)
b = (1,1,0)
c = (1,1,1)
Then (a x b) x c = (-1,-1,0)
See attachment 1
whereas
a x (b x c) = (0,0,1)
See attachment 2
So,
and the cross product is not associative.