Chapter 3 Flashcards

(33 cards)

1
Q

What is a discrete random variable?

A

A discrete random variable is a function that assigns a real number to each outcome in the sample space of a random experiment.

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

What does the sample space represent in a discrete random variable?

A

The sample space will be discrete.

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

Provide an example of a sample space.

A

S = {a, b, c}
S = {yes, no}
S = {low, mid, high}

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

In the context of a random experiment, what does the random variable represent?

A

The random variable represents the numerical outcome of a trial.

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

What is the probability that a camera passes the test if the probability is given as 0.8?

A

0.8

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

What is the probability that a camera fails the test if the probability of passing is 0.8?

A

0.2

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

What is the random variable X in the example with cameras?

A

X denotes the number of cameras that pass the test.

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

What is a probability distribution?

A

A probability distribution describes the probabilities associated with the possible values of a random variable.

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

What does a probability mass function specify for a discrete random variable?

A

It specifies the list of possible values along with the probability of each.

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

Define cumulative distribution function.

A

The cumulative distribution function is the probability that a random variable will be found at a value less than or equal to a certain number.

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

What are the properties of a cumulative distribution function for a discrete random variable?

A
  • Non-decreasing
  • Limiting values: 0 as x approaches negative infinity and 1 as x approaches positive infinity
  • Right-continuous
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does the mean of a discrete random variable represent?

A

The mean is a measure of center or middle of the probability distribution.

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

How is variance defined for a discrete random variable?

A

Variance is a measure of the dispersion or variability in the distribution.

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

What is the expected value of a function of a discrete random variable?

A

It is calculated using the probability mass function.

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

What is a discrete uniform distribution?

A

A discrete uniform distribution is where all outcomes are equally likely.

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

Provide an example of a discrete uniform distribution.

A

The sample space for rolling a dice: S = {1, 2, 3, 4, 5, 6}.

17
Q

What are the requirements for a binomial distribution?

A
  • The trials are independent
  • Each trial results in only two possible outcomes
  • The probability of success remains constant
18
Q

How is the probability mass function for a binomial random variable defined?

A

P(X = k) = (n choose k) * p^k * (1-p)^(n-k)

19
Q

What does the binomial coefficient represent?

A

It represents the number of ways to choose k successes in n trials.

20
Q

What is the probability of exactly 2 successes in 18 trials with a success probability of 0.1?

A

Use the binomial distribution formula with n = 18, k = 2, and p = 0.1.

21
Q

True or False: The expected value of a discrete random variable can be calculated using the weighted average of possible values.

22
Q

Fill in the blank: The mean of a discrete random variable is a _______.

A

[measure of center]

23
Q

Fill in the blank: The variance of a discrete random variable is a measure of _______.

24
Q

What function is used in Microsoft Excel® to calculate the binomial distribution?

A

BINOMDIST

This function calculates the probability of a given number of successes in a specified number of trials.

25
In a binomial distribution, what does the mean represent?
The mean is calculated as n * p ## Footnote Here, n is the number of trials and p is the probability of success.
26
What is the formula for the variance of a binomial random variable?
Variance = n * p * (1-p) ## Footnote This formula expresses the variability of the binomial random variable.
27
True or False: The trials in a hypergeometric distribution are independent.
False ## Footnote In a hypergeometric distribution, the trials are not independent as they are conducted without replacement.
28
What is the probability that both parts conform when selecting from a batch of 850 parts with 50 nonconforming parts?
P(Both conform) ## Footnote This requires calculating the probabilities based on the hypergeometric distribution.
29
Fill in the blank: The hypergeometric distribution is used when samples are selected from a _______ population without replacement.
finite ## Footnote This characteristic differentiates it from the binomial distribution.
30
What are the two possible outcomes in a hypergeometric distribution?
* Success * Failure ## Footnote Each trial can result in one of these two outcomes.
31
What is the probability of selecting all parts from the local supplier if 4 parts are chosen from a total of 300 parts?
P(All from local supplier) ## Footnote This probability is determined using the hypergeometric distribution.
32
What are the important terms and concepts related to probability distributions mentioned in Chapter 3?
* Probability Distributions * Probability Mass Function * Cumulative Distribution Functions * Mean and Variance of a Random Variable * Discrete Uniform * Binomial * Hypergeometric ## Footnote These concepts form the foundation for understanding probability distributions.
33
What does the cumulative distribution function (CDF) calculate in the context of binomial distribution?
The probability of obtaining a value less than or equal to a certain number ## Footnote The CDF is useful for determining probabilities across a range of outcomes.