Lemmings of Norway Modeling Exponential Growth

Size: px
Start display at page:

Download "Lemmings of Norway Modeling Exponential Growth"

Transcription

1 Lemmings of Norway Modeling Exponential Growth Lemmings are small rodents. They are found in tundra biomes. The lemmings of Norway reproduce so quickly that their population fluctuates. Lemmings are small creatures weighing only about 1 to 4 ounces, and 3 to 6 inches long. They resemble a gerbil in size and fur. They are herbivores but their incisors enable them to feed on tough roots and bulbs. They do not hibernate even in the tough northern winters of Norway. Therefore, they must burrow through the snow to find food or store it ahead of time. They are basically loners, but they do have a high reproductive rate and breed rapidly when there is enough food. When their populations become too dense, they will search for a new habitat. In particular, the lemmings of Norway may migrate in large groups searching for a new place only to reach a cliff that overlooks an ocean. When they reach this cliff they may be pushed off due to the crowd and/or jump into the ocean. Here they will swim until they are too exhausted to continue their journey. The idea that they are committing suicide is a myth, however lemming suicide is a metaphor referring to people who go along mindlessly with whatever is popular at the time. In this experiment you will simulate a population of lemmings. Traditionally, this activity is done with dice. Each die represents a single individual and the outcome of a dice roll determines the life event, such as a birth or death, for that individual. For example, with a starting population of 20 (20 dice), every three or six rolled represents the birth of an offspring, thereby adding an individual to your initial population. Each one is a death, decreasing your initial population by one. Each roll of the dice represents one year in the population. The size of subsequent populations is determined by adding the numbers of births and subtracting the number of deaths from your initial population. You will be calculating populations over a series of years, adding births, and subtracting deaths from your initial population, until you finally reach a final population of 500 individuals. The twist here is that we will be using the random number generator on a graphing calculator instead of rolling hundreds of dice. PURPOSE In this activity you will use the graphing calculator to model exponential growth of a lemming population. MATERIALS TI-83 or 84 Plus graphing calculator PROCEDURE 1. Do some calculator housekeeping by performing the following steps: a. Clear all lists by turning the calculator on and press repeatedly to clear the screen followed by to clear any data that currently resides in the lists. The following screen indicates you have been successful. If Done does not appear, try again! b. Clear your Y= by pressing and until any and all equations have been cleared. Press to return to the home screen if necessary. Copyright 2010 Laying the Foundation, Inc. Dallas, TX. All rights reserved. Visit: 1

2 c. Prepare the random number generator by providing it a seed value. This seed value can be any number, but to keep things random within this classroom, let s all use a long and different number, like YOUR birthday. For example, if your birthday were November 14, 1992 you would enter the 8 digits and then store ( ) this value to the random generator. The random number generator is located in the MATH menu and the PRB submenu. The key strokes for this example would be: to get to PRB (probability) then press to seed the random generator. If you are successful, your birth date will be displayed after pressing. If your birth date were November 14, 1992, your screen would look like Figure 1. Figure 1 d. Press to clear your screen once more. 2. Your starting population is given as 20 and would be represented by 20 individual dice if we were doing this the old-fashioned way. A die has six sides, so we want to set the generator to select integers ranging from one to six, twenty times. Press to get to PRB then to select the randint( command. Now set the number range and repeat by entering. Pressing will execute the random generator function and run it 20 times. This is exactly like rolling twenty dice at once (or a single die 20 times). If successful, your screen looks like Figure 2 (except, perhaps your numbers are different!). Figure 2 3. Rather than counting all the 1s, 3s and 6s to see how the population size changes during this generator, we can let the calculator do that work for us by creating a histogram from our list of 20 random numbers. a. Navigate to your lists by pressing. b. Position your cursor at the very top of L1 by using the key, so that L1 is highlighted. c. With your cursor atop the L1 re-run the RandInt command so that the results will be posted in the L1 column. To do this, with the cursor atop L1, press Copyright 2010 Laying the Foundation, Inc. Dallas, TX. All rights reserved. Visit: 2

3 . If successful, your screen will look similar to Figure 3. Figure 3 4. Set up STAT PLOT for a histogram. This way, we can graph the data and count the number of 1s (deaths), 3s (births) and 6s (also births) faster. Press and use your arrow and ENTER keys to set up Plot 1 like the one shown below. Make sure that Plot 2 and Plot 3 are both OFF. The screen should match Figure 4. Figure 4 5. To ensure that each bar represents an integer from 1 to 6 and to size the height of the bar such that it is readable on the calculator screen, we must adjust the window settings of the graph before we plot. (This is similar to deciding how to scale your x and y axis on paper so as to fully use the graph area.) a. Press. Set the parameters as follows: Xmin = 1 Xmax = 7 Xscl = 1 Ymin = 0 Ymax = 25 Yscl = 1 Xres = 1 b. As your population size increases, the number of entries for any given bar will eventually exceed 25 (YMax). Simply come back to this screen and increase the value of YMax accordingly until you can see the top of each bar when graphed. 6. To see your histogram, press. Copyright 2010 Laying the Foundation, Inc. Dallas, TX. All rights reserved. Visit: 3

4 7. To collect the number of hits for each integer, 1 through 6, press to see the specifics for each bar. Of the three values displayed at the bottom of the screen for each cursor position, you are interested in two of them: the min= value and the n= value. The min= value indicates which integer 1 6 you are quantifying and the n= value indicates how many hits that number received in the random generated list of numbers. Be sure to record those in your data table. Your numbers may be different, but your screen should look similar to Figure 5. Figure 5 In Figure 5, the 1s column (min=1) only got one hit (n=1), so we would record one death for this generation in our data table. Press repeatedly to hop from bar one to other bars. Record the number of births from both bar 3 and bar 6. There would be a total of 7 births in this run (two 3s + five 6s) as shown in Figure 6. Figure 6 8. Throw the dice again for your next generation, but consider that your population size has changed by the number of births and deaths from the first generation. Return to the lists,, and position your cursor atop L1. Re-run the RandInt function in L1 again, BUT this time use the new population size instead of 20 (in our example the new population would be =26). With the cursor atop L1, the keystrokes would be. Be sure to use YOUR numbers. 9. Repeat steps 6 through 8 for each generation, being careful to change the 20 each time with your new final population numbers until you have a total of at least 500 individuals. As the height of each bar grows in your histogram, you may need to change the YMax setting for your window to allow for taller columns. Follow the procedure in step 5 for making this adjustment. 10. Graph your results on the paper provided. 11. Complete the ANALYSIS section and the CONCLUSION questions on your student answer page. Copyright 2010 Laying the Foundation, Inc. Dallas, TX. All rights reserved. Visit: 4

5 Year Lemmings of Norway Modeling Exponential Growth Data Table Initial Population Births Deaths Change in Population Final Population Copyright 2010 Laying the Foundation, Inc. Dallas, TX. All rights reserved. Visit: 5

6 ANALYSIS Part I: Unrestricted Exponential Growth of the Lemming Population Use your data table to plot a graph demonstrating the unrestricted exponential growth of the lemming population. Label the lag phase and exponential phase of your population. Copyright 2010 Laying the Foundation, Inc. Dallas, TX. All rights reserved. Visit: 6

7 CONCLUSION QUESTIONS Part I: Unrestricted Exponential Growth of the Lemming Population 1. What is the ratio of births to deaths in this model population? 2. How many years did it take you to reach a population of 100? 3. After you reached a population of 100, how many more years did it take to reach a population of 200? How many more years to reach 300? 400? 500? 4. Using this experiment, define exponential (or geometric) growth. 5. In what way do exponential (or geometric) growth rates differ from arithmetic growth rates? 6. Some populations reach a carrying capacity where the population becomes stable. What are some conditions that would limit exponential growth and therefore allow carrying capacity to be reached? Copyright 2010 Laying the Foundation, Inc. Dallas, TX. All rights reserved. Visit: 7

8 Part II: Predator-Prey Relationships 1. Identify the predator and the prey for this graph. 2. Give an example of a predator/prey relationship. 3. Predict the effects of a drought on the predator population size. Explain your reasoning. 4. Why is there a time delay between the increase in prey and the increase in predators? 5. What is the ecological benefit of the predator-prey relationship? 6. How might introducing a predator such as the Red-tailed hawk influence the exponential growth rate of the lemmings? Copyright 2010 Laying the Foundation, Inc. Dallas, TX. All rights reserved. Visit: 8

9 EXTENSION In 2006, the U.S. Fish and Wildlife Service estimated the Yellowstone National Park grizzly population at 500 animals with the population predicted to increase 4-7% annually. It has recommended that the grizzly be reintroduced into Idaho, Montana and Wyoming. These three states oppose the reintroduction effort citing the risk to ranchers and their livestock. In addition, the U.S. Fish and Wildlife Service recommended that the grizzly be removed from the endangered species list. You have received an invitation to speak before Congress on the reintroduction effort. As a member of the Bozeman Montana Ranchers Association and a supporter of the Y2Y (Yukon to Yellowstone) Grizzly Bear Conservation Strategy whose goal is to make sure that grizzly bears have adequate core habitats to sustain viable populations and that bears and other wildlife can move safely between core habitats, you support the reintroduction effort. Write a one page statement in defense of the reintroduction effort and include why the grizzly should remain on the endangered species list. Copyright 2010 Laying the Foundation, Inc. Dallas, TX. All rights reserved. Visit: 9

Take a Sample, Please

Take a Sample, Please Connecting Algebra 2 to Advanced Placement* Mathematics A Resource and Strategy Guide New: 05/15/10 Take a, Please Objective: Students will be introduced to some of the basic concepts of sampling distributions

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

22.2 Measuring and. Modelling Population Change

22.2 Measuring and. Modelling Population Change 22.2 Measuring and Modelling Population Change An ecosystem has finite biotic and abiotic resources at any given time. Biotic resources, such as prey, vary in availability. Some abiotic resources, such

More information

Field of Beans Determining the Interactions of Organisms

Field of Beans Determining the Interactions of Organisms Field of Beans Determining the Interactions of Organisms An ecosystem consists of all of the organisms that are living in a community as well as the abiotic factors in which they interact. The combination

More information

Modelling the Impact of Rainfall on Predator and Prey Biomass in Terrestrial Ecosystems

Modelling the Impact of Rainfall on Predator and Prey Biomass in Terrestrial Ecosystems Modelling the Impact of Rainfall on Predator and Prey Biomass in Terrestrial Ecosystems Course: ENVR 300 Research in Environmental Sciences Report by: Agatha Czekajlo Carlos Soria Nicole Yeung Keita Sano

More information

Investigation : Exponential Growth & Decay

Investigation : Exponential Growth & Decay Common Core Math II Name Date Investigation : Exponential Growth & Decay Materials Needed: Graphing Calculator (to serve as a random number generator) To use the calculator s random integer generator feature:

More information

Lab #10: Food Webs and Community Dynamics

Lab #10: Food Webs and Community Dynamics Name Lab #10: Food Webs and Community Dynamics Objectives: Use data gathered from owl pellets to understand relationships between trophic levels and learn about energy pyramids. Explore community interactions

More information

Page # Effect of high adult mortality on amount of early reproduction: Effect of high adult mortality on larval development time:

Page # Effect of high adult mortality on amount of early reproduction: Effect of high adult mortality on larval development time: FROM Wednesday - end of lecture on comparative life histories: A laboratory evolution experiment - effects of different rates of adult mortality on life history traits in Drosophila (fruit flies) Question:

More information

I Can Statement Conversation/Assignment

I Can Statement Conversation/Assignment I Can Statement Conversation/Assignment B6.1 and B3.6 I can Explain how the interrelationships among organisms (including predation, competition, parasitism, mutualism, and commensalism) generate stability

More information

rig? ACTIVITY 5.6 b. Determine the population of Charlotte (in thousands) in 2002.

rig? ACTIVITY 5.6 b. Determine the population of Charlotte (in thousands) in 2002. ACTIVITY 5.6 POPULATION GROWTH 581 OBJECTIVES ACTIVITY 5.6 Population Growth 1, Determine annual growth or decay rate of an exponential function represented by a table of values or an equation. 2. Graph

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

Chapter 9 Assignment (due Wednesday, August 9)

Chapter 9 Assignment (due Wednesday, August 9) Math 146, Summer 2017 Instructor Linda C. Stephenson (due Wednesday, August 9) The purpose of the assignment is to find confidence intervals to predict the proportion of a population. The population in

More information

Task 4 A Predator Prey Model

Task 4 A Predator Prey Model ELEMENTARY MATHEMATICS FOR BIOLOGISTS 2013 Task 4 A Predator Prey Model This session presents a slightly-simplified model of a predator prey system. An outline explanation of the underlying mathematics

More information

Ecology. Part 4. Populations Part 5. Communities Part 6. Biodiversity and Conservation

Ecology. Part 4. Populations Part 5. Communities Part 6. Biodiversity and Conservation Ecology Part 4. Populations Part 5. Communities Part 6. Biodiversity and Conservation Population Ecology: Population Characteristics Population Characteristics 1. Population Density: The number of organisms

More information

Studying Living Organisms

Studying Living Organisms Studying Living Organisms Beans and Birds: A Natural Selection Simulation Woodrow Wilson Biology Institute 1995 Target age or ability group: Class time required: Materials and equipment: Summary of activity:

More information

Obtain the Data Your instructor will provide you with a printed data sheet listing RCRA and population data for 1 of 12 states.

Obtain the Data Your instructor will provide you with a printed data sheet listing RCRA and population data for 1 of 12 states. Chapter 13 Project: Taxes on Toxics Name Name Overview In this project you will investigate the amount of RCRA waste produced by several counties in a state. RCRA waste is solid waste assigned a federal

More information

POPULATION BIOLOGY

POPULATION BIOLOGY http://www.hotelsbible.com/travelblog/wp-content/uploads/hotelsbible.com/animals-elephant-herd-drinkingafrican-safari-botswana.jpg POPULATION BIOLOGY 3 characteristics of a population: 1. Geographic distribution:

More information

Menagerie Farms Grade 3 Curriculum Ideas

Menagerie Farms Grade 3 Curriculum Ideas Menagerie Farms Grade 3 Curriculum Ideas Grade 3- MS State Standards Science Describe the characteristics, structures, life cycles, and environments of organisms. Grade 3 : Interdependence Conceptual Strand

More information

Resource Use. Questions 1-3 refer to the diagram above.

Resource Use. Questions 1-3 refer to the diagram above. Resource Use Questions 1-3 refer to the diagram above. 1. Which part of the diagram depicts the resource use that would be in competition if a new species moves into an area and is in direct competition

More information

Semester 1: Unit 3 ECOLOGY

Semester 1: Unit 3 ECOLOGY Semester 1: Unit 3 ECOLOGY Ecology- scientific study of interactions among & between organisms & their physical environment. 3.1- What is Ecology? Ecology studies levels of organization: *Specie- Individual

More information

Food Webs. Lesson ENGAGE

Food Webs. Lesson ENGAGE Lesson 2 Food Webs This bird has caught its dinner. Do any other organisms eat this kind of fish? How can one animal be part of two different food chains? 236 ENGAGE LS.25 Compare food chains and food

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

School Programs Riverside Road, Jamestown, NY (716) auduboncnc.org

School Programs Riverside Road, Jamestown, NY (716) auduboncnc.org School Programs 600 Riverside Road, Jamestown, NY 470 - (76) 569-2345 - auduboncnc.org Table Of Contents Mission 3 Classroom Visit 4 Learning Standards 5 Pre-K School Programs 6 Kindergarten School Programs

More information

OPTION C.5 POPULATION ECOLOGY

OPTION C.5 POPULATION ECOLOGY OPTION C.5 POPULATION ECOLOGY INTRO https://oneinabillionblog.files.wordpress.com/2013/05/bacteria-in-a-petri-dish-compressed.jpg IB BIO C.5 2 Recall that populations are made up of members of the same

More information

4) How many alleles does each individual carry? 5) How many total alleles do we need to create this population?

