Question: plot integer value solutions

What is the best way to plot integer value solutions to the eqaution 5*x+3*y=100 ?

with(plots):
implicitplot(5*x+3*y=100,x=0..20,y=0..20) - plots all values although I 'd like to see just integer solutions.

Please Wait...