<u>Answer:</u>
U=(1,2,3,4,5,6,7,8), a=(1,3,5,7), b=(4,5,6) is false statement
<u>Solution:</u>
Given, two sets are a = (1, 3, 5, 7) and b = (4, 5, 6).
And their union set is U = (1, 2, 3, 4, 5, 6, 7, 8)
We have to find that whether above sets are true or not.
We know that, union of two sets will have the all elements in the two sets except the repeated elements.
Now, according to our knowledge.
Union of a and b = (1, 3, 5, 7, 4, 6)
Now compare the given union set with our set.
After comparison we can say that, both are not equal which means that given union set is false set.
Hence, given statement is false.