Functions Flashcards
Truth Table A or B is true when?
True if A or B is true.
Truth Table A or B is false when?
False if A or B are both false.
Truth Table A and B is true when?
True if both A and B are true.
Truth Table A and B is false when?
False when one is false, between A and B.
Define absolute value.
The distance between the origin and given ‘x’.
x ≥ 0 then |x|=x
The absolute value of a nonnegative number is the same as the number.
|x|=-x then x < 0
The absolute value of a negative number is its opposite.
Given the domain and range for f(x)=|x|. x is any real number and output |x|≥ 0, true or false?
True.
True or False. The absolute value of any real number is always positive.
False.
True or False. The absolute value of a negative number is the opposite of the negative number.
True.
True or False. If x<0, then |x|=x.
False.
True or False. If x≥ 0, then |x|=x.
True.
True or False. If x<0, then |x| =-x.
True.
True or False. |π-5|=-(π-5)
True.
True or False. |π-5|= π-5
False.