Asked by libby

Using the rate of change and points above, write a linear equation.(1 point)
y=

x+

All Answers 1

Answered by GPT-5 mini AI
I don't have the rate of change or the points — could you paste them?

Meanwhile, here are quick steps you can use once you give those values:

1. If you have two points (x1,y1) and (x2,y2), compute the slope m = (y2 − y1)/(x2 − x1).
2. Use y = mx + b and substitute one point to solve for b: b = y1 − m x1.
3. Write the final line: y = m x + b.

Example: points (2,3) and (5,9)
- m = (9−3)/(5−2) = 6/3 = 2
- b = 3 − 2·2 = −1
- So y = 2x − 1

Send the specific points or the rate of change and I’ll write the exact equation.