Question

Take the following sample of student grades from a class: 70, 88, 91, 75, 79, 77,...

Take the following sample of student grades from a class:

70, 88, 91, 75, 79, 77, 70, 74, 81, 90

If these are assumed to represent the general pattern of the grades for the full class, use Chebychev’s inequality to give a lower bound on the probability that a given grade will be within 10 points of the average?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The computations are made using the following table:

X (X - Mean(X))^2
70 90.25
88 72.25
91 132.25
75 20.25
79 0.25
77 6.25
70 90.25
74 30.25
81 2.25
90 110.25
795 554.5

The sample mean here is computed as:

\bar X = \frac{\sum X_i}{n} = \frac{795}{10} = 79.5

The sample standard deviation here is computed as:

s = \sqrt{\frac{\sum (X_i - \bar X)^2}{n-1}} = \sqrt{\frac{554.5}{10-1}} = 7.849

Now according to chebyshev's inequality theorem, at least 1 - 1/k2 of the observations lies within k standard deviation of the mean.

k = 10/s = 10/7.849 = 1.274

Therefore 1 - 1/1.2742 = 0.3839

Therefore at least 0.3839 proportion of the total values lies within 10 points of the average here. Therefore 0.3839 is the required probability here.

Add a comment
Know the answer?
Add Answer to:
Take the following sample of student grades from a class: 70, 88, 91, 75, 79, 77,...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • In this section, first identify the random variable(s) and its/their range (=possible values it could attain)....

    In this section, first identify the random variable(s) and its/their range (=possible values it could attain). Use 6 decimal places for best accuracy when dealing with numerical data. Question 14 Take the following sample of student grades from a class: 70, 88, 91, 75, 79, 77, 70, 74, 81, 90 If these are assumed to represent the general pattern of the grades for the full class, use Chebychev’s inequality to give a lower bound on the probability that a given...

  • The given data is the grades for people in this class. The goal here is to...

    The given data is the grades for people in this class. The goal here is to determine the factors that effect student's Grade in the class. 4) Find the mean and median for the men's and the women's Quizzes. Gender Men Women 5) Test the claim that the majority of students at this class are women. F M F F M F F F F M M F F F M F F F F M M F F M...

  • Student stress at final exam time comes partly from the uncertainty of grades and the consequence...

    Student stress at final exam time comes partly from the uncertainty of grades and the consequences of those grades. Can knowledge of a midterm grade be used to predict a final exam grade? A random sample of 200 BCOM students from recent years was taken and their percentage grades on assignments, midterm exam, and final exam were recorded. Let’s examine the ability of midterm and assignment grades to predict final exam grades. The data are shown here: Assignment Midterm FinalExam...

  • Below is a sample of 25 exam scores. 80 79 69 71 74 73 77 75...

    Below is a sample of 25 exam scores. 80 79 69 71 74 73 77 75 65 52 81 84 84 79 70 78 62 77 68 77 88 70 75 85 84 1. Is the exam score significantly greater than 70 at the 5 percent level of significance? Follow and show the 7 steps for hypothesis testing. 2. Determine the p-value and interpret its meaning. 3. What assumption must you make about the population distribution in order to conduct...

  • The following scores represent the final examination grades for an elementary statistics course:

    The following scores represent the final examination grades for an elementary statistics course: 23 60 79 32 57 74 52 70 82 36 80 77 81 95 41 65 92 85 55 76 52 10 64 75 78 25 80 98 81 67 41 71 83 54 64 72 88 62 74 43 60 78 89 76 84 48 84 90 15 79 34 67 17 82 69 74 63 80 85 61 Calculate: Stem and leaf Relative frequency histogram Cumulative frequency Sample Mean Sample Median Mode Variance Standard deviation

  • 02 The following scores represent the final examination grades for an elementary statistics course: 23 60...

    02 The following scores represent the final examination grades for an elementary statistics course: 23 60 79 32 57 74 52 70 82 36 80 77 81 95 41 65 92 85 55 76 52 10 64 75 78 25 80 98 81 67 41 71 83 54 64 72 88 62 74 43 60 78 89 76 84 48 84 90 15 79 34 67 17 82 69 74 63 80 85 61 Calculate: . Stem and leaf ....

  • An engineering student has the following scores in Chemistry: 95, 95, 80, 70, 77, 90, 100,...

    An engineering student has the following scores in Chemistry: 95, 95, 80, 70, 77, 90, 100, 90, 65, 60, 90, 100, 90, 90, 75, 95, 30, 93, 100, 60, 85, 73, 65, 75, 45, 27, 60, 60, 39, 70. Determine: a) The frequency of each grade b) The probability of each grade c) The cumulative distribution of the probabilities d) The probability of scoring a 45 or less e) The probability of scoring a 70 or less f) The probability...

  • 2. (1.18) The following scores represent the final examination grades for an elementary statistics course: 33...

    2. (1.18) The following scores represent the final examination grades for an elementary statistics course: 33 60 79 32 57 74 52 70 82 36 80 77 81 95 41 65 92 85 55 76 52 30 64 75 78 35 80 98 81 67 a) Construct a Stem-and-Leaf Plot for the examination grades. b) Construct a Relative Frequency Histogram with 6 Class Intervals (that is: 6 rectangles) c) Compute the Sample Median Median. ) What is the Sample Mode?

  • C++: Create a grade book program that includes a class of up to 20 students each...

    C++: Create a grade book program that includes a class of up to 20 students each with 5 test grades (4 tests plus a Final). The sample gradebook input file (CSCI1306.txt) is attached. The students’ grades should be kept in an array. Once all students and their test scores are read in, calculate each student’s average (4 tests plus Final counts double) and letter grade for the class. The output of this program is a tabular grade report that is...

  • Write a program to calculate students’ average test scores and their grades. You may assume the...

    Write a program to calculate students’ average test scores and their grades. You may assume the following data: Johnson 85 83 77 91 76 Aniston 80 90 95 93 48 Cooper 78 81 11 90 73 Gupta 92 83 30 69 87 Blair 23 45 96 38 59 Clark 60 85 45 39 67 Kennedy 77 31 52 74 83 Bronson 93 94 89 77 97 Sunny 79 85 28 93 82 Smith 85 72 49 75 63 Use three...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT