1/24
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Is 'The moon has craters' a statement?
Yes, it’s a statement (true).
Is 'Please close the book' a statement?
No, it’s a command, not a statement.
Is 'x – 5 = 10' a statement?
No, it depends on the value of x (not a statement until x is given).
Is 'What is your favorite color?' a statement?
No, it’s a question, not a statement.
Is '2 + 2 = 5' a statement?
Yes, it’s a statement (false, but still a statement).
Translate 'I am neither tired nor hungry' (p = tired, q = hungry).
¬p ∧ ¬q.
Translate 'It is not the case that I am tired, and it is not the case that I am hungry.'
¬p ∧ ¬q.
Translate 'I am not tired but I am not hungry.'
¬p ∧ ¬q.
Translate '0 < x < 4' (p = 0 < x, q = x < 4, r = x = 4).
p ∧ q.
Translate 'x ≤ 4.'
q ∨ r.
Translate '0 < x ≤ 4.'
p ∧ (q ∨ r).
Is 'The moon has craters' a statement?
Yes, it’s a statement (true).
Is 'Please close the book' a statement?
No, it’s a command, not a statement.
Is 'x – 5 = 10' a statement?
No, it depends on the value of x (not a statement until x is given).
Is 'What is your favorite color?' a statement?
No, it’s a question, not a statement.
Is '2 + 2 = 5' a statement?
Yes, it’s a statement (false, but still a statement).
Translate 'I am neither tired nor hungry' (p = tired, q = hungry).
¬p ∧ ¬q.
Translate 'It is not the case that I am tired, and it is not the case that I am hungry.'
¬p ∧ ¬q.
Translate 'I am not tired but I am not hungry.'
¬p ∧ ¬q.
Translate '0 < x < 4' (p = 0 < x, q = x < 4, r = x = 4).
p ∧ q.
Translate 'x ≤ 4.'
q ∨ r.
Translate '0 < x ≤ 4.'
p ∧ (q ∨ r).
Is 'Stop running!' a statement?
No, it’s a command.
Translate 'I am tired or I am hungry' (p = tired, q = hungry).
p ∨ q.
Translate 'If I am tired, then I am hungry' (p = tired, q = hungry).
p → q.