Difference between revisions of "2021 ZeMC10 Problems/Problem 3"
Ihatemath123 (talk | contribs) (Created page with "==Problem== A treatment has a <math>90</math> percent success rate of curing those with CUBIC-27. If three patients with CUBIC-27 are selected at random, what is the probabili...") |
Tombradygoat (talk | contribs) (→Problem) |
||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | A treatment has a <math>90</math> percent success rate of curing those with CUBIC-27. If three patients with CUBIC-27 are selected at random, what is the probability that exactly one of the three patients will be | + | A treatment has a <math>90</math> percent success rate of curing those with CUBIC-27. If three patients with CUBIC-27 are selected at random, what is the probability that exactly one of the three patients will be successfully cured? |
<math>\textbf{(A) } 0.9 \% \qquad \textbf{(B) } 2.7 \% \qquad\textbf{(C) } 8.1 \% \qquad\textbf{(D) } 72.9 \% \qquad\textbf{(E) } 99.9 \%</math> | <math>\textbf{(A) } 0.9 \% \qquad \textbf{(B) } 2.7 \% \qquad\textbf{(C) } 8.1 \% \qquad\textbf{(D) } 72.9 \% \qquad\textbf{(E) } 99.9 \%</math> | ||
+ | |||
+ | ==Solution== | ||
+ | |||
+ | |||
+ | The first person of being cured successfully is <math>\frac{9}{10}</math>. The second person of being FAILED to be cured is <math>\frac{1}{10}</math>. The third person of being FAILED to be cured is <math>\frac{1}{10}</math>. | ||
+ | |||
+ | <math>\frac{9}{10}*\frac{1}{10}*\frac{1}{10}=\frac{9}{1000}</math> | ||
+ | |||
+ | BUT, there are 3 possiblilities, one being the first getting cured, one being the second person being cured, and the last is the third person being cured. | ||
+ | |||
+ | <math>\frac{9}{1000} * 3 = \frac{27}{1000}</math> | ||
+ | |||
+ | Then answer is (B) |
Latest revision as of 18:50, 1 September 2022
Problem
A treatment has a percent success rate of curing those with CUBIC-27. If three patients with CUBIC-27 are selected at random, what is the probability that exactly one of the three patients will be successfully cured?
Solution
The first person of being cured successfully is . The second person of being FAILED to be cured is . The third person of being FAILED to be cured is .
BUT, there are 3 possiblilities, one being the first getting cured, one being the second person being cured, and the last is the third person being cured.
Then answer is (B)