• Science, Tech, Math ›
  • Chemistry ›
  • Scientific Method ›

Null Hypothesis Examples

ThoughtCo / Hilary Allison

  • Scientific Method
  • Chemical Laws
  • Periodic Table
  • Projects & Experiments
  • Biochemistry
  • Physical Chemistry
  • Medical Chemistry
  • Chemistry In Everyday Life
  • Famous Chemists
  • Activities for Kids
  • Abbreviations & Acronyms
  • Weather & Climate
  • Ph.D., Biomedical Sciences, University of Tennessee at Knoxville
  • B.A., Physics and Mathematics, Hastings College

In statistical analysis, the null hypothesis assumes there is no meaningful relationship between two variables. Testing the null hypothesis can tell you whether your results are due to the effect of manipulating ​a dependent variable or due to chance. It's often used in conjunction with an alternative hypothesis, which assumes there is, in fact, a relationship between two variables.

The null hypothesis is among the easiest hypothesis to test using statistical analysis, making it perhaps the most valuable hypothesis for the scientific method. By evaluating a null hypothesis in addition to another hypothesis, researchers can support their conclusions with a higher level of confidence. Below are examples of how you might formulate a null hypothesis to fit certain questions.

What Is the Null Hypothesis?

The null hypothesis states there is no relationship between the measured phenomenon (the dependent variable ) and the independent variable , which is the variable an experimenter typically controls or changes. You do not​ need to believe that the null hypothesis is true to test it. On the contrary, you will likely suspect there is a relationship between a set of variables. One way to prove that this is the case is to reject the null hypothesis. Rejecting a hypothesis does not mean an experiment was "bad" or that it didn't produce results. In fact, it is often one of the first steps toward further inquiry.

To distinguish it from other hypotheses , the null hypothesis is written as ​ H 0  (which is read as “H-nought,” "H-null," or "H-zero"). A significance test is used to determine the likelihood that the results supporting the null hypothesis are not due to chance. A confidence level of 95% or 99% is common. Keep in mind, even if the confidence level is high, there is still a small chance the null hypothesis is not true, perhaps because the experimenter did not account for a critical factor or because of chance. This is one reason why it's important to repeat experiments.

Examples of the Null Hypothesis

To write a null hypothesis, first start by asking a question. Rephrase that question in a form that assumes no relationship between the variables. In other words, assume a treatment has no effect. Write your hypothesis in a way that reflects this.

Other Types of Hypotheses

In addition to the null hypothesis, the alternative hypothesis is also a staple in traditional significance tests . It's essentially the opposite of the null hypothesis because it assumes the claim in question is true. For the first item in the table above, for example, an alternative hypothesis might be "Age does have an effect on mathematical ability."

Key Takeaways

  • In hypothesis testing, the null hypothesis assumes no relationship between two variables, providing a baseline for statistical analysis.
  • Rejecting the null hypothesis suggests there is evidence of a relationship between variables.
  • By formulating a null hypothesis, researchers can systematically test assumptions and draw more reliable conclusions from their experiments.
  • What Are Examples of a Hypothesis?
  • Random Error vs. Systematic Error
  • Six Steps of the Scientific Method
  • What Is a Hypothesis? (Science)
  • Scientific Method Flow Chart
  • What Are the Elements of a Good Hypothesis?
  • Scientific Method Vocabulary Terms
  • Understanding Simple vs Controlled Experiments
  • The Role of a Controlled Variable in an Experiment
  • What Is an Experimental Constant?
  • What Is a Testable Hypothesis?
  • Scientific Hypothesis Examples
  • What Is the Difference Between a Control Variable and Control Group?
  • DRY MIX Experiment Variables Acronym
  • What Is a Controlled Experiment?
  • Scientific Variable

null hypothesis about customer satisfaction

9.1 Comparison of Two Population Means: Large, Independent Samples

