| A | B |
| f(x)+c | moves the graph up or down by c |
| f(x+c) | moves the graph horizontally by the opposite of c |
| -f(-x) | reflects the graph across the y-axis |
| [f(x)] | reflects anything below the x-axis to above the x-axis, doesn't change anything above the x-axis |
| f([x]) | eliminates original left side- leaves the right side the same- reflects anythingo n the right side to the left side |
| cf(x) | range values are multiplied by c |
| f(cx) | domain values are multiplied by 1/c |
| -f(x) | reflects graph across x-axis |