Topic 2: Genetics and the logistic map

Size: px
Start display at page:

Download "Topic 2: Genetics and the logistic map"

Transcription

1 Attachment A4: Project option Topic 2: Genetics and the logistic map 2. Required background: 2.1 Science To complete this project you will require some background information on two topics: constrained population growth, and Mendelian genetics. Constrained population growth: In lectures we cover the geometric growth model, which is a simple discrete model of a changing quantity, commonly used to model populations. One of the weaknesses of the geometric model is that it assumes the population will continue growing indefinitely with the same growth rate. This is quite unrealistic over extended time periods, as factors such as competition for scarce resources will tend to reduce the growth rate. Thus there are two competing factors: as a population increases there are more individuals available for breeding, so there should be an increased growth rate, but there is also increased competition which will reduce the growth rate. The actual size of the population at any time will be determined by the interactions between these two factors (breeding and competition). This is an example of constrained growth. One of the most common models used for constrained population growth is the logistic model. In lectures near the end of semester we will study the logistic differential equation; in this project we will make use of the logistic map. Traditionally, logistic models are used to predict populations in closed ecosystems, such as fish in a lake. A key feature in logistic models is the carrying capacity of the ecosystem for a given species, which is the maximum number of organisms of that species which can be supported by the resources in the ecosystem (and is assumed to remain constant over time). In a logistic model, the population size will tend to approach the carrying capacity over time. Mendelian genetics: An elegant series of experiments was performed by Mendel, who revealed patterns governing the inheritance of physical characteristics in garden peas. He showed that some varieties always bred true to form. When he cross-pollinated plants with different characters, all the first-generation (F1) offspring only displayed one trait, the other apparently having disappeared. However, when he cross-pollinated the F1 hybrids, around one quarter of the second generation (F2) offspring displayed the missing trait. Mendel s observations led to the establishment of three rules of classical genetics: Physical traits are passed from parents to offspring by units of inheritance (genes); Offspring inherit two copies (alleles) of every gene, one from each parent; and Some genes are dominant, so are expressed even when the two alleles differ, and some are recessive, so are only expressed when the two alleles are the same. If an individual has two identical alleles of a gene then it is called homozygous for that gene, and if the alleles differ then it is called heterozygous. When considering population genetics, it should be apparent that genes and allele frequencies across the population can change over time, resulting in evolutionary change. However, the Hardy-Weinberg theorem states that the frequencies of alleles and genotypes in a population s gene pool remain constant from generation to generation whenever the following five conditions are met (which is uncommon in nature, except over short time periods): 1. Random mating (which is disrupted when individuals select mates, especially related ones); 1

2 2. Large population size (as small populations show chance fluctuations, known as genetic drift); 3. No allele transfer between populations; 4. No mutations (gene insertions, deletions, substitutions); and 5. No natural selection (that is, no differential survival or reproductive success of individuals). Such populations are then said to be in a state of Hardy-Weinberg equilibrium. Knowing that gametes (sperm and egg cells) carry only one copy of each chromosome, and therefore only one allele for each gene, allows predictions to be made about mating outcomes and the patterns of inheritance. By coding dominant alleles with capital letters (for example, P) and recessive alleles with lower-case letters (for example, p), it is possible to construct a 2 2 matrix, called a Punnett square to determine all possible combinations of alleles in offspring, and the relative frequencies of these combinations. For example, consider the inheritance of a single gene in a population of organisms, with the frequency of allele P equal to x = 0.8 and that of allele p equal to y = 0.2. Then we can calculate the relative frequencies of all three possible genotypes: the probability of homozygous PP is x 2 = = the probability of homozygous pp is y 2 = = the probability of heterozygous Pp or pp is 2xy = 2( ) = This calculation can be completed in a Punnett square, as follows: Male parent P (x = 0.8) p (y = 0.2) Female P (x = 0.8) PP (x 2 = 0.64) Pp (xy = 0.16) parent p (y = 0.2) pp (yx = 0.16) pp (y 2 = 0.04) (Note that heterozygous Pp is identical to pp; each occurs with a relative frequency of 0.16, so the combined relative frequency is Note also that the sum of the probabilities of each possible genoptype equals 1.) 2.2 Mathematics Let P be a population with a natural (unconstrained) growth rate of r per time period, let K be the carrying capacity and P i denote the population at time step i = 0, 1, 2,... (so P 0 is the initial population). The equation for the logistic map is ( ) K Pi P i+1 = P i + rp i. K ( ) K Pi The term rp i represents breeding, and the term represents competition. K 2.3 Python No additional Python knowledge is required. 3. Questions: Complete the following 14 questions. 3.1 Hand calculations Complete Questions 1 to 8 by hand, showing all working. Each question is independent of the others (so the carrying capacities and growth rates may change). For simplicity, in all of these calculations and your Python programs, do not round your numbers. Keep all numbers, including the number of fish, accurate to at least 4 decimal places. 2