Learning objectives.

  • To understand the logical framework for estimating the difference between the means of two distinct populations and performing tests of hypotheses concerning those means.
  • To learn how to construct a confidence interval for the difference in the means of two distinct populations using large, independent samples.
  • To learn how to perform a test of hypotheses concerning the difference between the means of two distinct populations using large, independent samples.

Suppose we wish to compare the means of two distinct populations. Figure 9.1 "Independent Sampling from Two Populations" illustrates the conceptual framework of our investigation in this and the next section. Each population has a mean and a standard deviation. We arbitrarily label one population as Population 1 and the other as Population 2, and subscript the parameters with the numbers 1 and 2 to tell them apart. We draw a random sample from Population 1 and label the sample statistics it yields with the subscript 1. Without reference to the first sample we draw a sample from Population 2 and label its sample statistics with the subscript 2.

Figure 9.1 Independent Sampling from Two Populations

null hypothesis about customer satisfaction

Samples from two distinct populations are independent if each one is drawn without reference to the other, and has no connection with the other.

Our goal is to use the information in the samples to estimate the difference μ 1 − μ 2 in the means of the two populations and to make statistically valid inferences about it.

Confidence Intervals

Since the mean x - 1 of the sample drawn from Population 1 is a good estimator of μ 1 and the mean x - 2 of the sample drawn from Population 2 is a good estimator of μ 2 , a reasonable point estimate of the difference μ 1 − μ 2 is x - 1 − x - 2 . In order to widen this point estimate into a confidence interval, we first suppose that both samples are large, that is, that both n 1 ≥ 30 and n 2 ≥ 30 . If so, then the following formula for a confidence interval for μ 1 − μ 2 is valid. The symbols s 1 2 and s 2 2 denote the squares of s 1 and s 2 . (In the relatively rare case that both population standard deviations σ 1 and σ 2 are known they would be used instead of the sample standard deviations.)

100 ( 1 − α ) % Confidence Interval for the Difference Between Two Population Means: Large, Independent Samples

The samples must be independent, and each sample must be large: n 1 ≥ 30 and n 2 ≥ 30 .

To compare customer satisfaction levels of two competing cable television companies, 174 customers of Company 1 and 355 customers of Company 2 were randomly selected and were asked to rate their cable companies on a five-point scale, with 1 being least satisfied and 5 most satisfied. The survey results are summarized in the following table:

Construct a point estimate and a 99% confidence interval for μ 1 − μ 2 , the difference in average satisfaction levels of customers of the two companies as measured on this five-point scale.

The point estimate of μ 1 − μ 2 is

In words, we estimate that the average customer satisfaction level for Company 1 is 0.27 points higher on this five-point scale than it is for Company 2.

To apply the formula for the confidence interval, proceed exactly as was done in Chapter 7 "Estimation" . The 99% confidence level means that α = 1 − 0.99 = 0.01 so that z α ∕ 2 = z 0.005 . From Figure 12.3 "Critical Values of " we read directly that z 0.005 = 2.576 . Thus

We are 99% confident that the difference in the population means lies in the interval [ 0 . 15,0 . 39 ] , in the sense that in repeated sampling 99% of all intervals constructed from the sample data in this manner will contain μ 1 − μ 2 . In the context of the problem we say we are 99% confident that the average level of customer satisfaction for Company 1 is between 0.15 and 0.39 points higher, on this five-point scale, than that for Company 2.

Hypothesis Testing

Hypotheses concerning the relative sizes of the means of two populations are tested using the same critical value and p -value procedures that were used in the case of a single population. All that is needed is to know how to express the null and alternative hypotheses and to know the formula for the standardized test statistic and the distribution that it follows.

The null and alternative hypotheses will always be expressed in terms of the difference of the two population means. Thus the null hypothesis will always be written

where D 0 is a number that is deduced from the statement of the situation. As was the case with a single population the alternative hypothesis can take one of the three forms, with the same terminology:

As long as the samples are independent and both are large the following formula for the standardized test statistic is valid, and it has the standard normal distribution. (In the relatively rare case that both population standard deviations σ 1 and σ 2 are known they would be used instead of the sample standard deviations.)

Standardized Test Statistic for Hypothesis Tests Concerning the Difference Between Two Population Means: Large, Independent Samples

The test statistic has the standard normal distribution.

Refer to Note 9.4 "Example 1" concerning the mean satisfaction levels of customers of two competing cable television companies. Test at the 1% level of significance whether the data provide sufficient evidence to conclude that Company 1 has a higher mean satisfaction rating than does Company 2. Use the critical value approach.

Step 1. If the mean satisfaction levels μ 1 and μ 2 are the same then μ 1 = μ 2 , but we always express the null hypothesis in terms of the difference between μ 1 and μ 2 , hence H 0 is μ 1 − μ 2 = 0 . To say that the mean customer satisfaction for Company 1 is higher than that for Company 2 means that μ 1 > μ 2 , which in terms of their difference is μ 1 − μ 2 > 0 . The test is therefore

Step 2. Since the samples are independent and both are large the test statistic is

Step 3. Inserting the data into the formula for the test statistic gives

Step 4. Since the symbol in H a is “>” this is a right-tailed test, so there is a single critical value, z α = z 0.01 , which from the last line in Figure 12.3 "Critical Values of " we read off as 2.326. The rejection region is [ 2.326 , ∞ ) .

Figure 9.2 Rejection Region and Test Statistic for Note 9.6 "Example 2"

null hypothesis about customer satisfaction

Step 5. As shown in Figure 9.2 "Rejection Region and Test Statistic for " the test statistic falls in the rejection region. The decision is to reject H 0 . In the context of the problem our conclusion is:

The data provide sufficient evidence, at the 1% level of significance, to conclude that the mean customer satisfaction for Company 1 is higher than that for Company 2.

Perform the test of Note 9.6 "Example 2" using the p -value approach.

The first three steps are identical to those in Note 9.6 "Example 2" .

  • Step 4. The observed significance or p -value of the test is the area of the right tail of the standard normal distribution that is cut off by the test statistic Z = 5.684. The number 5.684 is too large to appear in Figure 12.2 "Cumulative Normal Probability" , which means that the area of the left tail that it cuts off is 1.0000 to four decimal places. The area that we seek, the area of the right tail, is therefore 1 − 1.0000 = 0.0000 to four decimal places. See Figure 9.3 . That is, p  -value = 0.0000 to four decimal places. (The actual value is approximately 0.000   000   007 . )

Figure 9.3 P -Value for Note 9.7 "Example 3"

null hypothesis about customer satisfaction

Step 5. Since 0.0000 < 0.01, p  -value < α so the decision is to reject the null hypothesis:

Key Takeaways

  • A point estimate for the difference in two population means is simply the difference in the corresponding sample means.
  • In the context of estimating or testing hypotheses concerning two population means, “large” samples means that both samples are large.
  • A confidence interval for the difference in two population means is computed using a formula in the same fashion as was done for a single population mean.
  • The same five-step procedure used to test hypotheses concerning a single population mean is used to test hypotheses concerning the difference between two population means. The only difference is in the formula for the standardized test statistic.

Construct the confidence interval for μ 1 − μ 2 for the level of confidence and the data from independent samples given.

90% confidence,

n 1 = 45 , x - 1 = 27 , s 1 = 2

n 2 = 60 , x - 2 = 22 , s 2 = 3

99% confidence,

n 1 = 30 , x - 1 = − 112 , s 1 = 9

n 2 = 40 , x - 2 = − 98 , s 2 = 4

95% confidence,

n 1 = 110 , x - 1 = 77 , s 1 = 15

n 2 = 85 , x - 2 = 79 , s 2 = 21

n 1 = 65 , x - 1 = − 83 , s 1 = 12

n 2 = 65 , x - 2 = − 74 , s 2 = 8

99.5% confidence,

n 1 = 130 , x - 1 = 27.2 , s 1 = 2.5

