Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question #1 For a rule-based system with the following contents prove the goal: DATE(Mary,John) using the backward chaining: Draw the complete AND-OR Graph. Rules: (HARLEY(y)
Question #1
For a rule-based system with the following contents prove the goal: DATE(Mary,John) using the backward chaining: Draw the complete AND-OR Graph.
Rules:
- (HARLEY(y) RIDES(x,y)) ROUGH(x)
- BIKER(x) (HARLEY(y) BMW(y))
- BIKER(x) RIDES(x,y))
- (RIDES(x,y) BMW(y) YUPPIE(x))
- YUPPIE(x) LAWYER(x)
- (NICE(x) ROUGH(y)) DATE(x,y)
- (LAWYER(x) NICE(y)) DATE(x,y)
Facts:
- NICE(Mary)
- BIKER(John)
- HARLEY(John)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started