Under the translation (x, y) --> (x + 3, y + 4), the point (1, 7) will become what point? Be sure to enter your answer in (x, y) notation, with parenthesis and no spaces.

T : T(x, y) --> (x + 3, y + 4)

Now replace x by 1, and y by 7:

T(1,7) --> (1+3,7+4) = (4,11)

To find the new coordinates of the point (1, 7) after the translation, we need to add 3 to the x-coordinate and 4 to the y-coordinate.

So, the new x-coordinate will be 1 + 3 = 4, and the new y-coordinate will be 7 + 4 = 11.

Therefore, the point (1, 7) will become (4, 11) after the translation.