ࡱ>  Lohy cbjbj ={{ޥ  d"  86!d" X6$':V'l'H( 56|)7@XXXXXXX$Z]'X >;E3 5>;>;'Xl'H( X~G~G~G>;Tl' H(X~G>;X~G~GuShF TH(q{?SWX0XS(^pA(^ TT8(^ Ui78~GS99Gi7i7i7'X'XDi7i7i7X>;>;>;>;(^i7i7i7i7i7i7i7i7i7  *: Growth Models Populations of people, animals, and items are growing all around us. By understanding how things grow, we can better understand what to expect in the future. In this chapter, we focus on time-dependant change. Linear (Algebraic) Growth Marco is a collector of antique soda bottles. His collection currently contains 437 bottles. Every year, he budgets enough money to buy 32 new bottles. Can we determine how many bottles will he have in 5 years, and how long will it take for his collection to reach 1000 bottles? While both of these questions you could probably solve without an equation or formal mathematics, we are going to formalize our approach to this problem to provide a means to answer more complicated questions. Suppose that Pn represents the number, or population, of bottles Marco has after n years. So P0 would represent the number of bottles now, P1 would represent the number of bottles after 1 year, P2 would represent the number of bottles after 2 years, and so on. We could describe how Marcos bottle collection is changing using: P0 = 437 Pn = Pn-1 + 32 This is called a recursive relationship. A recursive relationship is a formula which relates the next value in a sequence to the previous values. Here, the number of bottles in year n can be found by adding 32 to the number of bottles in the previous year, Pn-1. Using this relationship, we could calculate: P1 = P0 + 32 = 437 + 32 = 469 P2 = P1 + 32 = 469 + 32 = 501 P3 = P2 + 32 = 501 + 32 = 533 P4 = P3 + 32 = 533 + 32 = 565 P5 = P4 + 32 = 565 + 32 = 597 We have answered the question of how many bottles Marco will have in 5 years. However, solving how long it will take for his collection to reach 1000 bottles would require a lot more calculations. While recursive relationships are excellent for describing simply and cleanly how a quantity is changing, they are not convenient for making predictions or solving problems that stretch far into the future. For that, a closed or explicit form for the relationship is preferred. An explicit equation allows us to calculate Pn directly, without needing to know Pn-1. While you may already be able to guess the explicit equation, let us derive it from the recursive formula. We can do so by selectively not simplifying as we go: P1 = 437 + 32 = 437 + 1(32) P2 = P1 + 32 = 437 + 32 + 32 = 437 + 2(32) P3 = P2 + 32 = (437 + 2(32)) + 32 = 437 + 3(32) P4 = P3 + 32 = (437 + 3(32)) + 32 = 437 + 4(32) You can probably see the pattern now, and generalize that Pn = 437 + n(32) = 437 + 32n Using this equation, we can calculate how many bottles hell have after 5 years: P5 = 437 + 32(5) = 437 + 160 = 597 We can now also solve for when the collection will reach 1000 bottles by substituting in 1000 for Pn and solving for n 1000 = 437 + 32n 563 = 32n n = 563/32 = 17.59 So Marco will reach 1000 bottles in 18 years. In the previous example, Marcos collection grew by the same number of bottles every year. This constant change is the defining characteristic of linear growth. Plotting the values we calculated for Marcos collection, we can see the values form a straight line, the shape of linear growth. Linear Growth If a quantity starts at size P0 and grows by d every time period, then the quantity after n time periods can be determined using either of these relations: Recursive form: Pn = Pn-1 + d Explicit form: Pn = P0 + d n In this equation, d represents the common difference the amount that the population changes each time n increases by 1 Connection to prior learning slope and intercept You may recognize the common different, d, in our linear equation as slope. In fact, the entire explicit equation should look familiar it is the same linear equation you learned in algebra, probably stated as y = mx + b. In the standard algebraic equation y = mx + b, b was the y-intercept, or the y value when x was zero. In the form of the equation were using, we are using P0 to represent that initial amount. In the y = mx + b equation, recall that m was the slope. You might remember this as rise over run, or the change in y divided by the change in x. Either way, it represents the same thing as the common difference, d, we are using the amount the output Pn changes when the input n increases by 1. The equations y = mx + b and Pn = P0 + d n mean the same thing and can be used the same ways, were just writing it somewhat differently. Example 1 The population of elk in a national forest was measured to be 12,000 in 2003, and was measured again to be 15,000 in 2007. If the population continues to grow linearly at this rate, what will the elk population be in 2014? To begin, we need to define how were going to measure n. Remember that P0 is the population when n = 0, so we probably dont want to literally use the year 0. Since we already know the population in 2003, let us define n = 0 to be the year 2003. Then P0 = 12,000. Next we need to find d. Remember d is the growth per time period, in this case growth per year. Between the two measurements, the population grew by 15,000-12,000 = 3,000, but it took 2007-2003 = 4 years to grow that much. To find the growth per year, we can divide: 3000 elk / 4 years = 750 elk in 1 year. Alternatively, you can use the slope formula from algebra to determine the common difference, noting that the population is the output of the formula, and time is the input.  EMBED Equation.3  We can now write our equation in whichever form is preferred. Recursive form: P0 = 12,000 Pn = Pn-1 + 750 Explicit form: Pn = 12,000 + 750n To answer the question, we need to first note that the year 2014 will be n = 11, since 2014 is 11 years after 2003. The explicit form will be easier to use for this calculation: P11 = 12,000 + 750(11) = 20,250 elk Example 2 Gasoline consumption in the US has been increasing steadily. Consumption data from 1992 to 2004 is shown below. Find a model for this data, and use it to predict consumption in 2016. If the trend continues, when will consumption reach 200 billion gallons?  SHAPE \* MERGEFORMAT   Plotting this data, it appears to have an approximately linear relationship: While there are more advanced statistical techniques that can be used to find an equation to model the data, to get an idea of what is happening, we can find an equation by using two pieces of the data perhaps the data from 1993 and 2003. Letting n = 0 correspond with 1993 would give P0 = 111 billion gallons. To find d, we need to know how much the gas consumption increased each year, on average. From 1993 to 2003 the gas consumption increased from 111 billion gallons to 133 billion gallons, a total change of 133 111 = 22 billion gallons, over 10 years. This gives us an average change of 22 billion gallons / 10 year = 2.2 billion gallons per year. Equivalently,  EMBED Equation.3 billion gallons per year We can now write our equation in whichever form is preferred. Recursive form: P0 = 111 Pn = Pn-1 + 2.2 Explicit form: Pn = 111 + 2.2n Calculating values using the explicit form and plotting them with the original data shows how well our model fits the data. We can now use our model to make predictions about the future, assuming that the previous trend continues unchanged. To predict the gasoline consumption in 2016: n = 23 (2016 1993 = 23 years later) P23 = 111 + 2.2(23) = 161.6 Our model predicts that the US will consume 161.6 billion gallons of gasoline in 2016 if the current trend continues. To find when the consumption will reach 200 billion gallons, we would set Pn = 200, and solve for n: Pn = 200 Replace Pn with our model 111 + 2.2n = 200 Subtract 111 from both sides 2.2n = 89 Divide both sides by 2.2 n = 40.4545 This tells us that consumption will reach 200 billion about 40 years after 1993, which would be in the year 2033. Example 3 The cost, in dollars, of a gym membership for n months can be described by the explicit equation Pn = 70 + 30n. What does this equation tell us? The value for P0 in this equation is 70, so the initial starting cost is $70. This tells us that there must be an initiation or start-up fee of $70 to join the gym. The value for d in the equation is 30, so the cost increases by $30 each month. This tells us that the monthly membership fee for the gym is $30 a month. Try it Now 1 The number of stay-at-home fathers in Canada has been growing steadily. While the trend is not perfectly linear, it is fairly linear. Use the data from 1976 and 2010 to find an explicit formula for the number of stay-at-home fathers, then use it to predict the number if 2020.  SHAPE \* MERGEFORMAT  When good models go bad When using mathematical models to predict future behavior, it is important to keep in mind that very few trends will continue indefinitely. Example 4 Suppose a four year old boy is currently 39 inches tall, and you are told to expect him to grow 2.5 inches a year. We can set up a growth model, with n = 0 corresponding to 4 years old. Recursive form: P0 = 39 Pn = Pn-1 + 2.5 Explicit form: Pn = 39 + 2.5n So at 6 years old, we would expect him to be P2 = 39 + 2.5(2) = 44 inches tall Any mathematical model will break down eventually. Certainly, we shouldnt expect this boy to continue to grow at the same rate all his life. If he did, at age 50 he would be P46 = 39 + 2.5(46) = 154 inches tall = 12.8 feet tall! When using any mathematical model, we have to consider which inputs are reasonable to use. Whenever we extrapolate, or make predictions into the future, we are assuming the model will continue to be valid. Exponential (Geometric) Growth Suppose that every year, only 10% of the fish in a lake have surviving offspring. If there were 100 fish in the lake last year, there would now be 110 fish. If there were 1000 fish in the lake last year, there would now be 1100 fish. Absent any inhibiting factors, populations of people and animals tend to grow by a percent of the existing population each year. Suppose our lake began with 1000 fish, and 10% of the fish have surviving offspring each year. Since we start with 1000 fish, P0 = 1000. How do we calculate P1? The new population will be the old population, plus an additional 10%. Symbolically: P1 = P0 + 0.10P0 Notice this could be condensed to a shorter form by factoring: P1 = P0 + 0.10P0 = 1P0 + 0.10P0 = (1+ 0.10)P0 = 1.10P0 While 10% is the growth rate, 1.10 is the growth multiplier. Notice that 1.10 can be thought of as the original 100% plus an additional 10% For our fish population, P1 = 1.10(1000) = 1100 We could then calculate the population in later years: P2 = 1.10P1 = 1.10(1100) = 1210 P3 = 1.10P2 = 1.10(1210) = 1331 Notice that in the first year, the population grew by 100 fish, in the second year, the population grew by 110 fish, and in the third year the population grew by 121 fish. While there is a constant percentage growth, the actual increase in number of fish is increasing each year. Graphing these values we see that this growth doesnt quite appear linear. To get a better picture of how this percentage-based growth affects things, we need an explicit form, so we can quickly calculate values further out in the future. Like we did for the linear model, we will start building from the recursive equation: P1 = 1.10P0 = 1.10(1000) P2 = 1.10P1 = 1.10(1.10(1000)) = 1.102(1000) P3 = 1.10P2 = 1.10(1.102(1000)) = 1.103(1000) P4 = 1.10P3 = 1.10(1.103(1000)) = 1.104(1000) Observing a pattern, we can generalize the explicit form to be: Pn = 1.10n(1000), or equivalently, Pn = 1000(1.10n)  From this, we can quickly calculate the number of fish in 10, 20, or 30 years: P10 = 1.1010(1000) = 2594 P20 = 1.1020(1000) = 6727 P30 = 1.1030(1000) = 17449 Adding these values to our graph reveals a shape that is definitely not linear. If our fish population had been growing linearly, by 100 fish each year, the population would have only reached 4000 in 30 years compared to almost 18000 with this percent-based growth, called exponential growth. In exponential growth, the population grows proportional to the size of the population, so as the population gets larger, the same percent growth will yield a larger numeric growth. Exponential Growth If a quantity starts at size P0 and grows by R% (written as a decimal, r) every time period, then the quantity after n time periods can be determined using either of these relations: Recursive form: Pn = (1+r) Pn-1 Explicit form: Pn = (1+r)n P0 or equivalently, Pn = P0 (1+r)n We call r the growth rate. The term (1+r) is called the growth multiplier, or common ratio. Example 5 Between 2007 and 2008, Olympia, WA grew almost 3% to a population of 245 thousand people. If this growth rate was to continue, what would the population of Olympia be in 2014? As we did before, we first need to define what year will correspond to n = 0. Since we know the population in 2008, it would make sense to have 2008 correspond to n = 0, so P0 = 245,000. The year 2014 would then be n = 6. We know the growth rate is 3%, giving r = 0.03. Using the explicit form: P6 = (1+0.03)6 (245,000) = 1.19405(245,000) = 292,542.25 The model predicts that in 2014, Olympia would have a population of about 293 thousand people. Evaluating exponents on the calculator To evaluate expressions like (1.03)6, it will be easier to use a calculator than multiply 1.03 by itself six times. Most scientific calculators have a button for exponents. It is typically either labeled like: ^ , yx , or xy . To evaluate 1.036wed type 1.03 ^ 6, or 1.03 yx 6. Try it out - you should get an answer around 1.1940523. Try it Now 2 India is the second most populous country in the world, with a population in 2008 of about 1.14 billion people. The population is growing by about 1.34% each year. If this trend continues, what will Indias population grow to by 2020? Example 6 A friend is using the equation Pn = 4600(1.072)n to predict the annual tuition at a local college. She says the formula is based on years after 2010. What does this equation tell us? In the equation, P0 = 4600, which is the starting value of the tuition when n = 0. This tells us that the tuition in 2010 was $4,600. The growth multiplier is 1.072, so the growth rate is 0.072, or 7.2%. This tells us that the tuition is expected to grow by 7.2% each year. Putting this together, we could say that the tuition in 2010 was $4,600, and is expected to grow by 7.2% each year. Example 7 In 1990, the residential energy use in the US was responsible for 962 million metric tons of carbon dioxide emissions. By the year 2000, that number had risen to 1182 million metric tons. If the emissions grow exponentially and continue at the same rate, what will the emissions grow to by 2050? Similar to before, we will correspond n = 0 with 1990, as that is the year for the first piece of data we have. That will make P0 = 962 (million metric tons of CO2). In this problem, we are not given the growth rate, but instead are given that P10 = 1182. When n = 10, the explicit equation looks like: P10 = (1+r)10 P0 We know the value for P0, so we can put that into the equation: P10 = (1+r)10 962 We also know that P10 = 1182, so substituting that in, we get 1182 = (1+r)10 962 We can now solve this equation for the growth rate, r. Start by dividing by 962.  EMBED Equation.3  Take the 10th root of both sides  EMBED Equation.3  Subtract 1 from both sides  EMBED Equation.3  = 2.08% So if the emissions are growing exponentially, they are growing by about 2.08% per year. We can now predict the emissions in 2050 by finding P60 P60 = (1+0.0208)60 962 = 3308.4 million metric tons of CO2 in 2050 Rounding As a note on rounding, notice that if we had rounded the growth rate to 2.1%, our calculation for the emissions in 2050 would have been 3347. Rounding to 2% would have changed our result to 3156. A very small difference in the growth rates gets magnified greatly in exponential growth. For this reason, it is recommended to round the growth rate as little as possible. If you need to round, keep at least three significant digits - numbers after any leading zeros. So 0.4162 could be reasonably rounded to 0.416. A growth rate of 0.001027 could be reasonably rounded to 0.00103. Evaluating roots on the calculator In the previous example, we had to calculate the 10th root of a number. This is different than taking the basic square root, ". Many scientific calculators have a button for general roots. It is typically labeled like:  EMBED Equation.3  ,  EMBED Equation.3  , or  EMBED Equation.3  To evaluate the 3rd root of 8, for example, we d either type 3  EMBED Equation.3  8, or 8  EMBED Equation.3  3, depending on the calculator. Try it on yours to see which to use you should get an answer of 2. If your calculator does not have a general root button, all is not lost. You can instead use the property of exponents which states that  EMBED Equation.3 . So, to compute the 3rd root of 8, you could use your calculators exponent key to evaluate  EMBED Equation.3 . To do this, type: 8 yx ( 1 3 ) The parentheses tell the calculator to divide 1/3 before doing the exponent. Try it Now 3 The number of users on a social networking site was 45 thousand in February when they officially went public, and grew to 60 thousand by October. If the site is growing exponentially, and growth continues at the same rate, how many users should then expect two years after they went public? Example 8 Looking back at the last example, for the sake of comparison, what would the carbon emissions be in 2050 if emissions grow linearly at the same rate? Again we will get n = 0 correspond with 1990, giving P0 = 962. To find d, we could take the same approach as earlier, noting that the emissions increased by 220 million metric tons in 10 years, giving a common difference of 22 million metric tons each year. Alternatively, we could use an approach similar to that which we used to find the exponential equation. When n = 10, the explicit linear equation looks like: P10 = P0 + 10d We know the value for P0, so we can put that into the equation: P10 = 962 + 10d Since we know that P10 = 1182, substituting that in we get 1182 = 962 + 10d We can now solve this equation for the common difference, d. 1182 962 = 10d 220 = 10d d = 22 This tells us that if the emissions are changing linearly, they are growing by 22 million metric tons each year. Predicting the emissions in 2050, P60 = 962 + 22(60) = 2282 million metric tons. You will notice that this number is substantially smaller than the prediction from the exponential growth model. Calculating and plotting more values helps illustrate the differences. So how do we know which growth model to use when working with data? There are two approaches which should be used together whenever possible: Find more than two pieces of data. Plot the values, and look for a trend. Does the data appear to be changing like a line, or do the values appear to be curving upwards? Consider the factors contributing to the data. Are they things you would expect to change linearly or exponentially? For example, in the case of carbon emissions, we could expect that, absent other factors, they would be tied closely to population values, which tend to change exponentially. Solving Exponentials for Time: Logarithms Earlier, we found that since Olympia, WA had a population of 245 thousand in 2008 and had been growing at 3% per year, the population could be modeled by the equation Pn = (1+0.03)n (245,000), or equivalently, Pn = 245,000(1.03)n. Using this equation, we were able to predict the population in the future. Suppose we wanted to know when the population of Olympia would reach 400 thousand. Since we are looking for the year n when the population will be 400 thousand, we would need to solve the equation 400,000 = 245,000(1.03)n dividing both sides by 245,000 gives 1.6327 = 1.03n One approach to this problem would be to create a table of values, or to use technology to draw a graph to estimate the solution.  INCLUDEPICTURE "http://localhost/imathas/filter/graph/svgimg.php?sscr=-1.2%2C20.5%2C-25%2C450%2C1%2C50%2C1%2C1%2C50%2C550%2C300%2Cfunc%2C245*1.03%5Ex%2Cnull%2C0%2C0%2C%2C%2Cblack%2C1%2Cnone" \* MERGEFORMATINET  From the graph, we can estimate that the solution will be around 16 to 17 years after 2008 (2024 to 2025). This is pretty good, but wed really like to have an algebraic tool to answer this question. To do that, we need to introduce a new function that will undo exponentials, similar to how a square root undoes a square. For exponentials, the function we need is called a logarithm. It is the inverse of the exponential, meaning it undoes the exponential. While there is a whole family of logarithms with different bases, we will focus on the common log, which is based on the exponential 10x. Common Logarithm The common logarithm, written log(x), undoes the exponential 10x This means that log(10x) = x, and likewise 10log(x) = x This also means the statement 10a = b is equivalent to the statement log(b) = a log(x) is read as log of x, and means the logarithm of the value x. It is important to note that this is not multiplication  the log doesn t mean anything by itself, just like " doesn t mean anything by itself; it has to be applied to a number. Example 9 Evaluate each of the following a) log(100) b) log(1000) c) log(10000) d) log(1/100) e) log(1) a) log(100) can be written as log(102). Since the log undoes the exponential, log(102) = 2 b) log(1000) = log(103) = 3 c) log(10000) = log(104) = 4 d) Recall that  EMBED Equation.3 .  EMBED Equation.3  e) Recall that x0 = 1. log(1) = log(100) = 1 It is helpful to note that from the first three parts of the previous example that the number were taking the log of has to get 10 times bigger for the log to increase in value by 1. Of course, most numbers cannot be written as a nice simple power of 10. For those numbers, we can evaluate the log using a scientific calculator with a log button. Example 10 Evaluate log(300) Using a calculator, log(300) is approximately 2.477121 With an equation, just like we can add a number to both sides, multiply both sides by a number, or square both sides, we can also take the logarithm of both sides of the equation and end up with an equivalent equation. This will allow us to solve some simple equations. Example 11 a) Solve 10x = 1000 b) Solve 10x = 30 c) Solve 2(10x) = 8 a) Taking the log of both sides gives log(10x) = log(1000) Since the log undoes the exponential, log(10x) = x. Similarly log(1000) = log(103) = 3. The equation simplifies then to x = 3. b) Taking the log of both sides gives log(10x) = log(3). On the left side, log(10x) = x, so x = log(3). We can approximate this value with a calculator. x H" 0.477 c) Here we would first want to isolate the exponential by dividing both sides of the equation by 2, giving 10x= 4. Now we can take the log of both sides, giving log(10x) = log(4), which simplifies to x = log(4) H" 0.602 This approach allows us to solve exponential equations with powers of 10, but what about problems like 2 = 1.03n from earlier, which have a base of 1.03? For that, we need the exponent property for logs. Properties of Logs: Exponent Property  EMBED Equation.3  To show why this is true, we offer a proof. Since the logarithm and exponential undo each other,  EMBED Equation.3 . So  EMBED Equation.3  Utilizing the exponential rule that states  EMBED Equation.3 ,  EMBED Equation.3  So then  EMBED Equation.3  Again utilizing the property that the log undoes the exponential on the right side yields the result  EMBED Equation.3  Example 12 Rewrite log(25) using the exponent property for logs log(25) = log(52) = 2log(5) This property will finally allow us to answer our original question. Solving exponential equations with logarithms Isolate the exponential. In other words, get it by itself on one side of the equation. This usually involves dividing by a number multiplying it. Take the log of both sides of the equation. Use the exponent property of logs to rewrite the exponential with the variable exponent multiplying the logarithm. Divide as needed to solve for the variable. Example 13 If Olympia is growing according to the equation, Pn = 245(1.03)n, where n is years after 2008, and the population is measured in thousands. Find when the population will be 400 thousand. We need to solve the equation 400 = 245(1.03)n Begin by dividing both sides by 245 to isolate the exponential 1.633 = 1.03n Now take the log of both sides log(1.633) = log(1.03n) Use the exponent property of logs on the right side log(1.633)= n log(1.03) Now we can divide by log(1.03)  EMBED Equation.3  We can approximate this value on a calculator n H" 16.591 Alternatively, after applying the exponent property of logs on the right side, we could have evaluated the logarithms to decimal approximations and completed our calculations using those approximations, as youll see in the next example. While the final answer may come out slightly differently, as long as we keep enough significant values during calculation, our answer will be close enough for most purposes. Example 14 Polluted water is passed through a series of filters. Each filter removes 90% of the remaining impurities from the water. If you have 10 million particles of pollutant per gallon originally, how many filters would the water need to be passed through to reduce the pollutant to 500 particles per gallon? In this problem, our population is the number of particles of pollutant per gallon. The initial pollutant is 10 million particles per gallon, so P0 = 10,000,000. Instead of changing with time, the pollutant changes with the number of filters, so n will represent the number of filters the water passes through. Also, since the amount of pollutant is decreasing with each filter instead of increasing, our growth rate will be negative, indicating that the population is decreasing instead of increasing, so r = -0.90. We can then write the explicit equation for the pollutant: Pn = 10,000,000(1 0.90)n = 10,000,000(0.10)n To solve the question of how many filters are needed to lower the pollutant to 500 particles per gallon, we can set Pn equal to 500, and solve for n. 500 = 10,000,000(0.10)n Divide both sides by 10,000,000 0.00005 = 0.10n Take the log of both sides log(0.00005) = log(0.10n) Use the exponent property of logs on the right side log(0.00005) = n log(0.10) Evaluate the logarithms to a decimal approximation -4.301 = n (-1) Divide by -1, the value multiplying n 4.301 = n It would take about 4.301 filters. Of course, since we probably cant install 0.3 filters, we would need to use 5 filters to bring the pollutant below the desired level. Try it Now 4 India had a population in 2008 of about 1.14 billion people. The population is growing by about 1.34% each year. If this trend continues, when will Indias population reach 1.2 billion? Logistic Growth In our basic exponential growth scenario, we had a recursive equation of the form Pn = Pn-1 + r Pn-1 In a confined environment, however, the growth rate may not remain constant. In a lake, for example, there is some maximum sustainable population of fish, also called a carrying capacity. Carrying Capacity The carrying capacity, or maximum sustainable population, is the largest population that an environment can support. For our fish, the carrying capacity is the largest population that the resources in the lake can sustain. If the population in the lake is far below the carrying capacity, then we would expect the population will grow essentially exponentially. However, as the population approaches the carrying capacity, there will be a scarcity of food and space available, and the growth rate will decrease. If the population exceeds the carrying capacity, there wont be enough resources to sustain all the fish and there will be a negative growth rate, causing the population to decrease back to the carrying capacity. If the carrying capacity was 5000, the growth rate might vary something like that in the graph shown. Note that this is a linear equation with intercept at 0.1 and slope  EMBED Equation.3 , sowe could write an equation for this adjusted growth rate as: radjusted =  EMBED Equation.3  Substituting this in to our original exponential growth model for r gives  EMBED Equation.3  Logistic Growth If a population is growing in a constrained environment with carrying capacity K, and absent constraint would grow exponentially with growth rate r, then the population behavior can be described by the logistic growth model:  EMBED Equation.3  Unlike linear and exponential growth, logistic growth behaves differently if the populations grow steadily throughout the year or if they have one breeding time per year. The recursive formula provided above models generational growth, where there is one breeding time per year (or, at least a finite number); there is no explicit formula for this type of logistic growth. Example 15 A forest is currently home to a population of 200 rabbits. The forest is estimated to be able to sustain a population of 2000 rabbits. Absent any restrictions, the rabbits would grow by 50% per year. Predict the future population using the logistic growth model. Modeling this with a logistic growth model, r = 0.50, K = 2000, and P0 = 200. Calculating the next year:  EMBED Equation.3  We can use this to calculate the following year:  EMBED Equation.3  A calculator was used to compute several more values:  SHAPE \* MERGEFORMAT   Plotting these values, we can see that the population starts to increase faster and the graph curves upwards during the first few years, like exponential growth, but then the growth slows down as the population approaches the carrying capacity. Example 16 On an island that can support a population of 1000 lizards, there is currently a population of 600. These lizards have a lot of offspring and not a lot of natural predators, so have very high growth rate, around 150%. Calculating out the next couple generations:  EMBED Equation.3   EMBED Equation.3  Interestingly, even though the factor that limits the growth rate slowed the growth a lot, the population still overshot the carrying capacity. We would expect the population to decline the next year.  EMBED Equation.3  Calculating out a few more years and plotting the results, we see the population wavers above and below the carrying capacity, but eventually settles down, leaving a steady population near the carrying capacity. Try it Now 5 A field currently contains 20 mint plants. Absent constraints, the number of plants would increase by 70% each year, but the field can only support a maximum population of 300 plants. Use the logistic model to predict the population in the next three years. Example 17 On a neighboring island to the one from the previous example, there is another population of lizards, but the growth rate is even higher about 205%. Calculating out several generations and plotting the results, we get a surprise: the population seems to be oscillating between two values, a pattern called a 2-cycle. While it would be tempting to treat this only as a strange side effect of mathematics, this has actually been observed in nature. Researchers from the University of California observed a stable 2-cycle in a lizard population in California. Taking this even further, we get more and more extreme behaviors as the growth rate increases higher. It is possible to get stable 4-cycles, 8-cycles, and higher. Quickly, though, the behavior approaches chaos (remember the movie Jurassic Park?).  Try it Now Answers 1. Letting n = 0 correspond with 1976, then P0 = 20,610. From 1976 to 2010 the number of stay-at-home fathers increased by 53,555 20,610 = 32,945 This happened over 34 years, giving a common different d of 32,945 / 34 = 969. Pn = 20,610 + 969n Predicting for 2020, we use n = 44 P44 = 20,610 + 969(44) = 63,256 stay-at-home fathers in 2020. 2. Using n = 0 corresponding with 2008, P12 = (1+0.0134)12 (1.14) = about 1.337 billion people in 2020 3. Here we will measure n in months rather than years, with n = 0 corresponding to the February when they went public. This gives P0 = 45 thousand. October is 8 months later, so P8 = 60. P8 = (1+r)8 P0 60 = (1+r)8 45  EMBED Equation.3   EMBED Equation.3   EMBED Equation.3 , or 3.66% The general explicit equation is Pn = (1.0366)n 45 Predicting 24 months (2 years) after they went public: P24 = (1.0366)24 45 = 106.63 thousand users. 4. 1.14(1.0134)n = 1.2. n = 3.853, which is during 2011 5.  EMBED Equation.3  P2 = 54 P3 = 85 Exercises Skills Marko currently has 20 tulips in his yard. Each year he plants 5 more. Write a recursive formula for the number of tulips Marko has Write an explicit formula for the number of tulips Marko has Pam is a Disc Jockey. Every week she buys 3 new albums to keep her collection current. She currently owns 450 albums. Write a recursive formula for the number of albums Pam has Write an explicit formula for the number of albums Pam has A stores sales (in thousands of dollars) grow according to the recursive rule Pn=Pn-1 + 15, with initial population P0=40. Calculate P1 and P2 Find an explicit formula for Pn Use your formula to predict the stores sales in 10 years When will the stores sales exceed $100,000? The number of houses in a town has been growing according to the recursive rule Pn=Pn-1 + 30, with initial population P0=200. Calculate P1 and P2 Find an explicit formula for Pn Use your formula to predict the number of houses in 10 years When will the number of houses reach 400 houses? A population of beetles is growing according to a linear growth model. The initial population (week 0) was P0=3, and the population after 8 weeks is P8=67. Find an explicit formula for the beetle population in week n After how many weeks will the beetle population reach 187? The number of streetlights in a town is growing linearly. Four months ago (n = 0) there were 130 lights. Now (n = 4) there are 146 lights. If this trend continues, Find an explicit formula for the number of lights in month n How many months will it take to reach 200 lights? Tacoma's population in 2000 was about 200 thousand, and had been growing by about 9% each year. Write a recursive formula for the population of Tacoma Write an explicit formula for the population of Tacoma If this trend continues, what will Tacoma's population be in 2016? When does this model predict Tacomas population to exceed 400 thousand? Portland's population in 2007 was about 568 thousand, and had been growing by about 1.1% each year. Write a recursive formula for the population of Portland Write an explicit formula for the population of Portland If this trend continues, what will Portland's population be in 2016? If this trend continues, when will Portlands population reach 700 thousand? Diseases tend to spread according to the exponential growth model. In the early days of AIDS, the growth rate was around 190%. In 1983, about 1700 people in the U.S. died of AIDS. If the trend had continued unchecked, how many people would have died from AIDS in 2005? The population of the world in 1987 was 5 billion and the annual growth rate was estimated at 2 percent per year. Assuming that the world population follows an exponential growth model, find the projected world population in 2015. A bacteria culture is started with 300 bacteria. After 4 hours, the population has grown to 500 bacteria. If the population grows exponentially, Write a recursive formula for the number of bacteria Write an explicit formula for the number of bacteria If this trend continues, how many bacteria will there be in 1 day? How long does it take for the culture to triple in size? A native wolf species has been reintroduced into a national forest. Originally 200 wolves were transplanted. After 3 years, the population had grown to 270 wolves. If the population grows exponentially, Write a recursive formula for the number of wolves Write an explicit formula for the number of wolves If this trend continues, how many wolves will there be in 10 years? If this trend continues, how long will it take the population to grow to 1000 wolves? One hundred trout are seeded into a lake. Absent constraint, their population will grow by 70% a year. The lake can sustain a maximum of 2000 trout. Using the logistic growth model, Write a recursive formula for the number of trout Calculate the number of trout after 1 year and after 2 years. Ten blackberry plants started growing in my yard. Absent constraint, blackberries will spread by 200% a month. My yard can only sustain about 50 plants. Using the logistic growth model, Write a recursive formula for the number of blackberry plants in my yard Calculate the number of plants after 1, 2, and 3 months In 1968, the U.S. minimum wage was $1.60 per hour. In 1976, the minimum wage was $2.30 per hour. Assume the minimum wage grows according to an exponential model where n represents the time in years after 1960. Find an explicit formula for the minimum wage. What does the model predict for the minimum wage in 1960? If the minimum wage was $5.15 in 1996, is this above, below or equal to what the model predicts? Concepts The population of a small town can be described by the equation Pn = 4000 + 70n, where n is the number of years after 2005. Explain in words what this equation tells us about how the population is changing. The population of a small town can be described by the equation Pn = 4000(1.04)n, where n is the number of years after 2005. Explain in words what this equation tells us about how the population is changing. Exploration Most of the examples in the text examined growing quantities, but linear and exponential equations can also describe decreasing quantities, as the next few problems will explore. A new truck costs $32,000. The cars value will depreciate over time, which means it will lose value. For tax purposes, depreciation is usually calculated linearly. If the truck is worth $24,500 after three years, write an explicit formula for the value of the car after n years. Inflation causes things to cost more, and for our money to buy less (hence your grandparents saying "In my day, you could buy a cup of coffee for a nickel"). Suppose inflation decreases the value of money by 5% each year. In other words, if you have $1 this year, next year it will only buy you $0.95 worth of stuff. How much will $100 buy you in 20 years? Suppose that you have a bowl of 500 M&M candies, and each day you eat of the candies you have. Is the number of candies left changing linearly or exponentially? Write an equation to model the number of candies left after n days. A warm object in a cooler room will decrease in temperature exponentially, approaching the room temperature according to the formula  EMBED Equation.DSMT4  where Tn is the temperature after n minutes, r is the rate at which temperature is changing, a is a constant, and Tr is the temperature of the room. Forensic investigators can use this to predict the time of death of a homicide victim. Suppose that when a body was discovered (n = 0) it was 85 degrees. After 20 minutes, the temperature was measured again to be 80 degrees. The body was in a 70 degree room. Use the given information with the formula provided to find a formula for the temperature of the body. When did the victim die, if the body started at 98.6 degrees? Recursive equations can be very handy for modeling complicated situations for which explicit equations would be hard to interpret. As an example, consider a lake in which 2000 fish currently reside. The fish population grows by 10% each year, but every year 100 fish are harvested from the lake by people fishing. Write a recursive equation for the number of fish in the lake after n years. Calculate the population after 1 and 2 years. Does the population appear to be increasing or decreasing? What is the maximum number of fish that could be harvested each year without causing the fish population to decrease in the long run? The number of Starbucks stores grew after first opened. The number of stores from 1990-2007, as reported on their corporate website, is shown below. Carefully plot the data. Does is appear to be changing linearly or exponentially? Try finding an equation to model the data by picking two points to work from. How well does the equation model the data? Try using an equation of the form  EMBED Equation.DSMT4 , where k is a constant, to model the data. This type of model is called a Power model. Compare your results to the results from part b. YearNumber of Starbucks storesYearNumber of Starbucks stores19908419992498199111620003501199216520014709199327220025886199442520037225199567720048569199610152005102411997141220061244019981886200715756 Thomas Malthus was an economist who put forth the principle that population grows based on an exponential growth model, while food and resources grow based on a linear growth model. Based on this, Malthus predicted that eventually demand for food and resources would out outgrow supply, with doom-and-gloom consequences. Do some research about Malthus to answer these questions. What societal changes did Malthus propose to avoid the doom-and-gloom outcome he was predicting? Why do you think his predictions did not occur? What are the similarities and differences between Malthus's theory and the logistic growth model?  http://www.bts.gov/publications/national_transportation_statistics/2005/html/table_04_10.html   HYPERLINK "http://www.fira.ca/article.php?id=140" \t "_self" http://www.fira.ca/article.php?id=140  http://www.eia.doe.gov/oiaf/1605/ggrpt/carbon.html   = > J L M y { | : < = D F G J L M O U V g }   Y [ \ ^ hhXrT5 hhXrT hXrT6H* hXrT6hhXrT6H*hhXrT6hu4hG) h@hXrThXrTL  9 : D U V ./  .\gd9gdgd@gd@FI%<>?@bdeg -.01467?BMNPS\]^acdmp /@klnoqhu4 h9hXrThhXrT6H*hNhXrT5 hXrT6hXrT hXrT6H*hhXrT6P\l  &9:hi=>N^_gdo)|gdo)|gdaH#gdgd9  $%&'NPQTVWY\]_npqtvxz{|},-4ù˱˱âҢғҢҌ ho)|ho)|hHho)|5 ho)|6H* ho)|6hho)|6H*hho)|6haH#ho)|6H*haH#ho)|6 haH#ho)|ho)|hu4h_hXrT6jhXrTUmHnHu hXrT6 h9hXrThXrT7_n~-z{}uv"gdl0gdl0gd_"gdo)|gdo)|gdaH#gdo)|4>UVnrw 2<>?HI\]ijKLfg!"%')+,-./ hkhXrThho)|6H*hho)|6 ho)|ho)| ho)|6H*haH#ho)|6H*haH#ho)|6 hXrT6hho)|hXrT6 ho)|6ho)|hXrT@[\|}vw "lmuv öhjhXrT0JU hkhXrThhXrT6H* hPzhXrTjhD1;hl0EHUjR hl0UVjhl0Uhl0 hXrT6H*hhXrT6 hXrT6hXrT hl0hl0 hl0hXrT8v"# ) + y l!m!!!##$#%#"gd7Mgdl0"gdl0 $ % & ' ( ) * + w x m!u!v!!!!!!!" ##%#&#9#:#;#<#U##########ʿʦʿʿ~wp~fhhXrT6H* hPzhXrT hXrT6H*hhXrT6jhD1;h7MEHUjӹR h7MUVjh7MU hXrT6 h7M6H*hh7M6 h7M6h7M h<hXrThXrTjh7MUmHnHuj7hl0Ujhl0UmHnHtHujhl0Uhl0(%#U#V##########f$g$ % %1%O%P%%%-&R&&&&&&'''gd7M"gdl0"gd7M###########g$m$$$ % %%1%3%4%5%%&&&&*&+&-&.&/&@&A&B&[&\&&&&&%'&'('6'H'`'a'''''''''''»»»ҴhhG)6H*hhG)6 hG)6hPhG)h7M hh h6H* h6 hw6H*hwh hXrT6 hkhXrThXrT hXrT6H*hhXrT6H*hhXrT69''('2'''m(n( ) ) ))2*3*P*Q*i****+x+y++"gd/gd/gdL & F 0^`0gdiTgdrgdrgdr"gdG)gdPgd7M''''|(}() ) )_)`))1*2*3*4*K*L*M*N*O*P*Q***++w+y+++++++++++ǷǨ{sles hPzhXrT hXrT6H*hhXrT6 hKhXrT hXrT6h/ h/h/ h/hXrTh@hXrT hrhr hG)hrjhrUjhrUmHnHtHujhrUhrjhP0JUhG) hPhP hP6 hP6H*hhP6hP&+++++++ ,,;,^,_,-H-I-J-..9.//000000gd18gdkgd@gdLgdK"gd/++++++++++, , ,;,=,>,-----I-J---..8.9.//)0+0,0J0L0M0e0g000000000000000111 111111޹޲ޫާޣޜ hPzhXrTha"ho hChXrT hLhXrThKhXrT5 hKh/ hKhXrThKhXrTH* hkhXrThXrT hXrT6H*hhXrT6 hXrT6hhXrT6H*=111!1,1.101618191:1L1W1e1v1111426272>2@2A2V2X2Y2`2a2b2%3&3@3J3333334444444444444455 5!5#5$5%5)5+5-5.5557585B5D5E5F5 hXrTH* h2hXrThh$h&Z`jho UmHnHuho hXrT6h18hXrT5 h18hXrT hXrT6H*hhXrT6hXrTF0:1;11111142V2w2x2&33333344444+5[5555gd2 dgd18gd18F5J5Q5S5T5U5Y5[5]5^5e5g5h5r5t5u5v5z55555555555555555555556666666S6T6V6X6]6_6a6b6f6o6q6ϹϨ hXrT6H*h*Qtjhr,UmHnHu hr,hXrTh2hr,6H* h2hr, hr,6H*hhr,6hr,h2hXrT6H*ho hXrT6H*hhXrT6 hXrTH*hXrT h2hXrT8566S6T6o666677888888U9V9f9y9z99999:gdr,gd*Qtgd*Qtgd2q6s6x6z6|6}66666666667778888888888899f9h9i9o9p9r9t9w9x999999999999999ƿƎhaH#hr,6 hr,6hJh*Qt6H*haH#h*QtH*haH#h*Qt6H*haH#h*Qt6 haH#h*Qthr,h@haH# hXrT5h2hXrT5hhXrT6 hXrT6H* h2hXrThXrT hXrT6H*5999999999999999999::::$:': ;!;};;;;;;;;;;;;;;;;; <<<<<<ĽĪĪĦĪĦďĦċĞĄ hXrTH* hZ hXrThaH#hZ hXrT6 hXrT6H*hhXrT6hr, hXrT6 hr,hr, hr,hXrT h@h@hXrT h*Qt5 h*Qt6h*Qt hr,h*QthJhr,6H*haH#hr,6 haH#hr,haH#hr,6H*0:::':::;;;; <G<H<<<<<====F>G>H>I>J>K>gd4fygd4fygdZ "gdr,gdr,gd@<<H<_<<<<E==========================>>> > >*>3>;>E>F>G>J>E?F?Q?p?ҵҵҵ텁}hhJ@rh@-h4fyh4fyB*CJOJQJ^JnHphtH hBoh4fyh4fyH*ehr hBoh4fyH*ehrh4fyehrhBoh4fyehr hh4fy h4fyH*h4fyhr,hXrT hXrT6H*0K>X>E?F?G?Q? @ @@@"A#AAAAABBCCDDDZDmDnD"gd"gdr,gdr,"gdgdgdZ gdJ@rgdJ@rp?r?s???? @ @@@ @Y@Z@o@s@AAAAA^B_BBBOCQCRCsCtCCCCCCCDDD DDDDDĽ춲|tlhlhXrTH*hZ hXrT6 hh h6hhDhXrTH* hXrT6H*hhXrT6 hXrT6jhXrT0JUhXrT hr,hr, hr,hXrT hh@ hhhh6hJ@r h6H* hZ hh h6H*hh6*DDDDD/D1D2DYDZD\D^DdDeDfDhDiDlDmDnDDDDDDDDDDDDDDDDEEE'E(E)E*Eƾ㢞㾷ㆂwjj~hr,hEHUj>ŝR hUVhr,jhr,U hXrT6h4fy hlhXrTh hXrTH*hlhXrTH*hZ hXrT6 hXrT6H*hhXrT6 hhha"h6H*ha"h6hhXrTha"hXrT6H*ha"hXrT6 hXrT6H*)nDDDDENEEEE7F8F|F}F~FFGGHHHHJKKLLMgdJ@rgdgd4fygd4fygd"gdr,*E8E:ENEOEbEcEdEeEEEEEEEE2F4F6F7F8F:FL?LL㼦ߟߓiS*jh4h4EHUehr*j]h4h4EHUehr&j͝R h4UVehrh4h4H*hJ@r hh4fy*jh4h4EHUehr&j͝R h4UVehrhBoh4ehrh4h4ehr jh4UehrLL1M2MEMFMGMHM_MaMMMMMMMMMMMMMM4N5NgOhOqOrOO P PPPAPŸ~zvrkvd`\`\W\ hXrT6hXrTh hh hh^#h^#hhJ@rh4ehrh4H*ehr hBoh4H*ehrhBoh4ehrjwh4h4EHUjΝR h4UVh4h4H*jh4h4EHUjKΝR h4UVjh4Uh4h4fy"MMM4N5N6NCNgOhOrO P PQQQQQRRRQRbRcRRRR"gd"gd"gdr,gdgd^#gd^#gdgdJ@rAPCPDPMPUPVP/QYQwQQQQQQQQQQQQQQQRRRRRRRRRR(R*R,RQRUR`RbRRRRRRRRRRRRR߻ߩájh^#UmHnHu hlhXrThi hXrTH*hHhXrTH*hHh6ha"h6H*ha"h6 hXrT6hHhXrT6H*hHhXrT6 h6h h6hhXrT hXrT6H*hhXrT63RRWSXSSSBTCTDTTTUVVVyWzWWW XXXXY$Y%Ygd(gd@gd`  & Fgdigdl"gdr,RRSSWSXSZS\SSSBTCTDTTTVVVVVVyWzW|W}WWWWWWWWWWWWWXXXXX"Y#YYY{Z|Z}Z~Z\\\ƾհվհ՚հզՒՒզjh@Ujh(U h(6 h(6H*h(h(6H* hZ h( h(6H*hh(6h~F h@h(h@h(hJh^# hXrT6H*hhXrT6hh*#hXrTh4%YYZZ\\\\-]e]]]b_v__*`+````a3a4a5aabb"gd(gd(gd@gd(gd(gd(\\\\]]+],]C]D]H]I]Z]^]_]`]c]e]]]]]]]]]]]]]]]]]H^N^`_b_p_t_O`P```````````````a㥘jHh(hQEHUjƌS hQUVjh(Uh@hQ hNh( h(6 h(H*h(h(6H*h(h(6h(h(nHo(tHhMnHo(tH hI|h(8aaaaaaaa a,a-a3a5aRazaaaaabbbbbbbbbbcccdddd&d'd;deffffggghhgd("gdQgdQVeWe[e\eaecekeeefffffghgjggggggXhYhhhhhhhhhWiXijikilimiri޽ސwjjPh3h(EHUjuS h3h(EHUVh3h(EHjh3h(EHUj4Nh3h(UjtS h3h(UV h3h(jh3h(UhQh(6H* hQhQ hQ6h(hQh(6hQhQ6hQhQhQ6H*&hhhhh"ioiiiiijijjjjjjjjj%k&k'kUkgdKA"gdQgdQgd( gd(gdQgd(risiiiiiiiiiiiiiiiiiiijjjjijjj|j}j鸫雎ȁxh[ȁxKjzS h3h(EHUVjZh3h(EHUjyS h3h(EHUVh3h(EHjh3h(EHUjXhMh(EHUjxS hMh(EHUVjUhMh(EHUjwS hMh(EHUVh(jShMh(EHUjvS hMh(EHUVhMh(EHjhMh(EHU}j~jjjjjjjjjjjj$k%kUklllllllllllmm m m!mPmRmrmmmmmmmmmmmmmmmmºᮧ᠖݈~hQh(6H*hMnHo(tH h(6h~9h(6H* hZ h( h(6H*hh(6hp7h}ChKAo(hKAnHo(tHh(nHo(tH h(H*h@hQh(jh3h(EHUj\]h3h(EHU1UkkllllllmmmmBnnJoooooqqqqrrttgdp7"gdp7gdQgd( & Fgd}CmmmnnnnBnVnlnnnvnxnnnnnnFoHoJoLorotovoxozo|oooooppppcqqqqqqr*sgshs~hp76nHo(tHhp7nHo(tH hp7hp7hp7hMnHtHh@hQhQ6j_hQhQEHUjmȌS hQUVjhQUhM6nHo(tH h(6hMnHo(tHhMhQhQh(6H*h(-hsisysss6t@tmtntttutttuuu-u.u4u5uHuIuJuuuuuuuuu)v*vHv_v`vavcvevfvvvvvv¶ꭡ|qhMhMnHtHhM6nHo(tHhMhM6nHo(tHhMhMnHtHhM6H*nHo(tHhMnHo(tHhp7hp7nHo(tHhp76H*nHo(tHhp7nHtHhp76nHo(tH hp76hp7hp7nHo(tHhp76H*nHo(tH,tttuJuKuuuvHvvvw(w)wwwwwxxxxyygdZ4gd_gd@gd` gdp7gdp7gd("gdM"gdp7vvvvww&w'w(w)wmwnwwwwwwwwxxxxxyyyy y y yyyyyyyyyú~yr~kyc~khZ4hXrT6 hXrT6H* hZ hXrT hXrT6hhXrT6H*hhXrT6 h@hXrThXrT hZ hJhp7h~Fh(h hMnHo(tHh(nHo(tHhp7hMnHo(tHhp7nHo(tHhMhMnHo(tHhM6nHo(tHhMnHo(tHhMnHtH&yyyyyy`zazbz||}}}};~S~T~U~V~W~g~HIabcgd_gdE QgdE Qgd0gd0gdZ4yyyyyyyzz#zz{${8{a{{{d|||1}2}r}s}}}}}}}}}}}}}}}}}}/~3~4~5~:~;~<~O~휏 h0hXrTh0h06jdh0h0EHUj:؝R h0UV h06 hXrT6H*jtbh0h0EHUj&؝R h0UVjh0Ujh0UmHnHuh0h05h@h0 hXrT5hXrT hXrT60O~P~Q~R~S~T~W~~~~~~~~HIJ]^_`abc܀݀!*+8:;<=VXϽϪהύӆ~wplh%d hZ hXrT hXrT6H*hhXrT6 hE QhE Q hE QhXrThaH# hE Q5jjh0hE QEHUj|ڝR hE QUVjhE QUhE QhE Q5 hXrT6 hE Q6hE Qh@hXrTh0jh0Ujgh0hE QEHUjٝR hE QUV*cۀ܀݀_`xyÂ&'?WgdG"gdE QgdE Qgd_X^_`atuvw‚Â܂%&'(;skghmvLjhmvLUhE QhXrT5B*phh@ hE QhE Q hE QhXrThgUh0QjhE QUmHnHujthE QUjhE QUmHnHtHuj3qh0hE QEHUj۝R hE QUVjmh0hE QEHUjQ۝R hE QUVjhE QUhXrThE Q';<=>?@STUVWX#$%89:;<="#'()02345Lۼ۟ێ{wwpii\jh.h@0JU hX\hX\ hX\hXrThJh~F h@h@hX\h@h0Qj{h0hmvLEHUjܝR hmvLUVjh@UmHnHuhXrT hmvLhXrTjxh0hmvLEHUjܝR hmvLUVhmvLjhmvLUj'uh0hmvLEHUjxܝR hmvLUV$WX"#<=#'()4Έψz{|nopkgd"gdX\gdX\gdsagdX\gdX\gd@"gdE Q͈ψy{|klmpqklmnxyz{|~ϋыҋrsŒČƌ ,濻 hJ@r6hhr6H* hr6H*hhr6 hr6hJ@r hBhr hBh@h(hBhrjhJUmHnHu hhXrTjhkUmHnHuhJjhXrT0JUh@hX\hXrT2klmopqrstuvwxyz{|}~gdB & F @@^@`gdiTߋ";Œ,lm./@OggdBgdBgdB,.069<=?@klm"$%/1289:<>@HIJKOPcdefgh{|βέβέΛΐΛxje֝R h^#UVjKh^#h^#EHUj|֝R h^#UVjh^#Uh^#h^#6H* h^#H*h^#h^#6 h^#6H*hh^#6 h^#6h^# hJ@rhJ@r hJ@r6H* hJ@rH* hZ hJ@rhJ@r hJ@r6H*hhJ@r6,|}~ŽĎŎЎюҎԎ  ;JKUVtuvxyƿ浰ƿ氩楞{nid hBH* hB6jWh0hBEHUjR hBUVjhBUhB h~Fh~F h~F6 h~F6H*h~F h^#h^# h^#H*h^#h^#6H* h^#6H*hh^#6jhr,h^#EHUj֝R h^#UVh^#jh^#Ujہhr,h^#EHU'gՎ :;u8uv)degdX8^8gdX & FgdX & FgdXgd@gd@ gdJ@rgdBde‘ÑđUԒՒגڒےܒݒ 34r:;Ĕǔ)*վվվմմմհվվվմմմհըըդ՟՟ hXrT6h:hhXrTH*h hXrTH* hkH*hXhXrTH*hk hXhXrThzhXrT h@hXrThJ hrhBhB hBH* hB6 hX\hB=U5r@}`ϕЕ1h+gdY2gd & Fgd & Fgd & FgdX8^8gd & FgdXϕЕ +,/LlKϛ!":<֜םCDF(5Hrs+-.:;CD h@ hkSehkSe hkSe6H* hkSe6hhkSe6H*hhkSe6 h@hXrThkSehk6 hkSehkhkhkSehV$h@ hY2hXrThhXrT6?+,-./͗K"Wϛ ל gdX & FgdDqgdDqh^hgdDq & FgdDqgd & Fgd & Fgdh^hgd =ם؝ŞŸ CDEFG & FgdkSegd@ & FgdX & Fgdk & Fgdk8^8gdkgdX & FgdMq & FgdMqgdDq & FgdDqNOklѦҦc/!"8^8gdk & Fgdk & Fgdg^S & Fgdg^Sgdxa & Fgdxagd@ & FgdkSeh^hgdkSeOabjklЦѦҦBCZ[\]defШѨҨuy&' !"AKo~ѦѦᢙᢎjhg^S0JUh@ hhg^S hg^S6hkhg^S hxa6H*jhxahxaEHUjM hxaCJUVaJjhxaU hxa6 hxahXrThw/hXrT hkSehkSe hxahkSe hkSe6hkSehxa4"PQVqrw $IfgdJ4 $Ifgdk & FgdUQ & FgdUQ ®îĮŮͮήPQЯѯ&'=>TUVIJŲƲ˲$%&'(fg³óijĹĹĹĹĹĹĹĹĹĹ˵ hlh^# h^#0Jjh^#U h<h^#h^#jh^#0JUhJh]hTh@ CJaJ hTh@ hXrT hUQ6jhxahUQEHUjM hUQCJUVaJjhUQUhgUhUQ4>555 $Ifgdkkd $$Iflrp V''vZZ0644 la pyt@ 5, $Ifgdkkd$$Iflrp V''vZZ0644 la pyt@ $IfgdJ4 $IfgdJ4 $IfgdkůƯ>555 $Ifgdkkdܒ$$Iflrp V''vZZ0644 la pyt@ Ư˯Яѯ֯5, $Ifgdkkd$$Iflrp V''vZZ0644 la pyt@ $IfgdJ4֯گۯ $IfgdJ4 $Ifgdk>555 $Ifgdkkd$$Iflrp V''vZZ0644 la pyt@ 5, $Ifgdkkdv$$Iflrp V''vZZ0644 la pyt@ $IfgdJ4  $IfgdJ4 $Ifgdk>555 $IfgdkkdT$$Iflrp V''vZZ0644 la pyt@  &',5, $Ifgdkkd2$$Iflrp V''vZZ0644 la pyt@ $IfgdJ4,127= $IfgdJ4 $Ifgdk=>CHI>555 $Ifgdkkd$$Iflrp V''vZZ0644 la pyt@ INTUV50gdUQkd$$Iflrp V''vZZ0644 la pyt@ $IfgdJ4Vұ3cŲ%óL`````````````````aa & FgdJ & Fgd] & Fgd] http://users.rcn.com/jkimball.ma.ultranet/BiologyPages/P/Populations2.html  http://www.starbucks.com/aboutus/Company_Timeline.pdf retrieved May 2009      PAGE 196 Growth Models  PAGE 195 Growth Models  PAGE 173 David Lippman Creative Commons BY-SA  EMBED MSGraph.Chart.8 \s  Year92939495969798990001020304Consumption (billion of gallons)110111113116118119123125126128131133136  EMBED MSGraph.Chart.8 \s   EMBED MSGraph.Chart.8 \s  Year19761984199120002010Number of stay-at-home fathers20,61028,72543,53047,66553,555  EMBED MSGraph.Chart.8 \s   EMBED MSGraph.Chart.8 \s   EMBED MSGraph.Chart.8 \s   EMBED MSGraph.Chart.8 \s  n012345678910Pn200290414578784102212721503169018211902  EMBED MSGraph.Chart.8 \s   EMBED MSGraph.Chart.8 \s   EMBED MSGraph.Chart.8 \s   EMBED MSGraph.Chart.8 \s   EMBED MSGraph.Chart.8 \s  ij`L`M`N`````````````````````````````aaa7a8a9a:an?(Ͷ)((?v +b*-%j!jm 1&D>hO0!>`T (cbZI=gnewf93s;XPq`= ÷Uwo\",h;JW HTnG)C@J]ݲq զ6(CP^jj`6KQP,T>V[iLWTsCMR2:)t&P_1(U(!(sP Qjuǜb|dM({'U&]l_'FǮc'!| m|{h0O|a(OĸY%κ߻{~:lZ6 i#6Lf(Pb(UJ=bX&|(C|6)LI7cI1-erV9gؠO`هߒ]k{ }' }o3G }/2 }Ü2#Id?hAC?h 1~A-.@{EyQ$2۲댢 -ddgP}t=Ӟgbb冯E Zo-ϧlMרH:kQVlTZ,t#׋\? ,c^~shkFفr+1lGMy9F+ncCY5 ڮrfGE9(mPQbhۈ嘮DrQ1ʘv):/xѶLQ|ܧ8wYcAOl=ȰH--ﶌS$g<|/64FY2ֽCDxW}r\0V>gC&,-pog}]0-\1]ngGz{ӁG܁GΈ9pȹ$d4/c.qJ\fYwkFM6TCv"k5ƴ@Hs<&V.aL-ӹb:g~!Z]K/%ꮥRܵ',޿gpݣ3Up!&$?j=B; _)?0ʊBdEqổ0I|$LqO[zdD1/dRᵲe5wKt;[bʙ]hHIGwdiKCQ-o; q߸# 818RH)ܮ:)K e6N\Licik"=6嘻e֫^%PX֪VEU"-RX*5bƈ#SX\aqTA *lPaC R>rV3=ϞZ2~שgFq\9i؆(xEs4cKFEZZj#ju+".v-=ziEf/3PK6S)ivۤZGs:{ZG:ZG>:ZGq:[\Y7\~8~2+W~?gȢuEC4M -z Vv | /c|2+oT;gשGʼpre$&: HHHDC$s1uve׸(-fm-v{ۺuuvT bd QPZ9Bsn`~-[(w@觹=SiP}ZI /OIY[75`!@C._"a.^&nxZ]LTG>.˂d!JD7^'$5j,ZTEAKMHJC4VCJJ}hL }H[MՇ&4i 3sΎw"^rvf3s~f̝!_4T _]_[c0 c OYyRR>%H>3D_[_j6Q wXEBq \B$-f"VwF[7;(C䭸ey)fN<(y8tHgP~ll )_4),Yw #_#:TݛeLєٲjhi"OH8a:ƭʚ65QLaoRåd}V |D +f}m!#Ḟyzucr==.L!efjC{Hc+"u+"{x/+}c7vSHc"u"<ݞ>wiw~D.`~Dx!+}sAH 𶫱\:Wr6()7G|E>Ed le2ޥjK}ݖ1zB(亇>@ #yFA M*t29U8,l`^P >?< .Ut8hUZұAZO:ꈑ:btt&:žtT9x3Ezמ37ژ1Θl6w.sGPm2IeV*@*;}e. U AG˱*ss9Q y^h~˼}wF3}W3f]v: 1mÓ[-iNrh$J90Q7/Ke0}Gtq!"] M.yE 0889\{7ÃϧA;9z;9l0|a4{p<ߚFt2yoDx(C|=hn玛x|;屺,x]_(}[PdanZCsKeoho" 38#!: nsSw.sA`5>&|-A _N7s6g5ߤ Yb^CoY.$1dߣ xj&ټ4s*%&1 wǴ;˲MLbC/*Yюû7S]lȰR'Fw&Gf@q}O}-Þ͖%Xǖbpd\ܺIk<&6Ř[%.NK^bK%Tb%+QiNbkXz$/~ IlHbjJ\?=q'k~u'^t=_CEŢ b@F[6gDɱo#Is%2,1vRj"u^>}o_z* Kr)jgU%ֱOg]Ifc:[Zb4uN͛t9,dʺ3YC^~=!ds}~y'a1߱VYK++kVXiJVp뜘9aJrGxsN1zχp-afXgr$# ͑J2rȊ3Ksq;SQ^{"]Mm:6%X9elfc?>:z=lo"h `XE|r/-F0y/y `! u "@/5`7^& x͛lϽ 6*jMKHXd(CApTtN,$:nl #5F1%&Xe?E)l:c=="yzkTSˍ2u5-eզ˗%D2 QIi4&sE7f;T3-黂&]KZm~O2'=Jy^ziwA%:f6yj@M)s1eʨ<ޙY2<:MT\LmXA>3, ҐG_\r2 Z%h3倗~'AjZjv&;Nxny \MmR4NMk4dPI坶.>]m\Y={*-iX֣/Я$wr\t0LڼJ:n1i+[j/C2Jrv%oYfjw+3Wݍar>Ì飴[~|M?f77dZv,c=aCv5V}mf==cvIބ_d xZ{.U0Rqmestaɸ=@KО@QSL ـ-&eL&( G9358ɖluvu%排Af ;]I=M9n_uKu?b|}ׯoUu1/]~|?>}1>$Wᅨ{N^FbkTs(iܾ  \_b&8M|9σ0h*σϸ5>W/zR\~V_$袴O2a.==@#@YdxàHVy ڰk&~#y0 x v cxk~c~d~Kö)ls(#b4ws,33ךl?[G /Uۙ4.+ ?k@x\2H5W**+] r&gZu]PV` JOGk[ˈ~@>:5 T_ Wg?S` %P+aWBYa"SS,(u ebTlà(rUXck2~|Q= ]1Cu?6rZƸ_b1>>x(=P(|ߴq_wb16*P#P^mmZ8zCdfO@1B֣P>ic3>yx!cbEp!}M /ٗKqNHm!%?n/;#yFD[3"n Hf92 tB:g!ZOz}Hv  X<CzmWg!ux#P+oJ~ zll#WgV eZ+nkфmUf%^q[םV3:.r//8~4֚B7D[\7vtn,A\ӹNt> :/ l~.SSC ]4NKubzSW\xOzxjv6gG@b؎W[|u&P;)5PhoW&8M#YNNѼ<1iJ}bR^&P\N-o>}:qEs h!NC}%V~+В+)5R>7Y~_6P ͛e!-Mwrs $m2/C뇃J}{i+}6r8>::>ݢVVB?{ͽm ~Y5Vjoػ״3^?Dkt_U6[A=cn͊'v YY/Ըk.)ܹhȶQ2Nی+C;uwbǦz$]=c%Qh)KU\:it 7:z긾Ddj3Iv>Rv r $*^m)ʈH]P 'I;Wlؘz1^mV<_)'k25vdi݃ c-YhK ~˭G+}'|"ZK)==yҪعYRAoyGYO%VgYd2V[m6ҟe(aWꊸ]Fl~Y$σ9[rN/[ Z ߩ?w~ \Iʳm׬!| '4:ǝ Melgy][e%٩De] ۵Dzu"mJG4*2bIhD`(Avhn51i-Vkѝ FM]T74Fib7lԈw;o|O PN}w>U rRe 7y )s1@@[l-g &Zނ#yM߻yżK Xjih~1?f h1oKH)*޶;'3볨@'p'= iG=6 a N!9ONή6Jg{!^I LA؛W۹FS:הFks>J*w7N Stsy&-+{h;;Ї[ڜ${(IHx;l `Z  |~p|5|s.2H{b¿ET(љȤ%v4=Oz27sSkcl//^Z -<z "=C{T_>1jKJFi+F%pCFLy k}i)*5|nW=}V"L}˳ouN ?BٴE*8<Z w)v`d?h1zZ!f۹~rsB|]`j비Fٷz.MGjhvpHhN6fI@FJsO,rIT=֐cڍY/6۽(.Btv\+u߷+uSQ֭쌕B3BwF)qȮ7qeb}3eUW|Ȃ`(xvڑk}vZzkz =1'zonal5ÿm!gάi.N2'ޗɓۍ7>­ߵg&Grǧ^;g~ٶY[?j7~;fYLL"|޻kWNW}_<|btn$7 _}hϷY/- k AU6 nyZYx+ogGp`! H`v?N/($G*8^& x[}hӝ8b?R;Α.H"*mD,bV$[1"Pj Je HK(DMi`bMӸϔ37oƻul/tŻ}oޛyovwfe@ 2\_ x hZ׽/`_d? )pA$R%"(|P"ۗeW3 ځ@;.[Dfy@u6b4fŏ-=Dڟ uеMT,Q(;&eZ=*yV;j(Pyii \CQMH}Tv /רmmw" ,2rɔŦ]0 >Y3_w2{~Jͫ7x~eY/CVp}2 ŖsnlQq}R9lۏ67vN=أxs`mzj W(nw5\J^q^ ċH:s~š|M 呦]yXg4i^_Z1)qdی\zOۈ'ZVY:^Mam\ c#Swj|G;?sʧO}2wkn߯5SJjY?4_W4Sy/WUT+Par+7#!rJ>d[v#U!A:S&g74=~橍J{jMS3 -wNir\ˍCZ.hߡzێi-vSZ{+>W?yi{?2"Jl )m]H'~D\$Oyx}cQHD~DhY()Q"'Pz Q~>X>9"G/ Fz|B4JO!2/b q)Dz|EMEdb.~"uaآFP>H V · Eg=+%v=ɽ䡳/Όs^9RVMCDHOh:gHΙ:[5I]Cܦ' :C|Ry>y9$O7B|JOHnC1|v{MIiF>m^%̸\0`kQo>6˱u7o:-[`~9Ki/޷}G\{ߵb;%mǷ;ݽU?_66Hag9'w5j]n0z$}pkoۉ{A_$F20 ߹Unq0UZ߁6bw~^1cm2}3%y!ezȼ}Xߓdî4kYorqƃuQ5ŗw(O/:R"'E(?-*G<5}honΨh}A f~7Qe4u mrjITyD~-xwG{*|wx%36DKne -x{4кRmuJP&~CG{ >/#2˪y}XcQxS=oy#c_k{gM`!D 6Oը [a플6:^& x[oLݻPTNjV9솤]JVQ8؆"R!bҞ)_*"[U#Y= JU$TVDߛ}377rKlWk ;{~̛ݝ  T~JYmus-Œ?Ռ5 93vRReHX꺲?u`mԹ J!]T.d-mn *o<m]m9B ~A[ H\A^=U͗`Y*򫫫[?JjojSuWMX".QGmCm Ie*ommgy/'n'nCOfXNIks,Q5a$;z`}C EOWEv0sؓ/ [YP/{frC;~fotRpd3c"^rx8h acχ_P#z!> ̡G4&Ӛ|Z5y\kyM Mɗ4yRqKFEؖ}w. 9b >3xs J[*9mZs-mJ67굹hhhhhhIP@_k_p]:^/@3Jl8e : iaw椏"2G/Sln5^:^E|9H_&G9# {]N(ֈL>w7h qZ(;po˹Owy1Y}8 vY~M}8G>^V|2h2c§ U WA;福K>}\$o*>.rY1[$ w@; -~-sxب-^RmYHjѳ0Vz*+현 oh;EaywA)du8X#+K' >[8''2w' [|rsk3t,G6 /(Fl̥~}:\w+mL,\.,hĞO# }>95 Qfis'r'8l'_s.8|r>,gɹK#K9C 'OVEs't(8q BfgHNgg{SLc0w|@cvIIZgu)"ax>p/F}?畫: ʾXMr߿~E[Vtwn>^+ Eynԏ{&\Ycu,@0;1w+7}vΰC 6 2䪡}~,-.3XA 8$|S7¼װ|8DLV?WG%~0^[a·u12}?HsqcÄ3)$;NH "h~)SK h\{I7`Wp{ mDf:/s/gmT:[+k)ڠ+#[9OuFr1VW6b%5sl_e⥝ꪩMW3Dz[Ey%x }˶k5rt+-s/tX)-w.UqNC A*2^W3JP9\["(vX dWuقŶz{t{-hh_Ж㔰 51?BtձY ٜkwłR1Y~e۩*c .lVJchr|B-5X/;:|b~w+;Hf qK 1GiA (5bA38VKso)eujqSܨm⣚bU\zx36^uGҨX91By)~JRoi- ސ2$ːL* >5FPV=zB~U>4yB'4y&o͚YjZM^n˜fuߡ;4yB'4yR'5&|\Oi)M>g4yZ5&M.WePYL){ֶ=/\϶@2b fzSqρh}N/i=NX[+Qmmb?zTQ-vZF x˧́~.7e|}0/Bz^>_C A2|JlaO"qPC^ 0Ec Ƙh'c9ƤG?+I@x^~!ŏ#\@x^~1yK8 o8 cQ[ܾ۲BW բ˜7 DG]=I{V)=5}]Z 3~D6EBcv g}3q>kCCGFs.8Rۇ)1wG>5Q~3fH/x4e;gP 8A=ma}۷ѳu^Z'ľ_9IW܋}ңhKhWqO?~b|#9]o⿅Lf[P巜}g{,*Ȑk@޼P -.[Ao-,D5MV;cKM oE'!·m2}OkqϾ!JYٔn΃:9T7hu*} [b_!Ƶۚ{SuΠW(o#7y9kut1v˱ Z~^ym+bl: ŶaX*eVۖ糚VVLn-!9{s2?j T-ۮJ칮ҷ$WQGzYKU<n֪Yd#O(,Gd#ORJȇOC$~=ax׬r>'׸汮޳ǂS`ޭ,zBo[3[ٯUA}U>ÜG{Ο#PnWuho[OB!>O`BPƱ9O~,GCbmQ/rbwO{ [=~6jנ<˶Q@[dIQsf_([ !b*Oh&Ú|@hnMޭ[4y&oMaLWyR?offMެ5y&}|Hi&Oh&ɯiqM>'5&Ojr1oJ2ep}5/<\d[܇I؂k}^a6Oٞ{ eH>62h7/eec=C:C}l0h죈l}gqH}>@zxޔ}kD>RކqA{A>u/[z'Z\E7B䍼}LxxL>h'y~ƣx>eU=ຍP.|xE|y~xx$ w@{ g)dFhSS|8' W$,_t??8{A}]>/d,5b*FFSmRQ6j=qlc1ctױ\4F{1Df^4F~sYqޫm9gQ>+0R >c!=ۯ$3}8ϑ޻q{#94Ϋ7y#-ԁGzs99s/%o S̬a7ߖvFM~d/s9T-2^&VxV H/C\0K@9wtg'yt>ξ@[eE7:=՛ŏ X]?WyO}ϟded3U_Q(_ET/`l Ȑk52?Sl6r -aw;`(hM%M4Ջ}}B!2zǻƗ:Ǟ3Dٗ)W =I*#(C|,NO+;3uI]K>Wmb)&'΁3 gzB'xכY?U7eqdzOSh\-hߥtL+Z]v>ao˂1|Kiq!"⢀fE\*~EmuZzNK҃ߜ޲CHF_cbZzʣf3rDRme5NnrMnCrLnCvKnHsJ.j Z+uNgCrw9ȵMZt#:nۙ{LI0<~yǘ=U#7E%%3ӵ)1RWY2@߁6,dhW_1/\>y~U;l^|'S{2pgC+Z|"\t; a w񟍟%PcYVA$&$a]R+$dm603b~#5 ƑpVA9QsyFAF W9HLp9@nTc~,I 7}1~q}̹2ZX5hv)ONh.cUf;vz#AzG)>im.R_jOjE(t­5w0?-*^`!R!4̈*9uj^^&4% x lVWڰ9*q>O(>A(ȏ:]0V%Se A4EAt#M1,13[H) Ss}n L5s9}\G$b@?[FQZ2*] I8_18 QPPpo%4TDžH3@&N =(S)I q9]H£裚|Dߖ\Q> 9.j qe gB:3 B'<>e He!ODG. }xkd+4 J£z(~;d҃Ox}Tk ݸߍ/M@YM@itS$}T ѷ:%ɀOtE2Gm;>uIv; ]GG^ ~o=@Ozy~$;> GG }{e\}6QQՂ|lu.wIv*! j#$!} sl܎k(n4orvIE[!V£㛼7~M${UV(ϭ(Q>}KS O#<>nA>~w `cH ce0NxHJ_d}Aq쟘l5!} [j5y 7C$ pxsIv<! GG;ǓmS?)HIJGG?Ӽ>wY|gr͑QM+9%*! j£:o }{ %٧&o <>3 0_|'Az/'EչX['sKoGx|-qS[℮&J]Jst5Ʊr}>A y:gQ.D CX%(e?ٯ|-#< Q=)-NH.'nX\{tyN:5t*^* VֿӢ57,s?&@=_g_>s|ֿЯxyGT~41RF:2eTXSe\1z0J7mx=/p@;sa:Gk:j5StһewYnY.zr[n˞=ޮgًs;R7㱧1ܶo~[xthgvnVcϐ`ofe_kcugkK w r[AAÃvIcgMrSeC!B|_̹EO"w?\S|腵"n7vW? &u 86 o W}[~o 7 he>C kgm~PBIŵX}m'|ʼ3[~>VsDx ڧVZ%VzLA\۫5߆j}$ijљ܅J#7ܑeӴwBEזݢӼ21 -;/V6S=_L8}%=C[BJcNma;6,#ч~i?,иY5(PaÕ^״zɊ ǎ]]w:Z1; [ϴj v9dB1W7LG {vRxNpɢ8xFjqrS eK{tƌ J;XsFr]hmͣmh[=5y&Vj1>rF?V#xS#9 sx+@{aF+.Wa|aaaDmFw@9i^x èó{n;W<-9\pg->\pg-=\pgg-<\pg-r<\pg-;\𫂟uhp/~õYg:"g-9\+u䰬rkO>+qr< )LygnųľwT.]4)'ÿTXk_+qΚV9,Ԑ蔴Ơ3}G/$|q0"J%8i)79#gTv%ڷOGQe4P bFP(I<yL_Ag̽gGxA^7Rϒ%M /%?t+R[2DJsC\#bV!#W5Xb&:a + h{EBth\5n B:..E awEDƗ׷yѐ؂Q P!B:>ƌv`V_/,s|eZ$Z6:=@e?G5XXg]N e߲=rR >#f=}܉>qKѼS7P֣V,\ssx\٦O3l_xض ,y|9Abi!)R9).^}LFe󖳮x\&H=7i2ۺ;>veoWʾQkV*\eSP ='ɜcλɾiPe+{\;C*^eTNeRv;>7j AK/t?%}姯c.Ng'^Czi~MO~zZ lgݚ͹J- ۄgFr1K/B`(x,3*7malCxg}aǾO;3T867g`g'5TFhv]Wы_ pHW'>N&>G*3.!Is1å @dRKjfW!u@mD:' -JF!VR e,N^\ZCqk1B%BRF93Wc0mxZ ȏ)gѨN!bUm0~GvJ>k"vFFW}؇Wcn^J/?b(k?<o}׆zף#(XSW+Ctmq3M_|,XO%6>W"٦oҺCH12¸i1 Ʊ>.H_(C+`?O.e_VzXP5`H@!α-F0Q&L!w[ҕ5r>w7 <v)8ns&s] ~jQS)Y~Io+\wIk{gL޻F7z'Y󝼚o-wӈA~Z3BJp$cJ{o@c(Ke<65O񾭟}܌{3RzETYHk/; Ҟ}܍A-e(Q1i }{r3{^>|<yLLѷ,{#r~%u/)C|=]_/r~:K<2ï7}w`ىl{1_c11EU'@~R#M&OFx}<))ʶ[ +`"=})gDT>=d1?=%}"&x9H>~{+6E߅7`G~re6Ί3ݖi~"(|fO[xK?cޣ?G@B|R4ʢU*z$.!+DAM,C~S -GY~h yK3 [kz3x5gvș E9c`F:|ud9q2Xז,熇3њwy>s?BxWU`Pr;ynw)ߕͭJ@'[};rUW5UWl:B\zn-unqw4[![!s|iMyØGuZńb<֗_(=0<һAhJCE-|i0jm9#$;;HQgĦѺ>lZ yԖsu^wK5XônqW(ejq~MDy?uRYťm$_]57p'oY!3Ѝy3b]7j_kqoTc?DOFww)w{_+[.*TK?R-4lDkE[WXoVY_[xjhg_7I_Ef8X͑s+xk){%8'b!즮xT7{顼xX2=e둾e¢Z=ml)ۮ+MHZkr%gbmu-ۡu;b-HՏ)CuhmҡM:4uǹgs#EbBέ1.εuL5U8L)ztx s<<#8Rq/#vvm&gƻqe׺(:8QgFwv-E- #*٣0gљUl>lh4/^ZG3gW.:uiu^ZG^?¥~yetKkeXŖ:ʍYE-u+YZ(gW沴ѯu^9ZG9@?뼲n>n&zr@wwFH0,fnM\z'rMޒKJzσfgOa~ Js{{=issN N²,7V8}=;N㨼/8}CaQf-,_7R{!תz7P#| 7v  ߓ98!<'*nH7SZx&{:VL6 ?m[Gn`!< 뛨0%b^8Z8 )P  x[lU?_}2|'2-}}td]!t€)۠5}FЦPe).,nd\!DLH0nɖ@ȒmMtI{w{oox?~9{U*֞RNݞT(]hRo,0k?i^w>AxUJv5A=OB:]P?WJ=xS_?^}L2#܇M:ZHc$PR};cکl(h;JIޒ3]8C68̷ilQs+g^ܳO_L:^?*2N0rr/󝥹'FsFQ!O2gi/x4uǽ'%E0/ʈב\®9XYhb(j}(DZ :w% /Fn\mni[S^|5^< 6dug7uo75>>&Ox }?;??c|MϾɧ=sؗ\VC=[KU8iо}G"% =—a//V/5bY~k<ǜyrJq' Qw ܛX zMm;,x<Po(TS~['7c~c@_h׌C̯֚?[1Gdہ<@[Aَ[AyD{<*)A *ݐ ceA٭](|D8 mGAQPu"c<_D *Ɠu`O:F央Wd> *3=c,FOrF4|Q1}0'q0zt"c_Q1L`(`P:[1^Q1^jS` /)F_墮WWdWk d2ceWA2LEgoT|]4jjPtb-n}b<y.iZ2VuEU/ǰIH~@ x.shx`G[<,Эv;q-xmuق  O^ܼ O^w/ O^9˱7J,AJ9B} ax z5`W]>*8avv;(V9o/{6 oCx .;l/w%cd_g80]%iׯm`4qV5MBBۼsQ _&2齳3/A[Oy{zw%nUxm6F0a9ǂ! :{zzb05Xx_,O=VP5XzzLĵ};)^wI\yF#D-O߃5woNs h;~+QA;J"sKQI~_@ |HG׻"4c `{Mio(5u{x{ce>mF~ܮ(#J#pK48 ;c:bU1eg3Do+\+a]sl䒀oZݫ p?mIIc-@̪ϹdZbO!Z֣Y6RVmkefg]ZE}+,*ﺔ;!v̮39+;Wطl;gW==L.~{jn85o4향35݋n3h=?[lZkjg+gE};KZNncHo%WmQէss4b1hz ϡ=f٣hkpplȡY5@;Ys⭚S-Bp%2ΊZYŷkf5fJ7Dd b  c $A? ?3"`?2}y‹XFq˖]D;`!U}y‹XFq˖% S:d#xSAKA~6&qi.AbO*kҘ"xU]dH xP)%Pģx詧{ z_PjNM=t`v}o޼F([QT+aZF % ~i >@.д.4XfiUw~@kRc:I!`'« Z+>O)(loE *W57jբԕ;x%wق3YF1 pY?byC aNβ,ik_ FSz*@ f]"|])0ͺ६bRÌeJ1:}9,n3O[;JYO.*TH4LRQq|L1jnT<TW *I1rz cUݮUmGP%?gՒgv`_C䠿a~)L &Je ҽxﲇ x9ftb<_FUrwrDd6 JD  3 @@"?'Dd b  c $A? ?3"`?2qT"RعDgdϴM ;`!ET"RعDgdϴ ؛1dxSKA~6&1MaoJ)x-TWI&d))x(e JRzzҿǥ'/C/#Mߛ݉QЁٝ7ƹc$ RpVK"q.V YPOicHG T^8$-xh)4&xͽi.kmAs%3qBvt;֪Zk5Ny>l{{b׳0Pg*grH57 8V\oEkkS_b9>2XH1~go =@"Ivy\{M2npiQH=m-k!Y/^"DHODZ r"I!ZXY&pA1 rUjBV$@,XZϙ3B"{{ovn€uY ӏGS&<㭪x)$Z^O+4 jƱ+g x'lBt3CY);~{m*?p'2M5emTX/XU-sQn& I){Ε}P,ѾWjҘwh"$t8H—v G3TvdN,g;mTx]tܷ0}KeF7ưλrȓWI&7Rm|c \W6,b6КQ c"IE4vKe 0b7 xӂDd b  c $A? ?3"`?2;PD0emI ;`!;PD0emIT `xPxR+DQϘyC&?2!^1g dfҬ̖/H=ɒ2ι͔_ŭ:{Ώ{"PiELQZ5VR,Z5т`]`n_fq3hib~ew3j!RM;-ЙӐ]% =P-a?^d d ״g,X7!ލ0d լsfgv3J˅Z+償dHeZj܌' XҭSnr}gDal4ȭ:2ݤR_S*XEyKk$r螤bvis^{BE@Lic_#ulķԿSq¶kWv6;*Q ƻ2[犹EB^ K<2 f!|T<Dd hb   c $  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~M 3  ! "$#%&')(*,+-./102457689:;<>=?@ABCDEGFHIJKNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Root Entry F\| Data u2WordDocument=ObjectPool' {\|_1386067847F { {Ole CompObjfObjInfo !$%(-27<?BGJMPQTWZ]`cfilopsvwz} FMicrosoft Equation 3.0 DS Equation Equation.39q+D d=slope=change in outputchange in input=15,000"12,00Equation Native `_1386068435 F { {Ole  CompObj f02007"2003=30004=750 FMicrosoft Equation 3.0 DS Equation Equation.39q+,* d=slope=change in outpObjInfo Equation Native 0_1386071358F { {Ole utchange in input=133"11110"0=2210=2.2 FMicrosoft Equation 3.0 DS Equation Equation.39q+W(& 11829CompObjfObjInfoEquation Native s_1386071398 F { {62=(1+r) 10 FMicrosoft Equation 3.0 DS Equation Equation.39q+Q(&  1182962 10 =1+rOle CompObjfObjInfoEquation Native m_1386071438F { {Ole CompObj fObjInfo" FMicrosoft Equation 3.0 DS Equation Equation.39q+i0( & r= 1182962 10 "1=0.208 FMicrosoft Equation 3.0 DS EqEquation Native #_1386073468"F { {Ole &CompObj 'fuation Equation.39q+pge   n FMicrosoft Equation 3.0 DS Equation Equation.39q+0ge   xObjInfo!)Equation Native *3_1386073497$F { {Ole +CompObj#%,fObjInfo&.Equation Native /3_1386073508E)F { {Ole 0CompObj(*1fObjInfo+3Equation Native 47 FMicrosoft Equation 3.0 DS Equation Equation.39q+g<e  x y FMicrosoft Equation 3.0 DS Equation Equation.39q_1386073548.F { {Ole 5CompObj-/6fObjInfo08+0ge   x FMicrosoft Equation 3.0 DS Equation Equation.39q+9a_  a n =a 1/nEquation Native 93_1386073675,3F { {Ole :CompObj24;fObjInfo5=Equation Native >U_13860737678F {{Ole @ FMicrosoft Equation 3.0 DS Equation Equation.39q+"^\ 8 1/3 FMicrosoft Equation 3.0 DS Equation Equation.39qCompObj79AfObjInfo:CEquation Native D>_1401734661^@=F{{Ole ECompObj<>FfObjInfo?HEquation Native I] A`]hf x "n =1x n FMicrosoft Equation 3.0 DS Equation Equation.39q Ă`bhf log1_1401734690hBF{{Ole KCompObjACLfObjInfoDNEquation Native O_1401733492mYGF{{Ole RCompObjFHSf100()=log10 "2 ()="2 FMicrosoft Equation 3.0 DS Equation Equation.39q]p9W<$T logA r ()=rlogA()ObjInfoIUEquation Native Vy_1401733493LF{{Ole X FMicrosoft Equation 3.0 DS Equation Equation.39q30=W&T 10 logA =A FMicrosoft Equation 3.0 DS EqCompObjKMYfObjInfoN[Equation Native \O_1401733494JTQF{{Ole ^CompObjPR_fObjInfoSaEquation Native byuation Equation.39q]>W+T A r =10 logA () r FMicrosoft Equation 3.0 DS Equation Equation.39q_1401733495VF{{Ole dCompObjUWefObjInfoXgEquation Native hm_1401733496O;[F{{Ole jCompObjZ\kf\Q&US x a () b =x ab FMicrosoft Equation 3.0 DS Equation Equation.39q‡@W,T A r =10 logA () r =1ObjInfo]mEquation Native n_1401733497c`F{{Ole q0 rlogA FMicrosoft Equation 3.0 DS Equation Equation.39q{;W-T logA r ()=log10 rlogA ()CompObj_arfObjInfobtEquation Native u_1401733498eF{{Ole xCompObjdfyfObjInfog{Equation Native |j FMicrosoft Equation 3.0 DS Equation Equation.39qN>Wd,T logA r ()=rlogA FMicrosoft Equation 3.0 DS Eq_1401735277jF{{Ole ~CompObjikfObjInfoluation Equation.39q fP. log(1.633)log(1.03)=n FMicrosoft Equation 3.0 DS Equation Equation.39qEquation Native _13860761981oF{{Ole CompObjnpfObjInfoqEquation Native N_1386076218tF{{Ole +2Jfd "0.15000 FMicrosoft Equation 3.0 DS Equation Equation.39q+ÆNfd 0.1"0.CompObjsufObjInfovEquation Native _1386076609r|yF{{15000P=0.11"P5000() FMicrosoft Equation 3.0 DS Equation Equation.39q+ìd_] P n =P n"1 +0.11"P Ole CompObjxzfObjInfo{Equation Native n"1 5000()P n"1 FMicrosoft Equation 3.0 DS Equation Equation.39q+ØpPb` P n =P n"1 +r1"P n"_1386076796~F{{Ole CompObj}fObjInfoEquation Native _1386077009wF{{Ole CompObjf1 K()P n"1 FMicrosoft Equation 3.0 DS Equation Equation.39q+(VT P 1 =P 0 +0.501"P 0 2000()P 0 =20ObjInfoEquation Native 1_1386077086F{{Ole 0+0.501"2002000()200=290 FMicrosoft Equation 3.0 DS Equation Equation.39q+VtT P 2 =P 1 +0.501"P 1CompObjfObjInfoEquation Native 1_1386077304F{{ 2000()P 1 =290+0.501"2902000()290H"414 FMicrosoft Equation 3.0 DS Equation Equation.39q+\Z P 1 =POle CompObjfObjInfoEquation Native 1 0 +1.501"P 0 1000()P 0 =600+1.501"6001000()600=960 FMicrosoft Equation 3.0 DS Equation Equation.39q_1386077340F{{Ole CompObjfObjInfoEquation Native 5_1386077390F{{Ole CompObjf+x\tZ P 2 =P 1 +1.501"P 1 1000()P 1 =960+1.501"9601000()960=1018 FMicrosoft Equation 3.0 DS Equation Equation.39qObjInfoEquation Native =_1386075772F{{Ole +!\<Z P 3 =P 2 +1.501"P 3 1000()P 3 =1018+1.501"10181000()1018=991 FMicrosoft Equation 3.0 DS EqCompObjfObjInfoEquation Native c_13860757496FK{K{uation Equation.39q+GG6t2 6045=(1+r) 8 FMicrosoft Equation 3.0 DS Equation Equation.39q=A? ?3"`?2S$~osb;`!ZS$~os@|h(x]P=K`~?,!CAq]t쐢Bd7ԡ?vw<7+<Ո>EV]j<^zcy l%K`ūSYS R2|=ntjQO/J,9 r44=BNCc]ծM!Nvi[g0N܁mu@^U$0EyuX6b޽{4tq#wJ ݦB<Dd hb   c $A? ?3"`?28.%-<b;`!Z8.%-<@|h(x]P/Op}w-uKX(!4% L"$m*HPO#  ܯ#T My%*#&r5(K:פ\^[ }h&}q_T 5_|G~۬[# l,=K$e9-tM*gϣj0XvW{}F}4۬s4;}[)w`m/8#ny *"Z<*j^?a;rx3rBODd |hb   c $A? ?3"`? 2從Q}VTvuR;`!m從Q}VTv`@0|;xQJQ=3>).iD+˔*U! ]j+ %-g(יv ̝9sJFMh,Idd=4MڣF+/pn%פ\^U9'RM$~ Y9Tp;]*oA膆++hUS>Y1 l 3 K9#yF6qmX=s 5.ڹApۨ{GoϽјG;[iMہ79Է8?Fo>SЙ)z=!T=sZߜXӋ E<qG[Pg#8 Qj>Dd hb   c $A ? ?3"`? 2XZ d;`!\XZ @|h*x]P=K`~?,CС8C`B[4] N AC= },/0#^IDF\u)rW!ԛ X` .H%^u;v~ǘt拯ɯu?ўE!P>S+䰷PV-7KФr$ 9cewgۧYڋҫ8:h|Ext6x^ޗ;.TDd hb   c $A ? ?3"`? 2XZ d;`!\XZ @|h*x]P=K`~?,CС8C`B[4] N AC= },/0#^IDF\u)rW!ԛ X` .H%^u;v~ǘt拯ɯu?ўE!P>S+䰷PV-7KФr$ 9cewgۧYڋҫ8:h|Ext6x^ޗ;.Tkv;`!Ƀ>kv@@8 |xR?KPզD08ɥMuhRHbZ-Aܩ!8 _"8X0޽V8{.0nu⛡EO*DZvѱ Uҫ/W` ُz/ dYk+d6ɐcftcS U X$X:#$@cxߪPĄ{f  rrFJI~=j'`9r4ͤR,)[;]%k ː Ko(=Չ^O׉Pu셋:t s=ҳ82󣇃$uja\Bu5o=CrhW6R$1P9<,)QmnqC wG`ox##Dd @b  c $A ? ?3"`? 2ms۹r񨌄}[I;`!As۹r񨌄}[h xcdd`` $X bbd12,(ㆫab`j`3H1g`Yہv;0nĒʂTݿz@`R&br< 760f^VHSdF\_΂k\ gpц fjT@~ۻQlE%P\{7vU {aĤ\Y\ˠPCDPg  Abd`K)Dd8J  C &A svgimgbg(U_,/C(;n;(U_,/PNG  IHDR&,x IDATx}TTAݰA*s&&4UNtr̴E[6]aHZZECx'^vu%9dVsX@:mnq _ss;w~~}pPq9yΝ;6m͛7ܱ1U]]]UUYJ$$QRLXJ#|8v؇~-''''''GGG !M&lBt&k4OlllܹsgRRґ#G5+**222233nKF-//Ow8]]]aݺuB!͖˜p@||?f媭/%&&xDp8=K)s6R"g`,ڸqcoo޽{cccqqq$=WKIIB t:!Nd"` BO]si%K6lذaÆ n+BV[tff9iuܼys``k_7NjnnٳgOAAAZZ"//t !GGGje`!5O^G[ZZ/^,FqEٜtR|ry4I}v=zG p\ 'rjjjnݺD^t8---W^Zs?Pfm=O:}\yĉUUU/RJJb?\{k 9ǎ&l6 !t:]SSqtJ(k4OQQQ)0<o} !FFFzzzϟ/?8qD]]nX,,0y=n 4 /,X188(/ϛ7OYd2 !t:]uu5L_7ý﫠jnnnAAظsΤ#G(TTTddddffʋL+0}IfGD{キE>2 ֭wl6[~~^Y?w3^f N_8"3')`#r0q^L3+/sرgϾwwpyp^zjΙ380Yܻw媭SMLL,))5Y.Rjj]U9r)&+\`E4bxxX)J?tL&_,?`<ws`Bhڨ(ejgZg?W6+rΜ9so~ !NptttXV?ysd utGGGUUUvv5kZ}y9o޼B%޽[9zjepԬ_~ddd*az=^˗$544d͕Oӑ/֎LKK;ze$ (+ttt,Zh6N _i*L$ћ7o'?y嗕kƳlUSt\rŊ[lBz_M=_k5yl֭[NsxUUU;vp\թᆱh:;;A0ڪ PjZb(ENRFFFmV]] =n !ZmTT2nZ }l9?`p:|SSPP&s:BaZRE^$``6뫠[n=|Ç\D| xl^t`X|BBBl...NJJr:]]]_җjCEf"g߾}Sndp[On a'0|/]7E({3 i0u9999999999999x/]hٲGKKKllիWV9sp˹|-KSS'|f͚'NTUUUVVK)))8GNOOϡC~۷;N!Dd2BNg7j* 4VBTTTddddffO www.\844dz{{&I'\{ڹs^paӦM eee}}}/C !zwW\iȱ1eĒ_}Q$I(Jџӱko...>xaN'_ 84L r'ٶm[uuuBB?Bhڨ(eZXXkixr`08wC9//t !GGGj3>uÇ>|OED|B\\\t:bbbٷo߾}8h45n P P P P P P P P P P P P P P P P P Pȹ|/~?ݻw}fʸ(--Y~ uGصkSO= ȋϗ8qnX,Rf5Iqe>666>>>999999::Zo2fsxxB5551O>#n?Gwܙte"###33S^fZ|FٳgƏ8.nݺv!АfWeN^y裏om<--ѣ˖-khhBH488ѱh")L$_v׿lFڪ)V\bŊ-[!zwSO=yfI>[UUcU]]%(RE)sڕr`ے$J)^TT$jQQQʸj-,,LOO'Dٳg˖-SFN:,?޳gOAAAZZ"//t !GGGjeN^UС!ݾk׮s綶Ν;Wxl^t`X|<`6Ng[[[LL s ȹygyF^B{}h4#sq[OJJJJJJJJJJJJJJJJJJJ"^|lٲEw8---W^Zs?^Σ>ZXXxʕzJ#n?bEEEFFFff8<#ٳYYY㡡!͖S.\شiSCCCjjBYYY__ߋ/uСCB^])`syk׮TIȱ1eĒ_}Q,/DQvXyyyN/B?tL&_9ȹ}$I#GFEE)V0==8 %rΞ=+Xl2t:GGGj]wv;wnkkܹs\\\t:bbbȹygyF^looW2Fpm=*!r*!r*!r*!r*!r*!r*!r*!r*!r*!r*!r*!r*!r*!r*!r*!r*!r* ,rvիW+f###L+SWϟ/?8qD]]nX,,M{9B~d6Å:ix rwܙte"###33S^fZe0֭[.l:).HKK;ze$ (+ttt,Zix $)lFڪ)V\bŊ-[!z A)`s&I񪪪;v\Tewh4/FUm(JџӮT0_EEEBV[tiBsԩf={ ҄yyyNsttTp8:::V+s jB_xl^t`X|<`6Ng[[[LL s jBS^^^^^)h4G⶞9999999999999999999\.υ{6&E)sڕb/""(JџӮ*!r*!r*9$M-ĭԴ.DQv#/? [|ڵзwy'-[裏Iǎg}O?YSS/Raz>,,,,,l!n߿__7"YYYaaaV ۷_xƟ>à7ƍ?~_߿< ~@GiiiMMGFFB菡嶟7o^@m뭏;s)&J޽[鮉Mrk)ǛH{-%~k)kjj&~'Vw&IKqWQ@$I q{:::$Iڷo_JJVsNsNIz{{5CB;w."wٴiɓ'{zzzzzn޼tׯ|_ slǏΝ{'+aÆ͛7iپoW͛=PKK\j׮]%:R.ؘ;66rcUJۿ[rg){>3wX+W 6I?Оtr+?Mo{RJN6Op>k$>bjq{zzz:O+N3yӅZ6""bpp0Otؘc=6={,\0}-z裀ޭ/~ 8P*5wS__[&6t>C[6j{ϭR~[>*˿2nۧQ5IBߞ۷oMVEGG?CMsڸq޽{sk׮accc)))Ao B<!n϶m۾_ep/lF>gZm6Pp_7Z[[kkk;wt:lNd2W-Cm>^`A@mVZi͛7'dmV/%%EiׯO}mҶm۶oPϻjnnV~…V)m_TT4l [oݺo[1I{9n q{ܹ sqC"Y٪ eqZ[[{1rƍʧUU.]җT]]\C?ҥKł2Qz/I'k+L=K9sFi؉n޳Nmm^WV&=bS Jۻ\tV`{mZs"ɓALRPnˏ7o\WW\ cccBhccc/>w\(s%K֬YVĦ:|.kmk?{l37Op3 yɒ%QQQoF =r,Y2o޼PxN^dddЧsv+޽5|% ?/"77wǎj(N<j]6,K~~?:~M>\ZZչtҁ_AlҐn? $k7nܼyk5w t.bH*~z훚B+,YJ}{JOWVɓ|:Co*&J9rDig@Ĥ}Rb(ENR]QHzIENDB`Dd lb  c $A ? ?3"`?2cލNNIEH;`!cލNNIE }xMKaU^KI (O]~V5P=%HNA: ;y!1mf|Lz̎QR5` CE$}񶕥cvNp3Dg: ?a\,]ؔs$` I4W{K5\gcg LK#2*:9Z= WW!SVb7k'ͦz ӧ#֐{gXS:Y<֭ai~z 9T^ua|~ן'z5wIUK?f-If2i5 @=vxnLgƇiDl$(T`ϑrj\3? P6GIHp}#RkѴ>S؏|{K: 0o%sh4~c62hS{}]^;9n65Ǩts$/LZcliGȞXP9bCcQ*Dk[gŁ_Vk)<>wWZYZwpOG /7.^j\Wx/{w/UnWt~C|C\ ȗ!(hW:X3 in6X ߅dFi2Ľxǹ[Dd hD  3 A?"?2X/X+q69V xN;`!X/X+q69V @ @p|xS;KAf2A "b!"6cĄijJacN`kceFQg.1JԅLB?d TZ8E][Vqu}߉>o~ҵh!x>a,r[Iktwuȧ@Q*BdJgv0.ʫd&DsHyq;x4hXKriwc[7QWiO\%2|[2߃-Qh{Ta򼊺RvBl9Ny]|So~_/tnb<g_qq8}GO=ϋMK;MfB$ַJOg6}l࿼CZ\93:4 7s*_p>=wKDd @D  3 A?"?2lI>JQ;`!lI>J hUxR=KA};\bqaaV0;!DH\:U @X36EKo҉@& Ga?)X֖ZSm,ݓJdڞV QD\S15u]s {Dd dD  3 A?"?2h"6u:4bS;`!h"6u:4l] Xxcdd`` @c11bL%bpuF!| #3E)~6EaӴ"[6u9O$1 Ɔ@7|:NEƧ#Lnui~{~Z"J![j^yY8<(صp|Ҫ5iͰ7:`j:ِ\~㻳 , O$S͹hHVW^+Fǫxu^/jk/;j_+^/曖`>gCG:+] aV@1YL^gg QϳH۵KhԨT/cGA'K&u(N1Dd D  3 A?"?2}8%0qoRX;`!}8%0qo@XxS+q|.kmsD6qX$+)ʉ?XnPpsR$F37YS3}~v.FSMo -)hIń3y}r~o2%Xˆkd-f02UFZo=TVkJ]l!O5kW7u>k턵3Yֱ۠1:O"Cu-n.o;(A;z6gTzLY/Dd HhD  3 A?"?2xXV#Z;`!xXV#@@ @|xcdd``V`b``baV !,&FF(`Y=F 7\P\A?20| UXRY7̿ @201W&0:Í)e e2i,@@@ڈk>HF%/[,y s? 2W@w^Npp^7Rܻٽ kHfnj_jBP~nbG/ wA:VB  _b!d+xu?? 0.f +'?=ŤLP04شъ fLĄ&nXΏ 1hN``s0#RpeqIj.C9(W1uX0t5 L?r;&#Dd hD  3 A?"?2m\\ S=];`!m\\ S=& @0G|xR=KA} bqH`PD,"&`cHbץ hclD/[D,Dϙ! y3O  ݘ-)藊 8&ݼɖ6HLxà\HMݜXI`*Yjʓ{ J$^y3]eX;m|sQl8AQNk"#\~ûMi? 0n n1ȸn:m5m. _[cm W7M3׺|qpsC*BȪ6 ?2?ҧַNx'gs4:S]* )GVa(v Y(oIW{g={ށrDd b  c $A? ?3"`?2~<&3yr`;`!~<&3yr %dxKPǿ省mZ0hR"8`hɂq ݥc`{i+|{w\/Nȁ%A(kYd0/%͈\lYPn?@Z礰Ssh%W^֬&-!5IV-:{I/ZJaD(9vܵ/=)Hej\Vk:5} BZb?yΑWB5k/ۍ?xRi scd!ܺvekY+oj|B$3̷ۘͬB > >%HSey+/E\ޭxuu; pٟghc (1t63$CQf@m%[\/'!ථ O;v"Lfn2T^wdb4G+Rj{ÉAῐw H4wwdf}t Skٟcg3 kL~3AL8ƒI5 ԃRDd , b  c $A? ?3"`?2'~$*nC7ϝ<~x^0e;`!~$*nC7ϝ<~x^0n@ xKBAg=MZj$[.Et/{H-s=ұPtҏcQ$d3~hQ|f;;;O@91EBAK'hHk@D-qBsw@7$>'L)>K㇩J"wPiќM㸤I}9:GcF!8O/nC"2ya*gd]y/q[ ] 2 ""ABVWh8,Yº ޸ 9ŒSٕdܽ^&6Igb\>M=c/Q@O BMDd  b  c $A? ?3"`?2h6|+NKHwaODg;`!<6|+NKHwaOR xKAǿv5f7jbZhDYB-xRj"Z(h\$ғ7/-R^zj{ =T̸Iq.y377 I$~aҺI2)e{SY;q)Qfǟw 8χ |›jGnBb%4I qoO򼠀% %gm~#^)ΗPgqX``TZkƒddxE'wG]QNZtFڑ+[i;zvnsC:}Ϭn5|nHkjڟ_qq៖#z嵞+ˎ7N~>~ݔxph?ܭdhqq߈few6=o;<zt=-qAi$4 *k" Ri/Y/韬hev .Dd b  c $A? ?3"`?2X>[24 k;`!,>[2^8xTAKQ&1hRhCQ[OPP{)G+7j() l)^े<C=T"JMg{<}3o*gJflv)j6; ֖Tseh2[&gϻ~s dlL ˥e9Łgjɮw߲Rg_[).!_Z'ŧB^jxhiTkʃ3we% 6|9i-u aW,97*{׉&`Dd \b  c $A? ?3"`?2`Hn;`!~`H`% 9LxMhQnfڐ~&i PRAOA؂ [T\#sU⭅'AŃԋ Ui8`w7;g> t##FWXY(v:vZd/iRr3?60 b;iMU,]Ik@ɻO JjF4VluyrW˳l{,\0X*^V-Xogab%n4],<U/w%S~`<Ƴ*晸1>;f,sNX~0-c6+FXɘU-\d59Jx9vc*Uk7mJ8պM28;N?=C\3Z Gy̥uDt׭nbgyQ]Kg9W+~9//Fyt5\w=Bѳw{]FφPՓ8ճ#ouW~UYń'e|F(/<-X3biPhIX{4"dDd Hb   c $A? ?3"`?2;8+Kx(wq;`!;8+Kx(@%9PxkQndK!6bHv=z"h ބ [T\#ArM (SAzji8~l>}͛' `Րpx/Ef( zruV-eeLe>I Kܡ) >Xغ޼t!I#;x#PjV\HͮK[?6]^J-ܸoxϊ# ;X4eӖkȻ| q>Xܒ<\^l/O2&ʱcU&99pCժLBٛ. :ldaN3{r֚mh\*;ϓ٫ף+PJףJ5Y5bUٳ__;gb~c>˼ضb#=mNcۊP:fCV~ UOŢ/wPզG߅N8J{M'_aD͐k6nhނǪޥٿ֌'Qy'u|Sa2he3o K܍?qk1׋̧c~3[?xl]Ϛl⼪v5[?kBn6睛VXgeC5eTts<OeU)鑊o O<>t{q)hgh9Q20&mRbDd 4b " c $A? ?3"`?!2Oܶ39D坉x;`!Oܶ39D坉 %H9NxkA߼ݜQ&$%$$F;%A% #\w56,*b%ؤJqIiMaq\ߛ_ :y;3;Ng[]ibC!tO`$rtDu̳,R/zM|&^" iM/ݟ=ZM}op#! SivӏqU &V`XEj4܃RT nDL4V[yXP\BC< 0qGaqD9ud͉ JJN|)hMy<[(Nsj܎o㒋:c{MFUcAT591-k[S5>u)ևʵiѾP>ys؇o=SrOX35q>3ݿGK\W̻{?;V4XMW]s7ϰ~T?ltq]OS(6~VpƏ*6~BqO~~st9qS~-ݯEqF1ޖk3"#O <ЇcVyC@U4zc{4cDd b # c $A? ?3"`?"2RFQy$*f,|;`!RFQy$*f%Ȅ:OxKkQ=3mIwlZ"Hm XDŅRl0c m(eY\#m +'E+-8s߹{RVm'0"9ZyKǺ N$/6wVh&wˋ Ij< aRxKi嬉7.{?OzP{F-Ԃ½`p^>n^.5ZIҶ#x` >eQR|**y*%_u*قtjx)d_YݴjtS9[9)ګՇtP>jW|lY=Vj5CB.8͛Z3ޏ@# PBAgXkWYsScy tOVlbg77~b-$}< ;e!ڲ_YT3PO Gycv8\[j,Ќ2<&i #Dd lb $ c $A ? ?3"`?#2Ole CompObjfObjInfoEquation Native ]+AD62  6045 8 =1+r FMicrosoft Equation 3.0 DS Equation Equation.39q+]xI6<2 r= 6045 8 "1=0.0366_1386075839FK{K{Ole CompObjfObjInfoEquation Native y_1386078404FK{K{Ole CompObjf FMicrosoft Equation 3.0 DS Equation Equation.39q+ [Y P 1 =P 0 +0.701"P 0 300()P 0 =20+0.701"20300(ObjInfoEquation Native _1306823146FK{K{Ole )20=33 FMathType 5.0 Equation MathType EFEquation.DSMT49q9.lDSMT5WinAllBasicCodePagesTimes New RomanSymbolCourier NewMT Extra!/ED/APG_APAPAE%B_AC_AE*_HA@AHA*_D_E_ECompObjiObjInfoEquation Native J_1306824173FK{K{_A  T n ==a(1"-r) n ++T r FMathType 5.0 Equation MathType EFEquation.DSMT49q9lDSMT5WinAllBasicCodePagesOle CompObjiObjInfoEquation Native *Times New RomanSymbolCourier NewMT Extra!/ED/APG_APAPAE%B_AC_AE*_HA@AHA*_D_E_E_A  P n ==P 0 n k FMicrosoft Graph ChartGBiff5MSGraph.Chart.89q_1299933326FK{{Ole PRINT@0CompObjeI  &WMFC(,l B EMF"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"ArialXX <o_0m> mH0>Hm&>0>Hm 0>m0<m +0BuU|z_@ܦ  5] ? E dv% % % % % % % % % % " !%   r3% " !%   r3% %   V0&%   6666&% (  66=6=6e6e66 6 666v6vV6V76766% % % " !% % %    R% % % " !% % %   % % % " !% % %   % &% (    6v6V67i6F6#'%    V0% % % " !% % %   v  V0\vvav% % % " !% % %   V  V0<qpVvkVAVv% % % " !% % %   7i  V0OQ7TLi7~"i7T% % % " !% % %   F  V0,1`1,F[F1% % % " !% % %   #  V0  = #8#% % % " !% % %   % % % " !% % %   % % % " !% % %   r3% % % " !% % %   r3% % % " !% % %   s4   TT=aUU@@=LP0%T`a`UU@@LT100%%%T`aUU@@LT200%%%T`;aUU@@;LT300%%%T`aUU@@LT400%%%T`baUU@@bLT500%%%T`aCUU@@LT600%%%T`aUU@@LT700%%%% % % " !% % %   r3% % % " !% % %   s4  TT2UU@@LP0%TTd2UU@@dLP1%TTDh2UU@@DLP2%TT%I2UU@@%LP3%TT)2UU@@LP4 %TT 2UU@@LP5%% % % " !% % %   r3% % % % % % % " !% % %   J  T]UU@@]LhYears from now,%%%)<))5% % % % % " !% % %   r3% % % % % % % " !% % %   p  Rp"Arial % p[wm^0P!4mjP0!nnkkw@d0b|P!!8cl; 04lr 0k 0n|nЁZ 0wdc 0|nB 0dv% TxUU@@L\Bottles 0)%%% ( % % % % % " !% % %   r3% ( % ( % " r3!  " !  ( " F4(EMF+*@$??FEMF+@     '' "Arial-"System---------'- ,-'- ,-- $<<<-< <<- <9<{9{<k9k<[9[<K9K<;9;<+9+<9<<<<]]~~---'--- ,---'--- ,9---'--- ,9--E<  @];~60+E<- $<B?E<H9E<B---'--- ,9@] $]=`@]CZ@]=---'--- ,9;~ $~7;~>{;~7---'--- ,96 $26962---'--- ,90 $-030----'--- ,9+ $(+.+(---'--- ,9---'--- ,9---'--- ,---'--- ,---'--- ,  2 /0 2 u$100 2 e$200 2 U$300 2 D$400 2 4$500 2 $$600 2 $700---'--- ,---'--- ,  2 90 2 [1 2 |2 2 3 2 4 2 5---'--- ,-------'--- ,h 2 jYears from now-----'--- ,-------'--- ,e#@ "Arial-2 cBottles------'--- ,---' ' 'ObjInfoWorkbook _1386068240F{{Ole ,      !"#$%&'()*+.123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`adghijklmnopqrstuvwxyz{|}~ B""$"#,##0_);\("$"#,##0\)!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$"#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Arial1Arial1Arial1Arial1Arial1Arial= ,,##0.00_z ` J ` J 883ffff̙̙3f3fff3f3f33333f33333\R3&STU?@@@@MarcoP{@P}@P@@@@ West>@LC@LA@?@North33333F@33333sG@F@33333E@WY@8v = 9!">X43d2 3Q MarcoQQQ3_4E4 3Q  WestQQQ3_4E4 3Q NorthQQQ3_4E4D$% M0!3O&Q4$% M0!3O&Q4FA = 3O  3*@?#M43*#M4% V) M3O]&Q  Years from now'4% KOMZ3O+&Q Bottles'4523  NM43d" 444  FMicrosoft Graph ChartGBiff5MSGraph.Chart.89qPRINT8CompObj-eObjInfo/Workbook0q  L &" WMFC2 #lxF6 EMF#U"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"Arialj/4Z 4`0/Z`4> Lv/Z`4 4d[/Z4$ /X4 t/"/ /&(********Rs,eu!09(6e!09dv% Rp"Arialj/4Z 4`0/Z`4D Lv/Z`4 4d[/Z4$ /X4 /"/ /'########Rs,eu!09(6e!09dv% % % % % % " !%   % " !%   % %    V0pU+pUpU++p&% p  6Up6U+6+6p&% ( p 6+% +6+|6|66p6p+6U+@6+,@6,+@6+U@6U+% % % " !% % %    % % % " !% % %   ZoE% % % " !% % %   ZlB|'% &% (    V0bg||g% % % " !% % %   ZlBk  V0QVkkV% % % " !% % %   ZlBaH  V0G.{ba3vHa]LHa3% % % " !% % %   ZlB  V0-(% % % " !% % %   ZlB,  V0F ,A,,% % % " !% % %   ZlB  V0w|% % % " !% % %   ZlB  V0 % % % " !% % %   ZlB[v  V0A\u[apv[Fv[a% % % " !% % %   ZlBe  V0KPezeP% % % " !% % %   ZlB&B  V0 (@\&-;B&WB&-% % % " !% % %   ZlB   V0q' "v % % % " !% % %   ZlB  V0 % % % " !% % %   ZlBU  V0;kUjU@U% % % " !% % %   ZlB% % % " !% % %   ZoE% % % " !% % %   % % % " !% % %   % % % " !% % %      T`bNUU@@LT100%%%T`RbUU@@RLT110%%%T`bUU@@LT120%%%T`bBUU@@LT130%%%T`FbUU@@FLT140%%%% % % " !% % %   % % % " !% % %     TdMgUU@@MgLT1992%%%%TdguUU@@gLT1996%%%%Tdvg UU@@vgLT2000%%%%Td gUU@@ gLT2004%%%%% % % " !% % %   % % % % % % " !% % %   QR  TdE6UU@@LTYear0))% % % % % " !% % %   % % % % % " !% % %   e  Rp"Arial&WMFC#juHaהeujuzeu!z_e!z Xe!z2f!4#G/-:x!/x//h^e!z/!zdv% Tx UU@@x LlGas Consumption9))5--)-A---% ( % % % % % " !% % %   % ( % ( % " !  " !  ( ( " F4(EMF+*@$??FEMF+@     '' "Arial-"Arial-"SystemC???????????????-----'- ,-'- ,--  $1 a1a1 - 1  aa1 1- a1-a.a1L.L17.71"."1 . 1a1ad1a1daaadada---'--- ,---'--- ,d .---'--- ,d .L1--  $1J3L1O.L1J---'---  ,d .J= $=H?J=M:J=H---'---  ,d .FI $IDLFIIFFID---'---  ,d .@U $U=X@UBS@U=---'---  ,d .<a $a9d<a>_<a9---'---  ,d .9m $m7p9m<k9m7---'---  ,d .1z $z/|1z4w1z/---'---  ,d .- $*-/-*---'---  ,d .+ $(+-+(---'---  ,d .' $$')'$---'---  ,d .  $ # ---'---  ,d . $---'---  ,d . $---'---  ,d .---'---  ,d .---'---  ,---'---  ,---'---  ,  2 \100r 2 G110r 2 2120r 2 130r 2 140r---'---  ,---'---  ,  2 i(1992 2 iX1996 2 i2000 2 i2004---'---  ,------'---  ,uo  2 wpYear-----'---  ,-----'---  ,_  "Arial-2 ]Gas Consumption------'---  ,-- -' ' ' B""$"#,##0_);\("$"#,##0\)!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$"#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Calibri1Calibri1Calibri1Arial1Arial1Arial1Arial=j ,##0.00_ ` J `  ` J 883ffff̙̙3f3fff3f3f33333f33333\R3&STU @$@(@,@0@4@8@<@ @@ D@ H@ L@ P@Marco[@[@@\@]@]@]@^@@_@ _@ `@ ``@ `@ a@ West>@LC@LA@?@North33333F@33333sG@F@33333E@WY@8v = u!Sl> X43%2dOH  3Q MarcoQQQ3_4E4 3Q  WestQQQ3_4E4 3Q NorthQQQ3_4E4D$% M3O&Q4$% M3O&Q4FA4 4 3OBD 3* @P@@#M43*Y@$@#M4%  IM3O&Q  Year'4% 8 MZ3OM&Q "Gas Consumption'4523  NM43d" 3_ M NM  MMd4444   FMicrosoft Graph ChartGBiff5MSGraph.Chart.89q B""$"#,##0_);\("$"#,##0\)!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$_1299922805F{w{Ole bPRINT9CompObjceI | &" WMFCe) #lFB EMF#"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"ArialXX po_0Ver Te|0r|Ve&>0r|Te 0rTe0pTe +0vuU|z@T@ܱ  @ ,5] ? ,E dv% % % % % % % % % % " !%   r3% " !%   r3% %   V0pppp&% p  6p666p&% ( p 666 6 >6>p6p666\6\6% % % " !% % %    R% % % " !% % %   Z% % % " !% % %   Z% &% (   66H6k6=6R666\6[6.6f6'% &% (   V0% % % " !% % %   Z  V0 % % % " !% % %   ZH  V0.bH]H3H% % % " !% % %   Z^  V0DxI^s^I% % % " !% % %   Z5  V0O 5J5 % % % " !% % %   ZR!  V08l;R g!R6=!R % % % " !% % %   Z  V0% % % " !% % %   Z  V0% % % " !% % %   Z\  V0Bvv\{q\G\{% % % " !% % %   Zg  V0MRg|gR% % % " !% % %   Z)  V0(C#)>)% % % " !% % %   Zf  V0Lf{fQf% % % " !% % %   Z  V0% % % " !% % %   Z% % % " !% % %   Z% % % " !% % %   r3% % % " !% % %   r3% % % " !% % %   s4   T`~aUU@@~LT100%%%T`aUU@@LT110%%%T`a/UU@@LT120%%%T`aaUU@@LT130%%%T`FaUU@@FLT140%%%% % % " !% % %   r3% % % " !% % %   s4  TdL1UU@@LLT1992%%%%TdB1UU@@LT1996%%%%Td1UU@@LT2000%%%%Tdu1UU@@uLT2004%%%%% % % " !% % %   r3% % % % % % % " !% % %   WI  Tda\UU@@b\LTYear,%%% % % % % " !% % %   r3% % % % % % % " !% % %   p7  Rp"Arial % p[w&WMFC#Te4^0!hTeX 0!oLkkwtd0bHv!!8c; 0hr 0kA 0AЁZ 0wc 0AnB 0dv% T,UU@@,LlGas Consumption4%%0))%)<)))% ( % % % % % " !% % %   r3% ( % ( % " r3!  " !  ( " F4(EMF+*@$??FEMF+@     '' "Arial-"System---------'- ,-'- ,-- $<<<-< <<- <9<l9l<N9N</9/<9<<<<qq---'--- ,---'--- , 9---'--- , 9--p< iIbV\cUqN~HA:3-&l<--$<i?l<o9l<i---'--- , 9iI $IfLiIlFiIf---'--- , 9cV $V`ZcVfScV`---'--- , 9Zc $cWgZc]`ZcW---'--- , 9Tq $qQtTqWnTqQ---'--- , 9Q~ $~NQ~T{Q~N---'--- , 9D $ADHDA---'--- , 9> $;>B>;---'--- , 9; $8;>;8---'--- , 95 $25852---'--- , 9, $),/,)---'--- , 9& $#&)&#---'--- , 9 $ ---'--- , 9---'--- , 9---'--- ,---'--- ,---'--- ,  2 $100 2 f$110 2 G$120 2 )$130 2 $140---'--- ,---'--- ,  2 11992 2 f1996 2 2000 2 2004---'--- ,-------'--- ,  2 Year-----'--- ,-------'--- ,z#! "Arial-2 xGas Consumption ------'--- ,---' ' 'ObjInfoeWorkbookfR _1299677231Fw{{Ole "#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Arial1Arial1Arial1Arial1Arial1Arial1Arial= ,,##0.00_ ` J `  ` J 883ffff̙̙3f3fff3f3f33333f33333\R3&STU @$@(@,@0@4@8@<@ @@ D@ H@ L@ P@Marco[@[@@\@]@]@]@^@@_@ _@ `@ ``@ `@ a@ West333333[@[@L\@\@ffffff]@33333]@^@ _@ _@ 33333`@ Y`@ `@ fffff`@North33333F@33333sG@F@33333E@WY@8v = $>X 43d  3Q MarcoQQQ3_4E4  3Q  WestQQQ3_  NM  !!d4E4 3Q NorthQQQ3_4E4D$% M0!3O&Q4$% M0!3O&Q4FAu  3O; 3* @P@@#M43*Y@$@#M4% ) M3O&Q  Year'4% KMZ3Og&Q "Gas Consumption'4523  NM43d" 3_ M NM  MMd4444   FMicrosoft Graph ChartGBiff5MSGraph.Chart.89qPRINT.CompObjeObjInfoWorkbook      >< !"#$%&'()*+,-./0123456789:;E?@ABCDnGHIJKLMNOPQRSTUVWXYZ[\]^_`acdefghijklmqrstuvwxyz{|}~I y &&WMFCl_ B EMFU"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"ArialXX po_0ҟr ҟ|0r|ҟ&>0r|ҟ 0rҟ0pҟ @% +0p[dv% % % % % % % % % % " !%   r3% " !%   r3% %   V0&%   6666&% (  66 6 i6i6)6)6666m6mE6E66% % % " !% % %    R% % % " !% % %   s% % % " !% % %   s% &% (     66ma6E66! '%    V0#  % % % " !% % %   s  V0z% % % " !% % %   sma  V0SG{mLamvXamL% % % " !% % %   sE  V0+_EZE0E% % % " !% % %   s  V0|83 % % % " !% % %   s!  V0 ;  !6! % % % " !% % %   s% % % " !% % %   s% % % " !% % %   r3% % % " !% % %   r3% % % " !% % %   s4   T`UU@@LT800%%%Td,UU@@LT1000%%%%Td?UU@@?LT1200%%%%TdUU@@LT1400%%%%TdLUU@@LT1600%%%%Td_UU@@_LT1800%%%%% % % " !% % %   r3% % % " !% % %   s4  TT2UU@@LP0%TT2UU@@LP1E%TT[2UU@@[LP2%TT3W2UU@@3LP3%TT 02UU@@ LP4%TT 2UU@@LP5%% % % " !% % %   r3% % % % % % % " !% % %   J  T]UU@@]LhYears from now,%%%)<))5% % % % % " !% % %   r3% % % % % % % " !% % %   pi  Rp"Arial % p[wҟ4^0E! h ҟЬ0!Lӟkwtd0dE!!d; 0hr 0ӟ 08Z @wc 0dv% Td^UU@@^LTFish)%)% ( % % % % % " !% % %   r3% ( % ( % " r3!  " !  ( " F4(EMF+*@$??FEMF+@     '' "Arial-"System---------'- ,-'- ,-- $KKK-K KK- KGKGKiGiKMGMK2G2KGKKKKpp---'--- ,---'--- ,G---'--- ,G--K  vpgWE1K- $KNKGK---'--- ,Gvp $prsvpzlvpr---'--- ,Gg $dgkgd---'--- ,GW $SWZWS---'--- ,GE $AEHEA---'--- ,G1 $-151----'--- ,G---'--- ,G---'--- ,---'--- ,---'--- ,  2 /800 2 |)1000 2 a)1200 2 F)1400 2 +)1600 2 )1800---'--- ,---'--- ,  2 H0 2 m1 2 2 2 3 2 4 2 5---'--- ,-------'--- ,z 2 |Years from now  -----'--- ,-------'--- ,i(M "Arial- 2 gFish------'--- ,---' ' ' B""$"#,##0_);\("$"#,##0\)!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$"#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Arial1Arial1Arial1Arial1Arial1Arial1Arial= ,,##0.00_ ` J ` J `  883ffff̙̙3f3fff3f3f33333f33333\R3&STU?@@@@Marco@@0@@̔@fffff@*@ West>@LC@LA@?@North33333F@33333sG@F@33333E@WY@8v = $>X43d}@ 3Q MarcoQQQ3_4E4 3Q  WestQQQ3_4E4 3Q NorthQQQ3_4E4D$% M0!3O&Q4$% M0!3O&Q4FAO 3O 3*@?#M43*@ @#M4% ) M3O]&Q  Years from now'4% (KMZ3O&Q  Fish'4523  NM43d" 444  FMicrosoft Graph ChartGBiff5MSGraph.Chart.89q_1386071088F{У{Ole PRINTz9CompObjeI  &" WMFC $lM_B EMF$U"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"ArialBjQ/1YBB 1YHBBQ/BBHB1Y> 4BvQ/BBHB1Y 1YLB[Q/BB1Y BO/@B1Y Bt"/O/&(********<+K;B,eu!09BB6e!09dv% % % Rp"ArialBjQ/2YBB 2YHBBQ/BBHB2Y@ 4BvQ/BBHB2Y 2YLB[Q/BB2Y BO/@B2Y B"/O/'########<+K;B,eu!09BB6e!09dv% % % % " !%   r3% " !%   r3% %    V0&%   6666&% (  6% 6g6g6B6B66666b6b66}6}0606% % % " !% % %    R% % % " !% % %   s% % % " !% % %   s&% (    W$W$W$W$C>W09g>DLVbWH]v bp{W`{'s9kMcb[xRI?4( 7Of}W|x}|l\:,E]}uW2W@s {od[TO'%    V0% % % " !% % %   s  V0% % % " !% % %   s  V0 % % % " !% % %   s  V04/% % % " !% % %   s>  V0$X>S>)>% % % " !% % %   sb  V0H|bwbMb% % % " !% % %   s{  V0a/f*{{f% % % " !% % %   s}  V0c}}h}% % % " !% % %   s  V0% % % " !% % %   s% % % " !% % %   s% % % " !% % %   r3% % % " !% % %   r3% % % " !% % %   r3   TTUyUU@@ULP09%Td=yUU@@=LT3000%%%%TdyUU@@LT6000%%%%TdyeUU@@LT9000%%%%TlyUU@@LX12000,%%%%%Tly?UU@@LX15000%%%%%Tl_yUU@@_LX18000 %%%%%% % % " !% % %   r3% % % " !% % %   r3  TT6UU@@6LP0%%TTP6tUU@@P6LP5%TX69UU@@6LP10%%TX6UU@@6LP15%%TXX6UU@@X6LP20%%TX 6TUU@@ 6LP25%%TX6UU@@6LP30%%% % % " !% % %   r3% % % % % " !% % %     TUU@@LhYears from now,%%%)<))5% % % % % " !% % % |&WMFC$  r3% % % % % % " !% % %   <  Rp"ArialjuBהeujubBBeu!bBBB_e!bBB @Be!bBB2fX+!B#GY/-+hB!P/PB@0lBe!bBBR/!bBBdv% TdMUU@@MLTFish*&*% ( % % % % % " !% % %   r3% ( % ( % " r3!  " !  ( ( " F4(EMF+*@$??FEMF+@     '' "Arial-"SystemC???????????????--"Arial----'- ,-'- ,--  $4z4z4-4 zz44- z4-z1z4i1i4W1W4E1E44144"1"414z4z}4z4}IzI}_z_}tzt}z}z}z---'--- ,---'--- ,}1---'--- ,}1-  %4t8t%8t<s%<s@r%@rEr%ErFqFqHqIq% IqKpMpOpRoToWnYm[l]l_k&%_kajciehhgjfmepdsbvay_|^~\ZXUS4%SQPNLJHD@<72.)%!%  t4- $4r6t4w1t4r---'--- ,}1t8 $8q:t8v5t8q---'--- ,}1s< $<q?s<v:s<q---'--- ,}1r@ $@pCr@u>r@p---'--- ,}1rE $EoGrEtBrEo---'--- ,}1qI $InLqIsGqIn---'--- ,}1k_ $_hak_m\k_h---'--- ,}1S $PSUSP---'--- ,}1 $---'--- ,}1---'--- ,}1---'--- ,---'--- ,---'--- ,  2 u)0 2 c3000 2 R6000 2 @90002 /120002 150002 18000---'--- ,---'--- ,  2 10 2 G5 2 Z10 2 p15 2 20 2 25 2 30---'--- ,-----'--- ,U 2 VYears from now-----'--- ,------'--- ,O< "Arial- 2 N Fish- -----'--- ,- --' ' 'ObjInfoWorkbook _1299686753FУ{{Ole      !"#$%&'()*+,-./012369:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefilmnopqrstuvwxyz{|}~ B""$"#,##0_);\("$"#,##0\)!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$"#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Calibri1Calibri1Calibri1Arial1Arial1Arial1Arial=j ,##0.00_ ` J ` J `  883ffff̙̙3f3fff3f3f33333f33333\R3&ST U?@@@@$@4@ >@ ?@Marco@@0@@̔@fffff@*@D@G@ @ @ @ West>@LC@LA@?@North33333F@33333sG@F@33333E@WY@8v = (l>X  43d Y  3Q MarcoQQQ3_4E4 3Q  WestQQQ3_4E4 3Q NorthQQQ3_4E4D$% M3O&Q4$% M3O&Q4FAO 3Oz 3*>@@#M43*@p@#M4% fM3O]&Q  Years from now'4% /KMZ3O&Q  Fish'4523  NM43d" 3_ M NM ] MMd4444   FMicrosoft Graph ChartGBiff5MSGraph.Chart.89q FMicrosoft Graph ChartGBiff5MSGraph.Chart.89qPRINTF7CompObjeObjInfoWorkbookbI &" WMFCf TT$l1_B EMFT$U"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"ArialXX po_0Zr Z|0r|Z&>0r|Z 0rZ0pZ % +0 dv% % % % % % % % % % % % % % " !%   r3% " !%   r3% %   V0&%   6666&% (  667676R6R6n6n6666m6m6663636% % % " !% % %    R% % % " !% % %   % % % " !% % %   % &% (    666666&676I6[6m6~66666}6x6s6 n6i60d6B^6SY6eT6wO6J6E6@6;66616,6'6"6(6:6L6^6o 6666666666!636D6V6h6z666666&% (  666666&676I6[6m6~6666~6w6q6j6 d6]60V6BO6SH6eA6w9616*6"666 6666(6:6L6^6o666666~6r6f6Z6!N63A6D56V(6h6z 666666% % % " !% % %   % % % " !% % %   r3% % % " !% % %   r3% % % " !% % %   s4   TTbUU@@bLP0%T` ZUU@@ LT500N%%%TdUU@@LT1000%%%%Td(uUU@@(LT1500%%%%TdUU@@LT2000%%%%TdDUU@@DLT2500%%%%TdUU@@LT3000%%%%Td_UU@@_LT3500%%%%% % % " !% % %   r3% % % " !% % %   s4  TT2UU@@LP0%TXH2UU@@HLP10%%TXB2UU@@LP20%%TX2UU@@LP30%%TX\2UU@@\LP40%%TXW2UU@@LP50%%TX2UU@@LP60%%% % % " !% % %   r3% % % % % % % " !% % %   J  T]UU@@]LlYears after 1990,%%%%%%%%%% % % % % " !% % %   r3% % % % % % % % % " !% % %    g  Rp"Arial %Z# p[wZ4^0!1Z#hZf0&!LG>K+G+KGKKKKii---'--- ,---'--- ,K---'--- ,K--yK  yNxQwTvWuZt]t`scrfqiploonrnumxl{k~jiihgfedcbba`_^]\\[ZYXWWVUTSRQQPONMLLKJIHGF-yK yNxQwTvWuZu]t`scrfqiploonrmulxk{j~ihfedcb`_^\[ZXWUTRQOMLJHFDCA?=;96420.+)&$!---'--- ,K---'--- ,---'--- ,---'--- ,   2 <0% 2 /500 2 q)1000 2 ])1500 2 J)2000 2 7)2500 2 #)3000 2 )3500---'--- ,---'--- ,  2 H0% 2 c10 2 20 2 30 2 40 2 50 2 60---'--- ,-------'--- ,x 2 zYears after 1990-----'--- ,---------'--- ,) "Arial-02 Emissions (Millions Metric    -"Arial-2 jTons)%------'--- ,---' ' ' B""$"#,##0_);\("$"#,##0\)!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$"#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Arial1Arial1Arial1Arial1Arial1Arial1Arial= ,,##0.00_ ` J ` J `  883ffff̙̙3f3fff3f3f33333f33333\R3&ST>U?@@@@@@ @ "@ $@ &@ (@*@,@.@0@1@2@3@4@5@6@7@8@9@:@;@<@=@>@ ?@!@@"@@#A@$A@%B@&B@'C@(C@)D@*D@+E@,E@-F@.F@/G@0G@1H@2H@3I@4I@5J@6J@7K@8K@9L@:L@;M@<M@=N@Marco@@p@@h@@@p@ ȑ@ @ x@ В@ (@@ؓ@0@@@8@@@@@@@H@@@P@@@X@ @!@"`@#@$@%h@&@'@(p@)Ȝ@* @+x@,Н@-(@.@/؞@00@1@2@3@4H@5t@6@7̠@8@9$@:P@;|@<@=ԡ@ West@U0*@m{S@fI@ŭHR@*0@@w\@ X x鸑@ G@ CAw@ r1ْ@ pS>@zܷʤ@_EFd @5ӽN*x@V#)@:YlT@nN%ƕ@Ւr9@]4dX43d}@ ==3Q MarcoQQQ3_4E4 ==3Q  WestQQQ3_4E4 3Q NorthQQQ3_4E4D$% M0!3O&Q4$% M0!3O&Q4FAOu 3O 3*N@$@#M43*X@#M4% v) M3O\&Q $Years after 1990'4% c7 MZ3O$&Q D Emissions (Millions Metric Tons)'4523  NM43d" 3_ M NM  MMd4444= _1386076338F{^{Ole PRINTp%CompObjeI    &.WMFCk  ln?9B EMF JU"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"Arial|'ji/2X' 2X''i/''2X> 'vi/''2X 2X'[i/'2X'g/'2X d't7"/g/&(********_@',eu!094''6e!09dv% % % % % % " !%   r% " !%   r% %    V0iiii&% i  6i666i&% ( i 6r6r6ri6i6666% % % " !% % %    Rd% % % " !% % %   qS% % % " !% % %   qS&% ( i   66i'%    V0qSTi~riT% % % " !% % %   qS  V0}% % % " !% % %   qS  V0% % % " !% % %   qS% % % " !% % %   qS% % % " !% % %   r% % % " !% % %   r% % % " !% % %   r   TdtRUU@@tLT-0.1%%TT.R'UU@@.LP0%T`?RUU@@?LT0.1%%% % % " !% % %   r% % % " !% % %   r  TTu@UU@@u@LP0@%TdM@UU@@M@LT5000%%%%TlJ@UU@@J@LX10000%%%%%% % % " !% % %   r% % % % % " !% % %   OS  TC9UU@@ L`Population-)))%))% % % % % " !% % %   r% % % % % " !% % %   ]1  Rp"Arialjuk?('הeuju'D'eu!' <'d'_e!' <' 'e!' <'2fX!'#Gq/-h'!h/77'A'e!' <'j/!' <'dv% Tn=UU@@n LdGrowth Rate4)4)0%%% ( % % % % % " !% % %   r% ( % ( % " r!  " !  ( " F4(EMF+*@$??FEMF+@     '' "Arial-"SystemC???????????????-----'- ,-'- ,--  $/ o/o/ - /  oo/ /- o/o,o/>,>/ , />/>@/>/@n>n@>---'--- ,---'--- ,r ,---'--- ,r ,- /  >no /- $/ 1 /, / ---'--- ,r ,>n $n;q>n@l>n;---'--- ,r ,o $morom---'--- ,r ,---'--- ,r ,---'--- ,---'--- ,---'--- ,  2 j-0.1 2 9$0 2 0.11---'--- ,---'--- ,  2 E-0 2 Ee50002 E10000---'--- ,-----'--- ,vX 2 xY Population-----'--- ,-----'--- ,W%  "Arial-2 V Growth Rate------'--- ,---' ' 'ObjInfoWorkbook  _1299681578F^{{Ole 4 B""$"#,##0_);\("$"#,##0\)!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$"#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Calibri1Calibri1Calibri1Arial1Arial1Arial1Arial=j M ,##0.00_ ` J `  ` J 883ffff̙̙3f3fff3f3f33333f33333\R3&STU@@Marco? West>@LC@LA@?@North33333F@33333sG@F@33333E@WY@8v = (l>X4迊3dj] 3Q MarcoQQQ3_4E4 3Q  WestQQQ3_4E4 3Q NorthQQQ3_4E4D$% M3O&Q4$% M3O&Q4FAV 3O-) | 3*@@#M43*??#M4%  M3O>&Q  Population'4% ~KnMZ3OH&Q  Growth Rate'4523  NM43d" 444  FMicrosoft Graph ChartGBiff5MSGraph.Chart.89qPRINTX9CompObj5eObjInfo7Workbook8 I  &" WMFC ll$lz3B EMFl$U"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"ArialXX po_0hr h|0r|h&>0r|h 0rh0ph d% +08Pdv% % % % % % % % % % " !%   r3% " !%   r3% %   V0]]]]&% ]  6]666]&% ( ] 6666.6.]6]66666^6^636366s6s6% % % " !% % %    R% % % " !% % %   G% % % " !% % %   G% &% ( N   6)666^Z6636-66s6N'%    V04h9NcN9% % % " !% % %   G)  V09C4)> )% % % " !% % %   G  V0o t% % % " !% % %   G  V0 % % % " !% % %   G^Z  V0D@xt^EsZ^oIZ^E% % % " !% % %   G  V0 % % % " !% % %   G3  V0tM3yH33y% % % " !% % %   G-  V0G-B-% % % " !% % %   G  V0"% % % " !% % %   Gs  V0Yss^s% % % " !% % %   G  V0lqq% % % " !% % %   G% % % " !% % %   G% % % " !% % %   r3% % % " !% % %   r3% % % " !% % %   s4   TT[xUU@@[xLP0%T`UU@@LT500%%%Td#UU@@LT1000%%%%TdQUU@@LT1500%%%%Td3UU@@3LT2000%%%%% % % " !% % %   r3% % % " !% % %   s4  TT+UU@@LP03%TT 1+UU@@ LP1%TTw+UU@@wLP2%TT+UU@@LP3%TTLp+UU@@LLP4%TT+UU@@LP54%TT!E+UU@@!LP6X%TT+UU@@LP7%TT+UU@@LP8%TTa+UU@@aLP9%TX+UU@@LP10%%% % % " !% % %   r3% % % % % % % " !% % %   cC.  TlmV"UU@@nVLXYears,%%%% % % % % " !% % %   r3% % % % % % % "L&WMFCll$ !% % %   iG  Rp"Arial f% fp[wh4^0!!hhx 0{! Llkwtd0b !!!8c; 0hr 0l[ 0[,Z @wc 0[dv% TzRUU@@z L`Population-)))%))% ( % % % % % " !% % %   r3% ( % ( % " r3!  " !  ( " F4(EMF+*@$??FEMF+@     '' "Arial-"System---------'- ,-'- ,-- $JJJ-J JJ- JFJzFzJWFWJ3F3JFJJJJ\\nn---'--- ,---'--- , F---'--- , F--J  \nufUC3&J- $JMJFJ---'--- , F\ $\_\X\---'--- , Fn $n}qnjn}---'--- , Fu $qux|uq---'--- , Ff $bfjfb---'--- , FU $QUYUQ---'--- , FC $@CGC@---'--- , F3 $/373/---'--- , F& $"&)&"---'--- , F $ ---'--- , F $---'--- , F---'--- , F---'--- ,---'--- ,---'--- ,  2 ;0 2 s.500 2 P(1000 2 ,(1500 2 (2000---'--- ,---'--- ,  2 G0 2 Y1 2 k2 2 }3 2 4 2 5 2 6 2 7 2 8 2 9 2 10---'--- ,-------'--- , 2 Years-----'--- ,-------'--- ,v&7 "Arial-2 t Population------'--- ,---' ' ' B""$"#,##0_);\("$"#,##0\)!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$"#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Arial1Arial1Arial1Arial1Arial1Arial1Arial= ,,##0.00_ ` J `  ` J 883ffff̙̙3f3fff3f3f33333f33333\R3&ST U?@@@@@@ @ "@ $@Marcoi@ r@y@@@@@|@ h@ t@ @ West>@LC@LA@?@North33333F@33333sG@F@33333E@WY@8v = h>X43d7L  3Q MarcoQQQ3_4E4 3Q  WestQQQ3_4E4 3Q NorthQQQ3_4E4D$% M0!3O&Q4$% M0!3O&Q4FAu = 3O  3*$@?#M43*@@@@#M4%  7M3O$&Q Years'4% wKMZ3O>&Q  Population'4523  NM43d" 444  BeVͯLUH;`!BeVͯLUH4 |xR=KA};s 4E (AC?F#_DL\B,,,Ÿ`aalm,-uD090Xd`ys3ogB0_XOz)c<ނJh?/F-th\3n6 \@ωaX۷cs0of y~ZIhU{)Ci 탒SM;JXF#׫zC֟R.oe{Ki5~gx>ҽyO2Cܦκ=n^3g||alBָ/+[/afNWPNx9H[pK;#oR^9} ՛&+ɷj:QGMj)!# \ǹ.LzP* w5Dd b % c $A!? ?3"`?$2['I[($hT;`!['I[($hT` PxR=KBa~sB IKRC:4ThTdJ)u $"pm~cCDAs{3

G 01 ?>H):S)g=\0 !>9gxM eJx& n,K ъ,ٵGZշa#kqW;l\c]Ykje;ڂ4X[$4ZMs[3po&rX^.-iYq k:; =V ͿdE%'zzcD\F\;}c@3Kܦ7shIx  OA c-S5.?m9Y`c:> YkpSgO\oʹ_pwi9I f~\*m}t Y?""̶e'2B6|߲O`h0l".nnx? IFvvF^ZDd b ' c $A#? ?3"`?&2=ZVL2? ;`!x=ZVL2? `!x3FxMhA߼6njchA7MzK'Rl`m m(媈(^׃WA{HAֿ?Dz4x9ɈO0sOVltbgoI؊PrXf3<ǺjgX3~ 1i9ߡQ|K81 LCB3 KZB>@#N 9_'ޛH_DPDd |b ( c $A$? ?3"`?'23@ݢE`vuv;`!n3@ݢE`vu4 `w0<xڥSkQmb6Mb)ji@iRAB $X)l!Yu@~&sEAK<-[ Eד` Q};ߛAqA>A^C$㱋蘧]XH3:}(X+^uX`y*ٻe n[@ݍDGň( Făq\!Mn[Nl#K"dk_n,agTZH3H@0827aH}+)4eڃ}p(Ar4xgQ כHa{,*~F~S\Aj XTF';iw AQF[o67nZsݪ7.FL`snXhl$Kw{/uh 5ㅈr5FZ Űֶɳ@_k%Gz$L pJoͮ*S wq]Eq9ޛ|Ÿ'`e,e-ivKH7] 21m7S&gq2:DÜwϚ=]Y%e<%?0% JDd |b ) c $A%? ?3"`?(2i)P=6NEE;`!=)P=6N` 0 xڥS=oA}#ĶG H%_P8:aGbmd !Tt)hHjGݜtTQN73ffw؃ ^(F$Ft.ˈ]VCcS9,`쑉{(*P謐\`[,u:xMZ䛭/mҭn PysxWkj7Sl\r](vy#8vYNƁcCrG9 7J2tvtbͧ1){񋘧ɋ>CFy4wXoݭv`$,8Q>:D!Uo'"N/٣ښD r~\YR4psU%FvnF#Sat\;RA?nq}i՜k% izQF9qr=>TfR]kFcuWԨ:ķnjn?(Ͷ)((?v +b*-%j!jm 1&D>hO0!>`T (cbZI=gnewf93s;XPq`= ÷Uwo\",h;JW HTnG)C@J]ݲq զ6(CP^jj`6KQP,T>V[iLWTsCMR2:)t&P_1(U(!(sP Qjuǜb|dM({'U&]l_'FǮc'!| m|{h0O|a(OĸY%κ߻{~:lZ6 i#6Lf(Pb(UJ=bX&|(C|6)LI7cI1-erV9gؠO`هߒ]k{ }' }o3G }/2 }Ü2#Id?hAC?h 1~A-.@{EyQ$2۲댢 -ddgP}t=Ӟgbb冯E Zo-ϧlMרH:kQVlTZ,t#׋\? ,c^~shkFفr+1lGMy9F+ncCY5 ڮrfGE9(mPQbhۈ嘮DrQ1ʘv):/xѶLQ|ܧ8wYcAOl=ȰH--ﶌS$g<|/64FY2ֽCDxW}r\0V>gC&,-pog}]0-\1]ngGz{ӁG܁GΈ9pȹ$d4/c.qJ\fYwkFM6TCv"k5ƴ@Hs<&V.aL-ӹb:g~!Z]K/%ꮥRܵ',޿gpݣ3Up!&$?j=B; _)?0ʊBdEqổ0I|$LqO[zdD1/dRᵲe5wKt;[bʙ]hHIGwdiKCQ-o; q߸# 818RH)ܮ:)K e6N\Licik"=6嘻e֫^%PX֪VEU"-RX*5bƈ#SX\aqTA *lPaC R>rV3=ϞZ2~שgFq\9i؆(xEs4cKFEZZj#ju+".v-=ziEf/3PK6S)ivۤZGs:{ZG:ZG>:ZGq:[\Y7\~8~2+W~?gȢuEC4M -z Vv | /c|2+oT;gשGʼpre$&: HHHDC$s1uve׸(-fm-v{ۺuuvT bd QPZ9Bsn`~-[(w@觹=SiP}ZI /OIY[75ؔ$$Ifl!vh#v#v:V V t06554 Valytl0kd$$IfV8 4H\p  t06888844 Valytl0$$Ifl!vh#v#v:V V t06,554 Valytl0kd$$IfV8 4H\p  t06888844 Valytl0 Dd S b + c $A'? ?3"`?2h 뛨0%b^8D ;`!< 뛨0%b^8Z8 )P  x[lU?_}2|'2-}}td]!t€)۠5}FЦPe).,nd\!DLH0nɖ@ȒmMtI{w{oox?~9{U*֞RNݞT(]hRo,0k?i^w>AxUJv5A=OB:]P?WJ=xS_?^}L2#܇M:ZHc$PR};cکl(h;JIޒ3]8C68̷ilQs+g^ܳO_L:^?*2N0rr/󝥹'FsFQ!O2gi/x4uǽ'%E0/ʈב\®9XYhb(j}(DZ :w% /Fn\mni[S^|5^< 6dug7uo75>>&Ox }?;??c|MϾɧ=sؗ\VC=[KU8iо}G"% =—a//V/5bY~k<ǜyrJq' Qw ܛX zMm;,x<Po(TS~['7c~c@_h׌C̯֚?[1Gdہ<@[Aَ[AyD{<*)A *ݐ ceA٭](|D8 mGAQPu"c<_D *Ɠu`O:F央Wd> *3=c,FOrF4|Q1}0'q0zt"c_Q1L`(`P:[1^Q1^jS` /)F_墮WWdWk d2ceWA2LEgoT|]4jjPtb-n}b<y.iZ2VuEU/ǰIH~@ x.shx`G[<,Эv;q-xmuق  O^ܼ O^w/ O^9˱7J,AJ9B} ax z5`W]>*8avv;(V9o/{6 oCx .;l/w%cd_g80]%iׯm`4qV5MBBۼsQ _&2齳3/A[Oy{zw%nUxm6F0a9ǂ! :{zzb05Xx_,O=VP5XzzLĵ};)^wI\yF#D-O߃5woNs h;~+QA;J"sKQI~_@ |HG׻"4c `{Mio(5u{x{ce>mF~ܮ(#J#pK48 ;c:bU1eg3Do+\+a]sl䒀oZݫ p?mIIc-@̪ϹdZbO!Z֣Y6RVmkefg]ZE}+,*ﺔ;!v̮39+;Wطl;gW==L.~{jn85o4향35݋n3h=?[lZkjg+gE};KZNncHo%WmQէss4b1hz ϡ=f٣hkpplȡY5@;Ys⭚S-Bp%2ΊZYŷkf5fJ Dd x{ b , c $A(? ?3"`?2 f:"l7A ;`! f:"l7A8^& xmlޮ :[(6WGqqj5]MLCcnLXR(}Uѥ%-BB4R+ErT5(TPI"AC TG$TjBAi7fononP=ϼf̛yГ ˺j.ƞHBN!`7B B[}F>pHW'>N&>G*3.!Is1å @dRKjfW!u@mD:' -JF!VR e,N^\ZCqk1B%BRF93Wc0mxZ ȏ)gѨN!bUm0~GvJ>k"vFFW}؇Wcn^J/?b(k?<o}׆zף#(XSW+Ctmq3M_|,XO%6>W"٦oҺCH12¸i1 Ʊ>.H_(C+`?O.e_VzXP5`H@!α-F0Q&L!w[ҕ5r>w7 <v)8ns&s] ~jQS)Y~Io+\wIk{gL޻F7z'Y󝼚o-wӈA~Z3BJp$cJ{o@c(Ke<65O񾭟}܌{3RzETYHk/; Ҟ}܍A-e(Q1i }{r3{^>|<yLLѷ,{#r~%u/)C|=]_/r~:K<2ï7}w`ىl{1_c11EU'@~R#M&OFx}<))ʶ[ +`"=})gDT>=d1?=%}"&x9H>~{+6E߅7`G~re6Ί3ݖi~"(|fO[xK?cޣ?G@B|R4ʢU*z$.!+DAM,C~S -GY~h yK3 [kz3x5gvș E9c`F:|ud9q2Xז,熇3њwy>s?BxWU`Pr;ynw)ߕͭJ@'[};rUW5UWl:B\zn-unqw4[![!s|iMyØGuZńb<֗_(=0<һAhJCE-|i0jm9#$;;HQgĦѺ>lZ yԖsu^wK5XônqW(ejq~MDy?uRYťm$_]57p'oY!3Ѝy3b]7j_kqoTc?DOFww)w{_+[.*TK?R-4lDkE[WXoVY_[xjhg_7I_Ef8X͑s+xk){%8'b!즮xT7{顼xX2=e둾e¢Z=ml)ۮ+MHZkr%gbmu-ۡu;b-HՏ)CuhmҡM:4uǹgs#EbBέ1.εuL5U8L)ztx s<<#8Rq/#vvm&gƻqe׺(:8QgFwv-E- #*٣0gљUl>lh4/^ZG3gW.:uiu^ZG^?¥~yetKkeXŖ:ʍYE-u+YZ(gW沴ѯu^9ZG9@?뼲n>n&zr@wwFH0,fnM\z'rMޒKJzσfgOa~ Js{{=issN N²,7V8}=;N㨼/8}CaQf-,_7R{!תz7P#| 7v  ߓ98!<'*nH7SZx&{:VL6 ?m[Gn$$Ifl!vh#vc #vz:V s t065c 5z4 salytr$$Ifl!vh#vc #vz:V s t06,5c 5z4 salytr Dd x{ b - c $A)? ?3"`?2@C._"a;`!@C._"a.^&nxZ]LTG>.˂d!JD7^'$5j,ZTEAKMHJC4VCJJ}hL }H[MՇ&4i 3sΎw"^rvf3s~f̝!_4T _]_[c0 c OYyRR>%H>3D_[_j6Q wXEBq \B$-f"VwF[7;(C䭸ey)fN<(y8tHgP~ll )_4),Yw #_#:TݛeLєٲjhi"OH8a:ƭʚ65QLaoRåd}V |D +f}m!#Ḟyzucr==.L!efjC{Hc+"u+"{x/+}c7vSHc"u"<ݞ>wiw~D.`~Dx!+}sAH 𶫱\:Wr6()7G|E>Ed le2ޥjK}ݖ1zB(亇>@ #yFA M*t29U8,l`^P >?< .Ut8hUZұAZO:ꈑ:btt&:žtT9x3Ezמ37ژ1Θl6w.sGPm2IeV*@*;}e. U AG˱*ss9Q y^h~˼}wF3}W3f]v: 1mÓ[-iNrh$J90Q7/Ke0}Gtq!"] M.yE 0889\{7ÃϧA;9z;9l0|a4{p<ߚFt2yoDx(C|=hn玛x|;屺,x]_(}[PdanZCsKeoho" 38#!: nsSw.sA`5>&|-A _N7s6g5ߤ Yb^CoY.$1dߣ xj&ټ4s*%&1 wǴ;˲MLbC/*Yюû7S]lȰR'Fw&Gf@q}O}-Þ͖%Xǖbpd\ܺIk<&6Ř[%.NK^bK%Tb%+QiNbkXz$/~ IlHbjJ\?=q'k~u'^t=_CEŢ b@F[6gDɱo#Is%2,1vRj"u^>}o_z* Kr)jgU%ֱOg]Ifc:[Zb4uN͛t9,dʺ3YC^~=!ds}~y'a1߱VYK++kVXiJVp뜘9aJrGxsN1zχp-afXgr$# ͑J2rȊ3Ksq;SQ^{"]Mm:6%X9elfc?>:z=lo"h `XE|r/-F0y/y Dd x{ b . c $A*? ?3"`?2/ u "@/5` 9;`! u "@/5`7^& x͛lϽ 6*jMKHXd(CApTtN,$:nl #5F1%&Xe?E)l:c=="yzkTSˍ2u5-eզ˗%D2 QIi4&sE7f;T3-黂&]KZm~O2'=Jy^ziwA%:f6yj@M)s1eʨ<ޙY2<:MT\LmXA>3, ҐG_\r2 Z%h3倗~'AjZjv&;Nxny \MmR4NMk4dPI坶.>]m\Y={*-iX֣/Я$wr\t0LڼJ:n1i+[j/C2Jrv%oYfjw+3Wݍar>Ì飴[~|M?f77dZv,c=aCv5V}mf==cvIބ_d xZ{.U0Rqmestaɸ=@KО@QSL ـ-&eL&( G9358ɖluvu%排Af ;]I=M9n_uKu?b|}ׯoUu1/]~|?>}1>$Wᅨ{N^FbkTs(iܾ  \_b&8M|9σ0h*σϸ5>W/zR\~V_$袴O2a.==@#@YdxàHVy ڰk&~#y0 x v cxk~c~d~Kö)ls(#b4ws,33ךl?[G /Uۙ4.+ ?k@x\2H5W**+] r&gZu]PV` JOGk[ˈ~@>:5 T_ Wg?S` %P+aWBYa"SS,(u ebTlà(rUXck2~|Q= ]1Cu?6rZƸ_b1>>x(=P(|ߴq_wb16*P#P^mmZ8zCdfO@1B֣P>ic3>yx!cbEp!}M /ٗKqNHm!%?n/;#yFD[3"n Hf92 tB:g!ZOz}Hv  X<CzmWg!ux#P+oJ~ zll#WgV eZ+nkфmUf%^q[םV3:.r//8~4֚B7D[\7vtn,A\ӹNt> :/ l~.SSC ]4NKubzSW\xOzxjv6gG@b؎W[|u&P;)5PhoW&8M#YNNѼ<1iJ}bR^&P\N-o>}:qEs h!NC}%V~+В+)5R>7Y~_6P ͛e!-Mwrs $m2/C뇃J}{i+}6r8>::>ݢVVB?{ͽm ~Y5Vjoػ״3^?Dkt_U6[A=cn͊'v YY/Ըk.)ܹhȶQ2Nی+C;uwbǦz$]=c%Qh)KU\:it 7:z긾Ddj3Iv>Rv r $*^m)ʈH]P 'I;Wlؘz1^mV<_)'k25vdi݃ c-YhK ~˭G+}'|"ZK)==yҪعYRAoyGYO%VgYd2V[m6ҟe(aWꊸ]Fl~Y$σ9[rN/[ Z ߩ?w~ \Iʳm׬!| '4:ǝ Melgy][e%٩De] ۵DzXb&:a + h{EBth\5n B:..E awEDƗ׷yѐ؂Q P!B:>ƌv`V_/,s|eZ$Z6:=@e?G5XXg]N e߲=rR >#f=}܉>qKѼS7P֣V,\ssx\٦O3l_xض ,y|9Abi!)R9).^}LFe󖳮x\&H=7i2ۺ;>veoWʾQkV*\eSP ='ɜcλɾiPe+{\;C*^eTNeRv;>7j AK/t?%}姯c.Ng'^Czi~MO~zZ lgݚ͹J- ۄgFr1K/B`(x,3*7malCxg}aǾO;3T867g`g'5TFhv]Wы_ u"mJG4*2bIhD`(Avhn51i-Vkѝ FM]T74Fib7lԈw;o|O PN}w>U rRe 7y )s1@@[l-g &Zނ#yM߻yżK Xjih~1?f h1oKH)*޶;'3볨@'p'= iG=6 a N!9ONή6Jg{!^I LA؛W۹FS:הFks>J*w7N Stsy&-+{h;;Ї[ڜ${(IHx;l `Z  |~p|5|s.2H{b¿ET(љȤ%v4=Oz27sSkcl//^Z -<z "=C{T_>1jKJFi+F%pCFLy k}i)*5|nW=}V"L}˳ouN ?BٴE*8<Z w)v`d?h1zZ!f۹~rsB|]`j비Fٷz.MGjhvpHhN6fI@FJsO,rIT=֐cڍY/6۽(.Btv\+u߷+uSQ֭쌕B3BwF)qȮ7qeb}3eUW|Ȃ`(xvڑk}vZzkz =1'zonal5ÿm!gάi.N2'ޗɓۍ7>­ߵg&Grǧ^;g~ٶY[?j7~;fYLL"|޻kWNW}_<|btn$7 _}hϷY/- k AU6 nyZYx+ogGpˆ$$Ifz!v h#v@#v :V l t065@5 azyt3dokd$$Ifl  N N v.V@@@@@ t06000044 lazyt3d$$Ifz!v h#v@#v :V l t06, 5@5 azyt3dokd$$Ifl  N N v.V@@@@@ t06000044 lazyt3d Dd x{ b 1 c $A-? ?3"`?26 H`v?N/($G* ;`! H`v?N/($G*8^& x[}hӝ8b?R;Α.H"*mD,bV$[1"Pj Je HK(DMi`bMӸϔ37oƻul/tŻ}oޛyovwfe@ 2\_ x hZ׽/`_d? )pA$R%"(|P"ۗeW3 ځ@;.[Dfy@u6b4fŏ-=Dڟ uеMT,Q(;&eZ=*yV;j(Pyii \CQMH}Tv /רmmw" ,2rɔŦ]0 >Y3_w2{~Jͫ7x~eY/CVp}2 ŖsnlQq}R9lۏ67vN=أxs`mzj W(nw5\J^q^ ċH:s~š|M 呦]yXg4i^_Z1)qdی\zOۈ'ZVY:^Mam\ c#Swj|G;?sʧO}2wkn߯5SJjY?4_W4Sy/WUT+Par+7#!rJ>d[v#U!A:S&g74=~橍J{jMS3 -wNir\ˍCZ.hߡzێi-vSZ{+>W?yi{?2"Jl )m]H'~D\$Oyx}cQHD~DhY()Q"'Pz Q~>X>9"G/ Fz|B4JO!2/b q)Dz|EMEdb.~"uaآFP>H V · Eg=+%v=ɽ䡳/Όs^9RVMCDHOh:gHΙ:[5I]Cܦ' :C|Ry>y9$O7B|JOHnC1|v{MIiF>m^%̸\0`kQo>6˱u7o:-[`~9Ki/޷}G\{ߵb;%mǷ;ݽU?_66Hag9'w5j]n0z$}pkoۉ{A_$F20 ߹Unq0UZ߁6bw~^1cm2}3%y!ezȼ}Xߓdî4kYorqƃuQ5ŗw(O/:R"'E(?-*G<5}honΨh}A f~7Qe4u mrjITyD~-x?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]gabcdefjklmnopqrstuvwxyz{|}~I Q &" WMFC hh%lz3B EMFh%U"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"ArialXX po_0Zr Z|0r|Z&>0r|Z 0rZ0pZ % +00dv% % % % % % % % % % " !%   r3% " !%   r3% %   V0]]]]&% ]  6]666]&% ( ] 66666t6t6]6]66666^6^636366s6s6% % % " !% % %    R% % % " !% % %   G% % % " !% % %   G% &% (    6666^663666s6'%    V0% % % " !% % %   G  V094 % % % " !% % %   G  V0ot% % % " !% % %   G  V0  % % % " !% % %   G^  V0Dx^s^I^% % % " !% % %   G  V0% % % " !% % %   G3  V0M3H33% % % " !% % %   G  V0% % % " !% % %   G  V0"% % % " !% % %   Gs  V0Yss^s% % % " !% % %   G  V0% % % " !% % %   G% % % " !% % %   G% % % " !% % %   r3% % % " !% % %   r3% % % " !% % %   s4   TT[xUU@@[xLP0%T`:UU@@LT200%%%T`aUU@@aLT400%%%T`#UU@@LT600%%%T`JUU@@JLT800%%%Td UU@@LT1000%%%%Td3UU@@3LT1200%%%%% % % " !% % %   r3% % % " !% % %   s4  TT+UU@@LP0%TT 1+UU@@ LP1%TTw+UU@@wLP24%TT+UU@@LP3X%TTLp+UU@@LLP4%TT+UU@@LP5%TT!E+UU@@!LP6%TT+UU@@LP7%TT+UU@@LP8%TTa+UU@@aLP9%TX+UU@@LP10%%% % % " !% % %   r3% % % % % % % " !% % %   cC.  TlmV"UU@@nVLXYears,%%%&WMFChh%% % % % % " !% % %   r3% % % % % % % " !% % %   iG  Rp"Arial y%` yp[wZ4^0!`hZPo 0! Ldkwtd0b0!!!8c; 0hr 0d[ 0[XZ @wc 0[dv% TzRUU@@z L`Population-)))%))% ( % % % % % " !% % %   r3% ( % ( % " r3!  " !  ( " F4(EMF+*@$??FEMF+@     '' "Arial-"System---------'- ,-'- ,-- $JJJ-J JJ- JFJFJnFnJWFWJ?F?J'F'JFJJJJ\\nn---'--- ,---'--- , F---'--- , F--WJ  ,\%n('('''''WJ- $JSMWJZFWJS---'--- , F,\ $\(_,\0X,\(---'--- , F%n $n"q%n)j%n"---'--- , F( $%(,|(%---'--- , F' $#'*'#---'--- , F( $$(+($---'--- , F' $$'+'$---'--- , F' $$'+'$---'--- , F' $$'+'$---'--- , F' $$'+'$---'--- , F' $$'+'$---'--- , F---'--- , F---'--- ,---'--- ,---'--- ,  2 ;0! 2 .200 2 g.400 2 P.600 2 8.800 2 (1000 2 (1200---'--- ,---'--- ,  2 G0! 2 Y1! 2 k2! 2 }3! 2 4! 2 5! 2 6! 2 7! 2 8! 2 9! 2 10---'--- ,-------'--- , 2 Years!-----'--- ,-------'--- ,v&7 "Arial-2 t Population------'--- ,---' ' ' FMicrosoft Graph ChartGBiff5MSGraph.Chart.89q B""$"#,##0_);\("$"#,##0\)!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$"#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_(ObjInfojWorkbookk _1299682421F{{Ole "$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Arial1Arial1Arial1Arial1Arial1Arial1Arial= ,,##0.00_ ` J `  ` J 883ffff̙̙3f3fff3f3f33333f33333\R3&ST U?@@@@@@ @ "@ $@Marco@@̏@Kvl@IOd@j -@.I@ks;@ lu9EB@ X]#>@ \U]@@ West>@LC@LA@?@North33333F@33333sG@F@33333E@WY@8v = #>X 43d7L  3Q MarcoQQQ3_4E4 3Q  WestQQQ3_4E4 3Q NorthQQQ3_4E4D$% M0!3O&Q4$% M0!3O&Q4FAu = 3O  3*$@?#M43*@i@#M4%  7M3O$&Q Years'4% wKMZ3O>&Q  Population'4523  NM43d" 444   FMicrosoft Graph ChartGBiff5MSGraph.Chart.89q B""$"#,##0_);\("$"#,##0\)!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$PRINT:CompObjeObjInfoWorkbook I Q &" WMFC hh%lz3B EMFh%U"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"ArialXX po_0Ver Te|0r|Ve&>0r|Te 0rTe0pTe % +0dv% % % % % % % % % % " !%   r3% " !%   r3% %   V0]]]]&% ]  6]666]&% ( ] 66666t6t6]6]66666^6^636366s6s6% % % " !% % %    R% % % " !% % %   G% % % " !% % %   G% &% (    66866^9663:66;6s6;'%    V0% % % " !% % %   G  V094 % % % " !% % %   G8  V0oR#8Mt8#% % % " !% % %   G  V0 % % % " !% % %   G^9  V0DxS^$s9^NI9^$% % % " !% % %   G  V0% % % " !% % %   G3:  V0 MT3%H:3O:3%% % % " !% % %   G  V0% % % " !% % %   G;  V0!"U&;P;&% % % " !% % %   Gs  V0Yss^s% % % " !% % %   G;  V0!U&;P;&% % % " !% % %   G% % % " !% % %   G% % % " !% % %   r3% % % " !% % %   r3% % % " !% % %   s4   TT[xUU@@[xLP0%T`:UU@@LT200:%%%T`aUU@@aLT400%%%T`#UU@@LT600#%%%T`JUU@@JLT800%%%Td UU@@LT1000%%%%Td3UU@@3LT1200%%%%% % % " !% % %   r3% % % " !% % %   s4  TT+UU@@LP0%TT 1+UU@@ LP11%TTw+UU@@wLP2%TT+UU@@LP3%TTLp+UU@@LLP4p%TT+UU@@LP5%TT!E+UU@@!LP6E%TT+UU@@LP7%TT+UU@@LP8%TTa+UU@@aLP9%TX+UU@@LP10%%% % % " !% % %   r3% % % % % % % " !% % %   cC.  TlmV"UU@@nVLXYears,%%%&WMFChh%% % % % % " !% % %   r3% % % % % % % " !% % %   iG  Rp"Arial %# p[wTe4^0!c#hTe$a0#!5 LTkkwtd0b!c!8c; 0hr 0Tk[ 0[XZ @wc 0[dv% TzRUU@@z L`Population-)))%))% ( % % % % % " !% % %   r3% ( % ( % " r3!  " !  ( " F4(EMF+*@$??FEMF+@     '' "Arial-"System---------'- ,-'- ,-- $JJJ-J JJ- JFJFJnFnJWFWJ?F?J'F'JFJJJJ\\nn---'--- ,---'--- , F---'--- , F--WJ  \5n5555WJ- $JSMWJZFWJS---'--- , F\ $\_\ X\---'--- , F5n $n1q5n8j5n1---'--- , F $ |---'--- , F5 $15951---'--- , F $ ---'--- , F5 $25952---'--- , F $ ---'--- , F5 $25952---'--- , F $ ---'--- , F5 $25952---'--- , F---'--- , F---'--- ,---'--- ,---'--- ,  2 ;0X 2 .200 2 g.400 2 P.600 2 8.800 2 (1000 2 (1200---'--- ,---'--- ,  2 G0X 2 Y1X 2 k2X 2 }3X 2 4X 2 5X 2 6X 2 7X 2 8X 2 9X 2 10---'--- ,-------'--- , 2 YearsX-----'--- ,-------'--- ,v&7 "Arial-2 t Population------'--- ,---' ' '"#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Arial1Arial1Arial1Arial1Arial1Arial1Arial= ,,##0.00_ ` J `  ` J 883ffff̙̙3f3fff3f3f33333f33333\R3&ST U?@@@@@@ @ "@ $@Marco@@\ Ac@d:tz@O-@XP@^YԚ@W}W@ W’@ ,@ dB%@ West>@LC@LA@?@North33333F@33333sG@F@33333E@WY@8v = # >X 43d7L  3Q MarcoQQQ3_4E4 3Q  WestQQQ3_4E4 3Q NorthQQQ3_4E4D$% M0!3O&Q4$% M0!3O&Q4FAu = 3O  3*$@?#M43*@i@#M4%  7M3O$&Q Years'4% wKMZ3O>&Q  Population'4523  NM43d" 444   FMicrosoft Graph ChartGBiff5MSGraph.Chart.89q_1299683372F{E{Ole PRINT=6ACompObjeIu  &" WMFCR )lzVBw EMF)"U"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"ArialXX po_0Ver Te|0r|Ve&>0r|Te 0rTe0pTe % +0@dv% Rp"ArialXX po_0Ffr Df|0r|Ff&M0r|Df 0rDf0pDf % +0/=================dv% % % % % % % % % % % % % % % " !%   r@% " !%   r@% %   V0iiii&% i  6i666i&% ( i 666666G6G6X6X6i6i66666^6^636366s6s6% % % " !% % %    R % % % " !% % %   S% % % " !% % %   S% &% (     66Z66^663X666s6V '%    V0& ! % % % " !% % %   S  V094 % % % " !% % %   SZ  V0o@tEZotZE% % % " !% % %   S  V0  % % % " !% % %   S^  V0Dx4^s^/I^% % % " !% % %   S  V0% % % " !% % %   S3X  V0>Mr3CHX3mX3C% % % " !% % %   S  V0 % % % " !% % %   S  V0"8 3 % % % " !% % %   Ss  V0Yss^s% % % " !% % %   SV  V0<pAVkVA% % % " !% % %   S% % % " !% % %   S% % % " !% % %   r@% % % % % % % % " !% % %   ?   TV|UU@@VLpr=2.46 A 4-cycle 0...9..-..% % % % % " !% % %   r@% % % " !% % %   r@% % % % " !% % %   sA  TT[UU@@[LP0%T` YUU@@ LT200%%%T`UU@@LT400%%%T`jUU@@LT600%%%T`UU@@LT800%%%Td.{UU@@.LT1000%%%%TdUU@@LT1200%%%%Td?UU@@?LT1400%%%%% % % " !% % %   r@% % % " !% % %   sA  TT7UU@@LP0%TT 17UU@@ LP1%TTw7UU@@wL& WMFC )P2%TT7UU@@LP3%TTLp7UU@@LLP4%TT7UU@@LP5%TT!E7UU@@!LP6%TT7UU@@LP7%TT7UU@@LP8%TTa7UU@@aLP9%TX7UU@@LP10%%% % % " !% % %   r@% % % % % % % " !% % %   cO.  Tlmb"UU@@nbLXYears,%%%% % % % % " !% % %   r@% % % % % % % " !% % %   iS  Rp"Arial % p[wTe4^0!hTe0 !{ L4gkwtd0bx!!8c; 0hr 04g[ 0[8Z @wc 0[dv% Tz^UU@@z L`Population-)))%))% ( % % % % % " !% % %   r@% ( % ( % " r@!  " !  ( ( " F4(EMF+*@$??FEMF+@     '' "Arial-"Arial-"System--------------'- ,-'- ,-- $J==JJ=-=J =J=J- JFJFJFJFJzFzJfFfJQFQJ=F=JJJJ\\nn---'--- , ---'--- ,9F---'--- ,9F--J  P\nTPTPJ- $JMJFJ---'--- ,9FP\ $\L_P\SXP\L---'--- ,9Fn $nqnjn---'--- ,9FT $QTX|TQ---'--- ,9F $---'--- ,9FP $LPTPL---'--- ,9F $---'--- ,9FT $PTXTP---'--- ,9F $---'--- ,9FP $LPTPL---'--- ,9F $---'--- ,9F---'--- ,9F---'--- ,--------'--- ,$ S !2 Ur=2.46 A 4-cycle -----'--- ,---'--- ,----'--- ,  2 ;0 2 .200 2 .400 2 .600 2 s.800 2 _(1000 2 J(1200 2 6(1400---'--- ,---'--- ,  2 G0 2 Y1 2 k2 2 }3 2 4 2 5 2 6 2 7 2 8 2 9 2 10---'--- ,-------'--- , 2 Years-----'--- ,-------'--- ,&e "Arial- 2  Population- -----'--- ,- --' ' 'ObjInfoWorkbookk _1299683411FE{{Ole  B""$"#,##0_);\("$"#,##0\)!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$"#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Arial1      !"#$%&'()*+,-./0123456789:;<=>?@ABCDFGHIJKMNOPQRSTVArial1Arial1Arial1Arial1Arial1Arial1Arial= ,:,##0.00_ ` J `  ` J `  883ffff̙̙3f3fff3f3f33333f33333\R3&ST U?@@@@@@ @ "@ $@Marco@fffff@*jS@+PoO@Bn#@Wl@N@wZ@ @tR@ 4|@ uS@ West>@LC@LA@?@North33333F@33333sG@F@33333E@WY@8v = >X 43d7L  3Q MarcoQQQ3_4E4 3Q  WestQQQ3_4E4 3Q NorthQQQ3_4E4D$% M0!3O&Q4$% M0!3O&Q4FA^u s3O 3*$@?#M43*@i@#M4%  7UM3O$&Q Years'4% KMZ3O>&Q  Population'4523  NM43d" 44% QvM73Ok&Q &r=2.46 A 4-cycle'44   FMicrosoft Graph ChartGBiff5MSGraph.Chart.89q B""$"#,##0_);\("$"#,##0\)PRINTi^CompObjeObjInfoWorkbook[Iu u/ &" WMFC ,,;lzVBw EMF,;VU"F, EMF+@XXF\PEMF+"@ @ $@ 0@?!@ @     !" !" !  Rp"ArialXX po_0Ver Te|0r|Ve&>0r|Te 0rTe0pTe % +0pWdv% Rp"ArialXX po_0Ffr Df|0r|Ff&M0r|Df 0rDf0pDf % +0/=================dv% % % % % % % % % % % % % % % " !%   r@% " !%   r@% %   V0iiii&% i  6i666i&% ( i 666666G6G6X6X6i6i66f6f66z6z,6,6% % % " !% % %    R % % % " !% % %   S% % % " !% % %   S% &% (    6666B6f:66R6o666;n6^166666636W6z66666,b6O6s6J66<'%    V0% % % " !% % %   S  V0% % % " !% % %   S  V0% % % " !% % %   S  V0y9~4 ~% % % " !% % %   SB  V0(\BWB-B% % % " !% % %   Sf:  V0L Tf%{:fOQ:f%% % % " !% % %   S  V0ot% % % " !% % %   SR  V08l=RgR=% % % " !% % %   So  V0UZooZ% % % " !% % %   S  V0 % % % " !% % %   S  V01,% % % " !% % %   S;n  V0!TU;YPn;&n;Y% % % " !% % %   S^1  V0DxK^s1^FI1^% % % " !% % %   S  V0hm% % % " !% % %   S  V0% % % " !% % %   S  V0sxx% % % " !% % %   S  V0% % % " !% % %   S  V0v*{%{% % % " !% % %   S3  V0M3H33% % % " !% % %   SW  V0=jqWolWBWo% % % " !% % %   Sz  V0`zzez% % % " !% % %   S &NWMFC,,;  V0% % % " !% % %   S  V0% % % " !% % %   S  V061% % % " !% % %   S  V0"% % % " !% % %   S,b  V0HF|,MAb,wb,M% % % " !% % %   SO  V05iOdO:O% % % " !% % %   Ss  V0Y ss^s% % % " !% % %   SJ  V0|0d5J_J5% % % " !% % %   S  V0% % % " !% % %   S<  V0"V'<Q<'% % % " !% % %   S% % % " !% % %   S% % % " !% % %   r@% % % % % % % % " !% % %   (?K   T5V=UU@@5V Lhr=2.9 Chaos! 0..<3.3.% % % % % " !% % %   r@% % % " !% % %   r@% % % % " !% % %   sA  TT[UU@@[LP0%T` YUU@@ LT200%%%T`UU@@LT400%%%T`jUU@@LT600%%%T`UU@@LT800%%%Td.{UU@@.LT1000%%%%TdUU@@LT1200%%%%Td?UU@@?LT1400%%%%% % % " !% % %   r@% % % " !% % %   sA  TT7UU@@LP0%TTTx7UU@@TLP5%TX;7UU@@LP10%%TX7UU@@LP15%%TXU7UU@@ULP20%%TXP7UU@@LP25%%TX7UU@@LP30%%% % % " !% % %   r@% % % % % % % " !% % %   cO.  Tlmb"UU@@nbLXYears,%%%% % % % % " !% % %   r@% % % % % % % " !% % %   iS  Rp"Arial %$ p[wTe4^0#$!$hTe>0$!u L4gkwtd0b#$!!8c; 0hr 04g[ 0[8Z @wc 0[dv% Tz^UU@@z L`Population-)))%))% ( % % % % % " !% % %   r@% ( % ( % " r@!  " !  ( ( " F4(EMF+*@$??FEMF+@     '' "Arial-"Arial-"System--------------'- ,-'- ,-- $J==JJ=-=J =J=J- JFJFJFJFJzFzJfFfJQFQJ=F=JJJJhh---'--- , ---'--- ,9F---'--- ,9F--zJ  KPVp\VbhGntzLi_tQQQOWFUHzJ- $JvMzJ~FzJv---'--- ,9FKP $PGSKPNLKPG---'--- ,9FV $VYVRV---'--- ,9Fp\ $\l_p\sXp\l---'--- ,9FVb $bReVbY^VbR---'--- ,9Fh $hkhdh---'--- ,9FGn $nCqGnJjGnC---'--- ,9Ft $twtpt---'--- ,9Fz $z}zvz---'--- ,9FL $HLO|LH---'--- ,9F $---'--- ,9Fi $fimif---'--- ,9F_ $[_c_[---'--- ,9Ft $ptwtp---'--- ,9FQ $MQTQM---'--- ,9F $---'--- ,9FQ $MQTQM---'--- ,9F $---'--- ,9FQ $NQUQN---'--- ,9F $---'--- ,9FO $LOSOL---'--- ,9F $---'--- ,9FW $TW[WT---'--- ,9F $---'--- ,9FF $CFJFC---'--- ,9F $---'--- ,9F $---'--- ,9FU $QUXUQ---'--- ,9F $---'--- ,9FH $DHKHD---'--- ,9F $---'--- ,9F---'--- ,9F---'--- ,--------'--- ,$ ] 2 ` r=2.9 Chaos!  -----'--- ,---'--- ,----'--- ,  2 ;0 2 .200 2 .400 2 .600 2 s.800 2 _(1000 2 J(1200 2 6(1400---'--- ,---'--- ,  2 G0 2 e5 2 10 2 15 2 20 2 25 2 30---'--- ,-------'--- , 2 Years-----'--- ,-------'--- ,&e "Arial- 2  Population- -----'--- ,- --' ' '!"$"#,##0_);[Red]\("$"#,##0\)""$"#,##0.00_);\("$"#,##0.00\)'""$"#,##0.00_);[Red]\("$"#,##0.00\)7*2_("$"* #,##0_);_("$"* \(#,##0\);_("$"* "-"_);_(@_).))_(* #,##0_);_(* \(#,##0\);_(* "-"_);_(@_)?,:_("$"* #,##0.00_);_("$"* \(#,##0.00\);_("$"* "-"??_);_(@_)6+1_(* #,##0.00_);_(* \(#,##0.00\);_(* "-"??_);_(@_)1Arial1Arial1Arial1Arial1Arial1Arial1Arial1Arial= ,:,##0.00_ `  `  ` J ` J 883ffff̙̙3f3fff3f3f33333f33333\R3&ST U?@@@@@@ @ "@ $@ &@ (@*@,@.@0@1@2@3@4@5@6@7@8@9@:@;@<@=@>@Marco@@hor@ l'@&3@C:s@_@аQc@ @@ O9@  `t@ -@ "o!@_@ūmْ@9A~@x@j }@B>ǒ@=p+'@@rSz@5_֑@؋w@jH|@&ji_@1hs3|@)E@0@~7@AlDg@ West>@LC@LA@?@North33333F@33333sG@F@33333E@WY@8v = >X43d7L 3Q MarcoQQQ3_4E4 3Q  WestQQQ3_4E4 3Q NorthQQQ3_4E4D$% M0!3O&Q4$% M0!3O&Q4FA^u s3O 3*>@@#M43*@i@#M4%  7UM3O$&Q Years'4% KMZ3O>&Q  Population'4523  NM43d" 44% +QJvM73OV&Q  r=2.9 Chaos!'44 Oh+'0l  ( 4 @LT\dӷB[A}Zzoڷ/ulq/u,+/u,.u,ڟ.u,Y.ulFkOֱY:Zfn?aKkY絃Z*Vyv\d iΟL[a [e5 l8EMӪs*QdVzD #- ǑrdLp HwUy< 9]Anp)D|WcZҏSЛ>wG{*|wx%36DKne -x{4кRmuJP&~CG{ >/#2˪y}XcQxS=oy#c_k{gM& Dd x{ b 2 c $A.? ?3"`?2p 6Oը [a플L ;`!D 6Oը [a플6:^& x[oLݻPTNjV9솤]JVQ8؆"R!bҞ)_*"[U#Y= JU$TVDߛ}377rKlWk ;{~̛ݝ  T~JYmus-Œ?Ռ5 93vRReHX꺲?u`mԹ J!]T.d-mn *o<m]m9B ~A[ H\A^=U͗`Y*򫫫[?JjojSuWMX".QGmCm Ie*ommgy/'n'nCOfXNIks,Q5a$;z`}C EOWEv0sؓ/ [YP/{frC;~fotRpd3c"^rx8h acχ_P#z!> ̡G4&Ӛ|Z5y\kyM Mɗ4yRqKFEؖ}w. 9b >3xs J[*9mZs-mJ67굹hhhhhhIP@_k_p]:^/@3Jl8e : iaw椏"2G/Sln5^:^E|9H_&G9# {]N(ֈL>w7h qZ(;po˹Owy1Y}8 vY~M}8G>^V|2h2c§ U WA;福K>}\$o*>.rY1[$ w@; -~-sxب-^RmYHjѳ0Vz*+현 oh;EaywA)du8X#+K' >[8''2w' [|rsk3t,G6 /(Fl̥~}:\w+mL,\.,hĞO# }>95 Qfis'r'8l'_s.8|r>,gɹK#K9C 'OVEs't(8q BfgHNgg{SLc0w|@cvIIZgu)"ax>p/F}?畫: ʾXMr߿~E[Vtwn>^+ Eynԏ{&\Ycu,@0;1w+7}vΰC 6 2䪡}~,-.3XA 8$|S7¼װ|8DLV?WG%~0^[a·u12}?HsqcÄ3)$;NH "h~)SK h\{I7`Wp{ mDf:/s/gmT:[+k)ڠ+#[9OuFr1VW6b%5sl_e⥝ꪩMW3Dz[Ey%x }˶k5rt+-s/tX)-w.UqNC A*2^W3JP9\["(vX dWuقŶz{t{-hh_Ж㔰 51?BtձY ٜkwłR1Y~e۩*c .lVJchr|B-5X/;:|b~w+;Hf qK 1GiA (5bA38VKso)eujqSܨm⣚bU\zx36^uGҨX91By)~JRoi- ސ2$ːL* >5FPV=zB~U>4yB'4y&o͚YjZM^n˜fuߡ;4yB'4yR'5&|\Oi)M>g4yZ5&M.WePYL){ֶ=/\϶@2b fzSqρh}N/i=NX[+Qmmb?zTQ-vZF x˧́~.7e|}0/Bz^>_C A2|JlaO"qPC^ 0Ec Ƙh'c9ƤG?+I@x^~!ŏ#\@x^~1yK8 o8 cQ[ܾ۲BW բ˜7 DG]=I{V)=5}]Z 3~D6EBcv g}3q>kCCGFs.8Rۇ)1wG>5Q~3fH/x4e;gP 8A=ma}۷ѳu^Z'ľ_9IW܋}ңhKhWqO?~b|#9]o⿅Lf[P巜}g{,*Ȑk@޼P -.[Ao-,D5MV;cKM oE'!·m2}OkqϾ!JYٔn΃:9T7hu*} [b_!Ƶۚ{SuΠW(o#7y9kut1v˱ Z~^ym+bl: ŶaX*eVۖ糚VVLn-!9{s2?j T-ۮJ칮ҷ$WQGzYKU<n֪Yd#O(,Gd#ORJȇOC$~=ax׬r>'׸汮޳ǂS`ޭ,zBo[3[ٯUA}U>ÜG{Ο#PnWuho[OB!>O`BPƱ9O~,GCbmQ/rbwO{ [=~6jנ<˶Q@[dIQsf_([ !b*Oh&Ú|@hnMޭ[4y&oMaLWyR?offMެ5y&}|Hi&Oh&ɯiqM>'5&Ojr1oJ2ep}5/<\d[܇I؂k}^a6Oٞ{ eH>62h7/eec=C:C}l0h죈l}gqH}>@zxޔ}kD>RކqA{A>u/[z'Z\E7B䍼}LxxL>h'y~ƣx>eU=ຍP.|xE|y~xx$ w@{ g)dFhSS|8' W$,_t??8{A}]>/d,5b*FFSmRQ6j=qlc1ctױ\4F{1Df^4F~sYqޫm9gQ>+0R >c!=ۯ$3}8ϑ޻q{#94Ϋ7y#-ԁGzs99s/%o S̬a7ߖvFM~d/s9T-2^&VxV H/C\0K@9wtg'yt>ξ@[eE7:=՛ŏ X]?WyO}ϟded3U_Q(_ET/`l Ȑk52?Sl6r -aw;`(hM%M4Ջ}}B!2zǻƗ:Ǟ3Dٗ)W =I*#(C|,NO+;3uI]K>Wmb)&'΁3 gzB'xכY?U7eqdzOSh\-hߥtL+Z]v>ao˂1|Kiq!"⢀fE\*~EmuZzNK҃ߜ޲CHF_cbZzʣf3rDRme5NnrMnCrLnCvKnHsJ.j Z+uNgCrw9ȵMZt#:nۙ{LI0<~yǘ=U#7E%%3ӵ)1RWY2@߁6,dhW_1/\>y~U;l^|'S{2pgC+Z|"\t; a w񟍟%PcYVA$&$a]R+$dm603b~#5 ƑpVA9QsyFAF W9HLp9@nTc~,I 7}1~q}̹2ZX5hv)ONh.cUf;vz#AzG)>im.R_jOjE(t­5w0?-*^Dd x0 5 # A1 2~!4̈*9uZ#;`!R!4̈*9uj^^&4% x lVWڰ9*q>O(>A(ȏ:]0V%Se A4EAt#M1,13[H) Ss}n L5s9}\G$b@?[FQZ2*] I8_18 QPPpo%4TDžH3@&N =(S)I q9]H£裚|Dߖ\Q> 9.j qe gB:3 B'<>e He!ODG. }xkd+4 J£z(~;d҃Ox}Tk ݸߍ/M@YM@itS$}T ѷ:%ɀOtE2Gm;>uIv; ]GG^ ~o=@Ozy~$;> GG }{e\}6QQՂ|lu.wIv*! j#$!} sl܎k(n4orvIE[!V£㛼7~M${UV(ϭ(Q>}KS O#<>nA>~w `cH ce0NxHJ_d}Aq쟘l5!} [j5y 7C$ pxsIv<! GG;ǓmS?)HIJGG?Ӽ>wY|gr͑QM+9%*! j£:o }{ %٧&o <>3 0_|'Az/'EչX['sKoGx|-qS[℮&J]Jst5Ʊr}>A y:gQ.D CX%(e?ٯ|-#< Q=)-NH.'nX\{tyN:5t*^* VֿӢ57,s?&@=_g_>s|ֿЯxyGT~41RF:2eTXSe\1z0J7mx=/p@;sa:Gk:j5StһewYnY.zr[n˞=ޮgًs;R7㱧1ܶo~[xthgvnVcϐ`ofe_kcugkK w r[AAÃvIcgMrSeC!B|_̹EO"w?\S|腵"n7vW? &u 86 o W}[~o 7 he>C kgm~PBIŵX}m'|ʼ3[~>VsDx ڧVZ%VzLA\۫5߆j}$ijљ܅J#7ܑeӴwBEזݢӼ21 -;/V6S=_L8}%=C[BJcNma;6,#ч~i?,иY5(PaÕ^״zɊ ǎ]]w:Z1; [ϴj v9dB1W7LG {vRxNpɢ8xFjqrS eK{tƌ J;XsFr]hmͣmh[=5y&Vj1>rF?V#xS#9 sx+@{aF+.Wa|aaaDmFw@9i^x èó{n;W<-9\pg->\pg-=\pgg-<\pg-r<\pg-;\𫂟uhp/~õYg:"g-9\+u䰬rkO>+qr< )LygnųľwT.]4)'ÿTXk_+qΚV9,Ԑ蔴Ơ3}G/$|q0"J%8i)79#gTv%ڷOGQe4P bFP(I<yL_Ag̽gGxA^7Rϒ%M /%?t+R[2DJsC\#bV!#W5*B*phFV`F xFollowedHyperlink >*B* ph2o!2 {Example 5B*phO2 { DefinitionW$d%d&d'd-D`M NOPQ5RoAR {Definition Char5CJ_HaJmH sH tH >@R> . Footnote TextCJaJ@&`a@ .Footnote ReferenceH*4@r4 aH#Header  !4 @4 aH#Footer  !.)@. aH# Page Number~o~ 1mDefinition BodyE  %d&d'dOp0Pp0Qp0] ^ LoL u4Definition Body Char CJPJaJ\o\ 1mExample HeaderP&d Pp^P B* phpo  1mDefinition HeaderE  $d%d'dNp0Op0Qp0] ^  5B*php0NoN !1m Try it Now$d Nl  5B*phl LoL 1mTry it Now body&d Pl \o\ u4Definition Header Char5B*CJPJaJphp0NoN u4Try it Now Char5B*CJPJaJphl Fo"F 1m Example Body"%d OpL@2L $l0 Balloon Text#CJOJQJaJmHsHRoAR #l0Balloon Text CharCJOJQJ^JaJtH XoQX 1mHeading 1 Char#5B*CJOJPJQJ\aJphOXoaX 1mHeading 2 Char#5B*CJOJPJQJ\aJphOXoqX 1mHeading 3 Char#5B*CJOJPJQJ\aJphOPK![Content_Types].xmlN0EH-J@%ǎǢ|ș$زULTB l,3;rØJB+$G]7O٭V$ !)O^rC$y@/yH*񄴽)޵߻UDb`}"qۋJחX^)I`nEp)liV[]1M<OP6r=zgbIguSebORD۫qu gZo~ٺlAplxpT0+[}`jzAV2Fi@qv֬5\|ʜ̭NleXdsjcs7f W+Ն7`g ȘJj|h(KD- dXiJ؇(x$( :;˹! I_TS 1?E??ZBΪmU/?~xY'y5g&΋/ɋ>GMGeD3Vq%'#q$8K)fw9:ĵ x}rxwr:\TZaG*y8IjbRc|XŻǿI u3KGnD1NIBs RuK>V.EL+M2#'fi ~V vl{u8zH *:(W☕ ~JTe\O*tHGHY}KNP*ݾ˦TѼ9/#A7qZ$*c?qUnwN%Oi4 =3N)cbJ uV4(Tn 7_?m-ٛ{UBwznʜ"Z xJZp; {/<P;,)''KQk5qpN8KGbe Sd̛\17 pa>SR! 3K4'+rzQ TTIIvt]Kc⫲K#v5+|D~O@%\w_nN[L9KqgVhn R!y+Un;*&/HrT >>\ t=.Tġ S; Z~!P9giCڧ!# B,;X=ۻ,I2UWV9$lk=Aj;{AP79|s*Y;̠[MCۿhf]o{oY=1kyVV5E8Vk+֜\80X4D)!!?*|fv u"xA@T_q64)kڬuV7 t '%;i9s9x,ڎ-45xd8?ǘd/Y|t &LILJ`& -Gt/PK! ѐ'theme/theme/_rels/themeManager.xml.relsM 0wooӺ&݈Э5 6?$Q ,.aic21h:qm@RN;d`o7gK(M&$R(.1r'JЊT8V"AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 0_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!0C)theme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] u_!^:}ê`K Vv(Hhê'891:()0*;+,-./ Vv(Hh ê!v :::Z4 #'+1F5q69<p?D*EHDKLAPR\aVeri}jmhsvyO~X;,|ija ccZ\^`acegijlnoqstvwxy{}\_v%#''+05:K>nDMR%YbhUktycWkg+ "Ư֯,=IVaa,bZbpbcc[]_bdfhkmpruz|~v $'%9;3"K"N"='=)=N=b=d====AAABBB#B7B9B~BBBBBBCCCD1D3DPPPGV[V]VcVwVyV\ ] ]p]]]]]]]]]]]]^^^^^^bbbppppqqTqhqjqbrvrxryuuuuuuv+v.v@xTxVxXxlxnx=yQySyh|~[suáۡݡê:_T:_T::::::::::Ct::::::::::::::::_T::::::::: ,37LSW!!!bXVqsv(CEHceh::::::::::::P<<2$PLt9qvs)Hv2$@C._"a;2$u "@/5` 2$\d-2$H`v?N/($G* 2$6Oը [a플L ԧ2$V? yT  2$1DJ >2$!4̈*9uZ[2$K1o) epZJ 2$f:"l7A 2$뛨0%b^8D @;:(   ; c $@@  s"*`?    : c $@@ s"*`?  8 c $@@ s"*`? z ' s *A ? ?C"`??z ( s *A ? ?C"`??z ) s *A ? ?C"`??z * s *A  ? ?C"`?? + 0+A  ? ?C"`??  , 0,A  ? ?S"`??  - 0-A  ? ?C"`??  . 0A ? ? C"`??  / 0A ? ? C"`??z 0 s *A ? ?C"`??z 1 s *A ? ?C"`??z 9 s *A ? ?C"`??B S  ? %)L"+.9Io,v0v@KA}C~FFIJmvL N_OE Q0QtSQg^SXrTbVTDXX\&Z`kSe m1mMqJ@r+t*QtR>uiycy4fyPzo)|7+}LNWY2{BlPB<lIwaDR{PG@8Gw;e 2D:~S jDq{!G)Z4-h$` (#Ksa5]`vUQ[iqp9_zCBZV$.T3qTa"8&4fXK`?wqk"xkxa9HB gUk2t TIk/~9E!7M9mpb2=ޥ@|wAwBwTwU[\bcݦê@J@^@f@n@@UnknownG*Ax Times New Roman5Symbol3. *Cx Arial7.@ CalibriC (PMingLiUe0}fԚ7@Cambria5. .[`)TahomaA$BCambria Math#1Hh4 T-T-!p4 2QHP ?;2!xx  E:\107 book Ed 2\2.0\107temp.dot Growth ModelsDavid Windows User