n 2 = 155 , x - 2 = 38.8 , s 2 = 4.6

n 1 = 68 , x - 1 = 215.5 , s 1 = 12.3

n 2 = 84 , x - 2 = 287.8 , s 2 = 14.1

99.9% confidence,

n 1 = 275 , x - 1 = 70.2 , s 1 = 1.5

n 2 = 325 , x - 2 = 63.4 , s 2 = 1.1

n 1 = 120 , x - 1 = 35.5 , s 1 = 0.75

n 2 = 146 , x - 2 = 29.6 , s 2 = 0.80

Perform the test of hypotheses indicated, using the data from independent samples given. Use the critical value approach. Compute the p -value of the test as well.

Test H 0 : μ 1 − μ 2 = 3 vs. H a : μ 1 − μ 2 ≠ 3 @ α = 0.05 ,

n 1 = 35 , x - 1 = 25 , s 1 = 1

n 2 = 45 , x - 2 = 19 , s 2 = 2

Test H 0 : μ 1 − μ 2 = − 25 vs. H a : μ 1 − μ 2 < − 25 @ α = 0.10 ,

n 1 = 85 , x - 1 = 188 , s 1 = 15

n 2 = 62 , x - 2 = 215 , s 2 = 19

Test H 0 : μ 1 − μ 2 = 45 vs. H a : μ 1 − μ 2 > 45 @ α = 0.001 ,

n 1 = 200 , x - 1 = 1312 , s 1 = 35

n 2 = 225 , x - 2 = 1256 , s 2 = 28

Test H 0 : μ 1 − μ 2 = − 12 vs. H a : μ 1 − μ 2 ≠ − 12 @ α = 0.10 ,

n 1 = 35 , x - 1 = 121 , s 1 = 6

n 2 = 40 , x - 2 = 135 , s 2 = 7

Test H 0 : μ 1 − μ 2 = 0 vs. H a : μ 1 − μ 2 ≠ 0 @ α = 0.01 ,

n 1 = 125 , x - 1 = − 46 , s 1 = 10

n 2 = 90 , x - 2 = − 50 , s 2 = 13

Test H 0 : μ 1 − μ 2 = 20 vs. H a : μ 1 − μ 2 > 20 @ α = 0.05 ,

n 1 = 40 , x - 1 = 142 , s 1 = 11

n 2 = 40 , x - 2 = 118 , s 2 = 10

Test H 0 : μ 1 − μ 2 = 13 vs. H a : μ 1 − μ 2 < 13 @ α = 0.01 ,

n 1 = 35 , x - 1 = 100 , s 1 = 2

n 2 = 35 , x - 2 = 88 , s 2 = 2

Test H 0 : μ 1 − μ 2 = − 10 vs. H a : μ 1 − μ 2 ≠ − 10 @ α = 0.10 ,

n 1 = 146 , x - 1 = 62 , s 1 = 4

n 2 = 120 , x - 2 = 73 , s 2 = 7

Perform the test of hypotheses indicated, using the data from independent samples given. Use the p -value approach.

Test H 0 : μ 1 − μ 2 = 57 vs. H a : μ 1 − μ 2 < 57 @ α = 0.10 ,

n 1 = 117 , x - 1 = 1309 , s 1 = 42

n 2 = 133 , x - 2 = 1258 , s 2 = 37

Test H 0 : μ 1 − μ 2 = − 1.5 vs. H a : μ 1 − μ 2 ≠ − 1.5 @ α = 0.20 ,

n 1 = 65 , x - 1 = 16.9 , s 1 = 1.3

n 2 = 57 , x - 2 = 18.6 , s 2 = 1.1

Test H 0 : μ 1 − μ 2 = − 10.5 vs. H a : μ 1 − μ 2 > − 10.5 @ α = 0.01 ,

n 1 = 64 , x - 1 = 85.6 , s 1 = 2.4

n 2 = 50 , x - 2 = 95.3 , s 2 = 3.1

