Question

A teacher sets a test for a class of students. The teacher decides to analyse the...

A teacher sets a test for a class of students. The teacher decides to analyse the test results using statistical analysis techniques. Given the table of results below, complete the following tasks:

CLASS RESULTS

STUDENTS                       TEST SCORE%

Thomas                               74

Charles                                55

Sarah                                   81

Mathew                               68

James                                   71

Jessica                                  74

Daniel                                  86

Jack                                      66

Emma                                  73

Laura                                    72

Joshua                                 84

Alice                                     68

Samantha                           70

a). Calculate the Mean of the test scores.

b). Calculate the Median of the test scores.

c). Calculate the Mode of the test scores.

d). Calculate the Range of the test scores.

e). Calculate the Variance of the test scores.

f). Calculate the Standard Deviation of the test scores.

g). Grade the scores based on the following criteria:

- A student scoring greater than two standard deviations above the mean is assigned a grade of A+ .

- A student scoring between one standard deviation above the mean and two standard deviations above the mean is assigned a grade of A.

- A student scoring between the mean and one standard deviation above the mean is assigned a grade of B

- A student scoring between the mean and one standard deviation below the mean is assigned a grade of C

- A student scoring between one standard deviation below the mean and two standard deviations below the mean is assigned a grade of D.

- A student scoring more than two standard deviations below the mean fails the test.

h). Construct a Histogram (i.e. frequency versus score) of the class results using the scheme specified in part (g)

i). Construct a relative frequency versus score graph for the class results using the scheme specified in part (g)

I have completed this question till (F), Please solve g, h and i. This is really urgent. i will give you great review. Thanks!

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

Solution-:

Let, x=Test Score

By using R-Software:

> x=c(74,55,81,68,71,74,86,66,73,72,84,68,70)
> #(a) for mean of the test scores
> Mean=mean(x);Mean
[1] 72.46154
> #(b) for median of the test scores
> med=median(x);med
[1] 72
> #(c) for mode of the test scores
> tx=table(x);
> m=which(tx==max(tx))
> stx=sort(unique(x))
> Mode=stx[m];
> Mode
[1] 68 74
> #(d) for range of the test scores
> min=min(x);min
[1] 55
> max=max(x);max
[1] 86
> range=max-min;range
[1] 31
> #(e) for variance of the test scores
> n=13
> v=var(x);v
[1] 65.76923
> var=((n-1)/n)*v;var
[1] 60.71006
> #(f) for Standard deviation of the test scores
> sd=sqrt(var);sd # Standard Deviation
[1] 7.791666

R-Code:
x=c(74,55,81,68,71,74,86,66,73,72,84,68,70)
#(a) for mean of the test scores
Mean=mean(x);Mean
#(b) for median of the test scores
med=median(x);med
#(c) for mode of the test scores
tx=table(x);
m=which(tx==max(tx))
stx=sort(unique(x))
Mode=stx[m];
Mode
#(d) for range of the test scores  
min=min(x);min
max=max(x);max
range=max-min;range
#(e) for variance of the test scores
n=13
v=var(x);v
var=((n-1)/n)*v;var
#(f) for Standard deviation of the test scores
sd=sqrt(var);sd # Standard Deviation

Add a comment
Know the answer?
Add Answer to:
A teacher sets a test for a class of students. The teacher decides to analyse the...
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
  • A teacher sets a test for a class of students. The teacher decides to analyze the...

    A teacher sets a test for a class of students. The teacher decides to analyze the test results using statistical analysis techniques. Given the table of results below, complete the following tasks: CLASS RESULTS Student Test Score (%) Thomas 74 Charles 55 Sarah 81 Mathew 68 James 71 Jessica 74 Daniel 86 Jack 66 Emma 73 Laura 72 Joshua 84 Alice 68 Samantha 70 a). Calculate the Mean of the test scores. b). Calculate the Median of the test scores....

  • In preparation for the upcoming school year, a teacher looks at raw test scores on the statewide standardized test for the students in her class.

     2. Transforming X values into z-scores In preparation for the upcoming school year, a teacher looks at raw test scores on the statewide standardized test for the students in her class. Instead of looking at the scores relative to the norms in the state, the teacher wants to understand the scores relative to the students who will be in the class. To do so, she decides to convert the test scores into 2-scores relative to the mean and standard deviation of...

  • Everyone in the class takes a test and receives a score, and the average is calculated....

    Everyone in the class takes a test and receives a score, and the average is calculated. Everyone compares their test score to the average test score, and each person’s distance from the mean test score is their deviation. People who had really low test scores or really high test scores will have large distances, or deviations, from the mean, while people who had test scores that were similar to the mean will have small distances, or deviations. If a person’s...

  • In preparation for the upcoming school year, a teacher looks at raw test scores on the...

    In preparation for the upcoming school year, a teacher looks at raw test scores on the statewide standardized test for the students in her class. Instead of looking at the scores relative to the norms in the state, the teacher wants to understand the scores relative to the students who will be in the class. To do so, she decides to convert the test scores into z-scores relative to the mean and standard deviation of the students in the class....

  • In preparation for the upcoming school year, a teacher looks at raw test scores on the...

    In preparation for the upcoming school year, a teacher looks at raw test scores on the statewide standardized test for the students in her class. Instead of looking at the scores relative to the norms in the state, the teacher wants to understand the scores relative to the students who will be in the class. To do so, she decides to convert the test scores into z-scores relative to the mean and standard deviation of the students in the class....

  • Standardized test scores are often used as part of an application to college. Test scores in...

    Standardized test scores are often used as part of an application to college. Test scores in math and verbal we between 200 and 800 but have no units Complete parts a through below a) Verbal and math test scores of a high school graduating class are displayed in the waterpiot, with the regression line added to the phone come ever below O A. The association between math scores and verbal scores is moderately linear and positive. Students with high math...

  • An analysis of the final test scores in this class shows that the scores follow the...

    An analysis of the final test scores in this class shows that the scores follow the normal distribution. The mean of the distribution is 85 and the standard deviation is 6. The professor wants to award an A student whose score is in the highest 11% which means 89% of the class will have lower grades. What is the cut-off point (or score) for those students who earn an A versus those that earn a B? In other words, what...

  • Nine students in Mr. Ruiz's class all took a spelling test. Raw scores can range between...

    Nine students in Mr. Ruiz's class all took a spelling test. Raw scores can range between 0 (0%) and 10 (100%). Their scores are listed below. Student   Raw Score A 4 B 5 C *5* D 6 E 6 F 6 G 7 H 7 I 8 The class mean is 6, median is 6 , mode is 6 , range is 4 , and standard deviation is 1.1(round to one decimal place). Look at Student C's score. The score...

  • A humanities professor assigns letter grades on a test according to the following scheme. The grade...

    A humanities professor assigns letter grades on a test according to the following scheme. The grade of an A is given to the top 13% of scores in the class. The grade of a B is given to the scores below the top 13% and above the bottom 60%. The grade of a C is given to the scores below the top 40% and above the bottom 24%. The grade of a D is given to the scores below the...

  • ine students in Mr. Ruiz's class all took a spelling test. Raw scores can range between...

    ine students in Mr. Ruiz's class all took a spelling test. Raw scores can range between 0 (0%) and 10 (100%). Their scores are listed below. Student   Raw Score A 4 B 5 C *5* D 6 E 6 F 6 G 7 H 7 I 8 The class mean is 6, median is 6 , mode is 6 , range is 4 , and standard deviation is 1.1(round to one decimal place). Look at Student C's score. The score...

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
Active Questions
ADVERTISEMENT