65.2k views
0 votes
I really need a quick answer to this question. Thank you!​

I really need a quick answer to this question. Thank you!​-example-1

1 Answer

3 votes

Answer:

P U Q = {2, 3, 4, 5, 6, 7, 8, 9, 10}

P ∩ Q = {4, 6, 8}

Explanation:

P = {2x, for 1 <= x <= 5}

P = {2, 4, 6, 8, 10}

Q = {x + 1, for 2 <= x <= 8}

Q = {3, 4, 5, 6, 7, 8, 9}

P U Q = {2, 3, 4, 5, 6, 7, 8, 9, 10}

P ∩ Q = {4, 6, 8}

User Ivan Koblik
by
5.4k points