Question

A-. Consider the data set {1,2,4,5,7,8,9,9,10,1,12,11,14,16,17,20,22,23,25,27,35} Construct a Box Plot. Upload the document with the box...

A-. Consider the data set {1,2,4,5,7,8,9,9,10,1,12,11,14,16,17,20,22,23,25,27,35}

  1. Construct a Box Plot.
  2. Upload the document with the box plot.

B-.GPAs at CCSU are normally distributed with a mean of 2.38 and a standard deviation of 0.45. Find the z-score for a GPA of 3.06. and discuss the significance of the z-score.

Homework Answers

Answer #1

SolutionA:

use R software .boxplot function to get the boxplot.

Rcode;


sample <- c(1,2,4,5,7,8,9,9,10,1,12,11,14,16,17,20,22,23,25,27,35)
boxplot(sample,main="boxplot", col = "pink")
fivenum(sample)
abline(h = min(sample), col = "Blue",horizontal = TRUE)
abline(h = max(sample), col = "Yellow")
abline(h = median(sample), col = "Green")

Output:

Fivenum summary from boxplot is

minimum value=1

first quartile=Q1=7

second quartile=Q2=11

third quartile=Q3=20

maximum value=35

B-.GPAs at CCSU are normally distributed with a mean of 2.38 and a standard deviation of 0.45.

Z score=x-mean/stddeviation

=3.06-2.38/0.45

=0.68/0.45

=1.511111

z score for GPA=3.06 is 1.511111

it means it lies 1.51111 standard deviations away from mean.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Consider the following set of sample data, and find the following (note: if you are using...
Consider the following set of sample data, and find the following (note: if you are using TI 83 to find these values, you need to write down the formulas that you should have used) 19 12 9 19 0 4 3 14 5 5 24 2 5 7 17 (a). Mean (b). Median (c). Mode (d). Standard Deviation (e). Variance (f). Find the z-score for 14. (i). Construct a Box-whisker plot for the data (j). Construct a frequency distribution Table....
The set of data from a sample of n=6: 7,4,9,7,3,12. A) Construct a box plot and...
The set of data from a sample of n=6: 7,4,9,7,3,12. A) Construct a box plot and describe it's shape ****I need help to understand what I need to put into excel in which cells to make this work. I'm stuck and not great with excel. Thanks!
1. For a standard normal distribution, find: P(-1.36 < z < 1.08) 2. For a standard...
1. For a standard normal distribution, find: P(-1.36 < z < 1.08) 2. For a standard normal distribution, find: P(z > 1.42) 3. GPAs at CCCOnline are normally distributed with a mean of 2.44 and a standard deviation of 0.55. Find the zz-score for a GPA of 2.82. 0.3091 0.6909 1.200 1.745 0.4909 0.7091
A set of data items is normally distributed with a mean of 110 and a standard...
A set of data items is normally distributed with a mean of 110 and a standard deviation of 24. Convert each of the following data items to a z-score. Round your answer to the nearest hundredth. (a) 171 z = (b) 53 z =
The following data set contains the college GPA of a sample of ten randomly selected UWG...
The following data set contains the college GPA of a sample of ten randomly selected UWG professors: 1.8, 2.1, 2.3, 2.5, 2.6, 3.2, 3.4, 3.7, 3.9, 4 A.) Construct a normal probability plot of the data set. Do the GPA’s appear to be normally distributed? Yes or No. B.) Find the critical t value that corresponds to a 90% confidence level for the data rounded to 2 decimal places. C.) Construct a 90% confidence interval for the mean GPA of...
Consider the data set: 34,49,27,15,50,57,31,39,27,51,62,42,42,36. a. Compute the sample mean, the sample variance, and the sample...
Consider the data set: 34,49,27,15,50,57,31,39,27,51,62,42,42,36. a. Compute the sample mean, the sample variance, and the sample standard deviation of this data set. [Note: Round your answers to four decimal places.] b. Construct the five-point summary for this data set (i.e. find its maximum, minimum, median, and quartiles) and sketch the boxplot. c. Are there any possible outliers in this data set? d. Construct a Stem-and-Leaf plot.
A set of data items is normally distributed with a mean of 500. Find the data...
A set of data items is normally distributed with a mean of 500. Find the data item in this distribution that corresponds to the z= 1.5 and the standard deviation of 50.
a.) A sample set is normally distributed with a mean of 2.8 and a standard deviation...
a.) A sample set is normally distributed with a mean of 2.8 and a standard deviation of 0.7. Approximately, what percentage of the sample is between the values of 2.1 and 3.5? b.) A sample set is normally distributed with a mean of 66 and a standard deviation of 8. Find a z-score corresponding to a given value of 82.
A set of data items is normally distributed with a mean of 15 and a standard...
A set of data items is normally distributed with a mean of 15 and a standard deviation of 7.3. Find the data value in the distribution that corresponds to each of the following z-scores. Round your answers to the nearest tenth. (a) z = -1.05 (b) z = 2.72
Construct the indicated confidence interval for the population mean of each data set. If it is...
Construct the indicated confidence interval for the population mean of each data set. If it is possible to construct a confidence interval, justify the distribution you used. If it is not possible, explain why. (a) In a random sample of 40 patients, the mean waiting time at a dentist’s office was 20 minutes and the standard deviation was 7.5 minutes. Construct a 95% confidence interval for the population mean. (b) In a random sample of 20 people, the mean tip...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT