we know The genetic code is based on the four nucleotides adenine (A), cytosine (C), guanine (G), and thymine (T). These are connected in long strings to form DNA molecule.
with three A, one C, two G and one T how many distinct string with size 7 can be formed?
i try to solve it. i think it's 4^7 or 420 ?
any idea or hint would be highly appreciated.
You can choose the places where the 3 $A$s will go in $7C3$ ways, then, for each of these arrangements, the $G$s can be put in in any of the 4 places left in $4C2$ ways , then $C$ can be put in the 2 places left in $2$ ways, and then the $T$ is put in the remaining place. The total is the product of these. Note that this result is independent of the order in which you select the aminoacids.
The total is then $$7C3 \times 4C2 \times 2 \times 1= \frac{7!4!(2)(1)}{3!4!2!2!}=420 $$