Question

In: Statistics and Probability

The following are outstanding credit card balances for a simple random sample of 16 college seniors:...

  1. The following are outstanding credit card balances for a simple random sample of 16 college seniors:

870

419

1021

723

152

387

335

334

2618

529

769

502

485

1213

347

593

  1. Use the space or the graph paper below to make a dot plot for these data.
  2. What is the sample mean for this dataset?
  3. What is the sample standard deviation for this dataset?
  4. How many degrees of freedom are there?
  5. Perform a hypothesis test for this dataset. What is your conclusion?

Solutions

Expert Solution

Solution-:

By using R-Software:

> Y=c(870,419,1021,723,152,387,335,334,2618,529,769,502,485,1213,347,593);Y
[1] 870 419 1021 723 152 387 335 334 2618 529 769 502 485 1213 347
[16] 593
> #For(a) Dot Plot
> dotchart(Y,main="Dot plot of outstanding credit card balances",pch=20)

> #(b)for Sample mean
> Mean=mean(Y);Mean
[1] 706.0625
> round(Mean,2)
[1] 706.06
> #(c)for sample variance and Sample S.D.
> n=length(Y);n
[1] 16
> v=var(Y);v
[1] 338245.3
> sd=sqrt(v);sd
[1] 581.5886
> round(sd,2)
[1] 581.59
> #(d)Degree of freedom
> n=16
> df=n-1;df
[1] 15

R-Code:

Y=c(870,419,1021,723,152,387,335,334,2618,529,769,502,485,1213,347,593);Y
#For(a) Dot Plot
dotchart(Y,main="Dot plot of outstanding credit card balances",pch=20)
#(b)for Sample mean
Mean=mean(Y);Mean
round(Mean,2)
#(c)for sample variance and Sample S.D.
n=length(Y);n
v=var(Y);v
sd=sqrt(v);sd
round(sd,2)
#(d)Degree of freedom
n=16
df=n-1;df


Related Solutions

. It has been reported that the average credit card debt for college seniors at the...
. It has been reported that the average credit card debt for college seniors at the college book store at a college or univerisity is 3262 dollars. The student senate at a large university feels that their seniors have a debt much less than this, so it conducts a study of 50 randomly selected seniors and find that the average debt is 2995 dollars. The population standard deviation (sigma) is 1100 dollars. With an alpha of 0.05, is the student...
A sample of 55 account balances of a credit card company showed a sample mean balance...
A sample of 55 account balances of a credit card company showed a sample mean balance of $1,050. Assume that the population standard deviation is $175. At a 5% level of significance, test to determine if the population mean account balance is significantly different from $1,000. What is your conclusion?
In a simple random sample of 51 community college statistics students, the mean number of college...
In a simple random sample of 51 community college statistics students, the mean number of college credits completed was x=50.2 with standard deviation s = 8.3. Construct a 98% confidence interval for the mean number of college credits completed by community college statistics students. Verify that conditions have been satisfied: Simple random sample?                            n > 30? Find the appropriate critical value Since σ is unknown, use the student t distribution to find the critical value tα2 on table A-3 Degrees...
In a random sample of 50 college seniors, 18 indicated that they were planning to pursue a graduate degree.
In a random sample of 50 college seniors, 18 indicated that they were planning to pursue a graduate degree. Find a 98% confidence interval for the true proportion of all college seniors planning to pursue a graduate degree, and interpret the result, and state any assumptions you have made.
In a sample of credit card holders the mean monthly value of credit card purchases was...
In a sample of credit card holders the mean monthly value of credit card purchases was $ 298 and the sample variance was 53 ($ squared). Assume that the population distribution is normal. Answer the following, rounding your answers to two decimal places where appropriate. A.) Suppose the sample results were obtained from a random sample of 13 credit card holders. Find a 95% confidence interval for the mean monthly value of credit card purchases of all card holders. B.)...
credit card payments: The outstanding balance on Bill’s credit card account is $3200. The bank issuing...
credit card payments: The outstanding balance on Bill’s credit card account is $3200. The bank issuing the credit card is charging 9.3%/year compounded monthly. If Bill de cides to pay off this balance in equal monthly installments at the end of each month for the next 18 months, how much will be his monthly payment? What is the effective rate of interest the bank is charging Bill?
In a simple random sample of 120 Kansas seniors you found the mean out-of-pocket health care...
In a simple random sample of 120 Kansas seniors you found the mean out-of-pocket health care expenses for 2008 to be $4, 897. Assume σ=2,125. i) How many people would you have to sample to estimate the mean out-of-pocket health care expenses in 2008 for all Kansas seniors to within $200 with 99% confidence? (5 points) ii) Calculate and interpret a 98% confidence interval for the mean out-of-pocket health care expenses in 2008 for all Kansas seniors. (5 points) iii)...
A simple random sample of 80 colleges and universities is selected, and 16 indicated will move...
A simple random sample of 80 colleges and universities is selected, and 16 indicated will move their summer 2020 classes online while the other 64 indicated they did not plan to move their summer 2020 classes online . If appropriate, use this information to test the hypotheses stated in question 10 at the a = .10 level of significance. Please type your answer in the box below. Hypothesis: H0:   π = 0.14 versus HA: π > 0.14
A simple random sample of size n equals 16 is drawn from a population that is...
A simple random sample of size n equals 16 is drawn from a population that is normally distributed. The sample variance is found to be 13.7 Test whether the population variance is greater than 10 at the alpha equals 0.05 level of significance. I only need to find the test statistic and the p-value. Would you go through it step by step please.
The following table is based on a random sample conducted of high school seniors and their...
The following table is based on a random sample conducted of high school seniors and their parents by Jennings and Niemi, in which they explore the party identification of parents and their children. Student Party Identification Parent Party ID Democrat Independent Republican Democrat 604 245 67 Independent 130 235 76 Republican 63 180 252 What is the percentage of students who share the same party identification as their parents? (Show the computation.) What percentage of Democrat parents have Republican children?...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT