Answer:
f(6) = 24
Step-by-step explanation:
f(x) = x^2 - 2x
Let x = 6
f(6) = 6^2 - 2(6)
= 36 - 12
= 24
9514 1404 393
Answer:
y = 4/5x +13/5
Step-by-step explanation:
The slope is given by the formula ...
m = (y2 -y1)/(x2 -x1)
m = (5 -1)/(3 -(-2)) = 4/5
The y-intercept is given by the formula ...
b = y -mx . . . . for any point (x, y)
b = 1 -(4/5)(-2) = 1 +8/5 = 13/5 . . . . using the first point
So, the equation is ...
y = mx +b
y = 4/5x +13/5
_____
<em>Additional comment</em>
If you have a bunch of these to do, you may want to make a spreadsheet with the formulas built in. Then you can type in the two points and have it spit out the m and b for your equation. Even if you don't use it to <em>do</em> the work, you can use it to <em>check</em> the work.
Explanation:
Basically, you can do it in many ways. But just, in my opinion, exactly linear algebra was made for such cases.
the optimal way is to do it with Cramer's rule.
First, find the determinant and then find the determinant x, y, v, u.
Afterward, simply divide the determinant of variables by the usual determinant.
eg.
and etc.
I think that is the best way to solve it without a hustle of myriad of calculations reducing it to row echelon form and solving with Gaussian elimination.