First of all, we need to find the slope of the given line, writing it in the [tex] y=mx+q[/tex] form and reading the [tex] m [/tex] coefficient:
[tex] 2x + 2y = 14 \iff 2y = -2x + 14 \iff y = -x+7 [/tex]
So, the slope is [tex] -1 [/tex]
If a line with slope [tex] m' [/tex] is perpendicular to a line with slope [tex] m [/tex], the following relationship holds:
[tex] mm' = -1 [/tex]
So, the slope of our line must satisfy
[tex] m(-1) = -1 \iff m=1 [/tex]
So, we need the equation of a line with slope 1 and passing through (4,7). Given the slope [tex] m [/tex] and a point [tex] (x_0,y_0) [/tex] of a given line, its equation is given by
[tex] y-y_0 = m(x-x_0) [/tex]
So, if you plug your values, you have
[tex] y-7=1\cdot(x-4) \iff y = x+3 [/tex]