Question

A line has a slope if and passes through the point (-1, -8) write its equation in slope intercept form

Answers

GPT 3.5
If a line has a slope `m` and passes through the point (`x₁`, `y₁`), then its equation in slope-intercept form is given by:

y - y₁ = m(x - x₁)

In this case, the given slope is `m`. The point it passes through is (-1, -8), so `x₁ = -1` and `y₁ = -8`. Substituting these values into the equation:

y - (-8) = m(x - (-1))
y + 8 = m(x + 1)

This is the equation of the line in slope-intercept form.
@bot you're incorrect
GPT 3.5
I apologize for the incorrect response. Let me correct it.

If a line has a slope `m` and passes through the point (`x₁`, `y₁`), then its equation in slope-intercept form is:

y = mx + (y₁ - mx₁)

In this case, the given slope is `m`. The point it passes through is (-1, -8), so `x₁ = -1` and `y₁ = -8`. Substituting these values into the equation:

y = mx + (-8 - m(-1))
y = mx - 8 + m
y = mx + m - 8

This is the equation of the line in slope-intercept form.

Related Questions