Probability !

This topic has expert replies
User avatar
Newbie | Next Rank: 10 Posts
Posts: 1
Joined: Mon Apr 16, 2012 1:07 pm

Probability !

by cheerchick487510 » Mon Apr 16, 2012 1:14 pm
1.) You toss two coins. What is the probability of getting one tail and one head ?

2.) You toss a coin and spin a spinner. The spinner has four equal sections that are numbered 1 to 4. What is the probability of getting tails and spinning a 4 ?

3.) You choose at random from the letters A, B, C, and D, and you roll a number cube once. What are the chances you get A and 5 ?

Master | Next Rank: 500 Posts
Posts: 106
Joined: Wed Mar 23, 2011 4:56 pm
Thanked: 8 times

by seal4913 » Mon Apr 16, 2012 5:06 pm
Two coins has a total of 4 outcomes. You have two different way of getting 1 head and 1 tails. Either HT or TH so it's 2/4 = 1/2

Prob of getting tails 1/2 probably getting a 4 is 1/4; 1/2 x 1/4 = 1/8

Prob of getting A 1/4 prob of getting 5 is 1/6; 1/4 x 1/6 = 1/24

Master | Next Rank: 500 Posts
Posts: 106
Joined: Wed Mar 23, 2011 4:56 pm
Thanked: 8 times

by seal4913 » Mon Apr 16, 2012 5:09 pm
Probability is the [(number of favorable outcomes)/(number of possible outcomes)]

User avatar
Master | Next Rank: 500 Posts
Posts: 385
Joined: Mon Apr 16, 2012 8:40 am
Location: Pune, India
Thanked: 186 times
Followed by:29 members

by aneesh.kg » Tue Apr 17, 2012 12:42 pm
Remember a few principles of Probability:

- Probability is the ratio of the number of favourable outcomes to the total number of outcomes.

For example if you toss a 8 sided dice numbered 1 to 8, the probability of getting a 7 on it is (1C1)/(8C1) = 1/8, because the number of ways of selecting a 7 out of 8 possible options is 1C1, and the total numbers of ways of selecting any number from the 8 numbers is 8C1.

- 'AND' is multiplication

- 'OR' is addition

Let's now come to your problem.

1. probability of getting one tail AND one head = P(getting a Head) * P (getting a Tail) = 1/2 * 1/2 = 1/4

2. probability of getting tails AND spinning a 4 = P(getting a Head) * P(Spinning a 4) = 1/2 * 1/4 = 1/8

3. probability of getting an A AND a 5 = P(getting an A) * P(getting a 5) = 1/4 * 1/6 = 1/24
Aneesh Bangia
GMAT Math Coach
[email protected]

GMATPad:
Facebook Page: https://www.facebook.com/GMATPad

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 768
Joined: Wed Dec 28, 2011 4:18 pm
Location: Berkeley, CA
Thanked: 387 times
Followed by:140 members

by Mike@Magoosh » Mon Apr 23, 2012 2:32 pm
Hi, there. I'm happy to put in my 2 cents here. :)

I agree with most of aneesh.kg's thoughts, but I agree with seal4913's calculations and numerical answers.

The very very rough rule of thumb is that, on probability, "and" means multiply and "or" means add. If that's where you understanding ends, you will quickly run into difficulties on the GMAT.

Here's a slightly more sophisticated treatment:

If events A & B are disjoint --- i.e. if they are mutually exclusive, with no possibility of happening together, then

P(A or B) = P(A) + P(B)

Two different faces of single die are disjoint. If I draw one playing card from a deck, two different suits would be disjoint.

If A and B are not disjoint, then you have to subtract the overlap which is counted twice when you add:

P(A or B) = P(A) + P(B) - P(A and B)

If events A & B are independent --- i.e. if the outcome of one has no impact on the outcome of the other, then:

P(A and B) = P(A)*P(B)

Two difference dice are independent, or one die and one spinner, or one die and the draw of one card. What color socks I wear and whether the stock market goes up that day are independent. Things that have absolutely nothing to do with one another are independent.

Of the questions above, #2 and #3 focus on very simple scenarios of independent events.
In #2, the coin and the spinner are independent.
In #3, the choice of the letter and the die are independent.
In both cases, you simply multiply the two probabilities, to get answers of 1/8 and 1/24 respectively, as seen in both posts above.

Question #1 is a bit trickier --- yes, the two coins are independent of one another, but now we have to consider multiple ways that a single result can arise. When I flip two coins, there are four possible outcomes --- if the the first entry is the result of the first coin and the second entry is the result of the second coin, then the outcomes are:
(H, H)
(H, T)
(T, H)
(T, T)

There's only one way to get double-heads or double-tails, but there are two ways to get 1 H, 1 T. Thus, the probability of getting 1 H, 1 T is 2/4 = 1/2.

