You can
put this solution on YOUR website!Here's the basic outline to solving this problem
Step 1) Assign p: the dog licks her nose and q: the dog is happy
Step 2) Translate each statement into symbolic form.
Step 3) Create a table for each symbolic statement. Any tables which have equivalent final columns will be equivalent expressions.
For example, translate "If the dog licks her nose, then the dog is not happy. " into p -> ~q and set up the following table
| p | q | ~q | p -> ~q |
| T | T | F | F |
| T | F | T | T |
| F | T | F | T |
| F | F | F | T |
Do the same for the 2 other statements and compare the last columns in the table. Let me know if this helps.