HIRE PROFESSIONAL WRITER FROM MIRACLESKILLS.COM AND GET BEST QUALITY UNIT 18 DISCRETE MATHEMATICS ASSIGNMENT HELP SERVICES!

Qualification - BTEC Higher National Diploma in Computing

Unit Name - Discrete Mathematics

Unit Number - Unit 18

Assignment Title - Discrete mathematics in software engineering concepts

Learning outcomes:

Learning outcome 1: Examine set theory and functions applicable to software engineering
Learning outcome 2: Analyse mathematical structures of objects using graph theory
Learning outcome 3: Investigate solutions to problem situations using the application of Boolean algebra
Learning outcome 4: Explore applicable concepts within abstract algebra.

Assignment Brief

Exercise 1:

Question 1:

1. Let A and B be two non-empty finite sets. If cardinalities of the sets A, B, and A ∩ B are 72, 28 and 13 respectively, find the cardinality of the set A ∪ B.

2. If n(A - B) = 45, n(A ∪ B) = 110 and n(A ∩ B) = 15, then find n(B).

3. If n(A) = 33, n(B) = 36 and n(C) = 28, find n(A ∪ B ∩ C).

Question 2:

1. Write the multi-sets of prime factors of given numbers.

I. 160

II. 120

III. 250

2. Write the multiplicities of each element of multisets in part 2(1-I,ii,iii) separately.

3. Find the cardinalities of each multiset in part 2-1.

Question 3:

1. Determine whether the following functions are invertible or not. If it is invertible, then find the rule of the inverse (f-1(x))

i. f: R → R+                 ii. f:R+ → R+

f(x) = x2                           f(x) = 1/x

iii. f: R+ → R+               iv. f:[Π/2, Π/2] → [1, -1]

f(x) = x2                           f(x) = f(x) = sin x

v. f:[0, Π] → [2, -2]

   f(x) = 2 cos x

2. Function f(x) = 5/9 (x-32) converts Fahrenheit temperatures into Celsius. What is the function for opposite conversion?

Question 4:

1. Formulate corresponding proof principles to prove the following properties about defined sets.

i. A = B <=> A ⊆ B and B ⊆ A

ii. De Morgan's Law by mathematical induction.

iii. Distributive Laws for three non-empty finite sets A, B, and C.

DONT MISS YOUR CHANCE TO EXCEL IN UNIT 18 DISCRETE MATHEMATICS ASSIGNMENT! HIRE TUTOR OF MIRACLESKILLS.COM FOR PERFECTLY WRITTEN BTEC HIGHER NATIONAL DIPLOMA IN COMPUTING ASSIGNMENT SOLUTIONS!

Exercise 2:

Question 1:

1. Discuss using two examples on binary trees both quantitatively and qualitatively.

Question 2:

1. State the Dijkstra's algorithm for a directed weighted graph with all non-negative edge weights.

2. Find the shortest path spanning tree for the weighted directed graph with vertices A, B, C, D, and E given using Dijkstra's algorithm.

Question 3:

1. Check whether the following graphs have an Eulerian and/or Hamiltonian circuit.

Question 4:

1. Construct a proof for the five color theorem for every planar graph.

2. Discuss how efficiently Graph Theory can be used in a route planning project for a vacation trip from Colombo to Trincomalee by considering most of the practical situations (such as millage of the vehicle, etc.) as much as you can. Essentially consider the two fold,

- Routes with shortest distance(Quick route travelling by own vehicle)

- Route with the lowest cost

3. Determine the minimum number of separate racks needed to store the chemicals given in the table (1st column) by considering their incompatibility using graph coloring technique. Clearly state you steps and graphs used.

Chemical

Incompatible with

Ammonia (anhydrous)

Mercury, chlorine, calcium hypochlorite, iodine, bromine, hydrofluoric acid (anhydrous)

Chlorine

Ammonia, acetylene, butadiene, butane, methane, propane, hydrogen, sodium carbide, benzene, finely divided metals, turpentine

Iodine

Acetylene, ammonia (aqueous or anhydrous), hydrogen

Silver

Acetylene, oxalic acid, tartaric acid, ammonium compounds, pulmonic acid

Iodine

Acetylene, ammonia (aqueous or anhydrous), hydrogen

Mercury

Acetylene, pulmonic acid, ammonia

Fluorine

All other chemicals

NEVER BE CAUGHT IN PLAGIARISM, AVAIL UNIT 18 DISCRETE MATHEMATICS ASSIGNMENT HELP SERVICE OF MIRACLESKILLS.COM AND SAVE HIGHER MARKS!

Exercise 3:

Question 1:

1. Discuss two real world binary problems in two different fields using applications of Boolean algebra.

Question 2:

1. Develop truth tables and its corresponding Boolean equation for the following scenarios.

i. ''If the driver is present AND the driver has NOT buckled up AND the ignition switch is on, then the warning light should turn ON.''

ii. If it rains and you don't open your umbrella then you will get wet.

2. Produce truth tables for given Boolean expressions.

