SAT probability of two events questions

Study material focused on SAT probability questions involving two events, including real-life applications and scenarios.

Jolly59·24 flashcards·19 vragen
SATmathematicsstatistics
0
Ken ik
1 / 24
0
Aan het leren
Voorkant

What is a joint probability?

Tik om om te draaien
Achterkant

The probability of two events occurring together, denoted as P(A and B).

Tik om om te draaien
Ken ik
Aan het leren

Quiz(19 vragen)

Vraag 1 van 19

1. What is the probability of rolling a 4 and flipping heads?

Termen in deze set(24)

What is a joint probability?

The probability of two events occurring together, denoted as P(A and B).

True or false: P(A or B) = P(A) + P(B)

False, because this only holds if A and B are mutually exclusive.

Fill in the blank: P(A and B) = P(A) * _____

P(B|A), the conditional probability of B given A.

Difference between independent and dependent events.

Independent events: P(A and B) = P(A) * P(B). Dependent events: P(A and B) = P(A) * P(B|A).

What does 'mutually exclusive' mean?

Two events cannot occur at the same time; P(A and B) = 0.

Scenario: A store has 30 blue shirts and 20 red shirts. P(blue)?

P(blue) = 30/(30+20) = 0.6.

True or false: P(A and B) can exceed P(A).

False, because P(A and B) ≤ P(A).

What is P(A or B)?

P(A or B) = P(A) + P(B) - P(A and B).

Scenario: You flip a coin and roll a die. What's P(heads and 3)?

P(heads) = 0.5; P(3) = 1/6; P(heads and 3) = 0.5 * 1/6 = 1/12.

What do you need for P(A|B)?

You need P(A), P(B), and P(A and B) to calculate it.

Fill in the blank: P(A|B) = P(A and B) / _____

P(B), the probability of B occurring.

Scenario: A bag has 4 red and 6 green marbles. P(red and green)?

P(red) * P(green) = (4/10) * (6/10) = 24/100 = 0.24.

True or false: If events A and B are independent, P(A|B) = P(A).

True, because the occurrence of B does not affect A.

Difference between P(A and B) and P(A or B).

P(A and B) is both events occurring; P(A or B) is at least one occurring.

Scenario: A dice roll and a coin flip. What's P(2 or heads)?

P(2) = 1/6; P(heads) = 1/2; P(2 or heads) = P(2) + P(heads) - P(2 and heads).

What is conditional probability?

The probability of event A occurring given that event B has occurred, denoted P(A|B).

Scenario: A class has 10 boys and 15 girls. P(boy and girl)?

Requires clarification; cannot happen simultaneously.

True or false: P(A|B) reduces uncertainty about A.

True, because knowing B occurs gives more information about A.

Scenario: A survey shows 70% like ice cream, 40% like chocolate. P(chocolate|ice cream)?

Calculate based on joint probabilities from survey data.

What is the formula for total probability?

P(A) = P(A and B) + P(A and not B).

Scenario: A box with 5 red and 5 blue balls. P(red and red)?

P(red first) = 5/10; P(red second | red first) = 4/9; P(red and red) = (5/10)(4/9) = 20/90.

Fill in the blank: If A and B are independent, P(A and B) = P(A) * _____

P(B), because their probabilities multiply.

Scenario: There are 3 cats and 2 dogs. P(cat or dog)?

P(cat) + P(dog) = 3/5 + 2/5 = 1.

True or false: P(A and A') = 0.

True, because A and A' cannot happen simultaneously.

Vragen in deze set(19)

1. What is the probability of rolling a 4 and flipping heads?

A.1/12
B.1/6
C.1/4
D.1/3

2. If P(A) = 0.2 and P(B) = 0.3, what's P(A or B) if they are independent?

A.0.5
B.0.6
C.0.7
D.0.9

3. Which statement about independent events is true?

A.P(A|B) = P(A)
B.P(A and B) = P(A) + P(B)
C.P(A and B) = P(A) / P(B)
D.P(A or B) = P(A) * P(B)

4. In a set of 10 marbles, 4 are red and 6 are green. What's P(red)?

A.0.4
B.0.6
C.0.2
D.0.1

5. If two events are mutually exclusive, what is P(A and B)?

A.0
B.1
C.0.5
D.P(A) + P(B)

6. What is the formula for conditional probability P(A|B)?

A.P(A and B) / P(B)
B.P(B) / P(A)
C.P(A) + P(B)
D.P(A) * P(B)

7. What is P(A or B) if P(A) = 0.5 and P(B) = 0.5?

A.0.5
B.0.25
C.0.75
D.1

8. A box has 10 balls: 4 red, 3 blue, 3 green. What is P(green)?

A.0.3
B.0.4
C.0.5
D.0.6

9. If P(A) = 0.4 and P(B|A) = 0.5, what is P(A and B)?

A.0.2
B.0.4
C.0.5
D.0.1

10. True or false: If A and B are dependent, P(A|B) does not equal P(A).

A.True
B.False
C.Maybe
D.Not enough information

11. Scenario: You have a 50% chance of rain and a 30% chance of a picnic. What is P(rain and picnic)?

A.0.15
B.0.20
C.0.50
D.0.70

12. What happens to P(A|B) if B occurs and A is independent?

A.It stays the same
B.It decreases
C.It increases
D.It becomes 1

13. Which of the following is an example of dependent events?

A.Drawing cards without replacement
B.Rolling a die
C.Flipping a coin
D.Choosing a random number

14. Scenario: A bag contains 3 red balls and 2 green balls. What's P(red)?

A.0.3
B.0.4
C.0.5
D.0.6

15. What is the total probability of two independent events?

A.P(A or B) = P(A) + P(B)
B.P(A and B) = P(A) * P(B)
C.0
D.1

16. True or false: P(A|B) indicates the likelihood of A given B occurs.

A.True
B.False
C.Depends on context
D.Not true

17. Scenario: A spinner has 4 sections: 2 blue, 1 red, 1 green. What's P(red)?

A.1/4
B.1/2
C.1/3
D.2/4

18. What is P(A and B) if P(A) = 0.4 and P(B) = 0.5?

A.0.2
B.0.4
C.0.5
D.0.9

19. If P(A) = 0.3, P(B) = 0.5, and P(A and B) = 0.1, what's P(A or B)?

A.0.7
B.0.4
C.0.6
D.0.2

Gerelateerde sets

Maak je eigen studieset

Upload een PDF, plak je notities of beschrijf een onderwerp – AI genereert flashcards, quizzen en meer in seconden.