The image's vertices coordinates is: B. (-20, -10), (-60, -10), (-40, -50)
The rotation of a point (x, y) by 180 degrees about the origin can be achieved by changing the sign of both x and y coordinates.
Let us apply this rotation to each vertex of the original triangle:
Original vertices: (20, 10), (60, 10), (40, 50)
Rotated vertices (by 180 degrees): (-20, -10), (-60, -10), (-40, -50)
So, the image's vertices coordinates is: B. (-20, -10), (-60, -10), (-40, -50)