Problem 29
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. Show that \(S Y=X_{s}\) for any matrix \(Y\) of the form $$ Y=\left[\begin{array}{r} y \\ 150-y \end{array}\right] $$ This means that no matter how the distribution starts in Pedimaxus, if \(Q\) is applied often enough, we always end up with 100 people getting the Tribune and 50 people getting the Picayune.
Step-by-Step Solution
VerifiedKey Concepts
Transition Matrix
- The element \( Q_{11} = 0.90 \) indicates that 90% of the Pedimaxus Tribune's subscribers choose to continue with it.
- Similarly, \( Q_{22} = 0.80 \) suggests that 80% of the Sasquatchia Picayune's subscribers stay with their newspaper.
- The element \( Q_{12} = 0.20 \) shows that 20% of Picayune readers switch to the Tribune.
- Finally, \( Q_{21} = 0.10 \) stands for the 10% of Tribune subscribers who move to the Picayune.
State Matrix
- \( T \) stands for the number of people subscribing to the Pedimaxus Tribune.
- \( P \) denotes those who receive the Sasquatchia Picayune.
Steady State
- \( T = 2P \)
- where \( T + P = 150 \)