Test H 0 : μ 1 − μ 2 = 110 vs. H a : μ 1 − μ 2 ≠ 110 @ α = 0.02 ,

n 1 = 176 , x - 1 = 1918 , s 1 = 68

n 2 = 241 , x - 2 = 1782 , s 2 = 146

Test H 0 : μ 1 − μ 2 = 50 vs. H a : μ 1 − μ 2 > 50 @ α = 0.005 ,

n 1 = 72 , x - 1 = 272 , s 1 = 26

n 2 = 103 , x - 2 = 213 , s 2 = 14

Test H 0 : μ 1 − μ 2 = 7.5 vs. H a : μ 1 − μ 2 ≠ 7.5 @ α = 0.10 ,

n 1 = 52 , x - 1 = 94.3 , s 1 = 2.6

n 2 = 38 , x - 2 = 88.6 , s 2 = 8.0

Test H 0 : μ 1 − μ 2 = 23 vs. H a : μ 1 − μ 2 < 23 @ α = 0.20 ,

n 1 = 314 , x - 1 = 198 , s 1 = 12.2

n 2 = 220 , x - 2 = 176 , s 2 = 11.5

Test H 0 : μ 1 − μ 2 = 4.4 vs. H a : μ 1 − μ 2 ≠ 4.4 @ α = 0.05 ,

n 1 = 32 , x - 1 = 40.3 , s 1 = 0.5

n 2 = 30 , x - 2 = 35.5 , s 2 = 0.7

Applications

In order to investigate the relationship between mean job tenure in years among workers who have a bachelor’s degree or higher and those who do not, random samples of each type of worker were taken, with the following results.

  • Construct the 99% confidence interval for the difference in the population means based on these data.
  • Test, at the 1% level of significance, the claim that mean job tenure among those with higher education is greater than among those without, against the default that there is no difference in the means.
  • Compute the observed significance of the test.

Records of 40 used passenger cars and 40 used pickup trucks (none used commercially) were randomly selected to investigate whether there was any difference in the mean time in years that they were kept by the original owner before being sold. For cars the mean was 5.3 years with standard deviation 2.2 years. For pickup trucks the mean was 7.1 years with standard deviation 3.0 years.

  • Construct the 95% confidence interval for the difference in the means based on these data.
  • Test the hypothesis that there is a difference in the means against the null hypothesis that there is no difference. Use the 1% level of significance.
  • Compute the observed significance of the test in part (b).

In previous years the average number of patients per hour at a hospital emergency room on weekends exceeded the average on weekdays by 6.3 visits per hour. A hospital administrator believes that the current weekend mean exceeds the weekday mean by fewer than 6.3 hours.

Construct the 99% confidence interval for the difference in the population means based on the following data, derived from a study in which 30 weekend and 30 weekday one-hour periods were randomly selected and the number of new patients in each recorded.

  • Test at the 5% level of significance whether the current weekend mean exceeds the weekday mean by fewer than 6.3 patients per hour.

A sociologist surveys 50 randomly selected citizens in each of two countries to compare the mean number of hours of volunteer work done by adults in each. Among the 50 inhabitants of Lilliput, the mean hours of volunteer work per year was 52, with standard deviation 11.8. Among the 50 inhabitants of Blefuscu, the mean number of hours of volunteer work per year was 37, with standard deviation 7.2.

  • Construct the 99% confidence interval for the difference in mean number of hours volunteered by all residents of Lilliput and the mean number of hours volunteered by all residents of Blefuscu.
  • Test, at the 1% level of significance, the claim that the mean number of hours volunteered by all residents of Lilliput is more than ten hours greater than the mean number of hours volunteered by all residents of Blefuscu.

A university administrator asserted that upperclassmen spend more time studying than underclassmen.

Test this claim against the default that the average number of hours of study per week by the two groups is the same, using the following information based on random samples from each group of students. Test at the 1% level of significance.