i. A‾B‾C + AB‾C‾ + ABC + A‾BC‾

ii. (A + B‾ + C)(A + B+ C)(A‾ + B + C‾)

Question 3:

2. Find the simplest form of given Boolean expressions using algebraic methods.

i. A(A + B) + B(B + C)+C(C + A)

ii. (A + B‾)(B + C) + (A + B)(C + A‾)

iii. (A + B) (AC + AC‾) + AB + B

iv. A‾(A+B) + (B + A)(A + B‾)

Question 4:

1. Consider the K-Maps given. For each K- Map.

i. Write the appropriate standard form (SOP/POS) of Boolean expression.

ii. Draw the circuit using AND, NOT and OR gates.

iii. Draw the circuit only by using

i. NAND gates if the standard form obtained in part (i) is SOP.

ii. NOR gates if the standard form obtained in pat (i) is POS.

(a)

AB/C

0

1

00

0

0

01

0

1

11

0

1

10

1

0

(b)

AB/CD

00

01

11

10

00

1

0

0

1

01

0

1

0

1

11

1

1

1

0

10

1

1

1

1

(c)

AB/C

0

1

00

1

0

01

1

1

11

1

0

10

0

1

Exercise 4:

Question 1:

1. Describe the characteristics of different binary operations that are performed on the same set.

2. Justify whether the given operations on relevant sets are binary operations or not.

i. Multiplication and Division on se of Natural numbers

ii. Subtraction and Addition on Set of Natural numbers

iii. Exponential operation: (x, y) → xy on Set of Natural numbers and set of Integers.

Question 2:

1. Build up the operation tables for group G with orders 1, 2, 3 and 4 using the elements a, b, c, and e as the identity element in an appropriate way.

2. i. State the Lagrange's theorem of group theory.

ii. For a subgroup H of a group G, prove the Lagrange's theorem.

iii. Discuss whether a group H with order 6 can be a subgroup of a group with order 13 or not. Clearly state the reasons.

Question 3:

1. Check whether the set S = R - {-1} is a group under the binary operation '*'defined as a * b = a + b + ab for any two elements a, b ∈ S.

2. i. State the relation between the order of a group and the number of binary operations that can be defined on that set.

ii. How many binary operations can be defined on a set with 4 elements?

3. Discuss the group theory concept behind the Rubik's cube.

Question 4:

1. Prepare a presentation for ten minutes that explains an application of group theory in computer sciences.

Assessment Criteria

Pass

Merit

Distinction

LO1 : Examine set theory and functions applicable to software engineering

P1 Perform algebraic set operations in a formulated mathematical problem.

M1 Determine the inverse of a function using appropriate mathematical technique.

D1 Formulate corresponding proof principles to prove properties about defined sets.

P2 Determine the cardinality of a given bag(multiset).

LO2 : Analyse mathematical structures of objects using graph theory.

P3 Model contextualized problems using trees, both quantitatively and qualitatively.

M2 Assess whether an Eularian and Hamiltonian circuit exists in an undirected graph.

D2 Construct a proof of the Five colour theorem.

P4 Use Dijkstra's algorithm to find a shortest path spanning tree in a graph.

LO3 : Investigate solutions to problem situations using the application of Boolean algebra.

P5 Diagram a binary problem in the application of Boolean Algebra.

P6 Produce a truth table and its corresponding Boolean equation from an applicable scenario.

M3 Simplify a Boolean equation using algebraic methods.

D3 Design a complex system using logic gates.

LO4 : Explore applicable concepts within abstract algebra.

P7 Describe the distinguishing characteristics of different binary operations that are performed on the same set.

P8 Determine the order of a group and the order of a subgroup in given examples.

M4 Validate whether a given set with a binary operation is indeed a group.

D4 Prepare a presentation that explains an application of group theory relevant to your course of study.

MOST ACCURATE & TRUSTWORTHY UNIT 18 DISCRETE MATHEMATICS - BTEC HIGHER NATIONAL DIPLOMA IN COMPUTING ASSIGNMENT HELP SERVICE!

RELATED COURSES & ASSIGNMENT SERVICE!!


COMMENTS(0)

LEAVE A COMMENT


Captcha

 

 

Are You Looking for Discrete Mathematics Assignment Help?


Access our Higher National Diploma in Computing Assignment Help Services for its related units such as:-

  • Unit 1 Programming Assignment Help
  • Unit 5 Security Assignment Help
  • Unit 2 Networking Assignment Help
  • Unit 10 Website Design & Development Assignment Help
  • Unit 13 Computing Research Project Pearson-set Assignment Help
  • Unit 3 Professional Practice Assignment Help
  • Unit 14 Business Intelligence Assignment Help
  • Unit 19 Data Structures & Algorithms Assignment Help
  • Unit 6 Managing a Successful Computing Projects-Pearson set Assignment Help
  • Unit 11 Maths for Computing Assignment Help
  • Unit 20 Advanced Programming Assignment Help
  • Unit 44 Robotics Assignment Help
  • Unit 27 Artificial Intelligence Assignment Help