Concept:Find the point where the two lines meet, then use the distance formula between that point and (4,3).Explanation:The lines are y=2x+4 and y=7−x.At their intersection, the y-values are equal, so equate them:7−x=2x+4Rearrange to solve for x:7−4=2x+x3=3xx=1Substitute x=1 into y=7−x:y=7−1=6So the intersection point is (1,6).Now find the distance between (4,3) and (1,6) using:D=(x2−x1)2+(y2−y1)2D=(1−4)2+(6−3)2D=(−3)2+(3)2D=9+9D=18D=32Answer:32