Use A B and C as defined in Exercise 16 to translate the fol
Use A, B, and C as defined in Exercise 16 to translate the following statements into English.
a. B -> A\' b. B /\\ C /\\ D\' c. B -> (C V A) d. (A V C) -> B\' e. A <-> (B V C) f. D\' -> (A V C)\' g. (C -> D) /\\ (A -> B\')
\"Excercise 16 instructions are, Let A, B, and C, and D be the following statements A. the villian is French
B. the hero is american
C. the heroine is british
D. the movie is good
Solution
a)
 if the hero is american then the villian is not French
b)
 the hero is american and the heroine is british and the movie is not good
c)
 if the hero is american then the heroine is british or the villian is French
d)
 either the villian is French or the heroine is british then the hero is not american

