12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 30/10/2019
Discrete Mathematics
Download Tamil Nadu 12th Standard Maths question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Maths Test1.
Let \(*\) be defined on R by (a \(*\) b) = a + b + ab - 7. Is \(*\) binary on R? If so, find 3 \(*\)\(\left( \frac { -7 }{ 15 } \right) \).
2.
On Z, define \(⊗ \mathrm{by}(m * n)\) = mn + nm: ∀m, n∈Z. Is ⊗ binary on Z?
3.
Consider p→q : If today is Monday, then 4 + 4 = 8.
4.
How many rows are needed for following statement formulae?
(( p ∧ q) ∨ (¬r ∨¬s)) ∧ (¬ t ∧ v))
5.
Let A =\(\begin{bmatrix} 0 & 1 \\ 1 & 1 \end{bmatrix},B=\begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}\)be any two boolean matrices of the same type. Find AvB and A\(\wedge\)B.
6.
Examine the binary operation (closure property) of the following operations on the respective sets (if it is not, make it binary)
a*b = a + 3ab − 5b2; ∀a,b∈Z
7.
Verify the
(i) closure property,
(ii) commutative property,
(iii) associative property
(iv) existence of identity and
(v) existence of inverse for the arithmetic operation - on Z.
8.
Construct the truth table for the following statements.
¬p ∧ ¬q
9.
Which one of the following is incorrect? For any two propositions p and q, we have
¬ (p∨q) ≡ ¬ p ∧ ¬q
¬ ( p∧ q)≡¬p ∨ ¬q
¬ (p ∨ q)≡¬p∨¬q
¬(¬p)≡ p
10.
11.
Which one of the following statements has truth value F?
Chennai is in India or \(\sqrt 2\) is an integer
Chennai is in India or \(\sqrt 2\) is an irrational number
Chennai is in China or \(\sqrt 2\) is an integer
Chennai is in China or \(\sqrt 2\) is an irrational number
12.
Which one of the following statements has the truth value T?
sin x is an even function
Every square matrix is non-singular
The product of complex number and its conjugate is purely imaginary
\(\sqrt 5\) is an irrational number
13.
A binary operation on a set S is a function from
S ⟶ S
(SxS) ⟶ S
S⟶ (SxS)
(SxS) ⟶ (SxS)
1.
Given a*b = a + b + ab -7, ∀ a,b ∈R
If a ∈R, b∈R then ab ∈ R
(a*b) = a +b+ ab - 7 ∈R
For example, let 1, 2 ∈ R
(1*2) = 1+2+(1)(2)-7
= 2 ∈ R
* a binary operation on R
[Here a = 3, b = \(\frac{-7}{15}\)]
\(=3-\frac { 7 }{ 15 } -\frac { 21 }{ 15 } -7\)
\(\therefore 3*\left( \frac { -7 }{ 15 } \right) =\frac { -88 }{ 15 } \)
2.
Given m*n = mn + nm ∀m, n∈Z
Let us take - 2, 2∈Z
Consider m = -3, n = 2
(m * n) = (-2 * 2) = (-2)2 + (2)-2
\(=4+\frac { 1 }{ 4 } =\frac { 17 }{ 4 } \notin Z\)
∴ * is not a binary operation on Z
3.
Here the component statements p and q are given by,
p: Today is Monday; q: 4 + 4 = 8.
The truth value of p→q is T because the conclusion q is T.
An important point is that p→q should not be treated by actually considering the meanings of p and q in English. Also it is not necessary that p should be related to q at all.
4.
(( p ∧ q) ∨ (¬r ∨¬s)) ∧ (¬ t ∧ v)) contains 6 variables p, q, r, s, t, and v. Hence the corresponding truth table will contain 26 = 64 rows.
5.
Then A∨ B =\(\begin{bmatrix} 0 & 1 \\ 1 & 1 \end{bmatrix}\vee \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}=\begin{bmatrix} 0\vee 1 & 1\vee 1 \\ 1\vee 0 & 1\vee 1 \end{bmatrix}=\begin{bmatrix} 1 & 1 \\ 1 & 1 \end{bmatrix}\)
\(A\wedge B=\begin{bmatrix} 0 & 1 \\ 1 & 1 \end{bmatrix}\wedge \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}=\begin{bmatrix} 0\wedge 1 & 1\wedge 1 \\ 1\wedge 0 & 1\wedge 1 \end{bmatrix}=\begin{bmatrix} 0 & 1 \\ 0 & 1 \end{bmatrix}\)
6.
Since × is binary operation on Z, a,b ∈ Z⇒ a × b = ab∈Z and b × b = b2∈Z ...(1)
The fact that + is binary operation on Z and (1) ⇒ 3ab = (ab + ab + ab) ∈Z and 5b2= (b2+b2+b2+b2+b2)∈Z ...(2)
Also a∈Z and 3ab ∈Z implies a+3ab∈Z ...(3)
(2),(3), the closure property of -on Z yield a * b = (a+3ab-5b2)∈Z. Since a * b belongs to Z, * is a binary operation on Z.
7.
i) Though - is not binary on N; it is binary on Z. To check the validity of any more properties satisfied by – on Z, it is better to check them for some particular simple values.
ii) Take m = 4 , n = 5 and (m− n) = (4 − 5) = −1and (n −m) = (5 − 4) = 1.
Hence (m− n) ≠ (n −m). So the operation - is not commutative on Z.
iii) In order to check the associative property, let us put m = 4, n = 5 and p = 7 in both (m- n) - p and m- (n - p).
(m−n)− p = (4−5)−7 = (−1−7) = −8 …(1)
m−(n− p) = 4−(5−7) = (4+2) = 6 …(2)
From (1) and (2), it follows that (m - n) - p m - (n - p).
Hence – is not associative on Z.
iv) Identity does not exist (why?).
v) Inverse does not exist (why?).
8.
Truth Table for ~p ∧ ~q
| p | q | ~p | ~q | ~p ∧ ~q |
| T | T | F | F | F |
| T | F | F | T | F |
| T | F | F | T | F |
| F | T | T | F | F |
| F | F | T | T | T |
9.
(c)
¬ (p ∨ q)≡¬p∨¬q
10.
(b)
11.
(c)
Chennai is in China or \(\sqrt 2\) is an integer
12.
(d)
\(\sqrt 5\) is an irrational number
13.
(b)
(SxS) ⟶ S
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards