Bismuth83
Six experimental DNA sequences labeled D1 through D6 are being studied. Each sequence contains a unique combination of four-letter genetic codes made of the letters A, T, C, and G.
It is known that a “natural” group of DNA are all related by a mutation rule: each sequence mutates into the next by changing exactly one letter in the code and no sequence is repeated twice. However, one of the sequences being observed is a fake and does not belong in the “natural” group with the others.
Here are the DNA being observed:
- D1: ATCG
- D2: ATCA
- D3: TTCG
- D4: ATGG
- D5: ATTG
- D6: ATCC
Based on the mutation rule, select for Fake the sequence that does not belong in the “natural” group, and for 3rd the DNA sequence that is the third in a valid mutation chain.Solution:
By looking at the different sequences, the only sequence that works is D2->D6->D1->D4->D5. As it is said, the mutation rule: each sequence mutates into the next by changing precisely one letter in the code, and no sequence is repeated twice.
1. D2(ATCA)->D6(ATCC)-->4th position
2. D6(ATCC)-->D1(ATCG)-->4th position
3. D1(ATCG)-->D4(ATGG)-->3rd position
4. D4 (ATGG)-->D5(ATTG)-->3rd position
The only sequence that doesn't work is D3( TTCG)
So, D1 is the third position among the sequences, and D3 seems to be a Fake one.