188k views
4 votes
Set C is the set of two-digit even numbers greater than 34 that are divisible by 5

C=

User Desunit
by
5.7k points

1 Answer

1 vote
In order for it to be divisible by 5 AND be an even number, it must also be divisible by 2. So you are looking for two-digit numbers greater than 34 and divisible by 10:
C = {40, 50, 60, 70, 80, 90}
User Erich Schreiner
by
5.3k points