Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

6 : ( Bonus ) not a must: Assume KB consists of the following rules: R 1 : Soda ( x ) ^ Chips (

6: (Bonus) not a must: Assume KB consists of the following rules:
R1: Soda(x)^ Chips(y)6: (Bonus) not a must: Assume KB consists of the following rules:
R1: Soda(x)^ Chips(y) Cheaper(x, y)
R2: Chips(x)^ Cereals(y) Cheaper(x, y)
R3: Cheaper(x, y)^ Cheaper(y, z) Cheaper(x, z)
And the facts:
F1: Soda(Sprite)
F2: Chips(Ruffles)
F3: Cereals(Cheerios)
F4: Cereals(MiniWheats)
Assume that all facts F1-F4 are known at the beginning of the inference process. Illustrate the process of forward chaining by listing all newly inferred facts. Assume that both rules and facts are matched and tried in the order of their appearance.
Show how to prove Cheaper(Sprite, Cheerios) using backward chaining and the KB given in part a. Draw the graph for the problem, assuming rules and facts are tried and matched in the order given. Cheaper(x, y)
R2: Chips(x)^ Cereals(y) Cheaper(x, y)
R3: Cheaper(x, y)^ Cheaper(y, z) Cheaper(x, z)
And the facts:
F1: Soda(Sprite)
F2: Chips(Ruffles)
F3: Cereals(Cheerios)
F4: Cereals(MiniWheats)
Assume that all facts F1-F4 are known at the beginning of the inference process. Illustrate the process of forward chaining by listing all newly inferred facts. Assume that both rules and facts are matched and tried in the order of their appearance.
Show how to prove Cheaper(Sprite, Cheerios) using backward chaining and the KB given in part a. Draw the graph for the problem, assuming rules and facts are tried and matched in the order given.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions