Translate the following statement into symbols using the sch
Translate the following statement into symbols, using the scheme of abbreviation provided: Janet will go to the party only if neither Charles nor Frank are going. (J: Janet will go; C: Charles will go; F: Frank will go.)
Solution
~ : represents negation
: represents and
--> : represents conditional symbol
~C : Charles will not go
~F : Frank will not go
(~C ~F) --> J
