Question

How many 5-element DNA sequences a) end with A? b) start with T and end with...

How many 5-element DNA sequences
a) end with A?
b) start with T and end with G?
c) contain only A and T?
d) do not contain C?

Hint: Recall that a DNA sequence is a sequence of letters, each of which is one of A, C, G, or T. Thus by the product
rule there are 4^5 = 1024 DNA sequences of length five if we impose no restrictions.

discrete strctures

Homework Answers

Answer #1

a) Number of elements ending with A means that only the first 4 elements can be changed and the last element has to A. So total such number of elements = 4^4 = 256.

b) Number of elements that start with T and end with G means that only thr middle 3 elements can be changed. So the total such number of elements = 4^3 = 64.

c) Number of elements that contain only A and T means that we have only 2 options to fill all the 5 elements. So total such number of elements = 2^5 = 32.

d) Number of elements that do not contain C means that we have only 3 letters to choose from, to make the elements of the DNA sequence. So total such number of cases = 3^5 = 243.

IF YOU FIND THESE ANSWERS HELPFUL, PLEASE UP VOTE.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
How many 5-element DNA sequences a) end with A? b) start with T and end with...
How many 5-element DNA sequences a) end with A? b) start with T and end with G? c) contain only A and T? d) do not contain C? Hint: Recall that a DNA sequence is a sequence of letters, each of which is one of A, C, G, or T. Thus by the product rule there are 4^5 = 1024 DNA sequences of length five if we impose no restrictions. discrete math discrete structures
Discrete Math a.) How many bit strings are there of length five or less, not counting...
Discrete Math a.) How many bit strings are there of length five or less, not counting the empty string? b.) How many different three-letter initials with none of the letters repeated can people have? c.) How many different three-letter initials are there that begin with the letter B? d.) How many 5-element DNA sequences end with A? e.) How many bit strings of length nine both begin and end with 1?
1.How many possible orderings of letters ABCDEFG are there? 2.How many strings of length 4 can...
1.How many possible orderings of letters ABCDEFG are there? 2.How many strings of length 4 can be made using the letters ABCDEFG? 3.How many subsets of size 4 are there of the letters ABCDEFG. 4.How many possible strings are there of the letters "MATTER"? 5.Consider four books: an engineering book (E), a physics book (P), a history book (H), and an Art book (A). Consider the following problem: Suppose that the library has at least six copies of each of...
QUESTION 22: How many “Shapes” of bacteria are general discussed in general? A. Cocci B. 5...
QUESTION 22: How many “Shapes” of bacteria are general discussed in general? A. Cocci B. 5 C. 2 D. 6 E. 8 F. Rods G. None of these QUESTION 23: Bacteria that have a flagella are considered to be? A. Eukaryotes B. Animals C. Protist D. Nonmotile E. None of these F. Eubacteria G. Motile QUESTION 24: Who was the first Taxonomist? A. Pasteur B. Whittaker C. Woese D. Ventner E. Stetter F. Aristotle G. Koch QUESTION 25: Protein synthesis...
1. Use a tree diagram to show, or list, all possible outcomes when you toss a...
1. Use a tree diagram to show, or list, all possible outcomes when you toss a coin 3 times. 2. Licence plates consist of either 3 letters and 3 numbers or 4 letters and 3 numbers. How many different licence plates can be issued? 3a)      In how many ways can a committee of three be selected from 12 students? b) In how many ways can a president, secretary, and treasurer be chosen from 12 students? 4. How many ways...
1.What is the major component of blood plasma? a Nutrients b Ions c Water d Gases...
1.What is the major component of blood plasma? a Nutrients b Ions c Water d Gases 2. How many layers of phospholipids does the cell membrane contain? a 1 b 2 c 4 d 3 3. Which substance stores polysaccharides in plants? a Sucrose b Glycogen c Glucose d Cellulose 4. An important concept in DNA and RNA structure is complementary base pairing. Which tow bases are incorrectly paired? a T-U b A-T c C-G d A-U 5. If the...
Strings The example program below, with a few notes following, shows how strings work in C++....
Strings The example program below, with a few notes following, shows how strings work in C++. Example 1: #include <iostream> using namespace std; int main() { string s="eggplant"; string t="okra"; cout<<s[2]<<endl; cout<< s.length()<<endl; ​//prints 8 cout<<s.substr(1,4)<<endl; ​//prints ggpl...kind of like a slice, but the second num is the length of the piece cout<<s+t<<endl; //concatenates: prints eggplantokra cout<<s+"a"<<endl; cout<<s.append("a")<<endl; ​//prints eggplanta: see Note 1 below //cout<<s.append(t[1])<<endl; ​//an error; see Note 1 cout<<s.append(t.substr(1,1))<<endl; ​//prints eggplantak; see Note 1 cout<<s.find("gg")<<endl; if (s.find("gg")!=-1) cout<<"found...
Do the following problems. 1. Each of three barrels from a manufacturing line are classified as...
Do the following problems. 1. Each of three barrels from a manufacturing line are classified as either above (a) or below (b) the target weight. Provide the ordered sample space. 2. The heat on each of two soldered parts is measured and labeled as either low (l), medium (m), or high (h). State the number of elements in the ordered sample space. 3. Consider the set of Beatles songs with a primary writer as either Paul McCartney (P) or John...
The Business Case for Agility “The battle is not always to the strongest, nor the race...
The Business Case for Agility “The battle is not always to the strongest, nor the race to the swiftest, but that’s the way to bet ’em!”  —C. Morgan Cofer In This Chapter This chapter discusses the business case for Agility, presenting six benefits for teams and the enterprise. It also describes a financial model that shows why incremental development works. Takeaways Agility is not just about the team. There are product-management, project-management, and technical issues beyond the team’s control. Lean-Agile provides...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary rivals? How will the acquisition of Reebok by Adidas impact the structure of the athletic shoe industry? Is this likely to be favorable or unfavorable for New Balance? 2- What issues does New Balance management need to address? 3-What recommendations would you make to New Balance Management? What does New Balance need to do to continue to be successful? Should management continue to invest...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT