edited by
4,459 views

5 Answers

Best answer
2 2 votes

Answer: B,C

Given premises: $P, P \rightarrow Q$

Valid Conclusion: $Q$ (By Modus Ponens rule of inference)

Transitively another Valid Conclusion: $P \wedge Q$ (By Conjunction rule of inference)

selected by
2 2 votes
P  -> Q   = ~P  V Q

So we can infer Q

answer is B
edited by
0 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:
Position:
Show:

Related questions

4 4 votes
1 1 answer
4.0k
4.0k views
go_editor asked Aug 9, 2016
4,013 views
Given the following set of prolog clauses:father(X,Y) : parent(X,Y), male(X), parent(Sally, Bob), parent(Jim, Bob), parent(Alice, Jane), male(Bob), male(Jim), female(Sall...
4 4 votes
1 answers 1 answer
7.4k
7.4k views
go_editor asked Aug 11, 2016
7,364 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 3 votes
1 answers 1 answer
7.1k
7.1k views
go_editor asked Aug 11, 2016
7,087 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 2 votes
1 1 answer
2.9k
2.9k views
go_editor asked Aug 11, 2016
2,921 views
Which of the following steps is/are not required for analog to digital conversion?SensingConversionAmplificationConditioningQuantization$\text{i and ii}$$\text{iii and iv...