Faculty of Engineering & Technology Term Test Question Paper - B. Tech
Faculty of Engineering & Technology Term Test Question Paper - B. Tech
IMPORTANT:
You may take this question paper away at the end of the examination. Please keep it in a safe place for future
reference
For the sub questions 1.1-1.10, multiple choices are indicated as possible answers. You are supposed
to pick and write any one of the choices as your answer in the answer booklet. (Each sub question
carries ½ (half) mark):
1.1 The Inference Rule applied in the argument “Ashwini scored a 100. Therefore, someone
scored a 100.” is ________________.
a. Existential Instantiation c. Universal Instantiation
b. Existential Generalisation d. Universal Generalisation
1.2 The Rule of Inference used in the argument “An arbitrary positive integer greater than 2 has
a prime factor. Hence, every positive integer greater than 2 has a prime factor.” is _________.
a. Universal Instantiation c. Modes Ponens
b. Universal Generalisation d. Modes Tollens
1.3 The general solution to the recurrence relation 𝑎𝑛 = 3 𝑎𝑛−1 − 2 𝑎𝑛−2 is __________.
a. 𝑎𝑛 = 𝛼1 3𝑛 + 𝛼2 2𝑛 c. 𝑎𝑛 = 𝛼1 + 𝛼2 2𝑛
b. 𝑎𝑛 = 𝛼1 3𝑛 + 𝛼2 𝑛2𝑛 d. 𝑎𝑛 = 𝛼1 + 𝛼2 3𝑛
1.4 The general solution for a recurrence relation with Characteristic Roots 2, 2, −2 is _______.
a. 𝑎𝑛 = 𝛼1 2𝑛 + 𝛼2 2𝑛 − 𝛼3 2𝑛 c. 𝑎𝑛 = 𝛼1 2𝑛 + 𝛼2 𝑛2𝑛 − 𝛼3 2𝑛
𝑛 𝑛
b. 𝑎𝑛 = 𝛼1 2 + 𝛼2 2 + d. 𝑎𝑛 = 𝛼1 2𝑛 + 𝛼2 𝑛2𝑛 +
𝛼3 (−1)𝑛 2𝑛 𝛼3 (−1)𝑛 2𝑛
1
1.5 A particular solution of the recurrence relation 𝑎𝑛 = 7 𝑎𝑛−1 − 12 + (𝑛2 + 1)5𝑛 is ______.
a. (𝑝2 𝑛2 + 𝑝1 𝑛 + 𝑝0 )5𝑛 c. 5𝑛
2
b. (𝑝2 𝑛 + 1)5 𝑛 d. 𝑛(𝑝2 𝑛2 + 𝑝1 𝑛 + 𝑝0 )5𝑛
2 3
1.6 The function 𝐺(𝑥) = 1 + 2𝑥 + (2𝑥) + (2𝑥) + ⋯ is the Generating Function of the
sequence ________.
a. 1, 2, 2, 2, … b. 1, 1/2, 1/4, …
c. 1, 2, 4, 8, … d. 2, 4, 8, 16, …
1
1.7 The value of the Extended Binomial Coefficient 𝐶(4 , 3) is _______.
a. 7/128 c. 3/4
b. 1/12 d. −7/128
1.8 A theorem which follows directly from another theorem is called a ______.
a. Lemma c. Conjecture
b. Proposition d. Corollary
1.9 The statement “If √2 is rational, then 1 + 1 = 2” has a __________ proof.
a. Vacuous c. Direct
b. Trivial d. Indirect
1 1 1 1
1.10 The formula for the series 1⋅2 + 2⋅3 + 3⋅4 + ⋯ + 𝑛⋅(𝑛+1) can be conjectured as ________.
a. 1 c. 1/𝑛
b. 𝑛/(𝑛 + 1) d. 𝜋
*******
2
CSC201A Discrete Mathematics-1 Term Test 1
21 September 2018
3
3 c) Construction 1.5 Define Predicates Human(𝑥): ‘𝑥 is a Human’ and Dog(𝑥): ‘𝑥 is a Dog’ 1.5
of a valid Marks over the Universe of all things. Marks
argument Then, the given statements are:
using Premise1: ∀𝑥 (Human(𝑥) → ¬Dog(𝑥))
Predicate Premise2: Dog(Fido)
Logic Conclusion: ¬ Human(Fido)
Valid Argument:
1. ∀𝑥 (Human(𝑥) → ¬Dog(𝑥)) Premise1
2. Human(Fido) → ¬Dog(Fido) U. I. on 1.
3. Dog(Fido) Premise2
4. ¬Human(Fido) M. T. on 2 and 3.
4 a) Description 1 The Proof of Contraposition technique involves proving the 1 Marks
of Proof by Marks Contrapositive ¬𝑞 → ¬𝑝 when it is required to prove 𝑝 → 𝑞.
Contrapositio
n
4
5 c) Prove that 2 Let 𝑃(𝑛): Number of size-2 subsets of a finite set with 𝑛 elements is 2 Marks
the given Marks 𝑛(𝑛 − 1)/2.
formula is 1) BASIS STEP: To prove 𝑃(1) is true. A singleton set has 0 size-2
correct for all 1(0)
subsets. = 0. Therefore, proven.
2
positive
3) INDUCTIVE STEP: To prove that ∀𝑘 (𝑃(𝑘) → 𝑃(𝑘 + 1)) is
integers 𝑛.
True.
Direct Proof.
Assume 𝑃(𝑘) for an arbitrary 𝑘. (Induction Hypothesis).
That is, assume any set with 𝑘 elements has 𝑘(𝑘 − 1)/2
subsets of size 2.
Consider any set 𝐴1 of size 𝑘 + 1. Need to prove that it has
𝑘(𝑘 + 1)/2 subsets of size 2.
Then, 𝐴1 = 𝐴 ∪ {𝑎} where 𝐴 is set of size 𝑘 and 𝑎 is not an
element of 𝐴.
Every subset 𝑆 of size 2 of 𝐴1 is either itself a subset of 𝐴 or
𝑆 = {𝑏} ∪ {𝑎}, where 𝑏 is an element of 𝐴.
By Sum Rule, the number of such subsets of 𝐴1 = number of
𝑘(𝑘−1)
direct subsets 𝑆 of 𝐴 + number of elements 𝐴 = +𝑘 =
2
𝑘(𝑘+1)
. Q.E.D.
2