4) How many alleles does each individual carry? 5) How many total alleles do we need to create this population? SC135 Introductory Biology Hardy-Weinberg and Natural Selection with M & M s Lab Objectives: Understand the concepts of allele frequency, genotype frequency and phenotype frequency in a population. Understand

More information

Chapter 3. Displaying and Summarizing Quantitative Data. 1 of 66 05/21/ :00 AM

Chapter 3. Displaying and Summarizing Quantitative Data.  1 of 66 05/21/ :00 AM Chapter 3 Displaying and Summarizing Quantitative Data D. Raffle 5/19/2015 1 of 66 05/21/2015 11:00 AM Intro In this chapter, we will discuss summarizing the distribution of numeric or quantitative variables.

More information

Module - 01 Lecture - 03 Descriptive Statistics: Graphical Approaches

Module - 01 Lecture - 03 Descriptive Statistics: Graphical Approaches Introduction of Data Analytics Prof. Nandan Sudarsanam and Prof. B. Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institution of Technology, Madras

More information

Limits to Growth. Lesson Overview. Lesson Overview. 5.2 Limits to Growth

Limits to Growth. Lesson Overview. Lesson Overview. 5.2 Limits to Growth Lesson Overview Limits to Growth Lesson Overview 5.2 THINK ABOUT IT What determines the carrying capacity of an environment for a particular species? In its native Asia, populations of hydrilla increase

