A English

Mathematical logic Questions in English

Class 11 Mathematics · Mathematical Reasoning · Mathematical logic

584+

Questions

English

Language

100%

With Solutions

Showing 48 of 584 questions in English

151
DifficultMCQ
Consider the following three statements:
$P: 5$ is a prime number.
$Q: 7$ is a factor of $192$.
$R: \text{L.C.M. of } 5 \text{ and } 7 \text{ is } 35$.
Then,the truth value of which one of the following statements is true?
A
$(\sim P) \vee (Q \wedge R)$
B
$(P \wedge Q) \vee (\sim R)$
C
$(\sim P) \wedge (\sim Q \wedge R)$
D
$P \vee (\sim Q \wedge R)$

Solution

(D) First,evaluate the truth values of the given statements:
$P: 5$ is a prime number. This is $True$ $(T)$.
$Q: 7$ is a factor of $192$. Since $192 \div 7 = 27.42...$,this is $False$ $(F)$.
$R: \text{L.C.M. of } 5 \text{ and } 7 \text{ is } 35$. This is $True$ $(T)$.
Now,evaluate the options:
$A: (\sim T) \vee (F \wedge T) = F \vee F = F$.
$B: (T \wedge F) \vee (\sim T) = F \vee F = F$.
$C: (\sim T) \wedge (\sim F \wedge T) = F \wedge (T \wedge T) = F \wedge T = F$.
$D: T \vee (\sim F \wedge T) = T \vee (T \wedge T) = T \vee T = T$.
Therefore,the statement in option $D$ is true.
152
DifficultMCQ
The Boolean expression $((p \wedge q) \vee (p \vee \sim q)) \wedge (\sim p \wedge \sim q)$ is equivalent to
A
$p \wedge q$
B
$p \wedge (\sim q)$
C
$(\sim p) \wedge (\sim q)$
D
$p \vee (\sim q)$

Solution

(C) Let the expression be $E = ((p \wedge q) \vee (p \vee \sim q)) \wedge (\sim p \wedge \sim q)$.
Using the associative and commutative laws,we simplify the first part: $(p \wedge q) \vee (p \vee \sim q) \equiv (p \vee (p \wedge q)) \vee \sim q \equiv p \vee \sim q$.
Now,substitute this back into the expression: $E \equiv (p \vee \sim q) \wedge (\sim p \wedge \sim q)$.
Using the distributive law: $E \equiv (p \wedge (\sim p \wedge \sim q)) \vee (\sim q \wedge (\sim p \wedge \sim q))$.
Since $p \wedge \sim p \equiv F$ (False),the first term becomes $F \wedge \sim q \equiv F$.
The second term simplifies as $\sim q \wedge \sim q \equiv \sim q$,so we have $F \vee (\sim p \wedge \sim q)$.
Thus,$E \equiv \sim p \wedge \sim q$.
153
DifficultMCQ
The expression $\sim ( \sim p \to q)$ is logically equivalent to
A
$\sim p \wedge \sim q$
B
$p \wedge \sim q$
C
$\sim p \wedge q$
D
$p \wedge q$

Solution

(A) We use the logical equivalence $\sim (a \to b) \equiv a \wedge \sim b$.
Applying this to the given expression $\sim ( \sim p \to q)$:
Let $a = \sim p$ and $b = q$.
Then $\sim ( \sim p \to q) \equiv (\sim p) \wedge (\sim q)$.
Thus,the expression is equivalent to $\sim p \wedge \sim q$.
154
DifficultMCQ
The contrapositive of the statement "If you are born in India,then you are a citizen of India" is:
A
If you are a citizen of India,then you are born in India.
B
If you are not a citizen of India,then you are not born in India.
C
If you are not born in India,then you are not a citizen of India.
D
If you are born in India,then you are not a citizen of India.

Solution

(B) The contrapositive of a conditional statement $p \to q$ is defined as $\sim q \to \sim p$.
Let $p$ be the statement: "You are born in India."
Let $q$ be the statement: "You are a citizen of India."
The given statement is $p \to q$.
The contrapositive is $\sim q \to \sim p$,which translates to: "If you are not a citizen of India,then you are not born in India."
Therefore,the correct option is $B$.
155
DifficultMCQ
Which one of the following statements is not a tautology?
A
$(p \vee q) \to (p \vee (\sim q))$
B
$(p \vee q) \to p$
C
$p \to (p \vee q)$
D
$(p \wedge q) \to ((\sim p) \vee q)$

