Answer:
(14,-6)
Explanation:
the initial point of C is (6, -1) so if we move the 8 units to the right, it means you need to add 8 units in the x coordinate. if they say something like move 8 units to the left then you substract 8 units from the initial x value.
so C is (6, -1) here x is 6 and y is -1. we moved it 8 units to the right. so add 8 to the 6. it becomes 6+8 = 14. this is the new x value for C.
if they say move 5 units 'down' they mean its the y axis. so going down 5 units means you substract 5 from the initial y value which is -1. if they say 5 units up that means add 5 to the initial y value.
so 5 units down means you substract -5 from -1 which is -1-5 = -6.
so the new C is (14,-6)