document.write( "Question 1207232: A volleyball team is playing in a tournament. The probability that they will win their first match is 60%. The coach noticed that when the team wins a match, the probability that they will win the next match rises to 80%. If they lose a match, the probability that they will win the next match falls to 25%.\r
\n" );
document.write( "\n" );
document.write( "a) Write the initial probability matrix and the transition matrix.\r
\n" );
document.write( "\n" );
document.write( "b) Determine the probability that the team will win its third match. \n" );
document.write( "
Algebra.Com's Answer #844997 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let's for a moment do this without use of Markov notation and matrices. \n" ); document.write( "The next section will handle that. You can skip directly to that section if you prefer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Events \n" ); document.write( "W1 = win 1st match \n" ); document.write( "W2 = win 2nd match \n" ); document.write( "W3 = win 3rd match \n" ); document.write( "L1 = lose 1st match \n" ); document.write( "L2 = lose 2nd match \n" ); document.write( "L3 = lose 3rd match\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For the first match \n" ); document.write( "P(W1) = 0.60 \n" ); document.write( "P(L1) = 0.40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the team wins the first match, \n" ); document.write( "P(W2 given W1) = 0.80 \n" ); document.write( "P(L2 given W1) = 0.20 \n" ); document.write( "The \"given\" refers to conditional probability. \n" ); document.write( "You can use a vertical bar to represent the key term \"given\", but I prefer to use the word to avoid potential confusion with the number one or lowercase L.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the team loses the first match, \n" ); document.write( "P(W2 given L1) = 0.25 \n" ); document.write( "P(L2 given L1) = 0.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the Law of Total Probability to get: \n" ); document.write( "P(W2) = P(W2 and W1) + P(W2 and L1) \n" ); document.write( "P(W2) = P(W2 given W1)*P(W1) + P(W2 given L1)*P(L1) \n" ); document.write( "P(W2) = 0.80*0.60 + 0.25*0.40 \n" ); document.write( "P(W2) = 0.48 + 0.10 \n" ); document.write( "P(W2) = 0.58 \n" ); document.write( "which immediately gives us P(L2) = 1-P(W2) = 1-0.58 = 0.42\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A probability tree diagram might be helpful. \n" ); document.write( " ![]() \n" ); document.write( "The numbers at the very bottom represent multiplications along that specific branch. \n" ); document.write( "Example: 0.60*0.80 = 0.48 along the left-most pathway \n" ); document.write( "Notice P(W2) = P(W2 and W1) + P(W2 and L1) = 0.48+0.10 = 0.58\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have: \n" ); document.write( "P(W2) = 0.58 \n" ); document.write( "P(L2) = 0.42\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the team wins the second match, \n" ); document.write( "P(W3 given W2) = 0.80 \n" ); document.write( "P(L3 given W2) = 0.20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the team loses the second match, \n" ); document.write( "P(W3 given L2) = 0.25 \n" ); document.write( "P(L3 given L2) = 0.75\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Apply the Law of Total Probability once again: \n" ); document.write( "P(W3) = P(W3 and W2) + P(W3 and L2) \n" ); document.write( "P(W3) = P(W3 given W2)*P(W2) + P(W3 given L2)*P(L2) \n" ); document.write( "P(W3) = 0.80*0.58 + 0.25*0.42 \n" ); document.write( "P(W3) = 0.569 is probability the team wins the 3rd match.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Once again, a probability tree diagram might help visualize what's going on here. \n" ); document.write( "This is what the template will look like \n" ); document.write( " ![]() \n" ); document.write( "I'll let the student fill it out.\r \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we'll apply Markov mathematics.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Your teacher presented you with 3 facts
\n" ); document.write( "L = lose\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Draw two circles. Label one of them W and the other L.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From circle W, draw an arrow that will point back to W. It loops around. \n" ); document.write( "Label this arrow as 0.80 \n" ); document.write( "It represents the idea that if we start with a win, then the probability of another win is 80%. See fact 2 above. \n" ); document.write( "From circle W draw an arrow that points to L. This arrow is labeled 0.20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From circle L draw arrows that point to itself and to W; they will be labeled 0.25 and 0.75 respectively. These labels are due to fact 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here is the arrow diagram \n" ); document.write( " ![]() \n" ); document.write( "Such a diagram is optional, but may be helpful.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we'll build the transition matrix. \n" ); document.write( "The rows will represent the initial state and the columns the final state. \n" ); document.write( "I like to think of it as reading from left to right \"start --> finish\". \n" ); document.write( "We'll start with a certain row and end up at a certain column.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's what the blank template looks like \n" ); document.write( "
\n" ); document.write( "And here's what happens when filling out the transition matrix. \n" ); document.write( "
\n" ); document.write( "Example: row1 --> column2 represents going from a win to a loss, of which has probability 0.20 = 20%\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Label this as matrix T. \n" ); document.write( " \n" ); document.write( "Adding along any given row results in a sum of 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The initial probability matrix is going to consist of 1 row and 2 columns. \n" ); document.write( "The 1 row represents the initial state, which doesn't have a win or loss tag to it yet. \n" ); document.write( "The 2 columns represent the final state after that 1st match either W or L.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The initial probability matrix is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Computing \n" ); document.write( "I'll leave the matrix multiplication scratch work for the student to do.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Once we determine matrix PT, we will then apply another multiplication with the transition matrix T to compute PT*T = PT^2 \n" ); document.write( "This will determine the probability values for the 3rd match.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "This aligns with what we got in the first section above.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(a) Initial probability matrix is \n" ); document.write( "P is a 1x2 matrix while T is a 2x2 matrix.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(b) The probability the team wins its third match is 0.569 = 56.9% \n" ); document.write( " \n" ); document.write( " |