Why do we multiply with 2 in determining if statement 2 is sufficent. W.r.t x/9* (9-x)/8 *
pierjoejoe
what am i getting wrong??
| second choice labrador | second choice NOT labrador | |
| first choice labrador | x<4 | | |
| firs choice NOT labrador | | | |
| | | 9 |
if x<4 than p<1/2
so the question becomes is x<4?
(1)
| second choice labrador | second choice NOT labrador | |
| first choice labrador | x | K | |
| firs choice NOT labrador | J | Z | |
| | | 9 |
The probability of picking one labrador and one non-labrador is greater than 1/2:K+J > 4
than x must be less than 4
because if K+J>4 than:
Z+x < 5
thus the highest value for x is 4 (thus p is less than 1/2)
(2)
| second choice labrador | second choice NOT labrador | |
| first choice labrador | x | K | |
| firs choice NOT labrador | J | Z | |
| | | 9 |
probability of Z is greater than 1/10
means that Z is at least 1
thus x might be 6 and Z is 2 --> probability of picking 2 labrador (p) is 6/9= 2/3 > 1/2
x might be 1 and Z is 8 --> probability of picking 2 labrador (p) is 1/9 < 1/2
Bunuel can you please check where am i doing wrong? thank you so much
At a certain animal shelter, there are nine dogs available for adoption. If Susan chooses two dogs at random and p is the probability that Susan chooses two labradors, is p < 1/2 ?Assuming there are x labradors, the question translates to whether x/9 * (x - 1)/8 < 1/2, which is equivalent to asking if x < 7. If there are fewer than 7 labradors, the probability of picking two labradors will be less than 1/2. If there are more than 6 labradors (7, 8, or 9), the probability of picking two labradors will be more than 1/2.
(1) The probability of picking one labrador and one non-labrador is greater than 1/2.
This can be expressed as x/9 * (9 - x)/8 * 2 > 1/2.
This condition is true only if x is 4 or 5. Therefore, the answer to whether x < 7 is YES. Sufficient.
(2) The probability that neither dog selected is a labrador is greater than 1/10.
This can be expressed as (9 - x)/9 * (8 - x)/8 > 1/10.
This condition is true only if x is 5 or less (or more than 11, which is not applicable since we only have 9 dogs). Therefore, the answer to whether x < 7 is YES. Sufficient.
Answer: D.