954,483 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

theoretical computer science

Give a converse of the following expression:
[(p Λ q) V ¬r] --> ¬[(q V ¬r) --> (¬p Λ r)]

This is my answer :
¬[(q V ¬r) --> (¬p Λ r)] --> [(p Λ q) V ¬r]

Is this right? Please help.

lynn21
Newbie Poster
16 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

Hmmnn...

I thought I was pretty good at math, but I don't understand this question.
It almost looks more like a mathematics question than a computer science question.

Just out of curiousity: what are you studying? And what level are you?

DavidB
Posting Whiz in Training
213 posts since Jul 2006
Reputation Points: 48
Solved Threads: 10
 

I'm studying computer science, this is a logic question, this is my first year and I'm really confused lol

lynn21
Newbie Poster
16 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

A converse of a statement P->Q is Q->P, although it does not necessarily make it true. So all you have to do is change the P and Q position. Your answer looks correct

firstPerson
Senior Poster
3,923 posts since Dec 2008
Reputation Points: 841
Solved Threads: 608
 

According to my extensive knowledge of math (below are the symbols at wikipedia) the two equations will yield two different results. The --> symbol is the same is the Assembly code "if xxxxxx then" where the xxxxxx is what is before the --> symbol. So by changing the if statement you are changing what the result will be which means there is no need to examine the rest.

http://en.wikipedia.org/wiki/List_of_mathematical_symbols

cwarn23
Occupation: Genius
Team Colleague
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
 

According to my extensive knowledge of math (below are the symbols at wikipedia) the two equations will yield two different results. The --> symbol is the same is the Assembly code "if xxxxxx then" where the xxxxxx is what is before the --> symbol. So by changing the if statement you are changing what the result will be which means there is no need to examine the rest.

http://en.wikipedia.org/wiki/List_of_mathematical_symbols

Maybe so, but OP did not ask Truth value of proposition, but "what is" question. So for his question was not if the propositions follow from each other.

pyTony
pyMod
Moderator
5,358 posts since Apr 2010
Reputation Points: 782
Solved Threads: 852
 

Thanks for the help guys n pyTony who is this he you're referring to lol?

lynn21
Newbie Poster
16 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

I was referring you, more proper way would have been OP, I think. Please close your solved threads and up/down vote/give rep any answers if they seem to deserve it.

pyTony
pyMod
Moderator
5,358 posts since Apr 2010
Reputation Points: 782
Solved Threads: 852
 

Ok will do by the way I'm a she lol

lynn21
Newbie Poster
16 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You