Answer:
2
Step-by-step explanation:
The average rate of change from x=1 to x=2 is the same as finding the slope of a line at x=1 and x=2.
So we are going to need to corresponding y coordinates.
What y corresponds to x=1? y=3
What y corresponds to x=2? y=5
So we have the ordered pairs (1,3) and (2,5).
Line the points up vertically and subtract vertically then put 2nd difference over 1st difference.
(2 , 5)
-(1 , 3)
-----------
1 2
The average rate of change is 2/1 or just 2.
Now since we were asked to find the average rate of change given the function was a line, it really didn't matter what two points you used on that line.
You should use a T distribution to find the critical T value based on the level of confidence. The confidence level is often given to you directly. If not, then look for the significance level alpha and compute C = 1-alpha to get the confidence level. For instance, alpha = 0.05 means C = 1-0.05 = 0.95 = 95% confidence
Use either a table or a calculator to find the critical T value. When you find the critical value, assign it to the variable t.
Next, you'll compute the differences of each pair of values. Form a new column to keep everything organized. Sum everything in this new column to get the sum of the differences, which then you'll divide that by the sample size n to get the mean of the differences. Call this dbar (combination of d and xbar)
After that, you'll need the standard deviation of the differences. I recommend using a calculator to quickly find this. A spreadsheet program is also handy as well. Let sd be the standard deviation of the differences
The confidence interval is in the form (L, U)
L = lower bound
L = dbar - t*sd/sqrt(n)
U = upper bound
U = dbar + t*sd/sqrt(n)
B
Let me know if this helps