Advertisement
Benlahbib_Abdessamad

Untitled

Jan 31st, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Q1 -
  2. H1 : qlq X [gripe(X) -> not travail(X) ]
  3. H2 : qlq X[(fievre(X)^tousse(X))->gripe(X)]
  4. H3 : qlq X [ temperature38(X) -> fievre(X) ]
  5. H4 : tousse(driss)^temperature38(driss)
  6.  
  7. Q2 -
  8.  
  9. Forme clausal
  10.  
  11. { not gripe(X) V not travail(X) , not fievre(X) V not tousse(X) V gripe(X) , not temperature38(X) V fievre(X) , tousse(driss) , temperature38(driss) }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement