Answer:
Is there a picture
The answer is 14 because you just have to pick a number to work with so it is 14.
Matrix :
1 4 4
5 2 2
1 5 5
=> Determinant =
1 * (2*5 - 2*5) - 4 * (5*5 - 1*2) + 4 * ( 5*5 - 2*1)
= 1*(10 - 10) - 4*(25 - 2) + 4*(25 -2) = 1*0 + 4* 23 + 4*(25 - 2) = 0 - 4*23 + 4*23 = 0
Answer: 0
9514 1404 393
Answer:
y = -1/2x +11/2
Step-by-step explanation:
The slope of the line is ...
m = (y2 -y1)/(x2 -x1)
m = (1 -2)/(9 -7) = -1/2
The y-intercept is ...
b = y -mx
b = 2 -(-1/2)(7) = 11/2
Then the slope-intercept equation is ...
y = -1/2x +11/2
_____
<em>Alternative solution</em>
A general form equation for the line can be ...
(y1 -y2)(x -x1) -(x1 -x2)(y -y1) = 0
(2 -1)(x -7) -(7 -9)(y -2) = 0
x-7 +2y -4 = 0
x +2y -11 = 0 . . . . . general form equation
x +2y = 11 . . . . . . . standard form equation
Note that we want the x-coefficient to be positive, so we chose the order of the points to make that be the case.