Absolute Value Flashcards
1
Q
How many integer values satisfy abs(x+k)<
A
- -y<>-y
4. -y<
2
Q
For which statement is abs(x+k)<0
A
Trick question. abs≠<0
3
Q
Min value for x: q (given)
Max value for x: w (given)
Write an absolute value for the situation where x cannot be less than q or greater than w
A
- Find midpoint (mean) of q and w
- Find the difference between the midpoint and q and w and write it in absolute value
- abs(x-(midpoint of q and w))≤abs(the difference between the midpoint and q and w)because (the difference between the midpoint and q and w) is the acceptable difference from midpoint)
4
Q
Graphically describe the difference between f(x) and abs(f(x))
A
all the (-) y values of f(x) reflects over the x-axis when the abs(f(x)) is taken
5
Q
Describe how abs(x) is different from abs(x-k)+h
A
- it moves h values up (if h>0) or h values down (if h<0)
2. it moves k values right (if k>0) and k values left (if k<0)