document.write( "Question 1199304: Matrices
\n" ); document.write( "Suppose that three companies dominate the market for a certain product and are competing
\n" ); document.write( "against each other for a large share of the market. Suppose, further, that market surveys have
\n" ); document.write( "shown that buyers shift from one brand to another during a given year according to the
\n" ); document.write( "following schedule:
\n" ); document.write( " C gains 20% of the customer of A and 40% remain to be the user of A.
\n" ); document.write( " C gains 30% of its customer from B, retain 50% of its customer and loses 40% to B
\n" ); document.write( " The customers of B have never shifted to A.
\n" ); document.write( " It is found that the three companies have an equal share of the market today
\n" ); document.write( "a) Present the state vector and the transition matrix for the above case.
\n" ); document.write( "b) What share of the market will each possess two years from now?
\n" ); document.write( "c) Calculate the long run proportions that will be possessed by the three companies.
\n" ); document.write( "d) Company A wants to launch an advertising campaign that will cost Birr 200,000. Given the
\n" ); document.write( "result in (c) above, what would you advise them?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #848201 by textot(100)\"\" \"About 
You can put this solution on YOUR website!
To solve this, we use **Markov Chains**. Here's the breakdown:\r
\n" ); document.write( "\n" ); document.write( "---\r
\n" ); document.write( "\n" ); document.write( "### Part (a): State Vector and Transition Matrix\r
\n" ); document.write( "\n" ); document.write( "#### State vector:
\n" ); document.write( "Let the current market shares of companies \( A \), \( B \), and \( C \) be represented as:
\n" ); document.write( "\[
\n" ); document.write( "\mathbf{x}_0 = \begin{bmatrix} 1/3 \\ 1/3 \\ 1/3 \end{bmatrix}
\n" ); document.write( "\]
\n" ); document.write( "Since the companies initially have an equal market share.\r
\n" ); document.write( "\n" ); document.write( "#### Transition Matrix:
\n" ); document.write( "Based on the problem:
\n" ); document.write( "1. Company \( A \): Retains 40% of its customers, loses 20% to \( C \), and loses 40% to \( B \).
\n" ); document.write( "2. Company \( B \): Retains 50%, loses 40% to \( C \), and no customers shift to \( A \).
\n" ); document.write( "3. Company \( C \): Retains 50%, gains 20% from \( A \), and gains 30% from \( B \).\r
\n" ); document.write( "\n" ); document.write( "The transition matrix \( P \) is:
\n" ); document.write( "\[
\n" ); document.write( "P = \begin{bmatrix}
\n" ); document.write( "0.4 & 0 & 0.2 \\
\n" ); document.write( "0.4 & 0.5 & 0.3 \\
\n" ); document.write( "0.2 & 0.5 & 0.5
\n" ); document.write( "\end{bmatrix}
\n" ); document.write( "\]\r
\n" ); document.write( "\n" ); document.write( "---\r
\n" ); document.write( "\n" ); document.write( "### Part (b): Market Share Two Years from Now\r
\n" ); document.write( "\n" ); document.write( "We calculate the state vector after 2 years:
\n" ); document.write( "\[
\n" ); document.write( "\mathbf{x}_2 = P^2 \cdot \mathbf{x}_0
\n" ); document.write( "\]
\n" ); document.write( "Let's compute \( P^2 \) and then multiply it by \( \mathbf{x}_0 \).\r
\n" ); document.write( "\n" ); document.write( "The results are:\r
\n" ); document.write( "\n" ); document.write( "- Transition matrix after 2 steps (\( P^2 \)):
\n" ); document.write( "\[
\n" ); document.write( "P^2 = \begin{bmatrix}
\n" ); document.write( "0.2 & 0.1 & 0.18 \\
\n" ); document.write( "0.42 & 0.4 & 0.38 \\
\n" ); document.write( "0.38 & 0.5 & 0.44
\n" ); document.write( "\end{bmatrix}
\n" ); document.write( "\]\r
\n" ); document.write( "\n" ); document.write( "- Market shares after 2 years (\( \mathbf{x}_2 \)):
\n" ); document.write( "\[
\n" ); document.write( "\mathbf{x}_2 = \begin{bmatrix}
\n" ); document.write( "0.16 \\
\n" ); document.write( "0.40 \\
\n" ); document.write( "0.44
\n" ); document.write( "\end{bmatrix}
\n" ); document.write( "\]
\n" ); document.write( "Thus:
\n" ); document.write( "- Company \( A \) has 16% of the market.
\n" ); document.write( "- Company \( B \) has 40% of the market.
\n" ); document.write( "- Company \( C \) has 44% of the market.\r
\n" ); document.write( "\n" ); document.write( "---\r
\n" ); document.write( "\n" ); document.write( "### Part (c): Long-Run Market Shares
\n" ); document.write( "In the long run, the market shares reach a steady state. This occurs when:
\n" ); document.write( "\[
\n" ); document.write( "\mathbf{x} = P \cdot \mathbf{x}
\n" ); document.write( "\]
\n" ); document.write( "where \( \mathbf{x} \) is the steady-state vector. We solve this using the eigenvector corresponding to eigenvalue \( 1 \).\r
\n" ); document.write( "\n" ); document.write( "The long-run market shares are:\r
\n" ); document.write( "\n" ); document.write( "\[
\n" ); document.write( "\mathbf{x} = \begin{bmatrix}
\n" ); document.write( "0.3333 \\
\n" ); document.write( "0.3333 \\
\n" ); document.write( "0.3333
\n" ); document.write( "\end{bmatrix}
\n" ); document.write( "\]\r
\n" ); document.write( "\n" ); document.write( "Thus, in the long run, each company will possess **33.33% of the market**, maintaining equal market shares.\r
\n" ); document.write( "\n" ); document.write( "---\r
\n" ); document.write( "\n" ); document.write( "### Part (d): Advertising Campaign for Company \( A \)\r
\n" ); document.write( "\n" ); document.write( "Since the long-run proportions suggest that all companies will converge to equal shares regardless of initial conditions or changes, the advertising campaign will not significantly alter the equilibrium market shares in the long term.\r
\n" ); document.write( "\n" ); document.write( "#### Recommendation:
\n" ); document.write( "Company \( A \) should consider whether the \( 200,000 \, \text{Birr} \) advertising investment is justified by short-term gains or whether it could invest the funds more effectively elsewhere. If the goal is to improve short-term market share, the campaign might be useful; otherwise, it would likely not affect the long-run proportions.
\n" ); document.write( "
\n" );