document.write( "Question 1166441: Many e-mail account holders get spam e-mail inviting the purchase of certain “erectile assistance” drugs like Cialis and Tadalfil. (I get these regularly). Such drugs have to be approved by the FDA in USA before sale. Suppose there is a 0.95 chance the FDA will approve a new drug if the results of current testing show no side effects; but they will also approve the drug with a 0.50 chance if testing shows side effects. A certain physician working for the drug manufacturer believes there is a 0.20 chance the drug will cause side effects. What is the probability the drug will be approved by the FDA?
\n" );
document.write( "Please help, thanks \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #852757 by CPhill(2030) You can put this solution on YOUR website! The probability that the new drug will be approved by the FDA is **0.86** (or **86%**).\r \n" ); document.write( "\n" ); document.write( "This problem is solved using the **Law of Total Probability**, which accounts for all possible scenarios leading to the drug's approval.\r \n" ); document.write( "\n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( "## 🎲 Calculation using the Law of Total Probability\r \n" ); document.write( "\n" ); document.write( "Let $A$ be the event that the drug is **Approved**. \n" ); document.write( "Let $S$ be the event that the drug causes **Side Effects**. \n" ); document.write( "Let $S'$ be the event that the drug causes **No Side Effects**.\r \n" ); document.write( "\n" ); document.write( "### 1. Identify Probabilities\r \n" ); document.write( "\n" ); document.write( "| Event | Notation | Probability | \n" ); document.write( "| :---: | :---: | :---: | \n" ); document.write( "| Drug causes side effects | $P(S)$ | $0.20$ | \n" ); document.write( "| Drug causes no side effects | $P(S') = 1 - P(S)$ | $1 - 0.20 = 0.80$ | \n" ); document.write( "| Approved *given* no side effects | $P(A|S')$ | $0.95$ | \n" ); document.write( "| Approved *given* side effects | $P(A|S)$ | $0.50$ |\r \n" ); document.write( "\n" ); document.write( "### 2. Apply the Law of Total Probability\r \n" ); document.write( "\n" ); document.write( "The total probability of approval, $P(A)$, is the sum of the probabilities of being approved in the \"no side effects\" scenario and the \"side effects\" scenario:\r \n" ); document.write( "\n" ); document.write( "$$P(A) = P(A|S') \cdot P(S') + P(A|S) \cdot P(S)$$\r \n" ); document.write( "\n" ); document.write( "### 3. Substitute and Compute\r \n" ); document.write( "\n" ); document.write( "$$P(A) = (0.95) \cdot (0.80) + (0.50) \cdot (0.20)$$\r \n" ); document.write( "\n" ); document.write( "$$P(A) = 0.76 + 0.10$$ \n" ); document.write( "$$P(A) = \mathbf{0.86}$$ \n" ); document.write( " |