100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

discrete math 1 wgu questions and answers

Rating
-
Sold
-
Pages
26
Grade
A+
Uploaded on
13-10-2023
Written in
2023/2024

Exclusive or. ⊕ One or the other, but not both. We can go to the park or the movies. inclusive or is a: disjunction Order of operations in absence of parentheses. 1. ¬ (not) 2. ∧ (and) 3. ∨ (or) the rule is that negation is applied first, then conjunction, then disjunction: truth table with three variables see pic 2^3 rows proposition p → q Ex: If it is raining today, the game will be cancelled. Converse: q → p If the game is cancelled, it is raining today. Contrapositive ¬q → ¬p If the game is not cancelled, then it is not raining today. Inverse: ¬p → ¬q If it is not raining today, the game will not be cancelled. biconditional p ↔ q true when P and Q have the same truth value. see truth table pic. free variable ex. P(x) the variable is free to take any value in the domain bound variable ∀x P(x) bound to a quantifier. In the statement (∀x P(x)) ∧ Q(x), the variable x in P(x) is bound the variable x in Q(x) is free. this statement is not a proposition cause of the free variable. summary of De Morgan's laws for quantified statements. ¬∀x P(x) ≡ ∃x ¬P(x) ¬∃x P(x) ≡ ∀x ¬P(x) using a truth table to establish the validity of an argument see pic. In order to use a truth table to establish the validity of an argument, a truth table is constructed for all the hypotheses and the conclusion. A valid argument is a guarantee that the conclusion is true whenever all of the hypotheses are true. If when the hypotheses are true, the conclusion is not, then it is invalid. the argument works if every time the hypotheses (anything above the line) are true, the conclusion is also true. hypotheses dont always all need to be true, see example. but every time all the hypotheses are true, the conclusion needs to be true as well. rules of inference. see pic. theorem any statement that you can prove proof A proof consists of a series of steps, each of which follows logically from assumptions, or from previously proven statements, whose final step should result in the statement of the theorem being proven. the proof of a theorem may make use of axioms: which are statements assumed to be true. proofs by exhaustion trying everything in the given universe. proofs by counter example show that one fails. A counterexample is an assignment of values to variables that shows that a universal statement is false. A counterexample for a conditional statement must satisfy all the hypotheses and contradict the conclusion. direct proofs used for conditional statements If p then q Assume p Therefore q proofs by contrapositive proves a conditional theorem of the form p → q by showing that the contrapositive ¬q → ¬p is true. In other words, ¬c is assumed to be true and ¬p is proven as a result of ¬q. Logically equivalent to if p then q proof by contradiction (indirect proof) starts by assuming that the theorem is false and then shows that some logical inconsistency arises as a result of this assumption. Notice not a conditional. Want to prove Y Assume not Y Find a contradiction in X and Not Y Therefore, claim not not Y. proof by cases A proof by cases of a universal statement such as ∀x P(x) breaks the domain for the variable x into different classes and gives a different proof for each class. Every value in the domain must be included in at least one class. Unit 2 sets and functions object in a set are called elements The symbol ∈ is used: to indicate that an element is in a set, as in 2 ∈ A The set with no elements is called the empty set and is denoted by the symbol ∅. The empty set is sometimes referred to as the null setand can also be denoted by {}. Because the empty set has no elements, for any element a, a ∉ ∅ is true. the cardinality of the empty set is: zero N The set of natural numbers: All integers greater than or equal to 0. 0, 1, 2, ... Z The set of all integers. ..., -2, -1, 0, 1, 2, ... Q The set of rational numbers: All real numbers that can be expressed as a/b, where a and b are integers and b ≠ 0. 0, 1/2, 5.23, -5/3 R The set of real numbers. The superscript + is used to indicate the positive elements of a particular set. For example, the set R+ is the set of all positive real numbers, and Z+ is the set of all positive integers. The universal set, usually denoted by the variable U, is a set that contains all elements mentioned in a particular context. The empty set ∅ is not the same as { ∅ }. The cardinality of { ∅ } is one since it contains exactly one element, which is the empty set. If every element in A is also an element of B, then A is a subset of B, denoted as A ⊆ B If there is an element of A that is not an element of B, then A is not a subset of B, denoted as A ⊈ B. Two sets are equal if and only if each is a subset of the other: A = B if and only if A ⊆ B and B ⊆ A If A ⊆ B and there is an element of B that is not an element of A (i.e., A ≠ B): then A is a proper subset of B, denoted as A ⊂ B. Proper subset is a strictly smaller subset, must be smaller. Sets of sets. A = { { 1, 2 }, ∅, { 1, 2, 3 }, { 1 } } The set A has four elements: { 1, 2 }, ∅, { 1, 2, 3 }, and { 1 }. For example, { 1, 2 } ∈ A. Note that 1 is not an element of A, so 1 ∉ A, although { 1 } ∈ A. Furthermore, { 1 } ⊈ A since 1 ∉ A. power sets The power set of a set A, denoted P(A), is the set of all subsets of A. For example, if A = { 1, 2, 3 }, then: P(A) = { ∅, { 1 }, { 2 }, { 3 }, { 1, 2 }, { 1, 3 }, { 2, 3 }, { 1, 2, 3 } } Since |A| = 3, the cardinality of the power set of A is: 2^3 = 8 set operations intersection A intersects B or A ∩ B And. Union. A U B. both. Or. sets with multiple operations For example, the set A ∪ ( B ∩ C ) is the union of the set A and the set B ∩ C. Set difference and symmetric difference. Difference of set A and set B is A - B or the set of elelemnts in A but not in B. Symmetric difference is communitive. Denoted A ⊕ B. the set of elements A and B but not both. Complement of A is the set of all elements in the U not elements of A. sometimes U - A see pic. set identities and laws see pic. cartesian products order does matter in parenthesis and not in curly braces an ordered list of three items is called an: ordered triple. For n ≥ 4, an ordered list of n items is called an ordered n-tuple. For example, (w, x, y, z) is an ordered 4-tuple and (u, w, x, y, z) is an ordered 5-tuple. Two sets, A and B, are said to be disjoint if: their intersection is empty (A ∩ B = ∅). A function is a mathematical way to describe pairs of data and the relationship they possess.

