Question

In: Statistics and Probability

Many states assess the skills of their students in various grades. One program that is available...

Many states assess the skills of their students in various grades. One program that is available for this purpose is the National Assessment of Educational Progress (NAEP). We assumed that the NAEP U.S. history scores for twelfth-grade students are approximately Normal with the reported mean and standard deviation, N(295 , 33 ). For the twelfth-grade U.S. history scores, the following percentiles are reported:

Percentile Score
10% 252
25% 282
50% 298
75% 274
90% 271

Let's check that assumption. In addition to means and standard deviations, you can find selected percentiles for the NAEP assessments.

Use these percentiles to assess whether or not the NAEP U.S. history scores for twelfth-grade students are approximately Normal.

Use software to compute ( ±±0.01) the scores with N(295 , 33 ):

Percentile Score Score withN(295 ,33 )
10% 252
25% 282
50% 298
75% 274
90% 271

Solutions

Expert Solution

A detailed solution is given .... If you are satisfied with my explanations please Thumbs up... Thanks inadvance for the support dear....


Related Solutions

You are to write a program that grades students (Maybe I will use it on you)....
You are to write a program that grades students (Maybe I will use it on you). Your program must open and read in "input.txt" (an example of which is below). It will contain the students name and their test scores. You are to calculate the students final grade in the course. Take the average of their test scores and output their average to a file with the below format. For the output.txt ensure that the formatting is in the block...
Consider three students taking an examination. Their respective probabilities of obtaining the different available grades are...
Consider three students taking an examination. Their respective probabilities of obtaining the different available grades are shown in Table 1. (a) What is the probability that each will obtain a grade of A? (b) If two students were to receive an A, what is the probability that Jim would be among them? Table 1. Probabilities of Individual Student Exam Grades* Student    Grade                     A   B     C     D      F Terry         0.5 0.3 0.1 0.06 0.04 Jim           0.4 0.4 0.1 0.07 0.03...
The table below contains various grades for three students obtained over the course of the year....
The table below contains various grades for three students obtained over the course of the year. Assuming that all grades are equally weighted, generate a new table that displays the name of the student, their average grade, and the number of grades they had in their record. import numpy as np np.random.seed(seed=0) Students = ['Samir','Mark','Zoe','Andrew','Rupert'] Grades_Data = [] for i in range(100): Student_Index = np.random.randint(0,len(Students)) Student = Students[Student_Index] Grade = round(np.random.normal(loc=75,scale=15),1) Grades_Data.append([Student,Grade]) import pandas as pd Grades_df = pd.DataFrame(data=Grades_Data,columns=['Student','Grade']) Grades_df.iloc[0:10]
In java Q2. Write a program that reads grades of type double of eight students that...
In java Q2. Write a program that reads grades of type double of eight students that the user provides. The grades lie between 0 and 10. These grades should be written to a binary file and read from it. The program outputs the highest and lowest grades achieved by students on the screen. The file contains nothing but numbers of type double written to the file with writeDouble.
Write a Java program that will first ask the user how many grades they want to...
Write a Java program that will first ask the user how many grades they want to enter. Then use a do…while loop to populate an array of that size with grades entered by the user. Then sort the array. In a for loop read through that array, display the grades and total the grades. After the loop, calculate the average of those grades and display that average. Specifications Prompt the user for the number of grades they would like to...
This policy ensures that all students in grades one to nine are physically active for at...
This policy ensures that all students in grades one to nine are physically active for at least thirty minutes each day through activities organized by the school (Alberta, 2020). Being active is being healthy. As was mentioned in the Dr. Christine Kennedy’s article schools have the potential to help children develop lifelong, healthy eating patterns and encourage physical activity; research supports school-based interventions to increase physical activity and decrease obesity (Kennedy, 2010). Giving the kids an opportunity to have an...
Write a C++ program that reads a students name followed by 7 numeric grades from a...
Write a C++ program that reads a students name followed by 7 numeric grades from a file.  Compute the average grade after dropping the  lowest grade.   Assign letter grades via this scale .Please show steps in the comments . A 90 – 100 B 80  --89 C 70 –79 D 60 -69 F 0  - 59 Input format: Sam 100 90 87 23 12 67 95 Mary 30 20 90 90 90 90 88 Mark 80 90 80 80 90 87 100 End of file...
Topics Loops while Statement Description Write a program that computes the letter grades of students in...
Topics Loops while Statement Description Write a program that computes the letter grades of students in a class from knowing their scores in a test. A student test score varies from 0 to 100. For a student, the program first asks the student’s name and the student’s test score. Then, it displays the student name, the test score and the letter grade. It repeats this process for each student. The user indicates the end of student data by entering two...
Problem 1 Write a Java program that implements a two-dimensional array of grades for students in...
Problem 1 Write a Java program that implements a two-dimensional array of grades for students in a class. The grades should be as follows: Row 1: 87, 45 Row 2: 69, 88, 90, 94 Row 3: 79, 87, 94 Compute and print out the maximum number of columns in the array. Hint: use a for loop. (5 Points.) */ /* Problem 2 * Suppose there are 4 candidates in 6 districts running for an election. Let's assume the candidates' names...
Male and female grades in one of the subjects taught to male and female students came...
Male and female grades in one of the subjects taught to male and female students came as follows: Excellent Very Good Good Acceptable Failed Female 3 11 12 4 1 Male 2 7 7 7 3 Use SPSS and study the relationship between student type and grade, and answer the following questions: A- Formulate the appropriate null hypothesis. B- Determine the value of the appropriate level of significance. C- Determine the value of the Chi square. W- Set the degrees...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT