CSci 5511 - Homework 4
Homework 4 -- due Wednesday April 1
This homework will be graded out of 90 points. It will count 9% of the
grade.
Written questions
This part has to be turned in on paper.
- [15 points]
Answer Question 7.12 of the textbook
- [10 points]
Answer Question 8.3 of the textbook
- [10 points]
Answer Question 8.8 of the textbook
- [10 points]
Answer Question 9.4 of the textbook
- [15 points]
Answer Question 9.18 of the textbook
- [20 points]
Answer Question 9.19 of the textbook
- [10 points] This is only for Graduate Students (an
old WPE question).
Undergraduate students do not need to answer this question, they will get
credit for it without having to do any work.
Undergraduates are welcome to answer this question for extra credit.
Prove by resolution that the following set of expressions
is unsatisfiable. Upper case arguments are constants,
lower case arguments are variables:
- forall x Expensive(x) -> Prestigious(x)
- forall x Prestigious(x) -> Big(x)
- forall x Prestigious(x) -> Nicer(x,Garden)
- forall x forall y Big(x) -> not Nicer(x,y)
- Expensive(Myhouse)
- Big(Myhouse) -> Nicer(TomHouse,Myhouse)
Copyright: © 2009 by the Regents of the University
of Minnesota
Department of Computer Science and
Engineering. All rights reserved.
Comments to: Maria Gini
Changes and corrections are in red.