Math Series 2
1. In a certain city, 6% of teenagers are married, 25% of married teenagers have children, and 15% of unmaried teenagers have children. If a teenager has a child, what is the probability that the teenager is not married?
- 0.7099
- 0.1038
- 0.8901
- 0.9038
Answer: D
Solution:
From the problem,
The desired outcome is P(B/A), not married given that they have a child. Let A = has a child, B = not married. $$\begin{align} P(\text{A and B}) & = \text{(not married)} \times \text{(not married and has a child)} \\ & = (0.94)(0.15) \\ & = 0.141 \\ \\ P(A) & = { \text{(total probability of teenagers with a child)} } \\ & = 0.141 + (0.06)(0.25) \\ & = 0.156 \\ \\ P(B/A) & = \frac{0.141}{0.156} \\ & = 0.9038.\\ \end{align}$$
Solution:
$$\begin{align}
Probability & = \frac{\text{no. of desired outcomes}}{\text{no. of possible outcomes}} \\
& = \frac{\text{no. of desired outcomes}}{\text{desired + undesirable}} \\
\end{align}$$
Conditional Probability
P(B/A) is the probability of B given that A has happened. One event will happen for the other event to possibly happen.
$$P(B/A) = \frac{\text{P(A and B)}}{\text{P(A)}}$$From the problem,
- 6% are married teenagers
- 94% are unmarried teenagers
- 25% are married teenagers with a child
- 15% are unmarried teenagers with a child
The desired outcome is P(B/A), not married given that they have a child. Let A = has a child, B = not married. $$\begin{align} P(\text{A and B}) & = \text{(not married)} \times \text{(not married and has a child)} \\ & = (0.94)(0.15) \\ & = 0.141 \\ \\ P(A) & = { \text{(total probability of teenagers with a child)} } \\ & = 0.141 + (0.06)(0.25) \\ & = 0.156 \\ \\ P(B/A) & = \frac{0.141}{0.156} \\ & = 0.9038.\\ \end{align}$$
2. A box of 30 diodes is known to contain five defective ones. If two diodes are selected at random without replacement, what is the probability that at least one of the diodes is defective?
- 27/29
- 20/29
- 18/29
- 9/29
Answer: D
Solution:
Solution:
Mutually Exclusive Events
It can be seen that out of 30 diodes,
Two or more events are said to be mutually exclusive if no two of them can possibly happen in the same trial.
$$ P(\text{A or B}) = \text{P(A) + P(B) + ...}$$- 5 are defective
- 25 are non-defective
- two diodes are defective
- first diode is defective and second diode is not defective
- first diode is not defective and second diode is defective
3. An urn contains 4 green balls and 6 blue balls. A second urn contains 16 green balls and N blue balls. A single ball is drawn at random from each urn. The probability that both balls are of the same color is 0.58. Find N.
- 144
- 133
- 121
- 123
Answer: A
Solution:
One of the following scenarios can happen:
Solution:
One of the following scenarios can happen:
- Green is picked from the first urn and another Green is picked in the second urn.
- Blue is picked from the first urn and another Blue is picked in the second urn.
4. The probability that a person will show a certain gene-transmitted trait is 0.8 if the father shows the trait and 0.06 if the father does not show the trait. Suppose that 25% of the children in a certain community come from families in which the father shows the trait. Given that a child shows the trait, what is the probability that his father shows the trait?
- 0.7092
- 0.8163
- 0.8099
- 0.2163
Answer: B
Solution:
From the problem,
Let A = child shows the trait, B = father shows the trait. $$\begin{align} P(\text{A and B}) & = \text{(child shows trait)} \times \text{(father shows trait)} \\ & = (0.8)(0.25) \\ & = 0.2 \\ \\ P(A) & = { \text{(total probability that father shows trait)} } \\ & = 0.2 + (0.06)(1-0.25) \\ & = 0.245 \\ \\ P(B/A) & = \frac{0.2}{0.245} \\ & = 0.8163.\\ \end{align}$$
Solution:
From the problem,
- 0.8 = the person shows a trait because the father shows the trait
- 0.06 = the person shows a trait but the father does not show the trait
- 0.25 = father shows the trait
Let A = child shows the trait, B = father shows the trait. $$\begin{align} P(\text{A and B}) & = \text{(child shows trait)} \times \text{(father shows trait)} \\ & = (0.8)(0.25) \\ & = 0.2 \\ \\ P(A) & = { \text{(total probability that father shows trait)} } \\ & = 0.2 + (0.06)(1-0.25) \\ & = 0.245 \\ \\ P(B/A) & = \frac{0.2}{0.245} \\ & = 0.8163.\\ \end{align}$$
5. A bag contains three red marbles, three blue ones, three green ones and two yellow ones, all distinguishable from one another. How many sets of four are there such that each one is a different color?
- 54
- 100
- 87
- 78
Answer: A
Solution:
If an event can be done in m different ways, and another event can be done in n different ways, then these two things can be done one after the other in: $$N = m \times n$$ $$\begin{align} N & = \text{(no. of blue)} \times \text{(no. of green)} \times \text{(no. of yellow)} \times \text{(no. of red)}\\ & = 3 \times 3 \times 2 \times 3 \\ & = 54. \\ \end{align}$$
Solution:
If an event can be done in m different ways, and another event can be done in n different ways, then these two things can be done one after the other in: $$N = m \times n$$ $$\begin{align} N & = \text{(no. of blue)} \times \text{(no. of green)} \times \text{(no. of yellow)} \times \text{(no. of red)}\\ & = 3 \times 3 \times 2 \times 3 \\ & = 54. \\ \end{align}$$
6. An exam has 50 multiple-choice questions, each having four choices. If a student randomly guesses on each question, how many correct answers can he or she expect to get?
- 12.5
- 11.9
- 10.0
- 15.6
Answer: A
Solution:
Solution:
$$\begin{align}
\text{mean} & = \text{no. of trials} \times \text{probability}\\
\mu & = np \\
\end{align}$$
$$\begin{align}
\mu & = 50 \left( \frac{1}{4} \right) \\
& = 12.50. \\
\end{align}$$
7. If X has a Poisson distribution such that P(X=2) = 9P(X=4) + 90 P(X=6) then the variance of the distribution is
- 1
- 2
- -1
- 0
Answer: A
Solution:
Solution:
Poisson's Distribution - the probability of avarage success per unit time.
$$\begin{align}
P & = \frac{ \lambda^x e^{- \lambda}}{x!} \\
\lambda & - \text{mean or variance} \\
x & - \text{no. of successful trials} \\
\end{align}$$
$$\begin{align}
P(X=2) & = 9P(X=4) + 90 P(X=6) \\
\frac{ \lambda^2 e^{- \lambda}}{2!} & = 9 \left( \frac{ \lambda^4 e^{- \lambda}}{4!} \right) + 90 \left( \frac{ \lambda^6 e^{- \lambda}}{6!} \right) \\
\frac{ \lambda^2 }{2!} & = \frac{9 \lambda^4}{4!} + \frac{90 \lambda^6}{6!} \\
\lambda & = 1.\\
\end{align}$$
8. The odds that a Ph.D. thesis will be favorably reviewed by three independent examiners are 5 to 2, 4 to 3, and 3 to 4. What is the probability that a majority approve the thesis?
- 149/343
- 69/343
- 209/343
- 309/343
Answer: C
Solution:
One of the following scenarios can happen:
Solution:
$$\begin{align}
\text{Odds} & = \frac{\text{desirable}}{\text{undesirable}} \\
\\
\text{Probability} & = \frac{\text{desirable}}{\text{possible}} \\
& = \frac{\text{desirable}}{\text{desirable} + \text{undesirable}} \\
\end{align}$$
Examiner | Odds | Probability |
---|---|---|
A | $\frac{5}{2}$ | $\frac{5}{5+2} = \frac{5}{7}$ |
B | $\frac{4}{3}$ | $\frac{4}{4+3} = \frac{4}{7}$ |
C | $\frac{3}{4}$ | $\frac{3}{3+4} = \frac{3}{7}$ |
- All three examiners approves
- Examiner A & B approves
- Examiner A & C approves
- Examiner B & C approves
9. If X is a binomial variate with p = 1/5, for the experiment of 50 trials, then the standard deviation is equal to
- 6
- 8
- -8
- 2 sqrt(2)
Answer: D
Solution:
Variance
Solution:
Variance
$$\begin{align}
\sigma^2 & = npq \\
\sigma & - \text{standard deviation} \\
n & - \text{no. of trials} \\
p & - \text{probability of success} \\
q & - \text{probability of failure} \\
\end{align}$$
$$\begin{align}
\sigma^2 & = 50 \left( \frac{1}{5} \right) \left( 1 - \frac{1}{5} \right) \\
\sigma & = \sqrt{8} \\
& = 2 \sqrt{2}. \\
\end{align}$$
10-13. Refer to the data set below, the number of patient visits per week at a chiropractor's office over a ten-week period.
Number of patients per ten-week
75 86 87 90 94 102 105 109 110 120
Number of patients per ten-week
75 86 87 90 94 102 105 109 110 120
10. Calculate the first quartile of the data using index method.
- 88
- 90
- 75
- 87
Answer: D
Solution:
Index Method
Solution:
Index Method
$$ z^{\text{th}} \text{ percentile} = \left( \frac{\text{ percentile}}{100} \times \text{total no. of terms} \right)^{\text{th}} \text{ term} $$
$$\begin{align}
1^{\text{st}} \text{quartile} & = 25^{\text{th}} \text{ percentile} \\
& \Rightarrow \frac{25}{100} \times 10 \\
& \Rightarrow 2.5 \\
& \approx 3 \\
1^{\text{st}} \text{ quartile} & = 3^{\text{rd}} \text{ term} \\
& = 87.
\end{align}$$
- If answer is with decimal, round up. $$ \Rightarrow (n+1)^{th} \text{ term} $$
- If answer is a whole number: $$ \Rightarrow \frac{ n^{th} \text{ term} + (n+1)^{th} \text{ term} }{2} $$
11. Calculate the second quartile of the data using index method.
- 94
- 109
- 105
- 98
Answer: D
Solution:
$$\begin{align} 2^{\text{nd}} \text{ quartile} & = 50^{\text{th}} \text{ percentile} \\ & \Rightarrow \frac{50}{100} \times 10 \\ & \Rightarrow 5 \\ 2^{\text{nd}} \text{ quartile} & = \frac{ 5^{\text{th}} \text{ term} + 6^{\text{th}} \text{ term} }{2} \\ & = \frac{94+102}{2} \\ & = 98. \end{align}$$
Solution:
$$\begin{align} 2^{\text{nd}} \text{ quartile} & = 50^{\text{th}} \text{ percentile} \\ & \Rightarrow \frac{50}{100} \times 10 \\ & \Rightarrow 5 \\ 2^{\text{nd}} \text{ quartile} & = \frac{ 5^{\text{th}} \text{ term} + 6^{\text{th}} \text{ term} }{2} \\ & = \frac{94+102}{2} \\ & = 98. \end{align}$$
12. Calculate the third quartile of the data using index method.
- 104
- 87
- 98
- 109
Answer: D
Solution:
$$\begin{align} 3^{\text{rd}} \text{ quartile} & = 75^{\text{th}} \text{ percentile} \\ & \Rightarrow \frac{75}{100} \times 10 \\ & \Rightarrow 7.5 \\ & \approx 8 \\ 3^{\text{rd}} \text{ quartile} & = 8^{\text{th}} \text{ term} \\ & = 109. \end{align}$$
Solution:
$$\begin{align} 3^{\text{rd}} \text{ quartile} & = 75^{\text{th}} \text{ percentile} \\ & \Rightarrow \frac{75}{100} \times 10 \\ & \Rightarrow 7.5 \\ & \approx 8 \\ 3^{\text{rd}} \text{ quartile} & = 8^{\text{th}} \text{ term} \\ & = 109. \end{align}$$
13. Calculate the interquartile range (IQR) of the data
- 13
- 21
- 24
- 22
Answer: D
Solution:
Interquartile Range (IQR)
Solution:
Interquartile Range (IQR)
$$ \text{IQR} = 3^{\text{rd}} \text{ quartile} - 1^{\text{st}} \text{ quartile} $$
From the results above,
$$\begin{align}
IQR & = 109 - 87\\
& = 22. \\
\end{align}$$
14. A statistics professor administered an exam to three different classes. The 8:00 class had 20 students and an average exam score of 82.4. The 9:00 class had 24 students and an average of 78.9. The 29 students in the 10:00 class averaged 87.3. Calculate the overall average for all three classes.
- 87.6
- 88.2
- 83.2
- 84.5
Answer: C
Solution:
Mean
From the 8:00 class, $$\begin{align} 82.4 & = \frac{a}{20} \\ a & = 20(82.4) \\ \end{align}$$ From 9:00 class, $$\begin{align} 78.9 & = \frac{b}{24} \\ b & = 24(78.9) \\ \end{align}$$ From 10:00 class, $$\begin{align} 87.3 & = \frac{c}{29} \\ c & = 29(87.3) \\ \end{align}$$ Solving for the overall average, $$\begin{align} \text{mean} & = \frac{a+b+c}{20+24+29} \\ & = 83.2. \\ \end{align}$$
Solution:
Mean
$$ \text{mean} = \frac{ \sum \text{ of all terms} }{ \text{total no. of terms} } $$
Let a, b, c, be the sum of all grades from each class of 8:00 class, 9:00 class and 10:00 class respectively.
From the 8:00 class, $$\begin{align} 82.4 & = \frac{a}{20} \\ a & = 20(82.4) \\ \end{align}$$ From 9:00 class, $$\begin{align} 78.9 & = \frac{b}{24} \\ b & = 24(78.9) \\ \end{align}$$ From 10:00 class, $$\begin{align} 87.3 & = \frac{c}{29} \\ c & = 29(87.3) \\ \end{align}$$ Solving for the overall average, $$\begin{align} \text{mean} & = \frac{a+b+c}{20+24+29} \\ & = 83.2. \\ \end{align}$$
Comments
Post a Comment