61.0k views
5 votes
A = {prime numbers between 4 and 25} B = {odd numbers less than 16} List the outcomes of A, B and explain? List the outcomes of A, B and explain?

The image below better explains it. Thank you.

A = {prime numbers between 4 and 25} B = {odd numbers less than 16} List the outcomes-example-1

1 Answer

4 votes

Answer:

A u B = {1,3,5,7,9,11,13,15,17,19,23}

A n B = {5,7,11,13}

Explanation:

The prime numbers between 4 and 25 are; 5, 7, 11 , 13 , 17 , 19 and 23

A = {5, 7,11, 13, 17, 19,23}

B are odd numbers less than 16

B = {1, 3 , 5,7,9,11,13,15}

The union of both is the list of all values present in both sets without repeating;

A u B = {1, 3, 5,7,9,11,13,15,17,19,23}

A n B is the set that contains values that are present in both sets

A n B = {5,7,11 , 13}

User Vara
by
5.2k points