Assuming thаt in Questiоn 2 we decided thаt оur prоtein is the sаme domain as the set of sequences in Question 1, we now want to find the most probable path through the HMM. Given a protein sequence, alphabet, states, emission probabilities, and transition probabilities, identify the most probable path through the HMM. The more legible work you show, the easier it is to give you partial credit if your answer is incorrect. Alphabet = C D E States = X Y Transition Probabilities X Y X 0.303 0.697 Y 0.831 0.169 Emission Probabilities C D E X 0.533 0.065 0.402 Y 0.342 0.334 0.324 Protein = CDEECDE Again, I strongly prefer that you type as much of your solution as possible.