slope of the line for (4,8),(5,10)

Aaron, to find the slope of a line you would have y2-y1 over x2-x1 and that will give you the slope of 2 cordinates.

To find the slope of a line using two points, you can apply the formula:

slope = (y2 - y1) / (x2 - x1)

In this case, the given points are (4, 8) and (5, 10). Let's label them as follows:
Point 1: (x1, y1) = (4, 8)
Point 2: (x2, y2) = (5, 10)

Now we can substitute the values into the slope formula:

slope = (10 - 8) / (5 - 4)
= 2 / 1
= 2

Therefore, the slope of the line passing through the points (4, 8) and (5, 10) is 2.