Quiz 1 Flashcards

1
Q

How do you define an empty set?

A

{ } or Ø

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

Define a “Conjunction” compound statement and its symbol.

A

A conjunction compound statement means if any statement is False, the whole thing is false. It is denoted by a big “^” symbol or the word “and”.

Ex:

P = True

Q = False

P ^ Q = False

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

Define a “Biconditional” statement and its symbol.

A

A biconditional statement is only True if both statements are the equal. It is denoted by the symbol “<–>” or the format “if and only if”.

Ex:

P = False

Q = False

P <–> Q = True

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

What is the set of Integers?

A

The set of Integers is all whole numbers that are positive, negative, or zero.

Ex:

{…-3, -2, -1, 0, 1, 2, 3,…}

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

Use Inductive Reasoning to predict the next number:

5, 11, 17, 23, 29, __

A

35.

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

What is the set of negative integers between -5 and +6?

A

{-4, -3, -2, -1}

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

Which type of compound statement is:

If 5 > 3, then 2 + 7 = 4

Is it True or False?

A

It is a conditional statement (if…, then…), and it is False.

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

How many exams (not including final) will be given?

A

3.

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

Which type of compound statement is:

4 <= 9

Is it True or False?

A

It is a disjunction (or), and it is True.

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

What compound statement’s symbol is “^”?

A

A conjunction.

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

What is the negation of the quantifiers:

All ____ are ____.

A

The negation of the quantifiers are “some” and “are not”.

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

Define a “Conditional” statement and its symbol.

A

A conditional statement follows the conclusion’s result*. It is denoted by the “—>” symbol or the format “If…, (then)…” (Hypothesis —> Conclusion).

* Besides (F —> F), which is True.

Ex:

P = True

Q = False

P —> Q = Conclusion (Q) = False

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

How many rows are in a Truth Table with 4 variables?

A

24 = 16 rows

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

What is the complement of the Universe, U?

A

U′ = Ø (empty set)

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

What are the quantifiers in the statement:

All dogs are friendly.

What is the statement’s negation?

A

The quantifiers are the words “all” and “are”. The negation of the statement is “Some dogs are not friendly”.

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

What compound statement’s symbol is “v”?

A

A disjunction.

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

Define “Inductive Reasoning”.

A

It is the process of reaching a general conclusion by examining specific examples. (pattern, specific -> general)

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

What is the negation of the quantifiers:

No(ne) ____.

A

The negation of the quantifier is “some”.

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

What is a counterexample?

A

If you can find one case for which statement is not true, then it is called a counterexample.

Ex:

x + x > x. FALSE

c.e.: x=0, 0+0 is not greater than 0.

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

How many rows are in a Truth Table with 3 variables?

A

23 = 8 rows

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

What is the set of counting numbers larger than 11 and less than or equal to 19?

A

{12, 13, 14, 15, 16, 17, 18, 19}

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

Define “Deductive Reasoning”.

A

It is the process of reaching a conclusion by applying general assumptions, procedures, or principles. (general –> specific)

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

A = {1, 2, 3, 4, 5} ; B = {2, 3, 4, 5}

Is A⊆B true or false?

24
Q

Define a “Subset”. How is it denoted?

A

A is a subset of B, if and only if every element of A is also an element of B. It is denoted by the symbol “⊆”.

Ex:

A = {2, 3, 4} ; B = {2, 3, 4, 5}

A⊆B = True

25
What is a "Cardinal" number?
The cardinal number is the total number of elements in a set.
26
What is the symbol for equivalent compound statements?
27
What compound statement’s symbol is “—\>”?
A conditional statement.
28
Define a “Disjunction” compound statement and its symbol.
A disjunction compound statement means that if any statement is True, the whole thing is True. It is denoted by the symbol “v” or the word “or”. Ex: P = True Q = False P v Q = True
29
Is this Inductive or Deductive reasoning? All Janet novels are worth reading. The novel "To The Nines" is a Janet novel. Thus "To The Nines" is worth reading.
This is Deductive Reasoning. "All" is general --\> "To The Nines" is specific.
30
What is the "Intersection" of sets? What is its symbol?
The intersection of sets is the set of their common elements. It is denoted by "∩". Ex: A = {2, 4, 6} B = {1, 3, 5, 7} C = {6, 8} A∩B = { } or Ø
31
In what type of compound statements are "Quantifiers" used?
Quantifiers are only used in negation statements.
32
What do you call it if all results of a Truth Table are False?
A "self-contradiction".
33
Is this statement True or False? If it is False, give a counterexample. The cube of an odd integer is always an odd number.
The statement is True.
34
What is the complement of an empty set Ø?
Ø′ = U (the universe).
35
Which type of compound statement is: 21 is a rational number and 21 is a natural number? Is it True or False?
It is a conjunction (and), and it is True.
36
Is this Inductive or Deductive reasoning? During the past 10 years, a tree has produced plums every other year. Last year the tree did not produce plums, so this year the tree will produce plums.
This is Inductive Reasoning.
37
What is the set of Whole numbers?
All positive integers including zero. Ex: {0, 1, 2, ...}
38
What is the set of Natural numbers?
All whole numbers greater than zero. Ex: {1, 2, 3, ...}
39
What is an Irrational number?
A number whose terminal digit is unknown. Ex: {π, e, √2, √3, ...}
40
What do you call it if all results of a Truth Table are True?
A "tautology".
41
When is homework assigned and due?
Homework is assigned at the end of each class and **due before each test**.
42
What is the Grading scale?
Homework and quizzes = 16% Exams (3 total) = 57% Final = 27% cumulative
43
What is the "Union" of sets? What is its symbol?
The Union of sets is the set of all elements in the sets. It is denoted by "∪". Ex: A = {2, 4, 6} B = {1, 3, 5, 7} C = {6, 8} A∪B = {1, 2, 3, 4, 5, 6, 7}
44
Is this statement True or False? If it is False, give a counterexample. |x + y| = |x| + |y|
The statement is False. c.e. : x = -3, y = -5, |-3+5| does not equal |-3| + |5|. 2 is not = to 8.
45
What is the "complement" of a set? How is it denoted?
It is the opposite. It is denoted by the "prime" symbol, " ′ ". Ex: U = {1, 2, 3, 4, 5} ; A = {2, 5} A′ = {1, 3, 4}
46
What is the negation of the quantified statement: None of the students took math.
The negation is "some students took math".
47
Define a “negation” compound statement and its symbol.
A negation compound statement is a statement’s opposite. It is denoted by the symbol “~” or the word “not”. Ex: P = True ~P = False
48
What compound statement’s symbol is: ~
A negation.
49
What is the grade scale of homework and quizzes?
16%.
50
What is a "Proper Subset"? How is it denoted?
Same as a subset besides excluding equal sets. A cannot equal B. It is denoted by the symbol "⊂". Ex: A = {1, 2} ; B = {1, 2} A⊂B = False.
51
What is the grade scale of the Final Exam?
27%
52
How many rows are in a Truth Table with 2 variables?
22 = 4 rows.
53
What is a statement?
A statement is a sentence that is either true or false but not both simultaneously. A statement cannot be a question, command, or personal opinion. Ex: The word “cat” has three letters. x + 1 = 6
54
When is the Final Exam?
The Final Exam will be on **Thursday, July 26th**.
55
What compound statement’s symbol is “\<--\>”?
A biconditional statement.
56
A = {1, 2} ; B = {1, 2, 4, 6}. Is A⊆B true or false?
True.
57
What is a Rational number?
A number whose terminal digit is known. Ex: √100, because it = 10.