Answer:
If you beg for help like that you won't get any.
Step-by-step explanation:
R + c=24
r=3c
3c+c=24
x=6
So there are 18 rock CDs
Answer:
Sum of money invested in corporate bonds = 30,000
Step-by-step explanation:
Total sum = 40,000
The rate of interest for corporate bonds = 10 % = 0.1
The rate of interest for municipal bonds = 6 % = 0.06
Total interest = 3600
Let sum of money invested in corporate bonds = x
The sum of money invested in municipal bonds = 40000 - x
× 0.1 × 1 + (
) × 0.06 × 1 = 3600
(0.1- 0.06)
+ 2400 = 3600
0.04
= 1200
= 30,000
Since x = sum of money invested in corporate bonds
So sum of money invested in corporate bonds = 30000
If A and B are equal:
Matrix A must be a diagonal matrix: FALSE.
We only know that A and B are equal, so they can both be non-diagonal matrices. Here's a counterexample:
![A=B=\left[\begin{array}{cc}1&2\\4&5\\7&8\end{array}\right]](https://tex.z-dn.net/?f=A%3DB%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D1%262%5C%5C4%265%5C%5C7%268%5Cend%7Barray%7D%5Cright%5D)
Both matrices must be square: FALSE.
We only know that A and B are equal, so they can both be non-square matrices. The previous counterexample still works
Both matrices must be the same size: TRUE
If A and B are equal, they are literally the same matrix. So, in particular, they also share the size.
For any value of i, j; aij = bij: TRUE
Assuming that there was a small typo in the question, this is also true: two matrices are equal if the correspondent entries are the same.