Answer:
it's the last one on the bottom (the one you chose)
Step-by-step explanation:
Answer:
y = 4x+3x^2
Step-by-step explanation:
For an equation to be linear, x must have a power of 1
y = 4x+3x^2 has a power of x that is not x ( x^2) so this is not linear ( it is quadratic)
Answer:
y = 2x - 1
Step-by-step explanation:
The given line is y = 2x - 6.
It is in the y = mx + b form, where m is the slope, so its slope is 2.
We need a line that passes through point P(3, 5) and has slope 2.
y = mx + b
Put the slope in m.
y = 2x + b
Use the given point with x = 3 and y = 5 and solve for b.
5 = 2(3) + b
b + 6 = 5
b = -1
The equation is
y = 2x - 1
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;