SlideShare a Scribd company logo
L o g i c a n d D i s c r e t e M a t h e m a t i c a l S t r u c t u r e s
Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ O l d C o u r s e ]
1 | Page
M u m b a i B . S c . I T S t u d y
F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e
– Kamal T.
Time: 3 Hours Total Marks: 100
N.B.: (1) Questions No. 1 is Compulsory.
(2) Attempt any four questions from Questions Nos. 2 – 7.
(3) Figure to the right indicate Full Marks.
(4) Each question carries 20 marks.
Q.1 Attempt The Following Question: (20 Marks)
(A) Answer the following in one line:
(i) What is the value of [-9.9]?
(ii) What is inverse of the statement r → 𝑠?
(iii) Write the formula for extended Pigeonhole Principle.
(iv) When p → 𝑞 is true, where p and q are any statements?
(v) If 𝐴 = [
1 0 0
0 1 0
] ; 𝐵 = [
1 0
0 1
0 0
] compute A B.
(5)
(B) Find a minimal spanning tree for the following weighted graph: (5)
(C) What are the values of these sums?
(i) ∑ (𝑘2)5
𝑘=1 (ii) ∑ (−2) 𝑗4
𝑗=0
(5)
(D) Draw the Hasse diagram of the following: –
𝐷30 = {1,2,3,5,6,10,15,30}
(5)
L o g i c a n d D i s c r e t e M a t h e m a t i c a l S t r u c t u r e s
Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ O l d C o u r s e ]
2 | Page
M u m b a i B . S c . I T S t u d y
F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e
– Kamal T.
Q.2 Attempt The Following questions: (15 Marks)
(A) Prove the statement is true by using Mathematical Induction.
12
+ 32
+ 52
+ ⋯ + (2𝑛 − 1)2
=
𝑛(2𝑛 + 1)(2𝑛 − 1)
3
(8)
(B) Solve the recurrence relation 𝑎 𝑛 = 4𝑎 𝑛−1 + 5𝑎 𝑛−2, 𝑎1 = 2, 𝑎2 = 6. (7)
(C) Let 𝑆 = {1,2,3,4,5} and 𝐴 = 𝑆 × 𝑆. Define the following relation R on A: (a, b) R (a’, b’)
if and only if a b’ =a’ b.
(7)
Q.3 Attempt The Following questions: (15 Marks)
(A) Use the structure 𝑅 = [𝑀, +,∗, 𝑇]where M is the set of matrices of the form
[
1 0 0
0 0 0
0 0 0
]. Find for which operation R is closed.
(8)
(B) Two cards are drawn at random from a deck of 52 cards. Find the probability that: –
(i) one is red and other is black
(ii) one is spade and other is heart
(iii) both are face cards
(7)
(C) Let f, g and h are functions form R to R defined as:
𝑓(𝑥) = 2𝑥3
− 7, 𝑔(𝑥) = 3𝑥2
and ℎ(𝑥) = 5𝑥 + 4
Find: –
(i) ((g o f)oh) (1)
(ii) (f o g) (2)
(iii) Verify that (g o f)−1
= 𝑓−1
𝑜𝑔−1
(7)
Q.4 Attempt The Following questions: (15 Marks)
(A) Let R be a relation on A={1,2,3,4} R={(1,1), (1,3), (2,4), (3,1), (3,3), (4,3)}. Find the
transitive closure, by Warshall’s Algorithm for this relation.
(8)
(B) Construct the tree of the following algebraic expression and give the arrays LEFT, DATA
and RIGHT describing the tree. ((2 ∗ 𝑥) + (3 − (4 ∗ 𝑥))) + (𝑥 − (3 ∗ 11))
(7)
L o g i c a n d D i s c r e t e M a t h e m a t i c a l S t r u c t u r e s
Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ O l d C o u r s e ]
3 | Page
M u m b a i B . S c . I T S t u d y
F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e
– Kamal T.
Q.5 Attempt The Following questions: (15 Marks)
(A) Let M be the FSM with following state table: –
a b
𝑆0 𝑆2, 𝑦 𝑆1, 𝑧
𝑆1 𝑆2, 𝑥 𝑆3, 𝑦
𝑆2 𝑆2, 𝑦 𝑆1, 𝑧
𝑆3 𝑆3, 𝑧 𝑆0, 𝑥
(i) Find the input Set I, the state S, the output Set O and the initial state.
(ii) Draw the state diagram D=D(M) of M.
(8)
(B) Let (𝐴, ≤) and (𝐵, ≤)are poset, prove that (𝐴 × 𝐵, ≤) is a poset with partial order ≤
defined by (𝑎, 𝑏) ≤ (𝑎′
, 𝑏′) if 𝑎 ≤ 𝑎′ in B.
(7)
Q.6 Attempt The Following questions: (15 Marks)
(A) If R be a relation on Z defined as (x, y) ∈ 𝑅 iff 3x+5y is divisible by 8. Show that R is an
equivalent relation.
(8)
(B) Solve the following recurrence relations: –
(i) by the method of characteristics roots, 𝑏 𝑛 = 4𝑏 𝑛−1 − 4𝑏 𝑛−2, 𝑏1 = 1, 𝑏2 = 7.
(ii) By method of generating functions 𝑎 𝑛 = 3𝑎 𝑛−1 + 4, 𝑎0 = 5.
(7)
Q.7 Attempt The Following questions: (15 Marks)
(A) Consider the rooted tree (T, a) and answer the question: – (8)
L o g i c a n d D i s c r e t e M a t h e m a t i c a l S t r u c t u r e s
Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ O l d C o u r s e ]
4 | Page
M u m b a i B . S c . I T S t u d y
F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e
(i) List all the level four vertices.
(ii) List all the leaves.
(iii) List all siblings of c.
(iv) List offspring of c.
(v) List descendants of c.
(vi) Compute T (f).
(vii) Compute (T, c)?
(viii) What is height of (T, a)?
(ix) What is height of T(f)?
(x) What is the minimal number of vertices that would need to be added to
make (T, a) a complete 3-tree?
(B) Let A={a, b, c, d, e, f, g, h} and let R be the relation defined by: –
(i) Show that (A, R) is a poset.
(ii) Does the poset (A, R) have least element? A greatest element? If so, identify
them.
(iii) Show that the poset (A, R) is complimented and give all pairs of complements.
(iv) Prove or disprove that (A, R) is a Boolean algebra.
(7)

