edited by
1,629 views
0 votes
0 votes

Consider following two rules $\text{R1}$ and  $\text{R2}$ in logical reasoning in Artificial Intelligence (AI):

$\text{R1}:$ From $\alpha \supset \beta \; \frac{\text{and}\; \alpha}{\text{Inter} \; \beta }$ is known as Modulus Tollens (MT)

$\text{R2}:$ From $\alpha \supset \beta\frac{\text{and}\; \neg \beta }{\text{Inter}\; \neg \alpha}$ is known as Modus Ponens(MP)

  1. Only $\text{R1}$ is correct.
  2. Only $\text{R2}$ is correct.
  3. Both $\text{R1}$ and $\text{R2}$ are correct.
  4. Neither $\text{R1}$ nor $\text{R2}$ is correct.
edited by

3 Answers

Answer:

Related questions

1.0k
views
2 answers
0 votes
go_editor asked Mar 24, 2020
1,002 views
Which of the following statement(s) is/are correct?Persistence is the term used to describe the duration of phosphorescence.The control electrode is used to turn the ... into a narrow beam directed at the face of CRT.All of the above
979
views
2 answers
0 votes
go_editor asked Mar 24, 2020
979 views
A segment is any object described by GKS commands and data that start with CREATE SEGMENT and Terminates with CLOSE SEGMENT command. ... and RotationPanning and ZoomingScaling and ShearingTranslation, Rotation, Panning and Zooming
746
views
3 answers
0 votes
go_editor asked Mar 24, 2020
746 views
Match the following : ... text{a-iv, b-iii, c-ii, d-i}$\text{a-iv, b-ii, c-i, d-iii}$
1.3k
views
2 answers
0 votes
go_editor asked Mar 24, 2020
1,285 views
Below are the few steps given for scan-converting a circle using Bresenham's Algorithm. Which of the given steps is not correct?Compute $d= 3-2r$ (where $r$ is radius)Stop if $x>y$ ... $d=4 \ast(x-y)+10, \: x=x+1$ and $y=y+1$