ࡱ>  `bjbj DfqcH%&%&%&%&%&9&9&9&8q&e'9&9Q* /!/!/!/U0U0U0A9C9C9C9C9C9C9;H>XC99%&W3U0U0W3W3C9%&%&!/!/4|9666W3p%&!/%&!/A96W3A966e8h8!/`opM9&3D8-99098> 6v> 8>%&8@U0161l2TU0U0U0C9C96U0U0U09W3W3W3W3>U0U0U0U0U0U0U0U0U0 $: Part VI: Simple Regression "My own war work is obviously to brew Guinness stout in such a way as to waste as little labour and material as possible, and I am hoping to help to do something fairly creditable in that way." W. S. Gosset (1876-1937) Simple Regression is a statistical tool that uses data to estimate the slope and intercept of a line. This can be a very useful tool for managers, because many relationships between business variables are linear. If we understand the underlying relationship between an independent variable X and a dependent variable Y, then we can use a regression model to make forecasts or predictions about Y based on information about X. In addition to providing us with estimates of the slope and intercept of the line, simple regression provides other statistics that can be used to create several useful confidence intervals and hypothesis tests. The term simple indicates that there is one independent variable; regression models with more than one independent variable come under the category of multiple regression. The basic simple regression model: Expected value of Y, given a specific value of X EMBED Equation.3  EMBED Equation.3  EMBED Equation.3 (0 and (1 (the intercept and slope of the regression line, population parameters) are not known exactly, but are estimated from sample data. The central problem in regression, therefore, is to find good estimates of these two parameters, denoted  EMBED Equation.3  and  EMBED Equation.3 . This gives us:  EMBED Equation.3  This model only yields an expected value for Y, and we expect there always to be some random difference between the value of Y predicted by the model and the actual observed value. This difference is called the residual error, and is represented by the random variable ( (the Greek letter epsilon), which takes on specific values e1, e2, etc. Another important regression problem is to estimate the distribution of (.  EMBED Equation.3  or, equivalently,  EMBED Equation.3  Real Estate Example Suppose we want to predict the selling prices of houses in the region. Intuitively, we should compare the house for which we need a predicted selling price with houses that have sold recently in the same area, of roughly the same size, same style etc. Unfortunately, the list of houses meeting these criteria may be quite small, or there may not be a house of exactly the same characteristics. Therefore, we need to consider the factors that determine the selling price of a house in this region. When X (house size) is fixed at a level x, then we assume the mean of Y (selling price) to be linear around the level x, where (0 is the (unknown) intercept and (1 is the (unknown) slope or incremental change in Y per unit change in X. Assume that we have collected recent historical data on selling prices, and also a number of characteristics about each house sold (size, age, style, etc.). If asked to predict the selling price of a house without any particular knowledge of the house, we have no other choice but to use the average selling price of all of the houses in the data set. One of the factors that cause houses in the data set to sell for different amounts of money is the fact that houses come in various sizes. A preliminary model might posit that the average value per hundred square feet of a new house is $4 and that the average lot sells for $20,000. The predicted selling price (in thousands of dollars) of a house of size X (in hundreds of square feet) would be: 20 + 4X Then a house of 2,000 square feet would be estimated to sell for 20 + 4(20) = 100, or $100,000. We know, however, that this is just an approximation, and the selling price of this particular house of 2,000 square feet is not likely to be exactly $100,000. Prices for houses of this size may actually range from $50,000 to $150,000. In other words, the deterministic model is not really suitable. We should therefore consider a probabilistic model. Let Y be the actual selling price of the house. Then: Y = 20 + 4x + (, where ( (Greek letter epsilon) represents a random error term (which might be positive or negative). If the error term is usually small, then we can say the model is a good one; in other words it tends to make accurate predictions. The random term, in theory, accounts for all the variables that are not part of the model (for instance, lot size, neighborhood, etc.). The value of ( will vary from sale to sale, even if the house size remains constant. That is, houses of the exact same size may sell for different prices. Least Squares Estimation We sample 15 houses from the region: ActualHouseSelling PriceSizeHouse($1,000s)(100s ft2)NumberYX189.520.0279.914.8383.120.5456.912.5566.618.0682.514.37126.327.5879.316.59119.924.31087.620.211112.622.012120.819.01378.512.31474.314.01574.816.7AveragesEMBED Equation.3 = 88.84EMBED Equation.3 = 18.17With only two columns of data, we can make a scatter plot:  The data in our scatter plot do not form a perfect line. This is not surprising, considering that our data are random. In other words, our line predicts the mean for any given level x. However, when we actually take a measurement (i.e., observe the data), we observe: Yi = (0 + (1X + (i, for i = 1,2,, n = 15, where (i is the random error associated with the ith observation. Since we don't know the true values of (0 and (1, it is clear that we do not observe the actual errors ((i) precisely either. Here is our scatter diagram with the line Y = 20,000 + 40x superimposed. Slope = 4, Intercept = 20Slope = 3, Intercept = 20Slope = 4, Intercept = 30Slope = 3, Intercept = 30These lines appear to fit the data fairly well, but which is the best line? There are a number of criteria by which we could judge which combination of slope and intercept make the best line. It is conventional to use the criterion of least-squares; we will use the line that minimizes the sum of the squared residual errors. Assumptions about the Error E((i ) = 0 for i = 1, 2,,n. (((i ) = (( where (( is unknown. The errors are independent, that is, the error in the ith observation is independent of the error observed in the jth observation, for all i and j. The (i are normally distributed (with mean 0 and standard deviation ((). These assumptions can be interpreted in another way: for each value of X (house size), Y (selling price) is normally distributed with mean (0 + (1X and standard deviation ((. Recall (0 and (1 are (unknown) population parameters. From the sample data, we will calculate numbers EMBED Equation.3 and EMBED Equation.3 that are estimates of the population parameters. How should these numbers be chosen? For any choice of EMBED Equation.3 and EMBED Equation.3, we can write the following prediction equation: EMBED Equation.3 = EMBED Equation.3+ EMBED Equation.3X. The hat is used to denote a value estimated from the model, as opposed to one that is actually observed. For each house in our sample of 15 we could check to see how well this equation works at predicting the actual selling prices. Define ei to be the error associated with the ith observation. That is: ei= Yi - EMBED Equation.3= (actual selling price) - (estimated selling price).These are sometimes called the residuals or simply errors. These we can calculate. We will pick the values of EMBED Equation.3 and EMBED Equation.3 that minimize EMBED Equation.3, the sum of the squares of the residuals. This method is often called Least Squares Regression. Heres a picture of our data, showing the average selling price of all houses (the horizontal line at $88,840), the regression line (with a Y intercept of $18,354 and a slope of $3,879 for every 100 additional square feet of size), the predicted selling prices of the houses (the hollow dots on the regression line) and the actual observed selling prices (the solid dots).  In the graph below, we zoom in and take a close look at house #11 from our sample.  The Output from Excel We will use the computer to do most of the calculations. Running the regression in a spreadsheet gives the following standard output. Microsoft Excel also gives upper and lower limits for confidence intervals around the estimated coefficients, which have been omitted here. Regression Statistics Multiple R0.805R Square0.648Adjusted R Square0.620Standard Error12.997Observations15 Analysis of Variance dfSSMSFp-valueRegression14034.4144034.41423.8850.00030Residual132195.822168.909Total146230.236 CoeffStnd Errort-Statp-valueIntercept18.35414.8081.2390.23708X13.8790.7944.8870.00030 Using the Equation Reading from the output: EMBED Equation.3 = 18.354 and EMBED Equation.3 = 3.879. The regression line is then: EMBED Equation.3 = 18.354 + 3.879X that is, Predicted Selling Price = 18.354 + (3.879 ( House Size). If you predict the selling price of a house of 1,650 square feet, you simply plug in the value 16.50 (1,650 translated to 100s of square feet) in the regression equation: Predicted Selling Price = 18.354 + 3.879 (16.50) = 82.357. Then translate your answer to a dollar amount, i.e., $82,357. This is the best estimate you have of the selling price of this house, that is, without any further information about the house (e.g., neighborhood, number of rooms, lot size, age, etc.). Interpreting the Coefficients The coefficient EMBED Equation.3 = 3.879 (in $1,000s) means that for each additional 100 square feet of house, the estimated price increases by $3,879. So each square foot adds 3,879/100 = $38.79 to the estimated price of the house. To see this, consider two houses: one of 2000 square feet and one of 2001 square feet. Then the difference in price predicted by the model is: [18.354+3.879(20.01)] - [18.354 + 3.879(20.00)]= 3.879(0.01) = 0.03879(in $1000s) = $38.79The intercept is EMBED Equation.3 =18.354. Technically, this means that a house with 0 square feet should sell for $18,354. That is, the plot of land is worth $18,354 on average. This is not necessarily true and may be quite inaccurate. In many models, the intercept EMBED Equation.3 does not necessarily have any meaning. As a general rule, we should not attempt to determine the value of Y for a value of X that is far outside the observed range of the values of X. In this case the range of X, that is, the range of house sizes is 12.3 ( X ( 27.5. Since 0 is far outside this range, we cannot safely interpret the value of Y when X = 0. Analyzing a Regression Method I: Estimating the Standard Error From our assumptions about the error, the magnitude of (( should be a good guide to the accuracy of a prediction. The number (( is a population parameter, so we cannot know for certain what its value is. We therefore use an estimate s( that is provided in the regression output under the name standard error of the estimate or just standard error. To understand how this number is calculated, let Xi be the size of the ith house and Yi be the actual selling price of the ith house. Define the predicted selling price for house i to be: EMBED Equation.3 = EMBED Equation.3 + EMBED Equation.3Xi Here are the values along with the errors (residuals) and squared errors: House NumberSelling Price ($1,000s) House Size (100s ft2) Predicted Selling Price ($1,000s)Residuals Squared Residuals EMBED Equation.3 EMBED Equation.3 EMBED Equation.3EMBED Equation.3 EMBED Equation.3 189.520.095.92-6.4241.28279.914.875.764.1417.17383.120.597.86-14.76217.98456.912.566.84-9.9498.72566.618.088.17-21.57465.17682.514.373.828.6875.397126.327.5125.011.291.65879.316.582.35-3.059.309119.924.3112.607.3053.251087.620.296.70-9.1082.8211112.622.0103.688.9279.5312120.819.092.0528.75826.781378.512.366.0612.44154.751474.314.072.651.652.711574.816.783.13-8.3369.32Sum2195.82Average88.8418.1788.840.0146.39 The number SSE is defined as the total residual sum of squares, or the sum of squares of the errors. (The number 2195.82 in the above table.) This number is:  EMBED Equation.3  It is also provided in the "ANOVA" (analysis of variance) section of the regression output under the heading SS and next to the word Residual. Our estimate of ((, or s( , should be roughly EMBED Equation.3 (think of a standard deviation calculation). Unfortunately, we must make one adjustment. The estimate s( is calculated as follows: s( = EMBED Equation.3 The reason why we divide by n - 2 and not n - 1 has to do with the degrees of freedom issue. (We used n - 1 before because we were trying to estimate one parameter, the population mean (, from a sample. In simple regression, we are trying to estimate 2 parameters, namely (0 and (1.) In this case, since SSE = 2195.822 and n = 15, so s( = 12.997. You can see that this is also provided in the "Regression Statistics" section of the regression output next to the word standard error. The value of s( gives us some idea of the standard deviation of the errors if the model is used to estimate selling prices. In addition, we will make use of the normality assumption to help us make assessments of a prediction. Making Predictions Consider using the regression line to predict and estimate values of selling price (Y). Suppose a house occupies 2,000 square feet, what do we predict as the selling price? EMBED Equation.3 = 18.354 + 3.879X = 18.354 + 3.879(20) = 95.94 = $95,940. If we want to determine the error (the plus or minus amount) associated with this prediction, we need to distinguish between the following types of predictions: prediction interval: This is used if our goal is to determine a 95% confidence interval on the actual selling price of the house. This is sometimes called a prediction interval. A 95% prediction interval for the actual selling price is given by:  EMBED Equation.3  confidence interval: This is used if our goal is to determine a 95% confidence interval on the mean selling price of all houses of this size (2,000 square feet). It is:  EMBED Equation.3  Note: the above examples use the t distribution with n - 2 degrees of freedom. If n - 2 ( 30 then the standard normal distribution can be used instead. Example: If a house occupies 2,000 square feet, a 95% prediction interval for the actual selling price is given by: 95.94 ( 2.160 (12.997) = 95.94 ( 28.07. Or put another way, the interval is $95,940 ( $28,070. This is ($67,870, $124,010). Example: A 95% confidence interval for average selling price of all houses of 2,000 square feet is: 95.94 ( 2.160 EMBED Equation.3 = 95.94 ( 7.25 ( 88.69, 103.19). Method II: Making Inferences about Coefficients Another method of assessing the accuracy of the model involves determining whether a particular variable like house size has any effect on the selling price. Suppose we could figure out the true (0 and (1 for this example. Suppose that when a regression line is drawn it produces a horizontal line. This means the selling price of the house is unaffected by the size of the house. A horizontal line has a slope of 0, so when no linear relationship exists between an independent variable and the dependent variable we should expect to get (1 = 0. But of course, we only observe EMBED Equation.3, which might only be close to zero. To systematically determine when (1 might in fact be zero, we will make inferences about it using our estimate EMBED Equation.3, specifically, we will do hypothesis tests and build confidence intervals. Testing (1 We can test any of the following: H0 : (1 = 0H0 : (1 ( 0H0 : (1 ( 0HA : (1 ( 0HA : (1 < 0HA : (1 > 0In each case, we know the null hypothesis can be reduced to H0: (1 = 0. The test statistic in each case is: T = EMBED Equation.3, where EMBED Equation.3 and the standard deviation of EMBED Equation.3 (EMBED Equation.3) is taken directly from the output. In this case EMBED Equation.3 = 0.794. The test statistic T has a t-distribution with n - 2 degrees of freedom and can be approximated by a standard normal when n - 2 ( 30. Example: Can we conclude at the 1% level of significance that the size of a house is linearly related to its selling price? Test: H0 : (1 = 0 HA : (1 ( 0 (Note this is a two-sided test, we are interested in whether there is any relationship at all between price and size.) We calculate T = (3.879 - 0) / 0.794 = 4.88. (Note this number appears in the output as well, under "t-stat".) That is, we are 4.88 standard deviations from 0. So at the 1% level (corresponding to thresholds ( t(13, 0.005) = ( 3.012), we reject H0. There is sufficient evidence to conclude that house size does linearly affect selling price. To get a p-value on this we would need to look up 4.88 inside the t-table. Unfortunately our table doesn't go beyond three standard deviations, and thus we conclude that the p-value is very small. The p-value of this test also appears in the output, it is 0.00030 or 0.030%; very small indeed. (See under the word p-value in the output.) Estimating (1 We can also give a confidence interval for (1 based on EMBED Equation.3. A 95% confidence interval for (1 is given by:  EMBED Equation.3  Example: A 95% confidence interval for (1 is: 3.879 ( (2.160)(0.794) = 3.879 ( 1.715. This interval ranges from 2.164 to 5.594. Using the 15 data points, we are 95% confident that every extra square foot increases the price of the house by anywhere from $21.64 to $55.94. The various terms and formulas used for confidence intervals in regression can be confusing. This table is intended to help keep things straight: Confidence Interval for Y (expected value of the dependent variable, given a specific value of the independent variable)Confidence Interval for 1 (the expected effect on the dependent variable resulting from a one-unit change in the independent variable)Individual observation (prediction interval) EMBED Equation.3 N/APopulation mean of all observations (confidence interval) EMBED Equation.3  EMBED Equation.3 Possible sources of confusion: Why is there no confidence interval for the effect of the independent variable on the dependent variable for a single observation? Why does one population mean formula divide the standard error by the square root of n and the other formula doesnt? Method III: Measuring the Strength of the Linear Relationship Consider the following equation: (Yi -EMBED Equation.3) = (EMBED Equation.3 - EMBED Equation.3) + ei. Squaring both sides and summing over all data points, and after a little algebra, we get: (i (Yi - EMBED Equation.3)2 = (i (EMBED Equation.3 - EMBED Equation.3)2 + (i ei2, which we usually rewrite as: SST = SSR + SSE, (2) where SST = (i (Yi - EMBED Equation.3)2, SSR = (i (EMBED Equation.3 - EMBED Equation.3)2 and SSE = (i ei2. The interpretation of these terms is as follows: SST stands for the total sum of squares - this is essentially the total variation in the data set, i.e., the total variation of selling prices. SSR stands for sum of squares due to regression - this is the squared variation around the mean of the estimated selling prices. This is sometimes called the total variation explained by the regression. SSE stands for sum of squares due to error - this is simply the sum of the squared residuals, and it is the variation in the Y variable that remains unexplained after taking into account the variable X. The interpretation of equation (2) is now clear. The total variation in Y (SST) is made up of two parts: the total variation explained by the regression (SSR) and the remaining unexplained variation (SSE). These numbers are also directly in the output: SST = 6230.236, SSR = 4034.414 and SSE = 2195.822. These can be found under the label "SS" in the ANOVA section of the output. Coefficient of Determination The coefficient of determination is simply the percentage of the total variation in Y explained by the regression: SSR/SST. That is, R2 = SSR/SST = 4034.414/6230.236 = 0.648 = 64.8%. Conveniently this number is also in the output: it is usually labeled R-square or R-sq. This means that 64.8% of the variability in selling price is due to variability in house size. The remaining 35.2% of the price variability remains unexplained. To understand R2 more fully, consider the following hypothetical scenario. Two real estate agents play a game predicting the selling prices of houses in a particular area. Agent 1 uses a crude model to estimate the price of a house: for each house he/she simply predicts the average house price EMBED Equation.3 = $88,840. This is very crude model in the sense that he/she makes no use of any specifics about the house. Agent 2 uses the regression model above to estimate the selling price of a house. That is, he/she first calculates square footage then enters the number in the formula: Selling Price = 18.354 + 3.879X, where X is house size. The two agents then drive around the area predicting prices and recording their predictions. Eventually, months later, when the actual selling prices are revealed, the two agents compare their performance. If the measure they use to assess their accuracy were the sum of the squares of their errors, then we would expect agent 2 to have a lot smaller sum of squared errors than agent 1 does. To be more specific, if we let agent 1's total error be 100 units, then agent 2 should have 64.8 units less than that, or 35.2 units. To put it another way, agent 2 has about a third of the error that agent 1 has. Coefficient of Correlation The (population) coefficient of correlation, denoted ( (rho), measures the strength of the linear relationship between X and Y. Its range is: -1 ( ( ( +1. If (in general) Y increases when X increases, then ( is positive. If Y generally decreases when X increases, then ( is negative. If Y is unaffected by X, then ( = 0. When ( is close to -1 or +1 then the points (X, Y) (of the population) fall very nearly on a straight line. Because ( is a population parameter, we must estimate its value from the data. We can find the sample coefficient of correlation R by using the formula (e.g. Excel), or (after performing a regression) by taking the square root of R-square. So, in this example, R = EMBED Equation.3 = 0.805. This does not give us the sign, however! The sign of EMBED Equation.3gives the sign of R. Therefore, in this case, since EMBED Equation.3 is positive, house size and selling price have a correlation of about +0.805 (but remember this is only an estimate of the true population correlation). Complete Example: Car dealers across North America use the Red Book to help them determine the value of used cars that their customers trade in when purchasing new cars. The book, which is published monthly, lists average trade-in values for all basic models of North American, Japanese and European cars. These averages are determined on the basis of the amounts paid at recent used-car auctions. The book indicates alternative values of each car model according to its condition and optional features, but it does not inform dealers how the odometer reading affects the trade in value. In an experiment to determine whether the odometer reading should be included in the Red Book, an interested buyer of used cars randomly selects ten 3-year-old cars of the same make, condition, and optional features. The trade-in value and mileage for each car are shown in the accompanying table. Odometer ReadingTrade-in ValueCar(1,000 miles)($100s)159372923136143472395524166739788358624099529108333 We run the regression, with Trade-in Value as the dependent variable (Y) and Odometer Reading as the independent variable (X). The output appears on the following page. Regression Statistics Multiple R0.893R Square0.798Adjusted R Square0.773Standard Error2.178Observations10 Analysis of Variance  df SS MS F Significance FRegression1150.14150.1431.640.000Residual837.964.74Total9188.10  Coeff. Stnd Error t-Stat P-valueIntercept56.2053.53515.900.000x-0.266820.04743-5.630.000 Consider the following questions: a. What does the regression line tell us about the relationship between the two variables? b. Can we conclude at the 5% significance level that, for all cars of the type described in the experiment, higher mileage results in a lower trade-in value? c. Predict with 95% confidence the trade-in value of such a car that has been driven 60,000 miles. d. A large national courier company has a policy of selling its cars when the odometer reading reaches 75,000 miles. The company is about to sell a large number of 3-year-old cars, each equipped with the same optional features and in the same condition as the 10 cars described in the experiment. The company president would like to know the cars' mean trade-in price. Determine   6 7 ] ^ z { | } ʼ㯡㔆zqzqh H*OJQJ jbh 6OJQJjth EHOJQJUj `D h CJUVjh EHOJQJUj `D h CJUVjh EHOJQJUjn `D h CJUVjh OJQJUh OJQJh 6OJQJh 5CJ(OJQJ) x ( K |  6$(($Ifgd, $ 6$(($Ifa$gd, 6$((gd  ((gd  ((^gd ((gd  } 6$(($Ifgd, $ 6$(($Ifa$gd,Zkdo$$IfTl0! t644 layt,T $Zkd$$IfTl0! t644 layt,T 6$(($Ifgd, $ 6$(($Ifa$gd,Zkd$$IfTl0! t644 layt,T HI()efgijkǰǕ~~r~i~ir\j1bD h CJUVh H*OJQJ jeh 6OJQJh 6OJQJj8 h EHOJQJUj-bD h CJUVj9 h EHOJQJU,j\9 h CJOJQJUVmHnHuh OJQJjh OJQJUj8h EHOJQJU,j\9 h CJOJQJUVmHnHu! (G89@F $$Ifa$gd,#xgd  xgd  $((a$gd  ((gd   -.KL{|GTklFݸݯݯݯݯݣݣݯݯݯݯݯݯݯݯݯݎݎݎ݅h 5OJQJ jeh 6OJQJh H*OJQJ jbh 6OJQJh 6OJQJh CJ OJQJjGh EHOJQJUj1bD h CJUVh OJQJjh OJQJUjh EHOJQJU3FGHV[xjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,TFG[\wx &'45BCPQZ[klmnwxptƸj&h Uj#h EHOJQJU$jA< h CJUVmHnHuj"h EHOJQJU$j>< h CJUVmHnHujh OJQJUh 6OJQJh OJQJh CJOJQJ8[\blwxjjj $$Ifa$gd,kdu$$IfTlF} T0    4 layt,Twxxjjj $$Ifa$gd,kd5$$IfTlF} T0    4 layt,Txjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,Txjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,Txjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,Txjjj $$Ifa$gd,kdQ$$IfTlF} T0    4 layt,Txjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,Txjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,Txjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,Txjjj $$Ifa$gd,kdQ$$IfTlF} T0    4 layt,Txjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,Txjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,T  xjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,T!&xjjj $$Ifa$gd,kdQ$$IfTlF} T0    4 layt,T&'*/4xjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,T458=Bxjjj $$Ifa$gd,kd$$IfTlF} T0    4 layt,TBCFKPxjjj $$Ifa$gd,kd $$IfTlF} T0    4 layt,TPQZwxjjj $$Ifa$gd,kdQ!$$IfTlF} T0    4 layt,T xococooSS $(($Ifa$gd, $((a$gd  ((gd kd%$$IfTlF} T0    4 layt,T t<=tuv{|}NOPQRT   jYh OJQJUjKh OJQJUh CJOJQJj/=h OJQJUj./h U jeh 6OJQJ jbh 6OJQJh H*OJQJh 6OJQJh OJQJ;4NOQS9ZkdIK$$IfTl0"@@ t644 layt,T $(($Ifa$gd,ZkdJ$$IfTl0"@@ t644 layt,TSTn90 ((gd Zkdg$$IfTl0"@@ t644 layt,T $(($Ifa$gd,Zkdg$$IfTl0"@@ t644 layt,T 0 !!#Z#$$$$kLkdw$$IfTl04 layt,T (($Ifgd, $(($Ifa$gd, $((a$gd  ((gd  & F((gd #((gd          ! " # f g ! ! !T!U!d!e!!!!!!!!!!!!!!!!!""#"3"4"5"6";"<"뒄jDhh EHOJQJU,jώ\9 h CJOJQJUVmHnHujh OJQJU jbh 6OJQJh 6OJQJ jeh H*OJQJh H*OJQJ jeh 6OJQJh OJQJ jsh 6OJQJ4<"L"M"N"O"""""""""""""##'#(#)#*#-#.#>#}fXjCph EHOJQJU,j"`9 h CJOJQJUVmHnHujCnh EHOJQJU,j\9 h CJOJQJUVmHnHujBlh EHOJQJU,jގ\9 h CJOJQJUVmHnHujh OJQJUjBjh EHOJQJU,j׎\9 h CJOJQJUVmHnHuh OJQJ>#?#@#A#C#D#T#U#V#W#X#K$L$M$r$s$$$$$$$$$$$$$% %%%R%S%c%ǰϙǙǙǙǙykǙǙjvh EHOJQJU,j^#`9 h CJOJQJUVmHnHuh H*OJQJh 6OJQJjth EHOJQJU,j\9 h CJOJQJUVmHnHuh OJQJjh OJQJUjrh EHOJQJU,j\9 h CJOJQJUVmHnHu"$$$$7%&{'|'~''''(()yy !((1$gd #((gd  ((gd LkdGx$$IfTl04 layt,T (($Ifgd, $(($Ifa$gd,c%d%e%f%k%l%|%}%~%%%%%%%%&|'}''''())**ǰNj}rbrZrPEPEh 6CJ OJQJh CJ OJQJjh Uj~h 5CJOJQJUh 5CJOJQJj|h EHOJQJU,j;]9 h CJOJQJUVmHnHujzh EHOJQJU,jO]9 h CJOJQJUVmHnHuh OJQJjh OJQJUjxh EHOJQJU,jJ]9 h CJOJQJUVmHnHu))%)&)/)5)6)H)N)SLkdt$$IfTl0 X4 layt,TLkd$$IfTl0 X4 layt,T!$(($1$Ifa$gd,N)O)^)e)f)s)v)SLkdR$$IfTl0 X4 layt,T!$(($1$Ifa$gd,Lkd$$IfTl0 X4 layt,Tv)w)x)y))))))))!$(($1$Ifa$gd, !((1$gd Lkd$$IfTl0 X4 layt,T ))))))))fTTTTTT!$(($1$Ifa$gd,kd0$$IfTlֈ `D%|4 layt,T))))))))fTTTTTT!$(($1$Ifa$gd,kd$$IfTlֈ `D%|4 layt,T))))****fTTTTTT!$(($1$Ifa$gd,kd$$IfTlֈ `D%|4 layt,T* * * * ***$*,*f\\JJJJJ!$(($1$Ifa$gd, !((1$gd kd[$$IfTlֈ `D%|4 layt,T*$*%*s***************++++"+#+X+Y+v-w--㛍vh_T jh OJQJh 6OJQJjh EHOJQJU,j#`9 h CJOJQJUVmHnHujh EHOJQJU,jہ]9 h CJOJQJUVmHnHuj'h EHOJQJU,jׁ]9 h CJOJQJUVmHnHujh OJQJUh OJQJh 6CJ OJQJh CJ OJQJ,*-*7*>*E*K*S*yggggg!$(($1$Ifa$gd,kd$$IfTlr4 $X 4 layt,TS*T*W*]*c*i*q*yggggg!$(($1$Ifa$gd,kdŠ$$IfTlr4 $X 4 layt,Tq*r*s***$+.+g+,N,yof]Q]Q]Q $((a$gd  ((gd #((gd  !((1$gd kdv$$IfTlr4 $X 4 layt,T N,H-f-./../"/#/$/:/wLkd$$IfTl0 4 layt,T (($Ifgd, $(($Ifa$gd, $((a$gd #((gd  ((gd  ----W/X/h/i/j/k/U0V0f0g0h0i000001 1<1=1i1j1k1l1m1n1111111E2ǰNj}ttttititt_h CJOJQJ jh OJQJh 6OJQJj h EHOJQJU,ju]9 h CJOJQJUVmHnHuj h EHOJQJU,jn]9 h CJOJQJUVmHnHuh OJQJjh OJQJUjh EHOJQJU,j ]9 h CJOJQJUVmHnHu$:/;/4A4B4R4S4T4U4X4Y4i4j4ߪ߅w`,j]9 h CJOJQJUVmHnHujh EHOJQJU,j]9 h CJOJQJUVmHnHujh EHOJQJU,j#`9 h CJOJQJUVmHnHujh OJQJUh H*OJQJh 6OJQJh OJQJ jeh H*OJQJ jsh 6OJQJ$j4k4l4m4n4444444758595:5J5K5L5M5N5O5b5c5d5e5f5g5w5˸ˡ˅n^jϷh 6EHOJQJU,j#`9 h CJOJQJUVmHnHujh 6OJQJUjh EHOJQJU,j#`9 h CJOJQJUVmHnHuh CJOJQJh H*OJQJh OJQJh H*OJQJh 6OJQJjh OJQJUjh EHOJQJU758595N5f5{555fXXXXXX $$Ifa$gd,kd$$IfTlֈB $WWWWW4 layt,Tw5x5y5z5{5|55555555555555566%6&6F6G6d6e66666666677$7%7E7F7c7d777ǰNj}sssssssssssssssh CJOJQJj.h EHOJQJU,j#`9 h CJOJQJUVmHnHujJh EHOJQJU,j#`9 h CJOJQJUVmHnHuh OJQJjh OJQJUjh EHOJQJU,j#`9 h CJOJQJUVmHnHu-55555555fXXXXXX $$Ifa$gd,kdA$$IfTlֈB $WWWWW4 layt,T55555555fXXXXXX $$Ifa$gd,kd$$IfTlֈB $WWWWW4 layt,T55555556fXXXXXX $$Ifa$gd,kd$$IfTlֈB $WWWWW4 layt,T66 66666%6fXXXXXX $$Ifa$gd,kd$$IfTlֈB $WWWWW4 layt,T%6&6(6-62686?6F6fXXXXXX $$Ifa$gd,kd$$IfTlֈB $WWWWW4 layt,TF6G6I6N6S6Y6^6d6fXXXXXX $$Ifa$gd,kd$$IfTlֈB $WWWWW4 layt,Td6e6g6m6r6y6~66fXXXXXX $$Ifa$gd,kdo$$IfTlֈB $WWWWW4 layt,T66666666fXXXXXX $$Ifa$gd,kdL$$IfTlֈB $WWWWW4 layt,T66666666fXXXXXX $$Ifa$gd,kd)$$IfTlֈB $WWWWW4 layt,T66666666fXXXXXX $$Ifa$gd,kd$$IfTlֈB $WWWWW4 layt,T66666667fXXXXXX $$Ifa$gd,kd$$IfTlֈB $WWWWW4 layt,T777 7777$7fXXXXXX $$Ifa$gd,kd$$IfTlֈB $WWWWW4 layt,T$7%7(7-72787>7E7fXXXXXX $$Ifa$gd,kd$$IfTlֈB $WWWWW4 layt,TE7F7I7N7S7Y7^7c7fXXXXXX $$Ifa$gd,kdz$$IfTlֈB $WWWWW4 layt,Tc7d7g7l7q7w7}77fXXXXXX $$Ifa$gd,kdW$$IfTlֈB $WWWWW4 layt,T77777777fXXXXXX $$Ifa$gd,kd4$$IfTlֈB $WWWWW4 layt,T7777777[8\8o8p8q8r89999994959E9F9G9H9999999999999̾j\jyh EHOJQJU,jG]9 h CJOJQJUVmHnHuj h EHOJQJU,j/]9 h CJOJQJUVmHnHu jeh H*OJQJ jsh 6OJQJjIh EHOJQJUj [aD h CJUVjh OJQJUh 6OJQJh CJOJQJh OJQJ$77777777fXXXXXX $$Ifa$gd,kd$$IfTlֈB $WWWWW4 layt,T777[8s8999;<f]]Q]]Q]] $((a$gd  ((gd kd$$IfTlֈB $WWWWW4 layt,T 9::::M:N::::::::;;;*;+;5;6;7;;;;==p=q=======X?Y?l?m?n?o?@@-@vjxh EHOJQJUj\aD h CJUVjh EHOJQJU,j$`9 h CJOJQJUVmHnHujh OJQJU jeh H*OJQJh H*OJQJ jbh 6OJQJ jmh 6OJQJh 6OJQJh OJQJ+<<p==a>X?p?@1@@=AeAABaBBqCEE FFF (($Ifgd, & F((gd  & F((gd  $((a$gd  ((gd #((gd -@.@/@0@R@S@f@g@@@@@@@CADA\A]AAAAA#B$B+B,BB?BHBIBUCVCWC\C]C^CDDDDDDмгШШШгШБШwnwnwnh H*OJQJ jbh 6OJQJjUh EHOJQJU,j9]9 h CJOJQJUVmHnHu jh OJQJh >*OJQJ jh OJQJh 6OJQJh OJQJjh OJQJUj?h EHOJQJUj;]aD h CJUV+DDDD/E0E1E}E~EEEEEEEE F F FFFFFFFFFF F!F%F&F'F*F+F,F-F.F2F3FǻǛǻDŽǻDŽǻyDŽǻndh CJOJQJ jh OJQJ jh OJQJh 6OJQJjh EHOJQJU,j.]9 h CJOJQJUVmHnHuh H*OJQJ jbh 6OJQJh OJQJjh OJQJUjh EHOJQJU,j$]9 h CJOJQJUVmHnHu'F$F%F1F2F3F?F@FLFMFYFYkd$$IfTlֈK p!4 layt,T (($Ifgd, 3F4F5F8F9F:F;F*OJQJ jh OJQJh 6OJQJj h EHOJQJU,j]9 h CJOJQJUVmHnHujh EHOJQJU,j|]9 h CJOJQJUVmHnHujh OJQJUjh EHOJQJU,jx]9 h CJOJQJUVmHnHuh OJQJ HHHHHHHHHHH:I;IIIIIIJ JJJ"J#J$JJJJJ2K3KMKNKKKKKKLLLLL-L.L/L0LPLQLRL`LaLtL⠒jh EHOJQJU,j]9 h CJOJQJUVmHnHujh OJQJU jh OJQJ jh OJQJh 6OJQJh OJQJh H*OJQJ jbh 6OJQJ4HH:IZIIJKK`LxLLLM:N*OJQJh OJQJjh OJQJUjh EHOJQJUj_aD h CJUVP P7PMPePiP#$(($Ifa$gd,mkd$$IfTlF |,"    t"6    44 layt,TbPcPdPiPjPPPPPPPPPPPPPPPQWRXRYR[R\RlRöÙ~vmbvVvjh OJQJUh 6H*OJQJh 6OJQJh OJQJh 5CJOJQJjh CJEHOJQJUj_aD h CJUVjh CJEHOJQJUj]aD h CJUVh CJOJQJh 5OJQJh 5CJOJQJjh CJOJQJUjh CJEHOJQJUiPjPPPPP#$(($Ifa$gd,mkdh$$IfTlF |,"    t"6    44 layt,TPPPwQxQyQzQQQQQQ5RVR ((gd #((gd mkd$$IfTlF |,"    t"6    44 layt,T lRmRnRoRtRuRRRRRRRRRRRRRRSSSSSS S SSǰNj}ti]Ttih H*OJQJ jh 6OJQJh 6H*OJQJh 6OJQJj,h EHOJQJU,j %`9 h CJOJQJUVmHnHujWh EHOJQJU,j%`9 h CJOJQJUVmHnHuh OJQJjh OJQJUjh EHOJQJU,j%`9 h CJOJQJUVmHnHuVRRS|SSST9TTUeVcWWWXXXY\$\\^#((gd  & F((gd  $ ((a$gd  #((gd  ((gd  $((a$gd SSSSS S#S$S%S'S(S8S9S:S;S>S?SOSPSQSRSSSTSWSXSYSZS[S\S]SǾDzǒm_ǾDzTKTh 6OJQJh 6H*OJQJjh EHOJQJU,j4%`9 h CJOJQJUVmHnHujh EHOJQJU,j0%`9 h CJOJQJUVmHnHuh H*OJQJ jh 6OJQJh H*OJQJh OJQJjh OJQJUjh EHOJQJU,j+%`9 h CJOJQJUVmHnHu]SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSTybTjh EHOJQJU,j\%`9 h CJOJQJUVmHnHuj> h EHOJQJU,j`%`9 h CJOJQJUVmHnHuh H*OJQJjn h EHOJQJU,jX%`9 h CJOJQJUVmHnHujh OJQJUh 6OJQJh 6H*OJQJ jh 6OJQJh OJQJ TTTTTTTVVbVcVVVTXUXXXXXX Y YYYYZZZZZZ!\"\*\+\^^-_._3_4_G_H_I_J_K_L_a_b_ࠒ{{ jh OJQJ jrh 6OJQJjh EHOJQJU,j%`9 h CJOJQJUVmHnHujh OJQJUh H*OJQJh 6H*OJQJh 6OJQJh OJQJh 6H*OJQJ jh 6OJQJ0^^c`iaabe0f2fCfRf $$Ifa$gd, $((a$gd  ((gd #((gd  b_r_s_________________$`%`'`(`k`l```IaJaiajamana~aaaaaaaaaaaab bbjh EHOJQJU,jd]9 h CJOJQJUVmHnHujh EHOJQJU,jR]9 h CJOJQJUVmHnHujh OJQJU jrh 6OJQJh 6OJQJh OJQJ/bbbbbbRfSfmfnfvfwfffffffffffffffffffggEgFgsghil`k`m`n`o`p`q`r`t`u`w`x`z`{`}`ǾǴǴǴǴǴǴǴǴǴǴǴǴǫǫǴǴh,jh,U h h@% hDh  hS\]h h Uh 6OJQJh CJOJQJh >*OJQJh OJQJjh OJQJUjh EHOJQJU,jh]9 h CJOJQJUVmHnHu4RfSfWfefmfxjjj $$Ifa$gd,kd$$IfTlF| W 0    4 layt,Tmfnfpfsfvfxjjj $$Ifa$gd,kd$$IfTlF| W 0    4 layt,Tvfwfyf|ffxjjj $$Ifa$gd,kd$$IfTlF| W 0    4 layt,Tfffffxjjj $$Ifa$gd,kdH$$IfTlF| W 0    4 layt,Tfffffxjjj $$Ifa$gd,kd$$IfTlF| W 0    4 layt,Tfffffxjjj $$Ifa$gd,kd$$IfTlF| W 0    4 layt,Tfffffxjjj $$Ifa$gd,kd$$IfTlF| W 0    4 layt,Tfffffxjjj $$Ifa$gd,kdH$$IfTlF| W 0    4 layt,Tfffffxjjj $$Ifa$gd,kd$$IfTlF| W 0    4 layt,Tfffffxjjj $$Ifa$gd,kd$$IfTlF| W 0    4 layt,Tfffffxjjj $$Ifa$gd,kd$$IfTlF| W 0    4 layt,TfffsggggxooeSS!$(($1$Ifa$gd, !((1$gd  ((gd kdH $$IfTlF| W 0    4 layt,Tggggggg[Hkd!$$Ifl0  84 layt,!$(($1$Ifa$gd,Hkd$!$$Ifl0  84 layt,ggggggg[HkdS"$$Ifl0  84 layt,!$(($1$Ifa$gd,Hkd!$$Ifl0  84 layt,ggghhhhhh*h!$(($1$Ifa$gd, !((1$gd Hkd"$$Ifl0  84 layt, *h+h6h8h?hFhLhRhjXXXXXX!$(($1$Ifa$gd,kd#$$Iflֈ |D|T!8 4 layt,RhSh\h^hdhihjhkhjXXXXXX!$(($1$Ifa$gd,kd#$$Iflֈ |D|T!8 4 layt,khlhrhth{h|h}h~hjXXXXXX!$(($1$Ifa$gd,kd{$$$Iflֈ |D|T!8 4 layt,~hhhhhhhhj`NNNNN!$(($1$Ifa$gd, !((1$gd kd*%$$Iflֈ |D|T!8 4 layt,hhhhhhh}kkkkk!$(($1$Ifa$gd,kd%$$Iflr  <l$x4 layt,hhhhhhh}kkkkk!$(($1$Ifa$gd,kdV&$$Iflr  <l$x4 layt,hhhitiuijjjyjzj{j|j}ttjjjjjjjjj !((1$gd  ((gd kd&$$Iflr  <l$x4 layt, |j}j~jjjjjjjjk`l`m`n`p`q`s`t`v`w`y`z`|`}`~```gd ((gd  !((1$gd the 95% confidence interval estimate of the expected value of all cars that have been driven 75,000 miles.     Managerial Statistics  PAGE 220 Prof. Juran  }`~````````````````````Ž h h@%jP'heUheheOJQJh 0JOJQJmHnHujhe0JOJQJUhe0JOJQJh,h ````````````gd $a$gdU B 00P&P:p / =!"#$% DpoDd (hb  c $A? ?3"`?2贉uE?.aFeD`!贉uE?.aFe@@ |[xcdd``g 2 ĜL0##0KQ* W!d3H1)fY@<O@øjx|K2B* R@ :@u!f011>c7ӛ*' \PU' x f22ediը$Ƽ*n#c]2Bjn? QN y% \N 1 jn%6 0> o';J'csAc ` vRF&&\A D|bY`7[hm$$If!vh55#v#v:V l t6,55yt,T'Dd @b  c $A? ?3"`?2q5![f 7UM"`!E5![f 7U@C xcdd`` @c112BYL%bpu‰TkP^xplZqͽ0Dd db  c $A? ?3"`?2R &j%oq1| `!R &j%oq1b^ hsxcdd`` @c112BYL%bpu?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~>:9Root Entry FNData NFWordDocumentDfObjectPoolJN_1147145070FJpiJOle CompObjfObjInfo  #&'*-0234568=?@ABCEJLMNOPQRTY[\]^_`achjklmnoprwyz{|}~ FMicrosoft Equation 3.0 DS Equation Equation.39q-;W =EYX=x() FMicrosoft Equation 3.0 DS EqEquation Native W_1147145095e FpiJpiJOle CompObj fuation Equation.39q-` =2Y  FMicrosoft Equation 3.0 DS Equation Equation.39q-9 = 0 +ObjInfo Equation Native  1_1147145122FpiJpiJOle  CompObj fObjInfoEquation Native U_962366851FpiJpiJ 1 x FMicrosoft Equation 3.0 DS Equation Equation.39qY phI`cI "  0I FMicrosoft Equation 3.0 DS EqOle CompObjfObjInfoEquation Native <_962366869:FpiJpiJOle CompObjfObjInfouation Equation.39qY dII "  1I FMicrosoft Equation 3.0 DS Equation Equation.39qdX 2Y  i ="Equation Native <_1147284976H"FpiJpiJOle CompObj fObjInfo!Equation Native _1147285977'$FpiJpiJOle !  0 +"  1 x i FMicrosoft Equation 3.0 DS Equation Equation.39qvW Y i ="  0 +"  1 x i +e iCompObj#%"fObjInfo&$Equation Native %_1147285978)FpiJpiJOle (CompObj(*)fObjInfo++Equation Native ,f FMicrosoft Equation 3.0 DS Equation Equation.39qJz + Y i "2Y  i =e iL=_1023184702.FpiJpiJOle .PIC -0/LMETA 1h=H  .1   & & MathType-5 5Times New Roman- 2 Y & "System-"Syst FMicrosoft Equation 3.0 DS EqCompObj/17fObjInfo29Equation Native :0_10231847055FpiJpiJuation Equation.39qY * YLH  .1  &` &Ole ;PIC 47<LMETA >hCompObj68Df MathType-@ @TTimes New Roman- 2 AX & "System-"Syst FMicrosoft Equation 3.0 DS Equation Equation.39qY&  XObjInfo9FEquation Native G0_962367183<FkJkJOle HL4@4H  .1  & & MathType0MT Extra- 2 ,K$~Symbol- 2  bTimes New Roman-PIC ;>ILMETA KCompObj=?SfObjInfo@U 2 0 & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q 9:: "b  0Equation Native V<_962367191OCFkJkJOle WPIC BEXLL4@4H  .1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2  bTimes New Roman- 2 1 & META ZCompObjDFbfObjInfoGdEquation Native e<"System- FMicrosoft Equation 3.0 DS Equation Equation.39q 9t:: "b  1L4@_962367198JFkJ0-JOle fPIC ILgLMETA i4Q  .1  & & MathType0MT Extra - 2 ,K$~Symbol- 2  bTimes New Roman- 2 0 & "System-` FMicrosoft Equation 3.0 DS Equation Equation.39q 9:: "b  0L4@CompObjKMqfObjInfoNsEquation Native t<_962367203H]QF0-J0-JOle uPIC PSvLMETA xCompObjRTf4&R  .1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2  bTimes New Roman- 2 1 & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q 9t:: "b  1L==H  .ObjInfoUEquation Native <_962601705XF0-J0-JOle PIC WZLMETA CompObjY[fObjInfo\1   &s & MathTypeMT Extra- 2 v$~Times New Roman- 2 Y & "System- "Syst FMicrosoft Equation 3.0 DS Equation Equation.39qcIgI 2Y L4@4Q  .1  & & MathType0MT Extra - 2 ,Equation Native 0_962367225_F0-J0-JOle PIC ^aLMETA CompObj`bfObjInfocEquation Native <K$~Symbol- 2  bTimes New Roman- 2 0 & "System-` FMicrosoft Equation 3.0 DS Equation Equation.39qY I@I "  0L4@4&R  .1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2 _962367231AfF0-J0-JOle PIC ehLMETA  bTimes New Roman- 2 1 & "System- FMicrosoft Equation 3.0 DS Equation Equation.39qY II "  1@CompObjgifObjInfojEquation Native <_962601822mF0-J0-JOle PIC loLMETA CompObjnpfL==F  .1   &s & MathTypeMT Extra- 2 v$~Times New Roman- 2 YTimes New Roman- 2 iG & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q zI{I 2Y  iFObjInfoqEquation Native <_962429258ytF0-J0-JOle PIC svLMETA CompObjuwfObjInfoxL4@4Q  .1  & & MathType0MT Extra - 2 ,K$~Symbol- 2  bTimes New Roman- 2 0 & "System-` FMicrosoft Equation 3.0 DS Equation Equation.39q HxIxI "  0-0L4@Equation Native <_962429263{F0-J0-JOle PIC z}L4&R  .1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2  bTimes New Roman- 2 1 & "System-META CompObj|~fObjInfoEquation Native < FMicrosoft Equation 3.0 DS Equation Equation.39q I\I "  1-0L<_962429243F0-JpxKOle PIC LMETA <8 3 .1  &` & MathType`Times New Roman- 2 2eTimes New Roman- 2 iG 2 IiG 2 nTimes New Roman- 2 2 2 I1Symbol- 2 I=Symbol- 2   & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q@cIgI e i2i=1n "CompObjfObjInfoEquation Native \_962429399rFPKPK      !"#$%&'()*+,-./012345678<;?=A]@BCDEFGHIJKLMNOPQRSTVUXWZY\[_^a`bcdefghijlkmnpoqrsutvwyxz{|~} :I3ڞ@˽sϛGPAM"JHVLEL?P_F|RDd 8\  c $A? ?#" `2$2 ~`!v$2 v hDxcdd``dd``baV d,FYzP1n:lB@?b 깡jx|K2B* RvfRv,L N y% \ľxcn#V 0V&?Wf1ܤ:'.Beۛ2nOtكuυQ\0Xh܉R F&&\A R1C3X c$$If!vh5T55#vT#v#v:V l05T55/  / / 4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/ / / 4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,T$$If!vh5T55#vT#v#v:V l05T55/  4yt,TDd @B   S A ? 2Q ?xG-U"`!% ?xGpR xcdd``$d@9`,&FF(`T̐ & (d3H1icYˀisC0&dT20(0pE1At 2BaJbp,F35v+ S~~c^Ifai"C` ܌+ j&#.#J \Pq]6b;OF&&\` ] sِ;]`@{4Dd @B   S A ?  2R7w?-۴tU.<$`!&7w?-۴tUp xcdd``$d@9`,&FF(`T̐ & QRcgb qP" 憪aM,,He`P`b e-”f Y fjQ9V&lǼD@|!}).`0Z1tFTrA]v5#T `?+KRs!3t1eCbC`v1<5$$If!vh5T55#vT#v#v:V l0,5T55/ / / / 4yt,T^Dd ;$%>   # A "` "n8>`'@=n8>`,;8 \nxZklTE>{vۭ[J .`pR$-jQhMP@xZAKAI (h&]+JF~((3ٻw{Bx̜73ܻV mFڈaѥ1i4*13AZ%W\CS)Fc ɗϩ&ɚřZ\ԣa"޳|L_Dq;S$\W_qx;纊;q Z2u`H>sޖvҥ˭xכ*>ɟs]q8U\W7v.!1>9?5[c~1,3>ujQq3C|Rq58jܑqHո#㐊qG!W㎌C*n\a4zY;7C7C7C7C7u5aH_Ґ?cg}y *K3*R8ս1ӕR=}Ѩ{k5*@yz.g!\=Rue=zm:Gqc= ׎|Q=1>z.wCov#ߔmϹ|Ů VC4B5tXeAoR͞s_ .0\DK ŏlj?blsrʳ~+#Ys0zۑ/̲\ zL *fdymOC 2g:6K b 2zkwc^.cIN7Q ~Qu7Wx_.ꑚ`Oq.R9%fYiAO*ĬizeT^YV mJ/qpiT^Yw-2J̊evke2s^ٰa/Eor6^l/ULq*H㥐gYOPVw2{+bQ/u)SRV!tZ# *AGS9|S:ӆJ"C{1 |Oo'|A)=Ɗ麐ӲWvf9 Az2Ha![PS>EP/P9Gs[m٥}>o]Z>;]bS   # A "` "o < s%!(=K r/@=C < s%!(=8;8 \ x tEk鞙$C$#&% 7<eTQ\YyTVExx (Y<OX]VrJW|sef}y}_c B5i^**.e{0`ubʗh2؟#l/7QX2] vk}HfHy% ^3-I9i%R=WWUJ mTHO<2Eً!" UgXCA=iUFl26J6Ul*_jN켵iV{`q]œWBC m68ߵGPnKWo<ꏇ}*#ꏵS[C16Vug~9@a4# F,GR? |:a\yCctehlXc~sèƖo5>rl8c"ǟNJ7^|h&b| 1wf٭E,a2)c]Ub<#c `8u5< xaPԎድ>d3RNfꋒľ} 2+j"=f1|}E~]#5/s۹vnڧvk95Iv&5gy͕-3@~D5/܏C\Sp;Ծn sMTo+#p[>YG<'Rsdc\>xsZ=Y{{ǡE4.Yqi\Ӹd)jqɊSN%+NQ{侪ؗt􉘟^cSj5O=w#Ҡ7BW"?f,M9hW6G9fXm'ĿUk)Yu3,.cfega >ЅO>9Xv7l֋ a}ݒCv(IGͺ>G~/k*&kCY[^V#y.ZBXAː/}s9U/r.YK3>AAcb 6g+O/vru)|-~ªލ)G*].}kkk+f}9/[]!Vbj\&+KuUt5ѷUy^C̱](XfFqu}ʃ0*.%i %XCή#qZz>لuguz X3Y?9woqut:ܲ-x eZ=@04Ykg<|ܽiuº E>C=+=g={fجӓnOX{x`Y(X{<Ǵ^ݹShG";Bjuu4Uݣoiwy4wy] {·Uu~RힴIivilֽFXB_KXAu_}XnӐVMz:ͿVMVSiZjr阗?_L/WS_/Y9IX9+һ/Y\ Z#0'b`~BMG9Yb= '%zzR8*&Wc ,UɨU FXнW ei"p%Pm@ b-CwDžGWt͔_]mV)|܄ur5 ȏ&kzo{3ߗge_rpNƜCOEj<'k5{\7mEVg7^ښ}Bf0spnB, x_K0g4&i|+d>֓Џ Q>\`>&X+rQ/wTc6Փ߃Vw}~zydizLj1qTgm:.syv'SK:'՗}p8ߥb_z`?%KSD? u.W9=zjeI;?ckTpܙ16k #Ed#FˉS WN; µjnq_/¸܊4E% ؗĸ G}"NNb| +cg()ü):.=Uǘ~7Y`~s? ~'pl@~ep=\2@2E2-|/כ?C4 rHf[N7"Bi[4d^a^eu"~9)7i vpe0;1nr\nK--wh.%nLn7g4q;Epϑb>s-s.X'dLs[b~ɿGs[b~A|0eY,~Q1bdlN5l;dZDˆZ^ң-|0FPf۱heK-76JZSc2ͶfFs-[bnm\˖{T^Z2؏hù H?S}t -[vcߙ&bY`3K?Mam0/|݈![ mQm_^n/|ZX4tG7 }kB@ǑB%+:7q-pwZk['׈ڍz{+ kX& |`Xpm Oj #|}V V_> G0^S9)h{X} Ahs53k ^yj>67(b': ?Dk=|sJ00go_Fg Fi`7R f9Zԕl͂s¡l~u*m=>'W^DX,no~h1^`R.m 桽FUCm$-^x ;/  Dd ;$%  >   # A "` "- %)>S `ۛX s=@= %)>S `ۛX 8;8 \ x pT&l BbD *D` (<$DPhtłeТV`ZA"cDJ 8"{WvPn9}w9ޛ4!Y}ɜOu5c3VxmsN}fLah2؞($vKk]T\WCrP*e^s-IJueUW nRslUDϟ?rDً-nEҐ Wgۇnn{ dUq#lv;E_6 cܺU)lR Qh-=ZCfQh%|[Wu aK(7E2BÚ>< ߣCڅ}V17vzޠ>giO`|>E)VehX+1.R\^z{n4>x\.ϑ .`ny/Fvˆܖ?bͭ~՘l-?{ny}ܺ̉?<>^ܠCss.-D{D=6CVm9`bz>iS=JRޞD*oFʩIH)fїP3y6=U ?ގvvZkj7H;>CsMDڹAH;^տFOnuI)[oR{uJT_ND1:,gu&ؗis145Wװ}&5_ŷ!9Xς$զ'sYIf+Nn|Vر zfxJv1{Ƙ=SO9 GX@IXBD>J&yn7?5z7k<TVS8Vi VĜ+}o,@*uXaM>@ڨ4 "ZflR:b\MXwA k$1HkP?c >'0Kf!?[,YۯO6Ӵ?vDN[UZtzZzA[ﰚ¾@XQi` o0} :r7:riƪ`;A}Rw}𹂰^6k5A3c/X i 9BjaVW7!o,Vs|Ud74x:NB@E0zQNh2jk4|fJjZ @,X+2Fkfxi2&;, > &Zހ`xum7_OXǡϩaQ3V ՝Rܫ\+;\3= @v\GXK2ճ+UWuY9a]6OVgЯ _.XƫdMWoZ^d"Z6t0-XP:|=Yw;Օ㫄q4vzrڗ9S (aVU(TYߡT(0z3a^}3No ~KWvX೜A/ Z 쇔#o'(qCXg*.^|`nQJeJP4|% k8tB` (]rQ ; ~fM }qbML>Y>Ks\v'l' a5~<{r]i8Z : =ށCrq(X+sw:r #)7Df?6䶖uX )&<> |yڼ臘yyk|NHaV='Rzt[\,֖uRҶCݶ |ސ"#޳Qb G[l-YmkKw/_usE9Ce [rCBMϾ8V~/ot^Fkd})z-zze"ι)F/C]KϾlX 4]/1Γ/w=#“}kX)N`^f!D'0/p ~7'g_SRX/ù7*h:e vA)y_:?!]K|%c74]p+Magڟ _ЗQ1~/dXؗSSK??f}I}Կ/w}I`^1_{-[U ly/[i/xCjabӌd6wf{P-x#mɸ #4Or[2neNTcܖ){*v-z9k%oݱ|nK/oϟ3,K_c`ckaw|ض'I}-2m[2fEz)vhmK^dv7kےs+b}V&Xm8{oݜXmK΍|-f>kےq;MS}σҏ/q s1}hd-Ϭg&ZCۖgof46 V J9)jա'݈!HW]"]G]W.|y)Iӹht?"ĵB z~_"p<ⱒb<ϟzŷiogFў&lnW^QxYjSTQe};?|`Aȇ6R3vshύe?,?]-5蝛vvo ʸv3yA97wf!+|?c9.w>2#9^$n ̇(#0`5<kv1;bi+VrK˰וQםe{m7=fK<߰i_ϩ^n= ]&{맼VgQ^X*õ:tƠxͧ{Y})d"رY$$If!vh5@5@#v@:V l t65@yt,TY$$If!vh5@5@#v@:V l t65@yt,T&Dd ;$%  >  # A"` " h`RgpPQ!p K@=h h`RgpPQ!8;8 \6 x tTv&ټ D!bH$(yDACA@jA(GE)j@J%޹wf mO7g2߽3sg;cVY3exs>.aU}1&e;)3bOP1Wg+.Fh\kXb"Hޚwl; Xet3+v;@AUE-f /Z) 9AG0[-u?==$ުˍQv+DC l*+gX+clCh0Mn9g 4%/ m<뗙Z  R7\DKt . ^kg^o:tlT~ר\bn_? 5m/4\}˻qyv9+}{@ht}˭!ԷB}{bշy\fo}#V'i~yƚ| 1+ܲ[|En3Ʊb͙9"޷̫a"/_5aO%i7ioF҉I FQ!8PC1M),- sM+p;n\S4-5] sMp;^QG8&}kn4+?h/۹p;Hfkj7'S&(cD^ωhОp"5Ot+ kǠ7Wy}Et^)j=OQ;ydSN%{v:/GUMD[1>}J=%GmR{qJ)GS\|7E.q̵O?:/s5rX'\CˡW ޣ[{{½Voޣeϓ1z0t=[ֻOKV'GHw#)HgV=Wyt +m"o8وu2~pm|nhʰe !zpnv[|w3af]6>Kk5ĕ5Ԝ1K#J> 4t;:]CG:erߔRR::[&CqX+7@,֊.5uL}D1] MJ tKJ ׳s\WV;z$a@d9Ns\}=]\R9ӁnBXcLE/X=9CQIm'a}5QAcj!VsKijqNҴ?hiv᳎އ-a ]]rz7m&L+LM۞a]rºaC7ލx`v7v&vXӌ/R0k͛j0O&{ӼU7aU_QC砗B7a\9joR}ɻ]Q=<7]}G^^ϵ=t'ZqWW9q_W+x AJf%u;X2UNf ׿Sy$b [ɚʼHXEЕЫ&XEgJer58|!OХXxL=[ΙʟSV |J5{)gZk 5T<{yl밾ϏYȓCCC|HX ʳe!7:$;kz'7GXBf)ژ|QXetySS+> z(a n5$,%;bПcq7qCb9ϥ9Jk,|J!SH!*Ǡӱ-YU9JFcRz3Қݒ]6>OVwUн/YRܙRR%}/?pMjW1q=|W@l%c0vvNuqu9áȝuv_F[>kMuu^=~] "VsK)B\'g]^' \c~{KI:^&1J_G߯$g]`<.%I/Yā0OïsKƺx0NJ`|kI:'߄S_{?>N~ֳC2֥} 4y!c:!\[xue) ԥ/zo%IVd8s{D"r?_=X a5=z,ۢ!ssm;M ?3v7a* LR™Mlj`=bX1f].-n.q粸]u!{#e/, Z8׶)p9pbu߮^~l->й;œ˟??ǜc``BwhضsLyfF2m[#~߮?琟KijLl1F7AOכHZ@O1^5  # A"`"2 " 'yf^텠 Z@= " 'yf^텠 8;8 \ x pTfl^ a.(T(AQ^ID*Jc3<d4+VQ`1b(PZd<;( =l;9}w޻{16ctfLal`:^P,c:SXg/u3q0QOI. +e/۸uކ4Jv*Xu@;܅KU(uRPJmî6²Dك)NEҐ:|[b/۠tUFyiײ6`Ul ŪDϖ4ˑ[Y1P"u[P>z v~^op}kX`z嶨X<Ցvk#*fs>|QՇ!5_k no}iepXWqa|.q cߎ<ƖfBhlM;Ḵ/>6Ɩ5>rlqZ+nPx񡃈U8#] ]v"el6^̼`|lkS#B_)찶'J7#dIHI+ޗwD_bCx7Y^mwn۹vC sMvKWkj/w۹ƈ5^1V.ž\.1l'/܏Ï7nڏx\So\S5t=ۊ#bn+$ۈɬXǡp"5O6֬m+9c8T%+NQ;KVv8E4.Yqi\Ӹd)j܄IXKk+XRFyN+ڬyyނOXoEH+szWuAYd:vº&š zr^oU;;ja }`Z~v\hf́7<Z7ځsD3YkiZ;=A; >5U=z _6-rm`x/&: =z:<:߫m צ51fMO9a ]JXs8ߗ jkFa6k8 }5ֻ?W7O>|kл z $TޡVQ'6?SzZ ] m "X+VZ5<^Y|~EXCO%kKk=wk=jgZega.":h|:c먧tCF=`'nQB'wC;p.UG!eEbZ_ 6kw*&Ɵ/(e\S|^%Cuz*hW ǕS޹W+mHMX_%a-.nF~`-ޢ4yfe.u>b @C\< X_wN^(žz> anC۠lC22}?VۡEm@o$Z觠O!"Xf>%|IbNg%au#Vt% OVV~_)+?aK =>.qF'Y򠬾q6 փ ~&BEʖf5I_e9yY]l!BlK!VːLVҲ'%{>/ ރ^]$XeNꝳH*Y!m~fg9a͂GX3@G@fTI{sHs&Jsrج}OXyń $涗r{HmsGجJX>}B=qQ'Xsu0ﰫgi*]qoCQNSYߖF?ЇXM; q@Iܗv{ ~3R}Z -D.ٗ8%їw;`-5ǽI̱Ex~;RtsdW⾔o E+52אyIıBĸ<|pKvyNLԗckR/YI/\?1NRC(=+ows5@~.E~? X;5]sD}rf~}y1vN}"R//wdBn/~?Ecږ]X*_Բ"~iQ⹕>7 Mw8Ӳ90'nr1ܖ[{frh\nK-r5m"wSѶlrߐù sz` K-v$wܖǞN3mE=?̒Dc/0p;t<,ۿcx L˖Y^okz=i11Z(zٶ/k'ޝe}?+ks7/l˟ZDܫz1Ͼ^GoXԡ'X; Wg=1l9!Vyɪv`T(IaY|{0'xF Aj/tVV]^§ EǢS}MB:D?%ǣ.3px/s%~ ~&(WaJ,q7?6{O,c w~ϲ#٢F87p=OWss~g{a^*s&OUh;@ޟ:LZB?6?|_k-Ћ#Qanu p9tM܍Q|aX]Z`3Lĺֲ6ZYϻ7T)s*[yOC߱XDr c39T̥B>\RCP;WqwsLy_VY$$If!vh5@5@#v@:V l t65@yt,TY$$If!vh5@5@#v@:V l t65@yt,TDd ,|B  S A? 2h[8/Dh`!<[8/`0 x]PKJA}UIA$ƅp8Q2"s#"G}#bCU߫zՄ.؁U.k(!{ChאS`?iKM UXdo/"8}uf]fd.IUݸ㲞ݧP6>H6g߭t)QbR})T?ɴf<{pU:Xv)W(lX.ƺUgļ7nfuVc>Dd ,|B  S A? 2j~Sx[p]*k`Fj`!>~Sx[p]*k``0 x]PKJA}Uɀ"HV w'Ѕ;E tfƥK;#x۪J EW~U@c z%ْD{ ٣mCLV҆d+ë3$^D~/pbde6fd.QU]òexPy[{?r|@Jڜ9?~jҥD=jqug _CcN|N{w^Y8i,:QҫuzBQp`ժw3b5:/Pw1E=Dd ,|B  S A? 2knZlH~nƉؕGl`!?nZlH~nƉؕ`0 xcdd`` @bD"L1JE `x0 Yjl R A@. ^$T UXRY ͤ `W018g+8d&2Ԃ\ F\ L `{~35fy ;27)?](э? d0C2sSRsL`.5)q9ؤ.!6:v0o8+KRs] V =Dd ,|B  S A? 2jBصt땧3LFn`!>Bصt땧3L`0 x]PAJAh4"HNo/Cn}X0*Yy"oA< >'x8vwfEhz =lEQ"Cӎ!CrҦd{ UXdo/" 8=eRd]fd.qY^ޥxRy[ r|HJڜ?|7jҥD=Iyg _9WLOy6sٽ;/C`ىB^#]d?`kV۟UY⿻~=Dd @B  S A? 2(OT Ņis^p`!OT Ņis^&R x5O= P Ul+XADMA;)u(oC3/@xɽBQǶr-J1F.1e"T/cEOJ$"J$Sxq 45; .#pO6EG Zyh ~W3CPWK<917'9Z&%Gy_G+^Dd ,|B  S A? 2kA~mXRGEr`!?A~mXRɠ`0 xcdd`` @bD"L1JE `x0 Yjl R A@. ^$T UXRY ͤ `W018g+8d&2,B( A fjPwpenR~?@QHad++&10\1jRrI \PqClu `p121)W2䡻A>?Dd ,|B  S A? 2k|J7 RQBGFt`!?|J7 RQB`0 xcdd`` @bD"L1JE `x0 Yjl R A@. ^$T UXRY ͤ `W018g+8d&2lB(A fjPwpenR~?@QHad++&10\1jRrI \PqClu `p121)W2䡻V>VDd B  S A? 2?XBV(il:^^Gv`!XBV(il:^^lhxcdd`` @bD"L1JE `x0 Yjl R A@. Nj熪aM,,He`H7C&0l`abpVp+,,MdB(D2pS00GB9`~ԥ\`0$ ; ?#RpeqIj.C̅;5m$$If!vh55#v#v:V l,554yt,Tm$$If!vh55#v#v:V l,554yt,TDd @B  S A? 2V\I]DrggC2x`!*\I]DrggC hxP=kA}3~HHagP i*$SA!\gia_~^:3ظ0{o M)HYvC윳 =ZapCV'8%.LLH}WN101'7 F}īpE2 N$J _'^H(MfOxY>3zg?%Jڙ0-(݃\FQZ r;T=Dd |B  S A? 2U`n'K҃A/1z`!)`n'K҃A/`H0xPjA}3jSPBcuX3` $SuB!_b/Ύk4. 3;7C_6HVe%1F;ΐɡ|5x=JDƒВ{!Nb-8>f*&ȾQ#ؒ`fI?]&d Uomu@v0Q$Z~H_97;.JJxnBO8wOvr7by ݕw=Dd  B  S A? 2FЎ7%8kU`|`!XFЎ7%8kU^xt&xcdd``gd``beV dX,XĐ ! KA?H F熪aM,,He`ht/! @0@penR~E@Q medRO?~}`\3<`#d++&1]1j;`=ypOP]fbS?B61pFInf LS7MM6b 8CCXZ`8+KRs] V+xY Dd ;$%440  # A"i H2Y@Y30%E ~@== H2Y@Y30%0<;8 \ x[}l{w{wr Ծ@b("M+l'! &*QĖBh*X~(-j݈TTQa*UBjjDhJM/+Zng{{M4Ӫg޼7Ole PIC LMETA CompObjfL4@4Q  .1  & & MathType0MT Extra - 2 ,K$~Symbol- 2  bTimes New Roman- 2 0 & "System-` FMicrosoft Equation 3.0 DS Equation Equation.39q 9:: "b  0ObjInfoEquation Native <_962429403FPKKOle PIC LMETA CompObj fObjInfo    !"#$%&(-/0123457<>?@ABCDFKMNOPQRSUZ\]^_`abdiklmnopqsxz{|}~L4@4&R  .1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2  bTimes New Roman- 2 1 & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q 9t:: "b  1L=Equation Native  <_962601888kFKKOle PIC L=P  .1   &s & MathTypeMT Extra- 2 v$~Times New Roman- 2 Y & "System-' & ӧӠӠӠMETA CompObjfObjInfoEquation Native < FMicrosoft Equation 3.0 DS Equation Equation.39q 9,(:,: 2Y L4@4&R  ._962452490FKKOle PIC LMETA 1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2  bTimes New Roman- 2 1 & "System- FMicrosoft Equation 3.0 DS EqCompObj'fObjInfo)Equation Native *<_962452590FKKuation Equation.39q cIgI "  1L4@4Q  .1  & &Ole +PIC ,LMETA .CompObj6f MathType0MT Extra - 2 ,K$~Symbol- 2  bTimes New Roman- 2 0 & "System-` FMicrosoft Equation 3.0 DS Equation Equation.39qObjInfo8Equation Native 9<_962452597dFKKOle : cIgI "  0L4@4Q  .1  & & MathType0MT Extra - 2 ,PIC ;LMETA =CompObjEfObjInfoGK$~Symbol- 2  bTimes New Roman- 2 0 & "System-` FMicrosoft Equation 3.0 DS Equation Equation.39qEquation Native H<_962601916FKKOle IPIC JL yIxI "  0L==V=  .1   &s & MathTypeMT Extra- 2 v$~Times New Romanw-META LCompObjTfObjInfoVEquation Native W< 2 YTimes New Roman- 2 iG & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q xITxI 2Y  i_962452688FKKOle XPIC YLMETA [L4@4Q  .1  & & MathType0MT Extra - 2 ,K$~Symbol- 2  bTimes New Roman- 2 0 & "System-` FMicrosoft Equation 3.0 DS Equation Equation.39q yIxI "  0CompObjcfObjInfoeEquation Native f<_962452692FKKOle gPIC hLMETA jCompObjrfL4@4&R  .1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2  bTimes New Roman- 2 1 & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q HI|I "  1L=ObjInfotEquation Native u<_962601932FK0KOle vPIC wLMETA yCompObjfObjInfo=P  .1   &s & MathTypeMT Extra- 2 v$~Times New Roman- 2 Y & "System-' & ӧӠӠӠ FMicrosoft Equation 3.0 DS Equation Equation.39q~IpI Y FMicrosoft Equation 3.0 DS Equation Equation.39qEquation Native ,_962601936F0K0KOle CompObjfObjInfoEquation Native ,_962601940F0K0KOle I I XhIL==P  .1   &s & MathTypeMT Extra- 2 v$~Times New Roman-PIC LMETA CompObjfObjInfo 2 Y & "System-' & ӧӠӠӠ FMicrosoft Equation 3.0 DS Equation Equation.39qԪII 2Y Equation Native 0_962601945F0K0KOle PIC LL==P  .1   &s & MathTypeMT Extra- 2 v$~Times New Roman- 2 Y & "System-' & META CompObjfObjInfoEquation Native 8ӧӠӠӠ FMicrosoft Equation 3.0 DS Equation Equation.39qīII Y"2Y  FMicrosoft Equation 3.0 DS Equation Equation.39q_962601948V F0K0KOle CompObjfObjInfo8ILI Y"2Y () 2 FMicrosoft Equation 3.0 DS Equation Equation.39qW SSE=YEquation Native T_1147230988F K KOle CompObjfObjInfoEquation Native _962453039F K KOle  i "2Y  i () 2i=1n "Lf< P .1    & & MathType-<$<PIC LMETA CompObjfObjInfo(~Y -Y-===%Times New Roman- 2 \SSE 2 DnSymbol- 2 X- 2 =Times New Roman- 2 \1 2 12 2 J5 2  .` & "System-d O= FMicrosoft Equation 3.0 DS Equation Equation.39qHI[I  SSEn"1  =12.5LEquation Native d_962453063F K KOle PIC L~: + .1   & & MathType-<$<I(~Y -Y-===iTimes New Roman- 2 ~SSE 2 DnSymbol- 2 XMETA CompObjfObjInfoEquation Native P-Times New Roman- 2 ~2 & "System- o FMicrosoft Equation 3.0 DS Equation Equation.39q4hlII  SSEn"2 L==P  .1   &s & MathTypeMT Extra- 2 v$~Times New Roman-_962602162F K KOle PIC LMETA  2 Y & "System-' & ӧӠӠӠ FMicrosoft Equation 3.0 DS Equation Equation.39qpcIgI 2Y CompObjfObjInfoEquation Native 0_1147231360MFLLOle CompObjfObjInfoEquation Native  FMicrosoft Equation 3.0 DS Equation Equation.39qdW 2Y t n"2,)2() s  FMicrosoft Equation 3.0 DS Equation Equation.39q_1147231547F K KOle CompObjfObjInfo{D 2Y t n"2,)2() s   n LElE;  .Equation Native _962453305 F K``:LOle PIC   LMETA (CompObj fObjInfoEquation Native X1  `&@ & MathType-' 4 -4{-W 2Times New Roman- 2 E12 2 E997 2 15 2 E.` & "System-      %'()*+,-./0123469<>?@ABCDFKMNOPQRSUZ\]^_`abcehkmnopqrstvy|~ FMicrosoft Equation 3.0 DS Equation Equation.39q<cIgI 12.997 15  L4@_962453540 F``:L``:LOle PIC LMETA 4&R  .1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2  bTimes New Roman- 2 1 & "System-CompObjfObjInfoEquation Native <_962453550F``:L``:L FMicrosoft Equation 3.0 DS Equation Equation.39q cIgI "  1L4@4&R  .Ole PIC LMETA CompObjf1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2  bTimes New Roman- 2 1 & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q yIxI "  1LhhNG  .1   & &ObjInfo!Equation Native "<_962453609: F``:L``:LOle #PIC "$LMETA &CompObj!#5fObjInfo$7 MathType- MT ExtraF- 2 k$~MT Extra- 2 $TSymbol- 2 @bSymbol- 2 bTimes New RomanF- 2 1Times New Roman- 2 0`Times New RomanF- 2 G1PSymbol- 2 -Times New RomanF- 2 1s & "System- FMicrosoft Equation 3.0 DS Equation Equation.39qEquation Native 8p_962453620'F``:L``:LOle :PIC &);LT܁I$aI "  1 "0s "  1 L4@4&R  .1  &` & MathType0MT Extra- 2 ,META =CompObj(*EfObjInfo+GEquation Native H<K$~Symbol- 2  bTimes New Roman- 2 1 & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q LIXkI "  1L4@4&R  .1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2 _962453624%3.F``:L``:LOle IPIC -0JLMETA L bTimes New Roman- 2 1 & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q I`I "  1FCompObj/1TfObjInfo2VEquation Native W<_9624536285F``:L``:LOle XPIC 47YLMETA [CompObj68dfLF  .1  & & MathType@Times New RomanF- 2 @ sMT Extra- 2 $TSymbol- 2 mb`Times New Roman- 2 m.1P & "System-Times New RomanF FMicrosoft Equation 3.0 DS Equation Equation.39q,II s "  1ObjInfo9fEquation Native gH_962453639,<F``:L``:LOle i Lv:  .1  & & MathType@Times New Roman- 2 @ sMT Extra-PIC ;>jLMETA lCompObj=?ufObjInfo@w 2 $TSymbol- 2 mb`Times New Roman- 2 m/1P & "System-@<< FMicrosoft Equation 3.0 DS Equation Equation.39qEquation Native xH_962453902CF``:LLOle zPIC BE{L,I0I s "  1 L4@4&R  .1  &` & MathType0MT Extra- 2 ,META }CompObjDFfObjInfoGEquation Native <K$~Symbol- 2  bTimes New Roman- 2 1 & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q cIgI "  1 FMicrosoft Equation 3.0 DS Equation Equation.39qP "  1 t n"2,)2() s "  1 _1147232027RJFLLOle CompObjIKfObjInfoLEquation Native _1147231506OFLLOle CompObjNPf FMicrosoft Equation 3.0 DS Equation Equation.39q{D 2Y t n"2,)2() s   n ObjInfoQEquation Native _1147232139TFLLOle CompObjSUfObjInfoVEquation Native _962602264^YFLL FMicrosoft Equation 3.0 DS Equation Equation.39qP "  1 t n"2,)2() s "  1 L=Ole PIC X[LMETA hCompObjZ\f=H  .1   & & MathType-5 5Times New Roman- 2 Y & "System-"Syst FMicrosoft Equation 3.0 DS Equation Equation.39qpcIgI YL==9  .1   &s &ObjInfo]Equation Native 0_962602268`FgLgLOle 7o}mFف ew H o$jg9QKo%{qD!8}nM+QQwE6PbMl]R^ZSV8ݞ'%g],YUx*/hN/RqjVTb\ʥA}CνekwLq=oMom4Hv:q[OWܩz}*O?8'(g;xyKǔ_TrXHhAػɾO!_>luó2c?s2OOGE21ц_ lۃ͍ݾqҶ-ʶgkmo[MePܐ\&5_VmU3or%}\ŸTrMk狋#D;ʞWO.1Q?A{u+9rr\93-JyLKgZJxLK?l/iﳼ|%ӯrmTW.ZY}oKa q}i~3-9/i]ϴ4{LK7M# ՟ #+9s?ڇnY>j+u5=|iٟǂ#}Ke\qJe\qJe\qJe\qJe\qJe\qJ{Uܟ^2~)A~*A~*A~*A~*A~z,7~jMO;T9b}]Ӱq:gZ8ĨrA`a;:qӉvMӮYD=}vIN_C'ৰ'w|_"WRX:>?&o|'~<,>4y?$Q퇤y?D!Cuq'ZM!~e.&|>e-3=ZF;A<wr.oO)ѵyw/WJ=[GY%r1Weg`^Ԯތ;e^:I2/ 㸸Z\^ýݐpq_Jxq5ϞqW-IyWMIm3/є>N( ~w c̹ŘgAƳo6xygcLObj^bqk15/_ā?gݱjq5/wq #M؏jq5\ݱ7j^8nz/iqY?^-k?NN4WYI!|eݢms,Q[THLhh6~Oms0|> gaeWLo, s}G'>~/~*r:˕ '4oy3%:s= B)ҁSD~ȏsyѫyz-+ Sv]5Π`-k@>[^J֋@K?~Yߪ?p;Tߜ)$ ݌4D+yʯdg/>!_g 7Ikk[cZ ;9[>*3 JÉ=(/SG˲\[Mj%6ZUx -%̜D^لXI誯'rBcG"w2FD^]!^:܋962$U"2C) H; `<ڈ˃v @`2zL-Pia*#{$6\C*sڧ9HO[cpg*g4Ow㟑jҦ|^0Qb0Kv,soXxn^⹽UqsD?xz}C?䱽_@} z>휧UC_h{m!Z!o]k2›B+sCu yY7h,tcƲ:a=a7wvH'"G,Y#X:XGꥐe/Dʴ>|!.o,3#X|~Bۡ+vBzLpG_FDBAhXv|EhEhE^VXDt!?koE:F/ԯsK7yPN< pkYpaB'=Cme__(;Z v-kݭ@PIh3,wQ&~ G ]!Wl2kߚ::N-H=)uxԇXƾt˨˨ttOMu}R[FoYuj_x,?Sk6,fN|,Y@7 i˜c6o,? cƱ)Xnн 69xcyO =s,o,KNހtI{@{[i͜cxc2NsƲ  @]{L's.XZ ?-K,w7 {AϤJuzK3,2h6l_\;^O3,Rhݍ8^vҘӜcX0Ic5& $3Иcα;^7_rs,3,u&3tҘi1v'3 ?K0fhb1ïM:Z\ .3l4X ~,~*Kw( VMiQ-*ǡ2=/45-k[dnnJCӆPVUj&* gc> .>G=|BF?HNb|n2iylGB}ջM[54745S64mwA;Fs: 7U,ӆGvitt#71U^6:\%G#E\NģeE{x$ vVT<9UX}A:nO ۍK%\ T 7 bf`t`!e&8uYl##lW#cak%@8np mƫNfV 5ՀG=;Fk:?mr!H;jwkr)~+NцbWa10]YlyYR3/:Jw|([|(6k>%Է9hiG+j V,/V5[Ah*c4+1}MpVjaɇR[>TPcIPCY9sUl?fwٙΕݐsluA>Թ|-6Lϕ/CAϕ]6*uva=ƿ'UA?ʇ ]I %>Ԅ9WΖRPaee Fu60P篳%P D-h>{GT >T.P * oDoTŇ2Jrh},kDe( CPb\O's52O5iNH{C]\TJO6gO>3}~!' ϵD9jڙDO*=RփDM&x_~>uUCwҿ~>[xP\K2bo`ĺnm;zTD)\?LiěGX['Wvm'vۭ@xPv{ ^EFbwNyQnw4,{'VM"õaFOлWcIskVϯ!cgΟJq3k.D>|?_iKמz xa˟tp<Ɨ~ԞqKw$Lwρr23-^W)3!Hx!N S*ӷL% ǁҿ>Tg)X_dyt yV .i˜giCtZ닎:=~7xozU:wNmI<FZmM>z$0GY+HT…~iJLJ2cˈ.#J;U.nfl°ݡ"G{xQ/Y=cEć۹]=buKz%C|]5{1LcrGkvP41}=/m{ [_5i%ߟi,+T?iKű{'p~'ⷀ^nZUTu̻-K_߳95OҪmnmuF'Z^o<2}̓uLS|f̪/7MYo|y}"dl(ߣݟi'9mM]9ճzp]u2tbՕnM_Na{Xc/ZHa]kw$翊>l2z5azه^a/T>l5"|dXm_};>.5| ?9$Y{QV'|;@q-k=i (t9+ ٤gP.'5a؜OܵV*^Um$$If!vh5X5#vX#v:V l,5X54yt,Tm$$If!vh5X5#vX#v:V l,5X54yt,Tm$$If!vh5X5#vX#v:V l,5X54yt,Tm$$If!vh5X5#vX#v:V l,5X54yt,Tm$$If!vh5X5#vX#v:V l,5X54yt,T$$If!vh5|55555#v|#v#v#v#v:V l,5|55554yt,T$$If!vh5|55555#v|#v#v#v#v:V l,5|55554yt,T$$If!vh5|55555#v|#v#v#v#v:V l,5|55554yt,T$$If!vh5|55555#v|#v#v#v#v:V l,5|55554yt,T$$If!vh5X55 55#vX#v#v #v#v:V l,5X55 554yt,T$$If!vh5X55 55#vX#v#v #v#v:V l,5X55 554yt,T$$If!vh5X55 55#vX#v#v #v#v:V l,5X55 554yt,TDd @B  S A? 2Zė﬘X296k`!.ė﬘X29 hxmPjA}3&!B:,L iSAA2E&U|uv$0{o Ծ0"s)QgW].vyv<'^ Juu;XGB(RORH7 ao^r7v $驩nB(0 Z%29gH<7]oSMN-8!{.՗콈¯zNt7dxg'Y F4Y6~I:F+e9u@ژ8t^^{ Ww\; `N|MZt沾mng]b?]x?=Dd @B  S A? 2(ގ@g Z4pnlG`!ގ@g Z4pnl&R x5O= P Ul+XADMA;)u(oC3/@xɽBQǶr-J1F.1e"T/cEOJ$"J$Sxq 45; .#pOEG Zyh ~W3CPWK<917'9Z&%Gy_պ+_Dd ,|B   S A ? 2i9ƨxݣ&ү(E`!=9ƨxݣ&ү(`0 x]PJA}3\J X-VF"&^`Nɉ\gi'X ?OLD\v{3o=YhfkB7 õWI[57"R/${xQ_4)m c[%;oFLō;}ۆ܇}R,V.%QMjztOlzxsw>"Kr4Q;Xu^]d?`-ψywT4C]x?Y=m$$If!vh55 #v#v :V l,55 4yt,Tm$$If!vh55 #v#v :V l,55 4yt,Tm$$If!vh55 #v#v :V l,55 4yt,TDd ,|B ! S A!?  2j?xR`,w S,FQ`!>?xR`,w S,`0 x]PKJA}UIA$օ70 w90Q2"s#"G}#bCU߫zՄ6؂e6k(!{Chې#p҆d{+3$^D~'p8K뤾̀ l :g\0AY޸ݧ}9'%ڜ9?~7jҥD=Q9YT_NWLOy6uك,N:%j"kXwrݵ=Dd ,|B " S A"? !2k٧@g Z?GQ`!?٧@g Z?Ѡ`0 xcdd`` @bD"L1JE `x0 Yjl R A@. ^$T UXRY ͤ `W018g+8d&2T\ F\ Lڌ `{~35fy ;27)?](э? d0C2sSRs$`.5)q9ؤ.!6:v0o8+KRs] VL=Dd B # S A#? "2?W^Ւdn ,ER`!W^Ւdn ,Elhxcdd`` @bD"L1JE `x0 Yjl R A@. Nj熪aM,,He`H7C&0l`abpVp+,,MdB(2pS00GB9`~ԥ\`0$ ; ?#RpeqIj.C̅;5Dd ,|B $ S A$? #2jHH2g'R)F'`!>HH2g'R)`0 x]PAJA1"HN/Qo$7`U"}7 ;"4]S]=؄ek(!{ChːrҺd;+kë3$^D~7pz8Mˤɀsl:g\0㲼rGE5K.*axosݨIbzgtՏmfz2ɳ;ݰE' zNOv5 bz?#Q=w-@=Dd ,|B % S A%? $2j$ p9KF'`!>$ p9K`0 x]PJA}3Qc.EVU"?N{/p`лSr"W~`aOɞ μ}oZ@czV%ZيD{ ٧!ns%Ѧd{k؁WbgK+vtpW6ΰ%蜝7#x!s>ۺ)q`sSIrzgt ՏmzhSw>"KrP;Xvެ3]d?`M>ψywXM4C]x -=/$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ / / / / / / / / / / 4yt,TDd B & S A&? %2%:y\^{"XLX`!:y\^{"XLRx5OQ;%.(DuёUDqGBw=O*OK}d͛%8uæ JqtH)cF kK#5"~Jwh*U8Fx59@ ޜ|4d& E`qIі=wNM n\R_fK9MJ̍/^Db) ~)Dd B ' S A'? &2%۝r(YDnn/`!۝r(YDnn/x5O=Q]G8(t$4jz)$D|)k OKu^y @QTs%28IC:T3˔ySLeZHT_ORRŔa4htݺ1؆ihW^PʛM=]KcUGpEK$}?* Dd @B ( S A(? '2*6(柪ߘ}$ι`!6(柪ߘ}$&R x5O P =, N"⦠_N ء:tst?8knM='9! 9"*kP"E4UGuEL_Wb*Rue4<bɡbIrJr|l2~nvx0.Uw$Ԇ-l?W8v>HgzfxsbnMSl&%+Dd l@B ) S A)? (2Np>jS\4"|*`!"p>jS\4"|v xcdd`` @bD"L1JE `x0 Yjl R A@. ^ 7$# AL aA)??[1$4a)@) muH(?"Wa 4ܤuvH淀ݡu3_`S fBCI)$5!V `um7[Dd 4B * S A*? )2}*^Rșԙ;QhYr`!Q*^Rșԙ;Qh< pxcdd``cd``bfV dX,XĐ i A?d@#깡jx|K2B* R*3}vL@(\q.PHqe`) R#TL XJ2 Kvl5 C!#) `01- L Ogf; y4[p+ݣ y.p쀽 5S`8>+KRs VsRW$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  /  / / 4yt,T$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ /  / /  / / / / 4yt,T/$$If!vh5W5W5W5W55W#vW#v#vW:V l5W55W/ / / / / / / / / / / 4yt,TDd 0b + c $A+? ?3"`?*2^xG> ;Q``!^xG> ;Q`l @Hxcdd``6cb``baV d,FYzP1n:&n! KA?H1Z ϙzjx|K2B* R @201W&09490qՉ:.P56efiը$Ƽ \c  5_|˝s`fjm ν/͵{O #t+a|%fd{qVp+,,Mdj$?ݟW O ?`ɉwg\/g p&AP.0I3bAl!Dl 0 SWSQ0×)\|λ`cRTFpngdbR ,.IADg!u~blDd B , S A,? +2IVg:=Q`!IVg:=`@ PxxuR=KA|]ƀX)%ED&^Z%'\0hD: ;X_I)Vܝ r=yE(}P52rHEBNBd)"FH0f)+QOeT.D,Od m^L1攠㎏' 5c h UTQ[hv@cw 1Igs5X)e}־Av]jUyThz)<YհfK3#4zzw0FwaCׇNǯx/Dpx$u1 E݀Y.pVYlfp2_Zrg%Zб r=By?`KADd B - S A-? ,2Xgk6`!Xgk6R``\PMx]QJ@lզUO /z0=F X4҈Oo 9zѿгqvvSJvv{ogw6(=Mҙ DAʲd7%U6U8-Z Ξ8flr, av1̯#] QѕhiLg2+);51*j fFCUƦ/=/xiz%6OJrrG򪚚xzAW`qd^ПO?z'q4O;4ÄyUə;D/ w|3 8Õl,ED fQ I^GxNjDd @B . S A? -2(ގ@g Z4pnl`!ގ@g Z4pnl&R x5O= P Ul+XADMA;)u(oC3/@xɽBQǶr-J1F.1e"T/cEOJ$"J$Sxq 45; .#pOEG Zyh ~W3CPWK<917'9Z&%Gy_պ+_Dd b / c $A.? ?3"`?.2 ^BBoMK`! ^BBoMKv  xڍTKA~ts "(]*vKRG%$:xn :v+V(}֐= |ht]Wx+dJEqQl'06`3a#Ș(lVfت2K;Ѹ7:뜉/UW^g:"'ݨ *9ȑ3 O-?|y>Px8Œ5\D]uz(y ,8oqNi8y٬VKF,@/7QrlDҪzU_;xoQyCŢ JOĹU7 e(¹ 9a{XC@|'Dd lb 0 c $A/? ?3"`?/2` a$Y+y<`!4 a$Y+y" `xڍTKA~fݝ4ĖK.Ă^^zk`{ RD94wv]F.ݯ*r D!SkK,IǞ/.(cr&d*GQ|%hDZOO`0 x]PJAf_.OEVha80Sr"YZV>C <#\g&{\vf M =MlEQ"CQǐS`ֵh[M3ɦo"8m'OK:g^\0Ӣs'y9zxL0V]yې8r|HJٜ9?jҥDݯa1^T?ΠFY:q铻*$jN:]ӻuzAQpcݪ3bW2͐w0/=Dd ,|B 3 S A2? 22j\tCù-X F`!>\tCù-X `0 x]PJA}3Qc.EVU"?N{/p`лSr"`7XX?>ff'°3oߛy؆Uk(!{CkȀ)\:|_)vUXd" 8$ըM3l :g^\0⣢vy9O..AGJ؜9?jҥD=qqܧ/߿Cc>dԝȒ=(t7(lX.FӪ3bV2͐w0S=߇$$If!vh555555#v#v:V l554yt,T$$If!vh555555#v#v:V l554yt,TUDd  B 4 S A3? 32 R0&7UDC-`! R0&7UDC-n`P8axSKPj@ NTvm!b4J"pnO:+/ iKw<*+Ǒ(($+i"Jhs $xhaĈkJp :`#{Rx:*eҾ YaIH>x&wn uJagV|7@ᄇI|L~UƸgĄbgTHl!*/VBďݾw0Ž.2<Ք.:sc{nok)NLA+MO5`h ǟdΆTҒִ`^v/ Q0ɐoV|Dd ,|B 5 S A4? 42j抩ih"IF;`!>抩ih"I`0 x]PJA}3Qc.EVhaH{/p`лSr"W~`aOdOąag޾7f - =-lIQ"CSא>S`u?i]ݕ5l3$^D~;p:8IQugtΛ<`GEqrr{A]mU)os]Ibzgt ՏmzhSw޻A%9Q;Xt^]d?`MψygXM4C]x?z=Dd ,|B 6 S A5? 52k aOZ\{[G;`!? aOZ\{[`0 xcdd`` @bD"L1JE `x0 Yjl R A@ ^$T UXRY ͤ `W018g+8d&2t\ F\ L: `{~35fy ;27)?](э? d0C2sSRsL`.5)qؤ.!6:v0o8+KRs] V=Dd TB 7 S A6? 62}A/lBoWY<`!QA/lBoW XJxcdd`` @bD"L1JE `x0)0 Yjl R A@2 ~T UXRY0A()?! `bpVp+,,Mdr.PHqy20ͤPwpenR~?@Q_>Had++&10\1j%F K:&5Cr Vqb.h8q$?=gdbR ,.IeCw3X$IiDd TB 8 S A7? 72|n֧ A|XO`!Pn֧ A| XJxcdd`` @bD"L1JE `x0)0 Yjl R A@2 ~T UXRY0A()?! `bpVp+,,MdXr.PHqy20ͤPwpenR~?@Q_>Had++&1Lb5%P!IL8vS14a vԟ `p321)W2䡻I;Dd ,|B 9 S A8? 82iW=4xXVEa`!=W=4xXVӠ`0 x]PJAH6< <!){6`0dEѣo!' TUW40vk]vZSb!3dmuu.})իgΒj\ݤۂy '(q^n5E_ޚrEH⇯ZM:GU6-?WS~jdz,]]YvBptI/(LQHcnogļ7e!ao=Dd b : c $A9? ?3"`?92.,wѷn4U1/H ``!,wѷn4U1/H6 %xtxڍ.CAϜ~6Ք&"EC>[JЖ$wӰiD,,XۊD}^3^5Is9s2 >1n!cжmY-؊ v[CDuaygLyeXj3b&]Vq/ubYC)ס2!>By%&UF]&=<KW3~ IĠMɝ*Byus+AN.KD\ozzc &VOeZz}ֵ'ߴ^]ew|-G_~:gWu^zlwߠ>.ꤪVO-MU=&~Q{Iϔ-Dm^-؟J\^z`S@{ \W$$If!vh5 5 5 #v #v #v :V l t"6,5 5 5 / / yt,TDd b ; c $A.? ?3"`?:2 ^BBoMK`! ^BBoMKv  xڍTKA~ts "(]*vKRG%$:xn :v+V(}֐= |ht]Wx+dJEqQl'06`3a#Ș(lVfت2K;Ѹ7:뜉/UW^g:"'ݨ *9ȑ3 O-?|y>Px8Œ5\D]uz(y ,8oqNi8y٬VKF,@/7QrlDҪzU_;xoQyCŢ JOĹU7 e(¹ 9a{XC@|'$$If!vh5 5 5 #v #v #v :V l t"6,5 5 5 / yt,TDd lb < c $A:? ?3"`?;2aёdU! g-:u=?`!5ёdU! g-:u" `xڍTKA~fݝ jAETmPbi/L!XxK0DJkCC[ 73þ͛o0'p! 4\9-dX (R 1T7.m 57!`HCZ4d&{LL@ |齒l>9402d aO][]O)w5/(j̵5熓 f9m N_v>T7x?œ0֔ČGiM686M&ϼ^:?7kC׾"x}mĵٛ@kLWjnn]_5;F3e>z<28Hŏ9\to)wLM\ 'w)}0Γu {gIWwgCxW~`I2}?ٞǞM_TυǴ^[?N՛uS¼&B8@MbcpZ*0 T0-~NP4Dd b = c $A;? ?3"`?<2.zU8bm\c\ V`!zU8bm\c\6 %xtxڍ/A߼VmUB%"ngWm"mIKFIJz 8Ow"$]3oWQdvyy7v<(.0rt s-m5Ɇgv\ +ae0 !+1 3pc)/Y۫5*V pW8sa=0S> *E֤@"\xcJyyPL,LLF9'Z'z}յCz8:eѫwdT_~UYG7X< j_zlߠ>.Io-q~SoGzMLSU~PŗwON!8-8՜8Dᄂs?Zrg zn$$If!vh5 5 5 #v #v #v :V l t"6,5 5 5 / yt,TDd ,B > S A<?PIC _bLMETA CompObjacfObjInfod MathTypeMT Extra- 2 v$~Times New Roman- 2 YTimes New Roman- 2 iG & "System- 2 m.1P  FMicrosoft Equation 3.0 DS Equation Equation.39q xITxI 2Y  i@L==H  .1   & & MathType-5 5Equation Native <_962602272WgFgLgLOle PIC fiLMETA hCompObjhjfObjInfokEquation Native 0Times New Roman- 2 Y & "System-"Syst FMicrosoft Equation 3.0 DS Equation Equation.39qII Y_962602283nFgLgLOle PIC mpLMETA hL==H  .1   & & MathType-5 5Times New Roman- 2 Y & "System-"SystCompObjoqfObjInforEquation Native 0_962602288lzuFgLgL FMicrosoft Equation 3.0 DS Equation Equation.39qDII YL==;  .Ole PIC twLMETA CompObjvxf1   &s & MathTypeMT ExtraG- 2 v$~Times New Roman- 2 YTimes New Roman+- 2 iG & "System-9SSI4 FMicrosoft Equation 3.0 DS Equation Equation.39q IdI 2Y  iL==H  .1   & &ObjInfoyEquation Native <_962602292|FgLgLOle PIC {~LMETA hCompObj}fObjInfo MathType-5 5Times New Roman- 2 Y & "System-"Syst FMicrosoft Equation 3.0 DS Equation Equation.39q0II YEquation Native 0_962602328s3FgL !MOle PIC LL==H  .1   & & MathType-5 5Times New Roman- 2 Y & "System-META hCompObjfObjInfoEquation Native 0"Syst FMicrosoft Equation 3.0 DS Equation Equation.39qlI|I YL=     <= !"#$%&'()*+,-./0123456789:;^?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]_962602336,F !M !MOle PIC LMETA   !#(*+,-./0258:;<=>?@BGIJKLMNOQUVWXYZ\]^_a=;  .1   &s & MathTypeMT ExtraG- 2 v$~Times New Roman- 2 YTimes New Roman+- 2 iG & "System-9SSI4CompObjfObjInfo Equation Native  <_962602332F !M !M FMicrosoft Equation 3.0 DS Equation Equation.39q II 2Y  i@L==H  .Ole  PIC  LMETA hCompObjf1   & & MathType-5 5Times New Roman- 2 Y & "System-"Syst FMicrosoft Equation 3.0 DS Equation Equation.39qObjInfoEquation Native 0_962602441F !M !MOle ܠIHI YL==H  .1   & & MathType-5 5Times New Roman- 2 Y PIC LMETA hCompObj"fObjInfo$& "System-"Syst FMicrosoft Equation 3.0 DS Equation Equation.39qpcIgI YL,Equation Native %0_962454354AF !M !MOle &PIC 'L8  .1  & & MathType -F(*Y -2Y-888cTimes New Roman- 2 $0 2 )648 2 .` & "System-META )CompObj1fObjInfo3Equation Native 4\F FMicrosoft Equation 3.0 DS Equation Equation.39q@5D4G4  0.648 L4@_962454372F !M !MOle 6PIC 7LMETA 94&R  .1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2  bTimes New Roman- 2 1 & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q yIxI "  1L4@CompObjAfObjInfoCEquation Native D<_962454376F !M !MOle EPIC FLMETA HCompObjPf4&R  .1  &` & MathType0MT Extra- 2 ,K$~Symbol- 2  bTimes New Roman- 2 1 & "System- FMicrosoft Equation 3.0 DS Equation Equation.39q I\I "  1Oh+'0t  $ 0 < HT\dl  David JuranObjInfoREquation Native S<1Table>>SummaryInformation(T =28bowq[W{`! bowq[W{DRx5OKA| LĎXbci!!1v$ף~&d Y)A K H'QAebuIl~ww 6\ É8ڒ4Ē/b}8]amX[$3.-+Dd B ? S A=? >2?sϽc#\vK.u`!sϽc#\vK.ulhxcdd`` @bD"L1JE `x0 Yjl R A@. Nj熪aM,,He`H7C&0l`abpVp+,,MdB(2pS00GB9`~ԥ\`0$ ; ?#RpeqIj.C̅;5Dd ,B @ S A>? ?29c ͳQ6{p`! c ͳQ6{DRx5OA;SJDtOFPH<PPx&ql2_ffg . lXBD:!H' *3eI' r(!2&r :b2&$)P6]f0/ɦ@XLV{&'{]~M l{W$5=+..Y^-<Dd ,B A S A?? @28ZP(g?`! ZP(gDRx5OA;#q Q]DtOF#xxGjo&;efvdCf96,%`"qUtaJy 52ETIl~ww 6\ É8ڒ4Ē/b}8]amX[$3.-+ Dd  hB H S AE? G2$`J_/2>@r6f`!^$`J_/2>@r6@8|,xm1N@E N$,2)B(eօD`##p @ETewvMj<Z4zL$RJmsm:X:x{@V_`0 x]PJA}3Qc.EVhaH{/p`лSr"~`aOdOąag޾7f - =-lIQ"CSא>S`u?i]ݕ5l3$^D~;p:8IQugtΛ<`GEqrr{A]mU)os]Ibzgt ՏmzhSw޻A%9Q;Xt^]d?`MψygXM4C]x?=Dd ,|B J S AG? I2j?fN ϳnmF`!>?fN ϳnm`0 x]PJA}3Qc.EVhaH{/p`лSr"׈`7XX?>:3qaؙͼYB h|`lBϲD5[Rb!5muOZlwe [*B,L7uNrTݤ6fd.QQ\ü%xP=y[ rGJۜ9?~jҥD=qqا'_Cc>dԝnPdIm(t:W(lX.FӪw3bV2͐w0g=$$If!vh55W 5#v#vW #v:V l055W 5/  / / 4yt,T$$If!vh55W 5#v#vW #v:V l055W 5/ / / 4yt,T$$If!vh55W 5#v#vW #v:V l055W 5/  4yt,T$$If!vh55W 5#v#vW #v:V l055W 5/  4yt,T$$If!vh55W 5#v#vW #v:V l055W 5/  4yt,T$$If!vh55W 5#v#vW #v:V l055W 5/  4yt,T$$If!vh55W 5#v#vW #v:V l055W 5/  4yt,T$$If!vh55W 5#v#vW #v:V l055W 5/  4yt,T$$If!vh55W 5#v#vW #v:V l055W 5/  4yt,T$$If!vh55W 5#v#vW #v:V l055W 5/  4yt,T$$If!vh55W 5#v#vW #v:V l055W 5/  4yt,T$$If!vh55W 5#v#vW #v:V l055W 5/ / / 4yt,Tc$$If!vh5 58#v #v8:V l5 584yt,c$$If!vh5 58#v #v8:V l5 584yt,c$$If!vh5 58#v #v8:V l5 584yt,c$$If!vh5 58#v #v8:V l5 584yt,c$$If!vh5 58#v #v8:V l5 584yt,$$If!vh5555585 #v#v#v#v8#v :V l555585 4yt,$$If!vh5555585 #v#v#v#v8#v :V l555585 4yt,$$If!vh5555585 #v#v#v#v8#v :V l555585 4yt,$$If!vh5555585 #v#v#v#v8#v :V l555585 4yt,{$$If!vh5x5555#vx#v:V l5x54yt,{$$If!vh5x5555#vx#v:V l5x54yt,{$$If!vh5x5555#vx#v:V l5x54yt,Ddk+JJt K C PAH86014logo-draft-horiz-01-100b62YՌ/o'n 2YՌ/oPNG  IHDRdPLTE """)))UUUMMMBBB999|PP֭3f333f3333f3ffffff3f̙3ff333f333333333f33333333f33f3ff3f3f3f3333f33̙33333f333333f3333f3ffffff3f33ff3f3f3f3fff3ffffffffff3ffff̙fff3fffff3fff333f33ff3ff33f̙̙3̙ff̙̙̙3f̙3f̙333f3̙333fffff3f̙̙3f̙3f3f333f3333f3fff̙fff3f̙3f3f̙fffffffff!___www˲𠠤#FbKGDH cmPPJCmp0712HsIDATx^]R#>TTHYzȻubؼL.olfB3ѯ-ݝ2g:nN-#Y_ګۭf W=2#fhݻh哻8Pry#-@5 -qB%"-@-qB"-@o䌥&CHX^Sx^!-OBX]+tw!Z[4:A^uB&҈9Y*j4hc} ?A7cjNz |q)WSlQ/>`'87zsY+2?Q.ZΔm@yd1x H>ukT$Efgc7G9+/zE0BR앾D19U=&cnMO7iz١(/08SP!P~ LUQF; }lW姪^Q^yc}CfiWe^ӌ䤦[}4A)gYk+ItIygwyc憲Gy]jYS|u4F`8iXrj~}yy"_ nևt}k׌x0*H[f\FKci1t 89 p]Pj9f f8v% h0ZFc6o6/W37S?!t +Vʳ;g@ LEZxt90Gp[虠\v"\i^5,^VkėW+>y#NSK4޲0r`gJ$dmT+|">Oe%2(%B#@;y5orhAʷF8 QW&!1+Zʪo57$_Ry>E)]Sʴ[@8X^Rq ARrԼR ?4@?7I\SeF9U@Q5(}GyȗQΉ0+ǧ&o D'Pn屺fm+SHC%L"Try7]978_rgXXM(G}rNZr~dWǻ|e6R9YXl gbJSSmjs & !߇r w6(Fz?y+ԣx6ht%s[g6 ;?ڮϋ!%z >1 A9g{byJB ҁ1g,27J߰W.HR ZBҝ*i˥Hq ¼_ȅ:^j5(rW { g.1Ԣ 2[ܒ&PCCA5osUlo ^}EE"#}83ݟ+)&!ҧZ]XM:ٴNdႫ5$L$s[8QAQgpbLǃ ЭQN<(c8Eay=+mu{(`:3 O,ʞD^٣QV@QN dK.=@-R'%xb:_W]~?yPS(O隷ZͶV:w7%OXzRŖS3ٿ#NW$e/ @ ]t&BKbHN4Ur׼;b8Qʍ#w=r~USed90ynByR:6s?\.]aV Ɣ g%?؋A?%`k8I @'SYrR!/Z?XJo}=9; جK\wXQuC ]B)νnI,UknwUBʤRBׇ!ǮFe#K(VBG&DxR8_\^^D#k:SBmZ^SڬpJ9@ yVH\h {blt8!X ʥK|iuq_RrZn;OnUPpRYX#~t o{A]gy]_DGl 'n/cwdb^V:c? |*7pne| Pp7/=;#hf;RՔߊ]Q:m鰄ckz^g_~6(h@( dϦyD>wt>}kL_(43'!el>#E)|ü}4o ) _{҅hJVPn$E%}rԨ> C>> 'Zx!O B ˋ1771Mn]ivn}SAy38ys?f V6(ΝxV=f\)#~Oۦ|oU܋7G`c1[37!jwE'4((ڃAc9Z&4 M]c!Y:Y%BIH; Ԗ5o@s^rpxV)ͿT < _1a@Y~rH"}~ 4ٴ'X)`|@07I&D1c+Z@v*U,Xw'nlor)&8i΂qnbn2!jdglxԜ1ϟhqGxZdLCH<¾M<~Qƍv(cZ $. ybL"]fo}FC5c66\jRo#_Aaؑ&JR PDX>!܈IşBӪޔ5gC YKddP,rπ瞳X$VO%^j 'i#`h{pF0cPP31 /mյgD&g(ro-4F! }Jǖ kRq8fΆfr?"LI}6cluS(S|?W=gcZ^Pʆy9Q&@y:j) 4_ŤNzJ 6Tbu L#h:D\GL`;R㟌N'܎!4! %ϔ\O嚉_(pށQW).m'Ѯe sv.6:^ *t9rWQ_eC}NZ-,C"Nˉ;:!%w=K} ,oȘq͊r4=ˡ-}*R"@ 4W'56,T?KR(# Uɷ͸_g߀0SMvGH˚LȲ&Oh _OxR7vw-KfABԖؔh1KrąU!.wTeJ,|laƟ^(*;WHΞm5o@&u}YwhDñT }t0K}gԭ pr;߽l+QUSrmࡷB h{(nD- 3J חO (!rU_eYܻ'|ks.b} 4*paU #QsO$z{\k㹉*S]9rG-0> 8y87+ ;`CKty9Oan2prrS\}# g' M :SݟR!Lt쒁kC-Un3NI%!E0 q.T +QsOAa}VkS$ۖ8WTQ!lem泲T YoY*T":G jg#ھƤeh0|h|Qϩd!k/wX|<~嶈qg;_Vb϶j>f`DZސ1k|Qk?"9\lǙQ1~ dy@FymGQ1~ dy@FymGQ1~ dy@FymGQ1~ dy@FymGQ1~ dŷCIENDB` Normal.dotm David Juran2Microsoft Office Word@F#@;A@G@GT՜.+,0 hp  Columbia Business School2?c  TitleDocumentSummaryInformation8[0CompObj`y^W 2 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~_HmH nH sH tH 8`8 UNormal_HmH sH tH DD  Heading 1$<@&5CJRR  Heading 2$@&B*CJOJQJ^JaJphDA`D Default Paragraph FontVi@V  Table Normal :V 44 la (k (No List 4@4 Header  !4 @4 Footer  !.)@. Page Number4"4 i10^`0CJD2D xl24$dd9D[$\$a$CJaJHBH V:O Balloon TextCJOJQJ^JaJ8OR8 UA_Head1$a$5CJ$HbH Up9!$ X d1$^a$CJhBrB Up22$ d1$a$CJh<< Up14 d1$CJh44 Ut12 d1$CJh<< Up15 d1$CJhTT Up21,$ 0`d1$^``a$CJh</<  Heading 1 Char5CJR/R  Heading 2 CharB*CJOJQJ^JaJph./.   Header Char./.   Footer Char4o4 A_Normal xCJ@Z`@ "  Plain Text!1$ OJQJhB/!B ! Plain Text Char OJQJh:o2: A_Head2 #x5CJ 0/B0 A_Head3$5>*6/R6 head%5>*CJOJQJ:/b: p1& d1$CJh:/r: c22'$d1$a$CJhR/R p27)($ 4d1$^`a$CJhR/R p24))$ ` d1$^ `a$CJh:/: p2* d1$CJhR/R p4,+$ D d1$^` a$CJhJ/J p19!,$ $ d1$^$ a$CJh4/4 t25 -d1$CJhL/L p51#. T  d1$^ `CJhL/L p54#/  d1$^ `CJhL/L p57#0  pd1$^p`CJhL/L p58#1 P d1$^ `CJhD/"D p642  d1$^CJhN/2N p56&3  pd1$^p`CJhD/BD p654  d1$^CJhL/RL p61#5  pd1$^p`CJhN/bN p66&6  pd1$^p`CJhR/rR p79)7$ $@d1$^@`a$CJhT/T p75,8$ 8 `d1$^``a$CJhR/R p78)9$ 8 `d1$^``a$CJhT/T p81,:$ 8 x Pd1$^`Pa$CJhJ/J p82!;$Pd1$^`Pa$CJhL/L p5&< @d1$^`@CJhN/N p18&= 4` d1$^` `CJhN/N p42&> 4tPd1$^`PCJhN/N p85&?  d1$^`CJhD/D p86@ d,1$^CJh2/2 t1 Ad1$CJhD/"D p63B0d1$^`0CJh4/24 t21 Cd1$CJh4/B4 t22 Dd1$CJh4/R4 t23 Ed1$CJh4/b4 t33 Fdh1$CJh4/r4 t34 Gd1$CJh4/4 t35 Hd1$CJhN/N p37&I d1$^`CJh4/4 t43 Jd1$CJh4/4 t44 Kd1$CJhD/D p47L +H&d1$^H&CJhD/D p50M d1$^CJh4/4 t45 NdT1$CJh4/4 t46 Od1$CJh4/4 t60 Pd1$CJhL/L p62#Q Pd1$^`CJh4/"4 t68 Rd1$CJh</2< p72S dT1$CJhD/BD p70T d1$^CJhD/RD p73U d1$^CJhN/aN  Balloon Text CharCJOJQJ^JaJPK![Content_Types].xmlj0Eжr(΢Iw},-j4 wP-t#bΙ{UTU^hd}㨫)*1P' ^W0)T9<l#$yi};~@(Hu* Dנz/0ǰ $ X3aZ,D0j~3߶b~i>3\`?/[G\!-Rk.sԻ..a濭?PK!֧6 _rels/.relsj0 }Q%v/C/}(h"O = C?hv=Ʌ%[xp{۵_Pѣ<1H0ORBdJE4b$q_6LR7`0̞O,En7Lib/SeеPK!kytheme/theme/themeManager.xml M @}w7c(EbˮCAǠҟ7՛K Y, e.|,H,lxɴIsQ}#Ր ֵ+!,^$j=GW)E+& 8PK!Ptheme/theme/theme1.xmlYOo6w toc'vuر-MniP@I}úama[إ4:lЯGRX^6؊>$ !)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 =3ڗP 1Pm \\9Mؓ2aD];Yt\[x]}Wr|]g- eW )6-rCSj id DЇAΜIqbJ#x꺃 6k#ASh&ʌt(Q%p%m&]caSl=X\P1Mh9MVdDAaVB[݈fJíP|8 քAV^f Hn- "d>znNJ ة>b&2vKyϼD:,AGm\nziÙ.uχYC6OMf3or$5NHT[XF64T,ќM0E)`#5XY`פ;%1U٥m;R>QD DcpU'&LE/pm%]8firS4d 7y\`JnίI R3U~7+׸#m qBiDi*L69mY&iHE=(K&N!V.KeLDĕ{D vEꦚdeNƟe(MN9ߜR6&3(a/DUz<{ˊYȳV)9Z[4^n5!J?Q3eBoCM m<.vpIYfZY_p[=al-Y}Nc͙ŋ4vfavl'SA8|*u{-ߟ0%M07%<ҍ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 +_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!Ptheme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] cBf BEGJ Ft <">#c%*-E2j4w579-@D3FGHtLbPlRS]STb_b}``6:<>RVWXZbgjkm~ F[w&4BPS$)N)v))))*,*S*q*N,:/1755556%6F6d666667$7E7c7777<FYFHPiPPVR^Rfmfvffffffffffggg*hRhkh~hhhh|j``789;=?@ABCDEFGHIJKLMNOPQSTUY[\]^_`acdefhilnopqrstuvwxyz{|}|Zkmw"35;LN')->@CTVRcek|~"""""""##v%%%W'h'j'U(f(h(*,;,=,A,R,T,X,i,k,9-J-L-N-b-d-f-w-y-{------[0o0q041E1G1111p555X7l7n78-8/8+:<:>:<<<}===>>>>>>?+?-?0?A?C?v???D-D/D`DtDvDMGaGcGGGGGGG[IlInItIIIIII JJJ'J8J:J>JOJQJJJJJJJJJJQQQmX~XXXXXYYYc:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::(/3J!@  @ 0(  B S  ?H0(   Ѥc,Ҥc\oӤcxԤc դc4K֤cפc\ؤce٤c<ڤcۤcܤc ݤcD]&!&!?!?!""Y;];]^^^^c    .!.!G!G!""YB]B]^^^^c : *urn:schemas-microsoft-com:office:smarttagsStreet9*urn:schemas-microsoft-com:office:smarttagsplace; *urn:schemas-microsoft-com:office:smarttagsaddress8 *urn:schemas-microsoft-com:office:smarttagsCity l   pcqcqcscsctctcvcwcyczc|ccccccc $#(#/&1&++"0J0111C222a6k6p7z7O:V:<<t=}=>>>>@@@@ABCCDDDDIIJJJJJJ$S)SV"WXXqcqcscsctctcvcwcyczc|c}ccc33333333333333333333333333333333333333333pcqcqcscsctctcvcwcyczc|ccccccccpcc?<  ) d+ 8d7  6@  hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo(hh^h`. 6@)?< 8d7d+  , |Ue63:O@% qcsc@4FGcc@N@@UnknownG* Times New Roman5Symbol3. * ArialABook Antiqua5. *aTahoma?= * Courier New3* TimesA BCambria Math"1hFFZFT2T2!4d?c?c2QHX ?@%2!xx David Juran David Juran        F'Microsoft Office Word 97-2003 Document MSWordDocWord.Document.89q