






















































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Discrete Mathematics LO1 Examine set theory and functions applicable to software engineering LO2 Analyze mathematical structures of objects using graph theory LO3 Investigate solutions to problem situations using the application of Boolean algebra LO4 Explore applicable concepts within abstract algebra.
Typology: Essays (high school)
1 / 62
This page cannot be seen from the preview
Don't miss anything!























































Discrete Mathematics
INTERNAL VERIFICATION – ASSESSMENT DECISIONS Programme title BTEC Higher National Diploma in Computing Assessor Internal Verifier Unit(s) Unit 18 : Discrete Mathematics Assignment title Discrete mathematics in software engineering concepts Student’s name S,DILAKSON List which assessment criteria the Assessor has awarded. Pass Merit Distinction INTERNAL VERIFIER CHECKLIST Do the assessment criteria awarded match those shown in the assignment brief? Y/N Is the Pass/Merit/Distinction grade awarded justified by the assessor’s comments on the student work? Y/N Has the work been assessed accurately? Y/N Is the feedback to the student: Give details:
Confirm action completed Remedial action taken Give details: Assessor signature Date Internal Verifier signature Date Programme Leader signature (if required) Date 2
Pearson Higher Nationals in Computing Unit 18: Discrete Mathematics 4
General Guidelines
Student Name /ID Number S.DILAKSON 15077 Unit Number and Title Unit 18: Discrete Mathematics Academic Year Unit Tutor Assignment Title Discrete mathematics in Computing Issue Date Submission Date IV Name & Date Submission Format: This assignment should be submitted at the end of the module, on the week stated at the front of this brief. The assignment can either be word-processed or completed in legible handwriting. If the tasks are completed over multiple pages, ensure that your name and student number are present on each page. Unit Learning Outcomes: LO1 Examine set theory and functions applicable to software engineering LO2 Analyze mathematical structures of objects using graph theory LO3 Investigate solutions to problem situations using the application of Boolean algebra LO4 Explore applicable concepts within abstract algebra. 7
Activity 01
2. n ( B )? 3. n ( A ∪ B ∪C )=? n ( A ) = 33 n ( B )= 36 n ( C )= 28 11 n( A B ) = n(A) + n(B) - n( A B )
110 = 45 + n( B A ) + 15 110 = 60 + n( B A ) n( B A ) = 50
n(B) = 50 + 15 n(B) = 65 Figure 1 Venn diagram
1. Multiple prime factors i. 160 = {2, 2, 2, 2, 2, 5} Multiplicity of 2 = 5 Multiplicity of 5 = 1 ii. 120 = 2, 2, 2, 2, 3, 5} Multiplicity of 2 = 3 Multiplicity of 3 = 1 Multiplicity of 5 = 5= iii. 250 = {2, 5, 5, 5} Multiplicity of 2 = 2 Multiplicity of 5 = 3 2. Cardinalities of each multiset i. Cardinality of multi set = 5 + 1 = 6 ii. Cardinality of multi set = 3 + 1 +1 = 5 iii. Cardinality of multi set = 2 + 3 = 5
1. Determine whether the following functions are invertible or not. If it is
− 1
i. f : ℜ→ℜ+^ ii. f : ℜ+→ ℜ+ f ( x )= x^2 f ( x )=
x iii. f : ℜ+→ ℜ+^ iv. f :[ − π 2
π 2 ]
f ( x )= x^2 f ( x )=sin x
f ( x )= 2 cos x 13
2 f ( x )= 2x f (^) (-3) = 2(-3) = (-6) → f (^) 2 * (-6) = (-12) f (^) (-2) = 2(-2) = (-4) → f (^) 2 * (-4) = (-8) f (-1) = 2(-1) = (-2) → f (^) 2 * (-2) = (-4) f (0) = 2(0) = (0) → f (^) 2 * (0) = (0) f (^) (1) = 2(1) = (2) → f (^) 2 * (2) = (4) f (^) (2) = 2(2) = (4) → f (^) 2 * (4) = (8) f (3) = 2*(3) = (6) → f (^) 2 * (6) = (12) II. f ( x )= 1 x f ( 1 )= 1 1 = 1 14
2
Table 1 Process X 1 , X 2 be two different numbers from domain f ( x 1 )= x (^12) →① f ( x 2 )= x (^22) →② ① = ② X 12 = X 22 Take the square root X 1 = X 2 Then 1 – 1 function Inverse exit.
2 f ( x )= y y = x^2 Take the square root √ y =√ x 2 √ y = x x = y & y = x √ x = y (Inverse)
− 1 ( (^) x ) (^) = √ x 16
f :[− π 2 , π 2 ] →[− 1 , 1 ]
= - sin
= -sin
=sin
Sin 0 = 0 onto function X 1 , x 2 be two different numbers f (x 1 ) = sin (x 1 ) 01 f (^) (x 2 ) = sin (x 2 ) 02 01 = 02 Sin (x 1 ) = sin (x 2 ) [ − π 2 , π 2 ] f (^) (x) = sin (x) y = f (x) y = sin (x) 17 Sin (-x) = - Sin (x)
iv. f ( x )= 2cosx f ( x 1 )= 2cos(x1) 01 f ( x 2 )= 2cosx(x2) 02 01 = 02 X 1 = X 2 So 1 – 1 function Y = 2Cosx cos − 1 ( y 2 ) = x Y = cos − 1 ( x 2 ) f-1^ (x) = cos − 1 ( x 2 ) 2.
f (^) (98.6) =
f (x) = y y =
(x – 32) 9 y 5
19
f-1^ (x) = 9 x 5
1. A = b ↔ A ⊆ B ∧ B⊆ A Definition : Two sets are equal if they contain the same elements. I.e., sets A and B are equal if ∀x[x ∈ A ↔ x ∈ B]. Notation : A = B. Recall : Sets are unordered and we do not distinguish between repeated elements. So: {1, 1, 1} = {1}, and {a, b, c} = {b, a, c}. Definition : A set A is a subset of set B, denoted A ⊆ B, if every element x of A is also an element of B. That is, A ⊆ B if ∀x(x ∈ A → x ∈ B). Example : Z ⊆ R. {1, 2} ⊆ {1, 2, 3, 4} Notation : If set A is not a subset of B, we write A⊆ B. Example : {1, 2} 6⊆ {1, 3} 2. De Morgan’s Law by the mathematical induction 20