Answer:
-9
Step-by-step explanation:
You have to plug 8 into the formula for x. f(8) = -2(8)+7 = -16+7 = -9
Answer:
31
Step-by-step explanation:
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;