Solveeit Logo

Question

Question: The negative of "if a student pass in mains then he can write the advance paper" is 1) If a stude...

The negative of "if a student pass in mains then he can write the advance paper" is

  1. If a student pass in mains then he can’t write advance papers.
  2. If a student fails in mains then he can write the advance paper.
  3. A student fails in mains then he can’t write the advance paper.
  4. Student pass in mains then he can’t write the advance paper.
Explanation

Solution

Hint: Convert the given statement to a mathematical Boolean equation. Use the rules of negation to solve the equation. Interpret the equation after negating to find the required solution.

Complete step-by-step answer:

The given statement is that "if a student pass in mains then he can write the advance paper" can be converted to a mathematical Boolean equation by assigning variable to the discrete statements.
Let us consider the statement "a student pass in mains" be represented by a Boolean variableAA, and the statement "he can write the advance paper" be represented by another Boolean variableBB.

Thus the given statement "If A, then B" can be written mathematically as,
ABA \to B.
Also, it is known that pqp \to q can be written as ¬pq\neg p \vee q.
Therefore the given statement becomes
¬AB\neg A \vee B
On negating the statement, we get
¬(¬AB)\neg \left( {\neg A \vee B} \right)
We can simplify the expression using De Morgan's law
A¬BA \wedge \neg B
Converting it to the statement, we get
Students pass in mains and can't write the advance paper.

It can also be rephrased as "A student pass in mains then he can't write the advance paper."
Therefore the option D is correct.

Note: The De Morgan's Law states the ¬(ab)\neg \left( {a \vee b} \right)is ¬a¬b\neg a \wedge \neg b. The Boolean statement pqp \to q can be written as ¬pq\neg p \vee q.