Answer:
a = 6, b = 22.5
Step-by-step explanation:
One triangle is 2.5 times bigger than the other.
9*2.5=22.5 which means b = 22.5
15/2.5=6 which means a = 6
The IQR or interquartile range is the difference between Q1 and Q3, also know as the upper and lower quartiles.
The coefficient matrix is build with its rows representing each equation, and its columns representing each variable.
So, you may write the matrix as
![\left[\begin{array}{cc}\text{x-coefficient, 1st equation}&\text{y-coefficient, 1st equation}\\\text{x-coefficient, 2nd equation}&\text{y-coefficient, 2nd equation} \end{array}\right]](https://tex.z-dn.net/?f=%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D%5Ctext%7Bx-coefficient%2C%201st%20equation%7D%26%5Ctext%7By-coefficient%2C%201st%20equation%7D%5C%5C%5Ctext%7Bx-coefficient%2C%202nd%20equation%7D%26%5Ctext%7By-coefficient%2C%202nd%20equation%7D%20%5Cend%7Barray%7D%5Cright%5D%20%20)
which means
![\left[\begin{array}{cc}4&-3\\8&-3\end{array}\right]](https://tex.z-dn.net/?f=%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D4%26-3%5C%5C8%26-3%5Cend%7Barray%7D%5Cright%5D%20%20)
The determinant is computed subtracting diagonals:
![\left | \left[ \begin{array}{cc}a&b\\c&d\end{array}\right]\right | = ad-bc](https://tex.z-dn.net/?f=%20%5Cleft%20%7C%20%5Cleft%5B%20%5Cbegin%7Barray%7D%7Bcc%7Da%26b%5C%5Cc%26d%5Cend%7Barray%7D%5Cright%5D%5Cright%20%7C%20%3D%20ad-bc%20)
So, we have
![\left | \left[\begin{array}{cc}4&-3\\8&-3\end{array}\right] \right | = 4(-3) - 8(-3) = -4(-3) = 12](https://tex.z-dn.net/?f=%20%5Cleft%20%7C%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D4%26-3%5C%5C8%26-3%5Cend%7Barray%7D%5Cright%5D%20%5Cright%20%7C%20%3D%204%28-3%29%20-%208%28-3%29%20%3D%20-4%28-3%29%20%3D%2012%20%20)
9514 1404 393
Answer:
y = -1/2x + 3
Step-by-step explanation:
It can work to start with the 2-point form of the equation for a line.
y = (y2 -y1)/(x2 -x1)(x -x1) +y1
y = (1 -5)/(4 -(-4))(x -(-4)) +5 . . . . . fill in point values
y = -4/8(x +4) +5 . . . . . . . . simplify a bit
y = -1/2x -2 +5 . . . . . .eliminate parentheses
y = -1/2x +3 . . . . collect terms