Answer:
(x,y) = (2,3) so C?
Explanation:
=> y = x/2+2
=> y = x + 1
from that info, you can tell y = y, meaning x/2 + 2 = x+1
solving:
=> x/2 + 2 = x + 1
=> 1/2x +2 = x + 1
=> -x -x
=> - 1/2x + 2 = 1
=> -2 -2
=> -1/2x = -1
=> * 2/-1 * 2/-1
=> x = 2
solve using substitution now:
(let's plug it in to the easiest y = statement)
=> y = x+1
=> y = 2 +1
=> y = 3
(2,3) is your answer