Write a function rule for the table?

x y
-1 -4
0 -3
1 -2
2 -1

1 Answer
May 25, 2018

Answer: y=x-3y=x3

Explanation:

First, we can see that the function for this table is linear since each time xx increases by 11, yy also increases by 11. (Note: In general, we can see that a function is linear when the slope m=(y_2-y_1)/(x_2-x_1)m=y2y1x2x1 between each data set is constant.)

Since we have established that the function given is indeed linear, we can use either point-slope form or slope-intercept form to find the function rule. In this case, since we are given a y-intercept (0,3)(0,3), we will use slope-intercept form: y=mx+by=mx+b, where mm is the slope and bb is the y-intercept

Our first step in this process will be finding the slope:
m=(y_2-y_1)/(x_2-x_1)m=y2y1x2x1

Since the function is linear, we can choose any two data points, but choosing a data point in which either xx or yy is 00 will simplify the calculations. So, we will use (0,-3)(0,3) and (1,-2)(1,2). Plugging into the slope formula:
m=(-3-(-2))/(0-1)=-1/-1=1m=3(2)01=11=1

Since we are given the y-intercept (0,-3)(0,3) we can simply plug bb into the slope-intercept form formula and we find the function rule:
y=mx+by=mx+b

y=1x-3y=1x3

y=x-3y=x3, which is our final answer