Fall 04 Midterm 1 Solutions Corrections Problem 1, #2: should be (sentence 'a (item 3 '(state of mind))), not (sentence a (item 3 '(state of mind))) Problem 1, #6: It's not impossible, you can do this: (if (or #f (and #t) (and #f)) 'yep 'nope) Problem 4, part A: should be (se 'you 'love (bf (bf remark))) not (se 'you 'love (bl (bl remark)))