Week 1 Flashcards

1
Q

What is N?

A

Natural Numbers, non-negative number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Z?

A

Set of all integers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Z+?

A

Set of all positive integers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Q?

A

Set of all rational numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is R?

A

Set of all real numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is R+?

A

Set of all positive real numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is C?

A

Set of all complex numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the size of the Power Set?

A

|P(s)| = 2^n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Are the following pairwise different?
(1, 2, 3) , (1, 3, 2), (2, 1, 3), (3, 1, 2)

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

if |A| = a and |B| = b, what is the size of A x B?

A

ab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

if |A| = a, what is the size of A^n?

A

a^n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Let A be any set. What is the size of A x 0?

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How many different license plates are available if each plate contains a sequence of 3 letters followed by 3 digits?

A

26^3 * 10^3 choices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How many subsets does the set S = {1, …, n} have?

A

2^n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

FORMULA FOR INCLUSIVE-EXCUSLIVE PRINCIPLE OF 2 SETS

A

|A∪B| = |A| + |B| - |A∩B|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly