In this problem we are asked to find the<u> total advertising cost of the CDs for three countries</u>. This can be represented by a multiplication of matrices.
A is an 1x3 matrix and represents <u>The cost of advertising for both bands</u>
B must be a 3x1 matrix and represents <u>The total number of CDs sold in each country</u>
So, according to the multiplication of matrix rules, <u>the result of multiplying a 1x3 matrix by a 3x1 matrix is an 1x1 matrix</u>.
Let's begin:
![A=\left[\begin{array}{ccc}2&1.5&1\end{array}\right]](https://tex.z-dn.net/?f=A%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D2%261.5%261%5Cend%7Barray%7D%5Cright%5D)
![B=\left[\begin{array}{ccc}40000\\50000\\30000\end{array}\right]](https://tex.z-dn.net/?f=B%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D40000%5C%5C50000%5C%5C30000%5Cend%7Barray%7D%5Cright%5D)
The correct way to multiply these matrices is as follows:
![AB=\left[\begin{array}{ccc}2&1.5&1\end{array}\right]\left[\begin{array}{c}40000\\50000&30000&\end{array}\right]](https://tex.z-dn.net/?f=AB%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D2%261.5%261%5Cend%7Barray%7D%5Cright%5D%5Cleft%5B%5Cbegin%7Barray%7D%7Bc%7D40000%5C%5C50000%2630000%26%5Cend%7Barray%7D%5Cright%5D)
Then:
AB=[2(40000)+1.5(50000)+1(30000)]
AB=[80000+75000+30000]
Finally:
AB=[185000]
The answer is $185000, which is the total advertising cost for all three countries