If the object is rotated 180° about the x-axis, the y and z-coordinates of the point will be negated. Therefore, the new coordinates of Point A (-1, 2, 2) after the rotation would be:
(-1, 2, 2) → (-1, -2, -2)
So, the new coordinates of Point A after the rotation will be (-1, -2, -2).