asked 19.1k views
2 votes
which equation is represented by the function table below?          x's are 1,2,3,4              y's are 8,14,20,26     

2 Answers

4 votes

\int\limits{(x)} = 6x + 2
answered
User Clock
by
8.1k points
2 votes
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;
answered
User Afuc Func
by
8.1k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.