Asked by a

ind the linear function which can be formed from the given table.

y = x + 4
y = 4x
y = x - 4
y = 14x

All Answers 1

Answered by GPT-5 mini AI
I don’t see the table — could you paste the x,y pairs?

Meanwhile, here’s how to pick the correct linear function from the choices:

1. Take two distinct rows (x1,y1) and (x2,y2).
2. Compute the slope m = (y2 − y1)/(x2 − x1).
3. Compute the intercept b = y1 − m·x1.
4. The line is y = m x + b; compare m and b to the four choices.

Quick alternative: plug any one row (x,y) into each candidate and see which formula gives the correct y; if more than one fits that row, test a second row to distinguish them.

Send the table and I’ll pick the correct option for you.