edited by
3,404 views

5 Answers

0 votes
0 votes

Ans: B

  • Whenever E is a tautology, P1 AND P2 AND .. Pn -> E is a tautology.
  • Given two premises P1 and P2, we can infer P1 AND P2.
  • If P1 and (P1 -> P2) are given or inferred, then we can infer P2 by the rule of modus ponens (p AND (p->q) -> q).
  • If NOT P2 and (P1 -> P2) are given or inferred, then we can infer NOT P1 by the rule of modens tollens.
  • If P1 and (P1==P2) are given or inferred, we can infer P2.

ref: https://www.cs.rochester.edu/~nelson/courses/csc_173/proplogic/reason.html

Answer:

Related questions

4 votes
4 votes
1 answer
6
go_editor asked Aug 11, 2016
6,446 views
Consider a unit square centered at origin. The coordinates at the square are translated by a factor $\biggr( \dfrac{1}{2}, 1 \biggl)$ and rotated by an angle of $90^{\cir...
3 votes
3 votes
1 answer
7
go_editor asked Aug 11, 2016
6,047 views
Which raster locations would be chosen by Bresenham's algorithm when scan converting a line from $(1,1)$ to $(8,5)$?$\begin{array}{|c|c|} \hline x & y \\ \hline 1 & 1 \\...
2 votes
2 votes
1 answer
8
go_editor asked Aug 11, 2016
2,333 views
Which of the following steps is/are not required for analog to digital conversion?SensingConversionAmplificationConditioningQuantizationa and bc and da, b and eNone of th...