For each of the following graph transformations give the r a
     For each of the following graph transformations, give the r and y coordinates of the point on the new graph which corresponds to the point  P = (9, 3) on the original graph.  Shift Left by 6: ()  Shrink vertically by 7: ()  Flip Horizontally: () 
  
  Solution
The given point is P=(9,3)= (x, f(x))
(a)Shift left by 6: so point will be = (x-6, f(x+6)) = (9-6,3)=(3,3)
(b)Shrink Vertically by 7, the point will be =(x, f(x)/7)= (9, 3/7)
(c)Flip horizontally, that means (x, -f(x))=(9, -3)