3 1. The carrying capacity of a lake for a special species of Zebrafish is individuals, the unconstrained growth rate is 0.05 per month, and the initial population at time 0 is 1000 fish. (a) (1 mark) Estimate the population size at times i = 1 and 2 months; that is, find P 1 and P 2. (b) (1 mark) Repeat your calculation from Part (a), assuming now that 50 fish are harvested for pet shops just before the end of each month. (That is, the fish breed, then 50 are harvested, then the population is measured.) You may assume that the population of 1000 fish at time 0 is after the 50 fish have been harvested that month. 2. (1 mark) A lake with a carrying capacity of fish is mistakenly overstocked with fish. If the unconstrained growth rate is 0.1 per month, estimate the population size at times i = 1 and (4 marks) Biologists conduct three population surveys of a fish population at monthly intervals, showing that the population sizes are 5000, 5250 and Assuming the population follows a logistic curve, calculate the carrying capacity and unconstrained growth rate for this species. (Hint: use at least 5 significant figures in your calculations.) 4. (3 marks) The conditions for Hardy-Weinberg equilibrium assume random mating between geneotypes across the population. Whether or not this is a reasonable assumption in humans arguably depends on which characteristic is being considered. Briefly discuss ( words) the assumption of random mating in humans. Your discussion must include two characteristics for which random mating is a reasonable assumption, and two for which it is less reasonable. 5. (1 mark) Assume that the colour of individual Zebrafish is determined by a single recessive colour gene, with homozygous cc individuals gold coloured, but other genotypes dark coloured. In a certain sample of fish, 60% of the individuals are homozygous CC and 10% of individuals are gold coloured. Calculate the relative frequency of allele c in this population. 6. The relative frequency of the allele c in a certain Zebrafish population that satisfies the conditions for Hardy-Weinberg equilibrium is 0.3. (a) (1 mark) Draw a Punnett square for the colour gene, and calculate the relative frequency of each genotype. What is the expected proportion of gold coloured fish? (b) (3 marks) Assume that gold coloured fish are popular with collectors but dark fish are not. If a number of gold fish are removed from the population each month, explain (in words) what will happen to the relative frequencies of the alleles for the colour gene over time? What will happen to the proportion of gold fish in the population after a large number of generations? Explain your answer briefly. Does the population remain in Hardy-Weinberg equilibrium? If not, which of the five conditions for Hardy-Weinberg equilibrium is/are no longer met? (c) (2 marks) If all of the gold fish are removed from a population that was previously in Hardy- Weinberg equilibrium, find the relative frequency of each allele of the colour gene in this generation and each genotype in the next generation. What proportion of individuals in the next generation will be gold? 7. Assume that Questions 1(a) and 6 refer to the same Zebrafish population. (a) (1 mark) Use your results from Questions 1(a) and 6 to estimate the number of gold fish in the lake at each of times 0, 1 and 2. (At this stage, do not assume that any fish are removed from the lake.) (b) (3 marks) A pet shop catches 100 fish at the end of each month, removes any gold fish they catch from the population and sells them, and returns any dark fish to the population. Assuming that the fish caught are completely random (so have relative frequencies of their genotypes equal to the those of the whole population), estimate the total fish population at time 1, directly after the pet 3

4 shop conducts its harvest for that month. (Note: the number of fish caught in this and subsequent questions is not the same as the number of fish sold. The number of fish sold is the expected number of gold fish amongst those that are caught.) (c) (1 mark) How many gold fish does the pet shop sell in this month? (d) (2 marks) What is the relative frequency of each allele of the colour gene and each genotype at time 1 (after the harvest), and how many fish in the lake will be gold? (e) (3 marks) Assuming the pet shop also catches 100 fish in the second month, how many of these are gold? At time 2 (after the harvest), what is the total fish population, the relative frequencies of alleles and genotypes in the population, and the number of gold fish remaining in the lake? 8. The pet shop has conducted a financial analysis of their operations, and they know that: It costs $1 for each fish caught per month. If the shop sells x gold fish in a month, then the price they receive per fish is $(150 10x), with a minimum selling price of $50. (So if they sell 3 fish the price per fish is $120, if they sell 5 fish the price is $100 per fish, and if they sell 12 fish then the price is $50 per fish.) For these calculations, ignore other financial factors such as tax and inflation. (a) (2 marks) Using this information and your result from Question 7(c), what profit does the shop make in the first month? (b) (2 marks) Using this information and your result from Question 7(e), what profit does the shop make in the second month? 3.2 Python programming 9. (a) (5 by 2 marks = 10 marks) Write each of the following Python functions in a file. A function called getallelefreq that: has three input parameters: the number of homozygous CC individuals in a population, the number of homozygous cc individuals and the number of heterozygous individuals; and returns the relative frequency of allele c in that population. A function called gethomcc that: has two input parameters: the relative frequency of allele c in a population and the population size; and returns the number of homozygous CC individuals in the population. A function called gethomcc that: has two input parameters: the relative frequency of allele c in a population and the population size; and returns the number of homozygous cc individuals in the population. A function called gethet that: has two input parameters: the relative frequency of allele c in a population and the population size; and returns the number of heterozygous individuals in the population. A function called MonthProfit that: has two input parameters: the number of gold fish sold that month and the total number of fish caught that month; and returns the profit for that month. 4

5 You do not need to print or submit these functions separately: they are used in Part (b), so you will submit them there. (b) (10 marks) Write a Python program which uses a logistic map to model populations of the coloured fish over time (so your program will need to include information about relative frequencies of alleles and genotypes). Your program must: Prompt the user to enter the following: the carrying capacity of the lake; the unconstrained growth rate of the fish per month; the initial fish population; the total number of months over which the population should be modeled; the initial relative frequency of the allele c in the population; the number of fish caught by the pet company each month (which might be zero); and whether the program should show a graph of the total fish population or of the gold fish population. Apply the logistic model to the population over the specified number of months. Each month allow the pet shop to catch the specified number of fish at random at the end of the month, with any caught gold fish removed from the population and all dark fish returned. Plot a graph of the fish population over the specified time period, with an appropriate title and labels on the axes. The user has a choice of plotting the total fish population or the gold fish population; At the end of the specified number of months, print the total number of fish in the final population, the total number of gold fish harvested, the number of gold fish in the final population, the proportion of gold fish in the final population and the total profit made by the pet shop. Have variables and functions with meaningful names, and be appropriately commented. Use the five functions from Part (a). (This is compulsory.) Hint(s): You may assume that all input values are valid (for example, the carrying capacity will be positive), and that the initial population and initial relative frequency of the allele is after any harvesting at time 0. (c) (4 by 2 marks = 8 marks) Test your program in the following ways. (You must include a printed copy of the output from your program in your submission.) (i) Use your program to repeat Question 1(a) from Section 3.1, and verify that the output matches your hand calculation. (ii) Use your program to repeat Question 2 from Section 3.1. (iii) Use your program to verify the values calculated in Question 3 from Section 3.1. (iv) Use your program to repeat Questions 7(b), 7(c), 7(d) and 7(e) from Section 3.1. (d) (6 marks) Write a brief user guide which explains how to use the program. (Your user guide should not assume that the user has read this assignment question sheet.) The guide should contain all necessary information about: What the program does. What input is requested by the program, and what valid input it can take. What output the program gives. Any assumptions you have made, or any special cases. This is a user guide, not a programmer s manual. Do not describe the algorithm you have used or internal details of the program. Instead, if someone with a basic understanding of computers (and 5

6 a good understanding of the science relevant to your project topic) wanted to run your program, what would they need to know? 3.3 Running the program (You must submit printed copies of your program and all graphs.) 10. Use your program to model a Zebrafish population with K = fish, r = 0.05 per month, P 0 = 1000 fish, relative frequency of allele c equal to 0.3 and zero fish caught per month, for a period of 100 months. (a) (1 mark) Plot a graph of the total fish population over time. (b) (1 mark) Plot a graph of the gold fish population over time. (c) (3 marks) What is the final number of fish, and the final proportion of gold fish in the population? Deduce what will be the proportion of each genotype in the final population, and explain your answer in terms of Hardy-Weinberg equilibria. What profit does the pet shop make? 11. Use your program to model a Zebrafish population with K = fish, r = 0.05 per month, P 0 = 1000 fish, relative frequency of allele c equal to 0.3 and 100 fish caught per month, for a period of 100 months. (a) (1 mark) Plot a graph of the total fish population over time. (b) (1 mark) Plot a graph of the gold fish population over time. (c) (2 marks) What is the final number of fish, and the final proportion of gold fish in the population? What profit does the pet shop make? (d) (2 marks) Compare your answers to Parts (a), (b) and (c) to the answers you obtained in Question 10. Briefly explain any differences. 12. Use your program to model a Zebrafish population with K = fish, r = 0.05 per month, P 0 = 1000 fish, relative frequency of allele c equal to 0.3 and 100 fish caught per month, for a period of 200 months. (a) (1 mark) Plot a graph of the gold fish population over time. (b) (3 marks) Briefly explain the shape of this graph, in particular why the graph initially rises and then drops off. Make reference to your answer to Question 6(b). 3.4 Written response 13. (20 marks) Select one of the following topics and write a word response to the topic. Your response must identify which topic you chose, and must be written as an essay in an appropriate scientific style. If your topic asks you to state your opinion then make sure that you do so, with cogent arguments for and against your case. If relevant you can include some diagrams, equations or mathematics (which will not be included in the word limit), but your response should be predominantly text based. Your submission must be typed (although diagrams and calculations may be hand-written). The SCIE1000 Blackboard site contains a Criteria Sheet for this essay; you must print a copy of the sheet and attach it as the last page of your project submission. The sheet shows how marks will be allocated, to a maximum of 20 marks. For many years, commercially harvesting whales was a common and well-accepted practice in many countries. For example, Australia conducted commercial whaling until 1978; at Tangalooma on Moreton island (only 50 km from the University of Queensland), a whaling station operated from 1952 until 1962, and harvested around 6300 humpback whales. 6

