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
frosja888 [35]
3 years ago
8

The Wall Street Journal Corporate Perceptions Study 2011 surveyed readers and asked how each rated the Quality of Management and

the Reputation of the Company for over 250 world-wide corporations. Both the Quality of Management and the Reputation of the Company were rated on an Excellent, Good, and Fair categorical scale. Assume the sample data for 200 respondents below applies to this study.
Col1 Quality of Management Excellent Good Fair
Col2 Excellent 40 35 25
Col3 Good 25 35 10
Col4 Fair 5 10 15

Use a .05 level of significance and test for independence of the quality of management and the reputation of the company.
Compute the value of the 2 test statistic (to 2 decimals).
The p-value is
What is your conclusion?
b. If there is a dependence or association between the two ratings, discuss and use probabilities to justify your answer.
Mathematics
1 answer:
natali 33 [55]3 years ago
7 0

Answer:

a)\chi^2 = \frac{(40-35)^2}{35}+\frac{(35-40)^2}{40}+\frac{(25-25)^2}{25}+\frac{(25-24.5)^2}{24.5}+\frac{(35-28)^2}{28}+\frac{(25-17.5)^2}{17.5}+\frac{(5-10.5)^2}{10.5}+\frac{(10-12)^2}{12}+\frac{(15-7.5)^2}{7.5} =17.03

p_v = P(\chi^2_{4} >17.03)=0.0019

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

"=1-CHISQ.DIST(17.03,4,TRUE)"

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

b)

P(E|Ex)= P(EΛEx )/ P(Ex) = (40/215)/ (70/215)= 40/70=0.5714

P(E|Gx)= P(EΛGx )/ P(Gx) = (35/215)/ (80/215)= 35/80=0.4375

P(E|Fx)= P(EΛFx )/ P(Fx) = (25/215)/ (50/215)= 25/50=0.5

P(G|Ex)= P(GΛEx )/ P(Ex) = (25/215)/ (70/215)= 25/70=0.357

P(G|Gx)= P(GΛGx )/ P(Gx) = (35/215)/ (80/215)= 35/80=0.4375

P(G|Fx)= P(GΛFx )/ P(Fx) = (10/215)/ (50/215)= 10/50=0.2

P(F|Ex)= P(FΛEx )/ P(Ex) = (5/215)/ (70/215)= 5/70=0.0714

P(F|Gx)= P(FΛGx )/ P(Gx) = (10/215)/ (80/215)= 10/80=0.125

P(F|Fx)= P(FΛFx )/ P(Fx) = (15/215)/ (50/215)= 15/50=0.3

And that's what we see here almost all the conditional probabilities are higher than 0.2 so then the conclusion of dependence between the two variables makes sense.

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:

Quality management        Excellent      Good     Fair    Total

Excellent                                40                35         25       100

Good                                      25                35         10         70

Fair                                         5                   10          15        30

Total                                       70                 80         50       200

Part a

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

H0: There is independence between the two categorical variables

H1: There is association between the two categorical variables

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

The statistic to check the hypothesis is given by:

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

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{70*100}{200}=35

E_{2} =\frac{80*100}{200}=40

E_{3} =\frac{50*100}{200}=25

E_{4} =\frac{70*70}{200}=24.5

E_{5} =\frac{80*70}{200}=28

E_{6} =\frac{50*70}{200}=17.5

E_{7} =\frac{70*30}{200}=10.5

E_{8} =\frac{80*30}{200}=12

E_{9} =\frac{50*30}{200}=7.5

And the expected values are given by:

Quality management        Excellent      Good     Fair       Total

Excellent                                35              40          25         100

Good                                      24.5           28          17.5        85

Fair                                         10.5            12           7.5         30

Total                                       70                 80         65        215

And now we can calculate the statistic:

\chi^2 = \frac{(40-35)^2}{35}+\frac{(35-40)^2}{40}+\frac{(25-25)^2}{25}+\frac{(25-24.5)^2}{24.5}+\frac{(35-28)^2}{28}+\frac{(25-17.5)^2}{17.5}+\frac{(5-10.5)^2}{10.5}+\frac{(10-12)^2}{12}+\frac{(15-7.5)^2}{7.5} =17.03

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

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

And we can calculate the p value given by:

p_v = P(\chi^2_{4} >17.03)=0.0019

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

"=1-CHISQ.DIST(17.03,4,TRUE)"

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

Part b

We can find the probabilities that Quality of Management and the Reputation of the Company would be the same like this:

Let's define some notation first.

E= Quality Management excellent     Ex=Reputation of company excellent

G= Quality Management good     Gx=Reputation of company good

F= Quality Management fait     Ex=Reputation of company fair

P(EΛ Ex) =40/215=0.186

