Conditional Statements - Section 1.5

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

A set of QUESTION_AND_ANSWER flashcards covering conditional statements, including definitions, relationships (converse, inverse, contrapositive), and biconditionals, as presented in the notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What is a conditional statement?

An if-then statement relating a hypothesis p to a conclusion q, written as p → q.

2
New cards

In a conditional, what do p and q represent?

p is the hypothesis (the 'if' part); q is the conclusion (the 'then' part).

3
New cards

How is the conditional p → q read?

As 'If p, then q.'

4
New cards

What is the Converse of a conditional p → q?

If q, then p.

5
New cards

What is the Inverse of a conditional p → q?

If not p, then not q.

6
New cards

What is the Contrapositive of a conditional p → q?

If not q, then not p.

7
New cards

What is a Biconditional?

A statement that combines a conditional and its converse: p if and only if q (p ↔ q).

8
New cards

When is a biconditional true?

When p and q have the same truth value (both true or both false).

9
New cards

What symbol denotes a biconditional?

p if and only if q, written as p ↔ q.

10
New cards

What is a truth value?

The truth value of a statement is whether it is true or false (T or F).

11
New cards

What is a truth table used for?

To list all possible truth values for two or more statements.

12
New cards

What determines the truth value of a conditional?

The truth value of p → q depends on the truth values of p and q; truth tables show all possibilities.

13
New cards

Provide an example of a conditional statement from the notes.

You can register to vote if you are at least 18 years old.

14
New cards

What is the Converse of 'If you play the trumpet, then you play a brass instrument'?

If you play a brass instrument, then you play the trumpet.

15
New cards

What are the two conditionals implied by 'A triangle is equilateral if and only if it has three congruent sides'?

If a triangle is equilateral, then it has three congruent sides; If a triangle has three congruent sides, then it is equilateral.

16
New cards

What are the two conditionals implied by 'The product of two numbers is negative if and only if the numbers have opposite signs'?

If the product is negative, then the numbers have opposite signs; If the numbers have opposite signs, then the product is negative.

17
New cards

How does a conditional differ from a biconditional?

A conditional (p → q) is one-way; a biconditional (p ↔ q) requires both directions and expresses equivalence.

18
New cards

What is the contrapositive of p → q?

If not q, then not p.

19
New cards

What is the symbol for 'If and only if'?

↔ (the biconditional symbol).

20
New cards

When is a biconditional false?

When p and q have opposite truth values.