More information

1. The characteristics of populations are shaped by the interactions between individuals and their environment

1. The characteristics of populations are shaped by the interactions between individuals and their environment 1. The characteristics of populations are shaped by the interactions between individuals and their environment Populations have size and geographical boundaries. The density of a population is measured

More information

1. The characteristics of populations are shaped by the interactions between individuals and their environment

1. The characteristics of populations are shaped by the interactions between individuals and their environment 1. The characteristics of populations are shaped by the interactions between individuals and their environment Populations have size and geographical boundaries. The density of a population is measured

More information

Lab #7: Food Webs & Community Dynamics

Lab #7: Food Webs & Community Dynamics Name Lab #7: Food Webs & Community Dynamics Objectives: Explore community interactions using a case study from Yellowstone National Park. Part 1: Community Dynamics - A Yellowstone Case Study General Introduction:

More information

Quadratic Regressions Group Acitivity 2 Business Project Week #4

Quadratic Regressions Group Acitivity 2 Business Project Week #4 Quadratic Regressions Group Acitivity 2 Business Project Week #4 In activity 1 we created a scatter plot on the calculator using a table of values that were given. Some of you were able to create a linear

More information

Ecology Review. Name: Date: Period:

Ecology Review. Name: Date: Period: Ecology Review Name: Date: Period: 1. Define the terms ecology and ecosystem. Ecology - The study of the interactions among organisms and their environment Ecosystem - collection of all the organisms that

More information

Introduction to System Dynamics

Introduction to System Dynamics Introduction to System Dynamics Stella Guide Compounding and Draining Processes John Hayward Church Growth Modelling www.churchmodel.org.uk Page 2 System Dynamics System dynamics is a methodology that

More information

Sea of Cortez: the Reef Community Simulation Game

Sea of Cortez: the Reef Community Simulation Game Spencer Cody 9-12 Science Infinite Campus Coordinator Edmunds Central School District, South Dakota Steinbeck Institute 2018 Sea of Cortez: the Reef Community Simulation Game Purpose: This lesson includes

More information

Food Web Of the Greater Yellowstone Ecosystem

Food Web Of the Greater Yellowstone Ecosystem Food Web Of the Greater Yellowstone Ecosystem Objectives: 1. To show the energy flow through a food chain by constructing model food webs with the given drawings of organisms. 2. To be able to determine

More information

Science Module 2: Ecosystems & Food Webs

Science Module 2: Ecosystems & Food Webs Science Module 2: Ecosystems & Food Webs KEY STAGE 3 INTRODUCTION This module is concerned with the structure and dynamics of ecosystems. It contains material on the growth of plants, but concentrates