7 In 1986, the International Whaling Commission announced a moratorium on commercial harvesting of whales. Many countries are signatories to that moratorium. However, there is ongoing international controversy about whaling, as some countries decline to be bound by the moratorium, or conduct scientific harvesting programs, or allow their indigenous population to harvest whales. This raises an interesting question. An argument that is commonly raised to support continued whaling and hunting of other species (including endangered species) is the cultural and historical significance of such hunting. (For example, indigenous Australians are allowed to hunt and kill sea turtles, even though the turtles are endangered.) How should human cultural beliefs and behaviours be balanced against environmental concerns? Is it always justified for a species to be hunted for special cultural reasons, or should there be limitations? A few years ago, koala populations were reaching very high numbers in a few locations of Australia, and were damaging their environment and food sources. There was a serious proposal to cull some of the koalas. At the same time, koalas are endangered or extinct in many other areas. In 2008, the Australian Department of Defence shot a large number of kangaroos at some of their sites, again after the population had increased very rapidly. Of course, both koalas and kangaroos are protected species. Culling animals (particularly cute species) is a very controversial activity. There was international outrage when the koala cull was proposed and when the kangaroo cull was undertaken. However, it was argued that there were strong scientific (and even moral) reasons for doing so. Discuss the issues associated with this. Is it appropriate to cull, should nature be allowed to take its course, or should some other action be taken? As a scientist, what advice would you provide? The end 7

Population and Community Dynamics. The Hardy-Weinberg Principle

Population and Community Dynamics. The Hardy-Weinberg Principle Population and Community Dynamics The Hardy-Weinberg Principle Key Terms Population: same species, same place, same time Gene: unit of heredity. Controls the expression of a trait. Can be passed to offspring.

More information

Zoology Evolution and Gene Frequencies

Zoology Evolution and Gene Frequencies Zoology Evolution and Gene Frequencies I. any change in the frequency of alleles (and resulting phenotypes) in a population. A. Individuals show genetic variation, but express the genes they have inherited.

More information

11.1 Genetic Variation Within Population. KEY CONCEPT A population shares a common gene pool.

11.1 Genetic Variation Within Population. KEY CONCEPT A population shares a common gene pool. 11.1 Genetic Variation Within Population KEY CONCEPT A population shares a common gene pool. 11.1 Genetic Variation Within Population Genetic variation in a population increases the chance that some individuals

More information

-Is change in the allele frequencies of a population over generations -This is evolution on its smallest scale

-Is change in the allele frequencies of a population over generations -This is evolution on its smallest scale Remember: -Evolution is a change in species over time -Heritable variations exist within a population -These variations can result in differential reproductive success -Over generations this can result

More information

Section KEY CONCEPT A population shares a common gene pool.

Section KEY CONCEPT A population shares a common gene pool. Section 11.1 KEY CONCEPT A population shares a common gene pool. Genetic variation in a population increases the chance that some individuals will survive. Why it s beneficial: Genetic variation leads

More information

LAB. POPULATION GENETICS. 1. Explain what is meant by a population being in Hardy-Weinberg equilibrium.

LAB. POPULATION GENETICS. 1. Explain what is meant by a population being in Hardy-Weinberg equilibrium. Period Date LAB. POPULATION GENETICS PRE-LAB 1. Explain what is meant by a population being in Hardy-Weinberg equilibrium. 2. List and briefly explain the 5 conditions that need to be met to maintain a

More information

11.1. A population shares a common gene pool. The Evolution of Populations CHAPTER 11. Fill in the concept map below.

11.1. A population shares a common gene pool. The Evolution of Populations CHAPTER 11. Fill in the concept map below. SECTION 11.1 GENETIC VARIATION WITHIN POPULATIONS Study Guide KEY CONCEPT A population shares a common gene pool. VOCABULARY gene pool allele frequency MAIN IDEA: Genetic variation in a population increases

More information

AP BIOLOGY Population Genetics and Evolution Lab

AP BIOLOGY Population Genetics and Evolution Lab AP BIOLOGY Population Genetics and Evolution Lab In 1908 G.H. Hardy and W. Weinberg independently suggested a scheme whereby evolution could be viewed as changes in the frequency of alleles in a population

More information

