1. Conditional Statements
Sign In
Identify what comes after if
and then
in the statement. Which is the hypothesis and which is the conclusion?
A conditional statement, p → q, can be written as an if-then
statement where p is the hypothesis and q is the conclusion. Therefore, whatever comes after if
in our statement is the hypothesis, and what comes after then
is the conclusion.