DMath
DMath
Discrete Mathematics_MAA4219
Question Bank
Part A
1. Show that (P→ 𝑄) ↔ (¬𝑃 ∨ 𝑄) is a tautology.
7. Assuming that repetitions are not permitted, how many four-digit numbers can be
formed from the six digits 1, 2, 3, 5, 7, 8?
8. Show that if seven colours are used to paint 50 bicycles, at least 8 bicycles will be the
same colour.
Here, Number of Pigeon = Number of bicycle = 50
Number of holes = Number of colors = 7
Then by generalized pigeon hole principle,
Part B
1. Prove that P⟶ (𝑃 ⟶ 𝑅) ⟹ (𝑃 ⟶ 𝑄) ⟶ (𝑃 ⟶ 𝑅).
2. Prove the following implication (𝑝 → (𝑞 → 𝑟)) → (𝑝 → 𝑞) → (𝑝 → 𝑟).
7. There are 250 students in an engineering college. Of these 188 have taken a course in
Fortran, 100 have taken a course in C and 35 have taken courses in Java. Further 88
have taken courses in both Fortran and C. 23 have taken course in both C and Java and
29 have taken courses in both Fortran and Java. If 19 of these students have taken all
the three courses, how many of these 250 students have not taken a course in any of
these three programming languages?
8. A club consisting of 6 men and 7 women, in how many ways can we select a committee
of 4 persons which has at least one women?
7. How many bit string of length 10 contains (a) exactly four 1’s, (b) atmost four 1’s,
(c) an equal number of 0’s and 1’s?
c)