Union of two sets has all the elements of both the sets
=>B∪C= { 7,9,11 }
Product of two sets is the set of ordered pairs formed by mapping every element from the first set to every element of the second set.
So, A×(B∪C)= { (5,7),(5,9),(5,11),(7,7),(7,9),(7,11) }
Also,
And A×B= { (5,7),(5,9),(7,7),(7,9) }
Now, A×C= { (5,7),(5,9),(5,11),(7,7),(7,9),(7,11) }
And, (A×B)∪(A×C)= { (5,7),(5,9),(5,11),(7,7),(7,9),(7,11) }
Hence, A×(B∪C)=(A×B)∪(A×C) holds true