Probability (copy)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Last updated 8:08 PM on 6/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Random Experiment

Asks for likelihood of an event happening

All outcomes are equally likely

Number of successful and total possible outcomes is countable

n(E) = number of outcomes from the event
n(S) = number of outcomes in the sample space

P(E) = n(E)/n(S)

2
New cards

Dependent Probability

First event changes the probability of the second event

Choosing items without replacement

The second event’s probability is conditional on the first event happening


P(A and B) = P(A) x P(B|A)

3
New cards

Independent Probability

Two events do not influence each other

Involves replacement or separate trials


P(A and B) = P(A) x P(B)

4
New cards

Overlapping Probability

Either one event happening or the other

Possible to both occur at the same time


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

5
New cards

Mutually Exclusive Probability

Events cannot overlap

Probability of one event or the other occurring

Usually states mutually exclusive or disjoint
P(A or B) = P(A) + P(B)

6
New cards

Linear Permutation

Order Matters (Changing order creates a different outcome)

The problem involves arranging or ordering distinct items

There are no repeated items


P(n,r) = n!/(n−r)!

7
New cards

Indistinguishable Permutations

Some objects are identical

Involves arranging things

Ask for the number of unique arrangements


P(n, k) = n!/k1​!×k2​!×⋯×km​!

8
New cards

Circular Arrangement

Objects are arranged in a circle and rotations do not create new arrangements

The problem involves other circular setups

The order matters, but starting position does not

(n-1)!

9
New cards

Linear Combination


C(n,r) = n!/r!(n−r)!

10
New cards

Specific Probability

Identify total group size (N) and total spots to fill (R)
Determine required things
Find how many remain after the other members

C(Specific) = (Required Group C Chose Required x Remaining Pool C Remaining Spots)/(Total Group x Total Spots)

11
New cards

Binomial Probability

Fixed number of independent trials

n = Total number of trials

k = Number of successful trials

p = Probability of success on a single trial

1−p1 = Probability of failure on a single trial

P(X=k)=(n k​)p^k(1−p)^n−k

12
New cards

Mathematical Expectation

Calculating the average outcome over many trials

Making decisions based on probability

E(X)=∑xi​P(xi​)
xi​ = A possible value of XXX

P(xi)P(x_i)P(xi​) = Probability of xix_ixi​ occurring

n = Number of possible outcomes

13
New cards

Arithmetic Sequence Recursive Formula

Constant Differences

Explicitly Said Recursive

a1 = #

an = an-1 + d

an+1 = an + d

14
New cards

Arithmetic Sequence Explicit Formula

Constant Differences

Explicitly Said Explicit

an = a1 + d(n-1)

15
New cards

Arithmetic Series Partial Sum

Constant Differences

Explicitly Said Partial Sum

Sn = (n(a1 + an))/2

Sn = (n(2a1 + d(n-1)))/2

16
New cards

Geometric Sequences Recursive Formula

Constant Ratio
Explicitly Said Recursive

a1 = #
an = r x an-1
an+1 = ran

17
New cards

Geometric Sequences Explicit Formula

Constant Ratio
Explicitly Said Recursive

an = a1®^n-1

18
New cards

Geometric Series Partial Sum Formula

Constant Ratio
Explicitly Said Recursive

Sn = (a1(1 - r^n))/1-r

19
New cards

Geometric Series Infinite Sum

0<|r| < 1
Converges
S = a1/1-r

20
New cards

Restricted Linear Arrangement

Normal Linear Permutation
Objects must stay together while arranging them
(n-k+1)! x k!