Respuesta :

Answer:  1

Explanation:

A = values on the die greater than 1

A = {2,3,4,5,6}

B = values on the die less than 5

B = {1,2,3,4}

Union those two sets together

C = A u B = {1,2,3,4,5,6}

Effectively, we get every possible value on the die. This is due to the "or" keyword. If it was "and", then it would be a difference story.

So the probability of getting anything in set C is 100% or just 1. We have guaranteed certainty we'll have this event happen.

ACCESS MORE