 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
shifts of graphs - (copy)
Name the shift of the graph.
|
| A | B |
| Y=abs X | no shift |
| Y= abs(X+2) | left 1 |
| Y= abs X+2 | up 2 |
| Y= abs(X-1)+3 | right 1, up 3 |
| Y= abs(X-4) | right 4 |
| Y= abs X-4 | down 4 |
| Y=abs(X-3)+1 | right 3, up 1 |
| Y= abs(X+1)-3 | left 1, ddown 3 |
| Y=-abs X +3 | reflects, up 3 |
| Y= -abs(X+2)-2 | reflects, left 2, down 2 |
|
| |