New UNIT 4A Flashcards

1
Q

What is area under ANY probability curve?

A

1 (or 100%)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to find P(at least 1)?

A

1-P(none)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How many ways can you choose 3 books to take with you on a trip out of the 7 books on the shelf?

A

7 choose 3. 7!/(3! * 4!) notice that the two factorials on bottom add to the top.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the law of averages?

A

a misinterpretation of the law of large numbers. Using this law, if you flipped 4 heads in a row, you’d expect the next one to be a tails because it should even out in the long run. Not true, 5 flips is not the long run. Infinity is. The next flip still has a 50% chance of being another head. You may hear someone say “he’s do for a hit” or “it’s bound to rain soon” both bad.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the “hot hand?”

A

a misinterpretation of the law of large numbers. Using this law, if you flipped 4 tails in a row, you’d expect the next one to be another tails, because tails is “hot.” A baseball player who gets three hits in a row, you expect another hit? wrong. Streaks happen randomly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Probability of THIS OR THAT?

A

ADD P(this) + P(that) works when disjoint only, when not, subtract overlap.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is disjoint?

A

can’t be joined?. They can’t both happen at the same time! (being over 5 feet and under 4 feet)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Probability of THIS AND THAT?

A

Multiply P(this)*P(that) works when independent only, when not, then P(that) should be p (that|this)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When to use general mult and what is it?

A

AND probability. Use when associated. P(this)*P(that|this). (IT ALWAYS WORKS FOR ALL SITUATIONS. When indep, the P(that|this) = P(that). So you end up with the simpler independent version)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When to use general add and what is it?

A

OR probability. Use when not disjoint. (subtract overlap) P(this OR that) = P(this)+P(that) - P(this and that) (IT ALWAYS WORKS IN ALL SITUATIONS, when disjoint, P(this and that)= 0, so you end up with the simpler disjoint version)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is the law of large numbers?

A

states that in the long run.. (NOT SHORT RUN) The relative frequency settles down to true probability. (you’ll have 50% heads after an infinite number of coin flips with a fair coin)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is n! ?

A

it is “n factorial” example: 5! = 5*4*3*2*1= 120. tells you how many ways you can arrange n objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is representative?

A

It means that the sample statistics will be kind of like the population parameters.. The sample “looks like” the population.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

probability this AND that . Add or multiply?

A

MULTIPLY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is that (n over k) thing in the binomial equation?

A

n choose k it tells you how many ways you can choose k objects from a set of n things. The formula is n!/(n!(n-k)!) the two numbers on bottom add to the number up top. These are coefficients in expanded binomials and can also be found in Pascal’s Triangle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

can independent events be disjoint? EXPLAIN

A

NO, if they are independent, then knowing one doesn’t change the probability of the other, but if they are disjoint, knowing one makes the other impossible, so it does change the probability of the other to 0

17
Q

can disjoint events be independent? EXPLAIN

A

NO.. If they are disjoint then knowing one tells you that the other couldn’t happen so they are always NOT INDEPENDENT? or DISJOINT EVENTS ARE ALWAYS ASSOCIATED!!

18
Q

Probability this OR that when they are not disjoint? How?

A

probability A plus probability B minus the double counted (the ones that are both A and B) called “general addition rule”

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

P(this)+P(that)-P(this and that)

19
Q

probability this and that when they are not independent? How?

A

probability A times probability B (knowing A is true) called general multiplication rule

P(A)*P(B given A)

P(this)*P(that given this)

20
Q

What is “mutually exclusive?”

A

same as disjoint

21
Q

How to find likelihood of being pregnant, given the test says you are? (tree)

A

Split population by %pregnant and %not who take test, then each of those into what test says. Then look just the groups that the test said pregnant. Then find: %pregnant/(total percent in both groups).

22
Q

How to make TREES with screening tests????

A

SPLIT UP POPULATION FIRST >>>>>> then split the groups by outcomes of the test

23
Q

what is probability?

A

THE LONG RUN RELATIVE FREQUENCY!!

24
Q

what is a complement?

A

the probability that it doesn’t happen. 1-P(it happens). (together they add to 100%)

25
Q

what is independent? What are the two equations to test for independence?

A

when P(A)=P(A|B) OR P(A)*P(B)=P(A and B)

When the probability of A is the same even when B is also true. Knowing B does not affect the probability of A.

26
Q

How many ways can I arrange 4 letters?

A

4!

4*3*2*1= 24 ways

27
Q

What is the area under the normal curve?

A

1 or 100%

28
Q

What do we call it when two things can’t happen at the same time?

A

disjoint OR mutually exclusive

29
Q

what does binomial model tell us about?

A

exactly x successes in K trials. What is likelihood of exactly 3 heads out of 13 flips?

30
Q

What is it called when knowing one event happened does not change the probability of another event occuring?

A

independent events

31
Q

What is probability first success is on 7th try?

A

qqqqqq p (q^6*p). (this is a GEO prob)

32
Q

What is more important, percent of population or size of sample?

A

Sample size. A sample of 150 will say as much about a population of 2,000 as it will about a population of 2,000,000. The sample size determines level of confidence and interval widths..

33
Q

Give three examples of independent variables

A
  1. Being tall and having a high GPA
  2. If it is snowing and whether it is a Thursday or not
  3. Whether a person likes pizza and their gender

(notice, knowing one bit of information does not impact the likelihood of the other being true also)

34
Q

Give three examples of variables that are not independent (associated)

A
  1. Playing video games and gender (Knowing male makes it more likely they play)
  2. Whether it is snowing and the month you are in (some months are more rainy than others, knowing what month changes likelihood of snowing)

3 If a pet is a dog and if it is a cat (knowing it is a dog makes it certain that it is not a cat).

(notice, knowing one bit of information changes the likelihood of the other being true also).

35
Q

Give three examples of disjoint events

A
  1. A card being a CLUB and a RED
  2. A student being a SENIOR and a FRESHMAN
  3. An animal being a CAT and a GOLDFISH

(both can’t be true)

36
Q

Give three examples of events that are not mutually exclusive

A
  1. Being a DOG and being SMELLY
  2. Being a FRESHMAN and being FEMALE
  3. Liking ICE CREAM and liking HAMBURGERS

(both can be true simultaneously)

37
Q

What do we call it when events are not independent?

A

associated

38
Q

what do we call it when events are not associated?

A

independent

39
Q

Do we say things are “dependent?”

A

NO! we say associated