MA-110 Finite Math Comprehensive Exam Review

0.0(0)
studied byStudied by 1 person
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

What is the meaning of A ⊆ B?

A is a subset of B

2
New cards

What is the meaning of A ⊄ B?

A is not a subset of B

3
New cards

What is the meaning of A ⊂ B?

A is a proper subset of B (has less elements that B)

4
New cards

What is the meaning of Ø?

The empty set

5
New cards

What is the meaning of a ∈ B?

a is an element within B

6
New cards

How do you find the odds of a given probability?

By taking the ratio of the probability of the event occurring to the probability of the event not occurring. This can be expressed as odds = P(E) / (1 - P(E)).

7
New cards

How do you find probability given odds?

By adding together the two elements of the ratio (7:3 = 7 + 3) and then making that number the denominator below the first element of the ratio (7/10)

8
New cards

How do you find standard deviation?

calculate the mean of all data points, then subtract the mean from each data point, square the results, find the average of the squared differences (called variance), and finally take the square root of the variance to get the standard deviation

9
New cards

What is a saddle point?

an element which is both the largest element in its column and the smallest element in its row

10
New cards

To multiply two matrices, the:

Columns of A must = the rows of B

11
New cards

The dimensions of the matrix AB will have:

The rows of A and the columns of B

12
New cards

One row dominates another when:

all values in the dominant row are greater than the corresponding values of the dominated row

13
New cards

To find the z value of a given value:

z = x (whatever value) - mean / Standard Deviation

14
New cards

A probability vector must be:

Only one row, with nonnegative entries that add up to 1

15
New cards

A transition matrix must be:

A square matrix, where all entries are between 0 and 1 and the sum of any row in the matrix is 1.

16
New cards

To find share of a population after a given time in a transition matrix:

multiply the initial probability vector by Ax where x is the number of repetitions

17
New cards

The probability of “x” successes in “n” trials is:

nCx · px · (1-p)n-x

18
New cards

If the random variable x can take on the n values x1, x2, x3… w/ p1, p2, p3 respectively then expected value is:

E(x) = x1p1 + x2p2 + x3p3

19
New cards

The mean of a grouped distribution where f = frequency, x = midpoint, and n = Σf (Σ = sum of) is:

Σ x · f / n (multiply all midpoints by their frequencies, then divide the sum of all those values by the sum of all frequencies)

20
New cards

What is the simple formula for conditional probability?

P(A|B) = P(B|A) · P(A) / P(B)

21
New cards

How to find a missing probability in a conditional probability problem?

P(E) = P(F1) · P(E|F1) + P(F2) · P(E|F2) …

22
New cards

What is formula for conditional probability when a probability is missing?

P(A|B) = P(B|A) · P(A)

P(A) · P(B|A) + P(A’) · P(B|A’) …

23
New cards

How to find distinguishable permutations when elements are repeated? (like a word such as OPINION)

n! / (n1! n2! ... * nk!)

where n is the total number of letters and n1 and n2 and so forth are the number of the repeated letters within the word

24
New cards

A die is rolled ten times, find the probability of rolling no more than 4 ones:

P(no more than 4 ones) = P(0 ones) + P(a single one) + so forth

25
New cards