Solution

(B) tautology is a statement that is always true for all possible truth values of its components.
Check option $(A): (p \vee q) \to (p \vee (\sim q))$
$= \sim (p \vee q) \vee (p \vee \sim q)$
$= (\sim p \wedge \sim q) \vee (p \vee \sim q)$
$= (\sim p \vee p \vee \sim q) \wedge (\sim q \vee p \vee \sim q)$
$= T \wedge (p \vee \sim q) = p \vee \sim q$. This is not a tautology.
Check option $(B): (p \vee q) \to p$
$= \sim (p \vee q) \vee p = (\sim p \wedge \sim q) \vee p$
$= (\sim p \vee p) \wedge (\sim q \vee p) = T \wedge (\sim q \vee p) = \sim q \vee p$. This is not a tautology.
Check option $(C): p \to (p \vee q)$
$= \sim p \vee (p \vee q) = (\sim p \vee p) \vee q = T \vee q = T$. This is a tautology.
Check option $(D): (p \wedge q) \to ((\sim p) \vee q)$
$= \sim (p \wedge q) \vee (\sim p \vee q) = (\sim p \vee \sim q) \vee (\sim p \vee q)$
$= \sim p \vee (\sim q \vee q) = \sim p \vee T = T$. This is a tautology.
Note: Both $(A)$ and $(B)$ are not tautologies. However,in standard examination contexts for this specific question,$(B)$ is often the intended answer as it is a common logical fallacy.
156
DifficultMCQ
For any two statements $p$ and $q,$ the negation of the expression $p \vee ( \sim p \wedge q)$ is
A
$p \leftrightarrow q$
B
$\sim p \vee \sim q$
C
$\sim p \wedge \sim q$
D
$p \wedge q$

Solution

(C) We need to find the negation of the expression $p \vee (\sim p \wedge q)$.
Applying De Morgan's Law: $\sim (p \vee (\sim p \wedge q))$
$= \sim p \wedge \sim (\sim p \wedge q)$
$= \sim p \wedge (p \vee \sim q)$
Using the Distributive Law: $(\sim p \wedge p) \vee (\sim p \wedge \sim q)$
Since $(\sim p \wedge p)$ is a contradiction $(c)$:
$= c \vee (\sim p \wedge \sim q)$
$= \sim p \wedge \sim q$
157
DifficultMCQ
If $P \Rightarrow (q \vee r)$ is false,then the truth values of $p, q, r$ are respectively
A
$F, T, T$
B
$T, F, F$
C
$T, T, F$
D
$F, F, F$

Solution

(B) The implication $P \Rightarrow (q \vee r)$ is false only when the antecedent is true and the consequent is false.
That is,$P = T$ and $(q \vee r) = F$.
For the disjunction $(q \vee r)$ to be false,both $q$ and $r$ must be false.
Therefore,$p = T, q = F, r = F$.
158
DifficultMCQ
Which one of the following Boolean expressions is a tautology?
A
$(p \vee q) \wedge (p \vee \sim q)$
B
$(p \wedge q) \vee (p \wedge \sim q)$
C
$(p \vee q) \wedge (\sim p \vee \sim q)$
D
$(p \vee q) \vee (p \vee \sim q)$

Solution

(D) tautology is a statement that is always true for all possible truth values of its components.
Let us evaluate option $(A)$: $(p \vee q) \wedge (p \vee \sim q) \equiv p \vee (q \wedge \sim q) \equiv p \vee F \equiv p$. This is not a tautology.
Let us evaluate option $(B)$: $(p \wedge q) \vee (p \wedge \sim q) \equiv p \wedge (q \vee \sim q) \equiv p \wedge T \equiv p$. This is not a tautology.
Let us evaluate option $(C)$: $(p \vee q) \wedge (\sim p \vee \sim q) \equiv (p \vee q) \wedge \sim (p \wedge q)$. This is not a tautology.
Let us evaluate option $(D)$: $(p \vee q) \vee (p \vee \sim q) \equiv p \vee (q \vee \sim q) \equiv p \vee T \equiv T$. Since the result is always true,this is a tautology.
159
DifficultMCQ
The negation of the Boolean expression $\sim s \vee (\sim r \wedge s)$ is equivalent to
A
$s \vee r$
B
$\sim s \wedge \sim r$
C
$r$
D
$s \wedge r$

