Question

In: Statistics and Probability

1. Consider sample data with = 20 and s = 4. (For each answer, enter an...

1. Consider sample data with

  • = 20 and
  • s = 4.

(For each answer, enter an exact number.)

(b) Compute a 75% Chebyshev interval around the sample mean.
Lower Limit =
Upper Limit =

2. How much should a healthy Shetland pony weigh? Let x be the age of the pony (in months), and let y be the average weight of the pony (in kilograms).

x 3 6 12 14 22
y 60 95 140 170 179

(a)

Make a scatter diagram of the data and visualize the line you think best fits the data. (Submit a file with a maximum size of 1 MB.)

This answer has not been graded yet.

(b)

Would you say the correlation is low, moderate, or strong?

lowmoderate    strong


Would you say the correlation is positive or negative?

positive or negative    

(c)

Use a calculator to verify that Σ(x) = 57, Σ(x2) = 869, Σ(y) = 644, Σ(y2) = 93,166, and Σ(x y) = 8,748.

Compute r. (Enter a number. Round your answer to three decimal places.)


As x increases from 3 to 22 months, does the value of r imply that y should tend to increase or decrease? Explain your answer.

Given our value of r, y should tend to remain constant as x increases.Given our value of r, we can not draw any conclusions for the behavior of y as x increases.    Given our value of r, y should tend to increase as x increases.Given our value of r, y should tend to decrease as x increases.

Solutions

Expert Solution

(b) Compute a 75% Chebyshev interval around the sample mean.

According to Chebyshev 1-1/k^2=1-1/2^2=0.75 l=75% of the data lie within k standard deviation(k=2) of the mean
Lower Limit =mean-k*sigma=20-2*4=12
Upper Limit =mean+k*sigma=20+2*4=28

Rcode to get scatterlot

x <- c(3,   6   ,12,   14,   22)
y <- c(60   ,95,   140   ,170,   179)  
plot(y~x,pch=16)

Output:

From scatterplot we observe

strong positive relationship exists between x and y

ANSWER(B)

strong

positive

ANSWER(C)

x <- c(3,   6   ,12,   14,   22)
y <- c(60   ,95,   140   ,170,   179)  
cor.test(x,y)

cor.test function in R to get r value

data: x and y
t = 4.759, df = 3, p-value = 0.01761
alternative hypothesis: true correlation is not equal to 0
95 percent confidence interval:
0.3359883 0.9961185
sample estimates:
cor
0.9396987

ANSWER(c)

r=0.940

as x increases ,y increases as relationship is positive

Given our value of r, y should tend to increase as x increase


Related Solutions

Consider the following data set: {4, 7, 11, 12, 18, 19, 20, 22, 23, 25} Answer...
Consider the following data set: {4, 7, 11, 12, 18, 19, 20, 22, 23, 25} Answer the following questions. If necessary, round your answers to four decimal places. (a) Find the sample median of the data set. (b) How much can you increase the smallest value from the data set without getting the value of the sample median changed? (Enter NA if there is no limit to the amount.) (c) How much can you decrease the largest value from the...
Consider the equation below. (If an answer does not exist, enter DNE.) f(x) = x^(4) -...
Consider the equation below. (If an answer does not exist, enter DNE.) f(x) = x^(4) - 50x^(2) + 8 1) Find interval f is decreasing 2) Local minimum value 3) inflection points, 2 points 4) concave up interval 5) concave down inteval
Consider the following sample data. Sample A: 4, 6, 8 Sample B: 63, 65, 67 Sample...
Consider the following sample data. Sample A: 4, 6, 8 Sample B: 63, 65, 67 Sample C: 1,010; 1,012; 1,014 (a) Find the mean and standard deviation for each sample. Sample A: Sample B: Sample C: Mean 6 6 Correct 65 65 Correct 1,002 1,002 Incorrect Sample Standard Deviation 3 3 Incorrect 3 3 Incorrect 3 3 Incorrect (b) What does this exercise show about the standard deviation? The idea is to illustrate that the standard deviation is not a...
Consider the data set. 2, 4, 6, 8, 9 (a) Find the range. (Enter an exact...
Consider the data set. 2, 4, 6, 8, 9 (a) Find the range. (Enter an exact number.) (b) Use the defining formula to compute the sample standard deviation s. (Enter a number. Round your answer to two decimal places.) (c) Use the defining formula to compute the population standard deviation σ. (Enter a number. Round your answer to two decimal places.)
Consider the data set. 2, 4, 6, 8, 9 (a) Find the range. (Enter an exact...
Consider the data set. 2, 4, 6, 8, 9 (a) Find the range. (Enter an exact number.) (b) Use the defining formula to compute the sample standard deviation s. (Enter a number. Round your answer to two decimal places.) (c) Use the defining formula to compute the population standard deviation σ. (Enter a number. Round your answer to two decimal places.)
Consider the data set. 2, 4, 6, 8, 9 (a) Find the range. (Enter an exact...
Consider the data set. 2, 4, 6, 8, 9 (a) Find the range. (Enter an exact number.) Correct: Your answer is correct. ( b) Use the defining formula to compute the sample standard deviation s. (Enter a number. Round your answer to two decimal places.) (c) Use the defining formula to compute the population standard deviation σ. (Enter a number. Round your answer to two decimal places.)
Consider the data set. 2, 3, 4, 6, 9 (a) Find the range. (Enter an exact...
Consider the data set. 2, 3, 4, 6, 9 (a) Find the range. (Enter an exact number.) (b) Use the defining formula to compute the sample standard deviation s. (Enter a number. Round your answer to two decimal places.) (c) Use the defining formula to compute the population standard deviation σ. (Enter a number. Round your answer to two decimal places.)
Consider the data set. 2, 3, 4, 6, 8 (a) Find the range. (Enter an exact...
Consider the data set. 2, 3, 4, 6, 8 (a) Find the range. (Enter an exact number.) (b) Use the defining formula to compute the sample standard deviation s. (Enter a number. Round your answer to two decimal places.) (c) Use the defining formula to compute the population standard deviation σ. (Enter a number. Round your answer to two decimal places.)
Consider the following hypotheses and the sample data in the accompanying table. Answer the following questions...
Consider the following hypotheses and the sample data in the accompanying table. Answer the following questions using aα ​= 0.01. 8 9 10 8 7 8 10 9 11 6 5 9 9 10 10 H0​: μ=10 H1​: μ≠10 a. What conclusion should be​ drawn? b. Use technology to determine the​ p-value for this test. a. Determine the critical​ value(s). The critical​ value(s) is(are) . ​(Round to three decimal places as needed. Use a comma to separate answers as​ needed.)...
Consider the following function. (If an answer does not exist, enter DNE.) f(x) = 1 +...
Consider the following function. (If an answer does not exist, enter DNE.) f(x) = 1 + (5/ x) - (2/ x^2) (a) Find the vertical asymptote(s). (Enter your answers as a comma-separated list.) Find the horizontal asymptote(s). (Enter your answers as a comma-separated list.) (b) Find the interval where the function is increasing. (Enter your answer using interval notation.) Find the interval where the function is decreasing. (Enter your answer using interval notation.) (c) Find the local maximum and minimum...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT