Answer:
D
Step-by-step explanation:
If there is a 2x2 matrix as ![\left[\begin{array}{ccc}a&b\\c&d\\\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da%26b%5C%5Cc%26d%5C%5C%5Cend%7Barray%7D%5Cright%5D)
The determinant is given by ![\frac{1}{ad-bc}\left[\begin{array}{ccc}d&-b\\-c&a\\\end{array}\right]](https://tex.z-dn.net/?f=%5Cfrac%7B1%7D%7Bad-bc%7D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Dd%26-b%5C%5C-c%26a%5C%5C%5Cend%7Barray%7D%5Cright%5D)
<em>Now, if we calculate the value of "ad - bc", we see that:</em>

We can't calculate the inverse, the inverse doesn't exist. The answer is D.
<span>
B) Determine y when x = 10 and solve the equation y = 18 (where you print y with the right side in your specification)</span>
Answer:
B) -5, 5, -7, 7
Step-by-step explanation:
3x² - bx + 2
factor:
(3x - 2 )(x - 1) = 3x² - (5)x + 2 so 5 does work
(3x - 1 )(x - 2) = 3x² - (7)x + 2 so 7 does work
(3x + 2 )(x + 1) = 3x² + 5x +2 = 3x² - (-5)x + 2 so -5 does work
(3x + 1 )(x + 2) = 3x² + 7x + 2 = 3x² - (-7)x + 2 so -7 does work