In this problem we are asked to find the total advertising cost of the CDs for three countries. This can be represented by a multiplication of matrices.
A is an 1x3 matrix and represents The cost of advertising for both bands
B must be a 3x1 matrix and represents The total number of CDs sold in each country
So, according to the multiplication of matrix rules, the result of multiplying a 1x3 matrix by a 3x1 matrix is an 1x1 matrix.
Let's begin:
![A=\left[\begin{array}{ccc}2&1.5&1\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/14fpdezxos17u51k4vs1x7v7q0au4glja5.png)
![B=\left[\begin{array}{ccc}40000\\50000\\30000\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/4jhzbaiqdgfu1v110h4lsc05n6anzzlgw9.png)
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://img.qammunity.org/2019/formulas/mathematics/high-school/5dho6yifz6v69s4o0yx186ycg8ykzkia9w.png)
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