Given:
u has direction ( 1, 0,0)
v has directions (1, 1,0)
w has directions(1, -2,1)
So (2,1,0) is the left hand side. The cross product gives us a direction between two vectors or the coordiantes it pointing to.
The right hand side:
So using (u x v) x w = u x (v x w) on the left hand side we got (2,1,0) and the right hand side we got (0,3,-1)
Therefore we have (2,1,0) = (0,3,-1) which can't be possible.
Answer: