guddo
Ribonucleic acid (RNA) is a molecule built from sequences of smaller molecules called nucleobases. RNA nucleobases are of 4 different types: adenine (A), cytosine (C), guanine (G), and uracil (U). Consider the collection of all possible RNA sequences consisting of 12 nucleobases, 3 of each type. An RNA sequence will be selected at random from this collection, and the first 3 nucleobases of the sequence will be detached from the sequence.
In the table, select the probability that the 3 nucleobases are all of the same type, and select the probability that they are of 3 different types. Make only two selections, one in each column.
Each RNA sequence will be made from A,A,A,C,C,C,G,G,G,U,U, and U.
Total ways of arranging, say n things, when x are similar, y are similar and of another type: n!/x!y!
We divide by x! and y! as these similar items can be arranged within themselves in x! and y! ways, and taking them separately gives repetitions.
Total ways = \(\frac{12!}{3!3!3!3!} \)
(I) First 3 nucleobases are all of the same type: So, first three places can be taken by any of the four, so 4 ways, while remaining 9 places can be filled by other 3 types = \(\frac{4*9!}{3!3!3!}\)
P =\( \frac{\frac{4*9!}{3!3!3!}}{\frac{12!}{3!3!3!3! }}= \frac{4*3!}{12*11*10 }= \frac{1}{55}\)
(II) First 3 nucleobases are of three different types: So, first three places can be taken by any three of the four, so 4C3 ways or 4C3*3! when arranged, while remaining 9 places can be filled by three of one kind and two of other 3 types = \(\frac{4C3*3!*9!}{3!2!2!}\)
P =\( \frac{\frac{4!*9!}{3!2!2!2!}}{\frac{12!}{3!3!3!3! }}= \frac{4!*3*3*3}{12*11*10 }= \frac{27}{55}\)