Questions: If-Then Statements

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

In the statement 'If you eat your vegetables, then you can have dessert,' what is the condition and what is the result?

ACondition: you can have dessert. Result: you eat your vegetables.
BCondition: you eat your vegetables. Result: you can have dessert.
CBoth parts are conditions
DBoth parts are results
Question 2 True / False

'If it rains, then the ground gets wet' means the same thing as 'If the ground is wet, then it rained.'

TTrue
FFalse
Question 3 Multiple Choice

Which of the following is an if-then statement?

A'Dogs are animals' — a simple fact
B'Is it cold outside?' — a question
C'If a shape has three sides, then it is a triangle' — a conditional claim
D'Please close the window' — a request
Question 4 Short Answer

Why is it wrong to reverse an if-then statement and assume the reverse is also true? Give an example.

Think about your answer, then reveal below.