To determine how many unique tripeptides can be formed from our amino acids, we use permutations.
Permutations represent the different ways of arranging a set of items. In our case, we need the permutations of two glycine (Gly) molecules and one cysteine (Cys) molecule.
Since we have repeated elements (two Gly molecules), we use the permutation formula for multisets:\[ \frac{n!}{n1! \times n2! \times ... \times nk!} \]
Here, n is the total number of items, and each n
i represents the frequency of each distinct item.
In our example:\textarea \text{Gly} \text{Gly} \text{Cys}, n = 3 (total amino acids), Gly = 2 times, Cys = 1 time. Substituting these values:\[ \frac{3!}{2! \times 1!} = \frac{6}{2} = 3 \]
So there are 3 unique permutations:
{Gly, Gly, Cys}{Gly, Cys, Gly}{Cys, Gly, Gly}This tells us that we can form three distinct tripeptides given the specified amino acids.
Understanding permutations is fundamental in biochemistry as it helps in predicting the number of unique sequences and structures possible with any set of amino acids.