Vocabulary
p = ramen noodles
q = soup
p ---> q
If a food is ramen noodles, then it is a soup.
p = I ran to the store
q = My car broke
If q ---> p
If my car broke then I ran to the store.
p = The cat is running
q = it's hot outside
r = the mouse is hiding
r ---> q
Write the converse of the conditional, and determine the truth value of each: If a^2 = 25, then a =5.
If a=5, then a^2=25; conditional is false;converse is true
What is the symbolic form of a conditional and converse statement? How do you read it?
Conditional p ----> q
Converse q ---> p