CHAPTER 12 MECHANISMS OF EVOLUTION

CHAPTER 12 MECHANISMS OF EVOLUTION CHAPTER 12 MECHANISMS OF EVOLUTION 12.1 Genetic Variation DNA biological code for inheritable traits GENES units of DNA molecule in a chromosome LOCI location of specific gene on DNA molecules DIPLOID

More information

Mendel and The Gene Idea

Mendel and The Gene Idea Mendel and The Gene Idea Gregor Mendel was a monk who experimented with pea plants and was also a scientist He is known as the Father of Genetics. Mendel s two fundamental principles of heredity are now

More information

Genetic Equilibrium: Human Diversity Student Version

Genetic Equilibrium: Human Diversity Student Version Genetic Equilibrium: Human Diversity Student Version Key Concepts: A population is a group of organisms of the same species that live and breed in the same area. Alleles are alternate forms of genes. In

More information

Genetics & The Work of Mendel

Genetics & The Work of Mendel Genetics & The Work of Mendel He studied at the University of Vienna from 1851 to 1853 where he was influenced by a physicist who encouraged experimentation and the application of mathematics to science

More information

Population genetics. Population genetics provides a foundation for studying evolution How/Why?

Population genetics. Population genetics provides a foundation for studying evolution How/Why? Population genetics 1.Definition of microevolution 2.Conditions for Hardy-Weinberg equilibrium 3.Hardy-Weinberg equation where it comes from and what it means 4.The five conditions for equilibrium in more

More information

Study Guide A. Answer Key. The Evolution of Populations

Study Guide A. Answer Key. The Evolution of Populations The Evolution of Populations Answer Key SECTION 1. GENETIC VARIATION WITHIN POPULATIONS 1. b 2. d 3. gene pool 4. combinations of alleles 5. allele frequencies 6. ratio or percentage 7. mutation 8. recombination

More information

wheat yield (tonnes ha 1 ) year Key: total yield contribution to yield made by selective breeding Fig. 4.1

wheat yield (tonnes ha 1 ) year Key: total yield contribution to yield made by selective breeding Fig. 4.1 1 Wheat is an important food crop in many European countries. Developments in farming allowed the yield of wheat produced by farms in the UK to increase rapidly in the second half of the 20th century.

More information

Non Mendelian Genetics

Non Mendelian Genetics Non Mendelian Genetics TEKS 6 Science concepts. The student knows the mechanisms of genetics, including the role of nucleic acids and the principles of Mendelian Genetics. The student is expected to: 6F

More information

Bio 6 Natural Selection Lab

Bio 6 Natural Selection Lab Bio 6 Natural Selection Lab Overview In this laboratory you will demonstrate the process of evolution by natural selection by carrying out a predator/prey simulation. Through this exercise you will observe

More information

MENDELIAN GENETICS This presentation contains copyrighted material under the educational fair use exemption to the U.S. copyright law.

MENDELIAN GENETICS This presentation contains copyrighted material under the educational fair use exemption to the U.S. copyright law. MENDELIAN GENETICS This presentation contains copyrighted material under the educational fair use exemption to the U.S. copyright law. Gregor Mendel! 19 th century Austrian monk! Interested in heredity!

More information

LAB ACTIVITY ONE POPULATION GENETICS AND EVOLUTION 2017

LAB ACTIVITY ONE POPULATION GENETICS AND EVOLUTION 2017 OVERVIEW In this lab you will: 1. learn about the Hardy-Weinberg law of genetic equilibrium, and 2. study the relationship between evolution and changes in allele frequency by using your class to represent

More information

Would expect variation to disappear Variation in traits persists (Example: freckles show up in unfreckled parents offspring!)

Would expect variation to disappear Variation in traits persists (Example: freckles show up in unfreckled parents offspring!) Genetics Early Ideas about Heredity People knew that sperm and eggs transmitted information about traits Blending theory mother and father s traits blended together Problem: Would expect variation to disappear

More information

The Making of the Fittest: Natural Selection in Humans

The Making of the Fittest: Natural Selection in Humans POPULATION GENETICS, SELECTION, AND EVOLUTION INTRODUCTION A common misconception is that individuals evolve. While individuals may have favorable and heritable traits that are advantageous for survival

More information

7-1. Read this exercise before you come to the laboratory. Review the lecture notes from October 15 (Hardy-Weinberg Equilibrium)

7-1. Read this exercise before you come to the laboratory. Review the lecture notes from October 15 (Hardy-Weinberg Equilibrium) 7-1 Biology 1001 Lab 7: POPULATION GENETICS PREPARTION Read this exercise before you come to the laboratory. Review the lecture notes from October 15 (Hardy-Weinberg Equilibrium) OBECTIVES At the end of

More information

AP Biology Laboratory 8 Population Genetics Virtual Student Guide

AP Biology Laboratory 8 Population Genetics Virtual Student Guide AP Biology Laboratory 8 Population Genetics Virtual Student Guide http://www.phschool.com/science/biology_place/labbench/index.html Introduction The Hardy-Weinberg law of genetic equilibrium provides a

More information

Chapter 14: Mendel and the Gene Idea

Chapter 14: Mendel and the Gene Idea Chapter 4: Mendel and the Gene Idea. The Experiments of Gregor Mendel 2. Beyond Mendelian Genetics 3. Human Genetics . The Experiments of Gregor Mendel Chapter Reading pp. 268-276 TECHNIQUE Parental generation

More information

GENETIC DRIFT INTRODUCTION. Objectives

GENETIC DRIFT INTRODUCTION. Objectives 2 GENETIC DRIFT Objectives Set up a spreadsheet model of genetic drift. Determine the likelihood of allele fixation in a population of 0 individuals. Evaluate how initial allele frequencies in a population

More information

Unit 10: Genetics. Chapter 9: Read P

Unit 10: Genetics. Chapter 9: Read P Unit 10: Genetics Chapter 9: Read P. 145-167 10.0 Genetics The Definition of Genetics The study of heredity and how traits are passed on through generations. Gregor Mendel: The Father of Genetics Gregor

More information

Chapter 23: The Evolution of Populations. 1. Populations & Gene Pools. Populations & Gene Pools 12/2/ Populations and Gene Pools

Chapter 23: The Evolution of Populations. 1. Populations & Gene Pools. Populations & Gene Pools 12/2/ Populations and Gene Pools Chapter 23: The Evolution of Populations 1. Populations and Gene Pools 2. Hardy-Weinberg Equilibrium 3. A Closer Look at Natural Selection 1. Populations & Gene Pools Chapter Reading pp. 481-484, 488-491

More information

Observing Patterns In Inherited Traits

Observing Patterns In Inherited Traits Observing Patterns In Inherited Traits Ø Where Modern Genetics Started/ Gregor Mendel Ø Law of Segregation Ø Law of Independent Assortment Ø Non-Mendelian Inheritance Ø Complex Variations in Traits Genetics:

More information

LAB 12 Natural Selection INTRODUCTION

LAB 12 Natural Selection INTRODUCTION LAB 12 Natural Selection Objectives 1. Model evolution by natural selection. 2. Determine allele frequencies within a population. 3. Use the Hardy-Weinberg equation to calculate probability of each genotype

More information

The Theory of Evolution

The Theory of Evolution The Theory of Evolution Mechanisms of Evolution Notes Pt. 4 Population Genetics & Evolution IMPORTANT TO REMEMBER: Populations, not individuals, evolve. Population = a group of individuals of the same

More information

1/21/ Exploring Mendelian Genetics. What is the principle of independent assortment? Independent Assortment. Biology.

1/21/ Exploring Mendelian Genetics. What is the principle of independent assortment? Independent Assortment. Biology. Biology 1 of 31 11-3 Exploring Mendelian Exploring Genetics Mendelian Genetics 2 of 31 What is the principle of independent assortment? 3 of 31 1 The principle of independent assortment states that genes

More information

POPULATION GENETICS. Evolution Lectures 4

POPULATION GENETICS. Evolution Lectures 4 POPULATION GENETICS Evolution Lectures 4 POPULATION GENETICS The study of the rules governing the maintenance and transmission of genetic variation in natural populations. Population: A freely interbreeding

More information

Inheritance (IGCSE Biology Syllabus )

Inheritance (IGCSE Biology Syllabus ) Inheritance (IGCSE Biology Syllabus 2016-2018) Key definitions Chromosome Allele Gene Haploid nucleus Diploid nucleus Genotype Phenotype Homozygous Heterozygous Dominant Recessive A thread of DNA, made

More information

GENETICS AND MENDEL 2/20/2013. Mendel s Experiment. Genetic Terms. How is each group the same? How is each group different?

GENETICS AND MENDEL 2/20/2013. Mendel s Experiment. Genetic Terms. How is each group the same? How is each group different? GENETICS AND MENDEL How is each group the same? How is each group different? Heredity transmission of traits from parents to offspring Genetics study of heredity HISTORY OF DISCOVERERY OF HEREDITY Up to

More information

Lab 8: Population Genetics and Evolution. This may leave a bad taste in your mouth

Lab 8: Population Genetics and Evolution. This may leave a bad taste in your mouth Lab 8: Population Genetics and Evolution This may leave a bad taste in your mouth Pre-Lab Orientation Recall that the Hardy-Weinberg Equation helps us identify allele frequencies throughout a population.

More information

Table of Contents. Chapter: Heredity. Section 1: Genetics. Section 2: Genetics Since Mendel. Section 3: Biotechnology

Table of Contents. Chapter: Heredity. Section 1: Genetics. Section 2: Genetics Since Mendel. Section 3: Biotechnology Table of Contents Chapter: Heredity Section 1: Genetics Section 2: Genetics Since Mendel Section 3: Biotechnology 1 Genetics Inheriting Traits Eye color, nose shape, and many other physical features are

More information

Mendel and the Gene Idea

Mendel and the Gene Idea LECTURE PRESENTATIONS For CAMPBELL BIOLOGY, NINTH EDITION Jane B. Reece, Lisa A. Urry, Michael L. Cain, Steven A. Wasserman, Peter V. Minorsky, Robert B. Jackson Chapter 14 Mendel and the Gene Idea Lectures

More information

Ch. 14 Mendel and the Gene Idea

Ch. 14 Mendel and the Gene Idea Ch. 14 Mendel and the Gene Idea 2006-2007 Gregor Mendel Modern genetics began in the mid-1800s in an abbey garden, where a monk named Gregor Mendel documented inheritance in peas used experimental method

More information

5/18/2017. Genotypic, phenotypic or allelic frequencies each sum to 1. Changes in allele frequencies determine gene pool composition over generations

5/18/2017. Genotypic, phenotypic or allelic frequencies each sum to 1. Changes in allele frequencies determine gene pool composition over generations Topics How to track evolution allele frequencies Hardy Weinberg principle applications Requirements for genetic equilibrium Types of natural selection Population genetic polymorphism in populations, pp.

More information

Summary Genes and Variation Evolution as Genetic Change. Name Class Date

Summary Genes and Variation Evolution as Genetic Change. Name Class Date Chapter 16 Summary Evolution of Populations 16 1 Genes and Variation Darwin s original ideas can now be understood in genetic terms. Beginning with variation, we now know that traits are controlled by

More information

Lecture 3 Monohybrid and Dihybrid Crosses

Lecture 3 Monohybrid and Dihybrid Crosses THE MONOHYBRID CROSS Lecture 3 Monohybrid and Dihybrid Crosses FOLLOWING THE INHERITANCE OF ONE TRAIT Monohybrid cross Parents differ by a single trait. Crossing two pea plants that differ in stem size,

More information

Evolution in a Genetic Context

Evolution in a Genetic Context Evolution in a Genetic Context What is evolution? Evolution is the process of change over time. In terms of genetics and evolution, our knowledge of DNA and phenotypic expression allow us to understand

More information

Biol 1408 : Chapter 9 Patterns of Inheritance

Biol 1408 : Chapter 9 Patterns of Inheritance Biol 08 : Chapter Patterns of Inheritance We previously discussed mono - hybrid crosses The Experiment P generation (true-breeding parents) Purple flowers White flowers F generation All plants have purple

More information

Classical (Mendelian) Genetics. Gregor Mendel

Classical (Mendelian) Genetics. Gregor Mendel Classical (Mendelian) Genetics Gregor Mendel Vocabulary Genetics: The scientific study of heredity Allele: Alternate forms of a gene/factor. Genotype: combination of alleles an organism has. Phenotype:

More information

HARDY-WEINBERG EQUILIBRIUM

HARDY-WEINBERG EQUILIBRIUM 29 HARDY-WEINBERG EQUILIBRIUM Objectives Understand the Hardy-Weinberg principle and its importance. Understand the chi-square test of statistical independence and its use. Determine the genotype and allele