P(GΛ Gx) =35/215=0.163

P(FΛ Fx) =15/215=0.0697

If we have dependence then the conditional probabilities would be higher values.

P(E|Ex)= P(EΛEx )/ P(Ex) = (40/215)/ (70/215)= 40/70=0.5714

P(E|Gx)= P(EΛGx )/ P(Gx) = (35/215)/ (80/215)= 35/80=0.4375

P(E|Fx)= P(EΛFx )/ P(Fx) = (25/215)/ (50/215)= 25/50=0.5

P(G|Ex)= P(GΛEx )/ P(Ex) = (25/215)/ (70/215)= 25/70=0.357

P(G|Gx)= P(GΛGx )/ P(Gx) = (35/215)/ (80/215)= 35/80=0.4375

P(G|Fx)= P(GΛFx )/ P(Fx) = (10/215)/ (50/215)= 10/50=0.2

P(F|Ex)= P(FΛEx )/ P(Ex) = (5/215)/ (70/215)= 5/70=0.0714

P(F|Gx)= P(FΛGx )/ P(Gx) = (10/215)/ (80/215)= 10/80=0.125

P(F|Fx)= P(FΛFx )/ P(Fx) = (15/215)/ (50/215)= 15/50=0.3

And that's what we see here almost all the conditional probabilities are higher than 0.2 so then the conclusion of dependence between the two variables makes sense.

You might be interested in
Select a solution for:<br> x^2=81/144
Brilliant_brown [7]

Answer:

x=3/4, -3/4

Step-by-step explanation:

Hello! Thanks for letting me answer your question! If you have any more questions feel free to ask me! If not, Have a WONDERFUL day and Please don't forget to consider making me Brainliest on your question today!

6 0
3 years ago
Write the slope intercept form of the equation of each line.
Arlecino [84]

Answer:

9) y = -x + 5

10) y = -7/2x - 5

11) y = x - 1

12) y = -5x/3 - 3

13) y = -4x/1

I'm not 100% sure for some of these answers since the pic is a bit blurry, but they're pretty accurate.

6 0
3 years ago
How do you solve 3 1/4 - 1 5/6
rjkz [21]

Answer:

to solve 3\frac{1}{4} -1\frac{5}{6}  you would first need to convert them from mixed numbers to improper fractions. You can do this by multiplying the denominator with the whole number and then adding the numerator.  Then you should make sure that the denominators are the same. You can do this by first finding a number that they will both multiply into. In this example it is 12. And when changing the denominator you must apply it to the numerator.  So if you multiplied the denominator by 3 then you must multiply the numerator by 3. After you can just minus the numerators. However remember to keep the denominator the same. Then you can change it back into a mixed number by dividing the numerator by the denominator and having that whole number on the side of the fraction . lets say it is \frac{13}{6} then you would divide 13 by 6 which is 2 and a decimal and then minus the number that is multiplied by the numerator and it will give a number that is smaller than the denominator and then it would become 2\frac{1}{6}.

Step-by-step explanation:

1) Change the fractions to improper fractions.

   \frac{13}{4} -\frac{11}{6}

2) Change the  denominator to a common denominator.

\frac{39}{12} -\frac{22}{12}

3) Minus the Numerators.

\frac{39}{12} -\frac{22}{12}=\frac{17}{12}

4) Changing it to a mixed number

=1\frac{5}{12}

6 0
3 years ago
Read 2 more answers
Help question is on the attachment​
miv72 [106K]

Answer:

7/12

Step-by-step explanation:

2x6 =12 for the dinominator the nummarraton is 6 +1 =7

4 0
3 years ago
Write an equation in slope-intercept form for the line with y -intercept 3 and slope 2/5.
IceJOKER [234]
Answer: y = 2/5x + 3
8 0
2 years ago
Other questions:
  • William runs at a constant speed of 8 miles per hour. Running at this constant speed, it takes William 75 seconds to run from hi
    12·1 answer
  • Estimate 102.3 divided by 4.7
    10·2 answers
  • Question 5 (1 point)
    11·1 answer
  • Help please I don't know what to do plz just send the answers because I'm tired and I cba to do calculations
    5·1 answer
  • Evaluate the following expression for w=4. w^-3 =
    15·1 answer
  • 1 1/4 divided by 2/3
    14·2 answers
  • It takes a word processor 26 minutes to word process and spell check 6 pages. Find how long it takes her to word process and spe
    7·1 answer
  • A math question I need help in
    8·1 answer
  • Solve:<br> 4 + x -17 = 22
    10·2 answers
  • 10. Melissa has $20 to buy bagels and juice for her class. box of bagels bottle of juice 56.13, including tax $2.08, including t
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!