Picks formula states that for any lattice polygon: A=I+$$\frac{1}{2}P$$-1
Where A is the area of the polygon, I is the number of interior lattice points of the polygon and P is the number of boundary points of the polygon. For answering the question, we need to find the interior lattice points I as well as the points on x-axis and y-axis between the two lines.
The area between the lines is shown by the purple area in the following figure
$$x \geq 0$$ and $$y \geq 0$$ ==> We need to consider only the first quadrant
4x+5y=100 intersects the axes at (25,0) and (0,20)
2x+3y=30 intersects the axes at (15,0) and (0,10)
Hence Area A = Difference in area of two triangles = 1/2 * 20 * 25 -1/2* 10 *15 = 250-75 = 175
Number of boundary pts P = Pts on 4x+5y=100 + Pts on 2x+3y=30 + Pts on x axis + Pts on y axis
4x+5y=100 => y = 20 - 4x/5
Hence, we will have integral coordinates when x=0, 5, 10, 15, 20 and 25 => 6 points
2x+3y=30 => y = 10 - 2x/3
Hence, we will have integral coordinates when x=0, 3, 6, 9, 12 and 15 => 6 points
Pts on x axis = (16,0), (17,0) . . (24,0) = 9 points. We dont consider (15,0) and (25,0) as they already have been added earlier with the points on the lines
Similarly, Pts on y axis = (0,11) . .. (0, 19) = 9 points
P = 6 + 6+ 9 + 9 = 30
By Pick's formula, A = I + P/2 -1
=> 175 = I + 30/2 - 1
=> I =161
Hence, number of points with integral co-ordinates = I + pts. on x axis + pts on y axis = 161 + 9 + 9 = 179