Integer points on a line.

98 Views Asked by At

Is there a formula for finding the integral points on a line segment? I've tried moving through the graph to find out the answer.enter image description here

1

There are 1 best solutions below

0
On

The slope is 44/33=4/3, so for each three integer steps in the x direction you move 4 integer steps in the y direction. All you have to do now is count these steps.