document.write( "Question 1186892: In a certain population the probability that a randomly selected subject will have been
\n" );
document.write( "exposed to a certain allergen and experience a reaction to the allergen is .60. The
\n" );
document.write( "probability is .8 that a subject exposed to the allergen will experience an allergic
\n" );
document.write( "reaction. If a subject is selected at random from this population, what is the probability
\n" );
document.write( "that he or she will have been exposed to the allergen? \n" );
document.write( "
Algebra.Com's Answer #849335 by CPhill(2189) You can put this solution on YOUR website! Here's how to solve this problem using conditional probability:\r \n" ); document.write( "\n" ); document.write( "Let's define the events:\r \n" ); document.write( "\n" ); document.write( "* E: The subject has been exposed to the allergen. \n" ); document.write( "* R: The subject experiences a reaction to the allergen.\r \n" ); document.write( "\n" ); document.write( "We are given the following probabilities:\r \n" ); document.write( "\n" ); document.write( "* P(E ∩ R) = 0.60 (Probability of exposure *and* reaction) \n" ); document.write( "* P(R|E) = 0.80 (Probability of reaction *given* exposure)\r \n" ); document.write( "\n" ); document.write( "We want to find P(E), the probability that a subject has been exposed to the allergen.\r \n" ); document.write( "\n" ); document.write( "We can use the formula for conditional probability:\r \n" ); document.write( "\n" ); document.write( "P(R|E) = P(E ∩ R) / P(E)\r \n" ); document.write( "\n" ); document.write( "Rearranging this formula to solve for P(E), we get:\r \n" ); document.write( "\n" ); document.write( "P(E) = P(E ∩ R) / P(R|E)\r \n" ); document.write( "\n" ); document.write( "Now, plug in the given values:\r \n" ); document.write( "\n" ); document.write( "P(E) = 0.60 / 0.80 \n" ); document.write( "P(E) = 0.75\r \n" ); document.write( "\n" ); document.write( "Therefore, the probability that a randomly selected subject will have been exposed to the allergen is 0.75, or 75%. \n" ); document.write( " \n" ); document.write( " |