More information

ECOLOGY and EVOLUTION. LAB II Part 2. Evolutionary mechanisms

ECOLOGY and EVOLUTION. LAB II Part 2. Evolutionary mechanisms ECOLOGY and EVOLUTION Week 2: September 6 September 9, 2011 LAB II Part 2. Evolutionary mechanisms Before coming to lab, read this lab manual and be sure to know the following terms: Gene locus Haploid

More information

Hardy-Weinberg Principle 4/5/09. Chapter 20. Godfrey H. Hardy: English mathematician Wilhelm Weinberg: German physician

Hardy-Weinberg Principle 4/5/09. Chapter 20. Godfrey H. Hardy: English mathematician Wilhelm Weinberg: German physician Chapter 20 1 Godfrey H. Hardy: English mathematician Wilhelm Weinberg: German physician Concluded that: The original proportions of the genotypes in a population will remain constant from generation to

More information

Genotype AA Aa aa Total N ind We assume that the order of alleles in Aa does not play a role. The genotypic frequencies follow as

Genotype AA Aa aa Total N ind We assume that the order of alleles in Aa does not play a role. The genotypic frequencies follow as N µ s m r - - - - Genetic variation - From genotype frequencies to allele frequencies The last lecture focused on mutation as the ultimate process introducing genetic variation into populations. We have

More information

Genetics & The Work of Mendel

Genetics & The Work of Mendel Genetics & The Work of Mendel TEKS 6 Science concepts. The student knows the mechanisms of genetics, including the role of nucleic acids and the principles of Mendelian Genetics. The student is expected

More information

Population Genetics. Lab Exercise 14. Introduction. Contents. Objectives

Population Genetics. Lab Exercise 14. Introduction. Contents. Objectives Lab Exercise Population Genetics Contents Objectives 1 Introduction 1 Activity.1 Calculating Frequencies 2 Activity.2 More Hardy-Weinberg 3 Resutls Section 4 Introduction Unlike Mendelian genetics which

More information

The Modern Synthesis. Terms and Concepts. Evolutionary Processes. I. Introduction: Where do we go from here? What do these things have in common?

