Vertex B is (6,6)
This point will go through two transformations:
• reflection, about x axis
,
• rotation, of 180 degrees counterclockwise
• First, ,reflection about x axis,:
If we have a point (x, y), the x-axis reflected point will have coordinate (x, -y). We leave the x coordinate as is and negate the y coordinate.
Thus, (6, 6) will becomes (6, -6).
• Secondly, we have ,counter-clockwise rotation of 180 degrees,:
If we have a point (x,y), the 180 degree counterclockwise rotated point will be (-x, -y). We negate both x and y coordinate.
Thus, (6, -6) will becomes (-6, 6).
The final vertex B would be (-6, 6).