Solution

(D) We want to find the negation of the expression $\sim s \vee (\sim r \wedge s)$.
Applying De Morgan's Law: $\sim (\sim s \vee (\sim r \wedge s)) = \sim (\sim s) \wedge \sim (\sim r \wedge s)$.
This simplifies to $s \wedge (\sim (\sim r) \vee \sim s)$,which is $s \wedge (r \vee \sim s)$.
Using the Distributive Law: $(s \wedge r) \vee (s \wedge \sim s)$.
Since $s \wedge \sim s = \phi$ (a contradiction),the expression becomes $(s \wedge r) \vee \phi$.
Thus,the result is $s \wedge r$.
160
DifficultMCQ
If the truth value of the statement $p \to (\sim q \vee r)$ is false $(F)$,then the truth values of the statements $p, q, r$ are respectively:
A
$T, T, F$
B
$F, T, T$
C
$T, F, T$
D
$T, F, F$

Solution

(A) The implication $p \to (\sim q \vee r)$ is false $(F)$ only when the antecedent is true $(T)$ and the consequent is false $(F)$.
$1$. $p = T$
$2$. $(\sim q \vee r) = F$
For the disjunction $(\sim q \vee r)$ to be false,both components must be false:
$\sim q = F \implies q = T$
$r = F$
Therefore,the truth values are $p = T, q = T, r = F$.
161
DifficultMCQ
The Boolean expression $\sim (p \Rightarrow (\sim q))$ is equivalent to
A
$(\sim p) \Rightarrow q$
B
$p \vee q$
C
$p \wedge q$
D
$q \Rightarrow \sim p$

Solution

(C) We know that the implication $p \Rightarrow r$ is equivalent to $(\sim p) \vee r$.
Therefore,$p \Rightarrow (\sim q)$ is equivalent to $(\sim p) \vee (\sim q)$.
Now,applying the negation: $\sim (p \Rightarrow (\sim q)) = \sim ((\sim p) \vee (\sim q))$.
Using De Morgan's Law,$\sim (A \vee B) = (\sim A) \wedge (\sim B)$.
So,$\sim ((\sim p) \vee (\sim q)) = (\sim (\sim p)) \wedge (\sim (\sim q)) = p \wedge q$.
Hence,the correct answer is option $(C)$.
162
DifficultMCQ
Let $A, B, C$ and $D$ be four non-empty sets. The contrapositive statement of "If $A \subseteq B$ and $B \subseteq D,$ then $A \subseteq C$" is
A
If $A \not\subseteq C,$ then $A \not\subseteq B$ or $B \not\subseteq D$
B
If $A \not\subseteq C,$ then $A \not\subseteq B$ and $B \not\subseteq D$
C
If $A \subseteq C,$ then $A \not\subseteq B$ or $B \not\subseteq D$
D
If $A \not\subseteq C,$ then $A \subseteq B$ and $B \subseteq D$

Solution

(A) The contrapositive of a conditional statement $p \rightarrow q$ is $\sim q \rightarrow \sim p$.
Given the statement: "If $A \subseteq B$ and $B \subseteq D,$ then $A \subseteq C$."
Let $p$ be $(A \subseteq B) \land (B \subseteq D)$ and $q$ be $(A \subseteq C)$.
The negation $\sim q$ is $A \not\subseteq C$.
The negation $\sim p$ is $\sim((A \subseteq B) \land (B \subseteq D))$,which by De Morgan's Law is $(A \not\subseteq B) \lor (B \not\subseteq D)$.
Thus,the contrapositive is: "If $A \not\subseteq C,$ then $A \not\subseteq B$ or $B \not\subseteq D$."
163
DifficultMCQ
The logical statement $(p$ $\Rightarrow q) \wedge (q$ $\Rightarrow \sim p)$ is equivalent to
A
$p$
B
$q$
C
$\sim p$
D
$\sim q$