The Modern Synthesis. Terms and Concepts. Evolutionary Processes. I. Introduction: Where do we go from here? What do these things have in common? Evolutionary Processes I. Introduction - The modern synthesis Reading: Chap. 25 II. No evolution: Hardy-Weinberg equilibrium A. Population genetics B. Assumptions of H-W III. Causes of microevolution (forces

More information

Hardy-Weinberg Principle

Hardy-Weinberg Principle Name: Hardy-Weinberg Principle In 1908, two scientists, Godfrey H. Hardy, an English mathematician, and Wilhelm Weinberg, a German physician, independently worked out a mathematical relationship that related

More information

The Evolution of Populations

The Evolution of Populations The Evolution of Populations Population genetics Population: a localized group of individuals belonging to the same species Species: a group of populations whose individuals have the potential to interbreed

More information

Biology Genetics Practice Quiz

Biology Genetics Practice Quiz Biology Genetics Practice Quiz Multiple Choice Identify the choice that best completes the statement or answers the question. 1. The table above shows information related to blood types. What genotype(s)

More information

Genetics Test. Multiple Choice Identify the choice that best completes the statement or answers the question.

Genetics Test. Multiple Choice Identify the choice that best completes the statement or answers the question. Genetics Test Multiple Choice Identify the choice that best completes the statement or answers the question. 41. Situations in which one allele for a gene is not completely dominant over another allele

More information

Quiz will begin at 10:00 am. Please Sign In

Quiz will begin at 10:00 am. Please Sign In Quiz will begin at 10:00 am Please Sign In You have 15 minutes to complete the quiz Put all your belongings away, including phones Put your name and date on the top of the page Circle your answer clearly

More information

Chapter 02 Mendel s Principles of Heredity

Chapter 02 Mendel s Principles of Heredity Chapter 02 Mendel s Principles of Heredity Multiple Choice Questions 1. What was the importance of Mendel performing reciprocal crosses? To be able to breed plants all year round To obtain enough plants

More information

EXTINCTION AND SURVIVAL OF MUCK SWAMP FROGS

EXTINCTION AND SURVIVAL OF MUCK SWAMP FROGS EXTINCTION AND SURVIVAL OF MUCK SWAMP FROGS Somewhere near Xenia, Ohio lives the world's last population of Muck Swamp Frogs (nicknamed "Mucks"). Mucks come in two types, pictured below. Herpetologists

More information

Population Dynamics. Population: all the individuals of a species that live together in an area

Population Dynamics. Population: all the individuals of a species that live together in an area Population Dynamics Population Dynamics Population: all the individuals of a species that live together in an area Demography: the statistical study of populations, make predictions about how a population

More information

Observing Patterns in Inherited Traits. Chapter 11

Observing Patterns in Inherited Traits. Chapter 11 Observing Patterns in Inherited Traits Chapter 11 Impacts, Issues: The Color of Skin Like most human traits, skin color has a genetic basis; more than 100 gene products affect the synthesis and deposition

More information

Laboratory. Hardy-Weinberg Population Genetics

Laboratory. Hardy-Weinberg Population Genetics Laboratory 10 Hardy-Weinberg Population Genetics Biology 171L SP18 Lab 10: Hardy-Weinberg Population Genetics Student Learning Outcomes 1. Calculate allele and genotype frequencies 2. Use phenotypes to

More information

Chapter 14: Mendel and the Gene Idea

Chapter 14: Mendel and the Gene Idea Chapter 14: Mendel and the Gene Idea Name Period If you have completed a first-year high school biology course, some of this chapter will serve as a review for the basic concepts of Mendelian genetics.

More information

Gen e e n t e i t c c V a V ri r abi b li l ty Biolo l gy g Lec e tur u e e 9 : 9 Gen e et e ic I n I her e itan a ce

Gen e e n t e i t c c V a V ri r abi b li l ty Biolo l gy g Lec e tur u e e 9 : 9 Gen e et e ic I n I her e itan a ce Genetic Variability Biology 102 Lecture 9: Genetic Inheritance Asexual reproduction = daughter cells genetically identical to parent (clones) Sexual reproduction = offspring are genetic hybrids Tendency

More information

Lecture WS Evolutionary Genetics Part I - Jochen B. W. Wolf 1

Lecture WS Evolutionary Genetics Part I - Jochen B. W. Wolf 1 N µ s m r - - - Mutation Effect on allele frequencies We have seen that both genotype and allele frequencies are not expected to change by Mendelian inheritance in the absence of any other factors. We

More information

The Evolution of Populations

The Evolution of Populations Chapter 23 The Evolution of Populations PowerPoint Lecture Presentations for Biology Eighth Edition Neil Campbell and Jane Reece Lectures by Chris Romero, updated by Erin Barley with contributions from

More information

Exploring Mendelian Genetics. Dihybrid crosses. Dihybrid crosses

Exploring Mendelian Genetics. Dihybrid crosses. Dihybrid crosses Objective 8: Predict the results of dihybrid genetic crosses by using Punnett squares Exploring Mendelian Genetics 11.3 Dihybrid cross--a cross that involves two pairs of contrasting traits. A cross between

More information

We can use a Punnett Square to determine how the gametes will recombine in the next, or F2 generation.

We can use a Punnett Square to determine how the gametes will recombine in the next, or F2 generation. AP Lab 7: The Mendelian Genetics of Corn Objectives: In this laboratory investigation, you will: Use corn to study genetic crosses, recognize contrasting phenotypes, collect data from F 2 ears of corn,

More information

Scrambling information

Scrambling information Scrambling information Introduction to Genetics GENETICS branch of biology that deals with heredity and variation of organisms. Chromosomes carry the hereditary information (genes) Arrangement of nucleotides

More information

Measuring Evolution of Populations

Measuring Evolution of Populations Measuring Evolution of Populations 5 Agents of evolutionary change Mutation Gene Flow Non-random mating Genetic Drift Selection Populations & gene pools Concepts u a population is a localized group of

More information

COMPUTER SIMULATIONS AND PROBLEMS

COMPUTER SIMULATIONS AND PROBLEMS Exercise 1: Exploring Evolutionary Mechanisms with Theoretical Computer Simulations, and Calculation of Allele and Genotype Frequencies & Hardy-Weinberg Equilibrium Theory INTRODUCTION Evolution is defined

More information

Tile Theory of Pre-Breeding

Tile Theory of Pre-Breeding 189 Tile Theory of Pre-Breeding G. A. Smith USDA-Agricultural Research Service, Northern Crop Science Laboratory, Fargo, ND 58105 ABSTRACT Population changes and their dependent gene frequencies are affected

More information

Chapter 11 Reading Guide: Mendel and the Gene Idea

Chapter 11 Reading Guide: Mendel and the Gene Idea Chapter 11 Reading Guide: Mendel and the Gene Idea Since you have completed a first-year high school biology course, some of this chapter will serve as a review for the basic concepts of Mendelian genetics.

More information

GENETICS AND MENDEL 2/4/2018. Mendel s Experiment. Genetic Terms. Genetic Terms. Mendel: Experiment 1 HISTORY OF DISCOVERERY OF HEREDITY

GENETICS AND MENDEL 2/4/2018. Mendel s Experiment. Genetic Terms. Genetic Terms. Mendel: Experiment 1 HISTORY OF DISCOVERERY OF HEREDITY HISTORY OF DISCOVERERY OF HEREDITY 1851: Gregor Mendel, father of heredity studied pea plants GENETICS AND MENDEL prevented self pollination used cross pollination brought experimental and quantitative

More information

Read each question, and write your answer in the space provided. 2. How did Mendel s scientific work differ from the work of T. A. Knight?

Read each question, and write your answer in the space provided. 2. How did Mendel s scientific work differ from the work of T. A. Knight? Name Date Class CHAPTER 8 DIRECTED READING Mendel and Heredity Section 8-1: The Origins of Genetics Mendel and Others Studied Garden-Pea Traits 1. What did T. A. Knight discover? 2. How did Mendel s scientific

More information

Chapter 8. An Introduction to Population Genetics

Chapter 8. An Introduction to Population Genetics Chapter 8 An Introduction to Population Genetics Matthew E. Andersen Department of Biological Sciences University of Nevada, Las Vegas Las Vegas, Nevada 89154-4004 Matthew Andersen received his B.A. in

More information

mrna for protein translation

mrna for protein translation Biology 1B Evolution Lecture 5 (March 5, 2010), Genetic Drift and Migration Mutation What is mutation? Changes in the coding sequence Changes in gene regulation, or how the genes are expressed as amino

More information

POPULATION GENETICS AND EVOLUTION

POPULATION GENETICS AND EVOLUTION AP BIOLOGY EVOLUTION ACTIVITY # NAME DATE HOUR POPULATION GENETICS AND EVOLUTION INTRODUCTION In 908 G. H. Hardy and W. Weinberg independently suggest a scheme whereby evolution could be viewed as changes

More information

Lab Mendelian Genetics-Exploring Genetic Probability -Revisiting Mendel s Observations

Lab Mendelian Genetics-Exploring Genetic Probability -Revisiting Mendel s Observations NAMES: (one packet per partner pair to be turned in) DATE: Lab Mendelian Genetics-Exploring Genetic -Revisiting Mendel s Observations Purpose: Students will 1. Learn that probability is strongly related

More information

Lecture 10: Introduction to Genetic Drift. September 28, 2012

Lecture 10: Introduction to Genetic Drift. September 28, 2012 Lecture 10: Introduction to Genetic Drift September 28, 2012 Announcements Exam to be returned Monday Mid-term course evaluation Class participation Office hours Last Time Transposable Elements Dominance

More information

Population Genetics (Learning Objectives)

Population Genetics (Learning Objectives) Population Genetics (Learning Objectives) Define the terms population, species, allelic and genotypic frequencies, gene pool, and fixed allele, genetic drift, bottle-neck effect, founder effect. Explain

More information

Topic 11. Genetics. I. Patterns of Inheritance: One Trait Considered

Topic 11. Genetics. I. Patterns of Inheritance: One Trait Considered Topic 11. Genetics Introduction. Genetics is the study of how the biological information that determines the structure and function of organisms is passed from one generation to the next. It is also concerned

More information

Student Sheet 1.1: KWL Chart

Student Sheet 1.1: KWL Chart Student s Name Date Class Student Sheet 1.1: KWL Chart Topic: K W L What do you Know? What do you Want to know? What did you Learn? Lesson 1 / Pre-Assessment: Genes and Molecular Machines Student s Name

More information

SAMPLE LITERATURE Please refer to included weblink for correct version.

SAMPLE LITERATURE Please refer to included weblink for correct version. Edvo-Kit #AP02 Mathematical Modeling: Hardy-Weinberg Experiment Objective: In this exercise, students will determine whether they are PTC tasters. They will use the Hardy-Weinberg equation to analyze the

More information

Biology 40S: Course Outline Monday-Friday Slot 1, 8:45 AM 9:45 AM Room 311 Teacher: John Howden Phone:

Biology 40S: Course Outline Monday-Friday Slot 1, 8:45 AM 9:45 AM Room 311 Teacher: John Howden   Phone: The course is designed to help students develop and demonstrate an understanding of the biological concepts of genetics and biodiversity through scientific inquiry, problem solving, personal reflection

More information

Introduction to Genetics. DANILO V. ROGAYAN JR. Faculty, Department of Natural Sciences

Introduction to Genetics. DANILO V. ROGAYAN JR. Faculty, Department of Natural Sciences Introduction to Genetics DANILO V. ROGAYAN JR. Faculty, Department of Natural Sciences GENETICS Introduction to Genetics and heredity Gregor Mendel a brief bio Genetic terminology (glossary) Monohybrid

More information

EVOLUTION/HERDEDITY UNIT Unit 1 Part 8A Chapter 23 Activity Lab #11 A POPULATION GENETICS AND EVOLUTION

EVOLUTION/HERDEDITY UNIT Unit 1 Part 8A Chapter 23 Activity Lab #11 A POPULATION GENETICS AND EVOLUTION AP BIOLOGY EVOLUTION/HERDEDITY UNIT Unit Part 8A Chapter Activity Lab # A NAME DATE PERIOD POPULATION GENETICS AND EVOLUTION In 908 G. H. Hardy and W. Weinberg independently suggest a scheme whereby evolution

More information

In the mid-20th century the structure of DNA was discovered. What is a section of DNA which codes for one specific protein called?

In the mid-20th century the structure of DNA was discovered. What is a section of DNA which codes for one specific protein called? Q1.Our understanding of genetics and inheritance has improved due to the work of many scientists. (a) Draw one line from each scientist to the description of their significant work. Scientist Description

More information

Genetics is the study of heredity

Genetics is the study of heredity What is Genetics? Genetics is the study of heredity Heredity is the transmission of traits from parent to offspring. These factors determine individual characteristics: responsible for the resemblances

More information

Mendel & Inheritance. SC.912.L.16.1 Use Mendel s laws of segregation and independent assortment to analyze patterns of inheritance.

Mendel & Inheritance. SC.912.L.16.1 Use Mendel s laws of segregation and independent assortment to analyze patterns of inheritance. Mendel & Inheritance SC.912.L.16.1 Use Mendel s laws of segregation and independent assortment Mendel s Law of Segregation: gene pairs separate when gametes (sex cells) are formed; each gamete as only

More information

B.6.F predict possible outcomes of various genetic combinations such as monohybrid crosses, dihybrid crosses and non Mendelian inheritance

B.6.F predict possible outcomes of various genetic combinations such as monohybrid crosses, dihybrid crosses and non Mendelian inheritance B.6.F predict possible outcomes of various genetic combinations such as monohybrid crosses, dihybrid crosses and non Mendelian inheritance Gregor Mendel Austrian monk * Studied science and mathematics

More information

Chp 10 Patterns of Inheritance

Chp 10 Patterns of Inheritance Chp 10 Patterns of Inheritance Dogs, one of human s longest genetic experiments Over 1,000 s of years, humans have chosen and mated dogs with specific traits. A process called -artificial selection The

More information

Heredity and DNA Assignment 1

Heredity and DNA Assignment 1 Heredity and DNA Assignment 1 Name 1. Which sequence best represents the relationship between DNA and the traits of an organism? A B C D 2. In some people, the lack of a particular causes a disease. Scientists

More information

5 FINGERS OF EVOLUTION

5 FINGERS OF EVOLUTION MICROEVOLUTION Student Packet SUMMARY EVOLUTION IS A CHANGE IN THE GENETIC MAKEUP OF A POPULATION OVER TIME Microevolution refers to changes in allele frequencies in a population over time. NATURAL SELECTION

More information

Hardy-Weinberg Equilibrium

Hardy-Weinberg Equilibrium Hardy-Weinberg Equilibrium Hardy-Weinberg Equilibrium, also referred to as the Hardy-Weinberg principle, is used to compare allele frequencies in a given population over a period of time. A population

More information

Bean Bunny Evolution Modeling Gene Frequency Change (Evolution) in a Population by Natural Selection

Bean Bunny Evolution Modeling Gene Frequency Change (Evolution) in a Population by Natural Selection Modeling Gene Frequency Change (Evolution) in a Population by Natural Selection In this activity, you will examine natural selection in a small population of wild rabbits. Evolution, on a genetic level,

More information

Genetics. What DNA is telling us!

Genetics. What DNA is telling us! Genetics What DNA is telling us! Learning Goals The student will investigate and understand common mechanisms of inheritance and protein synthesis. Key concepts include: 1. prediction of inheritance of

More information

Darwin. Natural Selection. Evolutionary Mechanisms OUTLINE. Natural Selection. Title goes here. Adaptive. Genetic Drift Non-adaptive.

Darwin. Natural Selection. Evolutionary Mechanisms OUTLINE. Natural Selection. Title goes here. Adaptive. Genetic Drift Non-adaptive. Carol Eunmi Lee 10/18/16 Natural Selection Natural An Adaptive Mechanism Selection Evolutionary Mechanisms Darwin Evolution acts through changes in allele frequency at each generation Genetic Drift Non-adaptive

More information

Principles of Population Genetics

Principles of Population Genetics Principles of Population Genetics Leo P ten Kate, MD, PhD Em. Prof. of Clinical Genetics VU University Medical Center Amsterdam, the Netherlands Training Course in Sexual and Reproductive Health Research

More information

The Making of the Fittest: Natural Selection and Adaptation Allele and phenotype frequencies in rock pocket mouse populations

The Making of the Fittest: Natural Selection and Adaptation Allele and phenotype frequencies in rock pocket mouse populations The Making of the Fittest: Natural Selection and Adaptation Allele and phenotype frequencies in rock pocket mouse populations Name: Per. Introduction The tiny rock pocket mouse weighs just 15 grams, about

More information