document.write( "Question 186745This question is from textbook Statistical Techniques in Business and Economics
\n" );
document.write( ": A survey of undergraduate students in the school of Businees at Northern University revealed the following regarding the gender and majors of the students:\r
\n" );
document.write( "\n" );
document.write( " Major
\n" );
document.write( "Gender Accounting Management Finance Total
\n" );
document.write( "Male 100 150 50 300
\n" );
document.write( "Female 100 50 50 200
\n" );
document.write( "Total 200 200 100 500\r
\n" );
document.write( "\n" );
document.write( "What is the probaility of selecting a female student?
\n" );
document.write( "What is the probability of selcting a finance or accounting major?
\n" );
document.write( "What is the probability of selecting a female or an accounting major? Which rule of addition did u apply?
\n" );
document.write( "Are gender and major independent? Why?
\n" );
document.write( "What is the probability of selecting an accounting major, given that the person selected is a male?
\n" );
document.write( "Suppose two students are selected randomly to attend a lunch with the president of the University. What is the probability that both of these selected are accounting majors? \n" );
document.write( "
Algebra.Com's Answer #140191 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A survey of undergraduate students in the school of Businees at Northern University revealed the following regarding the gender and majors of the students: \n" ); document.write( "Major \n" ); document.write( "Gender Accounting Management Finance Total \n" ); document.write( "Male...... 100...... 150....... 50... 300 \n" ); document.write( "Female.... 100....... 50....... 50... 200 \n" ); document.write( "Total..... 200...... 200...... 100... 500 \n" ); document.write( "===================================================== \n" ); document.write( "What is the probaility of selecting a female student? 200/500 = 2/5 \n" ); document.write( "-------------------------- \n" ); document.write( "What is the probability of selcting a finance or accounting major?(100+200)/500 \n" ); document.write( "= 3/5 \n" ); document.write( "-------------------------- \n" ); document.write( "What is the probability of selecting a female or an accounting major? Which rule of addition did u apply? : (200+200-100)/500 = 3/5 \n" ); document.write( "P(A or B) = P(A)+P(B)-P(A and B) \n" ); document.write( "-------------------------- \n" ); document.write( "Are gender and major independent? Why? \n" ); document.write( "--- \n" ); document.write( "Comment: You could run a Chi-Sq. test to see if the rows and columns are \n" ); document.write( "independent. But I'm not sure you have studied that yet. If you have. \n" ); document.write( "Ho: row and column factors are independent \n" ); document.write( "Ha: they are dependent \n" ); document.write( "I ran a Chi-Sq test on the 2 x 3 matrix and got the following results: \n" ); document.write( "test statistic: Chi-Sq = 31.25 \n" ); document.write( "p-value = 0.0000001637.. \n" ); document.write( "df = 2 \n" ); document.write( "-- \n" ); document.write( "Conclusion: Reject Ho ; Gender and Major are not independent \n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "What is the probability of selecting an accounting major, given that the person selected is a male? P(acc|male) + [P(acc and male)/P(male) = 1/3 \n" ); document.write( "-------------------------- \n" ); document.write( "Suppose two students are selected randomly to attend a lunch with the president of the University. What is the probability that both of these selected are accounting majors? 200C2/500C2 = 0.1595 \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |