{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Probability Flashcards

(27 cards)

1
Q

What is the probability of an event A occurring in terms of the total success outcomes for A and the total outcomes in general?

A

P(A) = number of success outcomes for A / total outcomes in general

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

Probability of obtaining heads when flipping a fair coin

A

P(H) = 0.5

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

Union from i = 1 to infinity for all events A

A

The event that at least one of the events A1, A2,…, occurs

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

Intersection from i = 1 to infinity for all events A

A

The event that all of the events A1, A2,…, occurs

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

The Kolmogorov’s axioms of modern probability

A

For a sample size S, with event A contained within this, we have:
P(A) is greater than, or equal to, 0
P(S) = 1
If a countable list of pairwise disjoint events exists, then the probability of at least one of these events occurring is equal to the sum of each individual event occurring.

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

Simple propositions following the Kolmogorov’s axioms

A

Probability that no events occur is 0
If A and B are disjoint events, then the probability that either event occurs is equal to the sum of P(A) and P(B)
Probability of an event A not occurring is equal to 1 - P(A)
P(A) is equal to, or lesser than, 1
If the event A is contained within an event B, then P(A) is equal to or lesser than P(B)
Probability of an event A, or an event B occurring is equal to the sum of their individual events occurring, minus the event of both occurring at once.

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

When we have equally likely events, the probability of each event occurring is simply 1/n where n denotes the total amount of events. If an event contains several others, then the probability of this event occurring is k/n where k denotes the number of events that occur when the main event does.

A

Probability of drawing a heart from a deck of cards is 13/52, as each of the 13 hearts has a 1/52 chance of being drawn. Here k=13, n=52.

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

How many ways can 9 names be rearranged on a list?

A

There are 9! = 362, 880 possible arrangements.

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

If we take permutations of n objects taken r at a time, what equation do we use?

A

n! / (n-r)!

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

Suppose we want to choose r objects from among n, without regard to their order. What equation do we use here?

A

n! / [(n-r)! * r!]

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

A set of snooker balls consists of 15 red balls and 6 coloured balls. How
many ways can they be arranged in a row?

A

21!/15!

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

What is the probability of having a bridge hand with only spades and clubs
(including at least one of each suits)?

A

0.0000164

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

What is the probability of having a bridge hand with exactly two suits?

A

0.0000984

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

What is the probability that a bridge hand is void in at least one suit?

A

[4(39 choose 13) - 6(26 choose 13) +4]/(52 choose 13)

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

Binomial Theorem
for any real x,y and positive integer n
(x+y)^n

A

Sum from k=0 to n of (n choose k) * x^k * y^(n-k)

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

Suppose I draw a card from a shuffled pack and, without replacing it, draw
a second. If the first card is an ace, what is the probability that the second is also an
ace?

A

Since there are now only three aces left in the pack, the probability that the second
card is an ace is 3
51 . Clearly, the probability of the second event has been modified by
the knowledge that the first has occurred

17
Q

The conditional probability of an event A, given that event B has occurred,
is denoted by P (A|B), and defined by

A

P (A|B) = P (A ∩ B) / P (B)
provided that P(B) is non zero

18
Q

Two events A and B are stochastically independent if and only if

A

P (A ∩ B) = P (A)P (B)

19
Q

A finite set of events {A1, . . . , An} are pairwise independent if every pair of
events is independent, that is

A

P (Ai ∩ Aj ) = P (Ai) P (Aj ) when i̸ = j

20
Q

A finite set of events {A1, . . . , An} are mutually independent if and only if for
every k ≤ n and for every k-element subset of events {B1, . . . , Bk} of {A1, . . . , An}

A

Probability of the intersection of k subevents of B occurring is equal to the product of the probability of individual events.

21
Q

The events B1, B2, . . . Bn form a partition of the sample space S if and only if

A

Probability of each subevent B is non zero
Union of all subevents B add up to 1
Events are pairwise disjoint.

22
Q

Suppose the events B1, B2, . . . Bn form a partition of S. Then for any event A ⊆ S

A

P(A) = sum up to n for the product of P(A|Bi) * P(Bi)

23
Q

A dice is thrown twice. What is the probability that the second throw is
greater than the first?

24
Q

Let A ⊆ S, with P (A) not equal to 0, and let B1, B2, . . . Bn be a partition of S. Then

A

P(Bj) given that A has occurred is equal to P(A) given that Bj has occurred, times P(Bj) occurring, divided by the partition of A into n parts of B

25
A bag contains two fair coins and one double-headed coin A coin is taken from the bag at random and tossed. If the coin lands heads, what is the probability that it is the double-headed coin?
26
A bag contains two fair coins and one double-headed coin a coin is taken from the bag at random and tossed twice. If the coin lands heads the first time, what is the probability that it lands heads the second time?
27
A bag contains two fair coins and one double-headed coin a coin is taken from the bag at random and tossed twice. If the coin lands heads both times, what is the probability that it is the double-headed coin?