Which formula can be used to find the slope of a line from two points (x1,y1) and (x2,y2)?

Which formula can be used to find the slope of a line from two points (x1,y1) and (x2,y2)?(1 point)%0D%0AResponses%0D%0A%0D%0Ay2−y1x2−x1%0D%0AStart Fraction y subscript 2 baseline minus y subscript 1 baseline over x subscript 2 baseline minus x subscript 1 baseline End Fraction%0D%0A%0D%0Ay2y1−x2x1%0D%0AStart Fraction y subscript 2 baseline over y subscript 1 baseline End Fraction minus Start Fraction x subscript 2 baseline over x subscript 1 baseline End Fraction%0D%0A%0D%0Ay2+y1x2+x1%0D%0A Start Fraction y subscript 2 baseline plus y subscript 1 baseline over x subscript 2 baseline plus x subscript 1 baseline End Fraction%0D%0A%0D%0Ax2−x1y2−y1%0D%0A Start Fraction x subscript 2 baseline minus x subscript 1 baseline over y subscript 2 baseline minus y subscript 1 baseline End Fraction

The formula that can be used to find the slope of a line from two points (x1, y1) and (x2, y2) is:

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

In this formula, "m" represents the slope of the line. To calculate it, you need to subtract the y-coordinate of the first point (y1) from the y-coordinate of the second point (y2), and then divide that difference by the difference between the x-coordinate of the second point (x2) and the x-coordinate of the first point (x1).

So, the correct answer is:

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