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