Determine whether the following argument is valid

In this post, we will determine whether the following argument is valid or invalid. Lets consider the following two examples. Question 1: Check whether the argument is valid or not: p∨q, q→r, p→s, ∼s ⇒ r.  Answer: We will proceed as follows: 1. p∨q (given) 2. q∨p (commutativity) 3. q→r (given) 4. ∼q∨r (equivalent to … Read more

A tree with n vertices has (n-1) edges: Proof

A tree with n vertices has (n-1) edges. For example, a tree with 5 vertices should have 5-1=4 edges. In this post, we prove that a tree contains (n-1) edges if it has n vertices. A tree of n vertices has n-1 edges Theorem: Show that a tree with n vertices has (n-1) edges. Proof: … Read more

Discrete Math Practice Problems

In this page, you will find practice problems on Discrete Mathematics. Mid Sem Practice Problems Q1: What is tautology, contradiction and contingency? Give examples. Q2: What is a well-formed formula? (Answer:  A well-formed formula is an expression consisting of variables, parentheses, and connective symbols. For example, p∨q.) Q2: Define an equivalence relation on a non-empty … Read more