Answer:
Step-by-step explanation:
hello :
look this solution :
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)
For this case what we must do is find a quadratic function that is already factored.
This is because in the factored quadratic equations, it is easier to observe the zeros of the function.
In this case, the zeros of the function represent the time at which the company did not make any profit.
We have the following equation:
p (t) = 40 (t - 3) (t + 2) (t - 5) (t + 3)
We observed that there was no gain in:
t = 3
t = 5
The other roots are discarded because they are negative
Answer:
a.p (t) = 40 (t - 3) (t + 2) (t - 5) (t + 3)
Answer:
-2
Step-by-step explanation:
The coefficient is the number in front of the variable.