Solution

(C) The given logical statement is $(p$ $\Rightarrow q) \wedge (q$ $\Rightarrow \sim p)$.
Using the implication law $a \Rightarrow b \equiv \sim a \vee b$,we get:
$(\sim p \vee q) \wedge (\sim q \vee \sim p)$
By the commutative law,we can rewrite this as:
$(\sim p \vee q) \wedge (\sim p \vee \sim q)$
Using the distributive law $x \vee (y \wedge z) \equiv (x \vee y) \wedge (x \vee z)$,we get:
$\sim p \vee (q \wedge \sim q)$
Since $q \wedge \sim q$ is a contradiction $(C)$:
$\sim p \vee C \equiv \sim p$
Therefore,the statement is equivalent to $\sim p$.
164
DifficultMCQ
Which of the following statements is a tautology?
A
$\sim(p \vee \sim q) \rightarrow p \vee q$
B
$\sim(p \wedge \sim q) \rightarrow p \vee q$
C
$\sim(p \vee \sim q) \rightarrow p \wedge q$
D
$p \vee(\sim q) \rightarrow p \wedge q$

Solution

(A) statement is a tautology if its truth value is always $T$ for all possible truth values of its components.
Let us analyze option $A$: $\sim(p \vee \sim q) \rightarrow (p \vee q)$.
Using De Morgan's Law,$\sim(p \vee \sim q) \equiv \sim p \wedge q$.
So,the expression becomes $(\sim p \wedge q) \rightarrow (p \vee q)$.
This is equivalent to $\sim(\sim p \wedge q) \vee (p \vee q) \equiv (p \vee \sim q) \vee (p \vee q) \equiv p \vee (\sim q \vee q) \equiv p \vee T \equiv T$.
Since the result is always $T$,the statement is a tautology.
165
DifficultMCQ
Which one of the following is a tautology?
A
$P \wedge (P \vee Q)$
B
$P \vee (P \wedge Q)$
C
$Q$ $\rightarrow (P \wedge (P$ $\rightarrow Q))$
D
$(P \wedge (P$ $\rightarrow Q))$ $\rightarrow Q$

Solution

(D) tautology is a statement that is always true for all possible truth values of its components.
$1$. For $P \wedge (P \vee Q) \equiv P$,which is not a tautology.
$2$. For $P \vee (P \wedge Q) \equiv P$,which is not a tautology.
$3$. For $Q$ $\rightarrow (P \wedge (P$ $\rightarrow Q)) \equiv Q$ $\rightarrow (P \wedge (\sim P \vee Q)) \equiv Q$ $\rightarrow (P \wedge Q) \equiv \sim Q \vee (P \wedge Q) \equiv (\sim Q \vee P) \wedge (\sim Q \vee Q) \equiv (\sim Q \vee P) \wedge t \equiv \sim Q \vee P$,which is not a tautology.
$4$. For $(P \wedge (P$ $\rightarrow Q))$ $\rightarrow Q \equiv (P \wedge (\sim P \vee Q))$ $\rightarrow Q \equiv (P \wedge Q)$ $\rightarrow Q \equiv \sim (P \wedge Q) \vee Q \equiv (\sim P \vee \sim Q) \vee Q \equiv \sim P \vee (\sim Q \vee Q) \equiv \sim P \vee t \equiv t$.
Since the result is $t$ (true),option $D$ is a tautology.
166
DifficultMCQ
If $p \rightarrow (p \wedge \neg q)$ is false,then the truth values of $p$ and $q$ are respectively
A
$F, T$
B
$T, T$
C
$F, F$
D
$T, F$

Solution

(B) The implication $p \rightarrow (p \wedge \neg q)$ is false only when the antecedent $p$ is $T$ and the consequent $(p \wedge \neg q)$ is $F$.
Since $p$ is $T$,the expression $(p \wedge \neg q)$ becomes $(T \wedge \neg q)$.
For $(T \wedge \neg q)$ to be $F$,$\neg q$ must be $F$,which implies $q$ is $T$.
Therefore,the truth values are $p = T$ and $q = T$.
167
DifficultMCQ
Negation of the statement: $\sqrt{5}$ is an integer or $5$ is irrational is
A
$\sqrt{5}$ is an integer or $5$ is irrational
B
$\sqrt{5}$ is not an integer and $5$ is not irrational
C
$\sqrt{5}$ is an integer and $5$ is irrational
D
$\sqrt{5}$ is not an integer or $5$ is not irrational

Solution

(B) Let $p$ be the statement: $\sqrt{5}$ is an integer.
Let $q$ be the statement: $5$ is irrational.
The given statement is $p \vee q$.
The negation of the statement is $\sim(p \vee q)$.
By De Morgan's Law,$\sim(p \vee q) \equiv \sim p \wedge \sim q$.
Thus,the negation is: $\sqrt{5}$ is not an integer $AND$ $5$ is not irrational.
168
EasyMCQ
Check whether the following sentence is a statement. Give reasons for your answer.
$8$ is less than $6.$
A
Yes,it is a statement.
B
No,it is not a statement.
C
It is an open sentence.
D
It is an imperative sentence.

Solution

(A) sentence is called a statement if it is either true or false,but not both.
In the given sentence,'$8$ is less than $6$',we know that $8 > 6$.
Therefore,the given sentence is false.
Since the sentence has a definite truth value (it is false),it is a statement.
169
Easy
Check whether the following sentence is a statement. Give reasons for your answer.
"Every set is a finite set."

Solution

(N/A) sentence is considered a statement in logic if it is either true or false,but not both.
The sentence "Every set is a finite set" is a declarative sentence.
Since there exist infinite sets (e.g.,the set of all natural numbers $\mathbb{N}$),the statement "Every set is a finite set" is false.
Because the sentence has a definite truth value (it is false),it is a statement.
170
Easy
Check whether the following sentence is a statement. Give reasons for your answer.
"The sun is a star."

Solution

(N/A) sentence is considered a statement in mathematics if it is either true or false,but not both.
Since it is a scientifically established fact that the sun is a star,this sentence is always true.
Therefore,it is a statement.
171
Easy
Check whether the following sentence is a statement. Give reasons for your answer.
Mathematics is fun.

Solution

(N/A) sentence is considered a statement in logic if it is either true or false,but not both.
This sentence is subjective because for some people,mathematics is fun,while for others,it may not be.
Since the truth value of this sentence depends on the individual's opinion,it is not always true or always false.
Therefore,it is not a statement.
172
Easy
Check whether the following sentence is a statement. Give reasons for your answer.
There is no rain without clouds.

Solution

(N/A) statement is defined as a declarative sentence that is either true or false,but not both.
It is a scientifically established natural phenomenon that clouds are necessary for rain to occur. Therefore,the sentence 'There is no rain without clouds' is always true.
Since the sentence has a definite truth value (it is true),it is a statement.
173
Easy
Check whether the following sentence is a statement. Give reasons for your answer.
"How far is Chennai from here?"

Solution

(N/A) sentence is considered a statement in logic if it is either true or false,but not both.
The given sentence,"How far is Chennai from here?",is an interrogative sentence (a question).
Furthermore,the word "here" is ambiguous as it depends on the location of the speaker.
Since it cannot be assigned a truth value of either true or false,it is not a statement.
174
Easy
Which of the following sentences are statements? Give reasons for your answer.
There are $35$ days in a month.

Solution

(A) sentence is considered a statement in logic if it is either true or false,but not both.
Since the number of days in any month is at most $31$,the sentence 'There are $35$ days in a month' is a false sentence.
Therefore,it is a statement.
175
Easy
Which of the following sentences are statements? Give reasons for your answer.
Mathematics is difficult.

Solution

(N/A) sentence is considered a statement in logic if it is either true or false,but not both.
This sentence is subjective because the difficulty of mathematics varies from person to person.
Since it cannot be universally classified as true or false,it is not a statement.
176
Easy
Which of the following sentences are statements? Give reasons for your answer.
The sum of $5$ and $7$ is greater than $10.$

Solution

(N/A) The sum of $5$ and $7$ is $12.$ Since $12 > 10,$ this sentence is always true. In logic,a sentence that is either always true or always false is called a statement. Therefore,this sentence is a statement.
177
Easy
Which of the following sentences are statements? Give reasons for your answer.
The square of a number is an even number.

