Get the answers you need from a community of experts on IDNLearn.com. Join our community to receive prompt, thorough responses from knowledgeable experts.
Answer:
y = x + 1
Step-by-step explanation:
We are using the points (0, 1) and (6, 7). First, use these points to find the slope.
m = y₁ - y₂/x₁ - x₂
⇒ m = 7 - 1/6 - 0
⇒ m = 6/6
⇒ m = 1
Now that we know the slope is one, enter the values into the point-slope form equation. I'll use (0, 1) in this instance.
y - y₁ = m(x - x₁)
⇒ y - 1 = 1(x - 0)
⇒ y - 1 = x
⇒ y = x + 1
Therefore, the equation is y = x + 1.