More Related Content

PDF
[Question Paper] Mathematics – II (Old Course) [June / 2014]
PDF
[Question Paper] Mathematics – II (Old Course) [September / 2013]
PDF
[Question Paper] Logic and Discrete Mathematics (Revised Course) [April / 2014]
PDF
[Question Paper] Design and Analysis of Algorithms (Old Course) [September / ...
PPTX
Unit 3 Math Test
PDF
[Question Paper] Logic and Discrete Mathematics (Revised Course) [June / 2016]
PDF
[Question Paper] Applied Mathematics – I (Revised Course) [April / 2014]
PDF
[Question Paper] Design and Analysis of Algorithms (Old Course) [June / 2014]
[Question Paper] Mathematics – II (Old Course) [June / 2014]
[Question Paper] Mathematics – II (Old Course) [September / 2013]
[Question Paper] Logic and Discrete Mathematics (Revised Course) [April / 2014]
[Question Paper] Design and Analysis of Algorithms (Old Course) [September / ...
Unit 3 Math Test
[Question Paper] Logic and Discrete Mathematics (Revised Course) [June / 2016]
[Question Paper] Applied Mathematics – I (Revised Course) [April / 2014]
[Question Paper] Design and Analysis of Algorithms (Old Course) [June / 2014]

What's hot (20)

PDF
Complexos 2
PDF
Class 9 Cbse Maths Sample Paper Model 2
PPT
Nikhil number pattern formulas
PDF
[Question Paper] Quantitative Technology (Revised Course) [September / 2013]
PDF
Hsc commerce-2014-march-maths1
PDF
ĐỀ THI SEAMO - CẤP ĐỘ C (KHỐI 5 + 6) NĂM 2018
PDF
Algebra 2 Notes 2-8
DOCX
1 if the sum of the zeros of the polynomia1
DOC
P cch9 sg
DOCX
Xii hy r
PPT
Math AB Chapter 8 Polynomials
PDF
Mathematics code 303202 bca 2nd semester exam. 2015
DOCX
Algebra class 6 n
PDF
4.hasilkali transformasi
PPT
Ml lesson 4 3
PDF
Algebra review
DOCX
PPT
Solving for y
PPTX
Aragand Diagram
KEY
Straight Line Graphs
Complexos 2
Class 9 Cbse Maths Sample Paper Model 2
Nikhil number pattern formulas
[Question Paper] Quantitative Technology (Revised Course) [September / 2013]
Hsc commerce-2014-march-maths1
ĐỀ THI SEAMO - CẤP ĐỘ C (KHỐI 5 + 6) NĂM 2018
Algebra 2 Notes 2-8
1 if the sum of the zeros of the polynomia1
P cch9 sg
Xii hy r
Math AB Chapter 8 Polynomials
Mathematics code 303202 bca 2nd semester exam. 2015
Algebra class 6 n
4.hasilkali transformasi
Ml lesson 4 3
Algebra review
Solving for y
Aragand Diagram
Straight Line Graphs
Ad

Similar to [Question Paper] Logic, Discrete Mathematical Structures (Old Course) [January / 2014] (20)

PDF
[Question Paper] Logic and Discrete Mathematics (Old Course) [April / 2015]
PDF
[Question Paper] Logic and Discrete Mathematics (Revised Course) [January / 2...
PDF
[Question Paper] Logic and Discrete Mathematics (Revised Course) [January / 2...
PDF
[Question Paper] Logic and Discrete Mathematics (Revised Course) [April / 2015]
PDF
Digital Signals and System (October – 2016) [Revised Syllabus | Question Paper]
PDF
Digital Signals and System (May – 2016) [Revised Syllabus | Question Paper]
PDF
[Question Paper] Quantitative Technology (Revised Course) [October / 2016]
PDF
MATHEMATICS BRIDGE COURSE (TEN DAYS PLANNER) (FOR CLASS XI STUDENTS GOING TO ...
PDF
[Question Paper] Logic, Discrete Mathematical Structures (Old Course) [April ...
PDF
[Question Paper] Geographic Information System (Old Syllabus) [April / 2013]
PDF
4th Semester (June; July-2015) Computer Science and Information Science Engin...
PDF
Applied 20S January 7, 2009
PDF
[Question Paper] Introduction To Digital Electronics (Old Course) [April / 2014]
PDF
[Question Paper] Fundamentals of Digital Computing (Revised Course) [January ...
PDF
Digital Signals and System (April – 2017) [75:25 Pattern | Question Paper]
PDF
[Question Paper] Advanced SQL (Old Course) [April / 2015]
PDF
[Question Paper] Introduction To C++ Programming (Revised Course) [May / 2016]
PDF
[Question Paper] Fundamentals of Digital Computing (Revised Course) [January ...
PDF
Tenth class-state syllabus-model paper-em-ap-mathematics
[Question Paper] Logic and Discrete Mathematics (Old Course) [April / 2015]
[Question Paper] Logic and Discrete Mathematics (Revised Course) [January / 2...
[Question Paper] Logic and Discrete Mathematics (Revised Course) [January / 2...
[Question Paper] Logic and Discrete Mathematics (Revised Course) [April / 2015]
Digital Signals and System (October – 2016) [Revised Syllabus | Question Paper]
Digital Signals and System (May – 2016) [Revised Syllabus | Question Paper]
[Question Paper] Quantitative Technology (Revised Course) [October / 2016]
MATHEMATICS BRIDGE COURSE (TEN DAYS PLANNER) (FOR CLASS XI STUDENTS GOING TO ...
[Question Paper] Logic, Discrete Mathematical Structures (Old Course) [April ...
[Question Paper] Geographic Information System (Old Syllabus) [April / 2013]
4th Semester (June; July-2015) Computer Science and Information Science Engin...
Applied 20S January 7, 2009
[Question Paper] Introduction To Digital Electronics (Old Course) [April / 2014]
[Question Paper] Fundamentals of Digital Computing (Revised Course) [January ...
Digital Signals and System (April – 2017) [75:25 Pattern | Question Paper]
[Question Paper] Advanced SQL (Old Course) [April / 2015]
[Question Paper] Introduction To C++ Programming (Revised Course) [May / 2016]
[Question Paper] Fundamentals of Digital Computing (Revised Course) [January ...
Tenth class-state syllabus-model paper-em-ap-mathematics
Ad

More from Mumbai B.Sc.IT Study (20)

PDF
Linux System Administration (November – 2018) [Choice Based | Question Paper]
PDF
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
PDF
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
PDF
Software Project Management (November – 2018) [Choice Based | Question Paper]
PDF
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
PDF
Internet Of Things (November – 2018) [Choice Based | Question Paper]
PDF
Enterprise Java (November – 2018) [Choice Based | Question Paper]
PDF
Enterprise Networking (May – 2019) [Choice Based | Question Paper]
PDF
Business Intelligence (May – 2019) [Choice Based | Question Paper]
PDF
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
PDF
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
PDF
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
PDF
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
PDF
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
PDF
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
PDF
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
PDF
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
PDF
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
PDF
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
PDF
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Linux System Administration (November – 2018) [Choice Based | Question Paper]
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
Software Project Management (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Internet Of Things (November – 2018) [Choice Based | Question Paper]
Enterprise Java (November – 2018) [Choice Based | Question Paper]
Enterprise Networking (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...

Recently uploaded (20)

PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Cell Types and Its function , kingdom of life
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Lesson notes of climatology university.
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
GDM (1) (1).pptx small presentation for students
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
Pharma ospi slides which help in ospi learning
PDF
RMMM.pdf make it easy to upload and study
PDF
Classroom Observation Tools for Teachers
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
master seminar digital applications in india
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Microbial diseases, their pathogenesis and prophylaxis
Cell Types and Its function , kingdom of life
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Computing-Curriculum for Schools in Ghana
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Lesson notes of climatology university.
O7-L3 Supply Chain Operations - ICLT Program
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
202450812 BayCHI UCSC-SV 20250812 v17.pptx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Anesthesia in Laparoscopic Surgery in India
GDM (1) (1).pptx small presentation for students
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Pharma ospi slides which help in ospi learning
RMMM.pdf make it easy to upload and study
Classroom Observation Tools for Teachers
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Module 4: Burden of Disease Tutorial Slides S2 2025
master seminar digital applications in india
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf

[Question Paper] Logic, Discrete Mathematical Structures (Old Course) [January / 2014]

  • 1. L o g i c a n d D i s c r e t e M a t h e m a t i c a l S t r u c t u r e s Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ O l d C o u r s e ] 1 | Page M u m b a i B . S c . I T S t u d y F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e – Kamal T. Time: 3 Hours Total Marks: 100 N.B.: (1) Questions No. 1 is Compulsory. (2) Attempt any four questions from Questions Nos. 2 – 7. (3) Figure to the right indicate Full Marks. (4) Each question carries 20 marks. Q.1 Attempt The Following Question: (20 Marks) (A) Answer the following in one line: (i) What is the value of [-9.9]? (ii) What is inverse of the statement r → 𝑠? (iii) Write the formula for extended Pigeonhole Principle. (iv) When p → 𝑞 is true, where p and q are any statements? (v) If 𝐴 = [ 1 0 0 0 1 0 ] ; 𝐵 = [ 1 0 0 1 0 0 ] compute A B. (5) (B) Find a minimal spanning tree for the following weighted graph: (5) (C) What are the values of these sums? (i) ∑ (𝑘2)5 𝑘=1 (ii) ∑ (−2) 𝑗4 𝑗=0 (5) (D) Draw the Hasse diagram of the following: – 𝐷30 = {1,2,3,5,6,10,15,30} (5)
  • 2. L o g i c a n d D i s c r e t e M a t h e m a t i c a l S t r u c t u r e s Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ O l d C o u r s e ] 2 | Page M u m b a i B . S c . I T S t u d y F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e – Kamal T. Q.2 Attempt The Following questions: (15 Marks) (A) Prove the statement is true by using Mathematical Induction. 12 + 32 + 52 + ⋯ + (2𝑛 − 1)2 = 𝑛(2𝑛 + 1)(2𝑛 − 1) 3 (8) (B) Solve the recurrence relation 𝑎 𝑛 = 4𝑎 𝑛−1 + 5𝑎 𝑛−2, 𝑎1 = 2, 𝑎2 = 6. (7) (C) Let 𝑆 = {1,2,3,4,5} and 𝐴 = 𝑆 × 𝑆. Define the following relation R on A: (a, b) R (a’, b’) if and only if a b’ =a’ b. (7) Q.3 Attempt The Following questions: (15 Marks) (A) Use the structure 𝑅 = [𝑀, +,∗, 𝑇]where M is the set of matrices of the form [ 1 0 0 0 0 0 0 0 0 ]. Find for which operation R is closed. (8) (B) Two cards are drawn at random from a deck of 52 cards. Find the probability that: – (i) one is red and other is black (ii) one is spade and other is heart (iii) both are face cards (7) (C) Let f, g and h are functions form R to R defined as: 𝑓(𝑥) = 2𝑥3 − 7, 𝑔(𝑥) = 3𝑥2 and ℎ(𝑥) = 5𝑥 + 4 Find: – (i) ((g o f)oh) (1) (ii) (f o g) (2) (iii) Verify that (g o f)−1 = 𝑓−1 𝑜𝑔−1 (7) Q.4 Attempt The Following questions: (15 Marks) (A) Let R be a relation on A={1,2,3,4} R={(1,1), (1,3), (2,4), (3,1), (3,3), (4,3)}. Find the transitive closure, by Warshall’s Algorithm for this relation. (8) (B) Construct the tree of the following algebraic expression and give the arrays LEFT, DATA and RIGHT describing the tree. ((2 ∗ 𝑥) + (3 − (4 ∗ 𝑥))) + (𝑥 − (3 ∗ 11)) (7)
  • 3. L o g i c a n d D i s c r e t e M a t h e m a t i c a l S t r u c t u r e s Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ O l d C o u r s e ] 3 | Page M u m b a i B . S c . I T S t u d y F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e – Kamal T. Q.5 Attempt The Following questions: (15 Marks) (A) Let M be the FSM with following state table: – a b 𝑆0 𝑆2, 𝑦 𝑆1, 𝑧 𝑆1 𝑆2, 𝑥 𝑆3, 𝑦 𝑆2 𝑆2, 𝑦 𝑆1, 𝑧 𝑆3 𝑆3, 𝑧 𝑆0, 𝑥 (i) Find the input Set I, the state S, the output Set O and the initial state. (ii) Draw the state diagram D=D(M) of M. (8) (B) Let (𝐴, ≤) and (𝐵, ≤)are poset, prove that (𝐴 × 𝐵, ≤) is a poset with partial order ≤ defined by (𝑎, 𝑏) ≤ (𝑎′ , 𝑏′) if 𝑎 ≤ 𝑎′ in B. (7) Q.6 Attempt The Following questions: (15 Marks) (A) If R be a relation on Z defined as (x, y) ∈ 𝑅 iff 3x+5y is divisible by 8. Show that R is an equivalent relation. (8) (B) Solve the following recurrence relations: – (i) by the method of characteristics roots, 𝑏 𝑛 = 4𝑏 𝑛−1 − 4𝑏 𝑛−2, 𝑏1 = 1, 𝑏2 = 7. (ii) By method of generating functions 𝑎 𝑛 = 3𝑎 𝑛−1 + 4, 𝑎0 = 5. (7) Q.7 Attempt The Following questions: (15 Marks) (A) Consider the rooted tree (T, a) and answer the question: – (8)
  • 4. L o g i c a n d D i s c r e t e M a t h e m a t i c a l S t r u c t u r e s Q u e s t i o n P a p e r ( J a n u a r y – 2 0 1 4 ) [ O l d C o u r s e ] 4 | Page M u m b a i B . S c . I T S t u d y F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e (i) List all the level four vertices. (ii) List all the leaves. (iii) List all siblings of c. (iv) List offspring of c. (v) List descendants of c. (vi) Compute T (f). (vii) Compute (T, c)? (viii) What is height of (T, a)? (ix) What is height of T(f)? (x) What is the minimal number of vertices that would need to be added to make (T, a) a complete 3-tree? (B) Let A={a, b, c, d, e, f, g, h} and let R be the relation defined by: – (i) Show that (A, R) is a poset. (ii) Does the poset (A, R) have least element? A greatest element? If so, identify them. (iii) Show that the poset (A, R) is complimented and give all pairs of complements. (iv) Prove or disprove that (A, R) is a Boolean algebra. (7)