1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
tekilochka [14]
3 years ago
9

Some scientists believe alcoholism is linked to social isolation. One measure of social isolation is marital status. A study of

280 adults is conducted, and each participant is classified as not alcoholic, diagnosed alcoholic, or undiagnosed alcoholic, and also by marital status.
Diagnosed Alcoholic Undiagnosed Alcoholic Not Alcoholic

Married 21 37 58
Not Married 59 63 42

Is there significant evidence of an association? Run the appropriate test at the 5% level of significance.

1. Write out the appropriate null hypothesis and the alternative hypothesis.
2. What is the appropriate test statistic that needs to be calculated?
3. Calculate and report the appropriate test statistic. To get full credit, you must show your work.
4. Decide to either fail to reject the null hypothesis or reject the null hypothesis, and describe the result and the statistical conclusion in an understandable way.
Mathematics
1 answer:
frez [133]3 years ago
7 0

Answer:

1) H0: There is independence between the marital status and the diagnostic of alcoholic

H1: There is association between the marital status and the diagnostic of alcoholic

2) The statistic to check the hypothesis is given by:

\sum_{i=1}^n \frac{(O_i -E_i)^2}{E_i}

3) \chi^2 = \frac{(21-33.143)^2}{33.143}+\frac{(37-41.429)^2}{41.429}+\frac{(58-41.429)^2}{41.429}+\frac{(59-46.857)^2}{46.857}+\frac{(63-58.571)^2}{58.571}+\frac{(42-58.571)^2}{58.571} =19.72

4) df=(rows-1)(cols-1)=(3-1)(2-1)=2

And we can calculate the p value given by:

p_v = P(\chi^2_{2} >19.72)=5.22x10^{-5}

And we can find the p value using the following excel code:

"=1-CHISQ.DIST(19.72,2,TRUE)"

Since the p value is lower than the significance level so then we can reject the null hypothesis at 5% of significance, and we can conclude that we have association between the two variables analyzed.

Step-by-step explanation:

A chi-square goodness of fit test "determines if a sample data matches a population".

A chi-square test for independence "compares two variables in a contingency table to see if they are related. In a more general sense, it tests to see whether distributions of categorical variables differ from each another".

Assume the following dataset:

                    Diag. Alcoholic   Undiagnosed Alcoholic    Not alcoholic    Total

Married                     21                              37                            58                116

Not Married              59                             63                            42                164

Total                          80                             100                          100              280

Part 1

We need to conduct a chi square test in order to check the following hypothesis:

H0: There is independence between the marital status and the diagnostic of alcoholic

H1: There is association between the marital status and the diagnostic of alcoholic

The level os significance assumed for this case is \alpha=0.05

Part 2

The statistic to check the hypothesis is given by:

\sum_{i=1}^n \frac{(O_i -E_i)^2}{E_i}

Part 3

The table given represent the observed values, we just need to calculate the expected values with the following formula E_i = \frac{total col * total row}{grand total}

And the calculations are given by:

E_{1} =\frac{80*116}{280}=33.143

E_{2} =\frac{100*116}{280}=41.429

E_{3} =\frac{100*116}{280}=41.429

E_{4} =\frac{80*164}{280}=46.857

E_{5} =\frac{100*164}{280}=58.571

E_{6} =\frac{100*164}{280}=58.571

And the expected values are given by:

                    Diag. Alcoholic   Undiagnosed Alcoholic    Not alcoholic    Total

Married             33.143                       41.429                        41.429                116

Not Married     46.857                      58.571                        58.571                164

Total                   80                              100                             100                 280

And now we can calculate the statistic:

\chi^2 = \frac{(21-33.143)^2}{33.143}+\frac{(37-41.429)^2}{41.429}+\frac{(58-41.429)^2}{41.429}+\frac{(59-46.857)^2}{46.857}+\frac{(63-58.571)^2}{58.571}+\frac{(42-58.571)^2}{58.571} =19.72

Part 4

Now we can calculate the degrees of freedom for the statistic given by:

df=(rows-1)(cols-1)=(3-1)(2-1)=2

And we can calculate the p value given by:

p_v = P(\chi^2_{2} >19.72)=5.22x10^{-5}

And we can find the p value using the following excel code:

"=1-CHISQ.DIST(19.72,2,TRUE)"

Since the p value is lower than the significance level so then we can reject the null hypothesis at 5% of significance, and we can conclude that we have association between the two variables analyzed.

You might be interested in
287,002 in expanded form
tester [92]
200,000+80,000+7,000+2
4 0
3 years ago
50 POINTS!!! jamie will choose between two catering companies for an upcoming party. company A chargers a set-up fee of $500 plu
Shtirlitz [24]

Answer:

60 guests

Step-by-step explanation:

We'll say that the number of guests is n.

We're looking for the n where both of these expressions are equal:

Company A (500 set-up fee, 25 for each guest)

500 + 25 * n

Company B (200 set-up fee, 30 for each guest)

200 + 30 * n

500 + 25n = 200 + 30n

Subtract 200 from both sides.

300 + 25n = 30n

Subtract 25n from both sides.

300 = 5n

We'll reverse the sides.

5n = 300

Divide both sides by 5.

n = 300/5 = 60

Thus, both companies are equal when n is 60, or when there are 60 guests.

5 0
3 years ago
Read 2 more answers
Suppose f(7) = 5​, f'(7) = 8​, g(7) = 3​, and g'(7) = 4. Find h(7) and h'(7)​, where h(x ) = 4f (x) + 3g(x).
dusya [7]

Answer:

h(7) = 29

h'(7) = 44

Step-by-step explanation:

If h(x) =4f(x)+3g(x), to find h(7) we can substitute the values of f(7) and g(7) and we get:

h(7)=4f(7)+3g(7)\\h(7)=4(5)+3(3)\\h(7)=20+9\\h(7)=29

To find the derivative, we know that the derivative of a sum of functions equals the sum of the derivatives of those functions.

This would mean that h'(x)=4f'(x)+3g'(x), we can substitute the values for f'(7) and g'(7)

h'(7)=4f'(7)+3g'(7)\\h'(7)=4(8)+3(4)\\h'(7)=32+12\\h'(7)=44

7 0
3 years ago
I don’t get the problem pls help!
Iteru [2.4K]
I hope this helps .......

6 0
3 years ago
1/3 of 9<br> 1/3 of 3<br> 1/3 of 18 <br> 1/3 of 300<br> 1/3 of 24
Kay [80]

Step-by-step explanation:

3

1

6

100

8

They are the answers

3 0
3 years ago
Read 2 more answers
Other questions:
  • How do I solve p/q=r/s
    11·1 answer
  • Points A and Blie in plane R. Line AB does not lie in plane R.<br> always<br> sometimes<br> never
    8·1 answer
  • 3(x+6)+8x how to do the 7th grade steps to get the answer
    7·2 answers
  • Please help asap!! Read carefully
    6·1 answer
  • A paperweight has the shape of a regular triangular Pyramid find the area of the paperweight
    13·1 answer
  • Whoever answers first will get marked Best!A cheetah runs 177 miles in 3 hours,at this rate how many hours will it take to trave
    9·1 answer
  • 20+20 helpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
    6·1 answer
  • I really need help please help me
    15·1 answer
  • Using the net below, find the surface area of the triangular prism.
    12·1 answer
  • As part of a new advertising campaign, a beverage company wants to increase the dimensions of their cans by a multiple of 1. 12.
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!