More information

Ecology. Population Growth and Regulation. Population Size. Changes in Population Size =

Ecology. Population Growth and Regulation. Population Size. Changes in Population Size = Population Growth and Regulation Ecology Study of interrelationships between living things and their nonliving environment. Chapter 26 Ecosystems include everything, biotic and abiotic, within a given

More information

Living Things Need Energy

Living Things Need Energy 2 What You Will Learn Describe the functions of producers, consumers, and decomposers in an ecosystem. Distinguish between a food chain and a food web. Explain how energy flows through a food web. Describe

More information

Chapter 21 Populations and Ecosystems

Chapter 21 Populations and Ecosystems Chapter 21 Populations and Ecosystems Learning0Targets For0each0of0the0following0targets,0please0circle0your0current0skill0level,0and0draw0an0arrow0poin-ng0to0your0goal. Vocabulary Advanced Proficient

More information

POPULATION SIZE 07 AUGUST 2013

POPULATION SIZE 07 AUGUST 2013 POPULATION SIZE 07 AUGUST 2013 Lesson Description In this lesson we: Look at population size with respect to: o The definition of population o What characterises a population? o What are the parameters

More information

What do you know? You may have heard the term Eco-Friendly. Do you know what Eco stands for? What is Ecology?

What do you know? You may have heard the term Eco-Friendly. Do you know what Eco stands for? What is Ecology? Semester 1: Unit 3 What do you know? You may have heard the term Eco-Friendly Do you know what Eco stands for? What is Ecology? What do you think they mean by Eco-Friendly? Ecology is the scientific study

More information

Chapter 3: Ecosystems

Chapter 3: Ecosystems Chapter 3: Ecosystems Name: #: Chapter 3 Vocabulary ecosystem population community niche herbivores carnivores omnivores decomposers Vocabulary Word Vocabulary Word P a g e 2 Vocabulary Word Vocabulary

More information

5-1 How Populations Grow

5-1 How Populations Grow 5-1 How Populations Grow How? (In general ecological terms.) Specifically, within populations what two primary factors determine the rate of growth and how are they related? What are two additional factors

More information

Biol Lecture Notes

Biol Lecture Notes Biol 303 1 Evolutionary Forces: Generation X Simulation To launch the GenX software: 1. Right-click My Computer. 2. Click Map Network Drive 3. Don t worry about what drive letter is assigned in the upper

More information

CONCERNING CRITTERS: Adaptations AIMS Education Foundation

CONCERNING CRITTERS: Adaptations AIMS Education Foundation Topic Food chains Key Question How is energy passed along a food chain from link to link? Learning Goals Students will: learn about the predator/prey relationship in a food chain, and play a game of tag

More information

2. 4 dispersion patterns: clumped, uniform, random, gradient

2. 4 dispersion patterns: clumped, uniform, random, gradient Honors Biology Unit 5 Chapter 36 POPULATION ECOLOGY 1. 13 levels of organization in biology 2. 4 dispersion patterns: clumped, uniform, random, gradient 3. population growth curves: 3 phases of growth

More information

Roadrunners and the Changing Environments New Mexico Supercomputing Challenge Final Report April 2, Team 87 Santa Fe Indian School

Roadrunners and the Changing Environments New Mexico Supercomputing Challenge Final Report April 2, Team 87 Santa Fe Indian School Roadrunners and the Changing Environments New Mexico Supercomputing Challenge Final Report April 2, 2008 Team 87 Santa Fe Indian School Team Members Joseph Skeets Olivia Mermejo Christian White Teacher(s)

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will recognize that the mean of all the sample variances for samples of a given size drawn with replacement calculated using n-1 as a divisor will give the population variance

More information

Tree Unit: First Grade

Tree Unit: First Grade Tree Unit: First Grade A Thematic Teaching Unit Overview READING GLE s Using background knowledge to make connections. Distinguishing fact from fiction. Reciting short poems, rhymes, and songs. Make a

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *1007469920* ENVIRONMENTAL MANAGEMENT 0680/21 Paper 2 October/November 2016 1 hour 45 minutes Candidates

More information

SCENARIO: We are interested in studying the relationship between the amount of corruption in a country and the quality of their economy.

SCENARIO: We are interested in studying the relationship between the amount of corruption in a country and the quality of their economy. Introduction to SPSS Center for Teaching, Research and Learning Research Support Group American University, Washington, D.C. Hurst Hall 203 rsg@american.edu (202) 885-3862 This workshop is designed to

More information

Carbon Cycle Game. Summary By rolling a die, students will simulate the movement of a carbon atom throughout various locations in the carbon cycle.

Carbon Cycle Game. Summary By rolling a die, students will simulate the movement of a carbon atom throughout various locations in the carbon cycle. Carbon Cycle Game Summary By rolling a die, students will simulate the movement of a carbon atom throughout various locations in the carbon cycle. Objectives Students will describe the movement of carbon

More information

Name: Class: Date: Ver: 2

