A triangle is transformed by a translation that moves every point of the triangle 3 units to the right and 2 units up. If one vertex of the original triangle is located at the coordinates (1, 1), what are the new coordinates of that vertex after the transformation?
To find the new coordinates, apply the translation rule:
If the original point is $(x, y)$, the new point after the translation will be $(x + 3, y + 2)$.