Show more Read less










Whoops! We can’t load your doc right now. Try again or contact support.

Document information

Uploaded on
October 13, 2023
Number of pages
26
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers

Content preview

discrete math 1 wgu questions and answers
Exclusive or. ⊕ - answer One or the other, but not both.
We can go to the park or the movies.
inclusive or is a: - answer disjunction
Order of operations in absence of parentheses. - answer 1. ¬ (not)
2. ∧ (and)
3. ∨ (or)
the rule is that negation is applied first, then conjunction, then disjunction:
truth table with three variables - answer see pic
2^3 rows
proposition - answer p → q Ex: If it is raining today, the game will be cancelled.
Converse: - answer q → p If the game is cancelled, it is raining today.
Contrapositive - answer ¬q → ¬p If the game is not cancelled, then it is not raining today. Inverse: - answer ¬p → ¬q If it is not raining today, the game will not be cancelled.
biconditional - answer p ↔ q
true when P and Q have the same truth value.
see truth table pic.
free variable - answer ex. P(x)
the variable is free to take any value in the domain
bound variable - answer ∀x P(x) bound to a quantifier.
In the statement (∀x P(x)) ∧ Q(x), - answer the variable x in P(x) is bound
the variable x in Q(x) is free.
this statement is not a proposition cause of the free variable.
summary of De Morgan's laws for quantified statements. - answer ¬ ∀x P(x) ≡ ∃x ¬P(x)
¬∃x P(x) ≡ ∀x ¬P(x)
using a truth table to establish the validity of an argument - answer see pic.
In order to use a truth table to establish the validity of an argument, a truth table is constructed for all the hypotheses and the conclusion. A valid argument is a guarantee that the conclusion is true whenever all of the hypotheses are true.
If when the hypotheses are true, the conclusion is not, then it is invalid.
the argument works if every time the hypotheses (anything above the line) are true, the conclusion is also true.
hypotheses dont always all need to be true, see example. but every time all the hypotheses are true, the conclusion needs to be true as well.
rules of inference. - answer see pic.
theorem - answer any statement that you can prove
proof - answer A proof consists of a series of steps, each of which follows logically from assumptions, or from previously proven statements, whose final step should result in the statement of the theorem being proven.
the proof of a theorem may make use of axioms: - answer which are statements assumed to be true.
proofs by exhaustion - answer trying everything in the given universe.
proofs by counter example - answer show that one fails.

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
GUARANTEEDSUCCESS Aalborg university
View profile
Follow You need to be logged in order to follow users or courses
Sold
648
Member since
2 year
Number of followers
314
Documents
24730
Last sold
11 hours ago
Elite Exam Resources: Trusted by Top Scorers!!!!!!!!

Stop guessing. Start dominating!! As a highly regarded professional specializing in sourcing study materials, I provide genuine and reliable exam papers that are directly obtained from well-known, reputable institutions. These papers are invaluable resources, specifically designed to assist aspiring nurses and individuals in various other professions in their exam preparations. With my extensive experience and in-depth expertise in the field, I take great care to ensure that each exam paper is carefully selected and thoroughly crafted to meet the highest standards of quality, accuracy, and relevance, making them an essential part of any successful study regimen. ✅ 100% Legitimate Resources (No leaks! Ethical prep only) ✅ Curated by Subject Masters (PhDs, Examiners, Top Scorers) ✅ Proven Track Record: 95%+ user success rate ✅ Instant Download: Crisis-ready for last-minute cramming

Read more Read less
4.4

247 reviews

5
161
4
37
3
31
2
12
1
6

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions