document.write( "Question 1166559: 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( "
Algebra.Com's Answer #852745 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 uses the **Law of Total Probability** to combine the probabilities of approval under two different scenarios: with side effects and without side effects.\r \n" ); document.write( "\n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( "## 🎲 Probability Calculation\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 Given Probabilities\r \n" ); document.write( "\n" ); document.write( "* **Prior Probabilities (Likelihood of Side Effects):** \n" ); document.write( " * $P(S)$ (Probability of Side Effects) $= 0.20$ \n" ); document.write( " * $P(S')$ (Probability of No Side Effects) $= 1 - P(S) = 1 - 0.20 = 0.80$\r \n" ); document.write( "\n" ); document.write( "* **Conditional Probabilities (Approval Rates):** \n" ); document.write( " * $P(A|S')$ (Approved **given** No Side Effects) $= 0.95$ \n" ); document.write( " * $P(A|S)$ (Approved **given** Side Effects) $= 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 the drug being approved, $P(A)$, is the sum of the probabilities of being approved in the two distinct scenarios:\r \n" ); document.write( "\n" ); document.write( "$$P(A) = P(A \text{ and } S') + P(A \text{ and } S)$$ \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 Solve\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$$\r \n" ); document.write( "\n" ); document.write( "$$P(A) = \mathbf{0.86}$$ \n" ); document.write( " |