If origin is shifted to the point (h,k) the new coordinate of (x,y) will be (x+h,y+k)
False
The x coordinate of P is the distance we have to move along x direction to reach point P with sign. Similarly Y co-ordinate.
When the new origin become (h,k) we have to move only x-h along x-axis and y-k a long y axis. So, the new coordinates will be (x-h, y-k)