<span>T(x,y) -> (x-3, y+7)
</span><span>is usually i have seen them parametrically defined
</span>
Answer:
sorry for the late answer
Plug in x = 7. Then use the order of operations (PEMDAS) to simplify
y = 11 - 5*x
y = 11 - 5*7 .... x has been replaced with 7 (since x = 7 is given)
y = 11 - 35
y = -24