Question 22.
A teacher asserts that students do not do as well in class using Method A in the same amount of time as they would using Method B. Seven students are randomly selected. Each student’s grades are recorded by the use of Method A and Method B.
|
Student |
Method A |
Method B |
|
1 |
33 |
20 |
|
2 |
90 |
40 |
|
3 |
90 |
55 |
|
4 |
60 |
80 |
|
5 |
100 |
100 |
|
6 |
90 |
95 |
|
7 |
80 |
90 |
Question 22. A teacher asserts that students do not do as well in class using Method...
A teacher asserts that students do not do as well in class using Method A in the same amount of time as they would using Method B. Seven students are randomly selected. Each student’s grades are recorded by the use of Method A and Method B. Student Method A Method B 1 33 20 2 90 40 3 90 55 4 60 80 5 100 100 6 90 95 7 80 90 Specify the null and alternate hypotheses to test...
Suppose a teacher recorded the attendance of her students in a recent statistics class because she wanted to investigate the linear relationship between the number of classes they missed and their final grades. The accompanying table shows these data for a random sample of nine students. Complete parts a through c. Click the icon to view the table showing missed classes and final grade. a. Calculate the correlation coefficient for this sample. The correlation coefficient is I. (Type an integer...
Suppose a teacher recorded the attendance of her students in a
recent statistics class because she wanted to investigate the
linear relationship between the number of classes they missed and
their final grades. The accompanying table shows these data for a
random sample of nine students
Classes Missed Final Grade
4 73
6 81
1 92
4 72
0 94
2 86
0 89
5 87
2 96
Suppose a teacher recorded the attendance of her students in a recent...
A teacher informs his organic chemistry class (of 500+ students) that a test was very difficult, but the grades would be curved. Scores on the test were normally distributed with a mean of 33 and a standard deviation of 8.7. The maximum possible score on the test was 100 points. Because of partial credit, scores were recorded with 1 decimal point accuracy. (Thus, a student could earn a 33.2, but not a 32.73.) The grades are curved according to the...
Suppose a teacher recorded the attendance of her students in a recent statistics class because she wanted to investigate the linear relationship between the number of classes they missed and their final grades. The accompanying table shows these data for a random sample of nine students. Complete parts a through c. Click the icon to view the table showing missed classes and final grade. a. Using a =0.02, test the significance of the regression slope. The hypotheses for this test...
Question 2 A pharmaceutical company has randomly sampled 14 customers who have used their new painkilling drug. All of them had heart rates of 55 prior to taking the drug. Each of the customers in the sample had their heart rate measured after using the drug for one week: 50 70 60 70 90 72 50 80 85 55 66 70 80 40 a) Perform a t-test to see if the drug has an effect on the customers’ heart rates, using...
(Refer to HW6 #2) Rural and urban students are to be compared on the basis of their scores on a nationwide musical aptitude test. Two random sample of sizes 90 and 100 are selected from rural and urban seventh grade students. The summary statistics from the test scores are Rural Urban Sample size 90 100 Mean 76.4 81.2 Standard deviation 8.2 7.6 Do these data provide strong evidence that there is a difference in population mean scores between urban and...
I ONLY need question 2 part C AND D answered...it is in bold. Please do not use hash sets or tables. In java, please implement the classes below. Each one needs to be created. Each class must be in separate file. The expected output is also in bold. I have also attached the driver for part 4 to help. 1. The Student class should be in the assignment package. a. There should be class variable for first and last names....
[JAVA/chapter 7] Assignment: Write a program to process scores for a set of students. Arrays and methods must be used for this program. Process: •Read the number of students in a class. Make sure that the user enters 1 or more students. •Create an array with the number of students entered by the user. •Then, read the name and the test score for each student. •Calculate the best or highest score. •Then, Calculate letter grades based on the following criteria:...
Your assignment is to write a grade book for a teacher. The
teacher has a text file, which includes student's names, and
students test grades. There are four test scores for each student.
Here is an example of such a file:
Count: 5
Sally 78.0 84.0 79.0 86.0
Rachel 68.0 76.0 87.0 76.0
Melba 87.0 78.0 98.0 88.0
Grace 76.0 67.0 89.0 0.0
Lisa 68.0 76.0 65.0 87.0
The first line of the file will indicate the number of students...