Brent@GMATPrepNow wrote:gmattesttaker2 wrote:
In a game, one player throws two fair, six-sided die at the same time. If the player receives a five or a one on either die, that player wins. What is the probability that a player wins after playing the game once?
So, the player wins if he/she rolls AT LEAST one 5 or 1.
When it comes to probability questions involving "at least," it's best to try using the complement.
That is, P(Event A happening) = 1 - P(Event A
not happening)
So, here we get: P(AT LEAST one 5 or 1) = 1 - P(zero 5's or 1's)
= 1 - P(no 5 or 1 on 1st die
AND no 5 or 1 on 2nd die)
= 1 - [P(no 5 or 1 on 1st die)
x P(no 5 or 1 on 2nd die)]
= 1 - [ 4/6
x 4/6]
= 1 - [16/36]
= 20/36
= [spoiler]5/9[/spoiler]
Cheers,
Brent
Hello Brent,
I was just wondering if we can apply the same technique of
P(Event A happening) = 1 - P(Event A
not happening)
for the following as well or should this technique be strictly applied for only the ones that have "at least".
Mathematics, physics, and chemistry books are stored on a library shelf that can accommodate 25 books. Currently, 20% of the shelf spots remain empty. There are twice as many mathematics books as physics books and the number of physics books is 4 greater than that of the chemistry books. Among all the books, 12 books are softcover and the remaining are hard-cover. If there are a total of 7 hard-cover books among the mathematics and physics books, what is the probability that a book selected at random is either a hard-cover book or a chemistry book?
OA: [spoiler]9/20[/spoiler]
m + p + c = 80/100(25)
=> m + p + c = 20
m = 2p and p = 4 + c
=> 2p + p + c = 20
=> 3p + c = 20
=> 3(4 + c) + c = 20
=> 12 + 3c + c = 20
=> 12 + 4c = 20
=> 4c = 8
=> c = 2
=> m + p = 18
Total Hard covers = 8
mathematics Hard cover + physics Hard cover = 7 => chemistry Hard cover = 1
Also, this means Total Soft Covers = 12
The probability that a book selected at random is either a hard-cover book or a chemistry book
= 1 - P (Not selecting a book that is either hard cover or chemistry)
However, I was not very sure how to solve from this point onwards.
Thanks a lot for your help.
Best Regards,
Sri