Answer:
Step-by-step explanation:
To find y=mx+b we need to identify two points. I picked (20,45) and (50,65)
From these two points we can find the slope, m.
m=(y2-y1)/(x2-x1)
m=(65-45)/(50-20)
m=20/30=2/3 so now our line is
y=2x/3+b, we can solve for b using either point, I’ll use (20,45)
45=2(20)/3+b
45=40/3+b
b=45-40/3
b=(135-40)/3
b=95/3 so the line is
y=(2x+95)/3
F: R -> R, f(x) = ax + b;
f(1) = 8 => a + b = 8;
f(2) = 14 => 2a + b = 14 => a = 6 and b =2;
f(3) = 20 => 6*3 + 2 = 20 True;
f(4) = 26 => 4*6 + 2 = 26 True;
then, f:R -> R, f(x) = 6x + 2;
I believe the answer is true