Answer:
hi
Step-by-step explanation:
These array of numbers shown above are called matrices. These are rectangular arrays of number that are arranged in columns and rows. It is mostly useful in solving a system of linear equations. For example, you have these equations
x+3y=5
2x+y=1
x+y=10
In matrix form that would be
![\left[\begin{array}{ccc}1&3&5\\2&1&1\\1&1&10\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%263%265%5C%5C2%261%261%5C%5C1%261%2610%5Cend%7Barray%7D%5Cright%5D%20)
where the first column are the coefficients of x, the second column the coefficients of y and the third column is the constants, When you multiple matrices, just multiply the same number on the same column number and the same row number. For this problem, the solution is
Answer:
the question is incomplete, so I looked for a similar one:
<em>After the release of radioactive material into the atmosphere from a nuclear power plant, the hay was contaminated by iodine 131 ( half-life, 8 days). If it is all right to feed the hay to cows when 10% of the iodine 131 remains, how long did the farmers need to wait to use this hay? </em>
iodine's half life (we are given x, we need to find b):
0.5A₀ = A₀eᵇˣ
x = 8 days
we eliminate A₀ from both sides
0.5 = eᵇ⁸
ln 0.5 = ln eᵇ⁸
-0.69315 = b8
b = -0.69315 / 8 = -0.08664
since the farmers need to wait until only 10% of the iodine remains (we already calculated b, now we need to find x):
0.1A₀ = A₀eᵇˣ
0.1 = eᵇˣ
ln 0.1 = bx
where b = -0.08664
x = ln 0.1 / -0.08664 = -2.302585 / -0.08664 = 26.58 days
Acceleration is the change of velocity per unit change of time. In this case, given the velocity equation, we can get the acceleration of the particle by taking the first derivative of the equation. v'(t)= t^2 (1/t+2) + 2t In(t+2). substituting t= 6, acceleration is equal to 29.45 m/s2.