Answer:
So Philip made 5 bracelets and 4 necklaces.
Step-by-step explanation:
Let x = number of bracelets and y = number of necklaces.
Since we have a total of 9 bracelets and necklaces,
x + y = 9 (1)
Also, we have 8 inches of cord for each bracelet and 20 inches of cord for each necklace, then the total length for the bracelet is 8x and that for the necklace is 20y.
So, the total length for both is 8x + 20y. Since the total length of cord used is 120 inches,
8x + 20y = 120 (2)
Simplifying it we have
2x + 5y = 30 (3).
Writing equations (1) and (3) in matrix form, we have
![\left[\begin{array}{ccc}1&1\\2&5\end{array}\right] \left[\begin{array}{ccc}x\\y\end{array}\right] = \left[\begin{array}{ccc}9\\30\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%261%5C%5C2%265%5Cend%7Barray%7D%5Cright%5D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Dx%5C%5Cy%5Cend%7Barray%7D%5Cright%5D%20%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D9%5C%5C30%5Cend%7Barray%7D%5Cright%5D)
Using Cramer's rule to solve for x and y,
![x = det \left[\begin{array}{ccc}9&1\\30&5\end{array}\right] /det \left[\begin{array}{ccc}1&1\\2&5\end{array}\right] \\](https://tex.z-dn.net/?f=x%20%3D%20det%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D9%261%5C%5C30%265%5Cend%7Barray%7D%5Cright%5D%20%2Fdet%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%261%5C%5C2%265%5Cend%7Barray%7D%5Cright%5D%20%5C%5C)
x = (9 × 5 - 30 × 1) ÷ (1 × 5 - 1 × 2)
x = (45 - 30) ÷ (5 - 2)
x = 15 ÷ 3
x = 5
![y = det \left[\begin{array}{ccc}1&9\\2&30\end{array}\right] /det \left[\begin{array}{ccc}1&1\\2&5\end{array}\right] \\](https://tex.z-dn.net/?f=y%20%3D%20det%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%269%5C%5C2%2630%5Cend%7Barray%7D%5Cright%5D%20%2Fdet%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%261%5C%5C2%265%5Cend%7Barray%7D%5Cright%5D%20%5C%5C)
y = (30 × 1 - 9 × 2) ÷ (1 × 5 - 1 × 2)
y = (30 - 18) ÷ (5 - 2)
y = 12 ÷ 3
y = 4
So Philip made 5 bracelets and 4 necklaces.
Answer:
![\left[\begin{array}{ccc}7\\4\\2\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D7%5C%5C4%5C%5C2%5Cend%7Barray%7D%5Cright%5D)
The answer is a single-column matrix (7,4,2)
Step-by-step explanation:
In such multiplication of matrices, you have to proceed by multiplying each ROW of the first matrix by the COLUMN of the second matrix. So,
![\left[\begin{array}{ccc}3&6&1\end{array}\right] * \left[\begin{array}{ccc}2\\0\\1\end{array}\right] = (3 * 2) + (6 * 0) + (1 * 1) = 6 + 0 + 1 = 7](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D3%266%261%5Cend%7Barray%7D%5Cright%5D%20%2A%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D2%5C%5C0%5C%5C1%5Cend%7Barray%7D%5Cright%5D%20%3D%20%283%20%2A%202%29%20%2B%20%286%20%2A%200%29%20%2B%20%281%20%2A%201%29%20%3D%206%20%2B%200%20%2B%201%20%3D%207)
then...
![\left[\begin{array}{ccc}2&4&0\end{array}\right] * \left[\begin{array}{ccc}2\\0\\1\end{array}\right] = (2 * 2) + (4 * 0) + (0 * 1) = 4 + 0 + 0 = 4](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D2%264%260%5Cend%7Barray%7D%5Cright%5D%20%2A%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D2%5C%5C0%5C%5C1%5Cend%7Barray%7D%5Cright%5D%20%3D%20%282%20%2A%202%29%20%2B%20%284%20%2A%200%29%20%2B%20%280%20%2A%201%29%20%3D%204%20%2B%200%20%2B%200%20%3D%204)
and
![\left[\begin{array}{ccc}0&6&2\end{array}\right] * \left[\begin{array}{ccc}2\\0\\1\end{array}\right] = (0 * 2) + (6 * 0) + (2 * 1) = 0 + 0 + 2= 2](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D0%266%262%5Cend%7Barray%7D%5Cright%5D%20%2A%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D2%5C%5C0%5C%5C1%5Cend%7Barray%7D%5Cright%5D%20%3D%20%280%20%2A%202%29%20%2B%20%286%20%2A%200%29%20%2B%20%282%20%2A%201%29%20%3D%200%20%2B%200%20%2B%202%3D%202)
I hope it helps.
<h2>
Answer:</h2>
<u><em>As a percent, the odds of having an allergic reaction would be 2%.</em></u>
This is because 1 in 50 of a chance, is equal to 1/50, and to make this a percent out of 100, just multiply both parts of the fraction by 2.
None of the choices equal 1/50, so let's just make it a percentage anyway.
1/50 ---> 0.02
0.02 ---> 2%
<em>The answer is 2%, or 1/50 as a fraction.</em>
You have to divide both sides by 5 because it states"5t" and you should get "t=20"