An kinesiologist claims that the resting heart rate of men aged 18 to 25 who exercise regularly is more than five beats per minute less than that of men who do not exercise regularly. Men in each category were selected at random and their resting heart rates were measured, with the results shown.

  • Perform the relevant test of hypotheses at the 1% level of significance.

Children in two elementary school classrooms were given two versions of the same test, but with the order of questions arranged from easier to more difficult in Version A and in reverse order in Version B . Randomly selected students from each class were given Version A and the rest Version B . The results are shown in the table.

  • Construct the 90% confidence interval for the difference in the means of the populations of all children taking Version A of such a test and of all children taking Version B of such a test.
  • Test at the 1% level of significance the hypothesis that the A version of the test is easier than the B version (even though the questions are the same).

The Municipal Transit Authority wants to know if, on weekdays, more passengers ride the northbound blue line train towards the city center that departs at 8:15 a.m. or the one that departs at 8:30 a.m. The following sample statistics are assembled by the Transit Authority.

  • Construct the 90% confidence interval for the difference in the mean number of daily travellers on the 8:15 train and the mean number of daily travellers on the 8:30 train.
  • Test at the 5% level of significance whether the data provide sufficient evidence to conclude that more passengers ride the 8:30 train.

In comparing the academic performance of college students who are affiliated with fraternities and those male students who are unaffiliated, a random sample of students was drawn from each of the two populations on a university campus. Summary statistics on the student GPAs are given below.

Test, at the 5% level of significance, whether the data provide sufficient evidence to conclude that there is a difference in average GPA between the population of fraternity students and the population of unaffiliated male students on this university campus.

In comparing the academic performance of college students who are affiliated with sororities and those female students who are unaffiliated, a random sample of students was drawn from each of the two populations on a university campus. Summary statistics on the student GPAs are given below.

Test, at the 5% level of significance, whether the data provide sufficient evidence to conclude that there is a difference in average GPA between the population of sorority students and the population of unaffiliated female students on this university campus.

The owner of a professional football team believes that the league has become more offense oriented since five years ago. To check his belief, 32 randomly selected games from one year’s schedule were compared to 32 randomly selected games from the schedule five years later. Since more offense produces more points per game, the owner analyzed the following information on points per game (ppg).

Test, at the 10% level of significance, whether the data on points per game provide sufficient evidence to conclude that the game has become more offense oriented.

The owner of a professional football team believes that the league has become more offense oriented since five years ago. To check his belief, 32 randomly selected games from one year’s schedule were compared to 32 randomly selected games from the schedule five years later. Since more offense produces more offensive yards per game, the owner analyzed the following information on offensive yards per game (oypg).

Test, at the 10% level of significance, whether the data on offensive yards per game provide sufficient evidence to conclude that the game has become more offense oriented.

Large Data Set Exercises

Large Data Sets 1A and 1B list the SAT scores for 1,000 randomly selected students. Denote the population of all male students as Population 1 and the population of all female students as Population 2.

http://www.gone.2012books.lardbucket.org/sites/all/files/data1A.xls

http://www.gone.2012books.lardbucket.org/sites/all/files/data1B.xls

  • Restricting attention to just the males, find n 1 , x - 1 , and s 1 . Restricting attention to just the females, find n 2 , x - 2 , and s 2 .
  • Let μ 1 denote the mean SAT score for all males and μ 2 the mean SAT score for all females. Use the results of part (a) to construct a 90% confidence interval for the difference μ 1 − μ 2 .
  • Test, at the 5% level of significance, the hypothesis that the mean SAT scores among males exceeds that of females.

Large Data Sets 1A and 1B list the GPAs for 1,000 randomly selected students. Denote the population of all male students as Population 1 and the population of all female students as Population 2.

  • Let μ 1 denote the mean GPA for all males and μ 2 the mean GPA for all females. Use the results of part (a) to construct a 95% confidence interval for the difference μ 1 − μ 2 .
  • Test, at the 10% level of significance, the hypothesis that the mean GPAs among males and females differ.

Large Data Sets 7A and 7B list the survival times for 65 male and 75 female laboratory mice with thymic leukemia. Denote the population of all such male mice as Population 1 and the population of all such female mice as Population 2.

http://www.gone.2012books.lardbucket.org/sites/all/files/data7A.xls

http://www.gone.2012books.lardbucket.org/sites/all/files/data7B.xls

  • Let μ 1 denote the mean survival for all males and μ 2 the mean survival time for all females. Use the results of part (a) to construct a 99% confidence interval for the difference μ 1 − μ 2 .
  • Test, at the 1% level of significance, the hypothesis that the mean survival time for males exceeds that for females by more than 182 days (half a year).
  • Compute the observed significance of the test in part (c).
  • ( 4 . 20,5 . 80 ) ,
  • ( − 18.54 , − 9.46 )
  • ( − 12.81 , − 10.39 ) ,
  • ( − 76.50 , − 68.10 )
  • Z = 8.753, ± z 0.025 = ± 1.960 , reject H 0 , p -value = 0.0000;
  • Z = − 0.687 , − z 0.10 = − 1.282 , do not reject H 0 , p -value = 0.2451
  • Z = 2.444, ± z 0.005 = ± 2.576 , do not reject H 0 , p -value = 0.0146.
  • Z = 1.702, z 0.05 = 1.645 , reject H 0 , p -value = 0.0446
  • Z = − 1.19 , p -value = 0.1170, do not reject H 0 ;
  • Z = − 0.92 , p -value = 0.3576, do not reject H 0
  • Z = 2.68, p -value = 0.0037, reject H 0 ;
  • Z = − 1.34 , p -value = 0.1802, do not reject H 0
  • 0.2 ± 0.4 ,
  • Z = 1.360, z 0.01 = 2.326 , do not reject H 0 (not greater)
  • p -value = 0.0869
  • 5.2 ± 1.9 ,
  • Z = − 1.466 , − z 0.050 = − 1.645 , do not reject H 0 (exceeds by 6.3 or more)
  • p -value = 0.0708
  • Z = 3.888, z 0.01 = 2.326 , reject H 0 (upperclassmen study more)
  • p -value = 0.0001
  • Z = 4.454, z 0.01 = 2.326 , reject H 0 (Test A is easier)
  • p -value = 0.0000

Z = 0.738, ± z 0.025 = ± 1.960 , do not reject H 0 (no difference)

Z = − 1.398 , − z 0.10 = − 1.282 , reject H 0 (more offense oriented)

  • n 1 = 419 , x - 1 = 1540.33 , s 1 = 205.40 , n 2 = 581 , x - 2 = 1520.38 , and s 2 = 217.34 .
  • ( − 2 . 24,42 . 15 )
  • H 0 : μ 1 − μ 2 = 0 vs. H a : μ 1 − μ 2 > 0 . Test Statistic: Z = 1.48. Rejection Region: [ 1.645 , ∞ ) . Decision: Fail to reject H 0 .
  • n 1 = 65 , x - 1 = 665.97 , s 1 = 41.60 , n 2 = 75 , x - 2 = 455.89 , and s 2 = 63.22 .
  • ( 187 . 06,233 . 09 )
  • H 0 : μ 1 − μ 2 = 182 vs. H a : μ 1 − μ 2 > 182 . Test Statistic: Z = 3.14. Rejection Region: [ 2.33 , ∞ ) . Decision: Reject H 0 .
  • p − v a l u e = 0.0008

IMAGES

  1. Answered: lenovo s for E X…

    null hypothesis about customer satisfaction

  2. 15 Null Hypothesis Examples (2024)

    null hypothesis about customer satisfaction

  3. -Hypothesis Test on Outer Model of Customer Satisfaction

    null hypothesis about customer satisfaction

  4. Showing hypothesis test results on customer satisfaction

    null hypothesis about customer satisfaction

  5. PPT

    null hypothesis about customer satisfaction

  6. Null Hypothesis

    null hypothesis about customer satisfaction