Solution
We have a point P=(a=7,b=6) and we need to rotate around C=(x= 4,y=1)
And we can use the following formula:
We can change the origin and the new coordinates are now:
C (0,0), P= (3 ,5)
Then the rotated point is:
Px' = (5, -3)
And the real value would be:
P' = (5+4, -3+1)= (9,-2)
For the second case the new coordinate is:
Px'' = (-5, -3)
And with the transformation we have:
P'' =(-5+4, -3+1)= (-1, -2)