Name: Class: Date: Ver: 2 Indicate the answer choice that best completes the statement or answers the question. 1. The primary reason why southern sea otter recovery is ecologically important is because they. a. encourage tourism

More information

2000: : : : : : : 109

2000: : : : : : : 109 9. Choosing a Data Display you make decisions? How can you display data in a way that helps ACTIVITY: Displaying Data Work with a partner. Analyze and display each data set in a way that best describes

More information

Squirrels: Servants of the Seed Teacher Instructions

Squirrels: Servants of the Seed Teacher Instructions Squirrels: Servants of the Seed Teacher Instructions Overview: In this lesson, students will learn about seed adaptation and dispersal. Students will observe squirrels in their natural environment and

More information

INTRODUCTION TO POPULATION ECOLOGY 27 AUGUST 2014

INTRODUCTION TO POPULATION ECOLOGY 27 AUGUST 2014 INTRODUCTION TO POPULATION ECOLOGY 27 AUGUST 2014 In this lesson we: Lesson Description Look at population size with respect to: o The definition of population o What characterises a population? o What

More information

Activity: Graphing the Population Explosion of Weeds

Activity: Graphing the Population Explosion of Weeds Recognizing Native Plants & Weeds In The Local Community Activity: Graphing the Population Explosion of Weeds Author: Jon Detka Adapted from: The Montana Weed Trust Fund Teacher s Handbook & "What's Wrong

More information

Effect of Water Temperature on Manatee Migration into Blue Spring State Park (Adaptations) Grade Level: Elementary 4/5

Effect of Water Temperature on Manatee Migration into Blue Spring State Park (Adaptations) Grade Level: Elementary 4/5 Effect of Water Temperature on Manatee Migration into Blue Spring State Park (Adaptations) Grade Level: Elementary 4/5 Subject Area: Earth science, math, biology Duration: 1 hr. instruction/background

More information

Lab 2: Mathematical Modeling: Hardy-Weinberg 1. Overview. In this lab you will:

Lab 2: Mathematical Modeling: Hardy-Weinberg 1. Overview. In this lab you will: AP Biology Name Lab 2: Mathematical Modeling: Hardy-Weinberg 1 Overview In this lab you will: 1. learn about the Hardy-Weinberg law of genetic equilibrium, and 2. study the relationship between evolution

More information

Biodiversity and the distribution of life

Biodiversity and the distribution of life Biodiversity and the distribution of life Unit 3 Life on Earth Sub-topic 3 Biodiversity and the distribution of life a Measuring abiotic factors b Biomes c What is an ecosystem d Role of a species in an

More information

Tutorial Formulating Models of Simple Systems Using VENSIM PLE System Dynamics Group MIT Sloan School of Management Cambridge, MA O2142

Tutorial Formulating Models of Simple Systems Using VENSIM PLE System Dynamics Group MIT Sloan School of Management Cambridge, MA O2142 Tutorial Formulating Models of Simple Systems Using VENSIM PLE System Dynamics Group MIT Sloan School of Management Cambridge, MA O2142 Originally prepared by Nelson Repenning. Vensim PLE 5.2a Last Revision:

More information

2. Which example describes a mutualistic relationship between organisms? A. Young wasps prey on caterpillars.

2. Which example describes a mutualistic relationship between organisms? A. Young wasps prey on caterpillars. Ecology 1. A student studying the biosphere makes a list of biotic and abiotic characteristics of various biomes. Which characteristic is considered a biotic factor? A. dry, sandy, nutrient-poor soil in

More information

Ecology is the he study of how organisms interact with the environment and each other.

Ecology is the he study of how organisms interact with the environment and each other. Ecology: Ecology is the he study of how organisms interact with the environment and each other. Ecology can often be subdivided into different types such as: Population ecology: Population ecology - examines

More information

What is Ecology? QGdH3QU

What is Ecology?   QGdH3QU Ecology What is Ecology? https://www.youtube.com/watch?v=tgr- QGdH3QU Ecology The study of the interactions of different organisms (living things) between each other and with their environment (surroundings).

More information

Population Biology. Biology 2201 Unit IV

Population Biology. Biology 2201 Unit IV Population Biology Biology 2201 Unit IV Population Biology The study of populations is referred to as demography. The characteristics of populations usually studied are size, density and growth rate. Important

More information

Imagine this: If you create a hundred tasks and leave their default constraints

Imagine this: If you create a hundred tasks and leave their default constraints Chapter 6 Timing Is Everything In This Chapter Discovering how dependency links affect timing Reviewing the different kinds of dependency relationships Allowing for lag and lead time Creating dependency

More information

May 2 nd May 6 th. Unit 9: Working with Equations & Functions

