intro to probability

0.0(0)
studied byStudied by 10 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/27

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

p(E)

n(E)/ n(S)

2
New cards

P(E’)

complementary event, 1-P(E)

3
New cards

independent events

events where the occurrence of one event does not affect the occurrence of the other event.

4
New cards

p(A&B) when independent

p(A) x p(B)

5
New cards

dependent events

events where the occurrence of one event does affect the occurrence of the other event (without replacement, etc)

6
New cards

p (A then B)

p(A) x p(B|A)

7
New cards

A U B

union of sets A and B, all elements belonging to A, B and A&B

8
New cards

A∩ B

all elements belonging only to both A & B

9
New cards

mutually exclusive/disjoint sets

no elements in common

10
New cards

addition law of probability

P(A U B) = P(A) + P(B) - P(A ∩ B)

11
New cards

if mutually exclusive, P(A U B) =

P(A U B) = P(A) + P(B)

12
New cards

P (A | B) =

P(A ∩ B) / p(B)

13
New cards

finding nth term

T r+1 = (nCr) x a^n-r x b^r (n= exponent r =term you’re tyring to find minus 1)

14
New cards

constant term

when exponent = 0

15
New cards

characteristics of a binomial probability

  • 2 possible outcomes

  • given number of trials

    • independent trials

16
New cards

discrete random variable

a variable that can only take on a countable number of distinct values. It cannot take on any value between these distinct values.

17
New cards

continuous random variable

has possible outcomes within an interval that need to be measured

18
New cards

number of times we expect event to occur =

n x p (n=number of trials) (p=probability)

19
New cards

binompdf

finding the possibility that x=r

20
New cards

binomcdf

finding the possibility that x< r (1- p = x>r)

21
New cards

mean of x

n x p

22
New cards

standard deviation of x

root of (np(1-p))

23
New cards

normalcdf

used for normal distribution problems

24
New cards

z score

how many standard deviations a point is away from the mean. z= x-μ/σ

25
New cards

finding p(z>a)

normalcdf (-E99, a)

26
New cards

finding p(z<a)

normalcdf (a, E99)

27
New cards

finding p(z>a>b)

normalcdf (a, b)

28
New cards

when given p=(x<k) = probability and told to solve for x

invnorm(probability)