1.4.2 Sampling with Replacement Flashcards

(13 cards)

1
Q

What does ‘sampling with replacement’ mean?

A

After selecting an item, you put it back into the pool before the next selection. Probabilities stay constant for each draw.

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

Why is ‘sampling with replacement’ easier to compute in many cases?

A

Because the pool doesn’t change, you can multiply the same number of choices across positions.

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

What is the key difference between sampling with and without replacement?

A

With replacement, probabilities don’t change. Without replacement, the sample space shrinks each time.

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

In sampling with replacement, how do you generally solve problems?

A

Use multiplication and basic logic; there’s rarely a general formula.

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

How many 3-letter codes can be made using only letters with replacement?

A

26 × 26 × 26 = 17,576

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

Why is the answer to the 3-letter code question not 26 × 25 × 24?

A

That would be without replacement. With replacement, each letter slot still has 26 options.

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

How many 3-digit odd numbers can be made if the first digit cannot be 0?

A

9 × 10 × 5 = 450

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

Why is the first digit limited to 9 choices in the odd number example?

A

It cannot be 0, so only digits 1–9 are allowed.

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

Why is the last digit in the 3-digit number limited to 5 options?

A

Because it must be odd: 1, 3, 5, 7, or 9.

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

What is the alternative way to solve the 3-digit odd number problem?

A

Subtract 100 invalid numbers (000–099) and take half of the remaining 900 (since half will be odd): 900/2 = 450.

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

What is the arrangement count for 8 letters, 3 digits, 1 special character?

A

C(12,3,1,8) = 12! / (3! × 1! × 8!)

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

Why is it important to split the 12- and 13-character password calculations?

A

Because they have different structures and arrangement counts.

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

What makes sampling with replacement easier than without in terms of logic?

A

The number of options for each selection stays the same, so you can just multiply across stages.

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