May 2 nd May 6 th. Unit 9: Working with Equations & Functions Algebra I May 2 nd May 6 th Unit 9: Working with Equations & Functions Jump Start Directions: Identify the type of function that each table appears to represent (e.g., quadratic, linear, exponential, square

More information

What is organic farming?

What is organic farming? Vietnam Farmers Union What is organic farming? Ha noi, January 2016 1 What is organic farming? Organic farming is not use: - Chemical fertilizer or human manure. - Herbicide and pesticides that harmful

More information

Adaptations and Food Webs

Adaptations and Food Webs Fourth Grade Science Assessments page 1 of 10 Adaptations and Food Webs (Life Science) Academic Standard: TLW explain how variations in physical characteristics can give organisms an advantage and how

More information

Table of Contents. Introduction to PSSA Finish Line Science UNIT 1 The Nature of Science UNIT 2 Biological Sciences...

Table of Contents. Introduction to PSSA Finish Line Science UNIT 1 The Nature of Science UNIT 2 Biological Sciences... Table of Contents Introduction to PSSA Finish Line Science 4........................ 5 UNIT 1 The Nature of Science................................... 7 Lesson 1 Reasoning in Science [S4.A.1.1.1, 2].................................

More information

GRACE: Tracking Water from Space. Groundwater Storage Changes in California s Central Valley Data Analysis Protocol for Excel: PC

GRACE: Tracking Water from Space. Groundwater Storage Changes in California s Central Valley Data Analysis Protocol for Excel: PC Groundwater Storage Changes in California s Central Valley Data Analysis Protocol for Excel: PC 2007-10 Before GRACE it was very difficult to estimate how the total volumes of groundwater are changing.

More information

Chapter 23: The Economics of Resources Lesson Plan

Chapter 23: The Economics of Resources Lesson Plan Lesson Plan Growth Models for Biological Population How Long Can a Nonrenewable Resource Last? For All Practical Purposes Mathematical Literacy in Today s World, 9th ed. Radioactive Decay Sustaining Renewable

More information

Biology 2201 Populations. Unit 4

Biology 2201 Populations. Unit 4 Biology 2201 Populations Unit 4 Population Growth The study of populations is referred to as demography. The characteristics of populations usually studied are size, density and growth rate. A population

More information

ANSWER KEY - Ecology Review Packet

ANSWER KEY - Ecology Review Packet ANSWER KEY - Ecology Review Packet OBJECTIVE 1: Ecosystem Structure 1. What is the definition of an abiotic factor? Give one example. A nonliving part of an ecosystem. Example: water 2. What is the definition

More information

Five Major Threats to Biodiversity in Ecosystems

Five Major Threats to Biodiversity in Ecosystems Five Major Threats to Biodiversity in Ecosystems Ecosystems around the world are home to an astounding number of organisms. Scientists predict that there are at least 8.7 million different species of plants,

More information

GENERATING HEAT. introduction. materials. procedure. Vocabulary: carbon dioxide (CO 2

GENERATING HEAT. introduction. materials. procedure. Vocabulary: carbon dioxide (CO 2 GENERATING HEAT introduction Carbon dioxide ( ) is the primary greenhouse gas contributing to global climate change. A greenhouse gas is a gas that absorbs the sunlight that is reflected back towards space

More information

Ecology is the study of interactions among organisms and between organisms and their physical environment

Ecology is the study of interactions among organisms and between organisms and their physical environment Chapter 3 and 4 Study Guide Ecology is the study of interactions among organisms and between organisms and their physical environment This includes both biotic and abiotic factors- biotic factors are living

More information

Section 3: Land Management and Conservation

Section 3: Land Management and Conservation Section 3: Land Management and Conservation Preview Classroom Catalyst Objectives Land Management Farmlands Rangelands Problems on the Range Maintaining the Range Forest Lands Section 3: Land Management

More information

dn = B - D dt Population Size Calculation Per Capita Population Parameters Models predict patterns of population growth

dn = B - D dt Population Size Calculation Per Capita Population Parameters Models predict patterns of population growth Models predict patterns of population growth Population sizes fluctuate as new individuals are Assuming immigration and emigration rates are equal, a born or immigrate and die or emigrate. Population Size

More information

Thus, there are two points to keep in mind when analyzing risk:

Thus, there are two points to keep in mind when analyzing risk: One-Minute Spotlight WHAT IS RISK? Uncertainty about a situation can often indicate risk, which is the possibility of loss, damage, or any other undesirable event. Most people desire low risk, which would

More information

1. Contingency Table (Cross Tabulation Table)

1. Contingency Table (Cross Tabulation Table) II. Descriptive Statistics C. Bivariate Data In this section Contingency Table (Cross Tabulation Table) Box and Whisker Plot Line Graph Scatter Plot 1. Contingency Table (Cross Tabulation Table) Bivariate

More information

TERRA Environmental Research Institute

TERRA Environmental Research Institute TERRA Environmental Research Institute MATHEMATICS FCAT PRACTICE STRAND 5 Data Analysis and Probability Measures of Central Tendency Bar, Line, and Circle Graphs Stem-and-Leaf Plots Scatter and Box-and-Whisker

More information

Gush vs. Bore: A Look at the Statistics of Sampling

Gush vs. Bore: A Look at the Statistics of Sampling Gush vs. Bore: A Look at the Statistics of Sampling Open the Fathom file Random_Samples.ftm. Imagine that in a nation somewhere nearby, a presidential election will soon be held with two candidates named

More information

Rev Name Date

Rev Name Date Rev -- Name Date TI-84+ GC 4 Fractions, Decimals, Rational and Irrational Numbers Objectives: Convert decimals to fractions on the GC, where possible Use the nd function ANS to recall the previous GC result

More information

Chapter 2 Part 1B. Measures of Location. September 4, 2008

Chapter 2 Part 1B. Measures of Location. September 4, 2008 Chapter 2 Part 1B Measures of Location September 4, 2008 Class will meet in the Auditorium except for Tuesday, October 21 when we meet in 102a. Skill set you should have by the time we complete Chapter

More information

Algebra II: Strand 2. Linear Functions; Topic 4. Applications of Linear Programming; Task 2.4.1

Algebra II: Strand 2. Linear Functions; Topic 4. Applications of Linear Programming; Task 2.4.1 1 TASK 2.4.1: COTTON VS. CORN Solutions Suppose a farmer has 150 acres available for planting corn and cotton. The cotton seeds cost $3 per acre and the corn seeds cost $5 per acre. The total labor costs

More information

Carrying Capacity: A Primer

Carrying Capacity: A Primer Carrying Capacity: A Primer The following will seem overly pedantic to most ecologists and wildlife biologists. However, I have heard the term carrying capacity and its relative overgrazing used carelessly

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

Science Outline First Grade

Science Outline First Grade Science Outline First Grade FIRST QUARTER: Life Science (30%) Big Idea: Unity and Diversity and Biological Change Core Content for Assessment: SC-EP-3.4.1 SC-EP-3.4.2 SC-EP-3.4.3 SC-EP-3.4.4 SC-EP-3.5.1

More information

APES Review Questions #1. 1. What kind of feedback loop is demonstrated by predator-prey population growth? a. negative b.

APES Review Questions #1. 1. What kind of feedback loop is demonstrated by predator-prey population growth? a. negative b. APES Review Questions #1 1. What kind of feedback loop is demonstrated by predator-prey population growth? a. negative b. positive 2. What kind of feedback loop is demonstrated by human population growth?

More information

A general pattern of. Private Tribal Public Ownership in Idaho

A general pattern of. Private Tribal Public Ownership in Idaho WILD OPEN SPACES Rangelands are wild open spaces! Nearly half of Idaho is wild land called "rangeland." These huge areas of grasses, shrubs, wildflowers and scattered trees might seem empty, but they are

More information

Core Curriculum/Oklahoma AIMS Education Foundation

Core Curriculum/Oklahoma AIMS Education Foundation Topic Food chains Key Question How is energy passed along a food chain from link to link? Learning Goals Students will: 1. learn about the predator/prey relationship in a food chain, and 2. play a game

More information

Artificial Evolution. FIT3094 AI, A-Life and Virtual Environments Alan Dorin

Artificial Evolution. FIT3094 AI, A-Life and Virtual Environments Alan Dorin Artificial Evolution FIT3094 AI, A-Life and Virtual Environments Alan Dorin Copyrighted imagery used in the preparation of these lecture notes remains the property of the credited owners and is included

More information

The Food Web Game. Ohio Academic Content Standards Met:

The Food Web Game. Ohio Academic Content Standards Met: The Food Web Game Matt Steele Bowling Green State University steelem@bgnet.bgsu.edu Chip Harms Kenwood Elementary, Bowling Green City School District charms@bgcs.k12.oh.us Abstract: The Food Web Game uses

More information

SUMMER ECOLOGY OF THE PORCUPINE CARIBOU HERD

SUMMER ECOLOGY OF THE PORCUPINE CARIBOU HERD SUMMER ECOLOGY OF THE PORCUPINE CARIBOU HERD Report published by the Porcupine Caribou Management Board 2 nd Edition, March 2005 SUMMER ECOLOGY OF THE PORCUPINE CARIBOU HERD D. E. Russell and P. McNeil

More information

The Basics and Sorting in Excel

The Basics and Sorting in Excel The Basics and Sorting in Excel Work through this exercise to review formulas and sorting in Excel. Every journalist will deal with a budget at some point. For a budget story, typically we write about

More information

a. Use of fossil fuels b. Population Boom c. Improved Quality of Life d. Growth of Cities

a. Use of fossil fuels b. Population Boom c. Improved Quality of Life d. Growth of Cities Environmental Issues Final Exam Study Guide 1. What are some results of the Industrial Revolution? a. Use of fossil fuels b. Population Boom c. Improved Quality of Life d. Growth of Cities 2. List the

More information

Cambridge International Examinations Cambridge Ordinary Level

Cambridge International Examinations Cambridge Ordinary Level Cambridge International Examinations Cambridge Ordinary Level *0606218973* ENVIRONMENTAL MANAGEMENT 5014/11 Paper 1 October/November 2016 2 hours 15 minutes Candidates answer on the Question Paper. No

More information

Population Biology. Biology 2201 Unit IV

Population Biology. Biology 2201 Unit IV Population Biology Biology 2201 Unit IV Population Biology The study of populations is referred to as demography. The characteristics of populations usually studied are size, density and growth rate. Important

More information