Mat 203 Questions
Mat 203 Questions
MODULE 1
6. Prove the validity of the following argument: If Rochelle gets the su-
pervisor’s position and works hard, then she will get a pay raise. If she
gets the pay raise, then she will buy a new car. She has not purchased a
new car. Therefore either Rochelle did not get the Supervisor’s position
or she did not work hard.
9. Let p(x), q(x) and r(x) be the following open statements. p(x) : x2 −
7x + 10 = 0 ; q(x) : x2 − 2x–3 = 0 ; r(x) : x < 0
Determine the truth or falsity of the following statements, where the
universe is all integers.
(i) ∀x[p(x) → ¬r(x)]
(ii) ∀x[q(x) → r(x)]
(iii)∃x[q(x) → r(x)]
(iv) ∀x[p(x)tor(x)]
10. Check whether the propositions p∧(¬q ∨r) and p∨(q ∧¬r) are logically
equivalent or not
1
12. Let p, q,r be the statements given as p:Arjun studies.q:He plays cricket.r:He
passes Data Structures.
Let P1 , P2 , P3 denote the Premises
p1 : If Arjun studies, then he will pass Data Structures’
p2 : If he doesn’t play cricket, then he will study’
P3 : He failed Data Structures Determine whether the argument
(P1 ∧ p2 ∧ p3 ) → q is valid
MODULE 2
2. How many 5 digit numbers can be formed from the digits 1,2,3,4,5 using
the digits without repetition.
(i) How many of them are even?
(ii) How many are even and greater than 30,000?
4. There are 8 guests in a party. Each guest brings a gift and receives
another gift in return. No one is allowed to receive the gift they bought.
How many ways are there to distribute the gifts?
6. What is pigeon hole principle? Explain. If you select any five numbers
from 1 to 8 then prove that at least two of them will add up to 9.
7. In how many ways can the letters of the word ALLAHABAD be ar-
ranged ?
9. In how many ways can we distribute eight identical white balls into 4
distinct containers so that
(i) no container is left empty
(ii) the 4th container has an odd no. of balls in it ?
2
10. An auditorium has a seating capacity of 800. How many seats must be
occupied to guarantee that at least two people seated in the auditorium
have the same first and last initials? (You may use pigeonhole principle)
11. A woman has 11 friends among which 2 are married to each other (i) In
how many ways can she invite 5 of them to dinner? (ii) In how many
ways can she invite 5 of them to dinner if the married couple attends
the function together(iii) In how many ways can she invite 5 of them
to dinner if the married couple will not attend the function.
12. Prove (i) n C0 +n C1 +n C2 + ...n Cn = 2n .
(ii) n C0 −n C1 +n C2 − ... + (−1)n .n Cn = 0
where n is a positive integer
MODULE 3
3
10. Let R and S be two relations on a set A . If R and S are symmetric,
Prove that (R ∩ S) is also symmetric.
MODULE 4
3. Find the generating function for the sequence 1,1,1. . . ,1.0,0,0. . . ..where
the first n+1 terms are 1.
11. Solve the recurrence relation ar − 4ar−1 + 4ar−2 = (r + 1)2 using gen-
erating function.
MODULE 5
4
3. Let (G, o) and (H,*) be groups with respective identities eG and eH . If
f : G → H is a homomorphism, prove that, for all a ∈ G and n ∈ Z
(i) f (eG ) = eH (ii)f (a−1 ) = [f (a)]−1 (iii) f (an ) = [f (a)]n
12. Prove that the set ’Q’ of rational numbers other than 1 forms an abelian
group with respect to the operation ’ * ’ defined by a ∗ b = a + b − ab.
13. Let (A, ∗) be a group. Show that (A, ∗) is an abelian group if and only
if a2 ∗ b2 = (a ∗ b)2 for all ‘a’ and ‘b’ in A.
14. Define (i) semigroup (ii) monoid (iii) group. Give one example each,
different from one another. Is R, the set of real numbers, a group under
multiplication? Justify