document.write( "Question 1019805: 1. A small town has 5600 residents. The residents in the town were asked whether or not they favored building a new bridge across the river. You are given the following information on the residents' responses, broken down by gender:\r
\n" );
document.write( "\n" );
document.write( " Men Women Total\r
\n" );
document.write( "\n" );
document.write( " In Favor 1400 280 1680\r
\n" );
document.write( "\n" );
document.write( " Opposed 840 3080 3920\r
\n" );
document.write( "\n" );
document.write( " Total 2240 3360 5600\r
\n" );
document.write( "\n" );
document.write( "A) What is the probability of a randomly selected resident being in opposed to the bridge?\r
\n" );
document.write( "\n" );
document.write( "B) What is the probability that a randomly selected resident is a man and is Opposed to the bridge?\r
\n" );
document.write( "\n" );
document.write( "C) What is the probability of a randomly selected resident being a man or Opposed to the bridge?\r
\n" );
document.write( "\n" );
document.write( "D) If a randomly selected resident is a man, what is the probability that he is in favor of the bridge?\r
\n" );
document.write( "\n" );
document.write( "E) Are gender and opinion about the bridge mutually exclusive events? Why?\r
\n" );
document.write( "\n" );
document.write( "F) Are gender and opinion about the bridge independent events? Why? Show some \"proof\" \n" );
document.write( "
Algebra.Com's Answer #635788 by mathmate(429) You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "1. A small town has 5600 residents. The residents in the town were asked whether or not they favored building a new bridge across the river. You are given the following information on the residents' responses, broken down by gender: \n" ); document.write( " Men Women Total \n" ); document.write( " In Favor 1400 280 1680 \n" ); document.write( " Opposed 840 3080 3920 \n" ); document.write( " Total 2240 3360 5600 \n" ); document.write( "A) What is the probability of a randomly selected resident being in opposed to the bridge? \n" ); document.write( "B) What is the probability that a randomly selected resident is a man and is Opposed to the bridge? \n" ); document.write( "C) What is the probability of a randomly selected resident being a man or Opposed to the bridge? \n" ); document.write( "D) If a randomly selected resident is a man, what is the probability that he is in favor of the bridge? \n" ); document.write( "E) Are gender and opinion about the bridge mutually exclusive events? Why? \n" ); document.write( "F) Are gender and opinion about the bridge independent events? Why? Show some \"proof\" \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( " \n" ); document.write( "The question gives a contingency table, from which we are expected to extract answers to the given questions. \n" ); document.write( "We will define events: \n" ); document.write( "O=opposition to project \n" ); document.write( "~O=in favour of project \n" ); document.write( "M=opinion by a male \n" ); document.write( "~M=opinion by a female \n" ); document.write( "We assume all samples are randomly selected, and size of sample is large (so that there is no repetition of selected subjects). \n" ); document.write( " \n" ); document.write( "(a) \n" ); document.write( "P(O)=total number of oppositions / total number of subjects asked. \n" ); document.write( "= 3920/5600 \n" ); document.write( "= 7/10 \n" ); document.write( "(b) \n" ); document.write( "P(O∩M) \n" ); document.write( "=840/5600 \n" ); document.write( "= 3/20 \n" ); document.write( "(c) \n" ); document.write( "P(O∪M) \n" ); document.write( "=P(O)+P(M)-P(M∩O) \n" ); document.write( "=(3920+2240-840)/5600 \n" ); document.write( "= 19/20 \n" ); document.write( "(d) \n" ); document.write( "P(~O|M) \n" ); document.write( "=P(~O∩M)/P(M) \n" ); document.write( "=(1400/5600)/(2240/5600) \n" ); document.write( "=1400/2240 \n" ); document.write( "= 5/8 \n" ); document.write( "(e) \n" ); document.write( "They are not mutually exclusive events, since every opinion is associated with a gender. \n" ); document.write( "(f) \n" ); document.write( "Gender and opinion are not independent events. \n" ); document.write( "If they were independent, then P(M∩O)=P(M)*P(O) \n" ); document.write( "Here P(M∩O)=840/5600=3/20 \n" ); document.write( "P(M)*P(O)=2240/5600*3920/5600=7/25 \n" ); document.write( "Since they are not equal, the two characteristics are not independent. \n" ); document.write( " \n" ); document.write( " |