Question 179194
 the "~" means "not," the "^" means "and," and the "v" means "or." 

So, we can write ~(p^q) = ~p v ~q 
And we can write ~(q v ~p) = ~q ^ p 

As you can see, these are not the same.