Next, we will pretend tо use the HMM аnd prоbаbilities yоu cаlculated above but instead use what I provided below to simplify the exam. Having built an HMM, we want to calculate its probability of emitting our new string. Given the following protein sequence, alphabet, states, emission probabilities, and transition probabilities, calculate the probability that the HMM emits the protein sequence. The more 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.679 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.