Solution

(N/A) sentence is considered a statement in logic if it is either always true or always false.
For the given sentence,the square of $2$ is $4$,which is an even number.
However,the square of $3$ is $9$,which is an odd number.
Since the truth value of the sentence depends on the number chosen,it is neither always true nor always false.
Therefore,it is not a statement.
178
Easy
Which of the following sentences are statements? Give reasons for your answer.
"The sides of a quadrilateral have equal length."

Solution

(N/A) sentence is considered a statement in mathematical logic if it is either always true or always false.
The given sentence,"The sides of a quadrilateral have equal length," is ambiguous because its truth value depends on the specific type of quadrilateral.
For example,in a square or a rhombus,all sides are equal,making the statement true.
However,in a rectangle or a trapezium,the sides are not necessarily equal,making the statement false.
Since the sentence can be true or false depending on the context,it is not a mathematical statement.
179
Easy
Which of the following sentences are statements? Give reasons for your answer.
"Answer this question."

Solution

(N/A) statement is a declarative sentence that is either true or false,but not both.
The given sentence,"Answer this question," is an imperative sentence (an order or a request).
Since it cannot be classified as true or false,it is not a statement.
180
Easy
Which of the following sentences are statements? Give reasons for your answer.
The product of $(-1)$ and $8$ is $8.$

Solution

(N/A) sentence is considered a statement in logic if it is either true or false,but not both.
The product of $(-1)$ and $8$ is $(-8)$.
Since the sentence asserts that the product is $8$,which is false,it qualifies as a statement.
181
Easy
Which of the following sentences are statements? Give reasons for your answer.
The sum of all interior angles of a triangle is $180^{\circ}.$

Solution

(A) sentence is considered a statement in logic if it is either true or false,but not both.
The sum of all interior angles of a triangle is $180^{\circ}$ is a universally accepted geometric fact,which is always true.
Therefore,this sentence is a statement.
182
Easy
Which of the following sentences are statements? Give reasons for your answer.
$Today$ is a windy day.

Solution

(N/A) sentence is considered a statement in logic if it is either true or false,but not both.
The sentence "$Today$ is a windy day" depends on the specific day being referred to,which is not defined.
Since the truth value of the sentence cannot be determined without knowing the specific day,it is not a statement.
183
Easy
Which of the following sentences are statements? Give reasons for your answer.
All real numbers are complex numbers.

Solution

(A) complex number is defined as a number of the form $a + bi$,where $a$ and $b$ are real numbers and $i = \sqrt{-1}$.
Any real number $x$ can be expressed as $x + 0i$.
Since every real number can be written in the form $a + bi$,the sentence 'All real numbers are complex numbers' is always true.
Therefore,it is a statement.
184
Easy
Give three examples of sentences which are not statements. Give reasons for the answers.

Solution

(N/A) The three examples of sentences,which are not statements,are as follows:
$(i)$ $He$ is a doctor.
This is not a statement because it is not clear who '$He$' refers to,making the truth value ambiguous.
$(ii)$ Geometry is difficult.
This is not a statement because the difficulty of a subject is subjective and varies from person to person.
$(iii)$ Where is she going?
This is an interrogative sentence. Interrogative sentences,exclamatory sentences,and commands are not considered statements in mathematical logic.
185
Easy
Write the negation of the following statement:
Both the diagonals of a rectangle have the same length.

Solution

(N/A) The given statement is: $P$: Both the diagonals of a rectangle have the same length.
The negation of a statement $P$ is denoted by $\sim P$.
The negation of the statement "Both the diagonals of a rectangle have the same length" is:
"It is false that both the diagonals of a rectangle have the same length."
Alternatively,this can be written as:
"There exists at least one rectangle whose diagonals do not have the same length."
186
Easy
Write the negation of the following statement:
$\sqrt{7}$ is rational.

Solution

(N/A) The negation of the statement can be written as:
It is not the case that $\sqrt{7}$ is rational.
This can also be rewritten as:
$\sqrt{7}$ is not rational.
187
Easy
Write the negation of the following statement and check whether the resulting statement is true:
Australia is a continent.

Solution

