In order to determine if the given point satisfies the equation, replace the values of the coordinates of the points, and veify if the left side matches with the right side of the equation, as follow:
5x + 5y = 5
point: (0,1)
x = 0
y = 1
5(0) + 5(1) = 5
0 + 5 = 5
5 = 5
The previous result is consistent, then, the answer is YES.