document.write( "Question 1084188: The probability that a person selected at random from a population will exhibit the classic symptom of a certain disease is 0.20 and the probability that a person selected at random has the disease is 0.23 the probability that a person who has the symptoms also has the disease is 0.18 A person is selected at random from a population does not have the symptoms.what is the probability that the person has the disease?? \n" ); document.write( "
Algebra.Com's Answer #698257 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Define the following events: \n" ); document.write( "S = person exhibits symptoms (they may or may not actually have the disease) \n" ); document.write( "D = person actually has the disease (they may or may not show symptoms)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Those are simple events which can be combined to form this compound event \n" ); document.write( "S and D = person has symptoms AND person actually has disease\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We're given the following probabilities \n" ); document.write( "P(S) = 0.2 \n" ); document.write( "P(D) = 0.23 \n" ); document.write( "P(S and D) = P(D and S) = 0.18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We want to find the conditional probability P(D|S') which is another way of asking \"what is P(D) given that S' has occured?\". \n" ); document.write( "A translation: \"What is the probability of getting a person with the disease given they do not show symptoms?\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: The notation S' is the complementary event of event S. If S doesn't happen, then S' does happen and vice versa. They are opposite one another. Since \n" ); document.write( "S = person exhibits symptoms \n" ); document.write( "this means \n" ); document.write( "S' = person does not show symptoms \n" ); document.write( "Your book may use the notation \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The conditional probability formula we'll use is \n" ); document.write( "P(D|S') = P(D and S')/P(S')\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so we'll first need to find P(S') and P(D and S')\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's find the probability of not showing symptoms P(S') \n" ); document.write( "P(S) + P(S') = 1 \n" ); document.write( "P(S') = 1 - P(S) \n" ); document.write( "P(S') = 1 - 0.2 \n" ); document.write( "P(S') = 0.8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the Law of Total Probability to find P(D and S') \n" ); document.write( "P(D) = P(D and S) + P(D and S') \n" ); document.write( "0.23 = 0.18 + P(D and S') \n" ); document.write( "P(D and S') = 0.05\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we can compute the answer \n" ); document.write( "P(D|S') = P(D and S')/P(S') \n" ); document.write( "P(D|S') = 0.05/0.8 \n" ); document.write( "P(D|S') = 0.0625\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability is 0.0625\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notes: \n" ); document.write( "0.0625 = 625/10000 = 1/16 is the fraction form of the answer \n" ); document.write( "0.0625*(100%) = 6.25% is the percent form of the answer \n" ); document.write( "the percent, decimal and fraction forms all represent the same answer, just in different ways \n" ); document.write( " |