(N/A) The negation of the statement is:
It is false that Australia is a continent.
This can also be written as:
Australia is not a continent.
Since Australia is indeed a continent,the original statement is true,and therefore the negated statement is false.
188
Easy
Write the negation of the following statement and check whether the resulting statement is true:
There does not exist a quadrilateral which has all its sides equal.

Solution

(N/A) The negation of the statement is:
It is not the case that there does not exist a quadrilateral which has all its sides equal.
This is equivalent to the statement:
There exists a quadrilateral which has all its sides equal.
This statement is true because a square is a quadrilateral that has all its four sides equal.
189
Easy
Write the negation of the following statement and check whether the resulting statement is true:
Every natural number is greater than $0.$

Solution

(N/A) The negation of the statement is:
It is false that every natural number is greater than $0.$
This can be rewritten as:
There exists a natural number which is not greater than $0.$
Since all natural numbers are defined as $n \in \{1, 2, 3, \dots\}$,every natural number is indeed greater than $0.$ Therefore,the negation statement is false.
190
Easy
Write the negation of the following statement and check whether the resulting statement is true:
The sum of $3$ and $4$ is $9.$

Solution

(N/A) The negation of the statement is:
It is false that the sum of $3$ and $4$ is $9.$
This can also be written as:
The sum of $3$ and $4$ is not equal to $9.$
Since $3 + 4 = 7$ and $7 \neq 9$,the resulting statement is true.
191
Easy
Find the component statements of the following compound statement:
The sky is blue and the grass is green.

Solution

(N/A) The given compound statement is connected by the logical connective 'and'.
The component statements are:
$p: \text{The sky is blue.}$
$q: \text{The grass is green.}$
192
Easy
Find the component statements of the following compound statement:
It is raining and it is cold.

Solution

(N/A) The given compound statement is connected by the logical connective 'and'.
The component statements are:
$p:$ It is raining.
$q:$ It is cold.
193
Easy
Find the component statements of the following compound statement:
All rational numbers are real and all real numbers are complex.

Solution

(N/A) The compound statement is connected by the word 'and'.
The component statements are:
$p:$ All rational numbers are real.
$q:$ All real numbers are complex.
194
Easy
Find the component statements of the following compound statement:
$0$ is a positive number or a negative number.

Solution

(N/A) The component statements are:
$p: 0$ is a positive number.
$q: 0$ is a negative number.
The connecting word is 'or'.
195
EasyMCQ
Find the component statements of the following and check whether they are true or not.
$A$ square is a quadrilateral and its four sides are equal.
A
True,True
B
True,False
C
False,True
D
False,False

Solution

(A) The component statements are:
$p:$ $A$ square is a quadrilateral.
$q:$ $A$ square has all its four sides equal.
We know that both these statements are true. Here,the connecting word is 'and'.
196
EasyMCQ
Find the component statements of the following and check whether they are true or not.
All prime numbers are either even or odd.
A
True,True
B
False,False
C
True,False
D
False,True

Solution

(B) The given statement is a compound statement connected by 'or'.
The component statements are:
$p:$ All prime numbers are odd numbers.
$q:$ All prime numbers are even numbers.
Evaluation:
$p$ is false because $2$ is a prime number and it is even.
$q$ is false because $3$ is a prime number and it is odd.
Therefore,both component statements are false.
197
Easy
Find the component statements of the following and check whether they are true or not.
$A$ person who has taken Mathematics or Computer Science can go for $MCA$.

Solution

(N/A) The component statements are:
$p:$ $A$ person who has taken Mathematics can go for $MCA$.
$q:$ $A$ person who has taken Computer Science can go for $MCA$.
Both these statements are true. Here,the connecting word is 'or'.
198
Easy
Find the component statements of the following and check whether they are true or not.
Chandigarh is the capital of Haryana and $UP$.

Solution

(N/A) The component statements are:
$p:$ Chandigarh is the capital of Haryana.
$q:$ Chandigarh is the capital of $UP$.
The first statement $p$ is true,as Chandigarh is the capital of Haryana.
The second statement $q$ is false,as the capital of $UP$ is Lucknow.
Since the connecting word is 'and',the compound statement is false.

Mathematical Reasoning — Mathematical logic · Frequently Asked Questions

1Are these Mathematical Reasoning questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a Mathematical Reasoning Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.