To rotate a shape 180º about the origin you have to switch the coordinates and invert their signs following the rule:
First, you have to determine the coordinates of each vertex od ΔEFG
E(-3,-1)
F(2,1)
G(1,-4)
Next, apply the rule to the coordinates of each vertex to rotate the triangle:
So, the coordinates of ΔE'F'G' are
E'(1,3)
F'(-1,-2)
G'(4,-1)