Absolute Value Flashcards

1
Q

How many integer values satisfy abs(x+k)<

A
  1. -y<>-y

4. -y<

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

For which statement is abs(x+k)<0

A

Trick question. abs≠<0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
  1. Find midpoint (mean) of q and w
  2. Find the difference between the midpoint and q and w and write it in absolute value
  3. 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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe how abs(x) is different from abs(x-k)+h

A
  1. 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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly