document.write( "Question 1048478: Chi-square test of independence
\n" ); document.write( " Diploma-- No Diploma-- Total
\n" ); document.write( "Male: 56-- 32-- 88
\n" ); document.write( "Female: 62-- 41-- 103
\n" ); document.write( "Total: 118-- 73-- 191
\n" ); document.write( "a.Have the assumptions for this test been met? Why or why not?
\n" ); document.write( "b.State the null and alternative hypotheses for this test.
\n" ); document.write( "c. Calculate the test statistic for this test. Explain what this test statistic represents.
\n" ); document.write( "d. What is the p-value? Explain what this p-value represents
\n" ); document.write( "e. What is the conclusion for this test at the 0.05 level of significance. Are these variables dependent/associated? Why or why not?
\n" ); document.write( "

Algebra.Com's Answer #664108 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
Diploma-- No Diploma-- Total
\n" ); document.write( "Male: 56-- 32-- 88
\n" ); document.write( "Female: 62-- 41-- 103
\n" ); document.write( "Total: 118-- 73-- 191
\n" ); document.write( "a. Yes, random sampling, categorical variables and expected frequency counts > 5
\n" ); document.write( "|
\n" ); document.write( "b.
\n" ); document.write( "Ho : There is not a relationship between gender and whether or not someone is a college graduate (they are independent).
\n" ); document.write( "Ha: There is a relationship between gender and whether or not someone is a college graduate (they are dependent).
\n" ); document.write( "c.Apply Chi-square test for Independence
\n" ); document.write( "(using the chi-square test for independence to determine whether gender is related to getting a diploma)
\n" ); document.write( "E1,1 = (88 * 118) / 191 = 54.4, E1,2 = (88 * 73) / 191 = 33.6
\n" ); document.write( "E2,1 = (103 * 118) / 191 = 63.6, E2,2 = (103 * 73) / 191 = 39.4
\n" ); document.write( "X^2 = (56- 54.4)^2/54.4 + (32- 33.6)^2/33.6 + + (62 -63.6)^2/63.6 + (41 - 39.4)^2/39.4
\n" ); document.write( "x^2 = .2282 = .23
\n" ); document.write( "d. p-value is used to access the probability of X^2 having 1 degree of freedom is more extreme than .23
\n" ); document.write( "DF is (r - 1) * (c - 1) = (2 - 1) * (2 - 1) = 1 (two rows, 2 columns)
\n" ); document.write( "P(X^2 > .23) = 1 - .37 = .63
\n" ); document.write( "e. 0.05 level of significance
\n" ); document.write( ".63 > .05, accept Ho
\n" ); document.write( " gender is NOT related to whether or not someone is a college graduate(they are independent).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );