B ={ 4,5,6,7 } as x is greater than 3 but less than 8.
And C = { 1,2,3,4,5 } as x is a natural number less than equal to 5.
Intersection of two sets has the elements common in both the sets
So, A∩B= { 5,6,7 }
And, (A∩B)∩C= { 5,6,7 }∩ { 1,2,3,4,5 } = { 5 } ....(1)
Also, B∩C= { 4,5 }
And, A∩(B∩C)= { 5,6,7,8,9 }∩ { 4,5 } = { 5 } ....(2)
From (1) and (2), we know
(A∩B)∩C=A∩(B∩C)