document.write( "Question 1135875: 2.19 Burger preferences: A 2010 SurveyUSA poll asked 500 Los Angeles residents, \"What is the best hamburger place in Southern California? Five Guys Burgers? In-N-Out Burger? Fat Burger? Tommy's Hamburgers? Umami Burger? Or somewhere else?\" The distribution of responses by gender is shown below.
\n" );
document.write( "(please round any numerical answers to 4 decimal places) \r
\n" );
document.write( "\n" );
document.write( "Male Female Total
\n" );
document.write( "Five Guys Burgers 5 6 11
\n" );
document.write( "In-N-Out Burger 162 181 343
\n" );
document.write( "Fat Burger 10 12 22
\n" );
document.write( "Tommy's Hamburgers 27 27 54
\n" );
document.write( "Umami Burger 5 1 6
\n" );
document.write( "Other 26 20 46
\n" );
document.write( "Not Sure 13 5 18
\n" );
document.write( "Total 248 252 500\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a) Are being female and liking Five Guys Burgers mutually exclusive? \r
\n" );
document.write( "\n" );
document.write( "Explain:\r
\n" );
document.write( "\n" );
document.write( "b)What is the probability that a randomly chosen male likes In-N-Out the best?
\n" );
document.write( "Incorrect
\n" );
document.write( "c) What is the probability that a randomly chosen female likes In-N-Out the best?
\n" );
document.write( "Incorrect
\n" );
document.write( "d) What is the probability that a man and woman who are dating like In-N-Out the best?
\n" );
document.write( "Incorrect
\n" );
document.write( "What assumptions did you need to make? Are those assumptions reasonable?
\n" );
document.write( " Incorrect \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "e) What is the probability that a randomly chosen person likes Umami best or that person is female?
\n" );
document.write( "Incorrect\r
\n" );
document.write( "\n" );
document.write( "here's a screenshot of the problem with the table: https://prnt.sc/msbfhq\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #753607 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Part A\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The events are not mutually exclusive because there are 6 females who like Five Guys Burgers best. If these two events were mutually exclusive, then this value would be 0. Mutually exclusive events are two such events where they cannot happen at the same time. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "An example of mutual exclusive events would be the events \"heads\" and \"tails\" on some coin. You can only have one event happen, but not both at the same time. \n" ); document.write( "========================================================================== \n" ); document.write( "Part B\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Focus only on the male column. We have 248 total and 162 who like In-N-Out Burger best, so the probability is therefore,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "162/248 = 0.65322580645161 = 0.6532\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It appears you have the right idea but you only put the answer accurate to two decimal places (rather than four). \n" ); document.write( "========================================================================== \n" ); document.write( "Part C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This time we only focus on the female column \n" ); document.write( "181 females like In-N-Out Burger best \n" ); document.write( "252 females total\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "181/252 = 0.71825396825397 = 0.7183 \n" ); document.write( "========================================================================== \n" ); document.write( "Part D\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Define the two events \n" ); document.write( "M = event that a male likes In-N-Out Burger best \n" ); document.write( "N = event that a female likes In-N-Out Burger best\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From the previous parts (B and C), we found that \n" ); document.write( "P(M) = probability male likes In-N-Out best \n" ); document.write( "P(M) = 0.6532 \n" ); document.write( "and \n" ); document.write( "P(N) = probability female likes In-N-Out best \n" ); document.write( "P(N) = 0.7183\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Assuming the events M and N are independent, this would allow us to multiply the probability values \n" ); document.write( "P(M and N) = P(M)*P(N) \n" ); document.write( "P(M and N) = 0.6532*0.7183 \n" ); document.write( "P(M and N) = 0.46919356 \n" ); document.write( "P(M and N) = 0.4692\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The key thing is that the formula only works if M and N are independent. Each person surveyed is likely to not worry about what other people are doing or thinking, since they are probably alone taking it. So no single person affects any other in terms of whether they like a certain burger place. Also, a person's tastes are unique to them so even if others are present, they aren't likely to sway an opinion. The survey has a subjective base to it (ie there is no right or wrong answer). \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So in short, the assumption needed to be made is that the events are independent. It's is reasonable to assume this. \r \n" ); document.write( "\n" ); document.write( "========================================================================== \n" ); document.write( "Part E\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "252 females \n" ); document.write( "6 people like Umami Burger best \n" ); document.write( "1 person is both female and they like Umami Burger best \n" ); document.write( "252+6-1 = 257 people are either female, like Umami Burger best, or both apply\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note: you subtract off that 1 person because they are in both categories, so effectively this one person is counted twice when we added the 252 and 6 together\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 257 people we want out of 500 total, so the probability is: \n" ); document.write( "257/500= 0.5140 \n" ); document.write( " \n" ); document.write( " |