A= { 6,7,8,9 } as x is greater than 5 but less than 10.
B={3,4,5,6,7}
And C= { 2,4,6,8 } as x is multiple of 2 with numbers 1 to 4.
Intersection of two sets has the elements common in both the sets
So, A∩B= { 6,7 }
And A∩C= { 6,8 }
Union of two sets has all the elements of both the sets
So , (A∩B)∪(A∩C)= { 6,7 }∪ { 6,8 } = { 6,7,8 }