Showing posts with label Set Theory. Show all posts
Showing posts with label Set Theory. Show all posts

Friday, April 4, 2014

For A = {x|x is an integer greater than 7} and B = {x|x is an integer less than or equal to 12}, determine A∩B and A∪B.

A∩B =
{x|x is an integer greater than 7} and {x|x is an integer less than or equal to 12}=
{x|x is an integer greater than 7 and less than or equal to 12}


A∪B =
{x|x is an integer greater than 7} or {x|x is an integer less than or equal to 12}=
all integers

True or false: {16, 17, 18, 19}=[16,19] ?

False. The interval [16,19] contains all the number beginning at 16 and ending at 19 while the set {16, 17,  18, 19} only includes the four integers.

True or false: {16, 17, 18, 19} is a subset of (16,19) ?

False. The interval (16,19) does not include 16 and 19.

True or false: {16, 17, 18, 19} is a subset of [16,19] ?

True. The interval [16,19] contains all the numbers between and including 16 and 19.

Wednesday, August 14, 2013

How do you write a set In a roster for and in set-builder notation

The names of the formats are self explanatory - which is a common practice in math. Roster form is a listing of elements whereas set-builder notation is a way of describing what elements are in a set. If a set has elements that cannot be listed completely then set builder notation is a viable option. 
Suppose E1 is the set of even numbers between 2 and 12 then either form will work: 
E1={4,6,8,10}={n: 2|n and 2 < n < 12} 
Now let E2 be the even number between 2 and 12,000,000,000. Roster form is really no longer practical - and this isn't even an infinite set. So we use builder notation. 
E2={n: 2|n and 2 < n < 12*10^9}

Thursday, June 20, 2013

Why are the infinite sets: set of natural numbers, set of integers, set of odd numbers and set of even numbers equal? Prove it.

These sets are not equal. We call them equivalent (isomorphic) because they have the same number of elements. The proof is that we can find a bijection between the natural numbers and each other set. Please search for examples on your own - it's not too tough 

:)

Monday, June 10, 2013

List all the possible subsets of B={2,4,6,8,10}

The number of subsets of a set of n elements is 
2%5En 
there are 32: 
{} 
{2}
{4}
{6}
{8}
{10} 
{2,4}
{2,6}
{2,8}
{2,10}
{4,6}
{4,8}
{4,10}
{6,8}
{6,10}
{8,10} 
{2,4,6}
{2,4,8}
{2,4,10}
{2,6,8}
{2,6,10}
{2,8,10}
{4,6,8}
{4,6,10}
{4,8,10}
{6,8,10} 
{2,4,6,8}
{2,4,6,10}
{2,4,8,10}
{2,6,8,10}
{4,6,8,10} 
{2,4,6,8,10} 

Monday, May 27, 2013

assume that power set of A equal to power set of B.then A=B.

This is not true: 
A= {1, 2} 
B= {4, t} 
have 

abs%28A%29=abs%28B%29 

but 

A%3C%3EB 

(two sets are equal if they have exactly same elements) 

:)

Monday, April 29, 2013

Given sets A = {1, 3, 7}, B = {1, 3, 5, 9}, what is the union of A and B?

 A = {1, 3, 7}
 B = {1, 3, 5, 9}


The union is the set of all elements that belong to either set A or set B or both:
 AB={1,3,5,7,9}

Friday, April 26, 2013

Find the domain and range.


Find the domain and range.
R={( -4, -7), ( 12, 5), ( 11, -9), ( 11, -3)}


Solution:

The domain of a relation is the set of all first coordinates so we can write Dom R={-4, 12, 11}

The range of a relation is the set of all second coordinates so we can write Ran R={-7, 5, -9, -3}