document.write( "Question 1178009: In a certain population the probability that a randomly selected subject will have been exposed
\n" );
document.write( "to a certain allergen and experience a reaction to the allergen is .60. The probability is .8 that a
\n" );
document.write( "subject exposed to the allergen will experience an allergic reaction. If a subject is selected at random from this population, what is the probability that he or she will have been exposed to the
\n" );
document.write( "allergen? \n" );
document.write( "
Algebra.Com's Answer #850388 by CPhill(2189) You can put this solution on YOUR website! Let's break down this problem using probability notation.\r \n" ); document.write( "\n" ); document.write( "**Define Events**\r \n" ); document.write( "\n" ); document.write( "* **E:** Event that a subject has been exposed to the allergen. \n" ); document.write( "* **R:** Event that a subject experiences an allergic reaction.\r \n" ); document.write( "\n" ); document.write( "**Given Information**\r \n" ); document.write( "\n" ); document.write( "* P(E ∩ R) = 0.60 (Probability of being exposed AND having a reaction) \n" ); document.write( "* P(R | E) = 0.80 (Probability of having a reaction GIVEN exposure)\r \n" ); document.write( "\n" ); document.write( "**Goal**\r \n" ); document.write( "\n" ); document.write( "* Find P(E) (Probability of being exposed to the allergen)\r \n" ); document.write( "\n" ); document.write( "**Apply Conditional Probability Formula**\r \n" ); document.write( "\n" ); document.write( "We know that:\r \n" ); document.write( "\n" ); document.write( "* P(R | E) = P(E ∩ R) / P(E)\r \n" ); document.write( "\n" ); document.write( "We can rearrange this formula to solve for P(E):\r \n" ); document.write( "\n" ); document.write( "* P(E) = P(E ∩ R) / P(R | E)\r \n" ); document.write( "\n" ); document.write( "**Substitute the Given Values**\r \n" ); document.write( "\n" ); document.write( "* P(E) = 0.60 / 0.80 \n" ); document.write( "* P(E) = 6/8 \n" ); document.write( "* P(E) = 3/4 \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.** \n" ); document.write( " \n" ); document.write( " |