document.write( "Question 1200633: Gaynor Advertising conducted a survey to determine individual’s main source of news as well as their educational level. 2500 individuals were surveyed and the results are given below:\r
\n" ); document.write( "\n" ); document.write( "Source of News Primary Secondary Graduate Post Graduate Total
\n" ); document.write( "Newspapers 95 200 121 400 816
\n" ); document.write( "Television 136 127 135 211 609
\n" ); document.write( "Social Media 155 99 170 146 570
\n" ); document.write( "Grapevine 250 155 95 25 505
\n" ); document.write( "Total 636 561 521 782 2500
\n" ); document.write( "a. State both the null and alternative hypotheses. [2 marks]\r
\n" ); document.write( "\n" ); document.write( "b. Provide the decision rule for making this decision. Use an alpha level of 5%. [2 marks]\r
\n" ); document.write( "\n" ); document.write( "c. Show all of the work necessary to calculate the appropriate statistic. [5 marks]\r
\n" ); document.write( "\n" ); document.write( "d. What conclusion are you allowed to draw? [2 marks]\r
\n" ); document.write( "\n" ); document.write( "e. Would your conclusion change at the 10% level of significance? [2 marks]\r
\n" ); document.write( "\n" ); document.write( "f. Confirm test results in part (c) using JASP. Note: All JASP input files and output tables should be provided [3 marks]
\n" ); document.write( "

Algebra.Com's Answer #848074 by GingerAle(43)\"\" \"About 
You can put this solution on YOUR website!
**a. State the null and alternative hypotheses.**\r
\n" ); document.write( "\n" ); document.write( "* **Null Hypothesis (H0):** There is no association between the main source of news and the educational level of individuals.
\n" ); document.write( "* **Alternative Hypothesis (Ha):** There is an association between the main source of news and the educational level of individuals.\r
\n" ); document.write( "\n" ); document.write( "**b. Decision Rule (α = 0.05)**\r
\n" ); document.write( "\n" ); document.write( "* We will use a Chi-Square test for independence.
\n" ); document.write( "* Find the critical value of Chi-Square (χ²) from the Chi-Square distribution table with degrees of freedom: (rows - 1) * (columns - 1) = (4 - 1) * (4 - 1) = 9.
\n" ); document.write( "* The critical value for χ² with 9 degrees of freedom at α = 0.05 is 16.919.
\n" ); document.write( "* **Decision Rule:** Reject the null hypothesis (H0) if the calculated Chi-Square test statistic is greater than 16.919.\r
\n" ); document.write( "\n" ); document.write( "**c. Calculate the Chi-Square Test Statistic**\r
\n" ); document.write( "\n" ); document.write( "1. **Calculate Expected Frequencies:**\r
\n" ); document.write( "\n" ); document.write( " * Expected Frequency for each cell = (Row Total * Column Total) / Grand Total\r
\n" ); document.write( "\n" ); document.write( " | Source of News | Primary | Secondary | Graduate | Post Graduate | Row Total |
\n" ); document.write( " |---|---|---|---|---|---|
\n" ); document.write( " | Newspapers | (816 * 636) / 2500 = 207.17 | (816 * 561) / 2500 = 182.81 | (816 * 521) / 2500 = 169.73 | (816 * 782) / 2500 = 253.30 | 816 |
\n" ); document.write( " | Television | (609 * 636) / 2500 = 154.60 | (609 * 561) / 2500 = 136.29 | (609 * 521) / 2500 = 127.03 | (609 * 782) / 2500 = 191.08 | 609 |
\n" ); document.write( " | Social Media | (570 * 636) / 2500 = 144.72 | (570 * 561) / 2500 = 127.51 | (570 * 521) / 2500 = 119.03 | (570 * 782) / 2500 = 178.74 | 570 |
\n" ); document.write( " | Grapevine | (505 * 636) / 2500 = 128.51 | (505 * 561) / 2500 = 113.39 | (505 * 521) / 2500 = 105.21 | (505 * 782) / 2500 = 157.90 | 505 |
\n" ); document.write( " | Column Total | 636 | 561 | 521 | 782 | 2500 |\r
\n" ); document.write( "\n" ); document.write( "2. **Calculate the Chi-Square Statistic:**\r
\n" ); document.write( "\n" ); document.write( " * χ² = Σ [(Observed Frequency - Expected Frequency)² / Expected Frequency]\r
\n" ); document.write( "\n" ); document.write( " * Calculate this for each cell in the table and sum them up.\r
\n" ); document.write( "\n" ); document.write( "3. **Find the Degrees of Freedom:**\r
\n" ); document.write( "\n" ); document.write( " * Degrees of Freedom (df) = (Rows - 1) * (Columns - 1) = 3 * 3 = 9\r
\n" ); document.write( "\n" ); document.write( "**d. Conclusion**\r
\n" ); document.write( "\n" ); document.write( "* Compare the calculated Chi-Square statistic to the critical value (16.919).
\n" ); document.write( " * If the calculated Chi-Square statistic is greater than 16.919, reject the null hypothesis.
\n" ); document.write( " * If the calculated Chi-Square statistic is less than or equal to 16.919, fail to reject the null hypothesis.\r
\n" ); document.write( "\n" ); document.write( "**e. Conclusion at the 10% level of significance:**\r
\n" ); document.write( "\n" ); document.write( "* Find the critical value of Chi-Square for α = 0.10 with 9 degrees of freedom (from the Chi-Square distribution table).
\n" ); document.write( "* Compare the calculated Chi-Square statistic to this new critical value.
\n" ); document.write( "* If the calculated Chi-Square statistic is greater than the new critical value, reject the null hypothesis. Otherwise, fail to reject the null hypothesis.\r
\n" ); document.write( "\n" ); document.write( "**f. Confirm Test Results in JASP**\r
\n" ); document.write( "\n" ); document.write( "1. **Input Data:**
\n" ); document.write( " * Enter the observed frequencies into JASP.
\n" ); document.write( " * Specify the row and column variables.\r
\n" ); document.write( "\n" ); document.write( "2. **Run Chi-Square Test:**
\n" ); document.write( " * Go to \"Frequencies\" -> \"Contingency Tables.\"
\n" ); document.write( " * Select the appropriate variables.
\n" ); document.write( " * Choose \"Chi-Square\" under \"Statistics.\"
\n" ); document.write( " * Click \"Run Analysis.\"\r
\n" ); document.write( "\n" ); document.write( "3. **Interpret JASP Output:**
\n" ); document.write( " * JASP will provide the calculated Chi-Square statistic, degrees of freedom, and the p-value.
\n" ); document.write( " * Compare the p-value to the significance level (0.05 and 0.10).
\n" ); document.write( " * If the p-value is less than the significance level, reject the null hypothesis.\r
\n" ); document.write( "\n" ); document.write( "**JASP Input and Output:**\r
\n" ); document.write( "\n" ); document.write( "* **Input:**
\n" ); document.write( " * You would input the observed frequencies from the table into JASP.
\n" ); document.write( "* **Output:**
\n" ); document.write( " * JASP will provide a table with the following information:
\n" ); document.write( " * Chi-Square statistic
\n" ); document.write( " * Degrees of freedom
\n" ); document.write( " * p-value
\n" ); document.write( " * Expected frequencies (for comparison)\r
\n" ); document.write( "\n" ); document.write( "**Note:**\r
\n" ); document.write( "\n" ); document.write( "* This analysis assumes that the data meets the assumptions of the Chi-Square test (e.g., expected frequencies in each cell are sufficiently large). \r
\n" ); document.write( "\n" ); document.write( "I hope this comprehensive explanation is helpful!
\n" ); document.write( "
\n" ); document.write( "
\n" );