In that example, we enumerated the four cases, but if you are flipping, say, six coins, and you want to know what the probability of getting 2H,4T, that will be too many combinations to enumerate. Here's how you would approach the more general problem.

Flip six coins (or flip one coin six times, which amounts to the same thing) --- for each flip, there are two possible outcomes, so there are 2^6 = 64 outcomes all together.

Of those, how many involve exactly 2 heads? Here, we have to use something called nCr (read "n choose r) --- the number 6C2 would tell us how many ways we could have six "slots" and choose exactly two of them (here, choosing those two "slots" to be heads). The way we calculate nCr is

nCr = [n!]/[(r!)((n-r)!)]

where n! (read "n factorial) means the product of all the positive integers from n down to one. Thus
2! = 2*1 = 2
4! = 4*3*2*1 = 24
6! = 6*5*4*3*2*1 = bigger than we need to think about without a calculator

6C2 = [6!]/[(2!)*(4!)] = [6*5*4*3*2*1]/[(2)*(4*3*2*1)]= 6*5/2 = 15

Incidentally, that massive cancellation always happens in computing nCr. Also, if it means anything to you, the nCr numbers are also the numbers on Pascal's Triangle.

Thus, the probability of flipping six coins and getting exactly 2 heads in the six tosses is 15/64.

Does all this make sense? Here's another probability question for practice:
https://gmat.magoosh.com/questions/839
When you submit your answer, the next page will have a video explanation of the question.

Let me know if you have any further questions.

Mike :)
Magoosh GMAT Instructor
https://gmat.magoosh.com/

Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Wed Mar 07, 2012 4:30 am

by ankush1912 » Sat May 26, 2012 9:56 am
Before doing this you need to know that probability=(favorable outcomes)/(possible outcomes)
favorable outcomes=what you want to get/achieve
possible outcomes=wht are total available outcomes that can be achieved
AND denotes an multiplication(*)
OR denotes an addition(+)
1.when you tossed 2 coins together the possible outcomes you will get are HT,TH,HH and TT ,so your total possible outcomes are 4 mentioned above.

But invidualy a coin can give either a H or a T so total possible casses are 2.

Now wht you want(favorable outcomes) is a T AND(multiplication) a H i,e you want to toss 2 coins invidualy at the same time and you want a H and T so your favorable outcomes in each case is 1 only.
n0w as probability is defined as =favorable outcomes/total possible outcomes

so for a H the probability is 1/2 and same goes for a T i,e 1/2.
so for a H and T the probability is (1/2)*(1/2)=1/4

2.so again a coin with a probabiliy of getting T is 1/2.Now with with no's 1,2,3 and 4 the total of possible outcomes are 1,2,3 and 4 i,e four possible outcomes and you want is 4 i,e your favourable outcomes so its probability is 1/4
hecne coin and spin probabiliy is (1/2)*(1/4)=1/8

3.so from a set of random letter A,B,C and D i,e 4 possible outcomes you want(favorable outcomes) is A whose probability is 1/4
Now consider a dice.A dice has 6 faces and genrally numbered from 1-6. so when a dice is rolled you can get any no ranging from 1-6 i,e your possible outcomes are six.
But you want a 5 that acts as your favorable outcomes and its probability is 1/6
sp the probability of a letter and a dice is (1/4)*(1/6)=1/24

User avatar
Master | Next Rank: 500 Posts
Posts: 287
Joined: Fri Mar 23, 2012 12:33 am
Location: Pune,India
Thanked: 60 times
Followed by:6 members

by GMAT Kolaveri » Wed May 30, 2012 7:43 am
cheerchick487510 wrote:1.) You toss two coins. What is the probability of getting one tail and one head ?

2.) You toss a coin and spin a spinner. The spinner has four equal sections that are numbered 1 to 4. What is the probability of getting tails and spinning a 4 ?

3.) You choose at random from the letters A, B, C, and D, and you roll a number cube once. What are the chances you get A and 5 ?
1.
Sample set = {HH,HT,TH,TT}
Favorable result[1T and 1H] = {HT,TH}
Prob = {HT,TH}/ {HH,HT,TH,TT} = 2/4 = 1/2
2.
Sample set = {H,T} and {1,2,3,4}
Fav result [1T AND 4] = {1/2} AND {1/4}= 1/8

3.Similar to #2,
Fav result[A,5] = 1/4 * 1/6 = 1/24

In this case the EVENTS are INDEPENDENT that is the outcome of one of the events is no way related to the outcome of the other event. They are mutually exclusive events.
Regards and Thanks,
Vinoth@GMAT Kolaveri
https://www.facebook.com/GmatKolaveri
https://gmatkolaveri.tumblr.com/

Click the thank you button if you like my reply :)