Question:medium

Find the slope of a line, which passes through the origin, and the mid-point of the line segment joining the points P (0, -4) and B (8, 0).

Updated On: Jan 23, 2026
Show Solution

Solution and Explanation

Given:

The required line passes through:
• The origin O(0, 0)
• The midpoint of the line segment joining P(0, −4) and B(8, 0)


Step 1: Find the midpoint of PB

Midpoint formula:

Midpoint = \(\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)\)

For P(0, −4) and B(8, 0):

Midpoint = \(\left(\frac{0+8}{2}, \frac{-4+0}{2}\right)\)

Midpoint = (4, −2)


Step 2: Find the slope of the line

Slope of the line passing through points (0,0) and (4, −2):

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

m = (−2 − 0) / (4 − 0)

m = −2 / 4

m = −1/2


Final Answer:

The slope of the required line is −1/2.

Was this answer helpful?
0