Posts tagged logic
Conditionals and Euler diagrams

In this lesson we’ll look at how to write conditional statements and how to draw and interpret Euler diagrams. A conditional statement is an if/then statement where the “if” part is the hypothesis and comes first, and the “then” part is the conclusion and comes second.

Read More
Arranging conditionals in a logical chain

In this lesson we’ll look at how to use conditionals to write a logic chain of statements. We already know that a conditional statement is an if/then statement where the first part is the hypothesis and the second part is the conclusion, like this: “If A, then B.”

Read More