Problem 25
Question
Consider the following scenario. In the small village of Pedimaxus in the country of Sasquatchia, all 150 residents get one of the two local newspapers. Market research has shown that in any given week, \(90 \%\) of those who subscribe to the Pedimaxus Tribune want to keep getting it, but \(10 \%\) want to switch to the Sasquatchia Picayune. Of those who receive the Picayune, \(80 \%\) want to continue with it and \(20 \%\) want switch to the Tribune. We can express this situation using matrices. Specifically, let \(X\) be the 'state matrix' given by $$ X=\left[\begin{array}{l} T \\ P \end{array}\right] $$ where \(T\) is the number of people who get the Tribune and \(P\) is the number of people who get the Picayune in a given week. Let \(Q\) be the 'transition matrix' given by $$ Q=\left[\begin{array}{ll} 0.90 & 0.20 \\ 0.10 & 0.80 \end{array}\right] $$ such that \(Q X\) will be the state matrix for the next week. Explain why the transition matrix does what we want it to do.
Step-by-Step Solution
VerifiedKey Concepts
State Matrix
- The state matrix is like a "current status report" for subscriber numbers.
- It enables us to keep track of subscribers at a particular moment.
Probability
- Probability ranges between 0 and 1, where 0 signifies impossibility and 1 signifies certainty.
- These probabilities help determine the transitions between states—that is, how subscribers might shift from one newspaper to another.
Subscriber Movement
- 0.90 of Tribune subscribers remain Tribune subscribers, indicating customer loyalty.
- 0.10 of Tribune subscribers switch to the Picayune, highlighting potential churn.
- 0.80 of Picayune subscribers remain, while 0.20 shift to Tribune.
Matrix Multiplication
- The multiplication calculation is done by taking each row of the transition matrix and multiplying it by the column from the state matrix.
- Each element in the resulting matrix signifies potential new subscriber numbers for the corresponding newspaper.